.tw-modal-wrapper {
  /* background-color: var(--twgl--rgb-black-8); */
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  /* width: 100vw; */
  z-index: 9999;
   width: 60%;
      margin: 0 auto;

}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: rgb(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  width: 700px;
          font-family: "Poppins", Sans-serif;
  background-color: #fff !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  /* box-shadow: 0 2px 20px var(--twgl--rgb-black-2); */
  /* -webkit-box-shadow: 0 2px 20px var(--twgl--rgb-black-2); */
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: #04709b;
  border: 0 !important;
  /* border-top-right-radius: 6px; */
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
    background-color: transparent;
    color: #04709b;
    border: 1px solid #04709b !important;
}
.tw-modal-wrapper .tw-modal-header , .btm-form-head .elementor-heading-title{
  /* color: var(--twgl--color-base-text); */
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  width: 100%;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  /* background-color: var(--twgl--color-white); */
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  /* background-color: var(--twgl--color-secondary); */
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  /* background-color: var(--twgl--color-black); */
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    /* background-color: var(--twgl--color-secondary); */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    /* color: var(--twgl--color-white); */
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    /* color: var(--twgl--color-primary); */
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 750px;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper.modal-lg .tw-modal-container {
    width: 100%;
  }
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header , .btm-form-head .elementor-heading-title{
    font-size: 23px !important;
  
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header , .btm-form-head .elementor-heading-title{
    font-size: 25px !important;
  
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header , .btm-form-head .elementor-heading-title{
    font-size: 25px !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper , .btm-form-head{

  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
      display: flex;
    justify-content: center;
    align-items: center;
}

.popUp_form form {
  display: block !important;
}



.estimate-form-wrap input {
    color: #333 !important;
    border-bottom: 1px solid #333 !important;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.estimate-form-wrap textarea {
  color: #333 !important;
  border-bottom: 1px solid #333 !important;
 
}
/* Standard */
.estimate-form-wrap .form-group span::placeholder,
.estimate-form-wrap .form-group::placeholder {
    color: #333 !important;
    opacity: 1; /* Fixes Firefox default opacity */
}

/* Chrome, Safari, Edge */
.estimate-form-wrap .form-group span::-webkit-input-placeholder,
.estimate-form-wrap  .form-group::-webkit-input-placeholder {
    color: #333 !important;
}

/* Firefox */
.estimate-form-wrap .form-group span::-moz-placeholder,
.estimate-form-wrap .form-group::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}


/* Legacy Edge */
/* .estimate-form-wrap input::-ms-input-placeholder,
.estimate-form-wrap textarea::-ms-input-placeholder {
    color: #333 !important;
} */

.estimate-form-wrap input {
  font-weight: 300 !important;

  background: transparent;
  border: none;
  width: 100%;
  padding-bottom: 15px;
  display: block;
  
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .estimate-form-wrap input {
  }
}
.estimate-form-wrap input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  
}
.estimate-form-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .estimate-form-wrap input::-moz-placeholder {
  }
  .estimate-form-wrap input::placeholder {
  }
}
.estimate-form-wrap input:focus-visible {
  outline: none !important;
}
.estimate-form-wrap textarea {
  font-weight: 300 !important;
  resize: none;
  background: transparent;
  border: none;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 90px;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
.estimate-form-wrap textarea::-moz-placeholder {
  color: #333 !important;
}
.estimate-form-wrap textarea::placeholder {
  color: #333 !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .estimate-form-wrap textarea::-moz-placeholder {
  }
  .estimate-form-wrap textarea::placeholder {
  }
}
.estimate-form-wrap textarea:focus-visible {
  outline: none !important;
}
.estimate-form-wrap .elementor-button{
  border: none;
}
.estimate-form-wrap .elementor-button .elementor-button-content-wrapper{
      flex-direction: column;
}
.estimate-form-wrap .elementor-button .elementor-button-content-wrapper input{
  color: #ffffff !important;
  background-color: #04709b;
  border-radius: 10px;
  border: 1px solid #04709b !important;
  padding: 10px;
}
.estimate-form-wrap .elementor-button .elementor-button-content-wrapper input:hover {
  color: #04709b !important;
  background-color: transparent !important;
  border-radius: 10px !important;
  border: 1px solid #04709b !important;
}

.estimate-form-wrap .btn_md{
      justify-content: flex-end;
    display: flex;
}

 .estimate-form-wrap .elementor-button-content-wrapper .submit-btn input {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.estimate-form-wrap .elementor-widget-button .elementor-button{
      height: auto;
    background: none;
    padding: 0;
}

.estimate-form-wrap .elementor-button-content-wrapper .submit-btn .wpcf7-spinner {
  display: none;
}


.estimate-form-wrap .wpcf7-response-output{
  display: none;
}


.estimate-form-wrap  .wpcf7-not-valid-tip{
    font-weight: normal;
    background-color: red;
    -webkit-border-radius: 3px;
    color: white !important;
    display: inline-block;

    font-size: 12px !important;
    font-size: 0.75rem !important;
    left: 0;
    margin: 0 !important;
    padding: 2px 3px;
    position: absolute !important;
    top: -15px !important;
    width: auto !important;
    z-index: 3;
}
.estimate-form-wrap  .wpcf7-not-valid-tip:after{
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid red;
    bottom: -5px;
    content: "";
    left: 10px;
    position: absolute;
}
.estimate-form-wrap .wpcf7 input::placeholder,
.estimate-form-wrap .wpcf7 textarea::placeholder {
  color: #333 !important;
  opacity: 1; /* Fixes Firefox default opacity */
}
body.custom-background{background-color:#eff5f5;}

/* neww */


.tw-modal-wrapper .vCenter {
  height: 100%;
  overflow-y: auto;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {

  position: relative;
  z-index: 3;
 
  padding: 100px 50px;
   padding: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
@media screen and (max-width: 1366px) {
  .tw-modal-wrapper .tw-modal-container {
    width: 750px !important;
    /* padding: 35px 40px !important; */
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper .tw-modal-container {
    width: 100%;
    box-shadow: none;
    background: transparent !important;
  } 
}
@media screen and (max-width: 1023px) {
  .tw-modal-wrapper .tw-modal-container {
    width: 100%;
    box-shadow: none;
    background: transparent !important;
  }
}
@media screen and (max-width: 767px) {
  .tw-modal-wrapper .tw-modal-container {
    width: 100% !important;
    /* padding: 12px 15px; */
    height: 70%;
  }
   .tw-modal-body form textarea{
        margin-bottom: 0;
    height: 80px !important;
  }
  .tw-modal-body .wpcf7-submit{
        padding: 10px 20px !important;
  }
}
.tw-modal-wrapper .heading_wrapper , .btm-form-head{
  margin: 0;
  width: 100%;
  display: flex;
  background-color: #04709b;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px  !important;
  border-radius: 10px 10px 0px 0px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1600px) {
  .tw-modal-wrapper .heading_wrapper , .btm-form-head{
    padding: 10px 30px  !important;
  }
}
.tw-modal-wrapper .heading_wrapper .tw-modal-close-button {
  background-color: rgb(0, 0, 0) !important;
  border: 0 !important;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  height: 30px;
  padding: 0 !important;
  position: static;
  right: 1px;
  top: 1px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.tw-modal-wrapper .heading_wrapper .tw-modal-close-button:hover {
}
.tw-modal-wrapper .heading_wrapper .tw-modal-header , .btm-form-head .elementor-widget-heading{
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .tw-modal-wrapper .heading_wrapper .tw-modal-header , .btm-form-head .elementor-widget-heading{
    font-size: 25px;
  }
}
@media screen and (max-width: 1599px) {
  .tw-modal-wrapper .heading_wrapper .tw-modal-header , .btm-form-head .elementor-widget-heading{
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper .heading_wrapper .tw-modal-header , .btm-form-head .elementor-widget-heading{
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .tw-modal-wrapper .heading_wrapper .tw-modal-header , .btm-form-head .elementor-widget-heading{
    font-size: 16px;
  }
  .tw-modal-wrapper .heading_wrapper , .btm-form-head{
    height: auto !important;
  }
}
.tw-modal-wrapper .tw-modal-body {
  width: 100%;
  background-size: cover !important;
  display: block;
  margin-left: auto;
  background: white;
       border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper .tw-modal-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tw-modal-wrapper .tw-modal-body {
    width: 100% !important;
  }
  .tw-modal-body form{
        padding: 20px 20px 0px 20px !important;
  }
  .tw-modal-wrapper .heading_wrapper, .btm-form-head{
            padding: 10px 20px !important;
  }
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: rgb(0, 0, 0) !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: #1F2633;
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {

    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: #fff;
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {

  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: -ms-flexbox;
    display: flex;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 875px;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper.modal-lg .tw-modal-container {
    width: 100%;
  }
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
}
.tw-modal-body form {
  display: flex;
  flex-wrap: wrap;
      flex-direction: column !important;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  gap: 15px;
  padding: 30px 30px 0px 30px;
}
@media screen and (max-width: 1023px) {
  .tw-modal-body form {
    gap: 10px;
  }
}
.tw-modal-body form:after, .tw-modal-body form:before {
  display: none !important;
}
.tw-modal-body form ::-webkit-input-placeholder {
  color: #1F2633;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body form :-moz-placeholder {
  color: #1F2633;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body form ::-moz-placeholder {
  color: #1F2633;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body form :-ms-input-placeholder {
  color: #1F2633;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100% !important;
}
.tw-modal-body .form-group.width-50-sm {
  width: 47% !important;
}
@media screen and (max-width: 767px) {
  .tw-modal-body .form-group.width-50-sm {
    width: 100% !important;
  }
}
.tw-modal-body .form-group.width-30-sm {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .tw-modal-body .form-group.width-30-sm {
    width: 100% !important;
  }
}
.tw-modal-body .form-group.submit {
  margin-left: auto;
  text-transform: uppercase;
}
.tw-modal-body .form-group.submit p {
  text-align: right !important;
}
.tw-modal-body .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .tw-modal-body .form-row {
    flex-direction: column;
  }
}
.tw-modal-body .form-group {
  flex: 1;
  position: relative;
}
.tw-modal-body input,
.tw-modal-body textarea,
.tw-modal-body select {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #5E835F !important;
  border-left: none !important;
  border-right: 0 !important;
  background: transparent;
  color: #1F2633;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 1599px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.tw-modal-body input::placeholder,
.tw-modal-body textarea::placeholder {
  color: #1F2633;
  font-size: 17pxi !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200 !important;
}
@media screen and (max-width: 1599px) {
  .tw-modal-body input::placeholder,
  .tw-modal-body textarea::placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .tw-modal-body input::placeholder,
  .tw-modal-body textarea::placeholder {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-body input::placeholder,
  .tw-modal-body textarea::placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.tw-modal-body textarea {
  resize: none;
  height: 70px;
}
.tw-modal-body input:focus,
.tw-modal-body select:focus,
.tw-modal-body textarea:focus {
  border-bottom: 1.5px solid #2d3954;
}
.tw-modal-body {
  /* Multi Select */
}
.tw-modal-body .multi-select {
  position: relative;
}
.tw-modal-body .multi-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  border-left: solid 1px #1F2633;
  border-bottom: solid 1px #1F2633;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
.tw-modal-body {
  /* Wrapper */
}
.tw-modal-body .address-wrapper {
  position: relative;
}
.tw-modal-body {
  /* Dropdown box */
}
.tw-modal-body .address-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-height: 220px;
  overflow-y: auto;
  z-index: 9999;
  display: none;
  animation: fadeIn 0.2s ease-in-out;
}
.tw-modal-body {
  /* Each item */
}
.tw-modal-body .address-item {
  padding: 12px 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.2s ease;
}
.tw-modal-body {
  /* Last item border fix */
}
.tw-modal-body .address-item:last-child {
  border-bottom: none;
}
.tw-modal-body {
  /* Hover effect */
}
.tw-modal-body .address-item:hover {
  background: #f7f9fc;
  color: #1F2633;
}
.tw-modal-body {
  /* Active click feel */
}
.tw-modal-body .address-item:active {
  background: #eef3ff;
}
.tw-modal-body {
  /* Scrollbar (modern look) */
}
.tw-modal-body .address-dropdown::-webkit-scrollbar {
  width: 6px;
}
.tw-modal-body .address-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.tw-modal-body .address-dropdown::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.tw-modal-body {
  /* Fade animation */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tw-modal-body .select-box {
  border-bottom: 1px solid #5E835F !important;
  padding: 10px 0 17px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-body .select-box {
    padding: 10px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  .tw-modal-body .select-box {
    padding: 10px 0 10px;
  }
}
.tw-modal-body .tag {
  background: #4CAF50;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.tw-modal-body .tag span {
  margin-left: 5px;
  cursor: pointer;
}
.tw-modal-body .placeholder {
  color: #1F2633;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200 !important;
}
@media screen and (max-width: 1599px) {
  .tw-modal-body .placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .tw-modal-body .placeholder {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-body .placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.tw-modal-body .dropdown {
  width: 100%;
  background: #fff;
  color: #1F2633;
  display: none;
  max-height: 180px;
  overflow-y: auto;
  z-index: 100;
}
.tw-modal-body .dropdown div {
  padding: 10px;
  cursor: pointer;
}
.tw-modal-body .dropdown div:hover {
  background: #eee;
}
.tw-modal-body .selected {
  background: #cfe2f3;
}
.tw-modal-body {
  /* Button */
}
.tw-modal-body button {
  width: 100%;
  padding: 25px 15px;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 1680px) {
  .tw-modal-body button {
    padding: 15px 15px;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-modal-body button:hover {
  color: #1F2633 !important;
}
.tw-modal-body .custom-select {
  position: relative;
}
.tw-modal-body .custom-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  width: 10px;
  height: 10px;
  border-left: solid 1px #1F2633;
  border-top: solid 1px #1F2633;
  transform: rotate(225deg);
}
@media screen and (max-width: 1470px) {
  .tw-modal-body .custom-select:after {
    top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .tw-modal-body .custom-select:after {
    top: 15px;
  }
}
.tw-modal-body select {
  appearance: none;
  color: #1F2633;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body textarea {
  min-height: 60px;
  max-height: 100px;
}
.tw-modal-body p {
  text-align: left;
  position: relative;
}
.tw-modal-body .select p {
  z-index: 2;
}
.tw-modal-body .select {
  position: relative;
}
.tw-modal-body .select::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-left: solid 1px #1F2633;
  border-top: solid 1px #1F2633;
  top: 20px;
  right: 5px;
  transform: rotate(225deg);
  z-index: 1;
}
.tw-modal-body .submit input[type=submit] {
  background: #04709b !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 18px 40px !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
  border: none !important;
  margin: 0 auto;
  text-transform: uppercase;

}
@media screen and (max-width: 1599px) {
  .tw-modal-body .submit input[type=submit] {
    padding: 13px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-body .submit input[type=submit] {
    padding: 10px 20px !important;
  }
  .who-we-are-sec .counter-img .counter-con .elementor-counter .elementor-counter-number-wrapper{
        font-size: 60px !important;
  }
}
.tw-modal-body .submit input[type=submit],
.tw-modal-body .wpcf7-submit {
  background: #04709b !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 15px 40px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins", Sans-serif;
  font-weight: 500 !important;
  text-transform: inherit;
}
.tw-modal-body .submit input[type=submit]:hover,
.tw-modal-body .wpcf7-submit:hover {
  background: #1F2633 !important;
  color: #fff !important;
}
.tw-modal-body .wpcf7-spinner {
  display: none !important;
}
.tw-modal-body .gform_required_legend {
  display: none !important;
}
.tw-modal-body form input,
.tw-modal-body form textarea  {
  border-bottom: solid 1px #1F2633 !important;
  border-top: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  padding: 6px 0 !important;
  color: #1F2633 !important;
  font-size: 16px !important;
  height: auto !important;
  font-family: 'Poppins';
}
@media screen and (max-width: 1199px) {
  .tw-modal-body form input,
  .tw-modal-body form textarea {
    font-size: 14px !important;
  }
}
.tw-modal-body .placeholder {
  font-size: 17px !important;
}

.error,
.wpcf7-not-valid-tip {
  background-color: red;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  padding: 2px 3px;
  position: absolute !important;
  z-index: 3;
  top: -10px;
  left: 0;
  width: max-content;
}
.error:after,
.wpcf7-not-valid-tip:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.form-group.width-50-sm {
  width: 47% !important;
}
@media screen and (max-width: 767px) {
  .form-group.width-50-sm {
    width: 100% !important;
  }
  .tw-modal-body .submit input[type=submit], .tw-modal-body .wpcf7-submit{
     padding: 8px 20px !important;
  }
}
.form-group.width-30-sm {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .form-group.width-30-sm {
    width: 100% !important;
  }
}
.form-group.submit {
  margin-left: auto;
  text-transform: uppercase;
}
.form-group.submit p {
  text-align: right !important;
}

.form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-row:after, .form-row:before {
  display: none;
}
.form-row .form-group {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .form-row .form-group {
    width: 100%;
  }
}

.form-group,
.wpcf7-form-control-wrap {
  position: relative;
}
.form-group .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background-color: red;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 11px !important;
  padding: 2px 3px;
  position: absolute !important;
  width: max-content;
  z-index: 3;
  top: -20px;
  left: 0;
}
.form-group .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid red;
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}

.wpcf7-response-output {
  margin: 15px 0 !important;
  border: 2px solid #04709b !important;
  width: 100% !important;
  text-align: center !important;
}



.h1-tag, .h2-tag, .h3-tag, .h4-tag, .h5-tag, .h6-tag {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1-tag,
.h1-tag-change .elementor-image-box-title {
  font-size: 2.5rem;
}
.h2-tag,
.h2-tag-change .elementor-image-box-title  {
  font-size: 2rem;
}
.h3-tag,
.h3-tag-change .elementor-image-box-title  {
  font-size: 1.75rem;
}
.h4-tag,
.h4-tag-change .elementor-image-box-title  {
  font-size: 1.5rem;
}
.h5-tag,
.h5-tag-change .elementor-image-box-title  {
  font-size: 1.25rem;
}
.h6-tag,
.h6-tag-change .elementor-image-box-title  {
  font-size: 1rem;
}
.service-content .h3-tag {
  font-size: 30px;
  margin-bottom: 28px;
  color: #04709B;
}
.service-content .h4-tag {
  color: #04709B;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 1rem;
}



.site-hd-nav .wpr-nav-menu .wpr-sub-menu{
        width: 210px;
}

@media (min-width: 768px){
    .site-hd-nav .wpr-sub-menu {
      margin-top: 0 !important;
      padding-top: 35px !important;
    }
}
@media (min-width: 768px) and (max-width: 1025px){
  .order-4-custom-tab{
    order: 4 !important;
  }
}
.minwidth-max-content-imp{
  min-width: max-content !important;
}
.project-breadcrumb-outer{
  --top-header-height: 45px;
  --main-header-height: 88px;
}
.project-breadcrumb-outer{
  margin-top: calc(var(--top-header-height) + var(--main-header-height)) !important;
}
body.home .project-breadcrumb-outer{
  height: 0px !important;
}
.page-template-template-lp .project-breadcrumb-outer{
  display: none !important;
}
html {
  scroll-padding-top: 133px;
}
body.home .project-breadcrumb-outer > *{
  display: none;
}
@media (min-width: 768px) and (max-width: 1025px){
  .project-breadcrumb-outer, html{
    --top-header-height: 45px;
    --main-header-height: 73px;
  }
  html {
    scroll-padding-top: 118px;
  }
}
@media (max-width: 767px){
  .project-breadcrumb-outer, html{
    --top-header-height: 0px;
    --main-header-height: 116px;
  }
  html {
    scroll-padding-top: 116px;
  }
}



.project-breadcrumb-inner .breadcrumb{
  background-color: #04709B;
  color: #fff;
  padding: 10px 0px;
}
.project-breadcrumb-inner .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;
  justify-content: center;*/
  gap: 15px;
  margin: 0;
  padding: 0;
}
.project-breadcrumb-inner .breadcrumb ul li {
  list-style: none;
  color: #fff!important;
  font-weight: 600!important;
  font-size: 18px !important;
  line-height: 1.5;
}
.project-breadcrumb-inner .breadcrumb ul li.active {
  font-weight: 300!important;
}
.project-breadcrumb-inner .breadcrumb ul li a {
  color: #fff;
  text-decoration: none !important;
  display: flex;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.project-breadcrumb-inner .breadcrumb ul li a:hover {
  color: #e7bd19 !important;
}
.project-breadcrumb-inner .breadcrumb ul li a:after {
  content: '';
  height: 8px;
  width: 8px;
  border: 2px solid #fff;
  border-width: 2px 2px 0px 0px;
  rotate: 45deg;
  position: relative;
  top: 10px;
  background-color: transparent;
  display: flex;
  margin-left: 15px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .project-breadcrumb-inner .breadcrumb ul li a:after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .project-breadcrumb-inner .breadcrumb ul {
    gap: 5px 10px;
  }
}

.custom-link-color a {
  color: #04709b;
}
.custom-link-color a:hover {
  color: #fac30e;
}

.custom-link-color-white a {
  color: #fff!important;
}
.custom-link-color-white a:hover {
  color: #04709b!important;
}


@media (min-width: 1200px) and (max-width: 1399px){
  .bnr-tle {
      padding-top: 10px !important;
  
  }
  .bnr-tle .elementor-heading-title{
    font-size: 40px !important;
      line-height: 1.25 !important;
  }
  .bnr-img-wrap img{
      height: 500px;
      width: auto !important;
  }
  .bnr-container .wpr-particle-no{
    gap:0 !important;
  }
}
  



.btm-form-head{
    flex-direction: row !important;
}
.cust-serv-sec.custom-link-color a {
    color: #fff !important;
    border: 1px solid #04709b;
    background-color: #04709b;
    padding: 5px 20px;
    border-radius: 10px;
    transition-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    display: block;
    width: fit-content !important;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 14px !important;
    font-family: "Poppins", Sans-serif;
}
.cust-serv-sec.custom-link-color a:hover{
    background-color: transparent !important;
    color:#04709b !important;
}

 .cust-serv-sec.custom-link-color .elementor-icon-box-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
 }
 @media  (min-width: 1200px) {
  .cust-serv-sec.custom-link-color .elementor-icon-box-title {
        min-height: 53px !important;
  }
}

@media  (max-width: 991px) {
    .footer-from-wrap .e-con-inner{
        flex-direction: column;
    }
   .footer-from-wrap .tw-modal-body{
      width: 100% !important;
    }
     .footer-from-wrap .img-sec {
      display: none;
     }
}


.footer-from-wrap .btm-form-head, .footer-from-wrap .tw-modal-body{
  border-radius: 0 !important;
}

/* Who We Are Section */
.who-we-are-sec .counter-con span.elementor-counter-number-prefix,
.who-we-are-sec .counter-con span.elementor-counter-number,
.who-we-are-sec .counter-con span.elementor-counter-number-suffix{
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    color: #04709b;
}
.who-we-are-sec .icn-wrap h3.elementor-icon-box-title{
    font-size: 20px !important;
    margin: 0 !important;
    padding-bottom: 10px;
}
.who-we-are-sec .icn-wrap .elementor-widget-text-editor p{
    font-size: 14px;
} 
.who-we-are-sec .icn-wrap .elementor-icon-box-description{
      margin: 0;
    font-size: 14px;
}
.who-we-are-sec .counter-title, .who-we-are-sec .elementor-counter-title {
      font-family: "Poppins", Sans-serif !important;
      font-weight: 500;
}

@media (max-width: 1199px){
  .who-we-are-sec .counter-img{
    width: 100% !important;
  }
}
@media (max-width: 767px){
 .who-we-are-sec .icn-wrap h3.elementor-icon-box-title{
      font-size: 18px !important;
 }
  .who-we-are-sec .counter-img .counter-con .elementor-counter .elementor-counter-number-wrapper{
        font-size: 45px !important;
  }
  .cust-serv-sec .e-con-inner{
      gap: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
  .who-we-are-sec .icn-wrap .elementor-icon-box-description{
    font-size: 15px !important;
  }
  .cust-serv-sec .e-con-inner{
    flex-wrap: wrap;
    display: flex;
    justify-content: center !important;
    row-gap: 30px;
  }
  .cust-serv-sec .e-con-inner .elementor-widget-icon-box{
    flex-basis: 47.8%;
  }
}


 @media  (min-width: 992px) {
  .footer-from-wrap .img-sec, .footer-from-wrap .tw-modal-body{
          width: 50%;  
  }
}
.cust-serv-sec .elementor-widget-icon-box .elementor-icon-box-wrapper{
      height: 100%;
}
.cust-serv-sec .elementor-widget-icon-box .elementor-icon-box-content{
  justify-content: flex-start !important;
}
.cust-serv-sec .elementor-widget-icon-box a{
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1199px){
  .footer-from-wrap .tw-modal-body form{
        gap: 10px !important;
  }
  .footer-from-wrap .tw-modal-body form textarea{
    height: 75px !important;
  }   
}