/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');

.blog-related-posts__title-link {
    color: #212529 !important;
}
.mysmsf-cont-forms .submitted-message 
{
    background-color: #fff;
    padding: 40px;
    color: #2a8d2d;
    font-weight: 900 !important;
    font-size: 20px;
}


/* Header CSS */ 
.mysmsf-cont-pp ul li {
    margin-bottom: 10px;
}
.hover-style ul li a {
    font-family: Segoe UI, sans-serif !important;
}
.header-lt.col-6 {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.btn2:nth-child(2) {
    margin-left: 20px !important;
} 

/* .fil-header {
    position: absolute;
    width: 100%;
    top: 4%;
      z-index: 777;
} */
/* navbar css start   */
    nav.mobile-nav
{
display:none;

}

        .navbar ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .navbar li {
    float: left;
    position: relative;
    padding: 10px 20px;
}

        .navbar li a, .dropbtn {
            display: inline-block;
            color:black !important;
            text-align: center; 
            text-decoration: none;
        }

       

        .dropdown {
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 205px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

       .dropdown-content a:hover {
    background-color: #e8e8e8;
}

        .fil-header .dropdown:hover .dropdown-content {
            display: block;
        }

       .dropbtn::after {
         display:none !important;
    content: url('https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Freedom%20Website%20Resources/Image/chevron-down.svg');
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
    position: absolute;
    top: 28%;
}

     .dropdown:hover .dropbtn::after {
    transform: rotate(-95deg);
    top: 48%;
}
/* navbar css end */

 
.header-contact img {
    padding-right: 6px;
}
.header-contact a {
    display: flex;
}

.google-flex 
{
    padding-top: 40px;
}

.google-flex img 
{
    width: 200px !important;
}  

.header-main {
    margin-bottom: 0px !important;
}
.btm-nav {
    background: linear-gradient(90deg, #05CFFB 0%, #00B2FF 100%);
    border-radius: 0px 0px 5px 5px;
}
.header-menu a {
    color: #1F1F1F;
    font-weight: 600;
}
.header-contact {
    margin: 0 55px;
}
.header-phone img {
    width: 18px;
    padding-right: 5px;
}
.header-fil {
    padding: 30px 0px;
    align-items: center;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.header-talkt a {
    border-radius: 50px;
    border: 3px solid #34A853;
    padding: 10px 30px;
}
.nv-ul ul li a {
    color: #000000;
    width: 100%;
    text-align: left;
}
.header-menu.d-flex {
    justify-content: end;
    align-items: center;
}
.nv-ul ul 
{
    padding: 0;
    display: flex;
    margin: 0;
}

.nv-ul ul li {
    list-style: none;
    padding: 0 50px;
}

.nv-ul ul 
{
    padding: 0;
}

.nv-ul 
{
    display: flex;
    justify-content: center;
}

/* tab version start */

@media only screen and (max-width: 1025px) 
{
  .header-contact {
    margin: 0 !important;
}
  .sticky .header-menu.d-flex {
    display: none;
}
  .header-contact a { 
    align-items: center;
}
  .header-talkt a { 
    padding: 8px 12px !important;
}
  .header-menu a {
     
    font-size: 10px;
}
  .header-menu.d-flex 
  {
   padding: 6px 10px;
   flex-wrap: nowrap !important;
   justify-content: space-between !important;
}
  .fil-header.tab-version {
    display: none;
}
  .header-menu.d-flex {
    background: linear-gradient(90deg, #05CFFB 0%, #00B2FF 100%);
    margin: 10px 10px;
            border-radius: 5px;
}
  .nav-menu-mp .show {
    display: block !important;
}
  nav.mobile-nav {
    display: block !important;
}
  
  .nav-menu li {
    border-bottom: 1px solid #fff;
    width: 100%;
}
/*   start menu css */
 
 
.mobile-nav {
    position: fixed;
    width: 100%;
    z-index: 77;
}

.nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    background: #ffffff;
    color: #fff;
}
  .nav-header { 
    padding: 20px 21px;
    box-shadow: 10px 10px 30px 0px rgba(33, 37, 41, 0.10);
}

/* .logo {
    height: 40px;
} */

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s;
          left: -15px;
}

.hamburger .line {
    background: #2a8d2d;
    height: 3px;
    width: 30px;
    transition: all 0.3s ease;
}
li.dropdown ul.dropdown-contentt.show {
    padding: 0px 6px;
    background-color: #fff;
}
  li.dropdown ul.dropdown-contentt.show li a {
    color: #164EA1;
}
.hamburger.open .line1 {
    transform: rotate(45deg) translateY(8px);
    top: 9px;
    position: absolute;
}

.hamburger.open .line2 {
    opacity: 0;
}

.hamburger.open .line3 {
    transform: rotate(-45deg) translateY(-8px);
}

.nav-menu {
    display: none;
   background: #2a8d2d;
    color: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    transition: max-height 0.3s ease;
    overflow: hidden;
    z-index: 77777;
  height: 1000px !important;
}

.nav-menu.show {
    display: block;
    max-height: 1000px; /* Adjust as needed */
}

.nav-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 30px 30px 45px 20px;
}



.nav-menu a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

 

.dropdown-contentt {
    display: none;
    padding-left: 0;
}

.dropdown-contentt.show {
    display: block;
}

.dropdown-contentt li {
    border: none;
}

.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-arrow {
    font-size: 12px;
}
 
  
}

/* End Header CSS */

/* Footer Css */ 
.get-head h3 {
margin-bottom:25px !important; 
}
.footer-logo-btn-wrap {
    display: flex;
    column-gap: 90px;
}
.footer-style p {
color:#ffffff;
}
.form-and-cont {
    padding-top: 80px;
    padding-bottom: 90px;
}
.get-in-heading ul li {
    text-align: left;
  color:#ffffff;
}
.footer-bt {
    border-top: 1px solid white;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 40px;
}
.footerlt {
    width: 50%;
}
.footerlt p {
    color: #ffffff;
}
.footerrt ul li a {
    color: #ffffff;
      font-family: 'Segoe UI', sans-serif !important;
}
.footerrt ul li {
    list-style: none;
    padding-left:40px;
}
.footerrt ul {
    display: flex;
    justify-content: end;
}
.footerrt {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.get-in-heading ul {
    padding-left: 2px;
}
.get-in-heading {
    margin-bottom: 30px;
}
.footer-btn a img {
    padding-left: 10px;
}
.footer-btn a {
    background: #164ea1;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 21px;
    display: inline-flex;
}
.get-in-heading ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-social-links ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  list-style: none;
}
.footer-web {
    padding: 60px 0 30px 0;
    background: #E6E7E8;
}
.footer-social-links ul li img {
  width: 50px;
}
.footer-social-links ul li a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.footer-social-links ul li a:hover {
  transform: scale(1.03);
}
.footer-copyright {
  padding: 20px 0;
  color: #fff;
  background: linear-gradient(94deg, #164EA1 32.24%, #005BFF 79.32%);
  text-align: left;
}


/*   L14 screen media query   */
      @media only screen and (max-width: 1450px) 
      {
         
      }
      /*   end   */

      /* ipad pro media query   */
      @media only screen and (max-width: 1025px) 
      {
         
      }
      /* end   */

      /*  ipad air media query  */
      @media only screen and (max-width: 821px) 
      {
         
      }
      /*   end   */

      /*   ipad mini media query  */
      @media only screen and (max-width: 769px) 
      {
         
      }
      /*   end   */

      /*   ipad mini media query   */
      @media only screen and (max-width: 769px) 
      {
        
        .get-in-heading ul li a 
        {
        font-size: 14px !important;
        }
        
        .get-in-heading ul li 
        { 
        font-size: 14px !important;
        }
        .get-in-heading {
    margin-bottom: 0px;
}
        .footer-logo-btn-wrap 
        { 
        padding-top: 15px;
        }
        .footerrt ul li a { 
    font-size: 14px !important;
}
        
        .footer-social-links ul li img 
        {
        width: 40px;
        }
        .footerlt p {
    font-size: 14px !important;
}
        
        .footer-style p { 
    font-size: 14px !important;
}
         .get-head h3 
        { 
    font-size: 18px;
    font-weight: 700 !important;
}
     .footer-logo {
    padding-top: 0px !important;
}   
        
        
        
      }
      /*   end   */

      /*  iphone xr media query   */
      @media only screen and (max-width: 414px) 
      {
         
      }
      /*   end   */

      /*   iphone 12pro media query   */
      @media only screen and (max-width: 391px) 
      {
         
      }
      /*   end   */

      /*  iphone se and iphone x media query  */
      @media only screen and (max-width: 375px) 
      {
         
      }
      /*  end   */



/* End Footer Css */



.fil-header.tab-version {
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 20px, rgb(0 0 0 / 10%) 0px 3px 33px;
    z-index: 999999;
/*     position: relative; */
  position: fixed;
    width: 100%;
    z-index: 999999;
      background: white;
}

/* form css start */
.form-rt-inner form .hs-error-msg {
    color: #EF6B51 !important;
    margin-top: 0 !important; 
}
 .fil-cf form .inputs-list 
{ 
    text-align: left !important;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea 
{  
    font-size: 12px !important; 
}

.fil-cf form .hs-form-field, .form-rt-inner form .hs-form-field  
{
    position: relative !important;
    margin-bottom: 20px !important;
}

.fil-cf form .hs-error-msg, .form-rt-inner form .hs-error-msg
{ 
    font-size: 10px !important;
}

 .fil-cf form ul.no-list.hs-error-msgs.inputs-list, .form-rt-inner form ul.no-list.hs-error-msgs.inputs-list  
{
    position: absolute !important;
    bottom: -28px !important;
    left: 8px !important;
    margin: 0 !important;
    font-size: 14px !important;
}  
.form-and-mn.d-flex form ul.no-list.hs-error-msgs.inputs-list {
    bottom: -33px !important;
}


/* end */

.error-page 
{ 
    margin-top: 120px;
}

.container-header 
{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.fil-cf .submitted-message p, .fil-cf .submitted-message p, .form-rt-inner .submitted-message p, .form-rt-inner .submitted-message
{
    text-align: center !important;
    font-size: 22px !important;
    color: #fff !important;
      text-wrap: pretty !important;
}

 .form-rt-inner .submitted-message p, .form-rt-inner .submitted-message
{ 
    color: #000 !important;
}

.fil-cf form select {
    color: #000 !important;
}
.fil-cf fieldset .hs-input.hs-fieldtype-intl-phone {
    width: 100% !important;
}
.fil-cf 
{ 
    min-height: 510px !important;
}

.priv-section-cont a {
    color: #000;
}
/* privacy css */

h1, h2, h3, h3
{
margin-bottom: 10px;
}
.dropbtn::after {
    top: 24%;
}
.priv-section-cont h5 {
    color: #000;
}
form input[type=email]::placeholder {
    color: #000 !important;
    font-size: 12px !important;
}
.btn2 a {
color:white;
   font-weight:600;
}
.btn1 {
border-radius: 70px;
    border: 1px solid #2a8d2d;
    display: flex;
    padding: 15px 36px;
    justify-content: center;
    align-items: center;
}

.btn2 
{
    border: 1px solid transparent;
    padding: 15px 34px;
    display: inline-flex;
    font-size: 14px;
    border-radius: 10px;
    background: #01A069;
    box-shadow: 0px 12px 20px 0px rgba(33, 37, 41, 0.20);
}

/* hover line stye start  */
.hover-style a:before 
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #164EA1;
    width: 0%;
    bottom: -4px;
    height: 2px;
    transition: width 0.25s ease-out;
}
.social-med ul li a {
    position: unset !important;
}
.header-lt.col-6 .header-logo {
    padding-top: 8px;
}

.header-logo img 
{
    width: 190px;
}
a.dp-tyl {
    display: flex;
    width: max-content;
}
.hover-style a 
{
    position: relative;
}

.hover-style a:hover:before 
{
    width: 100%;
}
.sty-imt {
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.25);
   
}

/* style 2 */
.hover-style ul li a:before 
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2a8d2d;
    width: 0%;
    height: 2px;
      bottom: -2px;
    transition: width 0.25s ease-out;
}

.hover-style ul li a 
{
    position: relative;
  font-weight: 500;
}
.left-btn a:hover {
    color: #fff !important;
}

.hover-style ul li a:hover:before 
{
    width: 100%;
}
/* hover line style end */

.section-heading h2 span {
    color: #164EA1;
}

.free-img 
{
    padding-bottom: 20px;
}

.body-wrapper.hs-content-id-143015881313.hs-site-page.page .freedom-header {
    display: none;
}
.mobile-v {
    display: none !important;
}
.d-none {
    display: none !important;
}
.body-wrapper.hs-content-id-143015881313.hs-site-page.page .footer-web {
    display: none;
}
.fttr-content {
    text-align: center;
}
/* Reviews Module start*/
.fcontainer 
{
  display: flex;
  flex-direction: row;
}
.contr-form.master-form .submitted-message {
    text-align: center;
    font-weight: 600;
    color: #53ac45;
}
.fitem {
  align-items:center;
  margin:5px;
}
.review-heading {
  text-align: center;
  color: #164ea1;
    font-family: Segoe UI,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .fcontainer {
    flex-direction: column;
  }
}
/* Reviews Module End */


.body-wrapper.hs-content-id-139611225626.hs-site-page.page .freedom-header, .body-wrapper.hs-content-id-139620905073.hs-site-page.page .freedom-header, .body-wrapper.hs-content-id-139611225889.hs-site-page.page .freedom-header  
{
    position: unset !important;
}

.body-wrapper.hs-content-id-133693261896.hs-site-page.page .contr-form.master-form {
    padding: 0px 20px;
    border: 3px solid #164ea1;
    border-radius: 5px;
    padding-bottom: 15px;
}

.body-wrapper.hs-content-id-133693261896.hs-site-page.page .contact-ftg {
    
    background: #fff) !important;
}

.body-wrapper.hs-content-id-133693261896.hs-site-page.page .cont-form {
    padding: 0px !important;
    border: 0px solid #164ea1 !important;
    border-radius: 0px;
}
.body-wrapper.hs-content-id-133693261896.hs-site-page.page .contr-heading h3 {
    color: #164EA1 !important;
}
.body-wrapper.hs-content-id-139611225626.hs-site-page.page .right-fred.col-6.d-flex, .body-wrapper.hs-content-id-139620905073.hs-site-page.page .right-fred.col-6.d-flex, .body-wrapper.hs-content-id-139611225889.hs-site-page.page .right-fred.col-6.d-flex 
{
    display: none;
}

.body-wrapper.hs-content-id-139611225626.hs-site-page.page .footer-web, .body-wrapper.hs-content-id-139620905073.hs-site-page.page .footer-web, .body-wrapper.hs-content-id-139611225889.hs-site-page.page .footer-web 
{
    display: none;
}
/* end */

.hs-tools-menu.hs-collapsed img.hs-sprocket {
    display: block!important;
}
.privacy-content h5 {
    color: #000;
}

/* hide section */
html 
{
  scroll-behavior: smooth;
}

.privacy-content a 
{
    color: #000;
    text-decoration: underline;
}

.privacy-content h1,  .privacy-content h2 
{
    margin-bottom: 10px;
}
.fil-contact-gtm p {
    margin-bottom: 10px;
}
 
.fil-contact-gtm {
    padding-top: 10px;
}
.privacy-main h1 
{
    color: #fff;
    font-size: 50px;
}

.privacy-banner 
{
    padding-top: 100px;
    background: linear-gradient(156deg, #164EA1 15.32%, #005BFF 101.8%);
    padding-bottom: 60px;
}

.fil-baner-content ul 
{
      padding-top: 10px;
    padding-left: 35px;
    margin-bottom: 15px;
}
.sub-heading-tr {
    margin-bottom: 15px;
}
.fil-baner-content ul li img {
    width: 25px;
    position: absolute;
    left: -35px;
    top: 3px;
}
.fil-baner-content h2 {
    margin-bottom: 10px;
}
.body-wrapper.hs-content-id-139303016709.hs-site-page.page .cont-mp-det .cont-visit h3, .body-wrapper.hs-content-id-143015881313.hs-site-page.page .cont-mp-det .cont-visit h3 {
    color: #000 !important;
    font-size: 20px !important;
    display: contents !important;
}

.fil-baner-content ul li 
{ 
    position: relative;
    list-style: none !important;
    margin-bottom: 10px;
}
 
.cont-visit {
    padding-right: 50px;
}
.cont-form {
    padding: 20px;
    border: 3px solid #164ea1;
    border-radius: 5px;
}
 
.body-wrapper.hs-content-id-139303016709.hs-site-page.page .footer-web {
    display: none;
}
.desktop-banner img {
    width: 100% !important;
}
.desktop-banner {
    margin-bottom: -8px;
}
.body-wrapper.hs-content-id-139303016709.hs-site-page.page header.header {
    display: none;
}
.footer-grp3 .footer-style {
    text-align: center;
}
.mobile-tpr {
    display: none;
}

.fil-main-content h1 {
    font-size: 50px;
    color: #fff;
}

.fil-contact {
    margin-top: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.foot-banner {
    padding-top: 80px;
    padding-bottom: 150px;
}
/*   .log-sect-contain, .dasd-style 
{
    border-bottom: 4px dashed rgb(143, 143, 142);
    padding-bottom: 80px;
} */
 
.icon-contentt a 
{
    color: #000 !important;
    text-decoration: underline;
}
.lt-btn {
    margin-right: 20px;
}

.give-us h3 {
    color: #164EA1;
}
.give-us {
    padding-bottom: 30px;
}

.send-emial h3 
{
    color: #164EA1;
}

.cont-mp-det .cont-visit h3 
{
    color: #164EA1;
}

.contr-heading h3 {
    color: #164ea1;
}
.cotnt-itemt p {
    color: #000;
}
 .contact-ftg 
{
    background: unset;
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.head-btn.anime-down-btn 
{
    border: 3px solid #FFF !important;
    background: linear-gradient(180deg, #164EA1 0%, #005BFF 100%) !important;
    color: #fff !important;
}

.head-btn .anime-down-btn:before 
{
  background-color: rebeccapurple;
  background-color: #FFFFFF !important;
    /*background: linear-gradient(180deg, #164EA1 0%, #005BFF 100%) !important;*/
}

.body-wrapper.hs-content-id-133504274287.hs-site-page.page header.header 
{
    display: none;
}

.mobile-images 
{
    display: none;
}

.fill-content 
{
    min-height: 125px;
}
.footer-btn.button a {
    border-radius: 10px;
    background: #164EA1 ;
    padding: 18px 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    text-decoration: unset !important;
}
/* Global Website Button  */
.lending-btn {
    border-radius: 40px;
    background: linear-gradient(100deg, #164EA1 20.71%, #005BFF 72.79%);
    padding: 18px 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    text-decoration: unset !important;
}
/* end */

/* animate button top animation */
.anime-down-btn {
    transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,opacity .4s ease-in-out;
    border: 0;
    opacity: 1!important;
    overflow: hidden;
    padding: 15px 21px;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    display: flex;
    text-decoration: unset;
    color: #164EA1;
}
.anime-down-btn:before {
    background-color: #ffffff;
    transition: all .4s ease-in-out;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.anime-down-btn:after {
    transition: all .4s ease-in-out;
    height: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    color: #fff;
}
.fil-listings:after {
    background-color: #cceaff;
    content: "";
    height: 92%;
    width: 91%;
    position: absolute;
    margin: 10px;
    border-radius: 20px;
    top: 25px;
    right: -3px;
}
.fill-content p {
    color: #fff;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 16px !important;
}
a.anime-down-btn:hover:after {
    background-color: #53AC45 !important;
    height: 100%;
}
a.anime-down-btn:hover {
    color: #fff;
    text-decoration: unset !important;
}
/* End */
.fill-content h3 {
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    margin-bottom: 5px;
}
.fil-button-group {
    align-items: baseline;
    justify-content: center;
    padding-top: 40px;
}
.fil-listing-style {
    border-radius: 23px;
    background: linear-gradient(156deg, #164EA1 15.32%, #005BFF 101.8%);
    margin: 20px;
    position: relative;
    padding: 25px;
    z-index: 7;
  height: 92%;
}
.rt-btn a {
    border-radius: 30px;
    background: #53AC45;
    padding: 14px 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    text-decoration: unset !important;
    display: flex;
}
.rt-btn a img {
    padding-left: 15px;
}
.lt-btn a img {
    padding-left: 15px;
}
.fil-button-group a {
    margin: 0 10px;
}
.lt-btn a {
    border-radius: 30px;
    color: #707070 !important;
    padding: 14px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #E6E7E8;
}
.fil-listings {
    position: relative;
}
.head-btn a 
{
    border: 0px solid #fff;
    color: #2a509f !important;
}
 
.fil-left.col-6 {
    position: relative;
    align-items: center;
    display: flex;
}
.fil-left.col-6 {
    position: relative;
}
.fil-logo-rt {
    position: absolute;
    right: -80px;
    top: -15px;
    width: 45%;
}

.fil-image {
    text-align: end;
      position: relative;
    left: -126px;
}
.fil-image img {
    width: 100%;
}
.right-btn {
    margin-left: 20px;
}
 

.Look-sec p {
    color: #fff;
}

 
.fil-btn img {
    width: 29px !important;
    padding-left: 10px;
}
 
.fil-banner {
    padding-top: 205px;
    padding-bottom: 110px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.Look-sec h1 {
    color: #212529;
  font-size: 50px;
      line-height: normal;
}
.logo-section a.lending-btn {
    display: none !important;
}

.right-fred 
{
    justify-content: end;
    align-items: center;
}
.vid-video-sec {
    border-radius: 20px;
    overflow: hidden;
}
.video-decs .member-p {
    font-weight: 700;
    margin-top: 15px;
}
.feedback {
    display: none;
}
.award-item-mp.d-flex {
    justify-content: center;
}

.logo-sec {
    padding-top: 0px !important;
}

.award-item 
{
    padding: 10px;
    width: 16%;
}

.award-item img {
    border-radius: 33px;
    background: #FFF;
    box-shadow: 4px 4px 9px 5px rgba(0, 120, 185, 0.15);
    padding: 20px;
    width: 100%;
}
.progress-container 
{
    display: none !important;
}

.whyt-icon img 
{
    width: 150px;
}

.bgt-style-img, .left-gtmr, .right-gtmr  {
    display: none;
}
.bgt-style-img img {
    width: 85%;
}
.pd-top.section-vactor {
    padding-bottom: 10px !important;
    padding-top: 110px !important;
}
.video-btn.button {
    display: none;
}
.pd-top.section-vactor .mt-image video {
        width: 95%;
    border-radius: 20px;
    border: 3px solid #0078B9;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    position: relative;
    z-index: 7;
}
 
.heading-form p {
    margin-bottom: 0 !important;
}
.mobile-logo {
    display: none;
}
.mt-two-col .mt-content h1 {
    margin-bottom: 10px;
}
.fred-logo {
    margin-top: 8px;
}
.icon-item:nth-child(2) .icon-style img {
    width: 60%;
}
.mt-image.text-right {
    padding-bottom: 55px;
}
.latest-video .latest-item {
    pointer-events: none !important;
}
.feedback {
    min-height: 210px;
}

.icon-img img 
{
    width: 80px;
    height: 80px !important;
}
.contr-heading h2 {
    display: none;
}
 
.cont-visit {
    margin-bottom: 50px;
}
.cont-visit .cotnt-itemt h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
    color: #f9a01b;
}
.cont-visit h3, .give-us h3, .send-emial h3, .contr-heading h3 
{
    font-weight: 700;
    margin-bottom: 15px;
}
.burger-menu {
    display: none;
}
.dp-none {
    display: none;
}
.masterclass {
    position: relative;
}
.left-gtmr {
    position: absolute;
    left: 0;
    bottom: 0;
}
.right-gtmr {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 7;
}

.latest-news
{
 background: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/GradientCircle_OldFreedomBlue_V1.png);
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: 0;
}


.icon-content 
{
    background: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/Mask%20group.png);
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: 0;
}

.why-fred 
{
    background: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/Group%20456.png);
    background-repeat: no-repeat !important;
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: 0;
}

.latest-item .latest-img img 
{
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
}
.content-section-mt p {
    text-transform: capitalize;
}

.pd-top.section-vactor .content-section-mt h1 {
    font-weight: bold;
    text-transform: capitalize;
}

.headings h2 , .heading h1 {
    font-size: 50px !important;
}
.latest-text 
{
    min-height: 90px;
}

.latest-item .latest-img img 
{
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
}

.latest-text a:hover 
{
    color: #0078b9;
}

.latest-text 
{
    margin-bottom: 10px;
}

.latest-text a 
{
    font-size: 20px;
    margin-bottom: 15px;
    color: #0078b9;
}

.icon-heading h2, .video-heading h2, .exprt-heading h2, .why-heading h2, .logo-heading h2, .res-lp-cont h2, .content-section-mt h1, .master-head h2, .member-heading h1, .latest-heading h1, .master-heading h2 
{
    font-weight: 400;
}
.video-heading h2 strong {
    padding-left: 10px;
}

/* slider dots  */

.video-sld .owl-dots button.owl-dot.active, .latest-news .owl-dots button.owl-dot.active 
{
    background-color: #0078b9 !important;
}

.video-sld .owl-dots, .latest-news .owl-dots 
{
    text-align: center !important;
    padding-top: 10px;
}

.video-sld .owl-dots button.owl-dot, .latest-news .owl-dots button.owl-dot 
{
    background-color: #7fbbdb !important;
    color: #003b4d !important;
    padding: 7px !important;
    border: 1px !important;
    margin: 0 5px;
    border-radius: 100%;
}

.video-sld .owl-nav button.owl-next, .latest-news .owl-nav button.owl-next 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    right: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.video-sld .owl-nav button.owl-prev, .latest-news .owl-nav button.owl-prev 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    left: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.video-sld .owl-nav i, .latest-news .owl-nav i 
{
    font-size: 25px;
}

.stg-class 
{
    margin-top: -40px;
    margin-bottom: 10px;
}

.stg-class img 
{
    width: 37px;
}
/* end */

.latest-btn.ltl-btn a {
    color: #0078b9 !important;
}
img.icons-sec {
    padding-left: 10px;
    width: 33px !important;
}
.head-btn a {
    border-radius: 10px;
    background: #FFF;
    color: #164EA1;
    padding: 13px 30px;
}
.head-btn a:hover {
    background-color: #53AC45;
    text-decoration: unset !important;
}
.head-btn {
    z-index: 7777;
}
 
.hs-content-id-1 .contact-ftg {
    padding-top: 110px !important;
}
.member-main {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    padding-bottom: 130px !important;
}
.head-btn a:hover {
    background-color: #0078b9;
}
.fred-menu ul li {
    padding-left: 15px;
}
.fred-menu {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.fred-menu ul li a {
    color: #0078b9;
}

.nt-banner 
{
    padding-top: 140px;
    padding-bottom: 80px;
    text-align: center; 
    background-size: 100% 100% !important;
}

.icon-contentt a:hover 
{
    color: #000 !important;
}

.phone-icon img 
{
    width: 24px;
}

.phone-icon 
{
    padding-right: 10px;
}

.icon-contentt a 
{
    color: #000;
}

.master-main 
{
    border-radius: 35px;
    border: 3px solid #164ea1;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    position: relative;
    overflow: hidden;
    padding: 40px 40px 0 40px;
    max-width: 1030px;
    margin: 0 auto;
}
.freedom-header {
  position: fixed;
  width: 100%;
  padding-top: 15px;
  z-index: 777;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  background: rgb(22,78,161);
  background: linear-gradient(143deg, rgb(1 39 95) 0%, rgba(0,91,255,1) 100%);
}

.pulse-hover:hover 
{
    animation: pulse .5s !important;
}

.master-form form .hs_submit.hs-submit input.hs-button.primary.large 
{
    background: #53ac45 !important;
    border-radius: 5px !important;
}

@keyframes pulse
{
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
}
100% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.section-top {
    padding-top: 10px;
    position: relative;
}
.why-fred {
    position: relative;
    padding-top: 60px;
}
.col-3 {
    max-width: 33%;
    flex: 0 0 33%;
    width: 33%;
}
.master-form form .input select 
{
    background: unset;
    border-bottom: 3px solid;
    border-radius: 0;
    padding: 10px;
}
 
.icon-content 
{
    position: relative  
}
.master-form form label {
    margin-bottom: 0 !important;
}
.master-form form input, .master-form form .input textarea 
{
    background: unset !important;
    border-bottom: 3px solid !important;
    border-radius: 0 !important;
}

.master-form form 

{
    box-shadow: unset !important;
    padding: 0px;
    border: 0px solid #164ea1;
}

.master-heading 
{
    text-align: center;
}

.master-form 
{
    padding-bottom: 0px;
}

 

.footer-grp1 {
    padding-right: 10px;
  
}

.bottom-img 
{
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
}
.footer-content p {
    font-size: 16px !important;
    text-align: left;
}
.footer-content p span {
    font-weight: 600;
}
.get-head h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
  font-family: 'Segoe UI', sans-serif !important;
}
.footer-grp2 {
    display: flex;
    justify-content: end;
    text-align: center;
}
.footer-grp3 {
    display: flex;
    justify-content: end;
}
.footer-web {
    padding: 60px 0 30px 0 !important;
   background: #2a8d2d !important;
}
.footer-btn {
    margin-bottom: 20px;
}
.footer-soical ul li {
    list-style: none;
}
.footer-soical ul li img {
    width: 70%;
}
.footer-soical ul {
    padding: 0;
    display: flex;
}
 .footer-inner {
    padding: 20px 0;
    color: #fff;
   background: #164EA1;
   /* background: linear-gradient(94deg, #164EA1 32.24%, #005BFF 79.32%); */
}
.footer-head {
    color: #164EA1;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}
.whyt-content 
{
    font-style: normal;
    font-weight: 600;
    color: #0078b9;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.whyt-style {
    border-radius: 20px;
    border: 3px solid #0078B9;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    margin: 15px;
    padding: 20px;
    text-align: center;
}
.member-p, .mermber-pt {
    color: #0078b9;
    font-weight: 300;
}
.feedback p {
    color: #0078b9;
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10px;
}
.why-lts {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
 
.exprt-content h3 { 
    margin-bottom: 5px;
}
.exprt-cont-g p {
    margin-top: 15px;
    line-height: initial; 
}
.why-style h3 {
    margin-bottom: 5px;
    font-weight: 700;
}
.why-style p {
    margin-bottom: 0;
}
.video-style {
    text-align: center;
    margin: 10px;
    padding: 20px;
    border-radius: 35px;
    border: 3px solid #0078B9;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
}
.why-style {
    border-radius: 20px;
    border: 3px solid #0078B9;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    text-align: center;
    padding: 25px 20px;
    margin: 15px;
    min-height: 150px;
}
.why-feed-main {
    border-radius: 20px;
    background: #e3f1f8;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.15);
    padding: 50px 30px; 
    position: relative;
}
}
.col-3 {
    max-width: 33%;
    flex: 0 0 33%;
    width: 33%;
}
.vid-video-sec video#video 
{
    width: 100%;
    border-radius: 20px;
}

.exprt-content {
    color: #fff;
    text-align: center;
}.exprt-cont-g span {
    color: #000000;
}
.your-exprt .exp-img img {
    border-radius: 20px;
    border: 3px solid #0078B9;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
}
.exprt-cont-g h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
}

.expr-style {
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 20px;
    border-radius: 20px;
}

.icon-text {
    color: #0078b9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-top: 10px;
}
.latest-btn {
    display: flex;
}
.latest-text h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.latest-btn a {
    color: #0078b9;
    display: contents;
}
.member-list .col-6 {
    padding: 0 15px;
}
.left-mem h2 {
    font-size: 80px;
    font-weight: 700;
}
.member-list {
    justify-content: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.mt-section-rt .mt-image {
    text-align: left;
}
.res-gtm {
    display: flex;
    padding: 40px;
}
.right-gtm {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}
.left-gtm {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    display: flex;
    align-items: center;
}
.resource-mtl {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.15);
}
.logo-tto-img img {
    width: 80%;
}
.card-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
}
.bgt-style-img {
    position: absolute;
    top: 0 !important; 
}
.section-btn {
    text-align: center !important; 
    margin: 0 auto;
    display: block !important;
    padding-top: 40px;
}
 
.icon-img img {
    width: 46%;
}
.section-top {
    padding-top: 10px;
}
.icon-style {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 8px 5px rgba(0, 120, 185, 0.10);
    margin: 20px;
    padding: 15px;
    text-align: center;
}
.section-vactor {
    position: relative;
    overflow: hidden;
}
.col-4 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
}
.mt-image {
    position: relative;
}
.text-right 
{
    text-align: end;
}

.pd-top 
{
    padding-top: 40px;
}
 

.mobile-logo-img 
{
  display: none;
}

body, p 
{ 
    font-size: 16px !important;
}

div#myHeader span#hs_cos_wrapper_header-top-module-2_hs_logo_widget img.hs-image-widget 
{
    pointer-events: none;
} 

.blog-post__body.section.post-body h2 span {
    font-size: 30px !important;
    font-weight: 300 !important;
    color: #000000 !important;
}

.recent-blog-post 
{
    margin-right: 10px;
}

.awd-slid 
{
    display: none;
}

.cstr-content .post-description p a 
{
    color: #464646;
    padding: 0 4px;
}

.right-col 
{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 10px;
}

.search-icon.icon-search:hover, .right-section form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover, .website-btn:hover 
{
    background-color: #53AC45;
}

.left-col 
{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.post-sec-head a:hover h5 
{
    text-decoration: underline;
}

/* zoom in effect start */
.feature-img, .cst-img 
{
    overflow: hidden;
}

.blog-heading h2:hover, .yout-content h2:hover 
{
    text-decoration: underline;
}

.right-col .authore-name .timestamp 
{
    font-size: 14px;
    color: #464646;
}

.right-col .post-title .authore-name .post-description p 
{
    font-size: 15px !important;
    margin-bottom: 5px;
    color: #464646 !important;
}

.blog-related-posts__image:hover 
{
    transform: scale(1.08);
}

.blog-related-posts__image 
{
    height: auto;
    max-width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.feature-img:hover img.blog-related-posts__image, .cst-img img:hover 
{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.feature-img img.blog-related-posts__image, .cst-img img 
{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

/* End */

.Blog-listing-rp .popular-blog-post .post-title h5:hover 
{
    text-decoration: underline;
}

.Blog-listing-rp 
{
    padding-top: 20px;
}

.lbep-tp .label-br-sec .lable-left h3 {
    color: #fff;
}
.blog-subscribe-mod form h1 
{
    font-size: 24px;
    font-weight: 600;
}

a.website-btn:hover 
{
    font-family: Segoe UI;
}

.blog-top-heading-text h3 
{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
.footv-right {
    display: flex;
    align-items: center;
    justify-content: right;
}
.Blog-listing-rp .popular-blog-post .post-title h5 
{
    font-size: 14px !important;
    padding-left: 6px;
}

.blog-subscribe-mod .blog-inner h3#hs_cos_wrapper_module__title 
{
    display: none;
}

.cst-img img.blog-related-posts__image 
{
    width: 235px;
    max-width: 234px;
    height: 125px;
    margin-bottom: 10px;
    object-fit: cover;
}

.hs-blog-id-127053190815 .popular-blog-bn 
{
    display: none;
}

.hs-blog-id-125561632312 .popular-blog-bn 
{
    display: none;
}

.blog-post__body.section.post-body h2 strong, .blog-post__body.section.post-body h2, .blog-post__body.section.post-body h1, .blog-post__body.section.post-body h3, .blog-post__body.section.post-body h2 span strong,  
{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 28px !important;
    color: #000000;
    margin-top: 15px;
}

.blog-post__body.section.post-body h2 
{
    margin-bottom: 10px;
    font-weight: 300;
    color: #000000;
    font-size: 30px;
}

.blog-post__body.section.post-body h2 span 
{
    font-family: Frank Ruhl Libre,serif !important;
}

.blog-post__body.section.post-body a 
{
    color: #616161;
    text-decoration: underline;
}

.blog-post__body.section.post-body p, .blog-post__body.section.post-body p span 
{
    margin-bottom: 10px;
    color: #464646;
    letter-spacing: 0;
  font-size: 18px !important;
    line-height: normal;
}

.hs-blog-listing .progress-container 
{
    display: none;
}

 

.awd-items img 
{
    max-width: 130px !important;
}

.cst-blog .cst-style:first-child 
{
    display: none;
}

.blog-banner-gl 
{
    padding-top: 80px;
}

.header 
{   
  top: 0;
  width: 100%;
  z-index: 11;
}

.progress-container {
    background-color: #f8fafc;
    height: 5px;
    width: 100%;
}

.hs-blog-post .header .dnd-section 
{
    border-bottom: 1px solid #eaf0f6 !important;
}

.progress-bar {
    background-color: #cbcdcf;
    height: 5px;
    width: 0%;
}

.content 
{
  padding: 2em;
}

.container-fluid.landing-page-footer 
{
    display: none;
} 

.banner-mp 
{
    background-image: url(https://6207938.fs1.hubspotusercontent-na1.net/hubfs/6207938/Website%20Icon/APU%20Logo%20Gray%201.png);
    background-repeat: no-repeat;
    background-position: right;
}

.lang-switch-main ul li a:hover 
{
    text-decoration: underline;
}

.blog-post__meta 
{
    display: flex;
    align-items: center;
}

/* end */

/* Global css start */

.dnd-section .dnd-column 
{
    padding: 0;
}

.blog-post__meta a 
{
    padding-left: 20px !important;
    color: #000 !important;
    text-decoration: unset !important;
    font-weight: 600 !important;
}

.blog-left h1 
{
    color: #000;
}

.search_button i 
{
    padding: 0 !important;
}

.header__search .search-icon i 
{
    color: #0078b9 !important;
    font-size: 35px;
}

.menu-sec ul li:last-child 
{
    padding-right: 5px;
}

.search-icon.icon-search 
{
    color: #fff;
    background-color: #0078b9;
    border-radius: 40px;
    height: 35px;
    width: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-switch-right.mt-web-button 
{
    display: none;
}

.right-section form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field 
{
    width: 70%;
    margin: 0;
}

.text-center 
{
    text-align: center;
}

.website-btn 
{
    background-color: #0078b9;
    padding: 15px 40px;
    border-radius: 40px;
    font-family:  Segoe UI;
}

.lable-left 
{
    width: 15%;
}

.lable-right 
{
    width: 86%;
    display: flex;
}

.right-tp 
{
    text-align: end;
}

.right-tp 
{
    display: flex;
    justify-content: end;
}

.buttonicons img 
{
    width: 25px !important;
    padding-left: 5px;
}

.scoial-conten p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-family:  Segoe UI;
}

.social-tp ul.d-flex 
{
    margin: 0;
    padding-left: 10px;
}

.social-tp ul li 
{
    list-style: none;
    padding-left: 10px;
    width: 40px;
}

.ftr-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family:  Segoe UI;
}
.blog-rel .blog-related-posts__content p a {
    color: inherit;
    padding: 0 2px;
    text-decoration: underline;
}
a:hover
{
text-decoration: underline !important;
}

.blog-related-posts__content h3.blog-related-posts__title:hover 
{
    text-decoration: underline;
}
.ftr-logo 
{
    padding-right: 15px;
}

.social-shar.d-flex 
{
    justify-content: end;
    align-items: center;
}

.footv1 
{
    background: #0078b9;
    padding: 15px 0;
}

.you-tb-grp .col-6 
{
    color: #707070;
    font-size: 16px;
}

.yout-content h2 {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    min-height: 61px;
}

.awd-slide-main 
{
    display: flex;
    justify-content: center;
}

.awd-slid 
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.awd-slide-main .awd-main 
{
    padding: 20px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.awd-slide-main.d-flex 
{
    justify-content: center;
}

.you-tube-sld .owl-nav i 
{
    font-size: 25px;
}

/* dots */
.you-tube-sld .owl-dots button.owl-dot 
{
    background-color: #698bbe !important;
    color: #698bbe !important;
    padding: 8px !important;
    border: 1px !important;
    margin: 0 5px;
    border-radius: 100%;
}

.you-tube-sld .owl-dots 
{
    padding-top: 40px;
}

.you-tube-sld .owl-dots button.owl-dot.active 
{
    background-color: #0078b9 !important;
}
/* end */

.you-heading h2 
{
    color: #0078b9;
}

.you-tube-sld .owl-nav button.owl-prev 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    left: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.you-tube-sld .owl-nav button.owl-next 
{
    position: absolute;
    top: 40%;
    font-size: 47px !important;
    right: -70px;
    color: #0078b9 !important;
    height: 40px;
    width: 40px;
    border: 1px solid !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.header-top-row-0-vertical-alignment > .row-fluid 
{
     align-items: baseline !important;
}

.youtub-banner 
{
    position: relative;
}

.banner-icons img 
{
    width: 65px !important;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    display: flex;
    margin: 0 auto;
}


.you-tube 
{
    background-color: #E6E7E8;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
}

.card-styler 
{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #E6E7E8;
    margin: 10px;
}

.cst-blog 
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.cstr-content .post-description p 
{
    font-size: 15px !important;
    margin-bottom: 5px;
    color: #464646;
}
.bottom-banner-text 
{ 
    padding-bottom: 30px;
}

.blog-heading h2 {
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
}

.blog-date p 
{
    color: #707070;
    font-size: 15px !important;
}

.blog-list-btn 
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.cstr-content-mt 
{
    padding: 0 15px;
}

.cst-img 
{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.cstr-content 
{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.hs-input.invalid.error 
{
    border-color: #b6c7d6 !important;
}

.lable-right ul 
{
    padding: 0;
    margin: 0;
}

.left-section 
{
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}

.right-section 
{
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
}

.cst-heaindg h2 
{
    color: #0078b9;
    border-bottom: 3px solid #B1B3B6;
    padding-bottom: 10px;
}

.lpm-imge 
{
    padding-right: 1px;
}

.lable-right ul li 
{
    list-style: none;
    padding-left: 20px;
}

.label-br-sec h3 
{
    margin: 0;
    font-size: 20px;
}

.lbep-tp 
{
    background-color: #0078b9;
}

.lb-img 
{
    display: flex;
    align-items: center;
}

.lblm-content 
{
    font-size: 12px;
    color: #fff; 
}

.lpm-imge img 
{
    width: 70%;
}

.label-br-sec 
{
    background-color: #0078b9;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.span8.right-col .authore-name .timestamp 
{
    color: #707070;
    margin: 0;
}

.right-section form .hs_submit.hs-submit .actions input.hs-button.primary.large 
{
    background-color: #0078b9;
    color: #fff;
    border-radius: 40px;
    margin-left: 10px;
    padding: 13px 20px;
}

.post-sec-head h5 
{
    font-size: 14px;
    font-weight: 800;
}

.popular-blog-post 
{
    margin-bottom: 15px !important;
    border-bottom: 2px solid #dbe4ed;
    padding-bottom: 15px;
}

.popular-blog-post:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.authore-name .post-description p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}
.right-section form {
    padding: 0;
    box-shadow: unset;
    background-color: unset;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}

.popular-text h3 
{
    border-bottom: 3px solid #0078b9;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    font-size: 16px;
    color: #000;
}


.right-gt-module 
{
    width: 50%;
    padding-left: 10px;
    max-width: 50%;
    flex: 0 0 50%;
}

.heading-blog-left 
{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.banner-mp p 
{
    color: #000;
    margin: 0;
    padding-left: 22px;
    font-size: 22px;
    font-weight: 500;
}

.timestamp {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.recent-blog-post .post-description p 
{
    font-size: 14px;
    margin-bottom: 10px;
}

.text-container .post-description span a 
{
    color: #fff !important;
}

.recent-blog-post .post-title h3 
{
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 33px;
}

.recent-blog-post .post-description p span 
{
    color: #fff !important;
}

section.blog-index.d-flex 
{
    margin-left: -9px;
    margin-right: -20px;
    margin-top: 20px;
}

.blog-list-mp h2 
{
    color: #000;
    margin-bottom: 15px;
}

h2.blog-author-heading 
{
    align-items: baseline;
    display: flex;
    flex-grow: 1;
    gap: 0.5rem;
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.42;
}
h2.blog-author-heading:after 
{
    background-color: #ff5c35;
    border: none;
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
}
h2.blog-author-heading {
    align-items: baseline;
    display: flex;
    flex-grow: 1;
    gap: 0.5rem;
    margin: 0;
}

.popular-text 
{
    position: relative;
}
.popular-text h3 {
    border-bottom: 3px solid #0078b9;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 6px 15px;
}
.popular-text:before 
{
    content: "";
    background-color: #0078b9;
    height: 100%;
    width: 25%;
    position: absolute;
}


.blog-list-mp h2 
{
    color: #000;
}

.blog-list-mp 
{
    padding-top: 60px;
}

.recent-blog-post 
{
    background-color: #0078b9; 
}

.text-container {
    padding: 0px 20px 20px 20px;
}

.bottom-banner-text p 
{
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.banner-mp {
    padding-top: 40px;
}

.banner-mp h1 
{
    color: #0078b9;
    margin: 0;
}

.popular-blog-bn 
{
    padding-top: 40px;
}

.blog-index__post-content.blog-index__post-content--small 
{
    background-color: #f6f9fc;
    margin-top: -10px;
}

.span8.right-col h5 
{
    color: #000;
}

.heading-blog-left.col-6 h3 
{
    color: #000;
}

.right-gt-module.col-6 
{
    padding-left: 40px;
}

.heading-blog-left img.blog-related-posts__image 
{
    width: 100%;
}

.blog-index__post-title-link 
{
    color: #000 !important;
}

.blog-index__post-title-link 
{
    color: #141313;
}

.blog-post-main section.page-banner h1 
{
    font-size: 40px;
    margin-top: 20px;
    color: #212529 !important;
    margin-bottom: 30px;
}

.lang-switch-left 
{
     padding-top: 5px;
}

.search_button 
{
    padding-right: 0 !important; 
}

.scrollTop 
{
     bottom: 30px !important; 
}

.blog-comments 
{
    margin-bottom: 50px !important;
    max-width: initial !important;
    margin-top: 40px !important;
}

.footer-logo img 
{
/*     width: 200px; */
    height: auto;
    padding-bottom: 20px; 
}

.blog-related-posts 
{
    background-color: #f6f9fc !important;
}

.blog-related-posts__title-link 
{
    color: #000 !important;
}

section.blog-related-posts h2 
{
   color: #212529 !important;
}

.blog-post__meta 
{
    margin-bottom: 0 !important;
}
.footer-logo img { 
    margin: unset !important; 
      width: 90%;
}
.section.post-footer form .actions input.hs-button.primary 
{
    background-color: #0078b9;
    color: #fff;
}
.blog-comments h3 
{
    color: #000;
    font-weight: 700;
}

.blog-related-posts__title-link 
{
    color: #212529 !important;
    font-size: 20px !important;
}

.blog-post-main .blog-post__tags 
{
    padding-top: 20px;
}

section.blog-related-posts .blog-rel img.blog-related-posts__image 
{
    height: 200px !important;
    object-fit: cover !important;
}

.section.post-footer form 
{
    background-color: unset !important;
    max-width: 80%;
    box-shadow: unset;
    border: 2px solid;
}

.blog-post-main .blog-leftt .featured_warp.content 
{
    padding: 0;
}

.blog-item 
{
    margin-bottom: 15px;
}

.Blog-listing-rp .popular-blog-post 
{
    padding: 10px !important;
    border-bottom: 3px solid #0078b9;
}

.featured_warp img 
{
    max-width: 99%;
    margin: 0;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    width: 876px !important;
    height: 405px !important;
    object-fit: cover;
    border-radius: 5px;
}

.section-auth.d-flex 
{
    align-items: center;
    border-top: 2px solid #2e475d;
    border-bottom: 2px solid #2e475d;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.Blog-listing-rp .popular-blog-post {
    padding: 10px !important;
}
.sec-right.col-6 {
    text-align: end;
}
.blog-top-heading-text h3 {
    margin-bottom: 15px;
}
.blog-post__timestamp {
    display: block;
    color: #000;
}
.blog-related-posts__content h3.blog-related-posts__title 
{
    font-size: 22px !important;
}
.blog-left .featured_warp img {
    width: 100%;
}
.blog-post-main {
    padding-top: 110px;
}
.blog-left {
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
}
.blog-rel img.blog-related-posts__image {
    width: 100%;
}
.blog-rel .blog-related-posts__content 
{
    background-color: #fff; 
}
.blog-rel .blog-related-posts__content p {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000 !important;
}

.blog-rel {
    border: 2px solid #2A8D2D;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.blog-right 
{
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 30px;
}

.blog-container 
{
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
}
.popular-blog-post .row-fluid {
    display: flex;
    align-items: center;
}
 
.right-section form .input input {
    border: 2px solid #0078b9;
    background: unset;
    border-radius: 40px;
    color: #b6c7d6;
    outline: unset;
    background-color: #fff;
}

.mt-two-left {
    align-items: center;
    display: flex;
}

.popular-blog-post .row-fluid h5 {
    margin-bottom: 0px !important;
    font-size: 16px !important;
    color: #000;
}

.section-ev-blog h2.blog-index__post-title 
{
    font-size: 26px !important;
    margin-bottom: 10px !important;
}

.section-ev-blog .blog-index__post-content.blog-index__post-content--small 
{
    padding: 20px 20px !important;
}

.section-ev-blog 
{
    background-color: #fff;
    border-radius: 4px;
    margin: 10px;
}

.lang-switch-main ul li a 
{
    color: #0078b9;
}

.header .dnd-section {
    padding: 20px !important;
    box-shadow: 0 5px 10px rgb(154 161 177 / 10%);
    border-bottom: 3px solid #B1B3B6;
}
 
.header .sticky 
{
    position: fixed;
    width: 100%;
    top: 0;
}
/* Header Button Css Start */
/* Header Navigation Settings */
.menu-sec ul li ul.hs-menu-children-wrapper {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 5%);
    min-width: 190px;
    text-align: left;
}
.menu-sec ul li ul.hs-menu-children-wrapper li {
    padding: 0;
}
.menu-sec ul li ul.hs-menu-children-wrapper li a {
    padding: 10px 15px;
}

  .menu-sec .hs-menu-wrapper li.hs-item-has-children>a:after {
    box-shadow: inset -2px 2px 0 0;
    color: #171b25;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-5px) rotate(135deg);
    transform: translateY(-5px) rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .15s ease-in-out;
    width: 7px;
}
.menu-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: -25px !important;
    
}

.menu-sec ul li 
{
    padding-right: 25px;
}
/* css */
/*  */
.header-main a.site-button {
       font-size: 16px;
    background-color:rgba(238, 242, 245, 1.0);
    padding:15px 35px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border:1px solid #eef2f5;
    color: rgba(255, 255, 255, 1.0);
  text-transform:none;
  display: inline-flex;
  min-width: max-content;
}

.header-main a.site-button:hover 
{
     background-color: rgba(#null, 0.0) !important; 
  
}

  .landing-page-footer, .footer-global {
     background-color:rgba(3, 12, 44, 1.0);
  padding:40px 40px !important;
}
/* Footer Form Input Background Color */
.form-footer form .input input {

   background-color: rgba(255, 255, 255, 1.0);
    border-radius: 4px 0px  0px  4px;
}

/* Footer form btn */
.form-footer form .actions input.hs-button.primary.large {
    background-color:rgba(255, 255, 255, 1.0);
    border-color: rgba(255, 255, 255, 1.0);
    padding: 14px 12px;
  color: rgba(255, 255, 255, 1.0);
}
/* Footer Form Input Placeholder color */
.form-footer form .input input::placeholder {
  color: #000;
}

.sticky .add-button a.site-button {
  background-color: rgba(#null, 0.0) !important; 
    
}
.footer-social-share ul {
    
    margin-bottom: 0 !important;
}

 .footer-content .social-content p {
    margin: 0 !important;
}
.privacy-menu ul li a {
    color:rgba(255, 255, 255, 1.0); 
  padding: 0 15px;
}



theme.global_colors.universal_color.color

.footer-mt .footer-menu-one h4, .footer-menu-two h4, .footer-menu ul a, .footer-form h4, .foot-menu-inner p  
{
    color: rgba(255, 255, 255, 1.0) !important;
}
.footer-menu-one h4 {
   color: rgba(255, 255, 255, 1.0) !important;
}
.footer-mt p, .footer-menu ul a {
    font-size: 14px;
    margin-bottom: 0;
 color: rgba(255, 255, 255, 1.0);
}
/* Header Button Css Close */


.button-item:first-child a.large-btn {
    background-color: #5867ad;
    color: #fff;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}
.sec-right {
    justify-content: end;
}
.align-center {
    display: flex;
    align-items: center;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
a.site-button {
    padding: 12px 30px;
    border: 2px solid #5867AD;
    border-radius: 8px;
    background-color: transparent;
    transition: .2s;
    color: #5867AD;
    font-size: 14px;
    line-height: 20px; 
    text-align: center;
    cursor: pointer;
}
a.large-btn:hover {
    background-color: #5867AD;
    color: #fff;
    font-weight: 900;
}
/* a.site-button:hover {
    background-color: #5867AD ;
    color: #fff !important;
    font-weight: 900;
} */
a.large-btn img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

a.large-btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    border-radius: 8px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 2px solid #5867ad;
    padding: 14px 24px;
    display: flex;
    color: #5867ad;
    width: 400px;
}

/* Global Css Ends */

/* Banner Module Css Start */
.content-listing ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-image img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 0 15px #ecf0f1;
    box-shadow: 0 0 15px #ecf0f1!important;
    height: 100%;
    background: #fff;
}
.banner-image {
    padding-top: 80px;
    text-align: center;
}
.banner-image img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 0 15px #ecf0f1;
    box-shadow: 0 0 15px #ecf0f1!important;
    height: 100%;
    background: #fff;
}
.content-listing ul li p {
    font-size: 24px;
    margin-bottom: 10px;
}

.button-item:first-child {
    margin-right: 15px;
}

.content-listing ul li img {
    padding-right: 5px;
    width: 25px;
    height: 16px;
}
.content-listing ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    padding: 0 15px;
}
.button-main {
    justify-content: center;
}
/* Banner module Css End */

/* Card Module Css Start */
.mt-card-item {
    width: 33%;
    max-width: 33%;
    flex: 0 0 33%;
}
.mt-card-inner {
    display: flex;
    padding: 24px 24px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 34px 40px -24px rgb(0 0 0 / 15%);
    text-align: center;
    margin: 10px;
}
/* Card Module Css end */

/* Content and IMage Module Start */
.mt-section-rt {
    flex-direction: row-reverse;
}
.mt-section-rt .mt-content {
    padding-left: 40px;
}
a.mt-btn {
    padding: 12px 30px;
    border: 2px solid #5867ad;
    border-radius: 8px;
    transition: .2s;
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}
/* Content and Image Module End */

/* Ebook Author CSS Start */

.auth-inner-content {
    padding-left: 20px;
}
.auth-inner-content h5 {
    margin-bottom: 5px;
}
/* Css end */

/* FAQ Section Start */

/* accordian css start */


.Accordions {
  display: block;
  max-width: 800px;
  margin: auto;
}

.Accordion_item {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.Accordion_item:first-child {
  margin-top: 30px;
}
.Accordion_item .title_tab {
  width: 100%;
  background-color: #ffffff;
  color: #FCFCFC;
  padding: 20px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #ebebf2;
}
.Accordion_item .title_tab .title {
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
}
.instructer-name {
    padding-top: 40px;
}
.social-icon-inner ul li:hover {
    background-color: #6192E0 !important;
    border-radius: 5px;
}
.social-icon-inner ul li:hover i {
    color: #fff !important;
}
.Accordion_item .title_tab .title .icon {
 position: absolute;
    left: -5%;
    top: calc(50% - 8px);
    width: 14px;
    height: 13px;
  background-color: transparent;
  transform: rotate(360deg);
  transition: transform 0.3s ease-in;
}
.Accordion_item .title_tab .title .icon:before, .Accordion_item .title_tab .title .icon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #FCFCFC;
}
.title_tab-icons p {
    margin: 0;
}
.partner-list ul li {
    color: #21C8DB;
}
.Accordion_item .title_tab .title .icon:before {
  top: 0;
  left: 2px;
  transform: rotate(-45deg);
  background-color: #6192E0;
}
.Accordion_item .title_tab .title .icon:after {
  top: 0;
  right: 2px;
  background-color: #6192E0;
  transform: rotate(45deg);
}
.partner-list ul {
    padding-left: 20px;
}

.inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
      background-color: #fff;
}
.inner_content p {
  width: 98%;
  margin: auto;
  padding: 18px 15px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  opacity: 0;
  transform: translate3d(0px, 60px, 0px);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

.inner_content-main {
    padding: 10px;
}
/* ================================= */
.Accordion_item .title_tab.active {
  background-color: #fff;
  transition: background-color 0.3s ease-in;
}
.Accordion_item .title_tab.active .title .icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}
.Accordion_item .title_tab:hover {
  background-color: #fff;
  transition: background-color 0.3s ease-in;
}
.Accordion_item .inner_content p.show {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}

/* ================================= */
.inner_content p span {
  font-size: 14px;
  line-height: 30px;
}
.inner_content p b {
  color: #F44336;
  font-size: 18px;
}
.blog-tem-serch form {
   display: flex;
    width: 820px;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
  position: relative;
}
.blog-tem-serch form i {
    position: absolute;
    top: 23px;
    left: 10px;
}
.blog-tem-serch form input {
    padding-left: 28px !important;
    border: 0 !important;
}
.blog-tem-serch form button {
    padding: 15px 20px;
    width: 145px;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-listing-inner h2 {
    position: absolute;
  font-style: normal;
font-weight: 600;
font-size: 32px;
}
.blog-listing-t {
    background: #EBEBF2;
    padding-bottom: 40px;
}
.blog-listing-t {
    position: relative;
}
.blog-listing-inner {
    padding-top: 40px;
} 
.tab-container .Accordion_item h3.title {
  display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #6192E0;
  
}
.title_tab-icons {
    display: flex;
    flex-wrap: wrap;
}
.tab-container .Accordion_item h3.title .title_tab-icons {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
   justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.tab-container .Accordion_item h3.title .title_taconte {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.faq-section1 .Accordion_item .title_tab .title .icon {
 
    left: 99%;
     
}
.faq-section1 .title_tab h3 {
    font-size: 18px !important;
    font-weight: 400;
  margin: 0;
}

.faq-section1 .Accordion_item .title_tab .title .icon:before {
    top: 0;
    left: 5px;
    transform: rotate(
360deg
);
    background-color: #42414B;
}


.title_tab.active span.icon::before {
    background-color: #6192E0 !important;
}

.title_tab.active span.icon::after {
    background-color: #6192E0 !important;
}

.faq-section1 .Accordion_item .title_tab .title .icon:after {
    top: 0;
    right: 7px;
    background-color: #42414B;
    transform: rotate(
90deg
);
}


.faq-section1 .Accordion_item .title_tab.active .title .icon {
    transform: rotate(
223deg
);
    transition: transform .3s ease-in;
}
.inner_cont-inner {
    padding: 25px;
}

.faq-section1 .Accordion_item {
    margin-bottom: 15px;
}

/* FAQ Section End */


/* Form Module Css Start */
 
/* Form Module Css End */

/* List Content list start */
.list-content ul {
    padding-left: 18px;
}
.list-content ul li {
    margin-bottom: 12px;
}
/* End */

/* Logo Display Css Start */
.logo-main-mt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 942px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}
.logo-main-mt .logo-item-mt {
    padding: 0 15px;
}
/* End */


/* Pricing Css Start */
 
.container-pr {
    max-width: 1140px;
    margin: 0 auto;
}
.button-sec {
    text-align: center;
    padding-top: 20px;
}
.Pricing-inner a.large-btn {
    
    margin: 0 auto;
}
.Pricing-content-rp ul li {
    list-style: none;
}
.pri-left-ctn {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 20px;
    padding: 25px;
    background-color: #fff;
    margin: 20px;
    padding-bottom: 0 !IMPORTANT;
}
.pri-bott-content {
    padding-top: 35px !important;
}

.priving-content-ma .col-6 .pri-left-ctn {
    min-height: 290px !important;
}
.pri-left-ctn ol li {
    padding-bottom: 20px;
}
/* Css End */

/* Testimonial Section Start */
.profil-img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.test-main {
    -webkit-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: -24px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    column-gap: 24px;
}
.feed-back-content {
    padding-bottom: 15px;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 14px;
}
.test-main.d-flex {
    justify-content: center;
    margin-left: -15px;
    margin-right: -20px;
}
.test-heading {
    padding-bottom: 60px;
}
.profil-img {
    padding-right: 15px;
}
 

/* End */

/* Testimonial Slider */
.testimonial-mod .owl-dots button.owl-dot {
    background-color: #5867ad !important;
    color: #003b4d !important;
    padding: 5px !important;
    border: 1px !important;
    margin: 0 5px;
}
.owl-dots {
    text-align: center !important;
}
.testimonial-mod .owl-dots button.owl-dot.active {
    background-color: #b7d7ec !important;
}

.testimonial-cards {
    padding: 55px; 
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 24px;
}
.testimonial-image img {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    margin-right: 10px;
}
/* .testimonial-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: -80px;
    margin-bottom: -80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-content h2 {
    width: 80%;
} */
/* .testimonial-mod {
    overflow: visible;
    min-height: 820px;
    padding-top: 100px;
    padding-bottom: 120px;
} */
.testimonial-feedback {
    padding-bottom: 0;
    border-bottom: 1px solid gray;
    margin-bottom: 25px;
    min-height: 195px;
}
.testimonial-left {
    position: relative;
}
.testimonial-details {
    display: flex;
    align-items: center;
}
/* End Css */

/*  Two Col Module */

.two-right {
    display: flex;
    align-items: center;
}
.two-col-fl .two-content {
    padding-left: 0;
    padding-right: 40px;
}
.two-col-fl {
    flex-direction: row-reverse;
}
.two-content {
    padding-left: 40px;
}
@media  (min-width: 1440px) and (max-width: 1700px) {
.fil-banner {
    padding-top: 169px !important;
    padding-bottom: 40px !important;
}
}

/* Css end */
@media only screen and (max-width: 1920px) 
{
  
  .bottom-vactor img 
  {
    margin-top: -340px !important;    
 }
 
  .mt-image.text-right 
  {
    padding-bottom: 80px;
  }
  
  .bottom-img img {
    width: 510px !important;
}
  .bgt-style-img 
  {
    position: absolute;
    top: -85px;
  }
  
}

@media only screen and (max-width: 1800px) 
{
   .fil-image img 
  {
    width: 72% !important;
  }
  
  .google-flex img 
  {
    width: 180px!important;
 }
  
  .fil-banner 
  {
           padding-top: 215px !important;
        padding-bottom: 70px !important;
  }
  
  .Look-sec h1 , .headings h1 ,.headings h2
  { 
    font-size: 35px !important;
  }
  
  .fil-header 
  { 
    top: 0% !important; 
}
  
  
}


@media only screen and (max-width: 1690px) 
{
/*  home page banner css start  */
  .fil-image img 
  {
    width: 70% !important;
  }
  
  .google-flex img 
  {
    width: 180px!important;
 }
  
  .fil-banner 
  {
           padding-top: 200px !important;
        padding-bottom: 50px !important;
  }
  
  .Look-sec h1 ,.headings h1 ,.headings h2 
  { 
    font-size: 35px !important;
  }
  
  .fil-header 
  { 
    top: 0% !important; 
}
  
  
/*  end  */
  
  
  
  
  .bgt-style-img 
  {
    position: absolute;
    top: 0 !important;
  }
    
  .bottom-img img {
    width: 510px !important;
}
  .mt-image.text-right 
  {
    padding-bottom: 40px !important;
  }
  
}

@media only screen and (max-width: 1550px) 
{
  
.fil-banner 
  {
    padding-top: 155px !important;
    padding-bottom: 30px !important;
}
  
}


@media only screen and (max-width: 1441px) 
{
  .fil-banner {
    padding-top: 185px !important;
    padding-bottom: 70px !important;
}
  
  
}
@media only screen and (max-width: 1025px) 
{
  .logo img 
  {
    width:117px !important;
}
  
/*  calculator banner css start  */
  .cal-ban-rt h1 {
    font-size: 24px !important;
}
  .cal-ban-img img { 
    display: none !important;
}
  .cal-ban-rt {
    position: unset !important; 
}
  .cal-ban {
    background: linear-gradient(90deg, #05152D 0%, #0C2C5C 48.5%, #164EA1 100%) !important;
    margin-top: 130px !important;
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    text-align: center !important;
}
  .cal-sect-mb 
  {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/*  end  */
  
  
}

@media only screen and (max-width: 990px) 
{
 
  .lang-switch-left 
  {
    padding-right: 40px !important;
  }
  
  .bgt-style-img 
  {
     display:none !important; 
  }
  
}
@media only screen and (max-width: 852px) 
{
  
  
  .logo img 
  {
    width: 170px !important;
  }
  
  h1, h2, h3, h3 
  { 
    text-wrap: pretty !important;
  }
  
    .footer-btn a { 
    align-items: center !important; 
}
  .cal-tr-heading { 
    max-width: 100% !important; 
}
  .cal-ban-text {
    width: 70% !important;
    margin: 0 auto !important;
}
  .content-trp {
    padding-right: 20px !important;
}
 form input[type=submit] {
    font-size: 1rem !important;
}
  .start-review.mobile-v .container {
    padding: 0 !important;
}
  .content-trp p 
  {
    margin-bottom: 10px !important;
  }
  
  .sticky .nav-header 
  { 
    box-shadow: -4px 4px 25px 0px #00000013 !important;
}
  
  .content-trp h3 
  { 
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  
  .fre-immp 
  {
    position: absolute;
    top: 5px !important;
  }
  
  .fre-immp img 
  {
    width: 20px !important;
  }
  
  .content-trp 
  {
    padding-left: 35px !important;
}
  
  .form-cont.section-heading h2 
  {
    text-align: center !important;
  }
  
  .form-and-cont 
  {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .form-rt.col-6 {
    padding-left: 0 !important;
}

  /*  nav css start buttons  */
  .start-review .slick-prev, .slick-next {
    top: 110% !important;
}
  .start-review .slick-prev {
    left: 32% !important;
}
  .start-review .slick-next {
    right: 32% !important;
}
/*   nav css end  */
  
  .bnr-content-tct h2 span { 
    line-height: unset !important;
    letter-spacing: unset !important;
}
  .bnr-img img 
  {
    display: none !important;
  }
   
  .bnr-content-tct h2 
  { 
    font-weight: 600 !important;
    line-height: normal !important;
}
  .bnr-content-tct h2 span {
    color: #05CFFB !important;
    font-weight: 600 !important;
}
  
  .banner-btm 
  {
    background: linear-gradient(90deg, #05152D 0%, #164EA1 100%) !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    text-align: center !important;
  }
  
  .bnr-content 
  { 
    position: unset !important; 
  } 
  
  .start-rev-heading 
  {
    margin-bottom: 36px !important;
  }
  
  .strt-mp {
    margin-bottom: 20px !important;
}
  
  .strt-mp img 
  {
    margin: 0 !important;
  }
  
  .strt-mp img {
    padding: 0 20px !important;
}
  .strt-mp .strt-lt, .strt-rt 
  {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
   
  .free-as 
  {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .start-review 
  { 
    padding-top: 40px !important;
    padding-bottom: 80px !important; 
  }
  
  a, body, p 
  {
    text-wrap: pretty !important;
    font-size: 14px !important;
    line-height: normal !important;
  }
  
  .lt-btn a { 
    align-items: center !important;
}
  .free-as.mobile-v .fil-button-group {
    padding-top: 70px !important;
}
  .free-as.mobile-v .rt-btn 
  {
    display: none !important;
  }
  
  .google-flex.d-flex .col-6 img 
  {
    padding: 0 20px !important;
  }
  
  .google-flex.d-flex .col-6 
  {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  
  .fil-banner 
  {
    padding-top: 47px !important; 
  }
  
  .fill-logo.d-flex 
  { 
    display: none !important;
  }
  .mysmsf-cont-content {
    padding: 0 10px;
}
  .footerrt ul 
  { 
    flex-wrap: wrap !important;
  }
  
  .container 
  { 
    padding: 0 21px !important;
  }
  
  .footerlt 
  {
    width: 100% !important;
    text-align: center !important;
  }
  
  .footerrt ul li 
  { 
    padding-left: 0 !important; 
  }
  
  .footerrt 
  {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
}
  .footerrt ul {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
}
  .footer-social-links ul 
  { 
    justify-content: center !important;
    padding-bottom: 20px !important;
  }
  
  .footer-btn a 
  { 
    padding: 12px 40px !important; 
  }
  
  .get-in-heading ul li 
  { 
    font-size: 12px !important;
  }
  
  .strt-mp 
  { 
    flex-wrap: wrap !important;
  }
  
  .footer-grp2 
  { 
    justify-content: center !important; 
  }
  
  .lt-btn, .rt-btn 
  {
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
  }
  
.two-col-mod .col-6 
{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .lt-btn {
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
}
.expr-style 
  {
     padding-top: 0 !important;
     margin-top: 0 !important;
     padding: 0 10px !important;
}

  h2 
  {
    font-size: 28px !important;
}
  
 
  
  .video-sld .owl-nav button.owl-next, .latest-news .owl-nav button.owl-next 
{

  display:none !important;
  
}
  .footer-grp1 {
    padding-right: 0 !important;
}
  .fttr-content {
    text-align: center;
}
  .footer-grp3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-bottom: 20px !important;
}
  .bottom-img 
  {
    position: unset !important; 
}
  .bottom-img img {
    width: 100%;
    margin-bottom: 10px;
}

.icon-content, .why-fred, .member-main, .latest-news, .why-fred 
  {
    background: unset !important; 
  } 
  .right-gtmr, .left-gtmr
  {
    display:none !important;
  }
  
.col-4 
{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

  .mt-two-left {
    margin-bottom: 30px;
}
  .section-vactor:before
  {
  display:none;
  }
  .freedom-mp.d-flex {
    flex-wrap: unset !important;
}
  .freedom-mp.d-flex .left-fred.col-6.d-flex {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
  .freedom-mp.d-flex .right-fred.col-6.d-flex {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
  .fred-menu {
    display: none;
}
  .cst-img img.blog-related-posts__image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
    object-fit: unset !important;
}

  .search-toggle.closed 
  {
    display: none !important;
}
  
  .lang-switch-left 
 {
    padding-right: 40px !important;
}
  .landing-page-footer, .footer-global {
     
    padding: 80px 10px !important;
}
  .content-wrapper {
    margin: 0 auto;
    padding: 0 !important;
}
  .test-main {
   
    column-count: 1 !important;
    
}
  .testimonial-feedback h4 {
    font-size: 20px !important;
}
  .pri-left-ctn {
     
    margin: 0 !important;
    padding-bottom: 0!IMPORTANT;
}
  .button-item:first-child {
    margin-right: 0px !important;
    margin-bottom: 15px !important;
}
 .Pricing-mod .pri-bott-content {
    padding-top: 0px !important;
}
  .priving-content-ma .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .testimonial-feedback {
 
    min-height: auto !important;
}
  .test-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important; 
}
  .testimonial-content {
     
    height: auto !important; 
}
  .testimonial-mod {
     
    min-height: auto !important;
    
}
  .testimonial-content h2 {
    width: 100% !important;
    text-align: center !important;
}
  .testimonial-mod .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  
  
}

@media only screen and (max-width: 768px) 
{
  
  h1, .h1 
  {
     font-size: 48px !important;    
  }
  section.content-wrapper.\35 00 span#hs_cos_wrapper_content_ h1 {
    font-size: 20px !important;
}
  section.content-wrapper.\35 00 span#hs_cos_wrapper_content_ p {
    width: 80% !important;
    margin: 0 auto !important;
}
   .body-wrapper.hs-content-id-143015881313.hs-site-page.page .cont-mp-det {
    display: block !important;
}
.error-page {
    padding-bottom: 80px !important;
    margin-top: 0 !important;
    padding-top: 280px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
  .str-feedback {
    height: 136px !important; 
}
  
  .rt-btn a 
  {
    width: 100% !important; 
    text-align: center !important;
}
  
  .privacy-banner {
    padding-top: 40px !important; 
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}
  
  .cont-visit 
  {
    padding-right: 0 !important;
  }
  
  .icon-contentt a 
  { 
    font-size: 12px !important;
}
  .cont-visit {
    margin-bottom: 25px !important;
}
  .give-us {
    margin-bottom: 25px !important;
}
  .mobile-tpr {
    display: block !important;
    margin-bottom: -8px !important;
}
  
  .desktop-banner 
  {
    display: none !important;
}
  
  .fil-contact 
  {
    margin-top: 60px !important;
    padding-top: 130px !important;
    padding-bottom: 85px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  
  .fil-heading.text-center {
    padding: 0 60px !important;
}
  br {
    content: ' ' !important;
}
  br:after {
    content: ' ' !important;
}
  .lt-btn {
    margin-right: 0 !important;
}
  .log-heading.text-center {
    padding: 0 35px !important;
}
  .rt-btn {
    margin-top: 15px !important;
    width:100% !important;
}
  .logo-sec {
    padding-top: 25px !important;
}
  .fil-image img {
    width: 100% !important;
}
  .form-heading-tr h2 {
    font-size: 30px !important;
}
  .fil-left.col-6 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
  
  .fil-right.col-6 
  {
    display: none !important;
}
  .right-btn {
    margin-left: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
  .Look-sec p { 
    padding: 0 30px !important;
}
  .cal-listing.d-flex {
    display: none !important;
}
  
  .fil-banner 
  { 
    padding-bottom: 49px !important;
    margin-top: 135px !important;
}
  .mobile-images {
    display: block !important;
}
  .Look-sec h1 { 
    font-size: 24px !important;
    margin-bottom: 10px !important;
            display: grid !important;
}
  .fil-listing-style 
  { 
    margin: 8px !important; 
}
  .label-style 
  { 
    padding: 40px 25px !important; 
    height: auto !important;
    text-align: center !important;
  }
  
  .cal-style 
  {
    margin: 10px !important; 
  }
  
  .label-left 
  { 
    border-radius: unset !important; 
  }
  
  .fil-btn.d-flex 
  {
    justify-content: center !important;
    text-align: center !important;
  }
 .label-hrm .label-img {
    height: 300px !important;
    background-position: center !important;
    background-color: rgb(62, 53, 241) !important;
    background-size: cover !important;
}
  .fil-button-group { 
    padding-top: 20px !important;
}
  .label-right { 
    width: 100% !important;
}
  .label-left { 
    width: 100% !important; 
}
  .fill-lft-mc 
  {
    text-align: center !important;
}
  
  
  
  .award-item 
  {   
    width: 50% !important;
  }
  
  .video-ctp .hero-video .callout h3 
  {
   
    font-size: 22px !important;
}
  
  .mt-content h1, .mt-content p 
  {
    margin-bottom: 5px !important;
  }
  
  .mt-content p 
  {
    margin-bottom: 10px !important;
  }
  
  .video-sld .owl-nav button.owl-prev, .latest-news .owl-nav button.owl-prev
  {
   display:none !important; 
  }
  
  div#myHeader .head-btn a 
  {
    padding: 10px 15px !important;
    font-size: 16px !important;
}
  
  .section-btn 
  {
    padding-top: 20px !important; 
  }
  
  .fil-listing-style 
  {
     height: unset !important;
}
  
.fred-logo img 
  {
    width: 100px;
  }
  h2 {
    font-size: 28px !important;
}
  .pd-top 
  {
    padding-top: 20px !important;
  }

  .blog-top-heading-text h3 
  {
     font-size: 24px !important;
  }
  .master-head.text-center h2 {
    font-size: 28px !important;
}
  .member-main 
  {
     padding-bottom: 0 !important;
}
  .recent-blog-post 
  {
    margin-right: 0 !important;
  }
  
  .footv-right 
  {
     justify-content: center !important;
  }
  
  section.blog-related-posts 
  {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  a.website-btn 
  {
    display: block !important;
  }
  
  .featured_warp img 
  {
     height: 210px !important;
}
  
  .section.post-footer form 
  {
    max-width: 100% !important;    
  }
  .Blog-listing-rp {
    padding-top: 0 !important;
}
 .blog-comments 
  {
    margin-bottom: 25px !important;     
} 
  .blog-leftt .content 
  {
    padding: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .section-auth.d-flex 
  {
    margin-bottom: 0 !important;
     
}
  .featured_warp img 
  {
    max-width: 100% !important; 
    margin-bottom: 0 !important;
  }
  
  .sec-right.col-6 
  {
    text-align: left !important;
    padding-top: 20px !important;
  }
  
  .you-tb-grp.d-flex 
  {
    flex-wrap: unset !important;
  }
 
  .cst-blog 
  {
    padding-top: 10px !important; 
    padding-bottom: 0 !important; 
  }
  
  .popular-text:before 
  {
    width: 46% !important;    
  }
  
  .lb-img.d-flex 
  {
    display: -webkit-inline-box !important;
  }
 
.lpm-imge {
    align-items: center !important;
    display: flex !important;
}
  
  .cstr-content-mt 
  {
    padding: 0 !important;
  }
  
 
  .social-tp ul.d-flex 
  {
    margin: 0;
    padding-left: 0 !important;
  }
  
  .ftr-logo 
  {
    padding-right: 0 !important;
  }
  
.cst-heaindg h2 {
    color: #0078b9;
    border-bottom: 3px solid #B1B3B6;
    padding-bottom: 10px;
}
  .you-heading h2 {
    
    font-size: 28px !important;
} 
  .lpm-imge img {
    width: 100% !important;
}
  
  .you-tube 
  {
   padding-top: 25px !important; 
     margin-top: 10px !important; 
  }
  
  .social-tp 
  {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  
  .ftr-content p 
  {
     font-size: 14px !important; 
  }
  
  .scoial-conten {
    width: 100% !important;
    text-align: center !important;
}
  .ftr-left.d-flex {
    justify-content: center !important;
}
  .ftr-left {
    text-align: center !important;
    margin-bottom: 10px !important;
}
  .right-section form .input input 
  {
    border-radius: 4px !important;
    margin-bottom: 10px !important;
  }
  .right-section form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important; 
}
  .right-section form .hs_submit.hs-submit .actions input.hs-button.primary.large 
  {
     border-radius: 4px !important;
    margin-left: 0 !important;
    
}
  .yout-content h2 
  {
    font-size: 18px !important; 
  }
  
  .left-section, .right-section, .lable-left, .lable-right, .heading-blog-left, .right-gt-module, .cstr-content, .cst-img
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
   
  .mobile-trigger 
  {
     top: 15px !important;     
  }
  
  .mobile-logo-img img 
  {
    width: 70px;
    position: absolute;
    top: 25%;
}
  
.mobile-logo-img {
    display: block !important;
}
  
 .body-wrapper header.header img.hs-image-widget 
  {
  display:none !important;
 }
 
  .lang-switch-main .lang-switch-left {
    padding-right: 41px !important;
    padding-top: 10px !important;
}
  
  .mobile-trigger {
    
    top: 15px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
}
  .blog-left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  
  .popular-blog-container .span4.left-col {
    width: 30% !important;
    padding-right: 10px !important;
}
  .popular-blog-container {
    padding: 30px 20px !important;
}
  .blog-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0px !important;
}
  .paral-sticky {
     
    height: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important; 
    position: unset !important; 
    width: 100% !important;
    text-align: center !important;
}
  .service-item 
  {
    flex-wrap: wrap !important;
}
  .service-mod-left { 
    width: 100% !important;
}
  .service-content 
  {
    padding: 50px !important;
    
}
  .service-mod-right {
     
    width: 100% !important;
}
  .landing-page-footer, .footer-global {
    padding: 20px 10px !important;
}
  .footer-first {
    width: 100% !important;
}
  .footer-social ul 
  {
    
    justify-content: center !important;
     
}
  .form-footer form 
  {
    justify-content: center !important;
}
  .span3.widget-span.widget-type-cell.header-top-column-1-vertical-alignment.header-top-column-1-padding.dnd-column {
    padding-top: 25px !important;
}
  .span9.widget-span.widget-type-cell.header-top-column-3-vertical-alignment.header-top-column-3-padding.dnd-column {
    padding-top: 0 !important;
}
  .lang-switch-left {
    padding-right: 0px !important;
    padding-top: 20px !important;
}
  .content-wrapper 
  {
 
    padding: 0 !important;
}
  .lang-switch-main 
  {
    
    flex-direction: column-reverse !important;
}
   
  .mt-section-rt .mt-content {
    padding-left: 0px !important;
}
  .lang-switch-main {
    justify-content: center !important;
    margin-bottom: 20px !important;
}
  .logo-main-mt {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px !important;
}
  .header-main .col-6 {
    width: 50% !important;
    max-width: 50% !important;
}
  .footer-social-share ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
  .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .mt-card-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .footer-content.d-flex {
    justify-content: center !important;
}
  .footer-social-share ul {
    
    justify-content: center !important;
    margin-top: 20px !important;
}
  .col-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
}
  
  .Pricing-inner {
    padding: 20px !important; 
}
  .two-content {
    padding-left: 0px !important;
}
  .test-main.d-flex {
     
    margin-left: 0 !important;
    margin-right: 0 !important;
}
  .test-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
  .two-col-fl .two-content {
    
    padding-right: 0px !important;
}
  .testimonial-mod {
     
    padding-bottom: 0 !important;
}
  .testimonial-client {
    padding-top: 35px !important;
}
  .testimonial-cards {
    padding: 30px !important; 
}
  .testimonial-image {
    width: 30% !important;
}
 .testimonial-details {
    width: 70% !important;
    font-size: 17px;
    padding-left: 10px;
}
  
.right-section form 
  {
     flex-wrap: wrap !important; 
 }
  
  .hs_submit.hs-submit {
    width: 100% !important;
}
  .cst-img img 
  {
    width: 100% !important;
  }
 
  .h2, h2 
  {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  
  .member-main .member-heading h1 
  {
    font-size: 28px !important;
  }
  
  .rt-gt 
  {
    font-size: 30px !important; 
 }
  
  .why-fred 
  { 
    padding-top: 10px !important;
  }
  
  .section-btn 
  {
    padding-bottom: 30px !important;     
  }
  
  .icon-img img 
  { 
    height: 100% !important;
  }
  
  .icon-content .icon-heading p 
  {
    margin-bottom: 0 !important;
  }
  
  .banner-mp 
  {
    background-image: unset !important; 
  }
  
  .you-tube .owl-nav 
  {
    display: none !important;
  }
  .contact-ftg.pd-top {
    padding-top: 125px !important;
}
  .awd-slide-main 
  {
     flex-wrap: wrap !important;
}
  .fil-logo-rt {
    display: none !important;
}
  .pd-top.section-vactor 
  {
     margin-top: 0 !important;
  }
  .contact-tp 
  {
    flex-direction: column-reverse !important;
  }
  .fill-logo.d-flex {
    justify-content: center !important;
    padding-bottom: 15px !important;
    padding-top: 20px !important;
}
  .cont-right.col-6 
  {
    margin-bottom: 30px !important;
  }
  
  .cont-mp-det 
  {
    display: none !important;
  }
    .str-lt.col-6 img {
    width: 70% !important;
}
  .star-main.d-flex .col-6 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}
  .hover-style a { 
    display: flex !important;
    align-items: center !important;
}
  .free-as-list {
    padding-top: 10px !important;
}
  .privacy-banner-v1 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    text-align: center !important;
    margin-top: 135px !important;
}
  .priv {
    padding-bottom: 10px !important;
    padding-top: 40px !important;
}
  
  
}

@media only screen and (max-width: 481px) 
{
 .get-head h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
}
  .Look-sec h1 {
    font-size: 35px !important;
    text-wrap-style: balance !important;
    display: block !important;
}
  .mysmsf-cont-pp ul li {
    padding-bottom: 10px !important;
}
  
  .form-rt-inner form .input, .fil-cf form .input
{
    margin: 0 !important;
}

  .fil-cf form .input input, .fil-cf form .input select 
  {
    padding-left: 10px !important;
}
  

  .deskt-btn.mt-button.button 
  {
    display: none !important;
  }
  .str-feedback {
    height: 138px !important;
}
  .str-feedback p { 
    line-height: 17px !important;
}
 
  .fil-cf 
  {
    padding: 20px 15px 20px 15px !important;
  }
  
  .fil-cf {
    min-height: auto !important;
}
  
  .footer-btn a img 
  { 
    width: 27% !important;
}

  .fil-cf h3 { 
    display: none !important;
}

  
  
  span.dropdown-arrow {
    visibility: hidden !important;
}
  #partnerslider .slick-slide {
    padding: 0px;
    text-align: center;
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
}
  .free-as-style {
    margin: 0 !important;
}

  .google-flex { 
    align-items: center !important;
}
  .strt-mp {
    flex-wrap: wrap !important;
    align-items: center !important;
}
.strt-mp img {
    padding: 10px 30px !important;
}
  .start-rev-heading.section-heading.text-center {
    padding: 0 28px !important;
    width: 80% !important;
    margin: 0 auto !important;
}
  .slick-slider {
    margin-bottom: 0 !important;
}
  
  .ipts-content {
    padding-left: 40px !important;
}
  .ipts-content h3 
  { 
    font-size: 14px !important; 
    line-height: normal !important; 
  }
  
  .fre-imp img 
  {
    width: 25px !important;
  }
  
  .footer-content br {
    display: block !important;
}
  .get-head h3 { 
    margin-bottom: 16px !important;
}
  .footer-btn {
    margin-bottom: 0 !important;
}
  .footer-bt { 
    margin-top: 26px !important;
    padding-top: 20px !important;
}
  .footerlt p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
  .footerrt ul li:nth-child(2) {
    margin: 0 43px !important;
}
  .footerrt ul li { 
    font-size: 14px !important;
}
 .rt-btn a {
    padding: 14px 20px !important;
    align-items: center;
    display: flex !important;
    justify-content: center !important;
}
.mobile-v {
    display: block !important;
}
  .desktop-v {
    display: none !important;
}


  .footer-content strong {
    padding-right: 2px !important;
    width: 100%;
    display: block;
    padding-top: 10px !important;
    padding-bottom: 4px !important;
    font-size: 18px !important;
    color: #164EA1 !important;

  }

  .contact-ftg.pd-top 
  {
    padding-top: 30px !important;

  }
  .master-form form .hs-input.hs-fieldtype-intl-phone {
    display: flex !important;
  }

  .master-form form .hs-form-7b650c98-a024-4ea9-9096-de5f85a365c6_6d10ec15-12f5-44ba-a109-55efa739e8c1>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>select.hs-input {
    width: 24%!important;
  }

  .master-form form { 
    padding: 0 !important;
  }
  .footer-content p {
    font-size: 14px !important;
    text-align: center;
    line-height: 30px !important;
}
  .cont-visit p {
    font-size: 18px !important;
  }
  .footer-logo img {
    width: 150px !important; 
}

  .contr-heading 
  {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .contact-ftg 
  { 
    padding-bottom: 5px !important;
  }

  .anime-down-btn 
  {
    justify-content: center !important;
  }

  .fil-banner .right-btn 
  {
    margin: 20px 0 !important;
  }

  .left-btn, .right-btn 
  {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .Look-sec h1 
  {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize !important;
  }

  .Look-sec p 
  {
    padding: 0 0px !important;
    font-size: 14px !important;
  }

  .video-module .video-heading 
  {
    margin-bottom: 0px !important;
  }
  .pd-top.section-vactor .content-section-mt p {
    margin-bottom: 0 !important;
  }
  .pd-top.section-vactor 
  {
    padding-bottom: 0 !important; 
  }
  .video-btn.button {
    display: block !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
  }

  .pd-top.section-vactor .mt-image video 
  {
    width: 100% !important; 
  }

  h1, .h1 
  {
    font-size: 32px !important;
  }

  .master-form form .hs-form-field 
  {
    margin-bottom: 10px !important;
  }

  .master-form form .input ul.inputs-list.multi-container span 
  {
    font-size: 12px !important;
  }

  .master-form input#phone-19f44105-101f-418a-8d1c-6bb35ea0147f 
  {
    padding: 13px 0px !important;
  }

  .master-form 
  {
    padding-bottom: 5px !important; 
  }

  .heading-form p 
  {
    margin-bottom: 0 !important;
    margin-top: 5px !important;
  }

  .bottom-img, .heading-form h3 
  {
    display: none !important;
  }


  .member-main .member-heading h1 
  {
    font-size: 28px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }

  .mobile-logo 
  {
    display: block !important;
  }

  .logo-tto-img 
  {
    display: none !important;
  }

  .why-feed-main 
  { 
    padding: 20px 30px !important; 
  }

  .section-top 
  {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
  }

  .master-head.text-center h2 
  {
    font-size: 20px !important;
  }

  .latest-btn.section-btn.button 
  {
    padding-top: 30px !important;
  }

  .member-list .col-6 
  {
    padding: 0 40px !important;
    margin-bottom: 15px !important;
  }

  .whyt-content {
    width: 72% !important;
    font-size: 13px !important;
    margin-top: 5px !important;
  }
  .whyt-itsm:nth-child(1) .whyt-content 
  {
    width: 90% !important; 
  }

  .whyt-itsm:nth-child(5) .whyt-content {
    width: 75% !important; 
  }
  .whyt-icon img {
    height: 70px !important;
    width: 70px !important;
  }

  .whyt-style {
    margin: 5px !important;
    padding: 15px !important;
    min-height: 175px !important;
  }

  .why-fred .whyt-itsm.col-3 
  {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .icon-img img 
  {
    height: 60px !important;
  }

  .icon-text 
  { 
    font-size: 13px !important; 
    padding-top: 5px !important;
  }

  .icon-style 
  { 
    margin: 5px !important; 
  }

  .footer-logo 
  {
    padding-top: 20px !important;
  }

  .footer-head 
  { 
    font-size: 22px !important; 
    margin-bottom: 5px !important;
  }

  .mt-image.text-right 
  {
    padding-bottom: 0px !important;
  }

  .fred-logo img 
  {
    width: 100px !important;
  }
  .icon-content .col-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .hs-site-page.page .section-vactor {
    padding-top: 160px !important;
    text-align: center;
  }
  .mt-content p {
    margin-bottom: 30px !important;
    width: 70% !important;
    margin: 0 auto;
  }
  .mt-content h1 {
    margin-bottom: 20px !important;
  }
  .master-main {
    padding: 20px 10px 0 10px !important;
    margin-top: 25px !important;
  }
  .expr-style 
  { 
    margin: 20px 0 !important; 
  }

  .footer-soical ul li img 
  {
    width: 55px !important;
    padding: 0 10px !important;
  }

  div#myHeader .head-btn a {
    padding: 10px 10px !important;
    font-size: 14px !important;
  }

  .left-mem.col-6 h2 
  {
    font-size: 81px !important;
    margin-bottom: 0 !important;
  }

  .why-lts 
  {
    margin-top: 45px !important;
    margin-bottom: 20px !important;
  }

  .footer-soical ul 
  { 
    justify-content: center !important;
  }

  .footer-web 
  {
    padding: 30px 0px 10px !important
  }
  .col-4 
  {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .bottom-banner-text p 
  {
    font-size: 20px !important; 
  }
  .blog-date p 
  {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .blog-heading h2 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .right-gt-module 
  { 
    padding-left: 0 !important; 
    margin-top: 20px !important;
  }

  .label-br-sec 
  {
    flex-wrap: wrap !important;
    text-align: center !important;
  }

  .lb-img.d-flex 
  {
    flex-wrap: unset !important;
  }

  .lable-right ul 
  {
    flex-wrap: unset !important;
  }

  .right-section 
  {
    padding-top: 25px;
  }

  .banner-mp h1 
  {
    font-size: 27px !important;
  }

  .banner-mp 
  {
    padding-top: 18px;
  }

  .mobile-logo-img img 
  {
    top: 10% !important;
  }

  .header .dnd-section 
  {
    padding: 0 10px !important; 
  }

  header.header img.hs-image-widget 
  {
    top: 15px !important;
  }

  a.large-btn 
  {
    font-size: 15px !important;    
  }

  .banner-image 
  {
    padding-top: 40px !important;
  }



  .pri-left-ctn ol 
  {
    padding-left: 20px !important;
  }

  .why-style h3 {

    font-size: 30px !important;
  }
   
  .your-exrt {
    padding-top: 40px !important;
  }
  .feedback {
    min-height: 175px !important;
  }
  .Pricing-inner a.large-btn 
  {
    width: 305px !important;
  }

  .span4.left-col .blog-related-posts__image 
  {
    width: 160px !important;
    margin-right: 15px !important;
  }

  a.large-btn 
  {
    width: 330px !important;
  }

  .test-heading 
  {
    padding-bottom: 0 !important;
  }

  .left-btn a , .button-group
  {
   font-size: 14px !important;
        padding: 15px 15px !important;
        line-height: 18px !important;
  }

}
@media only screen and (max-width: 400px) {
    .start-review .slick-prev {
        left: 28% !important;
    }
    
}

@media only screen and (max-width: 376px) 
{
  
 .header-main .col-6 {
    width: 100%!important;
    max-width: 100%!important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    padding-bottom: 20px !important;
} 
  .contr-heading { 
    width: 100% !important; 
}
  
}


/* Homepage V3 Mobile CSS */
@media only screen and (max-width:768px) {
.guide-cards-row {
    flex-direction: column !important;
}
.guide-card.iox ,.guide-card.text-white.mb-0.io.e2 {
    width: 100% !important;
}
.get-head h3 {
    margin-bottom: 25px !important;
    text-align: left;
    font-size: 16px;
    font-family: 'Segoe UI Bold' !important;
}
    .footer-logo img {
        width: 55% !important;
    }
.footer-style p {
    font-size: 14px !important;
  line-height: 21.7px !important;
}
.footer-social-links ul li img {
    width: 30px !important;
}
.get-in-heading {
    margin-bottom: 0px !important;
}
    .footer-bt {
        margin-top: 0px !important;
        padding-top: 20px !important;
    }
  
  .guide-card.text-white.mb-0.io.e2 h4  
  {
    font-size: 25px !important;
    padding-top: 15px !important;
    height: auto !important; 
  }
  
  .guide-card.text-white.mb-0 h4 
  {
     font-size: 24px !important;
  }
  
  .left-btn a 
  {
        font-size: 16px !important;
        padding: 15px 20px !important;
  }

  .guide-cards.io 
  {
    background: #fff;
    padding: 50px 0 !important;
}
.fil-image.io {
    left: 0 !important;
    padding-top: 30px !important;
  padding-bottom: 0 !important;
}
.fil-banner.io {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    margin-top: 0px !important;
  
}
    .Look-sec h1 {
        font-size: 35px !important;
    }
div#hs_cos_wrapper_widget_1728363787222 p {
  display:none !important;
 }
.Look-sec.io {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}
.Look-sec.io h1 {
    padding-top: 0px !important;
  padding-bottom: 20px;
}
.Look-sec p {
    color: #000 !important;
    width: 100%;
    font-size: 14px !important;
          padding: 0px 15px !important;
          margin-bottom: 0px !important;
}
    .fil-bannerx {
        margin-top: 0px !important;
      padding-top: 100px !important;
    }
.fil-bannerx {
    background: unset !important;
}
.headings h2 {
    font-size: 35px !important;
}
.guide-cards-row .guide-card.io p {
    font-size: 14px !important;
}
.slider-sec.mobile-v {
    background-color: #ffffff !important;
    padding: 12px 0 !important;
    border-top:.0625rem solid #e6e6e6;
    border-bottom: .0625rem solid #e6e6e6;
}
div#hs_cos_wrapper_widget_1728363787222 .fil-banner.io {
    background: #123d14 !important;
          margin-top: 40px !important;
}
.fil-image.io.x {
    left: 0px !important;
          padding-bottom: 0px !important;
}
.guide-card.text-white.mb-0 p {
    font-size: 14px !important;
}
    .fil-right.col-6 {
        display: block !important;
    }
.fil-image {
    left: 0px !important;
    padding-top: 30px !important;
          padding-bottom: 30px;
}
  div#hs_cos_wrapper_dnd_area-module-6 {
    margin-bottom: -46px !important;
}
  .guide-card-icon img {
    width: 80px  !important;
}
  .fil-image.io.x img {
    padding-top: 30px;
}
  .owl-nav {
    display: none;
}
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  background: #B4D7B6 !important;
    display: inline-block;
       border-radius: 20px !important;
}
  button.owl-dot.active {
    background: #2A8D2D !important;
    border-radius: 20px !important;
}
  .owl-dots {
    padding-top: 30px;
}
      .get-head h3 {
        font-size: 18px;
        font-weight: 700 !important;
    }
  
  a.btn2 {
    margin-top: 30px !important;
}
  .guide-cards.iox.mobile-v {
    background-color: unset !important;
    padding-bottom: 0 !important;
    padding-top: 40px !important;
}

  .guide-cards {
    background: rgba(180, 215, 182, 0.20) !important;    
    padding: 50px 0 !important;
    padding-bottom: 50px !important;
}
  .guide-card.text-white.mb-0.iox {
    height: 300px !important;
}
  
  .guide-cards-row .guide-card 
  {
        background: #fff !important; 
  }
  
}

@media only screen and (max-width: 481px) {
  
.Look-sec.io h1 {
    padding-top: 0px !important;
    padding-bottom: 20px;
    text-wrap-style: balance !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}
div#hs_cos_wrapper_widget_1728363787222 .fil-btn.d-flex .left-btn .btn2 {
    margin-top: 0px !important;
}


    .footerrt ul li:nth-child(2) {
        margin: 0px 10px !important;
    }
  .guide-card.text-white.mb-0.io.e2:nth-child(odd) {
    background: #F0F7F0 !important; 
}
  .get-in-heading ul li {
    margin-bottom: 20px !important;
    font-size: 16px !important;
}
  
  .fil-btn.d-flex .left-btn a {
    margin-top: 40px !important;
}
   
  div#hs_cos_wrapper_widget_1728366155254 .guide-cards.io.e2 {
    background-color: #fff !important;
}
  
  .guide-cards-row .guide-card.iox:nth-child(even) {
    background: #b4d7b6  !important;
    border-bottom: 0 solid #2a8d2d;
    border-radius: 12px;
}
  .guide-cards.iox.mobile-v {
    padding-top: 40px !important;
}

 .fil-btn.d-flex .left-btn a {
    margin-top: 30px !important;
}
    .left-btn.text-center {
    padding-top: 10px  !important;
}
   .fil-banner.io.p {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
  .body-wrapper.hs-content-id-184025245725.hs-site-page.page .Look-sec.io.ui h1 {
    padding-bottom: 0px !important;
}
   
  }