/* @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    */
/*****************************************/

@font-face
{
    font-family: Raleway-Regular;
    src: url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/fonts/Raleway-Regular.ttf');
}

@font-face
{
    font-family: Raleway-Medium;
    src: url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/fonts/Raleway-Medium.ttf');
}

@font-face
{
    font-family: Raleway-SemiBold;
    src: url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/fonts/Raleway-SemiBold.ttf');
}

@font-face
{
    font-family: Raleway-Bold;
    src: url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/fonts/Raleway-Bold.ttf');
}

body
{
    padding: 100px 0;
    font-family: Raleway-Regular;
}

p
{
  font-family: Raleway-Regular;
}

.font_raleway_regular
{
  font-family: Raleway-Regular;
}

.font_raleway_bold
{
  font-family: Raleway-Bold;
}

.landing_outer
{
    max-width: 1058px;
    margin: auto;
}

.main_content
{
  display: flex;
}

.main_content .content_left h2
{
  font-size: 44px;
  line-height: 107.69%;
  color: #283259;
  margin: 10px 0 15px 0;
  max-width: 420px;
}

.main_content .content_left .hero_content
{
  max-width: 420px;
  font-size: 14px;
  line-height: 145.19%;
  color: #182040;
}

.cross_logo
{
 margin: 0 15px 0 20px; 
}

.main_content .content_right img
{
  position: relative;
  top: -30px;
}

.tabs_sidebar {
    width: 26%;
    float: left;
}

.tabs_container {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}

.tabs_content
{
   padding-left: 115px;
   width: 74%;
   float: left;
}

.tabs_content section
{
  display:none;
}

.tabs_sidebar ul.main_side {
    height: 100%;
    list-style: none;
    padding: 0;
    width: 100%;
    border: 1px solid #D7DEF1;
    border-radius: 10px;
}

.tabs_sidebar>ul>li:first-child {
    border-radius: 10px 10px 0px 0px;
}

.tabs_sidebar>ul>li:last-child {
    border-radius: 0px 0px 10px 10px;
}

.tabs_sidebar > ul > li {
    border-bottom: 1px solid #D7DEF1;
    margin: 0;
    padding: 17px 15px 17px 22px;
}

.tabs_sidebar > ul > li:last-child {
    border-bottom: none;
}

.tabs_sidebar > ul > li > a {
    font-size: 14px;
    line-height: 145.19%;
    text-decoration: none;
    font-family: Raleway-Regular;
    color: #182040;
    position:relative;
    width: 100%;
    display: inline-block;
}

.tabs_sidebar > ul > li.active
{
  background: #EFF1F9;
}

.tabs_sidebar > ul > li.active > a
{
  color: #182040;
  font-family: Raleway-SemiBold;
}

.tabs_sidebar ul ul
{
  position: static;
  display: none; 
  transition: all 0.5s;
  margin: 5px 0 0 0;
  list-style: disc;
}

.tabs_sidebar ul ul li
{
    padding: 0;
    margin: 0;
}

.tabs_sidebar ul.show{
  display: block;
  transition: all 0.5s;
}

.tabs_sidebar ul ul li a {
    font-size: 14px;
    line-height: 145.19%;
    text-decoration: none;
    font-family: Raleway-Regular;
    color: #182040;
}

.tabs_sidebar ul ul li.active a
{
  color: #182040;
  font-family: Raleway-SemiBold;
}

.tabs_sidebar a span
{
  position:absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tabs_sidebar a span.sub_menu_arrow
{
  background:url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/submenu_arrow.png');
  width: 13px;
  height: 8px;   
}

.tabs_sidebar a span.contact_arrow
{
  background:url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/contact_arrow.png');
  width: 17px;
  height: 10px;
}

section .sec_heading
{
  font-size: 32px;
  line-height: 122.19%;
  color: #283259;
  margin-bottom: 15px;
}

section .sec_sub_heading
{
  font-size: 24px;
  line-height: 122.19%;
  color: #283259;
  margin-bottom: 15px;
}

section div.sec_text p,section div.sec_text
{
 font-family: Raleway-Regular; 
 font-size: 14px;
 line-height: 145.19%;
 color: #182040;
 margin-bottom: 20px;
}

section .author
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    margin-top: 30px; 
}

section .author .author_img
{
  display: flex;
}

section .author .author_img img
{
   border-radius: 50%;
}

section .designation h2 {
    color: #182040;
    font-family: Raleway-Medium;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    font-weight: 500;
}

section .designation h3 {
    color: #626a8a;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    font-weight: 400;
}

.expect_content_left {
    position: relative;
}

.expect_content {
    display: flex;
  margin-bottom: 70px;
}

.expect_content_left {
    position: relative;
    flex: 0 0 175px;
}

.expect_content_right
{
  flex: 1;
  position: relative;
  padding-top: 45px;
  padding-left: 0px;
}

.expect_move_in {
    display: flex;
    align-items: center;
}

span.moves_text, .expect_content_right button.accordion-button .accordion_heading .dot_text span {
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #182040;
    margin-left: 5px;
    font-family: Raleway-Bold !important;
}

.expect_content_right button.accordion-button .accordion_heading h2 {
    font-size: 14px;
    line-height: 140%;
    font-family: Raleway-Bold;
    margin-bottom: 0;
    width: 100%;
    color: #182040;
    position:relative;
}

.expect_content_right button.accordion-button .accordion_heading h2 span
{
  font-family: Raleway-Medium !important;
  font-weight: 500 !important;
}

.expect_content_right button.accordion-button .accordion_heading span
{
    font-family: Raleway-Regular !important;
    font-size: 14px;
    line-height: 140%;
    color: #182040;
    font-weight: 400;
}

.expect_content_right button.accordion-button .accordion_heading > span
{
  font-style: italic;
}

.accordion-item
{
  border: 1px solid #D7DEF1;
}

.accordion-button:focus,.accordion-button:hover,.accordion-button:active {
    background: #fff !important;
    box-shadow: none !important;
    border: none !important;
    font-family: inherit !important;
  z-index: initial;
}

.expect_content_right .accordion-button
{
  padding-left:0px;
  padding-right:0px;
  padding-top: 35px;
}

.expect_content_right .accordion-item:first-child .accordion-button
{
  padding-top:0px;
}

.accordion-body {
    padding: 0px 0px 1rem 0px;
  font-size: 14px; 
    line-height: 140%;
    color: #182040;
}

.accordion-body p {
    font-size: 14px;
    line-height: 140%;
    color: #182040;
    
}

.accordion-body p:last-child
{
   margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none !important;
}

.accordion-button::after
{
  background-image:url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/accordion_arrow.png') !important;
  width:13px;
  height:8px;
  background-size: auto;
}

.accordion-button:not(.collapsed)::after
{
  background-image:url('https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/accordion_arrow.png') !important;
}

.expect_content_right button.accordion-button.collapsed
{
    padding-bottom: 35px;
}

.expect_content_right button.accordion-button .accordion_heading h2.more_zindex:before {
    z-index: 2;
}

#what_to_expect h2.requirements {
    color: #182040;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 122.19%;
}

.dot_text {
    position: absolute;
    left: -200px;
}

.dot_text h3 {
    font-size: 12px;
    line-height: 120.19%;
    color: #64C7FA;
    font-family: Raleway-Bold;
    margin-bottom: 0;
}

.expect_move_out
{
  margin-top: -45px;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}

.tutorials_slider_area {
    max-width: 570px;
    width: 100%;
}

.tutorials_slider_area video
{
  border-radius: 12px;
}

.tutorials_slider_area .video_area {
    background: #182040;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.2);
    font-family: Raleway-Bold;
    font-size: 26px;
    line-height: 107.69%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.tutorials_slider_area .video_area span
{
  height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tutorials_slider_area .item_desc {
    margin-top: 20px;
}

.tutorials_slider_area .item_desc h2 {
    font-size: 16px;
    line-height: 132.19%;
    font-family: Raleway-Medium;
    color: #182040;
    font-weight: 600;
}

.tutorials_slider_area .item_desc .slide_text {
    max-width: 365px;
    font-size: 14px;
    line-height: 132.19%;
    color: #182040;
}

.tutorials_slider .owl-nav
{
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 123456;
}

.tutorials_slider .owl-nav button.owl-prev {
    background: url(https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/tutorials_slider_prev.png)!important;
    border: 1px solid #D7DEF1 !important;
    padding: 28px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 10px 0 0 10px;
  border-right: none !important;
}

.tutorials_slider .owl-nav button.owl-next {
    background: url(https://4839784.fs1.hubspotusercontent-na1.net/hubfs/4839784/Landing%20Page/tutorials_slider_next.png)!important;
    border: 1px solid #D7DEF1 !important;
    padding: 28px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 0px 10px 10px 0px;
}

.renter_items {
    max-width: 570px;
    width: 100%;
  margin-top: 25px;
}

.renter_items .renter_item {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #D7DEF1;
    border-radius: 12px;
    margin-bottom: 11px;
    padding: 10px;
    align-items: center;
}

.renter_items .renter_item a
{
  display: flex;
  align-items: center;
  text-decoration: none;
}


.renter_items .renter_item .renter_item_icon {
    background: #EFF1F9;
    border-radius: 8px;
    height: 61px;
    min-width: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.renter_items .renter_item .renter_item_detail
{
   padding: 0 23px;
}

.renter_items .renter_item .renter_item_detail h2 {
    font-size: 16px;
    line-height: 132.19%;
    color: #182040;
    font-family: Raleway-Medium;
    margin-bottom: 0;
    width: 100%;
    flex: 1;
}

.renter_items .renter_item .renter_item_detail p {
    font-size: 14px;
    line-height: 132.19%;
    color: #182040;
    width: 100%;
    margin-bottom: 0;
  max-width: 350px;
}

.action_btns {
    display: flex;
    column-gap: 15px;
}

a.markt_download_all_btn {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #23C9F7;
    border-radius: 4px;
    width: 100%;
    padding: 14px 10px;
    text-decoration: none;
    max-width: 250px;
    justify-content: center;
    margin-top: 25px;
  font-weight: 700 !important;
}

#faqAccordion
{
  margin-top: 30px;
}

#faqAccordion button.accordion-button .accordion_heading h2 {
    color: #182040;
    font-family: Raleway-Regular;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
    position: relative;
    width: 100%;
} 

#faqAccordion .accordion-button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#faqAccordion .accordion-item:first-child .accordion-button {
    padding-top: 0;
}

.boost_retention_content {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.boost_retention_content_right {
    padding: 0 35px;
}

.boost_retention_content_right p
{
   max-width: 360px;
}

.boost_retention_content_right p a
{
  font-family: Raleway-SemiBold;
  color:#64C7FA !important;
}

.tutorials_slider.owl-carousel .owl-video-tn {
    background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
}

.tutorials_slider.owl-carousel .item_video_wrapper
{
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.tutorials_slider.owl-carousel .video_link a {
    color: #182040;
    font-family: Raleway-Medium;
    font-size: 16px;
    line-height: 132.19%;
    margin-bottom: 0;
    width: 100%;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.tutorials_slider.owl-carousel .item_video_wrapper iframe
{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

.max_515
{
  max-width: 515px;
  width: 100%;
}

.max_470
{
  max-width: 470px;
  width: 100%;
}

.contact_links_area {
    column-gap: 13px;
    display: flex;
    margin: 35px 0 35px 0;
}

.contact_links_area .contact_link a
{
    border: 2px solid #D7DEF1;
    border-radius: 12px;
    width: 181px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    flex-direction: column;
    row-gap: 23px;
    text-decoration: none;
}

.contact_links_area .contact_link_icon {
    background: #EFF1F9;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_links_area span.contact_link_heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #182040;
    text-decoration: none;
    font-family: Raleway-SemiBold;
}

.contact_status_heading {
    color: #283259;
    line-height: 122.19%;
    font-size: 20px;
}

.contact_desc a
{
  color: #23C9F7;
  text-decoration: none;
}

.marketing_tips_list
{
    column-gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 570px;
    row-gap: 20px;
}

.marketing_tips_list .tip_list
{
    border: 1px solid #d7def1;
    border-radius: 12px;
    flex: 0 0 50%;
    height: 159px;
    max-width: 274px;
    position: relative;
    padding: 20px 15px 20px 21px;
}

.marketing_tips_list .tip_list h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 132.19%;
    color: #182040;
    font-family: Raleway-SemiBold;
    cursor:pointer;
}

.marketing_tips_list .tip_list .tip_text,.marketing_tips_list .tip_list .tip_text p {
    color: #182040;
    font-family: Raleway-Regular;
    font-size: 12px;
    line-height: 145.19%;
    margin-bottom: 15px;
}

.marketing_tips_list .tip_list .tip_text p:last-child
{
  margin-bottom: 0px;
}

.marketing_tips_list .tip_list .tip_text a
{
  color: #23C9F7;
  text-decoration: none;
  font-family: Raleway-SemiBold;
}

.marketing_tips_list .tip_list .tip_icon {
    position: absolute;
    right: 5px;
    top: 13px;
    cursor:pointer;
}

#marketing_tips a.markt_download_all_btn
{
  margin-top: 20px;
}

.marketing_tips_list .tip_list .tip_text strong,.marketing_tips_list .tip_list .tip_text p strong
{
  font-family: Raleway-Medium;
  font-weight: 500;
}

.marketing_copy_content,.marketing_copy_content p
{
  font-size: 14px;
  line-height: 140%;
  color: #182040;
  font-family: Raleway-Regular;
  max-width: 530px;
  width: 100%;
}

.marketing_copy_content strong
{
  font-family: Raleway-SemiBold;
}

.marketing_copy_content a
{
  color: #23C9F7;
  font-family: Raleway-SemiBold;
}

#website_page .pages_area {
    max-width: 570px;
}

#website_page .pages_area ul.nav li {
    margin: 0 11px 11px 0;
}

#website_page .pages_area ul.nav li button {
    border: 1px solid #D7DEF1;
    border-radius: 43px;
    font-weight: 500;
    font-size: 14px;
    line-height: 122.19%;
    font-family: Raleway-Medium;
    color: #283259;
    background: #fff;
    height: 32px;
    min-width: 134px;
}

#website_page .pages_area ul.nav li button.active,#website_page .pages_area ul.nav li button:hover
{
  color: #FFFFFF;
  background-color: #182040 !important;
  border: 1px solid #182040;
}

#website_page .pages_area .page_img_area img {
    width: 100%;
}

#website_page .pages_area .page_content_tab
{
    border: 1px solid #d7def1;
    border-radius: 12px;
    padding: 10px
}

#website_page .pages_area .page_img_area {
    max-height: 450px;
    overflow: auto;
    padding: 10px;
}

#website_page .pages_area ul.nav {
    margin-bottom: 10px;
    margin-top: 30px;
}

#website_page .pages_area .page_img_area::-webkit-scrollbar {
    width: 6px;
    padding:1px;
}

#website_page .pages_area .page_img_area::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color:#eff1f9;
    padding:1px;
}

#website_page .pages_area .page_img_area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#283259;
}

.email_template_content p,.email_temp_more_content .more_content
{
  color: #182040;
  font-family: Raleway-Regular;
  font-size: 14px;
  line-height: 145.19%;
  margin-bottom: 20px;
}

.email_template_content strong
{
  font-family: Raleway-SemiBold;
}

.email_temp_more_content h3
{
  color: #182040;
  font-family: Raleway-SemiBold;
  font-size: 14px;
  line-height: 145.19%;
  margin-bottom: 4px;
  
}

.mob_sidemenu_btn,.mob_sidemenu_close_btn
{
  display:none;
}

.faq_iframe iframe {
      width: 100%;
    min-height: 65vh;
}

@media screen and (max-width: 1100px)
{
  .landing_outer
  {
    padding: 0 20px;
  }
  
  .main_content .content_left h2
  {
    font-size: 30px !important;
    max-width: inherit;
  }
  
}

@media screen and (max-width: 1024px)
{
  body {
    padding: 30px 0;
  }
  
  .main_content
  {
    display: inherit;
  }
  
  .main_content .content_right
  {
    text-align:center;
  }
  
  .main_content .content_right img
  {
    top:0;
  }
  
  div.logo,.main_content
  {
    text-align:center;
  }
  
  .main_content .content_left .hero_content
  {
    max-width: initial;
  }
  
  .tabs_content
  {
    padding-left: 50px;
  }
  
  section .sec_heading
  {
    font-size: 24px !important;
  }
  
  section div.sec_text,#website_page .pages_area ul.nav li button,.marketing_copy_content, .marketing_copy_content p,.email_temp_more_content .more_content, .email_template_content p,.renter_items .renter_item .renter_item_detail p,section div.sec_text p,.expect_content_right button.accordion-button .accordion_heading h2,.expect_content_right button.accordion-button .accordion_heading span,.accordion-body, .accordion-body p
  {
    font-size: 13px;
  }
  
  #what_to_expect h2.requirements
  {
    font-size: 20px;
  }
  
  .renter_items .renter_item .renter_item_detail h2
  {
   font-size: 15px; 
  }
  
  a.markt_download_all_btn
  {
    font-size: 14px;
    max-width: 200px;
  }
  
  #faqAccordion button.accordion-button .accordion_heading h2,.contact_links_area span.contact_link_heading,.marketing_tips_list .tip_list h2
  {
    font-size: 14px !important;
  }
  
  .contact_links_area
  {
    margin: 20px 0;
  }
  
  .contact_links_area .contact_link
  {
    flex: 1 1 0px;
  }
  
  .contact_links_area .contact_link a
  {
    height: inherit;
    width: inherit;
    padding: 20px 0;
  }
  
  .marketing_tips_list
  {
    column-gap: 4%;
  }
  .marketing_tips_list .tip_list
  {
    flex: 0 0 48%;
    height: inherit;
  }
  
  .marketing_tips_list .tip_list .tip_text
  {
    margin-bottom: 0px;
  }
  
}

@media screen and (max-width: 767px)
{
  .mob_sidemenu_btn
  {
    float: left;
    height: 30px;
    width: 35px;
    padding: 6px;
    background: #fff;
    border: 1px solid #283259;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 2px;
    column-gap: 7px;
    row-gap: 5px;
  }
  
  .mob_sidemenu_close_btn.show_btn
  {
    align-items: center;
    background: #fff;
    border: 1px solid #283259;
    border-radius: 2px;
    column-gap: 7px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    float: left;
    height: 30px;
    justify-content: space-evenly;
    margin-bottom: 15px;
    padding: 6px;
    width: 35px;
    position: absolute;
    left: 250px;
    z-index: 123456789;
  }
  
  .mob_sidemenu_close_btn .bar1
  {
    transform: rotate(-130deg);
    height: 2px;
    width: 60%;
    display: block;
    background: #283259;
    position: absolute;
  }
  
  .mob_sidemenu_close_btn .bar2
  {
    transform: rotateZ(130deg);
    height: 2px;
    width: 60%;
    display: block;
    background: #283259;
    position: absolute;
  }
  
  .tabs_content
  {
    width:100%;
    padding-left:0px;
  }
  
  .tabs_sidebar
  {
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    position: fixed;
    transform: translateX(-100%);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1000;
    background-color: rgba(000, 000, 000, 0.7);
  }
  
  .tabs_sidebar .main_side
  {
    max-width: 250px;
    background: #fff; 
  }
  
  .tabs_sidebar.sidebar_open
  {
    left: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  .mob_sidemenu_btn .bar1, .mob_sidemenu_btn .bar2, .mob_sidemenu_btn .bar3
  {
    height: 3px;
    width: 100%;
    display: block;
    background: #283259;
  }
  
  .tabs_sidebar ul.main_side,.tabs_sidebar>ul>li:first-child
  {
    border-radius: 0px;
  }
  
  body
  {
    padding: 10px 0;
  }
  
  .main_content .content_left h2
  {
    font-size: 24px !important;
  }
  
  .tabs_container
  {
    margin-top: 30px;
  }
  
  section .sec_heading
  {
    font-size: 20px !important;
  }
  
  section .designation h2,section .designation h3
  {
    font-size: 14px;
  }
  
  .main_content .content_right img
  {
    margin: 15px 0;
  }
  
  .boost_retention_content
  {
    margin-top: 25px;
  }
}

@media screen and (max-width: 567px)
{
  .main_content .content_left h2
  {
    font-size: 19px !important;
    margin-top: 20px;
  }
  
  section .sec_heading
  {
    font-size: 16px !important;
  }
  
  section .sec_sub_heading,#what_to_expect h2.requirements
  {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  
  .dot_text
  {
    left: -180px;
  }
  
  .marketing_tips_list .tip_list
  {
    flex: 0 0 100%;
    height: inherit;
    max-width: inherit;
  }
  
  .boost_retention_content
  {
    margin-top: 15px;
    display: inline-block;
  }
  
  .boost_retention_content .boost_retention_content_left
  {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .contact_links_area
  {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  
  .contact_links_area .contact_link
  {
   flex: 0 0 100%; 
  }
  
  .contact_status_heading
  {
    font-size: 16px !important;
  }
  
  #website_page .pages_area ul.nav li button
  {
    min-width: inherit;
  }
  
  #faqAccordion button.accordion-button .accordion_heading h2
  {
    font-size: 13px;
  }
  
  .boost_retention_content_right
  {
    padding: 0 0px;
  }
  
  .tutorials_slider .owl-nav
  {
    bottom: 50px;
  }
  
  .tutorials_slider .owl-nav button.owl-prev,.tutorials_slider .owl-nav button.owl-next
  {
    padding: 15px!important;
  }
}

@media screen and (max-width: 400px)
{
  .tutorials_slider .owl-nav
  {
    bottom: 90px;
  }
 
a.markt_download_all_btn.markt_copy_all_btn {
display: none !important;
  /* Add more styles as needed */
}
  
a.markt_download_all_btn.email_template_copy_all_btn {
display: none !important;
  /* Add more styles as needed */
}