.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	display: block;
}

.master_testimonial, .master_about_us, #parent-header #top-header-agent {
	display: none;
}

.site-logo img.display-block {
    opacity: 1;
}

.site-logo img {
    opacity: 0;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li, #menu-footer-list ul, section#min-heading, #copyright-id .p1 {

    display: none;

}

section#about-us h2 {
    color: #FFFFFF;
    font-family: "mulish", Sans-serif;
    font-size: 44px;
    font-weight: 800;
}
section#about-us p,  section#about-us p span {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

section#about-us {
    background-color: #2457B900;
    background-image: url(https://master.sageagent.io/wp-content/uploads/sites/3/2022/09/main-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    background-size: cover;
}
div#content-txt-what-to-do {
    width: 33%;
}
div#all_steps {
    width: 67%;
}
section#what-to-do {
    padding: 100px 0;
}

.about-us-image {
    width: 33% !important;
}
.about-us-content {
    width: 67% !important;
}

div#retirement-planing p, h2 {
    color: #fff;
}

.elementor.elementor-962.elementor-location-popup {
    height: 770px !important;
}

.border-red {
    border-color: red !important;
}

.border-green {
    border-color: #4CAF50 !important;
}

.confirm-message {
    font-size: 17px;
    padding: 20px;
}

.search404 {
    display: none;
}

body.error404 .elementor-widget-heading h2 {
    color: #7A7A7A;
}

section.agent-detail .right-contentN .elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}




.setRowAgent .elementor-container.elementor-column-gap-default {
    align-items: center;
}
.left-ImageN img {
    width: 74px !important;
 height:74px !important;
}
.right-contentN .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0 !important;
}
.setNColume h4{
     padding-bottom: 8px !important;
}



/*schedule btn css*/

div#footer_btn a h4 {
    font-size: 21px;
}
.schedule-btn-gray a h4 {
    font-size: 22px;
}
.schedule-btn a h4 {
    font-size: 22px;
}

/* End */



/* add new css  */
.mainheading h2 {
    font-size: 45px !important;
}
.life-descption-sub p {
    font-size: 18px;
}
.protect-your h4 {
    font-size: 24px !important;
}
.term-life-insurance h5 {
    font-size: 34px !important;
  font-weight: 600 !important;
}
.less-than h2 {
    font-size: 52px !important;
}
.get-a-teams h4 {
    font-size: 24px !important;
}
.like-your-para h2 {
    font-size: 20px !important;
}
.call-text {
    font-size: 30px !important;
    margin-bottom: 4px !important;
}

.nw-email-dds {
    font-size: 24px !important;
}
.we-got {
    margin-bottom: 10px !important;
}


.need-to-retire h2 {
    font-size: 48px !important;
}
.w-calc h5 {
    font-size: 25px !important;
}
.my-age-heading h2 {
    font-size: 40px !important;
}
.doller-to-doller h1 {
    font-size: 52px !important;
}
.for-life h2 {
    font-size: 40px !important;
}
.life-img img {
    width: 90% !important;
}
.arrow-age .elementor-widget-container {
    padding: 0 !important;
}
.doller-to-doller .elementor-widget-container {
    padding: 4px !important;
}
a#myBtn {
    margin-bottom: 25px;
}

.protect-your-inner-sec .elementor-widget-wrap.elementor-element-populated {
    margin: 10px 0px 40px 0px !important;
}

a#agent-lifelink-url h4 {
    font-size: 24px;
}

/* add new css  */


/* common css all pages age-calc */

@media(max-width:600px){
  div#myModal .modal-content {
      width: 90% !important;
  }
  .age-form-calc h4{
      font-size: 27px;
  }
  .age-form-calc h3{
      font-size: 30px;
  }
  div#myModal {
      z-index: 99;
  }
}


.vimeo-iframe {
    position: relative;
    width: 100%; /* Full width */
   aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    background-color: #000;
  }

  .video-set-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .video-set-inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none; /* Optional: To remove any default border */
    top: 0;
    left: 0;
  }


    .site-logo-agent a img {
        aspect-ratio: 16 / 9;
    }

    .site-logo a img {
        aspect-ratio: 16 / 9;
    }


@media (max-width: 767px) {
    .top-agent-contents {
        width: 90% !important;
    }
    .agent-details {
        justify-content: center !important;
    }
}


@media (max-width: 480px) {
   .pension-call-text {
        font-size: 24px !important;
    }
}


/* consent modal */
/* ================= MODAL ================= */

.ui-modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ui-modal.ui-show {
  display: block;
  opacity: 1;
}

/* Modal Content */
.ui-modal-content {
  background: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  animation: slide-down 0.4s ease;
}

#uiSuccessModal .ui-modal-content {
  width: 60%;
}

#uiSuccessIframe {
  height: 700px;
  margin-top: -44px;
}

/* Animation */
@keyframes slide-down {
  from { transform: translateY(-50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ================= CLOSE ================= */

.ui-close-wrap {
  position: relative;
}

.ui-close {
  position: absolute;
  top: -30px;
  right: -27px;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}

/* ================= CONTENT ================= */

.ui-outer-box {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 6px;
  max-width: 100%;
}

.ui-card {
  background: #fff;
  padding: 22px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* ================= CHECKBOX ================= */

.ui-checkbox-wrap {
  display: flex;
  gap: 12px;
}

.ui-checkbox-wrap input {
  display: none;
}

.ui-custom-checkbox {
  width: 30px !important;
  height: 18px;
  border: 2px solid #b5b5b5;
  border-radius: 3px;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
}

.ui-custom-checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.ui-checkbox-wrap input:checked + .ui-custom-checkbox {
  background: #4f46e5;
  border-color: #4f46e5;
}

.ui-checkbox-wrap input:checked + .ui-custom-checkbox::after {
  opacity: 1;
}

/* ================= TEXT ================= */

.ui-content strong {
  font-size: 15px;
  color: #000;
}

.ui-content p {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
  line-height: 1.5;
}

.ui-privacy-link {
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  color: #6b6b6b;
  text-decoration: underline;
}
div#your-result {
    margin-top: 20px;
    text-align: center;
}
#your-result button{
background: #0174c7 !important;
    font-size: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    padding: 12px 29px;

}

/* Phone Input */
.ui-input-wrap {
  margin-bottom: 18px;
}

.ui-input-wrap input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 2px !important;
  border: 1px solid #ddd !important;
  font-size: 15px;
  outline: none;
  transition: 0.2s;
}

.ui-input-wrap input:focus {
  border-color: #0174c7 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(90,49,244,0.15);
}


@media(max-width:500px){
    .ui-modal-content{
        width: 98%;
        padding: 4px;
        margin: 0 auto;
    }
    .ui-close{
        top: -15px;
        right: -10px;
    }
    .ui-custom-checkbox {
        width: 85px;
    }
}