h1,h2,h3,h4,h5,h6{
    font-family: Helvetica, Arial, sans-serif !important;
}

p{
    font-family: 'Poppins' !important;
}


.container{
    max-width:90% !important;
}

@media screen and (min-width: 990px) {
    .dropdown-niv2 .dropdown-menu-niv2 {
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: translateY(-4px);
        transition: all 0.2s ease;
   }
    .dropdown-niv2:hover .dropdown-menu-niv2 {
        transform: translateY(0);
        margin-top: 0;
        visibility: visible;
        opacity: 1;
   }
}
@media screen and (min-width: 990px) {
    .dropdown-niv3 .dropdown-menu-niv3 {
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: translateY(-4px);
        transition: all 0.2s ease;
   }
    .dropdown-niv3:hover .dropdown-menu-niv3 {
        transform: translateY(0);
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 100%;
        left: auto;
        right:auto;
        margin-top: 0;
        margin-right: 0.125rem;
        animation: fadeIn 0.3s alternate;
   }
    .dropdown-item-niv3-desk {
        display: block;
   }
    .dropdown-item-niv3-mob {
        display: none;
   }
}
@media screen and (max-width: 989px) {
    .dropdown-item-niv3-desk {
        display: none;
   }
    .dropdown-item-niv3-mob {
        display: block;
   }
}
* {
    font-family: "Source Sans Pro", "Roboto", Arial, sans-serif;
}
@keyframes fadeIn {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
   /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 100%;
    top: auto;
    left: 5%;
}
.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
.dropdown-menu{
    right:0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    z-index: 11;
    float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 3px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}
.icons {
    display: inline-flex;
    margin-left: auto;
}
.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}
.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}
.menu-section{
    margin-top:20px;
    margin-bottom:20px;
    border-radius: 10px;
}
.navbar-light{
    border-radius: 10px;
    border:1px solid #e5e5e5;  
}
.bg-navbar{
    background-color: white;
    border-radius: 10px;
}
.nav-item{
    margin-right:10px;
}
.logo-img{
    width:180px;
    height:auto;
}
.navbar-collapse{
    justify-content: center;
}
.nav-item>a{
    font-size: 14px;
    font-weight: 600;
    font-family: Helvetica, Arial, sans-serif;

} 
.navbar-nav .nav-link.active{
    border: 1px solid #02009d;
    border-radius: 10px;
    box-shadow: 1px 2px 0px 0px #fd6b26;
    background-color: #070388 !important;
    color: #fff !important;
}
.nav-link:hover{
    color: #fc6923 !important;
}
.dropdown-item:hover {
    background-color: #070388 !important;
    color: #fff !important;
}
/* footer */


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}

.footer {
background: linear-gradient(57deg, #0202a2, #18157b);
padding-top: 80px;

}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
color: #fff;
margin-top: 0;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 2px;
width: 40px;
background: #fff;
margin-top: 10px;
}
.single_footer p{color:#fff;}
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
}
.single_footer ul li a:hover { color: #ff3666; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #fff;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}



/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
margin: 0px 5px;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
}
}
.social_profile ul li a:hover{
background:#ff3666;
border: 1px solid #ff3666;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
margin-top: 20px;
padding-top: 20px;
color:#fff;
font-size: 15px;
border-top: 1px solid white;
text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}

.app-logo img{
    width:120px;
    height:auto;
}
.app-images-self, .app-images-bsnl{

    margin-bottom:10px;
    color:white;
}

.footer{
   
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}

/* carousel */
.slider-section{
    display:flex;
    justify-content: center;
    margin-bottom: 20px;
}
.carousel{
    width: 95% !important;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #9d9d9d82;
}
.carousel-item img{
   border-radius:5px;
}

/* tabs */



/* Oculta la línea de tabs predeterminada */
.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Estilo individual de cada tab como una card */
.nav-tabs .nav-link {
    background: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    color: #4b3fbf !important;

    transition: all 0.3s ease-in-out;
    height: 50px;
    width: 100%;
}

/* Efecto hover para que parezca una card con elevación */
.nav-tabs .nav-link:hover {
    background: #f8f9fa;
}
.nav-tabs{
    border-bottom: none !important;
}
/* Card activa */
.nav-tabs .nav-link.active {
    background:#080386  !important;
    color: #fff !important;
    border-color: #080386 !important;
    box-shadow: 1px 1px 5px rgba(0, 123, 255, 0.3) !important;
    transform: scale(1.1) ;
}

/* Contenido de los tabs como una card */
.tab-content {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 776px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 992px) {

    /* Mantiene el borde superior en tabs inactivos */
    .tab-pane.accordion-item {
        border: 1px solid #dee2e6;
        border-radius: 10px;
        background: #fff;
    }

    /* Asegura que el borde superior sea visible siempre */
    .tab-pane.accordion-item:not(.show) {
        border-top: 1px solid #dee2e6;
    }
}


/* Acordeon */

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #4b3fbf;

}

.accordion-button {
    background-color: #f8f9fa;
    color: black;
}

/* Mantiene la flecha original de Bootstrap pero cambia su color */
.accordion-button::after {
    filter: brightness(0);
    /* Flecha negra por defecto */
}

/* Flecha blanca cuando el acordeón está activo */
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
    /* Invierte el color de negro a blanco */
}

.accordion-button:focus {
    box-shadow: none !important;
}
.panel-body ul{
    line-height: 35px;
}
.panel-body ul li a{
    color:grey;
    font-size: 17px;
    font-weight:500 !important;
}
.panel-body ul li a:hover{
    color:#fd6b26;
}
.li-heading{
    background-color: #080386;
    color:white;
    padding:10px;
}
.accordion-item:not(:first-of-type){
    border-top:1px solid #e9e9e9 !important;
}

/* video section */
/* END Optional styles */
.video-container {
    width: 80%;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 6px 10px rgb(138 138 138 / 40%);
}
.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #000;
    stroke: #fff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.9;
}

/* services */

a, button {
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}
.swiper-pagination{
    position: relative !important;
    display: flex ;
    justify-content: center;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
.s-title{
    padding:30px 0px;
    text-align: center;
   
}
.s-title h2{
    color:#070388;
    font-size:60px ;
    font-weight:600;
    text-shadow: 2px 2px 0px #939393;
}
.swiper-button-next::after, .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 2rem;
    width: 4rem;
    height: 3rem;
    opacity: 0.75;
    border-radius: 50%;
    color: white;
    background: #070388;
}
.swiper-button-prev{
    top: 65% !important;
    left:20px !important;

}
.swiper-button-next{
    top: 65% !important;
    right:20px !important;

}
.swiper-wrapper img{
    width:600px !important;
    height: auto;
    border-radius:10px;
    box-shadow: 0px 0px 10px 0px rgba(218, 218, 218, 0.726);
   
}
.swiper-wrapper{
    padding:10px;
}
.swiper-pagination{
    padding:15px;
}
.swiper-pagination-bullet{
    width:10px !important;
    height:10px !important;
}
.swiper-pagination-bullet{
    background-color: red !important;
}

/* offers */



  .pricing-boxes {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    perspective: 1000px;
    padding-top:50px;
    padding-bottom:50px;
  }

  .pricing-card {
    width: 400px;
    padding: 2.5rem;
   
    box-shadow: 0px 7px 19px 0px #dfdfdfa8;
    background-color: #fff;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(103, 132, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
  }

  .pricing-card:hover {
    transform: translateY(-10px);
    border: 1px solid rgba(103, 132, 255, 0.3);
    box-shadow: 
      0 0 20px rgba(103, 132, 255, 0.1),
      0 0 40px rgba(103, 132, 255, 0.1);
  }

  .inner-glow {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    
    pointer-events: none;
  }
  .readmore{
    color:red;
    text-align: center;
    padding:10px 0px;
    margin:0px;
  }

  .plan-icon {
    background: linear-gradient(135deg, rgba(103, 132, 255, 0.2), rgba(103, 132, 255, 0.1));
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    position: relative;
    overflow: hidden;
  }

  .plan-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 2s infinite;
  }

  @keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }

  .plan-name {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    background: linear-gradient(90deg, #fff, #6784ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .price {
    font-size: 3rem;
    font-weight: 700;
    margin: 1.5rem 0;
    color: #fc6921;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }

  .price span {
    font-size: 1rem;
    opacity: 0.8;
    font-weight: 400;
  }

  .features {
    list-style: none;
    margin: 2rem 0;
  }

  .features li {
    margin: 1rem 0;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
  }

  .features li::before {
    content: "⚡";
    color: #6784ff;
    font-size: 0.9rem;
  }

  .cta-button {
    width: 100%;
    padding: 1.25rem;
    border: none;
    border-radius: 16px;
    background-color: #28279e;

    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .cta-button::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(103, 132, 255, 0.3);
  }

  .cta-button:hover::after {
    transform: translateX(100%);
  }

  .comparison {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.975rem;
    margin-top: 1rem;
    text-align: center;
  }

  .highlight {
    position: absolute;
    top: 1rem;
    right: -4rem;
    background-color: rgba(255, 0, 0, 0.742);

    color: white;
    padding: 0.5rem 4rem;
    transform: rotate(45deg);
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(103, 132, 255, 0.3);
  }

  .card-blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
  }
/* 
  @keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }

  .popular {
    animation: float 4s ease-in-out infinite;
  } */

  @media (max-width: 768px) {
    
    .pricing-card {
      width: 100%;
      max-width: 380px;
    }
}

/* app */
.app-img img{
    width:100%;
    height:auto;
}
.app-row{
    display:flex;
    justify-content: center;
    align-items: center;
}
.app-container h2{
    font-size: 30px;
    color:#ff641e;
}
.app-container h4{
    font-size: 42px;
    font-weight: 800;
    line-height: 60px;
}
.app-container p{
    font-size: 22px;
    
}
.app-container button{
   
    border-radius: 5px;
    padding: 10px 70px;
    font-size: 25px;
    background-color: #ff5f1c;
    color: white;
    font-weight: 600;
}

/* announcements */
.announcement-box{
    display:flex;
    justify-content: center;
}
.box{
    width:60%;
     border: 1px solid #e3e3e3;
    border-radius: 10px;
    /*box-shadow: 0px 0px 10px #e1e1e1;*/
    margin-bottom: 50px; 
}
.box p{
    background-color:#6f6f6f;
    padding:10px;
    border-radius:10px;
    color:white;
}
.box ul{
    padding:20px;
}

/* whatsapp icon  */

.floating_btn {
    position: fixed;
    bottom: 0px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }

.floating_btn a{
    text-decoration:none !important;
  }
.py1 {
    padding-top: 40px ;
    padding-bottom: 40px ;
}
.image-section img{
    box-shadow: 0px 0px 10px #e7e7e7;
    border-radius: 10px;
    margin: 10px 0px;
}
/* search directory */
.search-main{
    display:flex;
    justify-content: center;
    align-items: center;
}
.search-dir{
    display: flex;
    padding:20px 0px;
    justify-content: center;
    align-items: center;
}
#search-select{
    margin-left:10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 40px;
    background-color: white;
    box-shadow: 2px 3px 6px #cccccc;
    border: 1px solid #bbbbbb;
    border-top: 3px solid #fd6821;
}
.search-dir h3{
    font-size: 30px;
    font-weight: 600;
    margin:0;
}
.image-section{
    width:80%;
}
.image-container{
    display:flex;
    justify-content: center;
}
.img-responsive{
    width:100%;
}
.section-header{
    display:flex;
    justify-content: center;
    align-items: center;
}
.search-box{
    margin:0px 10px;
}
.tac-title{
    background-color: #070388;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
}
.tac-img-sec{
    display:flex;
    justify-content: center;
   
}
.tac-img{
    margin:20px 0px;
}
.main-section{
    margin-top:40px;
}
.feedback-img>img{
    box-shadow: 0px 0px 15px 0px #b5b5b5;
}
.feedback-links{
    display:flex;
    justify-content:center;
    margin:40px 0px;
}
.panel-body{
    padding:40px;
}
.panel-success{
    border-radius:10px !important;
    box-shadow: 0px 0px 10px 0px #d1d1d1  !important;
}

.panel-heading{
    border-top-right-radius:10px !important;
    border-top-left-radius:10px !important;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body>ul>li>a {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: black;
}
.panel-primary>.panel-heading {
    background-image: linear-gradient(to bottom, #09047d 0, #09047d 100%) !important;
    
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
    color: white;
font-weight: 600;
padding: 15px;
}
.panel-primary {
border-color: #09047d;
border-radius: 10px !important;
border: 1px solid grey;
}
.panel-success>.panel-heading,.panel-info>.panel-heading,.panel-default>.panel-heading,.panel-warning>.panel-heading,.panel-danger>.panel-heading{
border-top-right-radius:10px !important;
border-top-left-radius:10px !important;
}
.panel-success,.panel-info,.panel-default,.panel-warning,.panel-danger{
border-radius:10px !important;
}
.panel-info a{

color: #09047d !important;
text-decoration: none;
}
.panel-warning a{
color:#8a6d3b;
}
.panel-body>ul>li>a{
font-size:14px !important;
color:#939393;
font-weight:400 !important;
}

.panel-body {
width: 100% !important;
display: flex !important;
justify-content: start;
align-items: unset;
flex-direction: column !important;
padding: 20px;
}
.panel-success {
border-color: #d6e9c6!important;
}
.panel{
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #727272;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success>.panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0);
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0);
}
.panel-info a {
    color: #09047d !important;
    text-decoration: none;
}
.panel-info{
    border-radius: 10px !important;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
}