.middle-sesson {
    position: relative;
    border-top: 0.5px solid rgb(189 194 209);
    border-bottom: 0.5px solid rgb(189 194 209);
}

.btn_consulting {
    /* margin: 50px; */
    /* margin-left: 50px;
    margin-right: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px 130px;



}

.middle_content {
    position: relative;
    text-align: center;
    top: 30px;
    color: white;
    font-family: "Equip-Regular", sans-serif;
}
.button-container {
    max-width: 100%;
    overflow: hidden;
  }
  
  .scroll-container {
    display: flex;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: gray lightgray;
  }
  .scroll-container .portfolio-btn_1{
    /* height: 60px; */
    margin: 15px 10px;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    width: 25%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    color: black;
    border-radius: 10px;
    display: grid; 
  }
  .scroll-container::-webkit-scrollbar {
    height: 8px;

  }

  .portfolio-btn_1 a{
      color: rgb(1, 1, 1);
  }

  .portfolio-btn_1:hover{
    background: #ffbd59;
    color: black;
    border: 1px solid #ffbd59;
}


.portfolio-btn_1:hover a{
    background: #ffbd59;
    color: white;
    text-decoration: none;
}

  .scroll-container::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 4px;
  }
  
  .scroll-container::-webkit-scrollbar-track {
    background-color: lightgray;
    border-radius: 4px;
  }
  
  .scroll-container .portfolio-btn_1 {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 10px;
  }
  .port-button-container{
    padding: 20px 50px;
  }

.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.row.flex-column.flex-sm-row.portfolio-sub-row{
    padding: 0px 195px 30px;
}
.service-image{
    display: block;
}
.service-icon{
    display: none;
}
.form-mis{
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.form-text{
    text-align: center;
    color: black;
}
.form-group input, .form-group textarea {
    width: 90%;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    font-family: 'Open Sans';
}
::placeholder{
    color: #000; 
    font-family: 'Open Sans';
}
#complaint-type option {
    color: #000; 
}
.form-group select
{
    width: 96%;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
}
.about-description1{
    width: 50%;
    padding: 0px 50px;
}
.form-submit{
    border: none;
    padding: 10px 121px;
    border-radius: 25px;
    color: white;
}
/* Wrapper for the custom select styling */
.custom-select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}


.custom-select-container .form-control {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    padding-right: 2.5rem; 
    color: #707272;
}

.custom-select-container::after {
    content: "\25BC";
    position: absolute;
    top: 42%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #707272;
    font-size: 0.8em;
    margin-right: 16px;
}

.custom-select-container .form-control:not([value=""]) {
    color: #000; 
}
.form-text h3{
    margin-top: 0px;
}

@media (max-width: 980px) {
  
    .about-image img {
        width: 100%;
        height: 100%;
    }
    .about-image1 img{
        width: 50%;
    }
    .btn_consulting_scroll{
        margin: 0px 0px;
    }

    .middle-sesson {
        /* height: 30px; */
        /* border: none; */
        background: none;
        margin: 0;
    }
    .scroll-container{
        min-width: 70%;
        max-width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 15px;
        margin: 10px 10px;
    }
    .port-button-container{
        padding: 0px 0px;
      }
    .scroll-container .portfolio-btn_1{
        margin: 0px 10px;
        width: 65%;
        max-width: 100%;
    }
    .service-image{
        display: none;
    }
    .service-icon{
        display: block;
        text-align: center;
    }
    .about-description1 {
        width: 100%;
        margin: 0px;
        display: grid;
        justify-items: center;
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-mis {
        border: 1px solid black;
        border-radius: 20px;
        background-color: white;
        padding: 20px;
        width: 85%;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .form-group input, .form-group textarea {
        width: 85%;
        margin-bottom: 10px;
        border-radius: 20px;
        padding: 10px 20px;
        background-color: #e9e9e9;
        border: 1px solid #e9e9e9;
    }
}
@media (max-width: 450px) {
    .scroll-container .portfolio-btn_1 {
        margin: 0px 10px;
        width: 80%;
        max-width: 100%;
    }
    .portfolio-btn_1 div{
        font-size: 12px;
    }
}