/**
 * Theme Name: GrowthLab Demo
 * Template:   oceanwp
 * ...other header fields
 */


 @font-face {
    font-display: swap; 
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/urbanist-v15-latin-regular.woff2') format('woff2');
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/urbanist-v15-latin-500.woff2') format('woff2');
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/urbanist-v15-latin-700.woff2') format('woff2');
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/urbanist-v15-latin-800.woff2') format('woff2');
  }
  
  
  @font-face {
    font-display: swap; 
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/cinzel-v23-latin-500.woff2') format('woff2');
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/cinzel-v23-latin-700.woff2') format('woff2');
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/cinzel-v23-latin-800.woff2') format('woff2');
  }
  
   :root {
      --blue: #1e90ff;
      --white: #ffffff;
      --placeholdercolor: currentColor;
      --headingFont: "Poppins", sans-serif;
      --bodyFont: "Poppins", sans-serif;
  }
  
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;
      /* will-change: auto; */
  }
  body {
      margin: 0;
      padding: 0;
      font-family: var(--bodyFont);
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .clear {
      clear: both;
  }
  
  body.layout-full{
      background-color: #fff;
  }
  
  iframe,
  img {
      max-width: 100%;
      border: none;
      vertical-align: middle;
  }
  img {
      border: 0;
      height: auto;
      font-size: 0;
      display: block;
  }
  a {
      font-family: inherit;
      font-size: inherit;
      line-height: normal;
      color: inherit;
      text-decoration: none;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
  }
  a:focus {
      outline: 0 !important;
  }
  html {
      margin-top: 0 !important;
  }
  a#scroll-to-top {
      display: none;
  }
  
  
  .widget {
      margin: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-family: var(--headingFont);
      margin: 0 0 20px 0;
      padding: 0;
      font-weight: normal;
  }
  p,
  li,
  ul,
  ol,
  blockquote {
      font-family: var(--bodyFont);
      font-weight: normal;
      margin: 0 0 10px 0;
      padding: 0;
  }
  p:empty {
      display: none;
  }
  ul,
  li {
      list-style: none;
  }
  a:visited {
      color: inherit;
  }
  a:hover {
      text-decoration: none;
  }
  .w100p,
  .wrapper{
      width: 100%;
  }
  
  .container{ 
      max-width: 1440px;
      width: 100%;
      margin: auto;
  }
  
  @media screen and (max-width:1700px) {
      .container {
          max-width: 1400px;
      }
  }
  @media screen and (max-width:1500px) {
      .container {
          max-width: 1200px;
      }
  }
  @media screen and (max-width:1240px) {
      .container {
          max-width: 990px;
          padding: 0 10px;
      }
  }
  @media screen and (max-width:991px) {
      .container {
          max-width: 720px;
      }
  }
  @media screen and (max-width:767px) {
      .container {
          max-width: 100%;
          padding: 0 15px;
      }
  }
  
  /* Header Section Starts */
  
  .secure-landing .header-sec {
    background-color: #ffffff;
    padding: 15px 0 20px;
    position: relative;
    z-index: 999;
    width: 100%;
}
  .secure-landing .header-sec.f-nav {
    position: fixed;
}
  .secure-landing .header-sec .container {width: 100%; max-width: 1440px; margin: auto; } 
  .secure-landing .logo-container {display: flex; align-items: center; gap: 15px; justify-content: space-between; } 
  .secure-landing .header-rit-content {display: flex; align-items: center; gap: 20px; } 
  .secure-landing .header-sec .header-rit-content p{font-family: 'Urbanist'; font-weight: 800; font-size: 30px; line-height: 1; text-transform: uppercase; color: #173a75; margin: 0; letter-spacing: 0; } 
  .secure-landing .hdr-btn a.cmn-btn{font-family: 'Cinzel'; font-weight: 700; font-size: 25px; letter-spacing: 0.5px; background-color: #6385a8; text-transform: uppercase; padding: 23px 25px 23px 65px; margin: 0 0 0 20px; } 
  .secure-landing .hdr-btn a.cmn-btn::after {background-image: url(./images/secure-hm-sprites.webp); position: absolute; background-position:-156px -30px; content: ""; right: auto; width: 28px; height: 28px; left: 25px; top: 0; bottom: 0; margin: auto; background-color: transparent; } 
  .secure-landing .hdr-btn a.cmn-btn:hover {background-color: #d68c00;} 
  .secure-landing .hdr-btn a.cmn-btn::before{ background-color: #6385a8;} 
  .secure-landing .hdr-btn a.cmn-btn:hover:before, .hdr-btn a.cmn-btn:hover:before{ background-color: #d68c00;} 
  .secure-landing .hdr-btn a.cmn-btn:hover:before, .hdr-btn a.cmn-btn:hover:after{    background-color: #d68c00;} 
  .secure-landing .hdr-btn:hover::before { background-color: #d68c00;} 
  .secure-landing .hdr-btn::before {position: absolute; content: ''; background-color: #6385a8; height: 37px; width: 10px; top: 0; bottom: 0; right: 0; margin: auto; transition: 0.4s; z-index: 1; } 
  .secure-landing .hdr-btn{position: relative;}
  
  /* Common Styling */
  
  .secure-landing .text-heading{font-family: 'Cinzel'; font-weight: 500;font-size: 60px;line-height: 1.2;color: #173a75;text-transform: uppercase; border-bottom: 6px solid #d68c00;letter-spacing: 0px;padding: 0 0 22px;margin:0 0 47px; }
  .secure-landing .text-heading strong{color: #6385a8; font-weight: 500; }
   .secure-landing  a.cmn-btn {border-radius: 0; font-family: 'Urbanist'; font-weight: 800; font-size: 19px; line-height: 1; letter-spacing: 0px; color: #ffffff; position: relative; background-color: #d68c00; padding: 27px 47px; display: inline-block; text-transform: uppercase; outline: 1px solid #fff; outline-offset: -9px;}
   .secure-landing  a.cmn-btn:hover{background-color: #6385a8;}
   .secure-landing  a.cmn-btn:hover:before, .secure-landing a.cmn-btn:hover:after{background-color: #6385a8;}
   .secure-landing  a.cmn-btn::before, .secure-landing a.cmn-btn::after{position: absolute; content: ''; background-color: #d68c00; height: 37px; width: 10px; top: 0; bottom: 0; left: 0; margin: auto;transition: 0.4s}
   .secure-landing  a.cmn-btn::after{right: 0; left: auto;}
   .secure-landing .hdr-btn a.cmn-btn:hover:after{
    background-color: transparent;
   }
  
  
  
  /* Mobile Menu Starts */
  
  @media screen and (min-width: 992px){
  
      .logo-rit, .tab-call {
          display: none;
      }
  
  }
  
  .showhide {
      display: none;
      width: 110px;
      height: 28px;
      cursor: pointer;
      padding: 0;
      position: relative;
  }
  @media screen and (min-width: 769px) and (max-width: 991px) {
      .showhide {
          display: block;
      }
  }
  .mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #6385a8;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
  .menu-top-menu-container {
      display: block;
      width: 100%;
  }
  .mobinav.open {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
  }
  .mobinav ul {
      margin: 0 0 0 0;
      padding: 5px 0px;
      width: 100%;
  }
  .mobinav ul li {
      margin: 0;
      width: 100%;
      list-style: none;
      box-sizing: border-box;
      border: 0;
      margin: 0;
      padding: 0px;
      position: relative;
      font-family: var(--bodyFont);
  }
  .mobinav a {
      width: 100%;
      padding: 10px 0;
      display: block;
      line-height: normal;
      color: #fff;
      font-size: 18px;
      letter-spacing: 0.5px;
      font-family: var(--bodyFont);
      border: 0;
      margin: 0 0 0px 0;
      text-decoration: none;
  }
  .mobinav a:hover {
      color: #9b662a;
  }
  .mobinav ul li ul {
      padding: 0 0 0 15px;
  }
  .mobinav ul li ul li a {
      text-transform: capitalize;
  }
  .mobinav ul li .drop {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 37px;
      z-index: 5;
  }
  .mobinav ul li .drop.open {
      width: 20px;
  }
  .mobinav ul li .drop::before,
  .mobinav ul li .drop.close::after {
      content: '';
      background-color: #fff;
      position: absolute;
  }
  .mobinav ul li .drop::before {
      width: 20px;
      height: 2px;
      top: 16px;
      right: 1px;
  }
  .mobinav ul li .drop.close::after {
      width: 2px;
      height: 20px;
      top: 7px;
      right: 10px;
  }
  .mobile-menu-button-container {
      display: block;
  }
  @media screen and (min-width: 769px) {
      .mobile-menu-button-container {
          display: none;
      }
      
  
  }
  @media screen and (min-width: 769px) and (max-width: 991px) {
      .tab-call {
          display: block;
          margin-left: auto;
      }
  }
  /* Mobile Menu Ends */
  @media screen and (max-width: 768px) {
  
      .logo-rit, .tab-call {
          display: none;
      }
      .mobile-menu-button-container {
          background: #6385a8;
          margin-top: 10px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          /* border-bottom: 1px solid #fff; */
      }
      .logo {
          justify-content: center !important;
      }
      .mobile-menu-button-container a.mobi-call {
          width: 100%;
          justify-content: center;
          padding: 6px 8px;
          /* border-left: 1px solid #fff; */
          display: flex;
          align-items: center;
          gap: 10px;
      }
      .header-sec {
          padding: 20px 0 0 0 !important;
      }
      .mobile-menu-button-container button.mobileMenuToggle {
          border: none;
          background: #6385a8;
          width: 50%;
      }
      .mobile-menu-button-container button.mobileMenuToggle svg {
          width: 22px;
          height: 15px;
      }
      .mobile-menu-button-container a.mobi-call span.button-text,
      .mobile-menu-button-container span.menu-text {
          font-family: "Poppins", serif;
          font-weight: 500;
          font-size: 22px;
          line-height: 1;
          letter-spacing: -0.8px;
          color: #fff;
      }
      .mobile-menu-button-container span.svg-icon svg {
          width: 25px;
      }
      button.showhide {
          display: none;
      }
  }
  
  @media screen and (max-width: 768px) {
      .header-sec {
          padding: 20px 0 0 0 !important;
      }
  
  }
  
  /* Footer Section */
  
  .secure-landing .site-footer {background: #ffffff; padding: 40px 0 35px !important; } 
  .secure-landing .site-footer .ftr-list{display: flex; justify-content: space-between; align-items: center; } 
  .secure-landing .ftr-logo a {display: inline-block; } 
  .secure-landing .site-footer .ftr-logo {width: 21%; } 
  .secure-landing .site-footer .ftr-blk-list {display: flex; justify-content: space-between; align-items: center; } 
  .secure-landing .site-footer .ftr-blocks {width: 66.7%; } 
  .secure-landing .ftr-adrss{font-family: 'Cinzel'; font-weight: 500; font-size: 30px; color: #173a75; line-height: 1; letter-spacing: 0; margin: 0 0 10px; text-transform: uppercase; } 
  .secure-landing .ftr-para {font-family: 'Urbanist'; font-weight: 400; color: #12264d; font-size: 23px; line-height: 1.4; letter-spacing: 0px; margin: 0; padding: 0; } 
  .secure-landing .ftr-para p {margin: 0 0 10px; } 
  .secure-landing .ftr-para strong {font-family: 'Urbanist'; font-weight: 700; display: block; } 
  .secure-landing .ftr-btm-cont {font-family: 'Urbanist'; font-weight: 400; color: #12264d; font-size: 23px; line-height: 1; letter-spacing: 0px; margin: 0; padding: 0; } 
  .secure-landing .ftr-btm-cont a {font-family: 'Urbanist'; font-weight: 700; color: #6385a8; } 
  .secure-landing .ftr-btm-cont a:hover{color: #d68c00;} 
  .secure-landing .ftr-btn a {padding: 27px 72px; } 
  .secure-landing .copyrights {background: #eff3f6; padding: 35px 0; text-align: center; } 
  .secure-landing .copyrights .cpy-inr, .copyrights .ftrlink {display: inline-block; } 
  .secure-landing .copyrightmenu ul li, .growthlab {display: inline-block; margin: 0; } 
  .secure-landing .copyrights p, .copyrights a {font-family: 'Urbanist'; font-weight: 400; color: #12264d; font-size: 19px; line-height: 1; margin: 0; } 
  .secure-landing .copyrightmenu ul{margin: 0;} 
  .secure-landing .copyrightmenu ul li a{line-height: 1; border-right: 1px solid #12264d; } 
  .secure-landing .copyrightmenu ul li a:hover{ color: #d68c00;} 
  .secure-landing .copyrightmenu ul li:last-child a{ border: none;} 
  .secure-landing .copyrights a {display: inline-block; padding: 0 5px 0 0 ; }
  
  
  
  
  @media screen and (max-width:991px) {
      .container {
          max-width: 720px;
      }
  
  
  
      .top-menu, .top-rit{
          display: none;
      }
      
  
      .tab-call svg {
          width: 23px;
          height: 23px;
          margin: -2px 0;
      }
      .tab-call span.text {
          color: #6385a8;
          font-size: 23px;
          letter-spacing: 0.5px;
          font-family: var(--headingFont);
          display: inline-block;
      }
      button.showhide {
        background: #6385a8;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
      span.menuBar.menuBar-3 {
          margin: 0;
      }
      button.showhide span {
          width: 100%;
          height: 3px;
          background-color: #fff;
          display: block;
          margin-bottom: 5px;
      }
      .header-sec {
          position: fixed;
          background-color: #fff;
          padding: 10px 10px;
          width: 100%;
      }
      .secure-landing .logo {
          max-width: 100% !important;
          justify-content: space-between;
          align-items: center;
          display: flex;
          width: 100% !important;
          gap: 20px;
      }
  
      .head-sec .container {
          max-width: 100%;
          width: 100%;
          padding: 0px;
      }
      .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #d68c00;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
      .head-sec.f-nav .logo {
          width: 100% !important;
      }
  }
  





  /* HomePage Form Section Starts */

.secure-lp-form-sec{
    padding: 75px 0 85px;
    background-color: #12264d;
    background-image: url(./images/hm-frm-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secure-lp-form-sec .text-heading{
    color: #fff;
 text-align: center;
     border-bottom: none;
    letter-spacing: 0px;
    padding: 0;
    margin: 0 0 15px;
    line-height: 1;
}
.form-main {
    display: flex;
    justify-content: space-between;
}
.form-lft {
    width: 50%;
}
.form-rgt {
    width: 45.4%;
}


.secure-lp-form-sec .gfield input.large {
    border-radius: 0;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 19px !important;
    line-height: 1;
    padding: 19px 20px !important;
    color: #12264d !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
}
.secure-lp-form-sec .gfield textarea.large {
    height: 155px !important;
    border-radius: 0;
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 19px !important;
    padding: 19px 20px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #fff;
}


.secure-lp-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}

.secure-lp-form-sec .gfield input::placeholder, .secure-lp-form-sec .gfield textarea::placeholder {
    color: #000;
}
.secure-lp-form-sec .form-links a,
.secure-lp-form-sec .gfield-choice-input+label{
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 19px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
}
.secure-lp-form-sec .gchoice {
    margin: -10px 0 0 0;
}
.secure-lp-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.secure-lp-form-sec .form-links a:hover {
    color: #eee;
}
.secure-lp-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
}

.secure-lp-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px !important;
    grid-row-gap: 18px !important;
}
.secure-lp-form-sec .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}
.secure-lp-form-sec #field_submit,
.secure-lp-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.secure-lp-form-sec .gform_footer input[type="submit"] {
    padding: 27px 62px !important;
    font-family: 'Urbanist'; 
    font-weight: 800;
    font-size: 19px !important;
    border-radius: 0px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    background: #6385a8 !important;
    border: none !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    outline: 1px solid #fff; 
    outline-offset: -9px;
}
.secure-lp-form-sec .gform_footer input[type="submit"]:hover {
    background: #d68c00 !important;
    color: #fff !important;
}
.secure-lp-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

 
.secure-lp-form-sec .popup {
    max-width: 60%;
}
.secure-lp-form-sec div#popup-container {
    position: relative;
}

.secure-lp-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.secure-lp-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.secure-lp-form-sec .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.secure-lp-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.secure-lp-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.secure-lp-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.secure-lp-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.secure-lp-form-sec .popup {
    max-width: 100%;
}

.secure-lp-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.secure-lp-form-sec .gform_wrapper.gravity-theme .gform_footer{
    margin: 0;
    padding: 0;
    justify-content: end;

}
.secure-lp-form-sec .gform-footer.gform_footer.top_label {
    margin: 50px 0 100px;
}

  /* Header Section And Footer And Form  Responiosve  */

  

  @media screen and (max-width:1500px) {
    .secure-lp-form-sec .container, .site-footer .container, .copyrights .container {max-width: 1200px;}

.copyrights {
padding: 30px 0;
}
.ftr-btn a {
padding: 23px 56px;
}
.secure-landing .ftr-para p{ 
font-size: 20px;
}
.secure-landing .ftr-btm-cont {
font-size: 21px;
}
.secure-landing .ftr-adrss {
font-size: 26px;
}


.copyrights p, .copyrights a {
font-size: 18px;
}

.secure-lp-form-sec .gfield input.large {
font-size: 18px !important;
padding: 16px 20px !important;
}
.secure-lp-form-sec .form-links a, .secure-lp-form-sec .gfield-choice-input+label {
font-size: 17px !important;
}
.secure-lp-form-sec .gform_footer input[type="submit"] {
padding: 24px 53px !important;
font-size: 18px !important;
}

.secure-lp-form-sec {
padding: 60px 0 74px;
}



}

@media screen and (max-width:1240px) {
    .secure-lp-form-sec .container, .site-footer .container, .copyrights .container {max-width: 990px; padding: 0 10px;}

    .secure-landing .logo {
        width: 100%;
        max-width: 350px;
    }
    .secure-landing .hdr-btn a.cmn-btn {
        padding: 22px 19px 22px 54px !important;
    }
    .secure-landing .hdr-btn a.cmn-btn::after {
        left: 14px;
    }
    .secure-landing .header-sec .header-rit-content p {
        font-size: 25px;
    }
    .secure-lp-form-sec {
        padding: 40px 0 45px;
        background-position: top left;
    }

.secure-lp-form-sec .gform_wrapper.gravity-theme .gform_fields {
grid-column-gap: 11px;
grid-row-gap: 11px;
}
.secure-lp-form-sec .gfield input.large {
    font-size: 17px !important;
    padding: 14px 17px !important;
}

.secure-lp-form-sec .gfield textarea.large {
height: 149px !important;
font-size: 17px !important;
}
.secure-lp-form-sec .form-links a, .secure-lp-form-sec .gfield-choice-input+label {
    font-size: 16px !important;
}
.secure-lp-form-sec .gform_footer input[type="submit"] {
    padding: 20px 44px !important;
    font-size: 17px !important;
    outline-offset: -8px;
}
.secure-landing .ftr-itm.rit {
    width: 60%;
}
.secure-landing .ftr-itm.lft {
    width: 40%;
}
.secure-landing .ftr-adrss {
    font-size: 23px;
    margin: 0 0 8px;
}
.secure-landing .ftr-para p {
    font-size: 17px;
    margin: 0 0 8px;
}

.ftr-btn a {
    padding: 18px 41px;
}
.secure-landing .site-footer {
padding: 32px 0 26px !important;
}
.copyrights {
    padding: 25px 0;
}
.copyrights p, .copyrights a {
    font-size: 16px;
}

.secure-landing .ftr-btm-cont {
    font-size: 20px;
}

}

@media screen and (max-width:991px) {
    .secure-lp-form-sec .container, .site-footer .container, .copyrights .container {max-width: 720px; padding: 0;}
    
    .form-main {
        max-width: 480px;
        margin: auto;
        flex-direction: column;
    }
    .form-rgt {
        width: 100%;
        border: 2px solid #fff;
        padding: 20px;
        background-color: #00000040;
        margin-bottom: 100px;
    }
.site-footer .ftr-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 320px;
    margin: auto;
}
.secure-lp-form-sec .gform-footer.gform_footer.top_label {
    margin: 30px 0 0px;
}
.site-footer .ftr-blk-list{
flex-direction: column-reverse;
gap: 20px;
}
.ftr-itm.rit {
    border: 2px solid #000;
    padding: 20px;
    text-align: center;
}
.site-footer .ftr-logo {
    width: 100%;
    max-width: 380px;
    margin: auto;
    padding: 5px;
    border: 1px solid #000;
}
.secure-landing .site-footer .ftr-blocks {
width: 100%;
}
.secure-landing .ftr-itm.lft {
    width: 100%;
}
.secure-landing .ftr-itm.rit {
    width: 100%;
}
.growthlab {
max-width: 180px;
}

.copyrights p, .copyrights a {
    font-size: 15px;
    line-height: 1.5;
}


}
@media screen and (max-width:767px) {
    .secure-lp-form-sec .container, .site-footer .container, .copyrights .container {max-width: 100%; padding: 0 10px;}
    

.secure-lp-form-sec .gform_footer input[type="submit"] {
    padding: 14px 34px !important;
    font-size: 16px !important;
}
.secure-lp-form-sec .gfield input.large {
    font-size: 16px !important;
    padding: 11px 17px !important;
}
.secure-lp-form-sec .gfield textarea.large {
    height: 120px !important;
    font-size: 16px !important;
}
.secure-lp-form-sec .form-links a, .secure-lp-form-sec .gfield-choice-input+label {
    font-size: 15px !important;
    letter-spacing: 0;
}
.secure-lp-form-sec .gform-footer.gform_footer.top_label{
    justify-content: center !important;
}

}
@media screen and (max-width:480px) {

.secure-lp-form-sec {
    padding: 20px 0;
}
.form-rgt {
    padding: 10px;
}
.secure-lp-form-sec .gfield input.large {
    padding: 8px 12px !important;
}
.secure-lp-form-sec .form-links a, .secure-lp-form-sec .gfield-choice-input+label {
    font-size: 14px !important;
}
.secure-lp-form-sec .gform_footer input[type="submit"] {
    padding: 11px 24px !important;
    font-size: 15px !important;
    outline-offset: -7px;
}
.ftr-btn a {
    padding: 16px 32px;
}
}

/* HomePage Form Section Ends */

/* secure banner sec Banner Section start*/
.secure-banner-sec .container{max-width: 1440px; width: 100%; margin: auto; }

.secure-banner-sec { padding: 120px 0 118px 0; text-align: center; background-image: url(./images/banner-bkg.webp); background-repeat: no-repeat; background-size: cover; background-position: center;}
.bnr-blk{ position: relative; padding: 43px 0 0px 0; }
.bnr-blk::before { content: ""; position: absolute; top: 0px; left: 0; right: 0; margin: 0 auto; height: 66px; width: 856px; border: 2px solid #fff; border-bottom: none; }
.bnr-blk::after { bottom: 29px; left: 0; right: 0; margin: 0 auto; height: 46px; width: 854px; z-index: 0; content: ""; border: 2px solid #fff; border-top: none; position: absolute; }
.secure-banner-sec h1 { font-size: 65px; color: #fff; text-transform: uppercase;    font-weight: 500; font-family: 'Cinzel'; line-height: 1.1; margin: 0 0 4px 0; }
.secure-banner-sec h1 strong { display: block; color: #eda00f; font-size: 80px;font-weight:600; }
.secure-banner-sec p { font-size: 20px; line-height: 1.7; color: #fff; font-family: 'Urbanist'; margin: 0 0 29px 0; font-weight: 500;}
.bnr-btn a.cmn-btn { position: relative; z-index: 1; padding: 22px 47px; }
.bnr-btn a.cmn-btn::before, .bnr-btn a.cmn-btn::after{height: 27px;}


/* secure banner sec Banner Section end*/




  /* home plan-section start*/
.secure-lp-plan-sec { padding: 145px 0 194px 0; }
.secure-lp-plan-sec .hm-pln-whl { display: flex; justify-content: space-between; }
.secure-lp-plan-sec .pln-left { width: 56.2%; }
.secure-lp-plan-sec .pln-rgt { width:33.75%; }
.secure-lp-plan-sec .pln-left h2 { font-size: 60px; font-weight: 500;font-family: 'Cinzel'; line-height: 1.2; color: #173a75; padding: 0px 0 31px 0; text-transform: uppercase; position: relative; margin: 0 0 37px 0; }
.secure-lp-plan-sec .pln-left h2 strong { color: #6385a8;    font-weight: 600; }
.secure-lp-plan-sec .pln-left h2::before{ background-color: #d68c00; position: absolute; content: ""; width: 87%; height: 6px; left:0; bottom: 0; }
.secure-lp-plan-sec .pln-left p { font-size: 30px; font-weight: 400; color: #12264d; margin: 0 0px 38px 0; font-family: 'Urbanist'; line-height: 1.6; }
.secure-lp-plan-sec .pln-btn a.cmn-btn { background-color: #6385a8; }
.secure-lp-plan-sec .pln-btn a.cmn-btn:hover { background-color: #d68c00; }
.secure-lp-plan-sec .pln-btn a.cmn-btn::before, .pln-btn a.cmn-btn::after{ background-color:#6385a8 ; }
.secure-lp-plan-sec .pln-btn a.cmn-btn:hover:before, .pln-btn a.cmn-btn:hover:after { background-color: #d68c00; }

.secure-lp-plan-sec .form-box { background-color: #173a75; padding: 55px 42px 66px 47px; margin: 10px 0 0; position: relative; }
.secure-lp-plan-sec .form-box h2 { font-size: 45px; font-weight: 500; color: #fff; text-align: center; font-family: 'Cinzel'; text-transform: uppercase; margin: 0 0 26px 0; }
.secure-lp-plan-sec .form-box::before { content: ""; border: 1px solid #fff; border-bottom: none; position: absolute; top: 13px; left: 0; right: 0; margin: 0 auto; height: 76px;   width: 94%;}
.secure-lp-plan-sec .form-box::after{ content: ""; border: 1px solid #fff; border-top: none; position: absolute; bottom: 15px; left: 0; right: 0; margin: 0 auto; height: 71px; width: 94%; }
 
.secure-lp-plan-sec .pln-rgt .gform_fields { grid-row-gap: 12px !important;}
.secure-lp-plan-sec .pln-rgt form textarea {min-height: 129px; height: 129px; font-family: 'Urbanist';font-weight: 500 !important; font-size: 19px !important; color: #173a75 !important; background-color: #fff !important; padding:17px 15px 15px 18px !important;  margin: 0 0 23px 0 !important;}
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gform_fields .gfield .ginput_container input {
    padding: 19px 18px !important;
    font-weight: 500;
    background-color: #ffffff;
    font-family: 'Urbanist';
    font-size: 19px !important;
    line-height: 1 !important;
    color: #12264d !important;
    border-radius: 0;
    text-decoration: none;
    margin: 0px !important
}
.secure-lp-plan-sec .pln-rgt .gfield input::placeholder { color: #12264d; }
.secure-lp-plan-sec .pln-rgt .ginput_container_textarea textarea.large::placeholder { color: #12264d; }
.secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"] {
    margin: 0 !important;
    background-color: #d68c00 !important;
    border: none;
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    letter-spacing: 0.3px !important;
    padding: 20px 30px !important;
    font-family: 'Urbanist' !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"]:hover{
    background-color: #fff !important;
    color: #d68c00 !important;
}
.secure-lp-plan-sec .pln-rgt .gform_footer{margin:0; padding: 0; }


.secure-lp-plan-sec .gform_wrapper .gform_fields .gfield .ginput_container input {
    min-height: 63px;
}
.secure-lp-plan-sec .pln-rgt .gform-theme--foundation .gfield textarea.large { min-block-size: 18rem; min-height: auto; }
.secure-lp-plan-sec .pln-rgt .gfield input::placeholder, .secure-lp-plan-sec .pln-rgt .gfield textarea::placeholder { color: #000; }
.secure-lp-plan-sec .pln-rgt div#validation_message_6_12 { left: 80px; top: 7px; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gform_validation_errors { display: none; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gfield { position: relative; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gfield .validation_message.gfield_validation_message,
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gfield .instruction.validation_message { position: absolute; top: 4px; background: none; padding: 0px; line-height: 1; color: #ff0000; font-size: 13px; right: 10px; font-weight: 500; width: auto; border: none; pointer-events: none; margin: 0; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gfield .instruction.validation_message { top: 37px; }

/* home plan-section end*/


/* home plan-section responsive*/

@media screen and (max-width:1700px) {
    .container {max-width: 1400px; }
    
/* banner content */

.secure-banner-sec {padding: 100px 0;}
.secure-banner-sec h1 {font-size: 55px; }
.secure-banner-sec h1 strong {font-size: 70px;}
.bnr-blk {position: relative; padding: 35px 0 0px 0; }
.bnr-blk::before, .bnr-blk::after {width: 810px;}
.secure-banner-sec p {font-size: 19px; line-height: 1.6; margin: 0 0 25px 0;}
.bnr-btn a.cmn-btn {padding: 22px 35px;}

/* plan section */

.secure-lp-plan-sec { padding: 120px 0 175px 0; }
.secure-lp-plan-sec .pln-left h2 { font-size: 50px; padding: 0px 0 25px 0; margin: 0 0 30px 0;}
.secure-lp-plan-sec .pln-left p { font-size: 25px; margin: 0 0px 32px 0;}
.secure-lp-plan-sec .form-box h2 { font-size: 40px; margin: 0 0 22px 0; }
.secure-lp-plan-sec .form-box { padding: 50px 40px; margin: 0; }
.secure-lp-plan-sec .form-box::before, .secure-lp-plan-sec .form-box::after{ height: 70px;}
.secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"] { font-size: 21px !important; padding: 18px 30px !important; width: 100% !important; }

}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {

.container {max-width: 1200px; }

/* banner content */

.secure-banner-sec { padding: 85px 0; }
.bnr-blk { position: relative; padding: 28px 0 0px 0; }
.secure-banner-sec h1 { font-size: 50px; }
.secure-banner-sec h1 strong { font-size: 62px; }
.bnr-blk::before, .bnr-blk::after { width: 700px;  height: 50px; }
.secure-banner-sec p { font-size: 17px; line-height: 1.6; margin: 0 0 22px 0; }
.bnr-btn a.cmn-btn { padding: 20px 30px; }


/* plan section */

.secure-lp-plan-sec { padding: 95px 0 145px 0; }
.secure-lp-plan-sec .pln-left { width: 56.2%; padding: 0 40px 0 0; }
.secure-lp-plan-sec .pln-left h2 { font-size: 45px; padding: 0px 0 22px 0; margin: 0 0 25px 0; }
.secure-lp-plan-sec .pln-left p { font-size: 23px; margin: 0 0px 27px 0; }
.secure-lp-plan-sec .form-box { padding: 42px 35px; margin: 0; }
.secure-lp-plan-sec .form-box h2 { font-size: 35px; margin: 0 0 20px 0; }

.secure-lp-plan-sec .pln-rgt .gform_wrapper .gform_fields .gfield .ginput_container input { padding: 17px 18px !important; font-size: 18px !important; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper.gravity-theme form textarea { min-height: 115px; height: 115px; font-size: 17px; padding: 15px 15px 15px 18px; margin: 0 0 20px 0; }
.secure-lp-plan-sec .form-box::before, .secure-lp-plan-sec .form-box::after { height: 60px; }
.secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"] { font-size: 20px !important; padding: 17px 30px !important; }
}

@media screen and (max-width:1440px) {

}

@media screen and (max-width:1366px) {

}

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1240px) {
.container {max-width: 990px; padding:0 10px; }

.secure-banner-sec { padding: 70px 0; }
.secure-banner-sec h1 { font-size: 43px; }
.secure-banner-sec h1 strong { font-size: 52px; }
.bnr-blk::before, .bnr-blk::after { width: 600px; height: 45px; }
.secure-banner-sec p { font-size: 15px; line-height: 1.5; margin: 0 0 20px 0; }
.bnr-btn a.cmn-btn { padding: 18px 25px; }

.secure-lp-plan-sec .pln-rgt {
    width: 36.85%;
}
.secure-lp-plan-sec { padding: 80px 0 100px 0; }
.secure-lp-plan-sec .pln-left { width: 56.2%; padding: 0 0px 0 0; }
.secure-lp-plan-sec .pln-left h2 { font-size: 38px; padding: 0px 0 20px 0; margin: 0 0 20px 0; }
.secure-lp-plan-sec .pln-left p { font-size: 20px; margin: 0 0px 23px 0; }
.secure-lp-plan-sec .form-box { padding: 30px 20px; margin: 0; }
.secure-lp-plan-sec .form-box::before, .secure-lp-plan-sec .form-box::after { height: 40px; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gform_fields .gfield .ginput_container input { padding: 15px 15px !important; font-size: 16px !important; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper.gravity-theme form textarea { min-height: 100px; height: 100px; font-size: 16px; padding: 15px 15px 15px 15px; margin: 0 0 18px 0; }



}

@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
.container {max-width: 720px; padding: 0; }
.bnr-blk { padding: 22px 0 60px 0; }
.secure-banner-sec { padding: 55px 0; }
.secure-banner-sec h1 { font-size: 35px; }
.secure-banner-sec h1 strong { font-size: 45px; }
.bnr-blk::before, .bnr-blk::after { width: 500px; height: 40px; }


.secure-lp-plan-sec { padding: 70px 0; }
.secure-lp-plan-sec .hm-pln-whl { flex-direction: column; gap: 20px; }
.secure-lp-plan-sec .pln-left {
    width: 100%;
    padding: 0 0px 0 0;
}
.secure-lp-plan-sec .pln-left h2 br{
    display: none;
}
.secure-lp-plan-sec .pln-left p{
    text-align: center;
    font-size: 18px;
}
.secure-lp-plan-sec .pln-left h2 { font-size: 31px; padding: 0px 0 15px 0; margin: 0 0 15px 0; text-align: center; }
.secure-lp-plan-sec .pln-left h2::before { width: 80%; height: 4px; left: 0; bottom: 0; margin: auto; right: 0; }
.pln-btn { text-align: center; }
.secure-lp-plan-sec .pln-rgt { width: 100%; margin: 0 auto; max-width: 450px; }
.secure-lp-plan-sec .form-box h2 { font-size: 32px; margin: 0 0 18px 0; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper.gravity-theme .gform_footer { text-align: center; }
.secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"] { font-size: 19px !important; padding: 15px 30px !important; }

}

@media screen and (max-width:767px) {
.container {max-width: 100%; padding: 0 10px; }
a.cmn-btn { font-family: 'Urbanist'; font-weight: 800; font-size: 16px;}


.secure-banner-sec { padding: 40px 0; }
.bnr-blk::before, .bnr-blk::after { width: 425px; height: 35px; }
.secure-banner-sec h1 { font-size: 30px; }
.secure-banner-sec h1 strong { font-size: 35px; }
.bnr-btn a.cmn-btn { padding: 15px 20px; }

.secure-lp-plan-sec { padding: 50px 0; }
.secure-lp-plan-sec .pln-left h2 { font-size: 30px; padding: 0px 0 18px 0; margin: 0 0 18px 0; text-align: center; }
.secure-lp-plan-sec .pln-left h2 br { display: none; }
.secure-lp-plan-sec .pln-left p { font-size: 18px; margin: 0 0px 20px 0; }
.secure-banner-sec p br{display: none;}
.secure-lp-plan-sec .pln-rgt { width: 100%; margin: 0 auto; max-width: 400px; }
.secure-lp-plan-sec .form-box::before, .secure-lp-plan-sec .form-box::after { height: 35px; }
.secure-lp-plan-sec .form-box h2 { font-size: 30px; margin: 0 0 18px 0; }
.secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"] { font-size: 17px !important; padding: 10px 30px !important; }
.secure-lp-plan-sec .pln-rgt .gform_wrapper .gform_fields .gfield .ginput_container input { padding: 12px 15px !important; font-size: 15px !important; }
}

@media screen and (max-width:680px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:580px) {}

@media screen and (max-width:480px) {

    .bnr-btn a.cmn-btn::before, .bnr-btn a.cmn-btn::after { height: 12px; }
    a.cmn-btn { font-size: 15px; }
    .bnr-btn a.cmn-btn { padding: 12px 19px; }
    a.cmn-btn::before, a.cmn-btn::after { height: 15px; }


    .secure-banner-sec { padding: 35px 0; }
    .bnr-blk {
        padding: 26px 0 50px 0;
    }
    .secure-banner-sec h1 { font-size: 25px; }
    .secure-banner-sec h1 strong { font-size: 30px; }
    .bnr-btn a.cmn-btn {
        padding: 14px 19px !important;
        font-size: 15px !important;
    }
    .bnr-blk::before, .bnr-blk::after {
        width: 300px;
        height: 30px;
    }
    .secure-banner-sec p { font-size: 15px; line-height: 1.4; margin: 0 0 15px 0; }
    .secure-banner-sec p br { display: none; }
    

    .secure-lp-plan-sec { padding: 30px 0; }
    .secure-lp-plan-sec .pln-left h2 { font-size: 24px; padding: 0px 0 16px 0; margin: 0 0 12px 0; text-align: center; }
    .secure-lp-plan-sec .pln-left p { font-size: 15px; margin: 0 0px 18px 0; line-height: 1.5; }
    .secure-lp-plan-sec .pln-btn a.cmn-btn { font-size: 15px; padding: 14px 29px; }
    .secure-lp-plan-sec .form-box { padding: 25px 15px; margin: 0; }
    .secure-lp-plan-sec .form-box::before, .secure-lp-plan-sec .form-box::after { height: 30px; }
    .secure-lp-plan-sec .form-box h2 { font-size: 25px; margin: 0 0 15px 0; }
    .secure-lp-plan-sec .pln-rgt .gform_wrapper .gform_fields .gfield .ginput_container input { padding: 8px 10px !important; font-size: 15px !important; }
    .secure-lp-plan-sec .pln-rgt .gform_wrapper.gravity-theme form textarea { min-height: 90px; height: 90px; font-size: 15px; padding: 8px 15px 15px 10px; margin: 0 0 15px 0; }
    .secure-lp-plan-sec .pln-rgt .gform_footer input[type="submit"] { font-size: 15px !important; padding: 6px 15px !important; width: 80% !important; margin: 0 auto 15px !important; }

}






/* HomePage Testimonials Section Starts */

.secure-lp-testimonials .container {max-width: 1700px; width: 100%; margin: auto;}
.secure-lp-testimonials {padding: 113px 0 123px; text-align: center; background-color: #eff3f6;}
.secure-lp-testimonials .text-heading{border: none;padding: 0;margin: 0 0 32px;}
.secure-lp-testimonials .secure-testi-blk {padding: 0 130px;}
.secure-lp-testimonials .hm-testi-item {background: #ffffff; padding: 85px 50px; position: relative; margin: 0 15px; height: inherit; }
.secure-testi-blk .slick-track{display: flex;;}
.secure-lp-testimonials .hm-testi-item::before, .secure-lp-testimonials .hm-testi-item::after{position: absolute; content: ''; background-image: url('./images/hm-tst-bef.webp'); background-repeat: no-repeat; width: 430px; height: 76px; top: 13px; left: 0; right: 0; margin: auto;}
.secure-lp-testimonials .hm-testi-item::after{background-image: url('./images/hm-tst-aft.webp');bottom: 10px; top: auto;}
.hm-testi-cont .star-rat{background-image: url('./images/secure-tst-stars.webp'); background-repeat: no-repeat; width: 126px; height: 22px; margin: 0 auto 15px;}
.secure-lp-testimonials .hm-testi-item p {font-family: 'Urbanist'; font-weight: 500; font-size: 18px; line-height: 1.7; color: #12264d;margin: 0;}
.secure-lp-testimonials .secure-testi-blk .slick-prev, .secure-lp-testimonials .secure-testi-blk .slick-next {background-image: url('./images/secure-hm-sprites.webp'); background-repeat: no-repeat; background-position: -19px -19px; height: 46px; width: 46px; position: absolute; top: 0; bottom: 0; left: 58px !important; right: auto; background-color: transparent; margin: auto;}
.secure-lp-testimonials .secure-testi-blk .slick-next{right: 58px !important; left: auto !important;background-position:-86px -20px }
.secure-lp-testimonials .secure-testi-blk .slick-prev:hover{background-position: -19px -89px}
.secure-lp-testimonials .secure-testi-blk .slick-next:hover{background-position: -87px -89px}
.secure-lp-testimonials .secure-testi-blk .slick-prev:before, .secure-lp-testimonials .secure-testi-blk .slick-next:before {display: none; }

/* HomePage Testimonials Section Ends */


@media screen and (max-width:1800px) {

.secure-lp-testimonials .container {max-width: 1600px;}

.secure-landing .text-heading {font-size: 55px;}

.secure-lp-testimonials {padding: 100px 0 100px;}
.secure-lp-testimonials .secure-testi-blk {padding: 0 100px; }
.secure-lp-testimonials .secure-testi-blk .slick-prev, .secure-lp-testimonials .secure-testi-blk .slick-next {left: 35px !important;}
.secure-lp-testimonials .secure-testi-blk .slick-next {right: 35px !important; left: auto !important;}
.secure-lp-testimonials .hm-testi-item {padding: 75px 45px; margin: 0 13px;}

}

@media screen and (max-width:1700px) {

.secure-lp-testimonials .container {max-width: 1440px;}

.secure-landing .text-heading {font-size: 51px;}

.secure-lp-testimonials {padding: 80px 0; }
.secure-lp-testimonials .text-heading {margin: 0 0 25px;}
.secure-lp-testimonials .secure-testi-blk {padding: 0 70px;}
.secure-lp-testimonials .secure-testi-blk .slick-prev, .secure-lp-testimonials .secure-testi-blk .slick-next {left: 15px !important; }
.secure-lp-testimonials .secure-testi-blk .slick-next {right: 15px !important; left: auto !important; }
.secure-lp-testimonials .hm-testi-item {padding: 60px 40px; margin: 0 10px;}
.secure-lp-testimonials .hm-testi-item::before, .secure-lp-testimonials .hm-testi-item::after{transform: scale(0.9);left: -10px;top: 10px;}
.secure-lp-testimonials .hm-testi-item::after{bottom: 10px;top: auto;}
.secure-lp-testimonials .hm-testi-item p {font-size: 17px;}


}
@media screen and (max-width:1500px) {

.secure-lp-testimonials .container {max-width: 1200px;}

a.cmn-btn {font-size: 17px;padding: 26px 40px;outline-offset:-7px; }
.secure-landing .text-heading {font-size: 45px;padding: 0 0 18px;margin: 0 0 30px;}

.secure-lp-testimonials {padding: 60px 0;}
.secure-lp-testimonials .text-heading {margin: 0px 0 20px; }
.secure-lp-testimonials .secure-testi-blk {padding: 0 50px;}
.secure-lp-testimonials .secure-testi-blk .slick-prev, .secure-lp-testimonials .secure-testi-blk .slick-next {left: 0 !important;}
.secure-lp-testimonials .secure-testi-blk .slick-next {right: 0 !important; left: auto !important;}
.secure-lp-testimonials .hm-testi-item {padding: 50px 20px; margin: 0 7px;}
.secure-lp-testimonials .hm-testi-item p {font-size: 16px;}
.secure-lp-testimonials .hm-testi-item::before, .secure-lp-testimonials .hm-testi-item::after {transform: scale(0.77); left: -38px;}



}


@media screen and (max-width:1240px) {

.secure-lp-testimonials .container {max-width: 990px; padding: 0 10px;}

.secure-landing .text-heading {font-size: 38px; padding: 0 0 10px; margin: 0 0 20px; border-width: 4px;}
 a.cmn-btn {font-size: 16px; padding: 24px 39px;}


.secure-lp-testimonials {padding: 30px 0; }
.secure-lp-testimonials .text-heading {margin: 0px 0 15px; }
.secure-lp-testimonials .secure-testi-blk .slick-prev, .secure-lp-testimonials .secure-testi-blk .slick-next {transform: scale(0.9);}
.secure-lp-testimonials .secure-testi-blk {padding: 0 45px; }
.secure-lp-testimonials .hm-testi-item {padding: 40px 10px; margin: 0 5px; }
.secure-lp-testimonials .hm-testi-item p {font-size: 15px; }
.hm-testi-cont .star-rat { margin: 0 auto 10px; transform: scale(0.9);}
.secure-lp-testimonials .hm-testi-item::before, .secure-lp-testimonials .hm-testi-item::after {transform: scale(0.63); left: -73px; top: -5px;}
.secure-lp-testimonials .hm-testi-item::after{bottom: -5px;top: auto;}




}


@media screen and (max-width:991px) {

.secure-lp-testimonials .container {max-width: 720px; padding: 0;}

.secure-landing .text-heading {font-size: 30px; padding: 0; margin: 0 0 10px; border: none; text-align: center !important;}
 a.cmn-btn {font-size: 15px; padding: 22px 30px;}

.secure-lp-testimonials .text-heading {margin: 0px 0 10px;}
.secure-lp-testimonials {padding: 30px 0 80px;}
.secure-lp-testimonials .hm-testi-item::before, .secure-lp-testimonials .hm-testi-item::after{display: none;}
.secure-lp-testimonials .secure-testi-blk {padding: 0; max-width: 350px; width: 100%; margin: auto;}
.secure-lp-testimonials .hm-testi-item {padding: 30px 10px; min-height:auto; margin: 0;}
.secure-lp-testimonials .secure-testi-blk .slick-prev, .secure-lp-testimonials .secure-testi-blk .slick-next {transform: scale(0.8); bottom: -60px; top: auto; left: 30% !important;}


}

@media screen and (max-width:767px) {

.secure-lp-testimonials .container {max-width: 100%; padding: 0 10px;}

a.cmn-btn {font-size: 14px; padding: 20px 24px;outline-offset: -5px;}
.secure-landing .text-heading {font-size: 30px;}



}




/* HomePage Family Section Starts */

.securelp-fml-sec .container {max-width: 1440px; width: 100%; margin: auto;}
.securelp-fml-sec{padding: 26px 0 145px;}
.securelp-fml-sec .fmly-lst {display: flex; justify-content: space-between;}
.securelp-fml-sec .fmly-lft {width: 41.5%;position:relative;padding: 10px 0 0;} 
.securelp-fml-sec .fmly-rgt {width: 52.6%;}
.securelp-fml-sec .fmly-img img {width: 100%; display: block;}
.securelp-fml-sec .fmly-lft h5{font-family: 'Cinzel'; font-weight: 700; font-size: 40px; line-height: 1; color: #173a75;text-align: center;text-transform: uppercase;margin: 0;padding: 37px 0 25px;position: relative;}
.securelp-fml-sec .fmly-lft::before{position: absolute; content: ''; background-image: url('./images/fmly-sec-bf-img.webp'); background-repeat: no-repeat; width: 558px; height: 26px; top: -25px; left: 0; right: 0; margin: auto;}
.securelp-fml-sec .fmly-lft h5::after{position: absolute; content: ''; background-image: url('./images/fmly-sec-aft-img.webp'); background-repeat: no-repeat; width: 578px; height: 26px; left: 0; right: 0; bottom: 0; margin: auto;}
.securelp-fml-sec .fmly-rgt p{font-family: 'Urbanist'; font-weight: 400; font-size: 30px; letter-spacing: 0px; line-height: 1.6; color: #12264d; margin: 0 0 43px;}
.securelp-fml-sec .text-heading{
    text-align: left;
}

/* HomePage Family Section Ends */



@media screen and (max-width:1700px) {

.securelp-fml-sec .container {max-width: 1400px;}

.securelp-fml-sec .fmly-rgt p {font-size: 28px;}
.securelp-fml-sec .fmly-lft h5 {font-size: 38px;}
.securelp-fml-sec {padding: 25px 0 120px;}

}

@media screen and (max-width:1500px) {

.securelp-fml-sec .container {max-width: 1200px;}

.securelp-fml-sec {padding: 25px 0 90px;}
.securelp-fml-sec .fmly-rgt p {font-size: 23px; }
.securelp-fml-sec .fmly-lft h5 {font-size: 32px; padding: 30px 0 25px; }
.securelp-fml-sec .fmly-lft h5::after {transform: scale(0.8);left: -35px;}
.securelp-fml-sec .fmly-lft::before{transform: scale(0.8);left: -30px}


}

@media screen and (max-width:1240px) {

.securelp-fml-sec .container {max-width: 990px; padding: 0 10px;}

.securelp-fml-sec {padding: 25px 0 50px;}
.securelp-fml-sec .fmly-rgt {width: 55%; }
.securelp-fml-sec .fmly-rgt p {font-size: 21px; margin: 0 0 25px; line-height: 1.5; }
.securelp-fml-sec .fmly-lft h5 {font-size: 28px; padding: 20px 0; }
.securelp-fml-sec .fmly-lft::before {transform: scale(0.6); left: -79px; }
.securelp-fml-sec .fmly-lft h5::after {transform: scale(0.6); left: -85px; }


.bnr-btn a.cmn-btn::before, .bnr-btn a.cmn-btn::after {height: 18px;}
.secure-lp-plan-sec .pln-btn a.cmn-btn::before, .pln-btn a.cmn-btn::after {height: 20px;}
.secure-landing a.cmn-btn::before, .secure-landing a.cmn-btn::after {height: 20px;}

}

@media screen and (max-width:991px) {

.securelp-fml-sec .container {max-width: 720px; padding: 0;}

.securelp-fml-sec {padding: 30px 0 30px;}
.securelp-fml-sec .fmly-lst {flex-direction: column; align-items: center;gap: 20px; width: 100%;}
.securelp-fml-sec .fmly-lft {width: 100%; max-width: 300px; padding: 0; border: 2px solid #d68c00;}
.securelp-fml-sec .fmly-lft::before, .securelp-fml-sec .fmly-lft h5::after{display: none;}
.securelp-fml-sec .fmly-lft h5 {font-size: 24px; padding: 15px 0;}
.securelp-fml-sec .fmly-rgt {width: 100%; text-align: center;}
.securelp-fml-sec .fmly-rgt p {font-size: 18px; margin: 0 0 20px;}


}

@media screen and (max-width:767px) {

.securelp-fml-sec .container {max-width: 100%; padding: 0 10px;}


.securelp-fml-sec .fmly-lft {max-width: 280px;}
.securelp-fml-sec .fmly-lft h5 {font-size: 22px;}
.securelp-fml-sec .fmly-rgt p {font-size: 17px; margin: 0 0 15px; }


}
