/* navbar start */
.dropdown:hover .dropdown-menu {
    /*display: block;*/
    
}
.dropdown-menu {
    display: none;
    
    position: absolute;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}


.img
{
    margin-left: 0px;
}
.n-nav
{
    margin-right: 0px;
}
#navbarNav li a
{
    font-weight: 400;
    font-size: 1rem;
    margin-right: 5px;
    color: black;
    margin-bottom: 9px;
}
.button{
    margin-right:3px;
}
.butn
{
    border-color: orangered !important;
    color: orangered !important;
    border-radius: 0px !important;
    /*width: 180px;*/
}

.btn:hover
{
    background-color: rgb(47, 47, 230) !important;
    color:white !important;
}
/* first navbaar end */

/* second navbar styel */
.N-nav{
    margin-left: 50px;
}

.navbar-scroll {
  /*margin-top: 20px;*/
  border-bottom: 2px solid rgb(218, 206, 214);
  padding: px 0 px 0;
}

           /* mega menu */
           .dropdown-item
        {
            font-size: 0.9rem;
            line-height:17px;
        }
        .mega-menu {
            position: static !important;
        }

        .mega-menu .dropdown-menu {
            width: 100%;
            left: 0;
            right: auto;
            padding: 20px;
            /* column-count: 1; */
        }

        .mega-menu .dropdown-menu a {
            display: block;
            color: #333;
            padding: 5px 0;
            text-decoration: none;
        }

        .mega-menu .dropdown-menu a:hover {
            color: #007bff;
        }

        .navbarDropdownMenuLink {
            font-weight: 400;
            font-size: 1rem;
            margin-right: 5px;
            color: black;
            margin-bottom: 9px;
        }

        .butn {
            border-color: orangered !important;
            color: orangered !important;
            border-radius: 0px !important;
        }

        .btn:hover {
            background-color: rgb(47, 47, 230) !important;
            color: white !important;
        }

        .button {
            margin-right: 4px;
        }
        .b-color {
            border: 2px solid blue;
        }

        /* dropdown */
        .dropdown-menu {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            border: none;
            border-radius: 0;
            padding: 0.7em;
        }

        .dropdown-menu .heading-color {
            font-size: 0.8em;
            text-transform: uppercase;
            color: orange !important;
            font-weight: 600 !important;
        }
        .message-popup-success.active {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}
     

/* Coming Soon Section Styling */
  .coming-soon-section {
      background:#ffc4f861;
      padding: 50px 0;
  }

  /* Coming Soon Heading */
  .coming-soon-heading {
      font-size: 30px;
      font-family: 'Merriweather', serif;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #343a40;
      font-weight: bold;
  }

  /* Coming Soon Slider Container */
  .coming-soon-slider {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      width: 100%;
  }

  /* Coming Soon Track (Scrolling Effect) */
  .coming-soon-track {
      display: flex;
      width: 200%;
      animation: scrollComingSoon 15s linear infinite;
  }

  /* Coming Soon Items */
  .coming-soon-item {
      width: 25%;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600;
      color: #343a40;
      background-color: #ffffff;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
  }

  /* Scrolling Animation */
  @keyframes scrollComingSoon {
      from {
          transform: translateX(0);
      }
      to {
          transform: translateX(-100%);
      }
  }

  /* Stop Scrolling on Hover */
  .coming-soon-slider:hover .coming-soon-track {
      animation-play-state: paused;
  }

  /* Resume Scrolling when Hover Ends */
  .coming-soon-slider .coming-soon-track {
      animation-play-state: running;
  }

  /* View More Button */
  .view-more-btn {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 5px;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: background-color 0.3s ease;
  }

  .view-more-btn:hover {
      background-color: #0056b3;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .coming-soon-heading {
          font-size: 24px;
      }

      .coming-soon-item {
          width: 50%;
          font-size: 16px;
      }

      .coming-soon-track {
          width: 400%;
          animation: scrollComingSoon 20s linear infinite;
      }
  }
.no-select{
    user-select: none !important;
}
#content {
    user-select: none; /* Standard property */
    -webkit-user-select: none; /* Safari and Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Edge/IE */
    touch-action: manipulation; /* Helps prevent long-press selection */
}


.message-popup-success:hover {
    background-color: rgba(0, 128, 0, 1);
}

.message-popup-success {
    background-color: rgba(0, 128, 0, 0.3);
    width: 230px;
    height: 60px; /* Adjust height to accommodate progress bar */
    position: sticky;
    float: right;
    top: 10px;
    z-index: 9999;
    color: white;
    justify-content: space-around;
    align-items: center;
    display: none;
    opacity: 0;  
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    padding-bottom: 5px; /* Space for the progress bar */
    box-sizing: border-box;
    font-size: 14px;
}

.progress-bar {
    width: 0;
    height: 5px;
    background-color: white;
    transition: width 3s linear;
}



@media (max-width:992px) {
    .dropdown-menu {
        max-height: 400px;
        overflow-y: scroll;
        /* display: flex; */
        /* column-count: 1 !important */
    }
}

/* second navbar end */
.icon{
    color: blue !important;
}
/* slider */
.card {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.card-body h5 a{
    margin-left: 0px !important;
    position:absolute !important;
    left:10px !important;
}
.btn-slide
{
  width: 100%;
  font-size: 20px;
  background: transparent !important;
  color: #0f0ecd !important;
  border-color: #0f0ecd !important;
  margin-bottom: 20px;
}
.card img{
  width: 30%;
  /* height: 150px; */
  border-radius: 10px;
  margin-top:10px;
  float: left;
  }
.h3
{
  font-size: 19px;
  font-weight: 600;
  margin-top: -110px;
  margin-left: 150px;
}
.p1
{

  font-size: 17px;
  margin-top: 0px;
  /* margin-left: 150px; */
}
.p2
{
  font-size: 15px;
  margin-top: 0px;
  margin-left: 115px;
}
 .fa-location-pin
{
  line-height: 25px;
  left: 175px;
  position:absolute;
  font-size: 20px;
  color: #56974d;
}

.fa-1x
{
  
   font-size: 25px;
  color: #1a0dc9;
  padding: 10px; 
  
  
} 
.h3-pratice
{
  font-size: 15px;
  margin-top: 60px;
  text-align: center;
}
.p-city
{
  margin-top: 30px;
  font-size: 20px;
}
 /* .carousel-control-prev
{
  left: -120px;
  top: 80px;
} 
.carousel-control-next
{
  right: -120px;
  top: 80px;
}   */
.h-sizing
{
  font-size: 25px; 
  font-weight: bold;
}
 .carousel-control-next .carousel-control-next-icon
{
  background-color: rgb(46, 5, 5) !important;
}
.carousel-control-prev .carousel-control-prev-icon
{
  background-color: rgb(61, 0, 0) !important;
} 

/* .carousel-control-prev1
{
  left: -120px;
  top: 80px;
} 
.carousel-control-next1
{
  right: -120px;
  top: 80px;
}   */
.h-sizing
{
  font-size: 25px; 
  font-weight: bold;
}
/* .carousel-control-next1 .carousel-control-next-icon1
{
  background-color: rgb(46, 5, 5) !important;
}
.carousel-control-prev1 .carousel-control-prev-icon1
{
  background-color: rgb(61, 0, 0) !important;
} */

/* free legal advice section */

.background
{
  background: #014E78;
}
.heading1
{
  padding-top: 2%;
    text-align: center;
    color: white; 
    font-size: 1 rem; 
    font-weight: 400;
}
.fa-nfc-directional
{
    position:absolute;
    left: -95px;
    top: 12px;
    font-size: 16px;
}

.heading2
{
    text-align:center; 
    color: white; 
    font-weight: 200;
}
.btn1
{
   width: 500px;
}
.btn2
{
    width: 650px;
    margin-top: 100%; 
    margin-left: 20px;
}
#btn1
{
   border: 2px solid white !important;
   border-radius: 0% !important;
   background: blue!important;
   border: 2px solid #0f0ecd;
   color: #e2e7ea!important;
   width: 180px;
}
#btn1:hover
{
    background-color: #8e70d8 !important;
    color:white !important;
}
.search-btn
{
    background:orangered !important;
    color: white !important;
    border-radius: 0px !important;
    width: 130px;
}
.navbar-dark .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 1.1em;
}

/* legal answer */
.C-btn
{
    background: blue !important;
    color: white !important;
    border-color: blue !important;
}
.c-width
{
  width: 20rem;
}
.icons-font
{
  font-size: 100px;
}
.p-sizing
{
  font-size: 25px;
}
.i-sizing
{
  font-size: 30px;
}
/* slider */

/* topic this week*/
.heading-1
{
    margin-top: 50px !important;
    margin-bottom: 60px !important;
    text-decoration: underline;
}
.topic {
    background-color: #25191f;
}
.topic a
{
    margin-left: 40px;
    color: white !important;
}
.topic ul
{
    padding: 0px;
    margin: 0px;
}
.topic ul li
{
    list-style: none;
}
.topic ul li a
{
    text-decoration: none;
    color: #837f7f;
    list-style: none;
    font-size: medium;
    line-height: 40px;
}

.fa-solid
{
    text-decoration: none;
    color: #7f8380;
    list-style: none;
    font-size: medium;
    line-height: 40px;
}
/*week icons */
.fa-arrows-turn-right
  {
    margin-left: 20px;
    margin-top: 12px;
    line-height: 18px;
    color: white;
  }
  .fa-circle-question
  {
    position: absolute;
    top: 20px;
    left: 15px;
  }
/* find a lawyer */
#nav-tab #nav-home-tab, #nav-contact-tab,#nav-profile-tab
{
    width: 106px;
    border: 1px solid black;
    font-size: 20px;
    font-weight: 500;
    color: rgb(14, 33, 117);
}
.link:hover
{
    background-color: blue !important;
    color:white !important;
}
.tab-content
{
    border: 1px solid black;
}
.tab-content ul
{
    margin-top: 30px;
    margin-left: 20px;
    text-decoration: none;
    font-size: 20px;
    list-style: none;
    
}
.tab-content ul li
{
    margin-left: 30px;
}
.tab-content ul li a
{
    text-decoration: none;
    color: black;
}
.fa-location-arrow
{
    margin-left: 0px;
    margin-top: 12px;
    line-height: 18px;
}
.buttn
{
  background: blue !important;
  width: 200px;
  height: 50px;
 
  font-size: 15px;
  margin-bottom: 10px;
  }
  .buttn5
{
  background: rgb(240, 240, 245) !important;
  border-color: orangered;
  color: orangered;
  font-weight: 500;
  width: 200px;
  height: 50px;
  font-size: 17px;
  margin-bottom: 10px;
  }
  .buttn6
{
  background: rgb(240, 240, 245) !important;
  border-color: orangered;
  color: orangered;
  font-weight: 500;
  /* width: 140px; */
  /* height: 4px; */
  font-size: 17px;
  margin-bottom: 10px;
  }
  /* law guides*/

  
/* testimoinal slider */
.testimonial-slider {
  position: relative;
  width: 90%;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.testimonial-slider .testimonial {
  display: none;
  font-size: 20px;
  font-weight: 400;
  font-family:sans-serif;
  text-align:center;
}

.testimonial-slider .testimonial.active {
  display: block;
}
.testimonial-slider .controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
}
.next-btn 
{
  margin-top: -70px;
}

.previous-btn
{
  margin-top: -70px;
}

/* main footer */
footer
{
  background: linear-gradient(135deg, rgb(27, 51, 71), rgb(53, 88, 242));
    padding: 40px 0px;
}
footer h4
{
  color: white;
    letter-spacing: .8px;
    line-height: 60px;
    margin-bottom: 20px;
}
footer ul
{
    font-size: 15px;
    font-weight: 150;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}
footer ul li
{
  line-height: 40px;
  list-style: none;
}
footer ul li a
{
    text-decoration: none;
    color: white !important;
    list-style: none;
    font-weight: 350;
    font-size:  14.5px;
    line-height: 25px;
     
}
.red{
    border-color: white; /* Change to the desired color */
}
/* footer bottom section */
.footer {
    color: #fff;
    padding: 20px 0;
  }
  .footer-links {
    list-style: none;
    padding: 0;
  }
  .footer-links li {
    display: inline-block;
    margin-right: 20px;
  }
  .footer-icons {
    list-style: none;
    padding: 0;
    text-align: right;
  }
  .footer-icons li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-icons li:first-child {
    margin-left: 0;
  }
  .footer-icons li a {
    color: #fff;
  }
.end_footer
{
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    /*.top-bar {*/
    /*    display: none;*/
    /*}*/
    .N-nav{
    margin-left: f0px;
}

}



/* 2nd page free legal advice */
.form
{
  width: 70%;
}
.bttn
{
  background: #321678 !important;
  border-color: #321678 !important;
}

.display
{
  display: flex; 
  justify-content: space-between;
}
.btn-block
{
  width: 50px; 
  background: blue !important;
}
.btn-block:hover
{
  background: rgb(31, 31, 196) !important;
}
#btn2
{
  width: 140px;
  height:50px;
  font-size: 13px;
  color: rgb(8, 8, 8) !important;
  font-weight: 500;
  border-color: blue !important;
}
#btn2:hover
{
  color: #fff !important;
}
#btn
{
  width: 140px;
  height: 50px;
  font-size: 13px;
  color: rgb(8, 8, 8) !important;
  font-weight: 500;
  border-color: #321678 !important;
}
#btn:hover
{
  color: #fff !important;
}

.main {
  border: 2px solid rgb(207, 203, 203);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 40px;
}
 .main a
{
  margin-left: 40px;
}

.main ul
{
  padding: 0px;
  margin: 0px;
}
.main ul li
{
  list-style: none;
}
.main ul li a
{
  text-decoration: none;
  color: #837f7f;
  list-style: none;
  font-size: 0.9rem;
  line-height: 40px;
}
.main .fa-arrows-turn-right
  {
    margin-left: 7px;
    margin-top: 12px;
    line-height: 18px;
    color: #11c918;
  }
  .main ul li a
  {
    color: rgb(11, 11, 14);
  }
  .forms
  {
    padding: 30px;
    border: 2px solid rgb(207, 203, 203);
  border-radius: 5px;
  width: 93%;
  margin-bottom: 40px;
  }
.color
{
  background:#e2ffe5 !important;
}

.card-2
{
  /*margin-right: 30px; */
  height:420px;
  /*width: 350px;*/
}

center
{
  margin-bottom: 40px; color: white;
}

.fixed-right
{
  /*width: 370px !important;*/
   top: 40px !important; 
   position: sticky;
   margin-left: 40px;
}
#card_btn
{
  background:  #597cff ;
}

#card_btn:hover
{
  background:rgb(40, 40, 168) !important;
}
.lawyers-card{
    border:2px solid #A7D477;
    border-radius:5px;
}

.image img{
    height:113px;
    width:85px;
}

/* pakistani-laws */
 .heading-2
{
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ffffff;
  text-align: center;
  color: #6682ef;
  margin-top: 20px !important;
    margin-bottom: 25px !important;
     margin-right: 20px !important;
      margin-left: 20px !important;
    
}
.card-heading
{
    height: 110px;
    padding: 1px;
    background: #f7f7f7;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 5px 10px #a6a6ff;
    border-color: #c0c0ff;
    width: 100%;
}
.bttn
{
  background: blue !important;
  width: 200px;
  height: 50px;
  font-size: 13px;
  margin-bottom: 10px;
}

.cards ul
{
  padding: 0px;
  margin: 0px;
}
.cards ul li
{
  list-style: none;
}
.cards ul li a
{
  margin-left: 25px;
  text-decoration: none;
  color: #837f7f;
  list-style: none;
  font-size: 1rem;
  line-height: 35px;
}
.cards .fa-arrows-turn-right
  {
    margin-left: 2px;
    margin-top: 12px;
    line-height: 10px;
    color: #5c2dd3;
    font-size: 17px;
  }
  .cards ul li a
  {
    color: rgb(133, 133, 133);
  }
 .h-cards
{
  height: 95%;
} 
.view-btn
{
  background: blue !important;
} 


/* penal code */
.question
{
  border: 2px solid rgb(207, 203, 203) !important;
  border-radius: 5px !important;
  margin-left: 2px;
  width: 100%;
  
}
ol
{
  color: rgb(18, 18, 128);}
ol li a
{
  text-decoration: none;
  color: rgb(18, 18, 128);
}
.accordion-collapse:hover
{
  border-color: white !important;
}

.Card-1
{
  background-color:#94949d;
  height: 100px;
}

.h4-col
{
  color: #f1f1f1;
}
.h5-col
{
  color: blue;
  padding: 5px;
  background: #f1f1f1;
  display: inline-block;
}
.card_style a
{
  text-decoration: none;
  color: #5270ff;
}

/* section 420 */
.accordion-button
{
  box-shadow: none !important;
}
.border-question
{
  border: 2px solid rgb(207, 203, 203);
  width: 100%;
  margin-left: 2px;
  border-radius: 5px;
}
.accordion-body ol li a ,ol
{
  color: black !important;
  text-decoration: none;
}
.form-section
{
  padding: 5px;
  border: 3px solid rgb(203 203 203);
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  background-color: rgb(239 252 255);
  margin-left:2px;
}
.table-info
{
  border: 2px solid rgb(207, 203, 203);
  width: 100%;
  margin-left: 2px;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 30px;
}
.border-right
{
  border-right: 1px solid rgb(207, 203, 203);
}
.height
{
  line-height: 20px;
}
/* ask free question */
.height{
  border: 1px solid rgb(207, 203, 203);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 40px;
}
 .height a
{
  margin-left: 40px;
}

.height ul
{
  padding: 0px;
  margin: 0px;
}
.height ul li
{
  list-style: none;
}
.height ul li a
{
  /* text-decoration: none; */
  color: #837f7f;
  list-style: none;
  font-size: 0.9rem;
  /* line-height: 40px; */
}
.height .fa-arrows-turn-right
  {
    margin-left: 7px;
    margin-top: 5px;
    /* line-height: 18px; */
    color: #2b42c2;
  }
  .height ul li a
  {
    color: blue;
  }

  .links-margin
  {
    margin-left: 38px;
  }

  /* devoice property */
  .img-card img
  {
    width: 100px;
    height: 100px;
  }
  .verified-badge{
      width:130px !important;
      position:static;
      top: -28px;
      height: 50px;
      margin-left: -10px;
  }
  .verified-badge1{
      width:200px !important;
      position:static;
      top: 99px;
      height: 88px;
  }
  .verified-badge2{
   width: 145px !important;
    position: static;
    top: 170;
    height: 60;
    margin-left: -35;
  }
  .card-slide
  {
    width: 300px;
    height: 150px;
  }
#carousel-set.card-slide {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#carousel-set.btn-slide
{
  width: 100%;
  font-size: 20px;
  background: transparent !important;
  color: #0f0ecd !important;
  border-color: #0f0ecd !important;
  margin-bottom: 20px;
}
#carousel-set.card img{
  width: 30%;
  height: 150px;
  border-radius: 10px;
  margin-top:10px;
  float: left;
  }
  .para
  {
  
    font-size: 17px;
    margin-top: 0px;
    margin-left: 100px;
  }
  .head-3
    {
      font-size: 16px;
      font-weight: 700;
      margin-top: -95px;
      margin-left: 100px;
    }
/* Divorce */
.fa-thumbs-up
{
  color: orange;
}
.body-card
{
  color: rgb(27, 95, 183);
}
.sty-body
{
margin-top: -20px; 
margin-left: -20px;
}
.img-sty
{
  margin-right: 30px; 
  margin-top: -20px; 
  margin-left: -20px;
}
.Card-2
{
  background-color: rgb(23, 23, 168);
  margin-left:1px !important;
  padding: 30px;
  border-radius: 15px; 
  margin-left: 30px; 
  box-shadow: 7px 7px 5px rgb(51, 51, 52);
}
#btn-2
{
  width: 120px;
  height:35px;
  font-size: 13px;
  color: rgb(8, 8, 8) !important;
  font-weight: 500;
  border-color: blue !important;
}
/* .colr
{
  color: blue;
} */
.pagination
{
  align-items: center;
  justify-content: center;
}
.law-links a
{
  margin-left: 40px;
  color: rgb(14, 14, 14) !important;
}
.law-links ul
{
  padding: 0px;
  margin: 0px;
}
.law-links ul li
{
  list-style: none;
}
.law-links ul li a
{
  text-decoration: none;
  color: #837f7f;
  list-style: none;
  font-size: medium;
  line-height: 40px;
}
.law-links,.fa-arrows-turn-right
  {
    margin-left: 20px;
    margin-top: 12px;
    line-height: 18px;
    color: rgb(247, 247, 247);
  }
  .filter a
  {
    text-decoration: none;
  }
  .filter-btn
  {
    width: 35%;
  }
  .filter-btn:hover
  {
    background: blue !important;
  }

/* lawyers details */
.card img{
  width: 50%;
  /* height: 150px; */
  border-radius: 10px;
  margin-top:10px;
  float: left;
  }
.heading_3
{
  font-size: 19px;
  font-weight: 600;
  margin-top: -130px;
  margin-left: 60px;
}
.p1
{

  font-size: 17px;
  margin-top: 0px;
  margin-left: 190px;
}
.p2
{
  font-size: 15px;
  margin-top: 0px;
  margin-left: 115px;
}

#btn-4
{
  width: 300px;
  height:40px;
  font-size: 13px;
  color: rgb(8, 8, 8) !important;
  font-weight: 500;
  border-color: blue !important;
}
.freq-question
{
  /* border: 2px solid rgb(207, 203, 203) !important; */
  /* border-radius: 5px !important; */
  margin-left: 2px;
  width: 100%;
}
.card-hover:hover
{
  color: blue;
}
.card-hover .fa-solid
{
  font-size: 40px !important;
  color: #212529 !important;
}
/* login form */
.login-form
{
  padding: 30px;
  border: 2px solid rgb(207, 203, 203);
  border-radius: 5px;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.login-btn a
{
 text-decoration: none;
 color: #f4f4f4;
}

/* form lawyers */
   #profile-box {
    width: 100px;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
  }

  #profile-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
  }
  /* fake charges */
  /* .re-question li 
  {
    list-style: none;
  } */
.re-question li a
{
  text-decoration: none;
}
.btn-center 
{
  margin-top: -40px;
  margin-bottom: -40px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* latest court details */
.btn_1
{
  color: blue !important;
  border-color: blue !important;
}







