.custom_tab_styling{
display: flex;
background: #F9FBFD;
padding: 24px 24px 0px 24px;
}
.custom_tab_styling .et_pb_all_tabs, .custom_tab_styling ul{
background: #F9FBFD;
}
 .custom_tab_styling ul {
 background-color: #f4f4f400;
    width: 60%;
}
.custom_tab_styling ul li {
display: block;
border-radius: 8px;
text-align: center;
background: #7BD5E8;
width: 45%;
margin: 7px;
}
.custom_tab_styling ul li a{
    display: inline-block;
}
.custom_tab_styling ul li.et_pb_tab_active{
background: #23B9D8;
}
.custom_tab_styling .et_pb_tab_active a, .custom_tab_styling .et_pb_tabs_controls li a{color: #fff !important;}
.custom_tab_styling ul.et_pb_tabs_controls:after{
visibility: hidden;
}
span.content_tab_st {
    color: #00B9D7;
}

.dsse_icon img{width: 30%;}
.dsse_icon .et_pb_text_inner{display: block !important;}
.integration_partner {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.part_img_box {
background: #1D303E;
border: 1px solid gray;
width: 150px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
margin: 7px 7px;
}
.trial{background: #F4950D;}
.post_box{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 32px;
background: #F9FBFD;
border: 1px solid #D9DBE0;
border-radius: 12px;
}
.bebnfits_section {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.benifits_box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    width: 300px;
    height: 270px;
    background: #F9FBFD;
    border: 1px solid #D9DBE0;
    border-radius: 12px;
    flex: none;
    order: 0;
    align-self: stretch;
    margin: 14px;
}
.history_column1st{justify-content: flex-start;}
.benefit_custom_box .benifits_box{height: 310px;}
.whyneed_custom_box .benifits_box{width: 350px;}
.swghistory_ul ul.ema_ul li.ema_list:before{color: #fff;}
.partner_logo .slick-slide{height: 120px !important; display: flex !important;}
.partner_logo button.slick-prev.slick-arrow, .partner_logo button.slick-next.slick-arrow, .partner_logo ul.slick-dots {
    display: none !important;
}
@media(max-width: 1500px){
.bebnfits_section {
    width: 100%;
}
}
@media(max-width: 1400px){
#top-menu li {
   /* Comment added by Josef on 6/2/2023 */
   /*font-size: 12px !important;/
   padding-right: 5px !important;*/
   
}
.left-padding {
    padding-left: 0px !important;;
}
.et_pb_button.menu-item{margin-right: 2px !important;;}
#et_search_icon:before{top: 20px !important;}
}
@media(max-width: 768px){
.mobile_hero .et_pb_row{padding: 0px !important}
.mobile_hero .et_pb_text_inner h1{font-size: 22px !important;}
.mobile_hero .intro-grey{font-size: 16px !important;}
}