/**
 * Theme Name: GrowthLab Demo
 * Template:   oceanwp
 * ...other header fields
 */
 @font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/mona-sans-v3-latin-regular.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/mona-sans-v3-latin-500.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/mona-sans-v3-latin-600.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/mona-sans-v3-latin-700.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/mona-sans-v3-latin-800.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/mona-sans-v3-latin-900.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 */
  
  .header-sec {
    background-color: #ffffff;
    padding: 30px 0;
    width: 100%;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 1;
}
.header-sec.f-nav {
    position: fixed;
    z-index: 9;
}
  
  
  .header-sec .logo img{width: 100%; display: block;}
  
  .header-sec .container {
      width: 100%;
      max-width: 1440px;
      margin: auto;
  }
  
  .logo-container {
      display: flex;
      align-items: center;
      gap: 15px;
      justify-content: space-between;
  }
  .header-sec .header-rit-cont{position: relative; padding: 0 0 0 60px;}
  .header-sec .header-rit-cont p{font-family: 'Mona Sans';font-weight: 600; color: #6385a8; font-size: 40px; line-height: 1; letter-spacing: 0px; margin: 0; padding: 0; text-transform: capitalize;}
  .header-sec .header-rit-cont p a{color: #173a75;}
  .header-sec .header-rit-cont p a:hover{color: #6385a8;}
  .header-sec .header-rit-cont a:before{position: absolute; content: ""; background-image: url(images/call-img.webp); background-repeat: no-repeat; width: 41px; height: 41px; left: 0; top: 0; bottom: 0; margin: auto;}
  
  .top-menu ul{ margin: 0 !important;}
  
  .top-menu ul li:last-child{ margin: 0;}
  
  .top-menu ul li {display: inline-block; margin: 0 50px 0 0; position: relative;}
  
  .top-menu ul li a{
      position: relative;
      font-weight: normal;
      font-style: normal;
      text-transform: none;
      font-size: 18px;
      line-height: 1;
      color: #fff;
      font-family: var(--bodyFont);
      display: block;
      outline: 0;
      border: 0;
  }
  
  .top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
      color: #000;
  }
  
  .top-menu ul li ul.sub-menu {
      display: none;
      width: 200px;
      position: absolute;
      top: 100%;
      left: 0;
      right: auto;
      background-color: #2f4163;
      padding: 0px 0;
      z-index: 999;
  }
  .top-menu ul li:hover ul.sub-menu {
      display: block;
  }
  .top-menu ul li:hover ul.sub-menu ul {
      display: none;
  }
  .top-menu ul li:hover ul.sub-menu li {
      position: relative;
  }
  .top-menu ul li:hover ul.sub-menu li:hover>ul {
      display: block;
      top: 0;
      left: 100%;
  }
  .top-menu .sub-menu li.current-menu-item a {
      color: #fff;
  }
  .top-menu .sub-menu li a:after {
      display: none;
  }
  .top-menu .sub-menu li {
      width: 100%;
      float: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 0;
      padding: 0;
  }
  .top-menu .sub-menu li a {
      float: left;
      font-size: 15px;
      width: 100%;
      line-height: normal;
      padding: 9px 12px 8px;
      color: #fff;
      display: block;
      text-transform: capitalize;
  }
  .top-menu .sub-menu li a:hover {
      background-color: #21355a;
      color: #fff;
  }
  /*@media screen and (max-width:1700px) {
     .header-sec .container, .container {max-width: 1400px; }
  }
  @media screen and (max-width:1500px) {
      .header-sec .container, .container {max-width: 1200px; }
      .header-sec .header-rit-cont p {    font-size: 35px;}
  }
  @media screen and (max-width:1240px) {
      .header-sec .container, .container {max-width: 990px; padding: 0 10px; }
          .header-sec .header-rit-cont p {font-size: 30px; }
          .header-sec .header-rit-cont a:before {transform: scale(0.9);}
  }*/
  /* Common Styling */
  
  a.cmn-btn{
      color: #fff;
      font-size: 18px;
      font-family: 'Mona Sans';
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0px;
      margin: 0 ;
      text-transform: uppercase;
      background-color: #d68c00;
      padding: 27px 43px;
      display: inline-block;
      border-radius: 0;
  }
    
  
  a.cmn-btn:hover{
      color: #12264d;
      background-color: #d68c00;

  }
  
  
  .text-heading {
      font-family: var(--headingFont);
      font-weight: 600;
      font-size: 66px;
      color: #043340;
      line-height: 1.09;
      margin: 0 0 40px 0;
  }
  
  
  
  /* 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: 50%;
          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-size: 19px;
        line-height: 1;
        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 */
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs{position: relative; font-family: 'Mona Sans'; font-weight: 600; color: #173a75; font-size: 30px; line-height: 1; letter-spacing: 0px; margin: 0 0 25px; padding: 0 0 20px; text-transform: capitalize;}
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs:before{position: absolute; content: ""; background-color: #d68c00; width: 98px; height: 5px; bottom: 0; left: 0; }
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para p{ font-family: 'Mona Sans';font-weight: 400; color: #12264d; font-size: 23px; line-height: 1.6; letter-spacing: 0px; margin: 0; padding: 0;}
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para strong{font-family: 'Mona Sans'; font-weight: 600; display: block;}
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-btm-cont{font-family: 'Mona Sans';font-weight: 400; color: #12264d; font-size: 23px; line-height: 1.6; letter-spacing: 0px; margin: 0; padding: 0;}
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-btm-cont a{color: #6385a8; display: block;font-weight: 600;}
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-btm-cont a:hover{color: #12264d;}
  .site-footer .ftr-blocks .ftr-blk-lst{display: flex; justify-content: space-between; flex-wrap: wrap;}
  .site-footer .footer-lft-cont {width:31.5%; }
  .site-footer .ftr-logo{width: 77.6%; margin: 0 0 20px; }
  .site-footer .ftr-logo img{width: 100%; display: block;}
  .site-footer .ftr-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .site-footer .ftr-blocks {width: 60%; }
  .site-footer {background: #e7ebf1; padding: 150px 0 74px; color: #fff;    margin: -95px 0 0px; position: relative; z-index: 0; }
  .site-footer .container {max-width: 1180px;}
  .ftr-logo a {display: inline-block; }
  .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para p { margin: 0;}
  .copyrights .cpy-inr, .copyrights .ftrlink{
      display: inline-block;
  }
  .ftr-menu ul {
      padding: 15px 0;
      text-align: center;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      margin: 20px auto;
  }
  .ftr-menu ul li{
      margin: 0 50px 0 0;
      display: inline-block;
  }
  .ftr-menu ul li:last-child{ margin: 0;}
  
  .ftr-menu ul li a {
      text-transform: uppercase;
      color: #fff;
      font-family: var(--bodyFont);
      font-size: 19px;
      line-height: 1;
      letter-spacing: 0.8px;
  }
  
  
  .copyrights {
      background: #ffffff;
      padding: 25px 0;
      text-align: center;
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
  }
  
  .Rectangle_8_copy {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    left: 0px;
    top: 5081px;
    width: 1920px;
    height: 106px;
    z-index: 76;
  }
  
  
  
  .copyrightmenu ul{
      margin: 0;
  }
  .copyrightmenu ul li{
      display: inline-block;
      margin: 0;
  }
  .copyrights p, .copyrightmenu ul{
      margin: 0 0 8px 0;
  }
  
  .copyrights p, .copyrights a {
      color: #1b3d6f;
      font-size: 19px;
      line-height: 1.8;
      letter-spacing: 0px; 
      margin: 0;
      padding: 0;
       font-family: 'Mona Sans';
       font-weight: 400;
       text-transform: capitalize;
  }
  
  .copyrightmenu ul li a{
      line-height: 1;
      border-right: 1px solid #1b3d6f;
  }
  .copyrightmenu ul li:last-child a{ border: none;}
  
  .copyrights a {
      display: inline-block;
      padding: 0 8px;
  }
  @media screen and (max-width:1700px) {
       .container {max-width: 1400px;}
      a.cmn-btn {padding: 27px 32px;}
  }
  @media screen and (max-width:1500px) {
          .container {max-width: 1200px; }
          a.cmn-btn {padding: 25px 17px; font-size: 17px; }
          .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs {  font-size: 28px; padding: 0 0 18px;  margin: 0 0 19px;}
          .site-footer .ftr-logo { margin: 0 0 15px; }
          .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para p { font-size: 21px;}
          .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-btm-cont { font-size: 21px;}
          .copyrights p, .copyrights a {    font-size: 18px;}
          .site-footer {padding: 134px 0 65px;}
          .copyrights {    padding: 20px 0;}
  
  }
  @media screen and (max-width:1240px) {
      .site-footer .container, .container {
          max-width: 990px;
          padding: 0 10px;
      }
  }
  @media screen and (max-width:991px) {
      .site-footer .container, .container {
          max-width: 720px;
      }
  }
  @media screen and (max-width:767px) {
      .site-footer .container, .container {max-width: 100%;padding: 0 15px;}
      .copyrights {padding: 11px 0;}
      .copyrights p, .copyrights a {font-size:15px;}
      .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs {font-size: 23px;padding: 0 0 13px;margin: 0 0 5px;}
      .site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para p {font-size: 18px;}
  }
  
  @media screen and (max-width:991px) {
  
      .top-menu, .top-rit{
          display: none;
      }
      
  
      .tab-call svg {
          width: 23px;
          height: 23px;
          margin: -2px 0;
      }
      .tab-call span.text {
        display: inline-block;
        font-family: 'Mona Sans';
        font-weight: 600;
        color: #173a75;
        font-size: 23px;
        line-height: 1;
        letter-spacing: 0px;
        margin: 0;
        padding: 0;
    }
      button.showhide {
          background: #000;
          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;
      }
      .logo {
          max-width: 100%;
          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;
      }
  }
  
  @media screen and (max-width:480px) {
      .copyrights p, .copyrights a {font-size:14px;}
  .site-footer .ftr-blocks{width: 100%;}
  .copyrightmenu ul li a{padding: 0 3px;}
  }



  
/* Banner Section */

.banner-sec {padding: 30px 0 0; background-image: url(images/bnnr-bg.webp); background-repeat:no-repeat; background-size:100% 100%; background-position: center; }
.banner-sec .bnnr-lst .bnnr-lft{width: 55.4%;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading { font-family: 'Mona Sans';font-weight: 600; color: #6385a8; font-size: 60px; line-height: 1.1; letter-spacing: 0px;  margin: 0 0 30px; padding: 0; text-transform: capitalize;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading strong{color: #173a75; display: block;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p{font-family: 'Mona Sans';font-weight: 400; color: #12264d; font-size: 27px; line-height: 1.4; letter-spacing: 0px; margin: 0 0 30px; padding: 0;}
.banner-sec .bnnr-lst .bnnr-rit .bnnr-rit-img img{width: 100%;  display: block;}
.banner-sec .bnnr-lst .bnnr-rit{width: 41.3%}
.banner-sec .bnnr-lst{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}

/*responsive*/

@media screen and (max-width:1700px) {
   .banner-sec .container, .container {max-width: 1400px; }
}
@media screen and (max-width:1500px) {
     .banner-sec .container, .container {max-width: 1200px; }
     .banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading { font-size: 56px;margin: 0 0 26px;}
     .banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p {font-size: 25px;}
     .header-sec {    padding: 27px 0;}
}
@media screen and (max-width:1240px) {
     .banner-sec .container, .container {max-width: 990px; padding: 0 10px; }
     .banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading {  font-size: 40px; margin: 0 0 20px;}
     .banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p {    font-size: 20px;     margin: 0 0 24px;}
     
}
@media screen and (max-width:991px) {
     .banner-sec .container, .container {max-width: 720px; }
}
@media screen and (max-width:767px) {
     .banner-sec .container, .container {max-width: 100%; padding: 0 15px; }
}




.cmn-hdng{color: #6385a8; font-size: 50px; font-family: 'Mona Sans';font-weight: 600; line-height: 1.3; letter-spacing: 0px; margin: 0 0 55px; text-transform: capitalize; text-align: center; } 
.cmn-hdng strong{color: #173a75; } 
.cmn-para{color: #12264d; font-size: 19px; font-family: 'Mona Sans'; font-weight: 400; line-height: 1.9; letter-spacing: 0px; margin: 0 0 40px; } 

.text-heading{ color: #6385a8; font-size: 50px; font-family: 'Mona Sans';font-weight: 600; line-height: 1.3; letter-spacing: 0px; margin: 0 0 55px; text-transform: capitalize; text-align: center; }
.text-heading strong{ color: #173a75; }
.cmn-para{ color: #12264d; font-size: 19px; font-family: 'Mona Sans';font-weight: 400; line-height: 1.9; letter-spacing: 0px; margin: 0 0 40px; }


/* Plan Section */
 .hm-plan-sec{padding: 105px 0 135px; } 
.hm-plan-sec .plan-left img{display: block; width: 100%; } 
.hm-plan-sec .plan-left{width: 45.6%; } 
.hm-plan-sec .plan-rite{width: 48.2%; } 
.hm-plan-sec .plan-list{display: flex; justify-content: space-between; } 
.hm-plan-sec .plan-rite-hd{color: #173a75; font-size: 34px; font-family: 'Mona Sans'; font-weight: 500; line-height: 1.2; letter-spacing: 0px; margin: 0 0 26px; text-transform: capitalize; } 
/*Secure Section  */
.hm-secure-sec{padding: 110px 0; } 
.hm-secure-sec .meet-hdng{color: #6385a8; font-size: 25px; font-family: 'Mona Sans'; font-weight: 500; line-height: 1; letter-spacing: 0px; margin: 0 0 10px; text-transform: capitalize; text-align: center; } 
.hm-secure-sec .secure-list{display: flex; justify-content: space-between; } 
.hm-secure-sec .secure-btn a{padding: 27px 39px; } 
.hm-secure-sec .atrny-img img{display: block; width: 100%; } 
.hm-secure-sec .secure-left{width: 46.9%; } 
.secure-left .cmn-para {font-size: 20px;line-height: 2.1;}
.hm-secure-sec .secure-rite {width: 45.9%; position: relative; padding: 0 108px 0 0px; } 
.hm-secure-sec .rite-cont{color: #6385a8; font-size: 145px; font-family: 'Mona Sans'; font-weight: 300; line-height: 0.8; letter-spacing: 18.85px; margin: 0 ; text-transform: uppercase; } 
.hm-secure-sec .secr-cont {position: absolute; right: 0; writing-mode: sideways-lr; top: 0; bottom: 20px; margin: auto; width: max-content; height: max-content; }

/* Testimonials Section Starts */

.hm-testimonials{ background-color: #6385a8; padding: 100px 0; position: relative; z-index: 0; }
.hm-testimonials::before{content: "";background-image: url(images/testimonial-background.webp);width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-position: center;background-size: cover;opacity: 10%;z-index: -1;pointer-events: none;}
.testimonial-blk{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-end; padding: 0 0 0; }
.testi-title{width: 31.3%;padding: 0 0 20px;}
.testi-title h2.text-heading{ margin: 0 0 18px; text-align: left; color: #fff;font-size:50px;}
.testi-title h4.testi_client{ color: #fff; border-bottom: 2px solid; display: inline-block; padding: 0 0 13px; font-size: 25px; line-height: 1; font-family: 'Mona Sans'; font-weight: 500; margin: 0 0 20px; }
.testi-title h5.testi_navi{ color: #fff; font-size: 34px; font-family: 'Mona Sans'; font-weight: 500; margin: 0; line-height: 1.4; }
.testi-blk{ width: 65.28%;padding-right:60px;}
.testi-blk .hm-testi-item{ background-color: #fff; padding: 35px 35px; margin: 0 0 0 40px; position: relative; min-height: 350px; }

.testi-blk .hm-testi-item::before{ content: ""; background-image: url(images/quote.webp); width: 38px; height: 26px; position: absolute; right: 50px; top: 33px; background-repeat: no-repeat; background-size: contain; }
.testi-blk .hm-testi-item .hm-testi-cont .star-rat{background-image: url(images/stars.webp);width: 125px;height: 22px;margin: 0 0 20px;background-position: center;background-size: contain;}
.testi-blk .hm-testi-item .hm-testi-cont p.description {
    color: #12264d;
    font-size: 20px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1.69;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testi-blk .hm-testi-item .hm-testi-cont h4.author{ color: #173a75; font-size: 25px; font-family: 'Mona Sans'; font-weight: 700; margin: 0; padding: 0; }


.testi-blk .slick-prev, .testi-blk .slick-next {top: 0;bottom: 0;left: 0;right: 0;margin: auto;height: 50px;width: 50px;z-index: 2;background-position: center center;background-repeat: no-repeat; background-color: transparent !important;}
.testi-blk .slick-prev:before, .testi-blk .slick-next:before {color: #000;font-size:0;font-weight: 900;}
.testi-blk .slick-prev {left: -30px !important;right: auto;background-image: url(images/left-arrow.webp);}
.testi-blk .slick-next {right:0px !important;left: auto;background-image: url(images/right-arrow.webp);}
.testi-blk .slick-prev:hover{background-image: url(images/left-arrow-hover.webp);}
.testi-blk .slick-next:hover{background-image: url(images/right-arrow-hover.webp);}
.testi-blk .slick-prev:hover:before, .testi-blk .slick-next:hover:before{color: #fff;}

/* Testimonials Section Ends */

/* Home Blog Section Starts */

.hm-blog-sec {
    padding: 60px 0;
}

.hm-blog-sec .hm-blog-blk {
    flex-wrap: wrap;
    display: flex;
}

.hm-blog-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}

.hm-blog-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}

.hm-blog-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0px;
}

.hm-blog-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}

.hm-blog-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}

.hm-blog-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}

.hm-blog-sec .hmnews-btn a {
    background-color: #eee;
}
.hm-blog-sec .hmnews-btn a:hover{ background-color: #000;}

/* Home Blog Section Ends */

/* HomePage FAQ's Section Starts */

.hm-faq-sec {
    padding: 50px 0;
} 


.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    display: none;
    background-color: #999;
	 padding: 10px;
    border-radius: 0 0 5px 5px;
}
.accordion-section.accordien-active .accordion-section-content {
    display: block;
}
.accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p{
    font-size: 18px;
    line-height: 1.5;
    margin: 0px;
}
.accordion-section .accordion-heading {
    border-radius: 5px;
    font-size: 26px;
    margin: 0;
    color: #000;
    line-height: 1;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}


/* HomePage FAQ's Section Ends */

/* HomePage Tab Section Starts */


.tab-btn, .tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}

/* HomePage Tab Section Ends */



/* HomePage Form Section Starts */

/* -------banner-form--------------- */
.hm-form-sec {z-index: 1; position: relative; }
.banner-btm-sec{width: 100%;margin: 0 0 40px;    margin: -37px 0 40px; position: relative; z-index: 1;}
.form_touch{background-color: #6385a8;padding: 40px 95px;width: 81.95%;margin: auto;}
.form_touch h2.touch_titel{font-size: 50px;text-align: center;color: #fff;font-family: 'Mona Sans'; font-weight: 600; line-height: 1;margin: 0 0 30px;}
.form_touch .gform_wrapper .gform_fields{display: flex !important;flex-wrap: wrap;gap: 21px 0 !important;justify-content: space-between;}
.form_touch .gform_wrapper .gform_fields .gfield{width: 32%;padding: 0 !important;position: relative;z-index: 0;}
.form_touch .gform_wrapper .gform_fields .gfield.msg{ width: 100%; margin: 0 0 30px; }
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea, .form_touch .gform_wrapper .gform_fields .gfield .ginput_container input{
    background-color: #fff;padding: 16px 18px;border-radius: 0;border: none;outline: none;font-size: 18px;
}
.form_touch .gform_wrapper .gform_fields .gfield .ginput_container input {min-height: 63px;}
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea::placeholder,
.form_touch .gform_wrapper .gform_fields .gfield .ginput_container input::placeholder{ color: #12264d !important; font-family: 'Mona Sans'; font-weight: 400; line-height: 1; }
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea{height: 126px !important;min-height: auto !important;resize: none;}
.form_touch .gform_wrapper .gform_footer.top_label{padding: 0;text-align: center;width: max-content;margin: auto;}
.form_touch .gform_wrapper .gform_footer.top_label input{margin: 0 !important;background-color: #d68c00 !important; border: none !important; text-transform: uppercase !important; font-size: 22px !important;
     letter-spacing: 0px !important;padding: 25px 83px !important;font-family: 'Mona Sans' !important;font-weight: 700 !important; padding: 25px 83px; line-height: 1.05 !important; border-radius: 0 !important; color: #fff !important;}
.form_touch .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description{ position: absolute; top: 10px; right: 10px; text-align: right; background: no-repeat; border: none; padding: 0; margin: 0; font-size: 14px; font-family: 'Mona Sans'; font-weight: 400; width: auto; z-index: 0; }
.form_touch .gform_wrapper .gform_validation_errors{display: none;}

/*--------banner-form---responsive------------- */


/* HomePage Form Section Ends */



/* Responsive */


@media screen and (max-width:1900px) {}
@media screen and (max-width:1800px) {}
@media screen and (max-width:1700px) {
    .hm-plan-sec .container, .banner-btm-sec .container, .banner-sec .container, .container {max-width: 1400px; }
    .hm-secure-sec .rite-cont{font-size: 142px;letter-spacing: 12px;}

    .site-footer .container, .container {max-width: 1400px;}
    a.cmn-btn {padding: 27px 32px;}
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1500px) {
.hm-plan-sec .container, .banner-btm-sec .container, .banner-sec .container, .container {max-width: 1200px; }
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading { font-size: 56px;margin: 0 0 26px;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p {font-size: 25px;}
.header-sec {padding: 27px 0;}
.hm-plan-sec {padding: 80px 0 100px;}
.hm-plan-sec .plan-rite-hd{ font-size: 29px;margin: 0px 0 20px;}
.cmn-para{font-size: 18px;line-height: 1.6;margin: 0 0 25px;}
.cmn-hdng{font-size: 47px;margin: 0 0 45px;}
.hm-secure-sec .meet-hdng{font-size: 23px;margin: 0 0 7px;}
.hm-secure-sec .secr-cont{right: 25px;bottom: auto;}
.secure-left .cmn-para {font-size: 19px;line-height: 1.8;}
.hm-secure-sec .rite-cont {font-size: 110px;}
.hm-secure-sec .secure-btn a {padding: 18px 25px;}
.hm-secure-sec {padding:0 0 85px 0;}
.form_touch {padding: 35px 65px;}
.form_touch h2.touch_titel {font-size: 40px;margin: 0 0 21px;}
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea, .form_touch .gform_wrapper .gform_fields .gfield .ginput_container input {padding: 16px 16px; font-size: 15px; }
.form_touch .gform_wrapper .gform_footer.top_label input {font-size: 20px !important;padding: 20px 70px !important;}
.form_touch .gform_wrapper .gform_fields .gfield.msg { margin: 0 0 25px; }
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea { height: 120px !important; }
.form_touch .gform_wrapper .gform_fields { gap: 20px 0 !important; }
.form_touch .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description { font-size: 12px; }

.header-sec .container, .site-footer .container, .container {max-width: 1200px; }
a.cmn-btn {padding: 25px 17px; font-size: 17px; }
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs {  font-size: 28px; padding: 0 0 18px;  margin: 0 0 19px;}
.site-footer .ftr-logo { margin: 0 0 15px; }
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para p { font-size: 21px;}
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-btm-cont { font-size: 21px;}
.copyrights p, .copyrights a {    font-size: 18px;}
.site-footer {padding: 134px 0 65px;}
.copyrights {    padding: 20px 0;}
 .header-sec .container, .container {max-width: 1200px; }
.header-sec .header-rit-cont p {font-size: 35px !important;}

.testi-title h2.text-heading{ font-size: 40px; }
.hm-testimonials {padding: 70px 0; }
.testi-title h4.testi_client { font-size: 22px; }
.testi-title h5.testi_navi {font-size: 28px;}
.testi-blk .hm-testi-item { padding: 30px 30px; margin: 0 0 0 25px; }
.testi-blk .hm-testi-item .hm-testi-cont p.description { font-size: 17px; line-height: 1.6; margin: 0 0 17px; }
.testi-blk .hm-testi-item .hm-testi-cont h4.author { font-size: 21px; }
.testi-blk .slick-prev, .testi-blk .slick-next {transform: scale(0.8);}

}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1240px) {

.hm-plan-sec .container, .banner-btm-sec .container, .banner-sec .container, .container {max-width: 990px; padding: 0 10px; }
.hm-plan-sec {padding:70px 0;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading {  font-size: 40px; margin: 0 0 20px;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p {    font-size: 20px;     margin: 0 0 24px;}
.cmn-hdng {font-size: 40px;margin: 0 0 25px;line-height: 1.1;}
.hm-plan-sec .plan-rite-hd {font-size: 23px;}
.cmn-para {font-size: 16px;line-height: 1.4;margin: 0 0 18px;}
.secure-left .cmn-para {font-size: 17px;line-height: 1.6;}

.hm-secure-sec .secr-cont {right: 4.5%;}
.hm-secure-sec .rite-cont {font-size: 92px;letter-spacing: 6px;}
.hm-secure-sec .secure-rite{padding: 0 90px 0 0px;}
.form_touch {padding: 30px 50px;}
.form_touch h2.touch_titel {font-size: 35px;}
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea, .form_touch .gform_wrapper .gform_fields .gfield .ginput_container input {padding: 13px 13px;}
.form_touch .gform_wrapper .gform_footer.top_label input {font-size: 18px;padding: 16px 55px;}
.form_touch .gform_wrapper .gform_fields .gfield.msg {margin: 0 0 20px;}
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea {height: 100px !important;}
.form_touch .gform_wrapper .gform_fields {gap: 16px 0 !important;}
.form_touch .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description { font-size: 11px; top: 5px; right: 5px; }
 
.header-sec .container, .site-footer .container, .container {max-width: 990px;padding: 0 10px;}
a.cmn-btn{padding:16px 17px !important; font-size: 16px !important;}
.header-sec .header-rit-cont p {font-size: 30px !important;}
.header-sec .header-rit-cont a:before {transform: scale(0.9);}
.site-footer .footer-lft-cont {width: 29.7%; }
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs {font-size: 26px; padding: 0 0 17px; margin: 0px 0 17px; }
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-para p {font-size: 18px; }
.copyrights p, .copyrights a {font-size: 17px; }
.copyrights {padding: 18px 0; }
.site-footer {padding: 116px 0 60px; }
.site-footer {    margin: -77px 0 0px;}
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-btm-cont {font-size: 19px; }

.testi-title h2.text-heading{font-size: 35px;}
.hm-testimonials {padding: 50px 0;}
.testi-title h4.testi_client {font-size: 19px;margin: 0 0 15px;}
.testi-title h5.testi_navi {font-size:18px;}
.testi-blk .hm-testi-item {padding: 17px;margin: 0 0 0 20px;}
.testi-blk .hm-testi-item .hm-testi-cont p.description {font-size: 16px;line-height: 1.5;margin: 0 0 15px;}
.testi-blk .hm-testi-item .hm-testi-cont h4.author {font-size: 17px;}
.testi-title h2.text-heading { margin: 0 0 15px; }
.testi-blk { width: 66%; }
.testi-blk .hm-testi-item .hm-testi-cont .star-rat {width: 110px;height: 20px;margin: 0 0 13px;}
.testi-blk .hm-testi-item::before { width: 29px; height: 23px; right: 30px; top: 20px; }

.form_touch .gform_wrapper .gform_fields .gfield .ginput_container input {min-height: 50px;}
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm .ftr-adrs {font-size: 28px;padding: 0 0 15px;margin: 0 0 10px;}

}
@media screen and (max-width:1199px) {}
@media screen and (max-width:991px) {
.hm-plan-sec .container, .banner-btm-sec .container, .banner-sec .container, .container {max-width: 720px; }
.banner-btm-sec { margin: 40px 0 40px;}
.banner-sec .bnnr-lst {    flex-direction: column-reverse;    gap: 30px 0;}
.banner-sec {padding: 150px 0 30px;}
.bnnr-rit-img {padding: 10px 10px 0; border: 1px solid #000; }
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading {font-size: 36px; margin: 0 0 19px; }
.banner-sec .bnnr-lst .bnnr-rit {width: 100%; max-width: 350px; }
.banner-sec .bnnr-lst .bnnr-lft {width: 100%; }
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p {font-size: 19px; margin: 0 0 15px; }
.hm-plan-sec {padding:10px 0 50px;}
.hm-plan-sec .plan-list{flex-direction: column;gap: 30px;}
.hm-plan-sec .plan-left{width: 100%;max-width: 450px;margin: auto;}
.hm-plan-sec .plan-rite{width: 100%;text-align: center;}
.cmn-hdng br,
.hm-plan-sec .plan-rite-hd br {display: none;}
.cmn-hdng {font-size:35px;margin: 0 0 30px;}
.hm-secure-sec {padding:0 0 60px 0;}
.hm-secure-sec .secure-list{flex-direction: column-reverse;gap: 30px;}
.hm-secure-sec .secure-rite{width: 100%;max-width: 450px;margin: auto;padding: 0;position: inherit;}
.hm-secure-sec .secr-cont{position:inherit;writing-mode:inherit;}
.hm-secure-sec .secure-left{width: 100%;text-align: center;}
.form_touch {padding: 30px 50px; width: 100%; }
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea, .form_touch .gform_wrapper .gform_fields .gfield .ginput_container input {padding: 11px 11px;font-size: 14px;}
.form_touch .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description { font-size: 11px; top: 2px; right: 0px; }
.form_touch .gform_wrapper .gform_footer.top_label input { font-size: 17px; padding: 15px 50px; }

.header-sec .container, .site-footer .container, .container {max-width: 720px;}
.site-footer {margin: 45px 0 0px;padding: 65px 0 48px; }
.site-footer .ftr-lst {flex-direction: column;align-items: center; gap: 30px 0;}
.site-footer .footer-lft-cont {width: 100% !important; max-width: 350px; }
.site-footer .ftr-blocks {width: 100%; }
.site-footer .ftr-blocks .ftr-blk-lst {   flex-direction: column;align-items: center; gap: 30px 0}
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm {width: 100%; max-width: 350px; padding: 10px; border: 1px solid #000;}
.site-footer .ftr-logo {width: 82% !important;margin:0 auto 15px !important;}
.ftr-btn {text-align: center; }
.copyrights p, .copyrights a {font-size: 16px;}

.hm-testimonials {padding: 50px 0 70px;}
.testi-blk .hm-testi-item {
    padding: 30px;
    margin: 0;
    min-height: auto;
}
.testi-blk .slick-list.draggable {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.testimonial-blk {display: flex;flex-direction: column;}
.testi-title {width:100%;padding: 0 0 20px;}
.testi-blk {width: 100%;padding: 0;}
.testi-blk .hm-testi-item::before {top: 25px;}
.testi-blk .slick-prev, .testi-blk .slick-next {top: auto;bottom: -50px;transform: scale(0.7);}
.testi-blk .slick-prev {left:30% !important;}
.testi-blk .slick-next {right:30% !important;}

.site-footer {padding: 134px 0 35px !important;}

}
@media screen and (max-width:767px) {
.hm-plan-sec .container, .banner-btm-sec .container, .banner-sec .container, .container {max-width: 100%; padding: 0 15px; }
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading {font-size: 30px;}
.site-footer {margin: 41px 0 0px; padding: 40px 0 37px; }
.hm-plan-sec .plan-left,
.hm-secure-sec .secure-rite{max-width: 300px;}
.cmn-hdng {font-size:25px;margin: 0 0 20px;}
.hm-secure-sec .secure-list{gap: 15px;}
.hm-plan-sec .plan-rite-hd {font-size: 21px;margin: 0 0 10px;}
.hm-secure-sec .meet-hdng {font-size: 18px;margin: 0 0 5px;}
.hm-secure-sec .rite-cont {font-size: 60px;letter-spacing: 4px;}
.cmn-para {margin: 0 0 12px;font-size: 15px;line-height: 1.6;}
.secure-left .cmn-para {font-size: 15px;line-height: 1.6;}
.form_touch { padding:20px; width: 100%; }
.form_touch h2.touch_titel { font-size: 30px; }
.form_touch .gform_wrapper .gform_footer.top_label input { line-height: 1 !important; min-height: auto !important; }

.header-sec .container, .site-footer .container, .container {max-width: 100%;padding: 0 15px;}

.testi-title {text-align: center !important;}
.testi-title h4.testi_client {font-size: 17px;margin: 0 0 15px;}
.testi-blk .hm-testi-item {
    padding: 25px 20px;
    margin: 0;
}
.testi-title h2.text-heading {font-size: 30px;margin:0 0 5px 0 !important;}

a.cmn-btn {padding: 14px !important;font-size: 15px !important;}

}
@media screen and (max-width:680px) {}
@media screen and (max-width:640px) {
.form_touch .gform_wrapper .gform_fields .gfield { width: 100%; }
.form_touch .gform_wrapper .gform_fields { gap: 15px 0 !important; }
.form_touch .gform_wrapper .gform_footer.top_label input { font-size: 16px; padding: 14px 40px; }
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea, .form_touch .gform_wrapper .gform_fields .gfield .ginput_container input { padding: 9px 9px; }
.form_touch .gform_wrapper .gform_fields .gfield.msg .ginput_container textarea { height: 90px !important; }
}
@media screen and (max-width:600px) {}
@media screen and (max-width:580px) {}
@media screen and (max-width:480px) {
    .banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-para p {
        text-align: center;
    }
    .testi-blk .hm-testi-item .hm-testi-cont p.description {font-size: 15px;line-height: 1.;}
.testi-blk .hm-testi-item .hm-testi-cont h4.author {font-size: 16px;}
.testi-title h2.text-heading {text-align: center;}
.form_touch .gform_wrapper .gform_footer.top_label input {padding:10px !important;font-size:16px !important;}
.hm-testimonials {padding: 30px 0 70px;}
.site-footer .ftr-blocks .ftr-blk-lst .ftr-blk-itm{max-width: 100%;}
.site-footer .ftr-logo {width:100% !important;margin:auto !important;}
.hm-plan-sec .plan-list{gap: 10px;}
.banner-btm-sec {margin: 20px 0 10px;}
.banner-sec .bnnr-lst .bnnr-lft .bnnr-lft-heading {font-size: 27px;margin: 0 0 10px;text-align: center;}
.banner-sec .bnnr-lst{gap: 10px;}
.hm-secure-sec {padding: 0 0 40px 0;}
.hm-plan-sec {padding: 10px 0 30px;}
.copyrights p, .copyrights a {font-size: 14px;}

}
@media screen and (max-width:440px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {}