body{
   font-family: 'Poppins', sans-serif ;
   /* color: #303030; */
   overflow-x: hidden;
}
.modal-open{
    padding-right: 0 !important;
}
html{
    overflow-x: hidden;
}
.row{
    margin: 0;
}
/* .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  } */
  /* .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  } */
  /* @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  } */

  
@media screen and (max-width: 768px) {
    .top-bar ul li{
        float: none !important;
        margin-bottom: 5px;
       
    }
    /* Ensure social icons stay horizontal on mobile */
    .social-icon{
        flex-direction: row !important;
        justify-content: center;
        gap: 8px;
    }
  }
.top-bar{
    background-color: #209669;
    padding: 10px 0;
}
.top-bar ul{
padding-left: 0;
margin-bottom: 0;
}
.top-bar ul li{
    float: left;
    list-style: none;
    font-weight: 500;
}
.top-bar ul li a{
    color: white;
    font-weight: 700;
    font-size: 14px;
}
.top-bar-header a{
    color: white !important;
    font-weight: 700 !important;
    font-size: 14px;
}
/* Explicit CSS for icon circle - Fixed size to prevent expansion */
.top-bar .icon,
.top-bar-header .icon,
.top-bar ul li .icon,
.top-bar ul li div.icon,
.icon{
    border: 1px solid rgba(255, 255, 255, 0.507) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px !important;
    margin-right: 8px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    vertical-align: middle !important;
    overflow: hidden !important;
}

/* Icon content inside circle */
.top-bar .icon i,
.top-bar-header .icon i,
.icon i{
    font-size: 14px !important;
    color: white !important;
    display: block !important;
    line-height: 1 !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.top-bar ul li i{
    padding: 0 5px;
}

.social-icon{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.social-icon li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icon a{
    color: white !important;
    display: inline-block;
    padding: 5px;
    transition: opacity 0.3s ease;
    border-radius: 0 !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
}
.social-icon a:hover{
    opacity: 0.8;
}
.social-icon i{
    color: white !important;
    font-size: 20px;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

/* Responsive: Stack vertically on very small screens if needed */
@media screen and (max-width: 576px) {
    .social-icon{
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }
}

header .nav-link{
    padding: 15px 15px !important;
    color: #4D4D4D !important;
}
header .nav-link:hover{
    color: #40A37C !important;
}
.header-cta{
    margin-left: 30px;
}
.header-cta-b{
    background-color: #000 !important;
}

/* .dropend .dropdown-toggle{
    margin-left: 0 !important;
}
.dropdown-menu{
    min-width: 270px !important;
    margin-top: 0px !important;
    border-top: 4px solid #209669;
    border-radius: 10px;
    float: none;
}
.dropdown-menu li{
    
    margin: 5px 10px;
}
.dropdown-menu .dropdown-item{
    position: relative;
    display: block;
    border: 1px solid #73c4a4;
    padding: 12px 15px;
    border-radius: 7px;
}
.dropdown-menu .dropdown-item .nav-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6.5px;
    padding: 0;
    border-radius: 50px;
    height: 17px;
    color: #fff;
    background: #40a37c;
    width: 17px;
    top: 45%;
    display: flex;
    justify-content: center;
    padding: 1px;
}
.dropdown-menu .nav-link{
    position: relative;
    display: block;
    border: 1px solid #73c4a4;
    padding: 12px 15px !important;
    border-radius: 7px;
}
.dropdown-menu .nav-link .nav-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6.5px;
    padding: 0;
    border-radius: 50px;
    height: 17px;
    color: #fff;
    background: #40a37c;
    width: 17px;
    top: 45%;
    display: flex;
    justify-content: center;
    padding: 1px;
} */
/* My CSS for navigation */
.product-menu{
    line-height: 27px;
}
.voice-sub-menus{
    background: linear-gradient(180deg, #E3FFF4 0%, #F7F7F7 100%);
    margin: 10px 10px 10px 0;
    width: 494px;
    border-radius: 10px
}
.first-menu{
    width: 316px;
}
.new-menu{
    min-width: 830px;
    background-color: #D7D7D7
}
.solution-menu{
    min-width: 700px;
    background-color: #D7D7D7;
}
.solution-menu-para{
    font-size: 11px;
}
/* .voice-hover{
    background-color: #40A37C !important;
    color: white;
    border-radius: 10px
}
.artificial-hover{
    background-color: white !important;
    border-radius: 10px
} */
.image-size{
    width: 34px;
    height: 34px
}
ul li a.active{
    color: #40A37C !important;
    font-weight: 700;
  }
  ul li .hover-color a{
    color: #000 !important;
  }
  ul li .hover-color:hover{
    background-color: #40A37C;
    border-radius: 8px;

  }
  ul li .hover-color a:hover{
    color: white !important
  }
  ul li .hover-color a i:hover{
    color: white !important
  }
  .end-menu{
    font-size: 13px;
    /* color: #000; */
  }
  .sub-menu-link{
    color: #40A37C;
    font-size: 14px;
    font-weight: 600;
  }
  .sub-menu-link-other{
    font-size: 15px;
  }
  .rounded-class{
    background-color: #209669; padding: 10px
  }
  .support{
    font-size: 15px; padding: 5px 0 0 10px
  }
  .last-section{
    background-color: #209669; color: white; display:flex;
    padding: 8px 0;
  }
  .add-icon i{
    margin-top: 10px;
    background-color: white;
    color: #209669;
    border-radius: 50px;
    padding: 7px;
  }
.menu-arrow-class{
    background: #40a37c;
    color: #fff;
    /* margin-left: 69px; */
    border-radius: 50px;
    padding: 4px 6px;
    font-size: 10px;
}
.dropdown:hover > .dropdown-menu{
    display: block;
}
.first-menu ul li{
    /* padding: 8px; */
    background-color: #D7D7D7;
    margin: 10px 6px -7px 6px;
}
/* .first-menu ul li a{
    color: #303030;
    font-size: 14px;
} */
  /* My CSS for navigation end */
/* .demo-btn{
    border-radius: 30px;
} */
.brand-logo img{
    height: 40px ;
}
@media screen and (max-width: 768px) {
    .brand-logo img{
        height: 25px;
    }
}
.header-background {
    background-color: #f0f0f0 !important;
    top: 4.3rem !important;
    /* font-size: 1rem; */
    font-family: Poppins, 'Source Sans Pro';
}
.logo-image{
    width: 9.7rem;
    height: 3.1rem;
}
.request-demo{
    background-color: black;
    color: #fff !important;
    padding: 13px 10px;
    border-radius: 40px;
    left: 1130px !important;
}
.mobile-request-demo{
    margin: 0 5px 0 85px;
}
@media screen and (min-width: 320px) {
    .mobile-request-demo{
        margin: 0 5px 0 35px;
    }
}
@media screen and (min-width: 375px) {
    .mobile-request-demo{
        margin: 0 5px 0 90px;
    }
}
.mobile-request-demo-mobile{
    font-size: 10px;
}
.request-link{
    font-family: Poppins, 'Source Sans Pro';
    font-weight: 700;
    /* font-size: 20px; */
    line-height: 30px;
}
.navbar-head{
    background-color: #f0f0f07e;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

/* Sticky header when scrolling */
.navbar-head.sticky-header {
    background-color: rgba(240, 240, 240, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Mobile navbar sticky */
.navbar.navbar-default.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #f0f0f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Ensure content scrolls normally */
.main-body {
    position: relative;
    z-index: 1;
}

.main-body{
    position: relative;
}
.banner-img{
    position: relative;
}
.banner-text{
    position: relative;
}

.blur-1::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    background: rgba(64, 163, 123, 0.5);
    filter: blur(100px);
    z-index: -1;
}
.blur-2::before{
    position: absolute;
    content: '';
    top: 150%;
    left: 5%;
    width: 250px;
    height: 200px;
    transform: translate(-50%, -50%);
    background: #40a37b7a;
    filter: blur(50px);
    z-index: -1;
}
.promotion{
    background-color: #707372;
}
@media screen and (max-width: 768px) {
    .promotion-font span{
    font-size: 10px;
    }
    .promotion h3{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .carousel-container {
      display: block;
    }

    .row-container {
      display: none;
    }
  }

  /* Custom CSS for large screens */
  @media (min-width: 768px) {
    .carousel-container {
      display: none;
    }

    .row-container {
      display: block;
    }
  }
  .carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;
   background-color: #726565;
 }
.solutions .card-header h6{
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px;
    align-self: center;
    margin-bottom: 0;
}
.solutions .card-header{
    background-color: rgba(234, 234, 234, 1);
}
.solutions .card-body {
    /* padding: 12px 18px; */
    background: rgba(245, 245, 245, 1);
}
.solutions .card-body p{
    font-size: 13px;
    line-height: 17px;
}
.solutions .card-body {
    padding: 11px;
}

.brand ul li{
    /* list-style: none; */
    /* background-color: #F5F5F5; */
    /* margin-top: 10px;
    border-radius: 8px;
    font-size: 13px; */
}
.brand ul li a{
    padding: 12px 20px;
    /* margin-bottom: 10px; */
    /* color: #000; */
}
.brand ul li .active{
    background-color: #40A37C !important;
    /* padding: 12px 20px; */
    /* margin-bottom: 10px; */
    /* margin: auto; */
}
.brand ul li a.active{
    /* background-color: #40A37C !important; */
    color: white !important;
}
.brand .card-body h5{
    padding-left: 20px;
    align-self: center;
    margin-bottom: 0;
    color: #fff;
}
.brand .card-body p{
  
    color: #fff;
}
.bg-green{
    background-color: #40A37C !important;
}
.bg-color{
    color: #40A37C;
}
.bg-grayy{
    background-color: #D9D9D9 !important;
}
.lets-talk{
    position: relative;
    z-index: 2;
}
.box-mobile-row{
    display: none;
}
.lets-talk .box{
    position: relative;
    display: inline-block;
    font-size: 32px;
    background-color: #000;
    border-radius: 62px;
    padding: 0px 0 0px 40px ;
    color: #fff;
}
.lets-talk-btn{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
#phone_call{
    background-color: white;
    position: relative;
    padding: 10px 50px;
    margin-left: -40px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
#box{
    padding: 10px 50px;
    margin-left: -40px;
}
/* .lets-talk span{
    display: inline-block;
    font-size: 32px;
    background-color: #ffffff;
    border-radius:0 62px 62px 0 ;
    padding: 10px 50px 10px 40px;
    color: #000;
    border-left: 5px solid #fff;
} */
/* .lets-talk #box{
    display: inline-block;
    font-size: 32px;
    background-color: #000;
    border-radius:0 62px 62px 0 ;
    padding: 10px 50px 10px 40px;
    color: #fff;
    border-left: 5px solid #fff;
} */
@media screen and (max-width: 768px) {
    .lets-talk .box{
        font-size: 12px !important;
        padding: 0 0 0 10px;
    }
    .box-mobile-row{
        display: block;
        background-color: #000;
        padding: 10px 15px;
    }
    .lets-talk span{
        font-size: 12px !important;
        display: inline-block;
        background-color: #ffffff;
         border-radius:0 62px 62px 0 ; 
         padding: 10px 50px 10px 40px; 
        color: #000;
        border-left: 5px solid #fff;
    }
}
.lets-talk .line::before{
    position: absolute;
    content: '';
    width: 50%;
    /* height: 5px; */
    height: 3px;
    background-color: white;
    top: 50%;
    left: 40%;
    transform: translate(0%, -50%);
    z-index: -1;
}
.business-content{
    min-height: 160px;
    margin-bottom: 15px;
}
.business-card{
    border-radius: 26px;
    background: linear-gradient(283deg, #000 5.04%, #5E6160 96.22%);
    height: 200px;
}
.business-para{
    display: none;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif ;
  }
@media screen and (max-width: 767px) {
    .business-card{
        height: auto;
    }
    .business-card img{
        width: 30% !important;
    }
    .business-card .left-business-second{
        border-radius: 26px;
        background: linear-gradient(352deg, #40A37C 50.3%, rgba(0, 0, 0, 0.68) 93.98%);
        /* height: 250px; */
    }
    .business-card .right-business-second{
        border-radius: 26px;
        background: linear-gradient(352deg, #40A37C 50.3%, rgba(0, 0, 0, 0.68) 93.98%);
        /* height: 250px; */
    }
    .business-heading{
        font-size: 15px;
    }
    .business-para{
        display: block;
        font-size: 12px !important;
    }
}
@media screen and (max-width: 480px) {
    /* .business-heading{
        font-size: 10px;
    }
    .business-para{
        font-size: 8px !important;
    } */
    /* .business-card{
        height: 180px !important;
    } */
    .get-more{
        /* font-size: 20px; */
    }
    .why-fonada{
        padding: 30px 0;
    }
}
.why-fonada{
    /* background-image: ; */
    
    /* backface-visibility: .5; */
    position: relative;
    background: linear-gradient(98deg, rgba(0, 0, 0, 0.85) 50.59%, rgba(0, 0, 0, 0.72) 99.12%);
    /* z-index: 0; */
    
}
.why-fonada::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('./img/why-fonada-bg.png'); */
    background: url('/uploads/image/why-fonada-bg.png'), lightgray 50% / cover no-repeat;
    background-position: center center;
    background-size: cover;
    z-index:-1;
}

.why-fonada-content{
    color: white;
}
.update .card{
    padding: 10px;
    border-radius: 15px;
}
.update .card.green-gradient{
    color: white;
    border-radius: 15px;
    border: 1px solid #B0CBC2;
    background: linear-gradient(0deg, #40A37C 0%, #1D2420 96.99%);
}
.update .card p{
    font-size: 13px;
}
.bg-gradient{
    background: linear-gradient(274deg, #010101 56.31%, #555857 100%) !important;
    background-size: cover;
}
.update-content{
    min-height: 200px;
}
.register{
    background-color: #eee;
    
    position: relative;
    border-radius: 44px;
    margin: 50px 0px;
    color: white;
}
.register::before{
    position: absolute;
    content: '';
    top: -5px;
    right: 5px;
    width: 100%;
    height: 100%;
    background-color: #010101;
    border-radius: 44px;
}
/* mobile screen css */
@media screen and (max-width: 768px) {
    .register{
        padding-bottom: 36px;
        padding-top: 20px;
    }
    .register::before{
        height: 290px !important;
    }
    .input-group ::placeholder{
        color: white;
    }
}
/* mobile screen css end */
.register-content{
   
   z-index: 1000;
}
.register-content h4{
   color: #40A37C;
   font-weight: 600;
 }
 .m-view{
    display: none;
 }
 @media screen and (max-width: 768px) {
    .d-view{
        display: none;
    }
    .m-view{
        display: block;
        margin-bottom: 10px;
        color:white
    }
    .register-content h4{
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }
    .register-content h4 span{
        font-size: 12px;
    }
    .register-content p{
        text-align: center;
    }
    .input-group .form-control {
        background-color: #6C6C6C;
        border-radius: 14px;
        padding: 12px 10px;
        border: 0;
        font-size: 14px;
        color: white !important;
        text-align: center;
    }
 }
 .register-form .input-group, .input-group .form-control{
    background-color: #6C6C6C;
    border-radius: 20px;
    /* padding: 20px; */
    border: 0;
 }
 .subcription-form{
    background-color: #6C6C6C;
    border-radius: 20px;
    padding: 22px 20px;
    border: 0;
    font-size: 20px;
    color: white !important;
 }
 .subcription-form::placeholder{
    color: white;
 }
 .register-form .input-group .btn{
    background-color: #40A37C;
    border-radius: 20px !important;
    padding: 20px 22px;
    color: white;
    font-size: 20px;

 }
footer{
   color: #000000;
   background: #2F2F2F;
}
 footer h4{
    position: relative;
    margin-bottom: 20px;
 }
 footer h4::before{
    position: absolute;
    content: '';
    top: 105%;
    left: 0;
    width: 30%;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.63);
    
 }
 .achievement-section ul{
    padding-left: 0;
 }
 .achievement-section ul li{
    float: left;
    margin-right: 10px;
    list-style: none;
 }
 .footer-list ul{
    padding-left: 0;
 }
.footer-list ul li{
   list-style: none;
}
/* Footer Styling - White Text on Dark Background */
footer {
    background: #2F2F2F !important;
    color: #ffffff !important;
}

footer h4,
footer h5,
footer h6 {
    color: #ffffff !important;
    font-weight: 700;
}

/* Override Bootstrap's text-black class in footer - MUST be more specific */
footer a.text-black,
footer .footer-list a.text-black,
footer .footer-list ul li a.text-black,
footer p a.text-black,
footer h6 a.text-black,
footer .h6 a.text-black,
.footer-list ul li a.text-black,
.footer-list ul li a,
footer a {
    color: #ffffff !important;
}

footer p {
    color: #E0E0E0 !important;
}

.footer-arrow {
    color: #ffffff !important;
}

.footer-list ul li {
    color: #ffffff !important;
}

.footer-bottom {
    background: #2F2F2F !important;
}

.footer-bottom p,
.footer-bottom a {
    color: #ffffff !important;
}
 .black-gradient{
    background: linear-gradient(270deg, #000 0%, #4E4E4E 100%);
 }
 .footer-bottom{
    color: white;
 }
 .footer-bottom ul{
    list-style: none;
    padding-left: 0;
 }
 .footer-bottom ul li{
    float: left;
    padding: 0 15px;
    border-right: 1px solid white;
    
 }
 .footer-bottom ul li:last-child{
  
    border-right: 0;
    
 }
 .footer-bottom ul li a{
    text-decoration: none;
    color: white;
 }
 /* smooth sliding */
 .carousel-inner .carousel-item {
    transition: transform 2s ease;
    opacity: .5s ease-out;
    --background-transition: 0.3s;
  }
  /* smooth sliding end */
 @media (max-width: 768px) {
    /* .carousel-inner .carousel-item > div {
      display: none;
    } */
    .carousel-inner .carousel-item > div:first-child {
      display: block;
    }
  }
  
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-start,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
     /* transition-duration: 10s; */
  }
  
  /* display 4 */
  @media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
      transform: translateX(25%) !important;
    }
  
    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-25%) !important;
    }
  
    .carousel-item-next.carousel-item-start, .active.carousel-item-end {
      transform: translateX(0) !important;
    }
  
    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-25%) !important;
    }
  }
  .bg-card{
    background-color: #F0FFF9;
  }
  .carousel-control-next, .carousel-control-prev {
    position: relative !important;
    display: inline;
  }
  .font-12p{
    font-size: 12px !important;
  }
  @media screen and (min-width: 769px) {
    .solution-image-height{
        height: 400px;
    }
    .popup-modal-width{
        max-width: 900px;
    }
  }
  /* Fixed header */
  .navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #f0f0f0;
  }
  /* Fixed header end*/
.footer-arrow{
   font-size: 9px;
   color: #000000 !important;
}
.services-icon{
    width: 85px;
}
@media screen and (max-width: 480px) {
    .services-icon{
        width: 85px;
    }
    .font-12p{
        font-size: 10px !important;
    }
}
@media screen and (max-width: 375px) {
    .services-icon{
        width: 69px;
    }
    .font-12p{
        font-size: 8px !important;
    }
}
@media screen and (max-width: 320px) {
    .services-icon{
        width: 50px;
    }
    .font-12p{
        font-size: 6px !important;
    }
}
@media screen and (max-width: 767px) {
    .blog-pre-button{
        margin-top: -28px;
    }
    .contact-client{
        min-width: 290px;
        height: 180px
    }
}
.request-form-field{
    background-color: rgba(244, 244, 244, 1);
}
.strip-background{
    background-color: #183e2f;
}
.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");
  }
.req-placeholder::placeholder {
    padding-left: 15px;
    opacity: 1;
}
.req-placeholder{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 55%
}
.popup-request a{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 45%;
}
table tbody tr td{
    border: 1px solid;
}

  
  