
body{
    background:#EEEEEE; 
    margin:0;
}
.col-2 img{
    width:100%;
}
.all-section{position:relative;}
.logo {
    width: 100%;
    background: white;
    height: 90px;
}
.logo img {
    width: 100px;
}
.active-tab {
    background-color:#b23f59 !important; /* Set your desired active button background color */
    color: white; /* Set the text color for better visibility */
    /* Add any other styling for the active tab button here */
  }
  
    .accordion-item button.active {
    background-color: red;
    
  }
    .greenbar.active {
    background-color: blue !important;
  }
.sec-img{
    transform: rotateY(180deg);
}
.form-group{
    border: 2px solid #778b11;
    border-radius:6px;
    margin: 10px 3px;
}
.main-tab{
 /*display:none; */
position: relative;
}
.all-section{
    display:flex;
}
.form-control{
    padding: 4px 18px; 
}

form .row .col-md-3{
    justify-content: end;
    display: flex;
}


#submit{
     background: #778b11;
    color: white;
    border-radius: 5px;
    padding: 4px 18px;
    /* margin-left: 10px; */
    margin-top: 9px;
    height: 36px;
    width: 97%;
}
.anchor-tag{
    text-decoration: none;
    border: 1px solid green;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    background: #778b11;
    color: white;
}
#submit-hide{
    display:none;
}
        #tab-container {
            display: flex;
            margin-bottom: 10px;
            flex-direction: column;
        }
        .active {
        background-color:#B23F59 !important ; /* Change this to the desired active color */
        color: white; /* Optional: Change text color for better visibility */
    }
.accordion-item button {
   background:#fbf2cb ;
    border:none !important;
    position:relative;
    border-radius:5px;
width:100%;
}

        .tab {
            cursor: pointer;
    border: 1px solid #ccc;
    background-color: #A57B53;
    padding: 30px 9px 30px 9px;
    color: white;
        }

        .tab-content {
            display: none;
            width: 20%;
        }
        .inner-tab-content {
            display: none;
        }
        .card-body h5{
            font-size:14px;
        }
        .nested-tab-content {
            display: none;
          
        }
        .accordion-item-content{
            padding:0 16px !important;
        }
        .card-body{
            padding:13px 0;
        }
        .accordion-item{
            padding: 16px 0;
    cursor: pointer;
    background-color: #fbf2cb;
    font-size: 14px;
    text-align: center;
    border: 1px solid grey;
        }
        .accordion-item-content {
         display: none;
         padding: 0px;
         }

         .card img{
            margin-top: 8px;
         }
.active-tab {
    background-color: #b23f59 !important; /* Set your desired active button background color */
    color: white; /* Set the text color for better visibility */
    /* Add any other styling for the active tab button here */
  }
         .accordion-item-content{
            padding: 16px;
    background: #fbf2cb;
    margin-top: 10px;

         }
        
         div#outer-tabs .nested-tab {
       display: flex;
    flex-direction: column;
    border: 1px solid #858585 !important;
    width: 100%;
    padding: 5px;
    margin: 5px 0;
    align-items: center;
    position:relative;
}
.video{
    width:100%;
}
.col-md-3{
padding:0;
}
.card{
    width:50% !important;
    display:block;
    justify-content: center;
    position:relative;
        margin: 0 25%;
}
.card img{
    width: 146.5px;
    height: 144px;
}
.greenbar {
    background: #bad874;
   height:57px;
    padding: 20px;
    border-radius: 0 0 0 65px;
    position: absolute;
    left: 34%;
    top:0px;
    width: 66%;
}
.cream-content {
    background: #EEEEEE;
    padding: 20px;
    border-radius: 0 130px 0 0px;
    position: absolute;
    left: 34%;
    top: 56px;
    width: 66%;
}
.cream-content::before {
    content: "";
    background: #bad874;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 0px;
}
.col-6{
        margin: 10px 0;
}


/*.cream-content::after {*/
/*      content: "";*/
/*    background: url('/images/6500076.jpg');*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0%;*/
/*    z-index: 2;*/
/*    top: 0px;*/
/*}*/
  
@media only screen and (min-width: 600px) {
    .card:hover .img-grd {
    display: block;
}




.accordion-item button:hover .sub-text {
    display: block;
   
}

#tab-container,
.tab-content{
    margin-top:50px;
}


}
    
@media only screen and (max-width: 600px) {
    .img-grd{
           right: 0 !important;  
    padding: 4px;
    width: 100% !important;
    height: 70%;
    display: flex;
    align-items: center;
    }
    form .row .col-md-3 {
    justify-content: center;

}
.greenbar button{
    width:auto !important;
}
.img-grd button{
    background:none !important;
}
 .accordion-item button:hover .sub-text {
  width:100%;
  height:100%;
  top:0;
  right:0;
      /*position: relative;*/
      /*margin-bottom:10px;*/
    /*padding: 0;*/
}

  
 #tab-container {
       display: flex;
    margin-bottom: 10px;
    flex-direction: row;
   width: 100%;
    overflow: scroll;
  }
  .tab-content{
      width:100%;
  }
  
  .greenbar{
      position:relative;
      left:0;
      width:100%;
          border-radius: 0 0 65px 65px;
          top:0;
  }
  .cream-content{
      position:relative;
      left: 0%;
    top: 0px;
    width: 100%;
    padding:0;
  }
  .col-3{
      width: 50%;
      
  }
  .card {
      width:100% !important;
      margin: 17px 0 0 0;
  }
  .card img {

      width:100%;
  }
  .all-section{
          flex-direction: column !important;
              width: 100%;
  }
  .tab{
          min-width: 118px;
  }
  .col-8{
      width:100%;
      
  }
  .col-2{
      display:none;
  }
  
}




.img-grd {
    position: absolute;
    background: #bad874;
    width: 180px;
    padding: 9px;
    border-radius: 7px;
    font-size: 12px;
    right: 173px;
    z-index: 100;
    display: none;
}



span.sub-text{
       position: absolute;
    right: -300px;
    width: 300px;
    top: -14px;
display:none !important;
background:#bad874;
padding:5px;
border-radius:5px;
z-index:30;
color:black !important;
    
}

