.blur-5 { 
  border-radius: 10px; 
  backdrop-filter: blur(8px);
  padding: 30px; 
}

.top-container-section { 
  border-radius: 10px; 
  backdrop-filter: blur(5px); 
  padding: 30px; 
  border: 2px solid #ffffff5e ;
}

.top-container-section h1,
.top-container-section h2
{
    margin-bottom: 1rem;
    color: white;
}

.top-container-section h1 , 
.top-container-section h2 , 
.top-container-section p {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

/* .top-container-section h1 .yellow {
    color: #FFD700;
} */
  
.yellow {
  color: #EACE39 !important;
}

.top-container-section h1 .green {
  color: #72BE44;
}

.top-container-section p {
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: white;
    /* line-height: 1.6; */
}

.title-box {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    color: white;
}

.title-box p , .title-box h4{
    margin-bottom: 0;
    font-family: 'DMSans-Bold'
}

.back-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit; 
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

.back-arrow {
  margin-right: 5px;
}

#sp-main-body{ background-color: #ffffff; }

.bottom-container { 
  background-color: rgba(255, 255, 255, 0.3); 
  width: 65%; 
  /* width: fit-content; */
  margin: auto;
  padding: 30px 30px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
} 

.bottom-container-section {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

.bottom-container-section h1 {
  margin-bottom: 1rem;
  color: white;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  color: #FFD700 !important;
}

.bottom-container-section p {
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 1.6;
}

.imgDiv {
  flex-grow: 1;
  height: 200px;
  max-width: 200px;
  margin: auto;
  min-width: 200px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: border-color 1s ease-out;
  -moz-transition: border-color 1s ease-out;
  -o-transition: border-color 1s ease-out;
  transition: border-color 1s ease-out;
  transition: background-color 1s ease-out;
}
  
.wordDiv {
  flex-grow: 1;
  margin-top: 8px;
  margin-bottom: 15%;
}
  
.imgDiv:hover {
  border-color: gold;
  background-color: gold;
  transition: 2s;
}

.swal-Title {
  padding-top: 8%;
  margin-bottom: 5%;
}
  
.swal2-close {
  outline: none !important;
  z-index: 1000;
}
  
.popUpTitle {
  padding-top: 4%;
  margin-bottom: 5%;
  text-transform: none !important;
}
  
.bothImage {
  margin: auto;
  display: flex;
  max-width: 400px;
  flex-direction: row;
}
  
.btn-getstarted {
  margin: 0;
  min-width: unset;
  padding: 0.375rem 0.75rem;
}

.col-get-touch {
  float: right;
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
  width: 100%;
}
  
.col-getintouch-sticky {
  position: fixed !important;
  top: 0;
  z-index: 4 !important;
  width: 100%;
  background-color: #005DA9 !important;
  backdrop-filter: blur(20px) !important;
}

.col-getintouch-sticky, .col-get-touch {
  height: 150px;
}

#getQuoteCont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.col-getintouch-sticky > .sppb-row-container {
  padding-top: 0px;
}

.col-get-touch p {
  margin-bottom: 0; 
  color: #ffffff;
}

.chkUsrGrpImg {
  margin-top: 13%;
}

.swal2-container {
  z-index: 10000;
}


  /* ================( Responsive Mobile Version )================ */

@media (max-width: 991px) {
  .bottom-container {
      width: 90%;
  }
}

@media (max-width: 768px) {
  /* #sppb-addon-1734925825943 {
    width: 90%;
    margin-top: 20px;
    margin: 20px auto 0;
  } */

  .bottom-logo img {
    width: 18vw;
  }

  .bothImage {
    flex-direction: row;
    padding-left: 0% !important;
  }

  .bothImage {
    flex-direction: column;
  }
  
  .col-get-touch a {
    font-size: 11px;
  }
  
  .col-get-touch p {
    font-size: 10px;
  }
} 

@media (min-width: 300px) and (max-width: 480px){
    .btn-getstarted {
    padding: 0.28rem 0.75rem;
  }
}

@media only screen and (min-width: 200px){
  /* #sppb-addon-1734925825943 { box-shadow: 0px 0px 0px 0px; } */
}

