body,h1, h2, h3, h4, h5 { font-family: "Segoe UI", Helvetica, sans-serif !important;}
.content-wrapper {padding: 0 20px;max-width: 1355px;margin: 0 auto;}
img {border: 0;height: auto;max-width: 100%;}

.support_breadcrumbs .content-wrapper {
    padding: 0 20px;
    max-width: 1355px !important;
    margin: 0 auto;
    height: 100%;
}

.support_breadcrumbs {
    background: #f4f7fc;
    height: 41px;
    line-height: 37px;
}

.support_breadcrumbs ol {
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0;
}

.support_breadcrumbs ol li a,
.support_breadcrumbs ol li {
    color: #313131;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
}

.support_breadcrumbs ol li .icon-angle-right:before {
    content: "";
    margin: 0 15px 0 15px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/support_breadcrumbs_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px;
}

.has-icon {
    position: relative;
    /* padding-left: 18px; */
}

.has-icon::before {
    /* content: "›"; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px; */
    content: "";
    margin: 0 15px 0 15px;
    color: #000;
    font-size: 14px;
    background: url(/template/default/images/support_breadcrumbs_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: 6px;
}


.increase-market {
  border-radius: 1px;
  background-image: -moz-linear-gradient( 90deg, rgb(54,114,164) 0%, rgb(100,161,231) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(54,114,164) 0%, rgb(100,161,231) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(54,114,164) 0%, rgb(100,161,231) 100%);
  height: 350px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.increase-market .main-title{padding-top: 150px;font-size: 54px;color: #fff;font-weight: bold;margin: 0px;padding-bottom: 30px;}
.increase-market p{padding: 0px;font-size: 16px;color: #fff;    font-weight: 400;margin: 0;}

.market-intro{
    padding: 60px 0px;
}

.market-intro h2{ font-size: 54px;color: #1e1e1e;font-weight: bold;    margin: 0 0 60px 0;}
.market-intro h2 span{background-image: linear-gradient(#89CBF7, #0065D0); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}


.marketing_advanced_features {
    display: inline-block;
    width: 100%;
    text-align: center; padding: 60px 0px;
}

.marketing_advanced_features h2{
    font-size: 54px;color: #1e1e1e;font-weight: bold;
}
.marketing_advanced_features p{
    font-size: 16px;color: #3b3b3b;line-height: 24px;
}


.advance_feature_img {
  border-radius: 35px;
  background: rgb(238, 249, 254);
  /* position: absolute;
  left: 232px;
  top: 1545px; */
  width: 545px;
  height: 425px;
  /* z-index: 47; */    padding: 25px;
}


.advance_feature_container {
    display: grid;
    grid-template-columns: auto auto;
    gap: 80px 120px;    padding-top: 60px;    margin: 0 auto;
    width: 1215px;
}.advance_feature_box {
    text-align: left;
}

.advance_feature_box h3{
    font-size: 24px;color: #1e1e1e;font-weight: bold;
}

.advance_feature_box p{
    font-size: 16px;color: #3b3b3b;line-height: 24px;
}

.strat_trial{margin-top: 60px;}
.strat_trial a{
  background-image: -moz-linear-gradient( 90deg, rgb(2,130,215) 0%, rgb(37,167,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(2,130,215) 0%, rgb(37,167,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(2,130,215) 0%, rgb(37,167,254) 100%);
display: inline-block;
  width: 180px;
  height: 42px;
font-size: 16px;color: #fff;
border-radius: 40px;    line-height: 40px;
}
.strat_trial a:hover{
      background-image: -moz-linear-gradient( 90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(37,167,254) 0%, rgb(2,130,215) 100%);
      color: #fff !important;
}
.let_team_design {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}

.let_team_design h2{
  font-size: 54px;color: #1e1e1e;font-weight: bold;
}
.let_team_design h2 span{background-image: linear-gradient(#89CBF7, #0065D0); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.let_team_design p{
font-size: 16px;color: #3b3b3b;
}

.let_team_design_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;    margin: 0 auto;
    width: 1215px;
    gap: 100px;
}

.let_team_design_wrapper_content{
        text-align: left;    padding-top: 35px;
}

.let_team_design_wrapper_content h4{
    font-size: 24px;color: #1e1e1e;font-weight: bold;
}
.let_team_design_wrapper_content p{    font-size: 16px;
    color: #3b3b3b;    line-height: 24px;
    text-align: justify;
}
/* .let_team_design_wrapper_content a{} */

.let_team_design_wrapper_content a{
    font-size: 16px;
    color: #0282d7;
    font-weight: 600;
    /* box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.13); */
    padding: 0px 25px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 30px;
    /* border: 2px solid rgb(220, 241, 253); */
    border: 2px solid rgb(37, 167, 254);
    background: rgb(255, 255, 255);
    width: 240px;
    height: 42px;
    margin-top: 15px;
}
.let_team_design_wrapper_content a:hover{
    background: aliceblue;
}
.main_daily_emails_title {
    text-align: center;
    padding-bottom: 60px;
}

.main_daily_emails_title h2{    font-size: 54px;
    color: #1e1e1e;
    font-weight: bold;}
.main_daily_emails_title h2 span{    background-image: linear-gradient(#89CBF7, #0065D0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.main_daily_emails_title p{    font-size: 16px;
    color: #3b3b3b;line-height: 24px;}
.main-footer {border-top: 1px solid rgb(218, 232, 240);}
/* 
.freedemo-section {border: 1px solid rgb(208, 231, 253);border-radius: 25px;
    height: 320px;padding: 25px 0px 30px 30px;margin: 0px;background: #edf4fb;display: flex;justify-content: space-between;}
.freedemo-section .three_fourth {width: 74.5%;}
.freedemo-section .one_fourth {width: 23.5%;}



@media only screen and (max-width:1280px) {
.freedemo-section .freedemo-head br,.freedemo-section .freedemo-content br {display:none;}
}

@media only screen and (max-width:1170px) {
.freedemo-section{height:auto !important;}
.freedemo-section .one_fourth{margin:0px !important;}
}

@media only screen and (max-width: 1024px) {
.freedemo-section .freedemo-head{font-size:35px !important}
.features-holder .feature-dropdown {display: block !important;border-radius: 5px;background-image: -webkit-linear-gradient(90deg, rgb(48 141 216) 0%, rgb(53 120 204) 100%) !important;font-size: 18px;font-weight: 400;}
.features-holder .features-content {display: flex; padding: 40px 0 20px;flex-direction: column;}
.features-holder .feature-right-section {width: 100%;padding: 10px 0px;}
.features-holder .feature-leftmenu {border-right: none;width: 100%;border: none;padding: 0px;}
.feature-container .feature-title{padding-top:100px;}
} */
/* 
@media only screen and (max-width: 980px) {
.feature-container .feature-header { height: auto;padding-bottom: 40px;}
.feature-container .feature-title { font-size: 45px;}
.freedemo-section{padding:20px !important;}
.freedemo-section .one_fourth {display: none;}
.freedemo-section .three_fourth {width: 100%;}
}

@media only screen and (max-width: 768px) {
.freedemo-section .three_fourth { width: 100% !important;}
.feature-container .feature-title {font-size: 40px;}
.feature-container .feature-subtxt{padding:10px 0px;text-align:justify;}
.feature-right-section .manual-holder h2:first-child{text-align:left !important; font-size: 28px !important;}
.freedemo-section .freedemo-head{ font-size: 30px !important;line-height:normal !important;}
.freedemo-section .freedemo-button{width: auto !important; padding: 0px 15px !important;font-size: 16px !important;}
.home-demo-holder-new { padding: 30px 0 35px !important;}
.features-holder .features-content {display: flex;padding: 20px 0 20px;flex-direction: column;}
}

@media only screen and (max-width: 600px) {
.freedemo-section .freedemo-content{text-align:justify;}
.manual-block { margin-bottom: 0;}
.home-demo-holder-new {padding: 0px 0 35px !important;}
.freedemo-section .freedemo-head { font-size: 25px !important; line-height: normal;}
} */


.main_daily_emails {
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
}

.main_daily_emails .tab-section {
  /* max-width: 1100px; */
  margin: auto;
}

.main_daily_emails input[type="radio"] {
  display: none;
}

.main_daily_emails .tab-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.main_daily_emails .tab-content {
  width: 50%;
}

.main_daily_emails .tab-content label {
  display: block;
  padding: 16px;
  cursor: pointer;
  border-left: 5px solid #e9edf3;
  transition: 0.3s;
}
.main_daily_emails .tab-content p label {
    padding: 12px 0px 25px 20px;    text-align: justify;
    font-size: 16px;
    color: #3b3b3b;
    line-height: 24px;
}
.main_daily_emails .tab-content h4 {
  margin: 0px;    font-size: 24px;
    color: #1e1e1e;
}
.main_daily_emails .tab-content h4 label {
    /* padding: 0px 16px; */
    padding: 0px 16px 0 20px;
}
.main_daily_emails .tab-content p {
  margin: 0px;
}

/* .tab-content label:hover {
  background: #f5f7fa;
} */

.main_daily_emails .tab-content p:last-child label{
    padding-bottom: 0px;
}

/* .main_daily_emails #tab1:checked ~ .tab-wrapper .tab-content label[for="tab1"],
.main_daily_emails #tab2:checked ~ .tab-wrapper .tab-content label[for="tab2"],
.main_daily_emails #tab3:checked ~ .tab-wrapper .tab-content label[for="tab3"],
.main_daily_emails #tab4:checked ~ .tab-wrapper .tab-content label[for="tab4"] {
  border-image: linear-gradient(90deg, rgb(2, 130, 215), rgb(37, 167, 254)) 1;
} */

.main_daily_emails .tab-content label {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.main_daily_emails #tab1:checked ~ .tab-wrapper .tab-content label[for="tab1"],
.main_daily_emails #tab2:checked ~ .tab-wrapper .tab-content label[for="tab2"],
.main_daily_emails #tab3:checked ~ .tab-wrapper .tab-content label[for="tab3"],
.main_daily_emails #tab4:checked ~ .tab-wrapper .tab-content label[for="tab4"] {
  border-image: linear-gradient(90deg, rgb(2, 130, 215), rgb(37, 167, 254)) 1;
  transform: translateY(-2px);
}

.main_daily_emails .tab-images {
  width: 50%;
  position: relative;
  text-align: center;
}

.main_daily_emails .tab-images img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: 0.6s ease;
}

.main_daily_emails #tab1:checked ~ .tab-wrapper .img1,
.main_daily_emails #tab2:checked ~ .tab-wrapper .img2,
.main_daily_emails #tab3:checked ~ .tab-wrapper .img3,
.main_daily_emails #tab4:checked ~ .tab-wrapper .img4 {
  opacity: 1;
  transform: scale(1);
  position: relative;

    /* width: 545px;
    height: 585px; */
    width: auto;
    height: auto;
}


@media (max-width: 980px) {
 .main_daily_emails .tab-wrapper {
    flex-direction: column;
  }

 .main_daily_emails .tab-content,
 .main_daily_emails .tab-images {
    width: 100%;
  }

 .main_daily_emails .tab-images img {
    /* position: relative; */
            max-width: 70%;
        height: auto !important;
  }
}


@media only screen and (max-width:1280px){

  .advance_feature_container{
        display: flex;
    flex-wrap: wrap;width: 100%;gap: 30px;
    justify-content: space-between;
  }
    .let_team_design_wrapper{width: 100%;gap: 40px;}
      .advance_feature_box {
        text-align: center;
        width: 48%;
    }
    .advance_feature_img{
      width: 100%;
      height: auto;          margin: 0 auto;
      text-align: center;}
    .increase-market p br, .marketing_advanced_features p br{display: none;}
    .increase-market{padding: 0px 20px;}
}

@media only screen and (max-width:1170px){
.market-intro h2,.let_team_design h2,.main_daily_emails_title h2,.marketing_advanced_features h2 {font-size: 45px;}
.main_daily_emails .tab-content h4{font-size: 21px;}
.market-intro {padding: 60px 20px;}
.increase-market{height: auto;        padding-bottom: 50px;}
.increase-market .main-title {
    padding-top: 100px;font-size: 45px;}
.advance_feature_box h3{min-height: 70px;}

}

@media only screen and (max-width:980px){
    .market-intro h2 {margin-bottom: 30px;}
    .market-intro {
    padding: 30px 20px;
}
.marketing_advanced_features,.main_daily_emails,.let_team_design{padding: 30px 0px;}
.advance_feature_container{padding-top: 30px;}
.let_team_design_wrapper{
    display: flex;flex-direction: column-reverse;        gap: 0px;
}
.market-intro h2, .let_team_design h2, .main_daily_emails_title h2, .marketing_advanced_features h2 {
        font-size: 40px;
    }
        .advance_feature_box {
        text-align: center;
        width: 47%;
    }
}

@media only screen and (max-width:767px){
    .main_daily_emails_title p br{display: none;}

    .advance_feature_box h3 {
    font-size: 22px;}

    .advance_feature_img {
        width: fit-content;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    .market-intro h2, .let_team_design h2, .main_daily_emails_title h2, .marketing_advanced_features h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width:600px){

.advance_feature_container {
    display: grid;
    grid-template-columns: 100%;}
    .advance_feature_box {
        text-align: center;
        width: 100%;
    }
    .advance_feature_box h3{min-height: auto;}
}




/* 24-1-26 */

.freedemo-section  {
  border-width: 1px solid rgb(225, 239, 252) !important;
  border-radius: 15px !important;
  background-color: rgb(249, 252, 254) !important;
}
@media only screen and (max-width:1170px){
    .one_fourth{
    position: relative;
    }
    .demo-bgright{
    position: absolute;
    bottom: -31px;
    }
}