@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{padding:0; margin:0;}
body{background:#fff; padding:0; margin:0;  font-weight:400;  font-family: "Poppins", sans-serif;}

h1, h2, h3, h4, h5, h6{margin:0px; padding:0px;    font-family: "Poppins", sans-serif;}

p, ul, li{margin:0px; padding:0px;    list-style: none; }

a{text-decoration:none; margin:0px; padding:0px;}

    /* ===== Header Base ===== */
header {
    position: relative;
    z-index: 999;
}

/* Navbar Default */
.navbar {
    
    transition: all 0.3s ease;
}

/* Logo Default */
.logo-style img {
    max-height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

/* ===== Sticky Header ===== */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.35s ease-in-out;
}

/* Sticky Navbar Padding */


/* Sticky Logo Size */
header.sticky .logo-style img {
    max-height: 45px;
    width: auto;
}
.top-bar-text {
    text-align: right;
    position: absolute;
    right: 18px;
    top: 17px;
    z-index: 9999;
}
ul.navbar-nav {
    margin-top: 60px;
    transition: margin 0.3s ease;
}

header.is-sticky ul.navbar-nav {
    margin-top: 0;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
#top-bar, header, .navbar {
    background-color: #ffffff;
    position: relative;
}

.navbar-brand img {
    max-height: 70px;   /* pehle agar 50–55px tha */
    width: auto;
}
.menu-header ul li {
    margin-left: 21px;
}



.center-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    /* ðŸ”¥ Smooth effect */
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 1;
    transform: scale(1);
}

/* Jab image change ho */
.center-image img.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

/*slider*/
 .carousel-item {
    height: 80vh; /* Aap height apne hisaab se adjust kar sakte hain */
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
  }

  /* Overlay taaki text clear dikhe (Dark effect) */
  .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 0.5 dark intensity hai */
  }

  .carousel-caption {
    bottom: 15% !important; /* Text ko thoda upar lane ke liye */
    z-index: 2;
  }

  .carousel-caption h2 {
    text-align: center;
    font-size: 83px;
    font-weight: bold;
    color: #fff;
  }

  .carousel-caption p {
   font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }

  .btn-book {
       margin: 25px auto;
    display: table;
    background: #0e384c;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
  }

  .btn-book:hover {
    color: #0e384c;
    background: #fff;
  }
  .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 31%); /* opacity control */
    z-index: 1;
}
/*slider*/

/* ================= SECTION ================= */
.dental-services{
  padding:80px 0;
  position: relative;
}

/* ================= GRID ================= */
.grid-container{
  display:grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items:center;
}

/* ================= SERVICES ================= */
.services{
  display:grid;
  gap:35px;
}

.se-part{
  text-align:right;
}

/* ================= POSITIONING (UNCHANGED) ================= */
.text-zoom-1 {
  position: absolute;
  top: 100px;
  left: 40px;
}
.text-zoom-2 {
  position: absolute;
  top: 30%;
  left: 175px;
}
.text-zoom-3 {
  position: absolute;
  top: 50%;
  left: 165px;
}
.text-zoom-4 {
  position: absolute;
  bottom: 130px;
  left: 150px;
}

.text-zoom-5 {
  position: absolute;
  top: 100px;
  right: 10px;
}
.text-zoom-6 {
  position: absolute;
  top: 30%;
  right: 120px;
}
.text-zoom-7 {
  position: absolute;
  top: 50%;
  right: 120px;
}
.text-zoom-8 {
  position: absolute;
  bottom: 130px;
  right: 130px;
}

/* ================= TEXT STYLE ================= */
.service-box{
 /* transition: all 0.4s ease;*/
  cursor:pointer;
}

.service-box h3{
  font-size:25px;
  color:#0e384c;
  margin-bottom:8px;
  font-weight:bold;
}

.service-box p{
  font-size:20px;
  color:#0e384c;
  line-height:1.6;
  font-weight:500;
}

/* Hover zoom (unchanged) */
/*.service-box:hover{
  transform: scale(1.08);
}
*/
/* ================= CENTER IMAGE ================= */



/*plan*/

.section{
    padding:60px 15px;
}



.section-title{
    text-align:center;
    margin-bottom:40px;
}

.section-title h2{
    font-size:32px;
    font-weight:600;
    color:#222;
}

.section-title p{
    color:#666;
}

.plan-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0 0;
}

.plan-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    border: 1px solid #0e384c;
}

.plan-card:hover{
    transform:translateY(-8px);
}

.plan-card h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #0e384c;
    font-weight: 800;
}

.price{
    font-size:26px;
    font-weight:600;
    margin-bottom:15px;
}

.plan-card ul{
    padding-left:18px;
}

.plan-card ul li{
    margin-bottom:10px;
    color:#444;
}

.note{
    margin-top:40px;
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
      
}

.note h4 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #0e384c;
}

.note ul li{
    color:#555;
}

/*plan*/








/*Top-bar*/


.top-bar-text img { width: 25px;}
.top-bar-text ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
}
.top-bar-text {text-align: right;}
.top-bar-text a { font-size: 14px; font-weight: 400; color: #0e384c;}
.top-bar-text i {font-size: 16px;margin-right: 7px;}
/*Top-bar*/

/*header*/

.navbar-brand img {
    max-height: 115px;
    width: auto;
}
/*header*/


/*Hero*/

/*#hero {
    position: relative;
    background: url("../img/bg-banner.png") center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.hero-text a {
    margin: 25px auto;
    display: table;
    background: #0e384c;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.hero-text a:hover {
   color: #0e384c;
    background: #fff;
   
}
/*Hero*/


/*services*/

section#services {
    padding: 50px 0;
}
section.specialised-serv {
    padding: 0 0 50px;
}
 .service-box h3 {
    font-size: 18px;
    color: #0e384c;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: right;
}
.service-box p {
    font-size: 15px;
    color: #0e384c;
    line-height: 1.6;
    font-weight: 500;
    text-align: right;
}
.box-specialised {
    padding: 10px 0;
}
.circle img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.box-specialised {
    padding: 10px 0;
    margin-right: -30px;
}
.box-specialised2 {
    padding: 10px 0;
    margin-right: 10px;
}
.box-specialised3 {
    padding: 10px 0;
    margin-right: 10px;
}
.service-box:hover {
    background: #0e384c;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.service-box:hover h3  {
    color: #fff;
}

.service-box:hover  p {
    color: #fff;
}

.speciali-part h3 {
    text-align: left;
}

.speciali-part p {
    text-align: left;
}
.box-specialised5 {
    padding: 10px 0;
    margin-left: -30px;
}
.box-specialised6 {
    padding: 10px 0;
    margin-left: 10px;
}
.box-specialised7 {
    padding: 10px 0;
    margin-left: 10px;
}
.service-box {
    padding: 10px; /* normal state me hi de do */
    transition: all 0.3s ease;
    will-change: transform;
}

.service-box:hover {
    background: #0e384c;
    border-radius: 10px;
    transform: scale(1.05); /* smooth zoom */
}

/*services*/

/*<!-- ALL THE WAY -->*/
#all-the-way {
    position: relative;
    padding: 50px 0 0;
    background: url("../img/hero-bg.jpg") center/cover no-repeat;
    z-index: 1;
    background: #e7e7e7;
}
.heding.border-rr h1 {
    border-bottom: 10px solid #000;
    width: fit-content;
    color: #000;
}



.counter-box {
    display: block;
    background: #0e384c;
    padding: 40px 20px 37px;
    text-align: left;
    margin: 10px 0;
    border-radius: 10px;
    height: 212px;
}
.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 100px;
  font-weight:bold;
  color: #fff;
  line-height: 80px ;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}
/*.counter-seep {
    padding: 50px 0 0;
}*/


/* + symbol */
.counter.plus::after {
  content: "+";
  margin-left: 2px;
}

/* % symbol */
.counter.percent::after {
  content: "%";
  margin-left: 2px;
}


/*<!-- ALL THE WAY -->*/

#meet-our-dentist { padding:50px 0;  background: #eff8ff;}
.heding.border-rro h1 {
    color: #000;
    font-size: 50px;
}
.heding.border-rro p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 3px 0;
    text-align: justify;
}

.meet-text img {
    border-radius: 15px;
    width: 100%;
}

/*footer*/

#footer {
  
    background: url("../img/footer.png") center/cover no-repeat;
   padding: 10px 0 0;
    align-items: center;
    justify-content: center;
}

.footer-logo p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3rem;
    padding-top: 20px;
}
.quick-link h4 { font-weight: bold;
    font-size: 25px;
    color: #fff;
    padding-bottom: 5px; }

.quick-link a {
   font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 2.3rem;
    margin-right: 11px;
}
.quick-link ul li {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    /* line-height: 0; */
    display: inline-block;
}
ul.socialicon0 li {
    display: inline-block;
}
ul.socialicon0 a {
    font-size: 50px;
    margin-right: 0px;
    line-height: 3rem;
    color: #fff;
}
section#footer-buttom {
    background: #03133d;
    padding: 10px 0px;
}
.copy p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.copy ul {
    display: inline-flex;
    float: right;
}
.copy ul li {
    display: flex;
    font-size: 13px;
    color: #fff;
    padding: 0 8px;
}
.copy ul li a {
    color: #fff;
}
/*footer*/
#top-bar1{
    display: none;
}





/*services*/




.services{
  padding:80px 0;
}


.service-card {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    border: 1px solid #ddd;
}

.service-card:hover{
  transform:translateY(-8px);
}

.icon img {
    width: 50px;
}

.service-card h3{
  font-size:16px;
  font-weight:600;
  color:#06283d;
  margin-bottom:15px;
}
.counter-seep {
    padding: 40px 0 0;
}
.service-card p {
    font-size: 13px;
    line-height: 1.2rem;
    color: #6c757d;
    margin-bottom: 10px;
}
.icon {
    padding: 10px 0px;
}
.service-card li {
    list-style: circle;
    margin: 0 30px;
}
.service-card a{
  text-decoration:none;
  color:#0e384c;
  font-weight:500;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
#cart-banner {
    position: relative;
    background: url("../img/se-bg.png") center/cover no-repeat;
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -999;
}
.service-card a span{
  width:26px;
  height:26px;
  border-radius:50%;
  background:#0e384c;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}
.cart-banner-text {
    text-align: center;
}
.cart-banner-text h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart-banner-text a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
/*services*/








.faq-section{
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 15px;
}

.faq-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 0;
}

.faq-question{
  width:100%;
  background:none;
  border:none;
  padding:0;
  font-size:17px;
  font-weight:500;
  color:#222;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  text-align:left;
}

.faq-question:hover{
  color:#007bff;
}

.faq-question .icon{
  font-size:24px;
  font-weight:300;
  transition:0.3s ease;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
}

.faq-item.active .faq-answer{
  max-height: 1200px; /* long content support */
}

.faq-answer p{
  font-size:15px;
  color:#555;
  line-height:1.7;
  padding: 0 0 15px 0;
}

.faq-answer ul{
  padding-left: 20px;
  padding-bottom: 15px;
}

.faq-answer ul li{
  font-size:15px;
  color:#555;
  line-height:1.6;
  margin-bottom:6px;
  list-style: disc;
}

.faq-item.active .icon{
 
  color:#007bff;
}




























/* ===============================
   MOBILE (max-width: 767px)
================================ */
@media (max-width:767px){
    .carousel-item {
    height: 50vh;
}
ul.navbar-nav {
    margin-top: 0;
  
}
.top-bar-text {
    text-align: center !important;
    position: initial !important;
}
#top-bar {
    padding: 10px 0;
    display: none;
}
#top-bar1 {
    display: block;
    padding: 15px 0;
}
  /* Top bar */
  .top-bar-text{
    text-align: center;
    position: static;
  }
  .top-bar-text ul li{
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }

  /* Header */
  a.navbar-brand.logo-style img{
    width: 220px;
  }
 .menu-header ul li {
     margin-left: 0px; 
}
.menu-header a {
    font-size: 16px;
    line-height: 1rem;
}

  /* Hero */
  #hero{
    height: auto;
    padding: 60px 0;
  }
  .hero-text h1{
    font-size: 30px;
  }
  .hero-text p{
    font-size: 12px;
  }
  .hero-text a{
    font-size: 14px;
    padding: 8px 20px;
    margin: 5px auto;
  }
.heding.border-rr h1 {
    border-bottom: 5px solid #000;
    
}
  /* Services */
  #services {
    padding: 20px 0;
}
  .heding h1{
    font-size: 27px;
  }
  .heding h2{
    font-size: 14px;
    letter-spacing: 4px;
  }
  .heding p {
    font-size: 12px;
}

#meet-our-dentist {
    padding: 20px 0;
 
}
#all-the-way {
    padding: 20px  0;
}
.counter-seep {
    padding: 10px 0 0;
}
.meet-text {
    padding-bottom: 40px;
}
.heding.border-rro h1 {
    font-size: 28px;
}
.heding.border-rro p {
    font-size: 14px;
}
.heding img {
    width: 194px;
}
  /* Counter */
  .counter{
    font-size: 60px;
    line-height: 60px;
  }
  .counter-box{
    height: auto;
    text-align: center;
  }
  .counter-box p{
    text-align: center;
    font-size: 20px;
  }

  /* Footer */
 .quick-link h4 {
    font-size: 26px;
    padding: 20px 0;
}
  ul.socialicon0 a{
    font-size: 30px;
    margin-right: 15px;
  }
.quick-link a {
    font-size: 14px;
        line-height: 2rem;
}
  .footer-logo p {
    font-size: 14px;
    line-height: 1.3rem;
    padding: 20px 0;
}
#footer {
    padding: 20px 0;
}

.quick-link ul li {
    font-size: 14px;
    display: block;
}
section#footer-buttom {
    padding: 15px 0px;
}
.copy ul li {
    padding: 10px 6px 0 0px;
}
.copy ul {
    display: -webkit-inline-box;
}

.top-bar-text ul li {
    display: inline-block;
    margin: 2px 0;
    font-size: 10px;
}
.top-bar-text i {
    font-size: 13px;
    margin-right: 7px;
}
.top-bar-text a {
    font-size: 11px;
    font-weight: 400;
    color: #0e384c;
}
.top-bar-text img {
    width: 20px;
}


.carousel-caption h2 {
    font-size: 22px;
}




.grid-container {
    display: grid;
    grid-template-columns: none;
    align-items: center;
}
.dental-services {
     padding: 0px 0; 
   
}
.service-box h3 {
    font-size: 25px;
    text-align: center;
}

.service-box p {
    font-size: 17px;
    font-weight: 400;
     text-align: center;
}
.box-specialised5 {
    margin-left:0px;
}
.box-specialised6 {
    margin-left:0px;
}
.box-specialised7 {
    margin-left:0px;
}
.box-specialised3 {
    margin-left:0px;
}
.box-specialised2 {
    margin-left:0px;
}
section#services {
    padding: 20px 0;
}
section.specialised-serv {
    padding: 0px 0 20px;
}
img#centerImg {
    width: 100%;
}
.services {
     padding:10px 0;  
}
.se-part {
    text-align: left;
    padding: 10px;
}
.service-box {
    padding: 10px;
}
.text-zoom-1 {
    position: static;

}
.text-zoom-2 {
    position: static;

}
.text-zoom-3 {
    position: static;

}
.text-zoom-4 {
    position: static;

}
.text-zoom-5 {
    position: static;

}
.text-zoom-6 {
    position: static;

}
.text-zoom-7 {
    position: static;

}
.text-zoom-8 {
    position: static;

}


.box-specialised {
    padding: 10px 0;
    margin-right: 0;
}
}


/* ===============================
   TABLET (768px - 991px)
================================ */
@media (min-width:768px) and (max-width:991px){
    .top-bar-text{ display: none; }
.service-box h3 {
    font-size: 25px;
    text-align: center;
}
ul.navbar-nav {
    margin-top: 0px !important;
}
.service-box p {
    font-size: 17px;
    font-weight: 400;
     text-align: center;
}
.box-specialised5 {
    margin-left:0px;
}
.box-specialised6 {
    margin-left:0px;
}
.box-specialised7 {
    margin-left:0px;
}
.box-specialised3 {
    margin-left:0px;
}
.box-specialised2 {
    margin-left:0px;
}
section#services {
    padding: 20px 0;
}
section.specialised-serv {
    padding: 0px 0 20px;
}
    .carousel-caption h2 {
    font-size: 40px;
}

  a.navbar-brand.logo-style img{
    width: 260px;
  }

  .hero-text h1{
    font-size: 55px;
  }
  .hero-text p{
    font-size: 14px;
  }
  .hero-text a {
    font-size: 20px;
}
.heding p {
    font-size: 12px;
}
#services {
    padding: 30px 0;
}
.heding img {
    width: 300px;
}
.heding.border-rro h1 {
    font-size: 35px;
}
.heding.border-rro p {
    font-size: 14px;
}
.footer-logo p {
    font-size: 14px;
}
.quick-link h4 {
    font-size: 30px;
    padding: 20px 0;
}
.quick-link a {
    font-size: 16px;
    line-height: 0.3rem;
}
ul.socialicon0 a {
    margin-right: 15px;
}
#footer {
    padding: 30px 0;
}
.quick-link ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 2.3rem;
}
  .heding h1{
    font-size: 35px;
  }
  .heding h2 {
    font-size: 20px;
}
#all-the-way {
    padding: 30px 0 0;
}
#meet-our-dentist {
    padding: 30px 0;
}
  .counter{
    font-size: 75px;
  }

 .meet-text {
    padding-bottom: 40px;
}
.copy ul li {
    padding: 10px 6px 0 0px;
}

#hero {
    height: 65vh;
}



.grid-container {
    display: grid;
    grid-template-columns: none;
    align-items: center;
}
.dental-services {
     padding: 0px 0; 
   
}

.services {
     padding:10px 0;  
}
.se-part {
    text-align: left;
    padding: 10px;
}
.service-box {
    padding: 10px;
}
.text-zoom-1 {
    position: static;

}
.text-zoom-2 {
    position: static;

}
.text-zoom-3 {
    position: static;

}
.text-zoom-4 {
    position: static;

}
.text-zoom-5 {
    position: static;

}
.text-zoom-6 {
    position: static;

}
.text-zoom-7 {
    position: static;

}
.text-zoom-8 {
    position: static;

}
}


/* ===============================
   SMALL LAPTOP (992px - 1199px)
================================ */
@media (min-width:992px) and (max-width:1199px){
  .carousel-caption h2 {
    font-size: 40px;
}
   .carousel-item {
    height: auto;
}
  a.navbar-brand.logo-style img{
    width: 300px;
  }

  .hero-text h1{
    font-size: 70px;
  }

  .counter{
    font-size: 85px;
  }

  .counter-box{
    height: 200px;
  }



.grid-container {
    display: grid;
    grid-template-columns: none;
    align-items: center;
}
.dental-services {
     padding: 0px 0; 
   
}

.services {
     padding:10px 0;  
}
.se-part {
    text-align: left;
    padding: 10px;
}
.service-box {
    padding: 10px;
}
.text-zoom-1 {
    position: static;

}
.text-zoom-2 {
    position: static;

}
.text-zoom-3 {
    position: static;

}
.text-zoom-4 {
    position: static;

}
.text-zoom-5 {
    position: static;

}
.text-zoom-6 {
    position: static;

}
.text-zoom-7 {
    position: static;

}
.text-zoom-8 {
    position: static;

}
}


/* ===============================
   LARGE SCREEN (1200px - 1500px)
================================ */
@media (min-width:1200px) and (max-width:1500px){

  .hero-text h1{
    font-size: 80px;
  }

  .counter{
    font-size: 95px;
  }

  .carousel-caption h2 {
    font-size: 40px;
}


.grid-container {
    display: grid;
    grid-template-columns: none;
    align-items: center;
}
.dental-services {
     padding: 0px 0; 
   
}

.services {
     padding:10px 0;  
}
.se-part {
    text-align: left;
    padding: 10px;
}
.service-box {
    padding: 10px;
}
.text-zoom-1 {
    position: static;

}
.text-zoom-2 {
    position: static;

}
.text-zoom-3 {
    position: static;

}
.text-zoom-4 {
    position: static;

}
.text-zoom-5 {
    position: static;

}
.text-zoom-6 {
    position: static;

}
.text-zoom-7 {
    position: static;

}
.text-zoom-8 {
    position: static;

}


}
