/* Custom CSS */

#main_service_for_section {
    background: #00009b;
    padding: 1.9em;
    border-radius: 40px;
    transform: scale(0.9);
}

#main_service_for_section .select2-selection:nth-child(2){
    display: none !important;
}
 

.select2-selection.select2-selection--single[role="combobox"] { 
        display: none;
    }

#main_service_for_section input, #main_service_for_section select, #main_service_for_section textarea, #main_service_for_section .select2-selection {
    border-radius: 10px;
}

.theme-second-color{
    color:#15EBAE !important;
}

#main_service_for_section button{
    background-color: #15EBAE !important;
    border-radius: 5px;
    padding: 0.8em;
    color: #000068 !important;
    font-size: 15px !important;
}

#main_service_for_section [data-type="characters"] {
    display: none !important;
}

#main_service_for_section .forminator-error-message {
    background-color: transparent !important;
    position: absolute;
    margin-top: -4px;
}

.select2-selection__rendered{
    text-align: right !important;
}

#main_service_for_section input[type="email"]{
    text-align: right !important;
}

#about-section .author-content{
    display: none !important;
}

.price-table .table-content{
    max-height: 600px;
    overflow: scroll;
    min-height: 600px;
}

#pricing-plans-buttons.button-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .custom-button {
    padding: 6px 24px;
    background-color: #ffffff;
    color: #3b38eb;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid #3b38eb;
  }
  
  .custom-button:hover {
    background-color: #3b38eb; /* Slightly darker indigo */
    color: #ffffff;
  }
  
  .request-a-call-back-form-style3 {
    margin-top: 0 !important;
  }

  #pricing-plans-home .pricing-style1 .row{
    display: flex;
    justify-content: center;
  }

  #pricing-plans-home .pricing-style1 .row .col-sm-12{
    /* min-width: 380px; */
  }

  #pricing-plans-home .pricing-style1-section {
    padding-top: 0;
    margin-top: 4em;
  }

  .pricing-plans-home-seo, .pricing-plans-home-website{
    /* display: none; */
  }

  #pricing-plans-buttons{
    position: relative;
    z-index: 1;
  }

.active{
    display: block !important;
}

.deactive{
    display: none !important;
}

.pricing-plans-home-seo{
    margin-top: -4em !important;
}

.contact-form #main_service_for_section{
  padding-top: 3em !important;
}

.breadcrumbs-link {
 display: none !important;
}

.request-a-call-back-form #main_service_for_section {
  margin-right: -60px;
  padding-top: 3em !important;
}

.price-table .fa-ul {
  margin-left: 4px !important;
  padding-left: 0 !important;
  padding: 0 !important;
  margin-right: 7px !important;
}

.seo-pricing-pricing-page .pricing-style1 .row {
  display: flex;
  justify-content: center;

}



@media (max-width: 768px) {
  
  .request-a-call-back-form #main_service_for_section {
    margin-right: -60px !important;
    padding-top: 3em !important;
    margin-left: -50px !important;
    margin-top: 2em !important;
}

}