


/****** Start a Free tail popup ******/


.cm-popup-sft_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
      z-index: 9999;
}
.cm-popup-sft_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  overflow: scroll;
}
.cm-popup-sft_back {
    background: rgb(0 0 0 / 60%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cm-popup-sft_contain {
    position: relative;
/*     background: #fff; */
    max-width: 650px;
    margin: 50px auto 50px;
    min-height: auto;
/*     padding: 25px; */
    border-radius: 5px;
}

.cm-popup-sft_close {
    align-items: center;
    background: #1fc79d;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 28px;
    justify-content: center;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    vertical-align: middle;
    width: 28px;
    cursor: pointer;
}

.cm-popup-sft_title h4 {
/*     font-size: 16px; */
}

.cm-popup-sft_form .hs-richtext p {
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 8px !important;
}

.cm-popup-sft_form .hs-richtext:last-child {
    margin-bottom: 0;
}

.cm-popup-sft_form .hs-form-field .input>input {
    background: #ebedf1;
    border: 0;
    border-radius: 0;
/*     box-shadow: 0 4px 30px #07203f2b; */
    color: #051f40;
    font-size: 15px;
    outline: 0;
    padding: 12px !important;
    width: 100% !important;
      font-family: Poppins,sans-serif;
}

.cm-popup-sft_form .hs-form-field .input>select {
    background: #ebedf1;
    border: 0;
    border-radius: 0;
/*     box-shadow: 0 4px 30px #07203f2b; */
    color: #051f40;
    font-size: 15px;
    outline: 0;
    padding: 12px 12px !important;
    -webkit-appearance: none;
    width: 100% !important;
    background-image: url(https://24277316.fs1.hubspotusercontent-na1.net/hubfs/24277316/Click-Maint/request-a-demo/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 10px;
      font-family: Poppins,sans-serif;
}


.cm-popup-sft_form .hs-form-field .input>select option { color:#051f40; }
.cm-popup-sft_form .hs-form-field .input>select option:first-child{
  color: #051f40;
}


.cm-popup-sft_form .hs-form-field>label {
    color: #07203F;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.cm-popup-sft_form form li.hs-form-booleancheckbox label>input {
    margin-top: 6px;
}

.cm-popup-sft_form .hs-form-field .hs-form-booleancheckbox p, 
.cm-popup-sft_form .hs-form-field .hs-form-booleancheckbox span {
    font-family: Poppins,sans-serif;
    line-height: 24px;
}

.cm-popup-sft_form form li.hs-form-booleancheckbox p {
    font-size: 14px;
    margin: 0!important;
}

.cm-popup-sft_form ul.inputs-list {
    margin: 0;
    padding: 0;
}

.cm-popup-sft_form .hs-form-field {
    margin-bottom: 0;
}

.cm-popup-sft_title {
    padding-bottom: 20px;
}

.cm-popup-sft_form .form-columns-2 {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between;
}

.cm-popup-sft_form .form-columns-2 .hs-form-field {
    width: 47%!important;
}

.cm-popup-sft_form form input.hs-button {
    background-color: #00f0b4;
    border-radius: 100px;
    color: #051f40;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
    transition: all .3s ease-in-out;
}


.cm-popup-sft_form .hs_submit.hs-submit {
    padding-top: 30px;
}


.cm-popup-sft_form ul.inputs-list {
    margin: 0;
    padding: 0;
}


.cm-popup-sft_form .hs-error-msgs label.hs-error-msg {
    color: #ff796f;
    font-size: 12px;
    margin: 0;
}

.cm-popup-sft_form h3.form-title {
    padding: 0;
}

img.open-sft {
    cursor: pointer;
}


.cm-product-trail_btn p span {
    color: #00f0b4;
}

.cm-product-trail_btn p {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.cm-product-hero_all-btn {
    padding-top: 30px;
}


.cm-product-trail_btn {
    margin-right: 20px;
}




.cm-sft-block {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
}

.cm-sft-block_top_text h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.cm-sft-block_top_left {
    width: 70%;
    padding: 20px;
}

.cm-sft-block_top_img img {
    width: 100% !important;
    height: auto !important;
}

.cm-sft-block_top_form form .hs-form-field input {
    font-size: 12px;
    line-height: 18px;
    min-height: auto !important;
    padding: 10px 18px !important;
    background-color: #fff;
    color: #051f40;
    font-family: Poppins, sans-serif;
    outline: 0;
    border-radius: 100px;
    border: 0;
}

.cm-sft-block_top_form form .hs-form-field >label {
    display: none;
}

.cm-sft-block_top_form input.hs-button.primary.large {
    background-color: #B4F000;
    border-radius: 100px;
    color: #07203F;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.cm-sft-block_top_form form .hs-form-field {
    margin-bottom: 10px;
}



.cm-sft-block_bottom {
    background-color: #b4f000;
    padding: 10px;
    text-align: center;
}


.cm-sft-block_bottom p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.cm-sft-block_top_form .form-title {
    padding: 0;
}


.cm-sft-block_top_form label.hs-error-msg.hs-main-font-element {
    color: red;
    font-size: 12px;
    margin: 0;
}


.cm-sft-block_top_text h3 span {
    color: #B4F000;
}


.cm-sft-block_top_text h4 span {
    color: #B4F000;
}

.cm-sft-block_top_form form ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
    padding-left: 14px;
    padding-top: 10px;
}

.cm-sft-block_top_form form ul.no-list.hs-error-msgs li {
    margin: 0;
}

  
.cm-sft-block_top_img {
    width: 30%;
}



.cm-sft-block_top_text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.cm-sft-block_top_text {
    padding-bottom: 20px;
}


.cm-sft-block_top_text p {
    color: #fff;
}


/****** Start a Free tail popup ******/


.cm-header {
    top: 46px;
}
  
.cmtb {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #07203F;
    padding: 10px 0px;
    z-index: 9999;
}

  
.cmtb_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
  
.cmtb_login a {
    font-size: 16px;
    color: #B4F000;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
  
.searchbox-icon img {
    vertical-align: middle;
    display: block;
    width: 100% !important;
    height: auto !important;
}
  
  
  
  
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* inline block */
.ib {
  display: inline-block;
  vertical-align: top;
}

.ib-m {
  display: inline-block;
  vertical-align: middle;
}


.search {

}

.search input[type=submit] {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: none;
    transition: opacity 100ms ease-in-out;
    color: #B4F000;
    padding: 0;
    background-image: url(https://www.clickmaint.com/hubfs/Click-Maint/home/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    background-position: center;
    cursor: pointer;
}
  

  
  

.search input[type=search] {
    width: 270px;
    border: none;
    border-bottom: 1px solid #B4F000;
    background: inherit;
    transition: border-color 100ms ease-in-out;
    height: auto;
    padding: 0px 0px 6px 0px;
    border-radius: 0;
    margin: 0;
    color: #B4F000;
    font-size: 16px;
}
  
  
.search ::-ms-input-placeholder { /* Edge 12-18 */
  color: #B4F000 !important;
}

.search  ::placeholder {
  color: #B4F000 !important;
}
  
  
.search input[type=search]:focus {
  border-bottom-color: inherit;
  outline: none;
}
  
.search-close i {
    vertical-align: middle;
}

.search-slide {
    width: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.search-close {
    width: 24px;
    height: 24px;
    text-align: center;
    cursor: pointer;
    transition: opacity 100ms ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    color: #B4F000;
    font-size: 20px;
}

.cmtb_login {
    border-left: 2px solid #B4F000;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 20px;
    margin-right: 5px;
}
  
.search {
    line-height: 20px;
}
  
.cmtb.sticky-head {
    display: none !important;
}
  
  
.cm-header.sticky-head {
    top: 0;
}
  
.cm-header.sticky-head {
    transition: all 0.3s ease-in-out !important;
}
  
.cm-cta-menu-item.cm-cta-menu-link {
    display: none;
}

  
.searchbox input[type="search"]::-webkit-search-decoration,
.searchbox input[type="search"]::-webkit-search-cancel-button,
.searchbox input[type="search"]::-webkit-search-results-button,
.searchbox input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}


/* ==============================
	search
============================== */



.pricing-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.toggle-button {
    margin-bottom: 0px;
    width: 100%;
    max-width: 220px;
}

input#toggle {
    display: none;
}


.toggle-label {
    display: flex;
    background: #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
    user-select: none;
    flex-wrap: wrap;
}

.toggle-label span {
    padding: 10px 10px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    color: #07203F;
    font-weight: 500;
    width: 50%;
    text-align: center;
}

.cm-pop-demo_form .hs-form-field {
    margin-bottom: 20px;
}


.cm-pop-demo_title h2 {
    font-size: 26px;
}

.cm-pop-demo_title h2:last-child {
    margin-bottom: 0;
}


.toggle-label .monthly {
    background: #B4F000;
}

input[type="checkbox"]:checked + .toggle-label .monthly {
    background: none;
    color: black;
}

input[type="checkbox"]:checked + .toggle-label .yearly {
    background: #B4F000;
}

.prices .price {
    margin-top: 10px;
    font-size: 1.5em;
}

.monthly-price {
    display: none;
}

input[type="checkbox"]:checked ~ .prices .monthly-price {
    display: none;
}

input[type="checkbox"]:checked ~ .prices .yearly-price {
    display: inline;
}

.t_price_amount p {
    color: #07203F;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    position: relative;
    display: inline-block;
}

.t_price_amount p span {
    font-size: 16px;
    vertical-align: text-top;
    top: 0px;
    right: -40px;
    position: absolute;
    display: inline-block;
    line-height: 24px;
}


/**** Pricing ****/































.cm-pop-demo_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
      z-index: 9999;
}
.cm-pop-demo_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  overflow: scroll;
}
.cm-pop-demo_back {
    background: rgb(0 0 0 / 60%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cm-pop-demo_contain {
    position: relative;
    background: #F3F3F3;
    max-width: 650px;
    margin: 80px auto 50px;
    min-height: auto;
    padding: 20px;
    border-radius: 14px;
}

.cm-pop-demo_close {
    align-items: center;
    background: #1fc79d;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 28px;
    justify-content: center;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    vertical-align: middle;
    width: 28px;
    cursor: pointer;
}

.cm-pop-demo_title h4 {
    font-size: 16px;
}

.cm-pop-demo_form .hs-richtext p {
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 8px !important;
}

.cm-pop-demo_form .hs-richtext:last-child {
    margin-bottom: 0;
}

.cm-pop-demo_form_box {
    background-color: #ffff;
    border-radius: 14px;
    padding: 20px;
}

.cm-pop-demo_pricing-toggle_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cmpdpt_left {
    width: 60%;
}

.cmpdpt_right {
    width: 32%;
}


.cmpdpt_left .switch-wrapper label {
    font-size: 16px;
}

.cmpdpt_left .switch-wrapper {
    border: 1px solid transparent;
    background: #ffff;
    border-radius: 100px;
}

.cmpdpt_left .switch-wrapper .highlighter {
    background-color: #B4F000;
    border-radius: 100px;
}

.cmpdpt_logo img {
    width: 100% !important;
    height: auto;
    vertical-align: middle;
    max-width: 180px;
}

.cmpdpt_logo {
/*     padding-bottom: 20px; */
}

/****** Popup Css ********/




/***** Form *****/


.cm-pop-demo_form_embed .hs_error_rollup {
    display: none;
}

.cm-pop-demo_form_embed {
    padding-top: 30px;
}







.cm-pop-demo_form .hs-form-field .hs-fieldtype-intl-phone input {
  
background: #ebedf1;
    border: 0;
    border-radius: 0;
/*     box-shadow: 0 4px 30px #07203f2b; */
    color: #051f40;
    font-size: 15px;
    outline: 0;
    padding: 12px !important;
      font-family: Poppins,sans-serif; 
  
  
}


.cm-pop-demo_form .hs-form-field .hs-fieldtype-intl-phone select {
background: #ebedf1;
    border: 0;
    border-radius: 0;
/*     box-shadow: 0 4px 30px #07203f2b; */
    color: #051f40;
    font-size: 15px;
    outline: 0;
    padding: 12px 12px !important;
    -webkit-appearance: none;
    background-image: url(https://24277316.fs1.hubspotusercontent-na1.net/hubfs/24277316/Click-Maint/request-a-demo/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 10px;
      font-family: Poppins,sans-serif;
}


.cm-pop-demo_form .hs-input.hs-fieldtype-intl-phone {
    width: 100% !important;
}





.cm-pop-demo_form .hs-form-field .input>input {
    background: #ebedf1;
    border: 0;
    border-radius: 0;
/*     box-shadow: 0 4px 30px #07203f2b; */
    color: #051f40;
    font-size: 15px;
    outline: 0;
    padding: 12px !important;
    width: 100% !important;
      font-family: Poppins,sans-serif;
}

.cm-pop-demo_form .hs-form-field .input>select {
    background: #ebedf1;
    border: 0;
    border-radius: 0;
/*     box-shadow: 0 4px 30px #07203f2b; */
    color: #051f40;
    font-size: 15px;
    outline: 0;
    padding: 12px 12px !important;
    -webkit-appearance: none;
    width: 100% !important;
    background-image: url(https://24277316.fs1.hubspotusercontent-na1.net/hubfs/24277316/Click-Maint/request-a-demo/arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 10px;
      font-family: Poppins,sans-serif;
}


.cm-pop-demo_form .hs-form-field .input>select option { color:#051f40; }
.cm-pop-demo_form .hs-form-field .input>select option:first-child{
  color: #051f40;
}


.cm-pop-demo_form .hs-form-field>label {
    color: #07203F;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.cm-pop-demo_form form li.hs-form-booleancheckbox label>input {
    margin-top: 6px;
}

.cm-pop-demo_form .hs-form-field .hs-form-booleancheckbox p, 
.cm-pop-demo_form .hs-form-field .hs-form-booleancheckbox span {
    font-family: Poppins,sans-serif;
    line-height: 24px;
}

.cm-pop-demo_form form li.hs-form-booleancheckbox p {
    font-size: 14px;
    margin: 0!important;
}

.cm-pop-demo_form ul.inputs-list {
    margin: 0;
    padding: 0;
}



.cm-pop-demo_form .form-columns-2 {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between;
}

.cm-pop-demo_form .form-columns-2 .hs-form-field {
    width: 47%!important;
}

.cm-pop-demo_form form input.hs-button {
    background-color: #00f0b4;
    border-radius: 100px;
    color: #051f40;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 35px;
    transition: all .3s ease-in-out;
}


.cm-pop-demo_form .hs_submit.hs-submit {
    padding-top: 24px;
}


.cm-pop-demo_form ul.inputs-list {
    margin: 0;
    padding: 0;
}


.cm-pop-demo_form .hs-error-msgs label.hs-error-msg {
    color: #ff796f;
    font-size: 12px;
    margin: 0;
}

.cm-pop-demo_main.hide-form {
    display: none;
}


/***** Form *****/










.hide-sharing {
    display: none;
}

.cm-cta-menu-link a {
    padding: 10px 15px;
    color: #051F40;
    font-size: 15px;
    font-weight: 500;
}


.cm-header {
/*     padding: 18px 0px; */
    padding: 10px 0px;
}

.cm-cta-menu-item {
    margin-right: 14px;
}

.cm-cta-menu-item:last-child {
    margin-right: 0;
}


/* .cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
    background-color: #f3776e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    margin-right: 4px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 106px;
    left: -114px;
    top: 2px;
    text-transform: uppercase;
}
 */

.cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
    background-color: #f3776e;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    margin-right: 4px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
    max-width: initial;
    margin-bottom: 10px;
    width: 114px;
}


.cm-header_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.cm-header_menu ul li.hs-menu-depth-1 {
    margin-right: 40px;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(4) {
    margin-right: 30px;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(1) {
/*     display: none; */
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(1)>a,
.cm-header_menu ul li.hs-menu-depth-1:nth-child(2)>a,
.cm-header_menu ul li.hs-menu-depth-1:nth-child(3)>a,
.cm-header_menu ul li.hs-menu-depth-1:nth-child(4)>a,
.cm-header_menu ul li.hs-menu-depth-1:nth-child(5)>a
{
    color: #051f40;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item.active a {
    color: #000000;
    font-weight: 500;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item {
    margin-bottom: 10px;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item a {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    color: #07203F;
    font-weight: 300;
    display: block;
    white-space: break-spaces;
    line-height: 18px;
}

.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item a:hover {
    color: #000000;
    font-weight: 500;
}


/* .cm-header_menu ul li.hs-menu-depth-1>a+.child-trigger+.hs-menu-children-wrapper:before  */


.cm-header_menu .hs-menu-children-wrapper:after {
    content: "" !important;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 0;
  
/*     content: "" !important;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -21px;
    left: 0; */
}


.cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
    margin-bottom: 0;
}


/* .cm-header_menu ul li.hs-menu-depth-1:nth-child(2)>a {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    color: #051F40;
    font-weight: 500;
    background-color: #E6E9EC;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    transition: all .3s ease-in-out;
}
.cm-header_menu ul li.hs-menu-depth-1:nth-child(2)>a:hover {
    background-color: #00F0B4;
} */


.cm-header_logo a {
    display: inline-block;
}

.menu-btn {
    background-color: #e6e9ec;
    border-radius: 100px;
    color: #051f40;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.menu-btn:hover {
    background-color: #00f0b4;
}

.cm-header_logo a img {
    vertical-align: middle;
    width: 100% !important;
    max-width: 150px !important;
}

.cm-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
/*     top: 0; */
    top: 46px;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease-in-out;
    transform: translateY(0) !important;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(4)>a .menu-btn {
    background-color: #00f0b4;
}

.cm-header_menu ul li.hs-menu-depth-1:nth-child(4)>a .menu-btn:hover {
    background-color: #e6e9ec;
}


.cm-header_menu .cta_button {
    background-color: #00f0b4 !important;
    border-radius: 100px !important;
    color: #051f40;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: all .3s ease-in-out;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 22px !important;
}


.cm-header_menu .cta_button.request-demo-b {
    background-color: #F3776E !important;
    color: #fff !important;
}

.cm-header_menu .hs-cta-img {
    display: none;
}


.cm-body.cm-body-fixed {
    overflow: hidden;
}




/****** Talk to us Starts ********/

.cm-popup-tu_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
      z-index: 9999;
}
.cm-popup-tu_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
    overflow: scroll;
}
.cm-popup-tu_back {
    background: rgb(5 31 64 / 75%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.cm-popup-tu_contain {
    background: #fff;
    border-radius: 5px;
    margin: 100px auto 10px;
    max-width: 1080px;
    min-height: auto;
    padding: 45px;
    position: relative;
    z-index: 99;
}
.cm-popup-tu_close {
    background: #1fc79d;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    cursor: pointer;
}

.cm-popup-tu_title h4 {
    font-size: 16px;
}
/****** Talk to us Ends ********/

/****** Join the waitlist Starts ********/
.cm-popup-jw_body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
      z-index: 9999;
}
.cm-popup-jw_body_show {
  display: block;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
    overflow: scroll;
}
.cm-popup-jw_back {
    background: rgba(5,31,64,.75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cm-popup-jw_contain {
    background: #fff;
    border-radius: 5px;
    margin: 100px auto 10px;
    max-width: 1080px;
    min-height: auto;
    padding: 45px;
    position: relative;
      z-index: 99;
}
.cm-popup-jw_close {
    background: #1fc79d;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    cursor: pointer;
}

.cm-popup-jw_title h4 {
    font-size: 16px;
}
/****** Join the waitlist Ends ********/


.highlight-menu .mega_menu-box_rs_nav_box {
    padding: 6px 10px !important;
    background-color: #183150;
    border-radius: 4px;
}

.mega_menu-box_rs_nav_icon img {
    vertical-align: middle;
}

.highlight-menu .mega_menu-box_rs_nav_text span {
    color: #00F0B4;
}



.mega_menu-box_prd_tour .mega_menu-box_form form .hs_submit.hs-submit input.hs-button.primary.large {
    background-color: #07203F;
    color: #fff;
    font-size: 16px;
}

.mega_menu-box_prd_tour .mega_menu-box_form {
    max-width: 500px;
    margin: 0;
}

.mega_menu-box_prd_tour {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mega_menu-box_prd_tour .mega_menu-box_form form .hs-form-field input {
  font-size: 15px;
}


.mega_menu-box_prd_tour .mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list {
        visibility: visible !important;
        opacity: 1;
        background-color: transparent !important;
    }



.mega_menu-box_form h3.form-title {
    padding: 0;
}


.mega_menu-box_form form .hs-form-field>label {
    display: none;
}

/* .mega_menu-box_form form .hs-form-field input {
    background-color: transparent;
    border: 0;
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    padding: 13px 18px;
    outline: 0;
} */

.mega_menu-box_form form .hs-form-field input {
    background-color: transparent;
    border: 0;
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    outline: 0;
    padding: 14px 18px;
}

/* .mega_menu-box_form form .hs_submit.hs-submit input.hs-button.primary.large {
    background-color: #28f0b4;
    border-radius: 0;
    border-radius: 0 100px 100px 0;
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 10px;
    text-transform: uppercase;
    width: 100%;
} */

.mega_menu-box_form form .hs_submit.hs-submit input.hs-button.primary.large {
    background-color: #28f0b4;
    border-radius: 0;
    border-radius: 0 100px 100px 0;
    color: #051f40;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 10px;
    text-transform: uppercase;
    width: 100%;
}


.mega_menu-box_form form .hs-form-field {
    margin: 0;
}


.mega_menu-box_form {
    margin-right: 15px;
/*     width: calc(100% - 160px); */
  width: 100%;
}

/* .hs_submit.hs-submit {
    width: 155px;
} */


.mega_menu-box_form form .hs_submit.hs-submit {
    width: 195px;
}


.mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
}

.mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg.hs-main-font-element {
    font-size: 12px;
    color: #f00;
    margin: 0;
}


.home-banner_btn_group.df {
    width: 100%;
    max-width: 520px;
}

/* .mega_menu-box_form form .hs-form-field {
    margin: 0;
    width: calc(100% - 155px);
} */

.mega_menu-box_form form .hs-form-field {
    margin: 0;
    width: calc(100% - 205px);
}

.mega_menu-box_form form .hs-form-field .input ::placeholder {
  color: #717171;
}


.form-btm-text p {
    color: #fff;
    font-size: 16px;
}

.form-btm-text {
    padding-left: 20px;
    padding-top: 24px;
}

.mega_menu-box_form form .hs_error_rollup {
    display: none;
}


.not-child ul {
    position: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    width: inherit !important;
    padding: 0 !important;
    box-shadow: 0px 0px 0px 0px rgba(212, 201, 201, 0.75) !important;
    background-color: transparent !important;
    list-style-type: none;
}

.not-child ul a {
    padding: 0 !important;
}

.mega_menu_rs_sub .mega_menu-box {
    width: 100%;
    display: none;
}

.mega_menu-box_rs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.mega_menu-box_rs_nav ul li a {
    color: #1E9F78;
    font-weight: 700;
    font-size: 18px;
}

.mega_menu-box_rs_title p {
    color: #1E9F78;
    font-weight: 700;
    font-size: 18px;
}

.mega_menu-box_rs_title p a {
      color: #1E9F78;

}
.mega_menu-box_rs_nav_text span {
    font-size: 14px;
    font-weight: 400;
}


.mega_menu_navs ul li a {
    color: #051f40;
    font-size: 15px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.mega_menu-box_rs_child ul li {
    width: 100%;
    margin-bottom: 12px;
}

.mega_menu-box_rs_child ul li a {
    padding-left: 24px !important;
    color: #fff !important;
    font-weight: 400;
}

.mega_menu_navs li {
    width: 100%;
    margin-bottom: 8px;
}

.mega_menu-box_rs_child ul li a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(https://24277316.fs1.hubspotusercontent-na1.net/hubfs/24277316/Click-Maint/mega-menu/child-check.svg);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 2px;
}

.mega_menu-box_rs_child {
    padding-left: 20px;
    padding-top: 14px;
}

.mega_menu-box_rs_nav_icon {
    width: 14px;
}

.mega_menu-box_rs_nav_text {
    width: calc(100% - 24px);
}

.mega_menu-box_rs_nav_box {
    justify-content: space-between;
}

.mega_menu-box_rs_title {
    padding-bottom: 10px;
}

.mega_menu-box_rs_nav>ul>li {
    margin-bottom: 10px;
}

.mega_menu-box_rs_nav>ul>li:last-child {
    margin-bottom: 0;
}

.mega_menu-box_rs_lf {
    width: 28%;
}

.mega_menu-box_rs_rt {
    width: 70%;
}

.mega_menu-box_rs_blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mega_menu-box_rs_blog_left {
    width: 48%;
}

.mega_menu-box_rs_blog_right {
    width: 48%;
}

.mega_menu-box_rs_blog_featured .featured-image {
    width: 100% !important;
    height: auto;
    vertical-align: middle;
}

.mega_menu-box_rs_menu li {
    width: 100%;
    margin-bottom: 8px;
}

.mega_menu-box_rs_menu li a {
    color: #051f40;
    font-size: 15px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.mega_menu-box_rs_blog_featured a {
    border-radius: 8px;
    background-color: #fff;
    padding: 8px;
}

.mega_menu-box_rs_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.mega_menu-box_rs_bottom_icon img {
    vertical-align: middle;
}

.mega_menu-box_rs_bottom_text p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.mega_menu-box_rs_resources .mega_menu-box_rs_menu li {
    margin-bottom: 8px;
}

.mega_menu-box_rs_resources .mega_menu-box_rs_menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    display: block;
}

.mega_menu-box_rs_kit {
    margin-bottom: 20px;
}

.mega_menu-box_rs_child ul li:last-child {
    margin-bottom: 0;
}

.mega_menu-box_rs_kit:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


.mega_menu-box_rs_btm a {
    background-color: #183150;
    border-radius: 8px;
    padding: 18px 28px;
    color: #28F0B4;
    font-weight: 600;
    display: inline-block !important;
    position: relative;
    width: 100%;
    font-size: 18px;
    background-image: url(https://24277316.fs1.hubspotusercontent-na1.net/hubfs/24277316/Click-Maint/mega-menu/glossary.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right 30px;
}

.mega_menu-box_rs_btm {
    margin-top: 20px;
}

.main_menu ul li:hover > .mega_menu .mega_menu-box {
    display: block;
}

.free_trail a {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    background-color: #051f40;
    border: 2px solid #b4f000;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
}

.mega_menu-box_prd_bx {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.book_a_demo .book-a-demo {
    background-color: #b4f000;
    border: 1px solid #b4f000;
    border-radius: 50px;
    color: #051f40;
    padding: 11px 16px;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
}

.software-parent .mega_menu.sub_menu {
    max-width: 680px;
}

.industries-parent .mega_menu {
    max-width: 560px;
}

li.highlight_link {
    padding-left: 20px;
    background-image: url(https://24277316.fs1.hubspotusercontent-na1.net/hubfs/24277316/clickmaint_2025/software/check.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center left 0px;
}

/*** SEARCH BAR *****/





/*** SEARCH BAR *****/













/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:991px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 990px){


  /* Variables
     ========================================================================== */

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -35px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid ;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: #051f40;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: #051f40;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #051f40; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: ; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary{
       position: relative;
/*        padding-top: 10px; 
       margin: 10px 0 10px 0; */
   }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
        margin-top: 15px;
  }

  .cm-header_menu ul .hs-menu-depth-1 {
      margin-bottom: 14px !important;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



.cm-popup-box_img {
    width: 30%;
}
.cm-popup-box_right {
    width: 65%;
}

/* .cm-popup-box_content h3 {
    color: #051F40;
    font-size: 36px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    margin: 0;
    padding-bottom: 30px;
}
 */

.cm-popup-box_content p {
/*     color: #051F40;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    line-height: 28px; */
}


.cm-header_menu ul li.hs-menu-depth-1:last-child {
    margin-right: 0;
}

.cm-popup-box_form .submitted-message {
    color: #051F40;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    line-height: 28px;
}

.cm-popup-box_content {
    padding-bottom: 20px;
}


.cm-header.scroll-up {
  transform: translateY(0);
}


.cm-header.scroll-down {
  transform: translateY(-100%);
}











/************* Mega Menu ****************/

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.main_menu ul li a {
  display: block;
}

.cm-normal-menu-item>a {
    padding: 13px 22px;
    color: #051F40;
    font-size: 15px;
    font-weight: 500;
}


.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: var(--hover-color);
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
/*   padding: 10px 25px;
  font-size: 15px; */
}
.main_menu ul li ul li a i {
  float: right;
}

.mega_menu-box_rs_nav li {
    width: 100%;
    margin-bottom: 14px;
}




.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}

.has_dropdown_normal {
    position: relative !important;
}

.has_dropdown_normal .mega_menu-box_top_item {
    width: 100%;
    margin-bottom: 20px !important;
}


.has_dropdown_normal .mega_menu-box {
    width: 100%;
}

.has_dropdown_normal .mega_menu-box_top_item:last-child {
    margin-bottom: 0 !important;
}

.has_dropdown_normal .mega_menu.sub_menu {
    width: 225px;
}

.mega_menu {
    background: #fff;
    border-radius: 10px;
    box-shadow: -3px 3px 20px #191b2734;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    overflow: hidden;
    border: 2px solid #E9FCF8;
}

.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}


.main-menu-ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cm-cta-menu-item .cta_button {
    background-color: #00f0b4 !important;
    border-radius: 100px !important;
    color: #051f40;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: all .3s ease-in-out;
    cursor: pointer !important;
    display: inline-block !important;
    line-height: 22px !important;
}

.cm-cta-menu-item .cta_button.request-demo-b {
    background-color: #F3776E !important;
    color: #fff !important;
}



.mega_menu-box_top_item {
    width: 48%;
    margin-bottom: 20px;
}

.mega_menu-box_top_wrap {
    padding: 20px;
    padding-bottom: 4px;
}

.mega_menu-box_top_item_icon {
    width: 22px;
}

.mega_menu-box_top_item_link {
    width: 100%;
}

.mega_menu-box_top_item_link a {
    color: #051f40;
    font-size: 15px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.mega_menu-box_top_item_icon img {
    vertical-align: middle;
}
/* 
.mega_menu-box_top_item:nth-last-child(-n+2) {
    margin-bottom: 0;
} */

.mega_menu-box_btm {
    background-color: #07203f;
    padding: 20px;
    position: relative;
    padding-right: 150px;
}

.mega_menu-box_btm_img {
    position: absolute;
    width: 135px;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.mega_menu-box_btm_title p {
    color: #28F0B4;
    font-size: 20px;
    font-weight: 600;
}

.mega_menu-box_btm_title {
    padding-bottom: 16px;
}

.mega_menu-box_btm_item_link a {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.mega_menu-box_btm_item {
    width: 48%;
    margin-bottom: 15px;
}

.mega_menu-box_top_item_link i {
    color: #1E9F78;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
}

.mega_menu-box_btm_item_link i {
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
}

.mega_menu-box_prd_tour {
    background-color: #051F40;
    padding: 20px 20px;
    text-align: right;
}


.tour-wrap_text p {
    color: #07203F;
    font-size: 16px;
    font-weight: 400;
}

.tour-wrap_link a {
    color: #07203f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block !important;
    line-height: 25px;
    vertical-align: middle;
}

.tour-wrap_link {
    padding-left: 24px;
    position: relative;
    top: -2px;
}

.tour-wrap {
    justify-content: flex-end;
}


.tour-wrap_link i {
    color: #07203f;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.mega_menu-box_top_item_link a:hover {
    color: #1E9F78;
}

.cm-cta-menu-item_last {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



.cm-cta-menu-item:nth-child(2) {
/*     margin-left: 15px; */
}

.main_menu {
    width: 80%;
    position: relative;
}

.cm-cta-menu-item_secondary .cta_button {
    background-color: #fff !important;
    border: 3px solid #B4F005 !important;
    padding: 8px 20px !important;
}

.cmn_banner {
  display: none;

}


.cmn_banner {
    background-color: #07203F;
}

.cmn_banner {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
}



.cmn_banner_text_box {
    background-color: #B4F000;
    padding: 10px 20px; 
    text-align: center;
}

.cmn_banner_icn {
    width: 23%;
}


.cmn_banner_text_box h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 24px;
}

.cmn_banner_icn img {
    vertical-align: middle;
}

.cmn_banner_text_box p {
    font-size: 12px;
    line-height: 18px;
}

.cmn_banner_text {
    width: 54%;
}

.cmn_banner_btn a {
    border-radius: 100px;
    color: #051f40;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    background-color: #b4f000;
    border: 1px solid #b4f000;
}
.cmn_banner_btn {
    width: 14%;
    text-align: right;
}



/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {

  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  
    .mega_menu-box_prd_tour .mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list {
        bottom: -16px;
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 11px;
    }
  
  
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
            z-index: -1;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}



/************* Mega Menu ****************/



.support_mega_menu .mega_menu-box_top_wrap {
    padding: 20px;
}



.cmtb_call {
    margin-right: 30px;
    margin-top: -6px;
}

.cmtb_call a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}


/*********** Responsive code ***************/

/************** ipad ***************/

@media (max-width: 1200px) {

/* 
  .cm-header_menu li a, .menu-btn {
      padding: 12px 30px;
  } */

  
  .main_menu {
      width: 82%;
  }
  
  .cm-normal-menu-item>a {
      padding: 13px 20px;
  }
  
}


@media (max-width: 1080px) {
  
  
    .main_menu {
        width: 82%;
        position: relative;
    }

  
  .cm-popup-tu_contain {
      max-width: 90%;
      padding: 35px;
    margin: 50px auto 10px;
  }
  
  
  .cm-popup-jw_contain {
      max-width: 90%;
      padding: 35px;
    margin: 50px auto 10px;
  }

}


@media (min-width: 991px) {
  
  .cm-header_wrap_mobile {
      display: none;
  }
  
}


@media (max-width: 990px) {
  
  .main_menu {
      width: 82%;
      position: relative;
  }

  .mega_menu.sub_menu {
      max-width: calc(100% - 40px);
      margin: 0px auto;
  }

  .cm-normal-menu-item>a {
      padding: 13px 14px;
  }
  
  
  .cm-header_wrap_desktop {
      display: none;
  }

}


/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}


@media (min-width: 768px) { 
  
  
  .mega_menu-box_form form {
      background-color: #fff;
      border: 1px solid #00f0b4;
      border-radius: 100px;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      justify-content: space-between;
  }

  .mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list {
      position: absolute;
      bottom: -22px;
  }
  
  


  .cm-header_menu ul li.hs-menu-depth-1:nth-child(2) ul.hs-menu-children-wrapper {
      width: 220px !important;
  }
  
  .cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
      background-color: #fff;
      padding: 20px 30px;
      border-radius: 5px;
      width: 330px;
  /*     margin-top: 18px; */
      box-shadow: 0px 0px 35px #00000029;
  }

  .cm-header_menu ul .hs-menu-depth-1.hs-item-has-children>a:after {
      content: "\f107";
      font: normal normal normal 14px/1 FontAwesome;
      margin-left: 8px;
      color: #000;
      position: absolute;
      top: 13px;
      transition: all .3s ease-in-out;
  }

  
  .cm-header_menu ul .hs-menu-depth-1.hs-item-has-children>a {
      position: relative;
      padding-right: 14px !important;
  }

  
  .cm-header_menu ul .hs-menu-depth-1.hs-item-has-children:hover>a:after {
      transform: rotate(180deg);
  }
  

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
      z-index: 10;
  } 
  

}

/************** iphone roatate***************/
@media (max-width: 767px) {
  
  
  .mega_menu-box_form form ul.no-list.hs-error-msgs.inputs-list {
      padding-top: 8px;
      padding-left: 18px;
  }
  .mega_menu-box_form form .hs-form-field input {
      background-color: #fff;
      border: 1px solid #00f0b4;
      border-radius: 100px;
  }
  
  .mega_menu-box_form form .hs_submit.hs-submit input.hs-button.primary.large {
      border-radius: 100px;
  }
  
  .mega_menu-box_form form .hs-form-field {
      margin: 0 0 24px;
      width: 100%;
  }
  
  
  .cm-pop-demo_contain {
      max-width: 94%;
  }

  

  
  
  .cm-header {
      padding: 12px 0px;
  }
  
  .cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
      width: 124px;
  }

  
  .cm-header_menu ul li.hs-menu-depth-1:nth-child(1) span {
      position: relative;
      left: unset;
      top: -11px;
      right: -3px;
  }
  
  .cm-header_menu ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
      padding-top: 10px;
  }


  .cm-popup-box_img {
      width: 30%;
      display: none;
  }
  

  .cm-popup-box_right {
      width: 100%;
  }


  .cm-header_logo {
      width: 180px;
  }


/*   .cm-header_menu li a, .menu-btn {
      padding: 12px 25px;
  } */

    .cm-header_menu {
        width: 100%;
  }
  
  
  
  .cm-popup-tu_contain {
      padding: 25px;
  }
  
  
  .cm-popup-jw_contain {

      padding: 25px;
  }
  
  
  .cm-header_menu ul .hs-menu-depth-1:last-child {
      margin-bottom: 0 !important;
  }
  

  .cm-popup-box_content h3 {
      font-size: 32px;
      padding-bottom: 20px;
  }
  

  .cm-popup-box_content p {
      font-size: 16px;
      line-height: 24px;
  }

  
}

/************** iphone ***************/
@media (max-width: 479px) {
  
  .cmtb_call {
      display: none;
  }
  
  .cm-sft-block_top_img {
      display: none;
  }

  .cm-sft-block_top_left {
      padding: 20px;
      width: 100%;
  }
  
  .cm-popup-sft_contain {
      max-width: 90%;
  }
  

  .cmpdpt_left {
      width: 100%;
      margin-bottom: 24px;
  }

  .cmpdpt_right {
      width: 100%;
  }

  .t_price_amount p {
      font-size: 45px;
  }

  
  .cm-pop-demo_form .form-columns-2 .hs-form-field {
      width: 100% !important;
  }

  .cm-header_logo {
      width: 160px;
  }

/* .cm-header_menu li a, .menu-btn {
      padding: 10px 20px;
  } */

  
  .cm-popup-tu_contain {
      padding: 20px;
  }

}