.service-section-prithivi h4{
  color: #ECAE15;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.service-section-prithivi p{
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  padding-bottom: 20px;
}
.service-section-prithivi i{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
.line-prithivi{
    width: 10%;
    height: 5px;
    background: #fff;
    position: relative;
    left: 45%;
}
.prithivi-title-underline h1{
    color: #fff;
    padding-bottom: 22px;
}
.text-accordion {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.prithivi-step{
  padding: 25px;
}
.prithivi-step i{
  font-size: 26px;
    color: #ecae15;
    background: #383838;
    border: 5px solid #ecae15;
    padding: 22px;
    border-radius: 50%;
   
}
.prithivi-step h5{  
    padding: 22px 0;
    
}
.prithivi-step:hover{
  background: #ecae15;
  color: #fff;
}
/* .modal-backdrop.fade {
    opacity: unset;
}
.modal-backdrop.show {
    opacity: unset;
} */
/* .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
} */
.modal-full {
    min-width: 90%;
    margin: auto;
    text-align: center;
}
.modal-full .modal-content {
    min-height: 100vh;
}
.modal-body h4{
  color:#ecae15;
  padding: 15px 0;
  font-size: 26px;
  font-weight: 800;
}
.modal-body p{
    font-size: 20px;
  font-weight: 600;
   color: #fff;
}
.modal-content{
      backdrop-filter: blur(2px);
    pointer-events: auto;
    background-color: #000000de;
    opacity: 1;
}
.modal-header {
  border-bottom:none ;
}
.modal-footer {
  border-top:none ;
}
.modal-row-padding{
  padding: 40px 140px;
}
.btn-style-one-modal {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #1c1f26;
    background-color: #ecae15;
    padding: 13px 30px;
    padding-left: 60px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    font-family: var(--font-family-oswald);
}
.btn-style-one-modal:hover {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    padding: 13px 30px;
    padding-left: 60px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    font-family: var(--font-family-oswald);
}
.btn-style-one-modal:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #1c1f26;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-one-modal:after {
    position: absolute;
    content: '';
    background: var(--theme-color);
    height: 1px;
    width: 20px;
    top: 24.5px;
    left: 30px;
}
.slider-btn-margin{
      margin-left: -65px;

}

/* modal responsive */
@media (min-width: 576px){
.modal-dialog {
    max-width: 90%;
    margin: auto;
}
}