html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: baseline;
}

.row-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

form input[type="checkbox"]:checked + label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  padding-bottom: 10px;
  background: transparent
    url(/wp-content/themes/vd-core/images/pgg-check-icon-checked.png)
    no-repeat left center;
  background-size: 15px 15px;
}
form input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  cursor: pointer;
  background: transparent
    url(/wp-content/themes/vd-core/images/pgg-check-icon-un-checked.png)
    no-repeat left center;
  background-size: 15px 15px;
  color: #2c5586;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
}

form input[type="checkbox"] {
  display: none;
}

/* ------------btn style--------------- */

.secure-btn,
.submit-btn {
  position: relative;
  color: #fff;
  display: inline-block;
  width: calc(100% - 10px);
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #987c3c 62.5%,
      #5d4a1f 100%
    );
  font-weight: bold;
  padding: 20px 25px;
  right: 0;
  font-size: 18px;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 10%) !important;
  border: 5px solid !important;
  border-image-source: linear-gradient(
    45deg,
    rgb(239, 187, 71),
    rgb(191, 137, 17)
  ) !important;
  border-image-slice: 1 !important;
}

.secure-btn:hover,
.secure-btn:focus,
.submit-btn:hover,
.submit-btn:focus {
  box-shadow: 0px 10px 30px rgb(0 0 0 / 30%) !important;
  border-image-source: linear-gradient(
    45deg,
    rgb(191, 137, 17),
    rgb(239, 187, 71)
  ) !important;
  border-image-slice: 1;
  color: #fff !important;
}

.secure-btn {
  margin-top: 50px;
}

/* -------------------------- */
.landing-header {
  width: 100%;
  float: left;
  background: #fff;
  padding: 10px 25px 10px 15px;
  border-bottom: 3px solid #e7b854;
}

.landing-header .header-right {
  display: flex;
  text-align: right;
  align-items: center;
  width: 60%;
  justify-content: right;
}

.landing-header .header-right .phone_number {
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    color: #244977;
    display: inline-block;
    margin: 1px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
}
.landing-header .header-right .phone_number:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: -31px;
    bottom: 6px;
    background: url(../images/phone-icon.png) center center no-repeat;
    background-size: contain;
}
.for_fast_del_phn {
    padding-right: 12px;
    margin-top: 11px;
}
.for_fast_del_phn p{
    font-size: 18px;
    font-weight: bold;
}
.call-in-wrp span {
    display: block;
}
.cl_now {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: -6px;
}

.landing-header .header-right h2 {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b9bcc1;
  margin: 0;
  padding: 0;
}

.landing-header .header-right .bbb-img {
  float: right;
  width: 90px;
  padding: 0 0 0 10px;
  border-left: 1px solid #ebebeb;
  margin: 0 0 0 10px;
}

.call-in-wrp {
  /*width: calc(100% - 110px);*/
  /*float: left;*/
  width: auto;
  text-align: left;
  padding-left: 28px;
}

/* -------------------------------------------- */

.lading-hero {
  width: 100%;
  float: left;
  padding: 80px 0 40px 0;
  background: url(../images/2021background-new.jpg) center center no-repeat;
  background-size: cover;
}

.lading-hero .image {
  width: 100%;
  float: left;
  text-align: center;
}

.lading-hero .image .inner {
  max-width: 500px;
  margin: 0 auto;
}

.lading-hero .image .inner h1 {
  color: #244977;
  font-size: 40px;
  font-weight: 700;
  display: block;
  padding: 5px 0 5px 0;
  letter-spacing: unset;
}

.lading-hero .image .inner h2 {
  color: #244977;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin: 0;
  text-transform: unset;
  margin-bottom: 7px;
}

.lading-hero .image .inner h3 {
  color: #616468;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lading-hero .image .inner h3 span {
  color: #e7b854;
}

.lading-hero .image .inner p {
  font-weight: 300;
  margin-bottom: 30px;
}

.lading-hero-form {
  background-color: #fff;
  padding: 30px 40px;
  float: left;
  width: 100%;
  margin-top: 50px;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
}
.form_note {
    text-align: center;
    margin-top: 5px;
    color: #244977;
}
.form_req_fld_note {
    text-align: center;
    font-style: italic;
    margin-top: 3px;
    font-size: 12px;
}
.lading-hero-form .pry_txt span {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    display: block;
}
.lading-hero-form .pry_txt span a{
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.lading-hero-form h2 {
  text-transform: unset;
  letter-spacing: unset;
  font-family: var(--mot-font-family);
  color: #244977;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin: 0;
}

.lading-hero-form h2.free_head span {
  color: #FFA500;
  font-size: 40px;
}

.lading-hero-form h2 span {
  color: #e7b854;
  text-transform: uppercase;
}

.lading-hero-form .checklist {
  margin-left: 0em;
  font-size: 13px;
  margin-top: 20px;
}

.lading-hero-form .checklist .highlight {
  color: #e7b854;
}

.lading-hero-form .checklist li {
  list-style: none;
  margin-bottom: 5px;
}

.lading-hero-form .checklist .fa {
  margin-right: 10px;
}

.lading-hero-form form {
  margin-bottom: 0px;
  padding: 10px 0px 5px 0px;
  color: #000;
}

.lading-hero-form form input,
.lading-hero-form form select {
  border: 1px solid #2c5586;
  background-color: transparent;
  box-shadow: 0 0 0;
  padding: 1.45rem 1rem;
  height: unset;
  border-radius: 0px;
  width: 100%;
  appearance: none;
}

.lading-hero-form form input.wpcf7-form-control.wpcf7-text {
  background: url(../images/user.png) no-repeat;
  background-position: top 17px right 15px;
}

.lading-hero-form form select.wpcf7-form-control {
  background: url(../images/d-arrow.png) no-repeat;
  background-position: top 17px right 15px;
}

/* ------------------------------- */

/*---- nest egg section 3 impotant reasons start ------*/
.vd_prnt_section h3 {
    color: #244977;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vd_prnt_section li {
    list-style: none;
    font-size: 24px;
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
    color: #000;
}
.vd_prnt_section li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #1f538f;
    border-radius: 50%;
    left: 0;
    top: 14px;
}
.imp_rsn{
    margin-top: 40px;
}
.vd_prnt_three_reason_section h3 {
    color: #244977;
    font-size: 27px;
    margin-bottom: 10px;
}
.vd_prnt_three_reason_section li {
    list-style: none;
    font-size: 23px;
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
    color: #000;
}
.vd_prnt_three_reason_section li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #1f538f;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
/*---- nest egg section 3 important end -------*/
.anniversary-coin {
  width: 100%;
  float: left;
  padding: 100px 0;
  background: rgb(241, 244, 248);
}

.anniversary-coin .coin-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.anniversary-coin .title {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}

.anniversary-coin .title h2 {
  text-transform: unset;
  letter-spacing: unset;
  margin-bottom: 10px;
}

.anniversary-coin .title h2 span,
.anniversary-coin .title p span {
  color: #e7b759;
}

/* count down */

.countdown {
  text-align: center;
}

.countdown h3 {
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 10px;
}

.countdown h4 {
  font-size: 17px;
}

.countdown ul {
  margin-top: 15px;
  display: inline-block;
}

.countdown li {
  float: left;
  display: flex;
  flex-direction: column;
}

.countdown li span {
  float: left;
  margin: 0 10px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid black;
  width: 75px;
  height: 75px;
  font-size: 2em;
  padding: 0.5em;
  display: block;
  text-align: center;
}

.countdown li span {
  margin-bottom: 10px;
  display: inline-block;
}

.countdown li small {
  font-size: 14px;
  font-weight: bold;
}

/* ------------------------------- */

.slider-featured {
  padding: 50px 0;
  width: 100%;
  display: table;
}

.slider-featured .item img {
  width: 100% !important;
  display: table;
  margin: 0 auto;
  padding: 0 50px;
}

.slider-featured h2 {
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: unset;
  text-align: center;
  margin-bottom: 40px;
}

.slider-featured h2 span {
  color: #e7b759;
}



/* slide */



/* ----------------------------------------------- */

.free-patriot {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #f4f9ff;
}

.free-patriot .title {
  padding: 0 15px;
}

.free-patriot h2 {
  color: #123056;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  padding: 0px 0 35px;
  margin: 0;
  text-transform: unset;
}

.free-patriot .title .fr_tit {
  color: #FFA500;
}

.free-patriot .title .gld_gd_tit {
  color: #e7b854;
}

.free-patriot .item {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  margin-bottom: 35px;
}

.free-patriot .item h3 {
  color: #244977;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  /*border-bottom: 1px solid #ddd;*/
  margin: 25px 0;
  padding-bottom: 25px;
}

.free-patriot .item p {
  color: #33373c;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.free-patriot .item .content {
  min-height: 69px;
}

/* --------------------------------------- */

.landing-copyright {
  width: 100%;
  float: left;
  background: #123056;
  color: white;
  padding: 20px 0;
  border-top: 4px solid #e7b854;
  border-bottom: 4px solid #e7b854;
}

.landing-copyright .footer-call {
  color: #fff;
  display: flex;
  font-size: 23px;
}

.landing-copyright .copyright-center {
  text-align: center;
  margin: 20px 0;
}

.landing-copyright .copyright-center .privacy {
  color: #e7b854;
}

.landing-copyright .footer-call .fa {
  color: #e7b854;
  margin-right: 10px;
  font-size: 37px;
  
}

/* -------------------------------------------------------------------
                          Responsive
--------------------------------------------------------------------- */

@media (min-width: 992px) {
  .lading-hero .image .inner h1 {
    margin-top: 2em;
  }
  .lading-hero-outer {
    display: flex;
  }
  .lading-hero .image {
    width: 54%;
  }
  .lading-hero-form {
    width: 42%;
    margin-top: 0px;
    margin-left: auto;
  }
  .free-patriot .item {
    margin-bottom: 0px;
  }
  .landing-copyright .copyright-center {
    margin: 0;
  }
  .landing-copyright .footer-call {
    float: right;
  }
  .lading-hero-form .checklist {
    margin-left: 3em;
  }
  .secure-btn,
  .submit-btn {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .landing-header .logo-side {
    width: 40%;
  }
  .lading-hero .image .inner h1 {
    margin-top: 1em;
  }
}

@media (max-width: 991px) {
  .logo-side {
    text-align: center;
  }
  .logo-side img {
    max-width: 80%;
  }
  .nest_egg{
      margin-top: 40px;
  }
  .for_fast_del_phn{
      display: none;
  }
}

@media (max-width: 767px) {
  .anniversary-coin .coin-row > * {
    width: 100%;
  }
  .landing-copyright .footer-call {
    justify-content: center;
  }
  .landing-copyright .legal {
    text-align: center;
  }
  .landing-header .header-right,.landing-header .logo-side{ 
      width:100%;
      justify-content: center;
  }
  .slider-featured .item img{
      padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .bbb-img{
      display: none;
  }
  .landing-header{
      padding: 10px 0;
  }
  .landing-header .header-right .phone_number{
      font-size: 20px;
  }
  .landing-header .header-right .phone_number:before{
      bottom:4px;
  }
}
