

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */










/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */





















/* 1h. Website footer */





























.content-wrapper {
  max-width: 1340px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 0;
}

.dnd-section > .row-fluid,
.container,
.page-center,
.content-wrapper{
  max-width: 1340px;
}





html {}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #393939;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 18.0px;
  }
}



/* Anchors */

a {
  color: #d6006d;
}

a:hover,
a:focus {
  color: #ae0045;
}

a:active {
  color: #fe2895;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 48px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 36px;
  text-transform: none;
}


@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25.99999999992px;
  }
}


h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #d6006d;
}






button,
.button {
  border: 1px solid #d6006d;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  ;
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #d6006d;

  color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
}

button:active,
.button:active {
  ;
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  border: 1px solid #d6006d;

}





form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #d6006d;
}

/* Labels */

form label,
.hs-form-required{
  color: #d6006d;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #B8BFC5;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #b8bfc5;
}

::-moz-placeholder {
  color: #b8bfc5;
}

:-ms-input-placeholder {
  color: #b8bfc5;
}

::placeholder {
  color: #b8bfc5;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #b8bfc5;
}

.fn-date-picker td.is-selected .pika-button {
  background: #393939;
}

.fn-date-picker td .pika-button:hover {
  background-color: #393939 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #393939;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #d6006d;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  ;
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #d6006d;
;
  color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  border: 1px solid #d6006d;

}





/* Table */

table {
  border: 1px solid #494A52;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  color: ;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
}







.header-main {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}
.header__container {
  max-width: ;
}

.pink-text-color {
  color: #d6006d;
}

.menu__link,
.hs_mega_menu_group .normal_menu > ul > li > a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__child-toggle-icon {
  border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header-main .menu__item--depth-1:not(:last-child):after {
  background-color: 

  
  
    
  


  rgba(191, 191, 188, 1.0)

;
}
.fix-header .header-main .menu__item--depth-1:not(:last-child):after {
  background-color: 

  
  
    
  


  rgba(184, 143, 197, 1.0)

;
}



.hs_white_cta a.cta_button,
.hs_white_cta a {
  color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs_white_cta a.cta_button:hover,
.hs_white_cta a:hover {
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.fix-header .header-main .hs_white_cta a.cta_button:not(:hover), 
.fix-header .header-main .hs_white_cta a:not(:hover),
.without-banner .header-main .hs_white_cta a.cta_button:not(:hover), 
.without-banner .header-main .hs_white_cta a:not(:hover) {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(65, 83, 100, 1.0)

;
}
.hs-header-menu-group .menu__submenu .menu__link {
  color: 

  
  
    
  


  rgba(65, 83, 100, 1.0)

;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .sticky-menu-with-right-content-gp .sticky-side-items a.active{
  color:#d6006d;
}
body .sticky-menu-with-right-content-gp .tab{
  border-color:#d6006d;
}
hr{
  border-color:#d6006d !important;
}

.leadership-gp .items .bio a:after{
  border-top-color:#d6006d !important;
}

.con_withimg_gp .content h5{
  color:#393939;
}
.blog-post-right-col .hs-postlisting-item,{
  border-color:#393939;
}

.blog-post-right-col h3{
  color:#d6006d;
}
.blog-post-right-col .link-view-all a:after{
  border-left-color:#d6006d;
}

.blog-post-right-col .hs-postlisting-item{
  border-color:#d6006d;
}
body .pagination .previous_icon{
  border-right-color:#d6006d;
}
body .pagination .next_icon{
  border-left-color:#d6006d;
}
.blog-post-right-col .link-view-all a:hover{
  color:#d6006d;
}

.pagination__link.active{
  color:#d6006d;
}

.bottom-pane-gp .content-wrapper,
.vision-bottom-pane-gp .top-section{
  background-color:#d6006d;
}

.body-container__products1 .hs_white_cta a.cta_button,
.body-container__products1 .hs_white_cta a {
  background-color:#d6006d;
}

.body-container__products1 .hs_white_cta a.cta_button:hover,
.body-container__products1 .hs_white_cta a:hover {
  color:#d6006d;
}
.fix-header .header-main,
.without-banner .header-main {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

@media (min-width: 768px) {
  .menu .menu__item--depth-1:hover > .menu__link,
  .menu .menu__item--depth-1:focus > .menu__link,
  .hs_mega_menu_group .normal_menu > ul > li:hover > a,
  .hs_mega_menu_group .normal_menu > ul > li.open-mega-menu > a {
    color: 

  
  
    
  


  rgba(255, 110, 199, 1.0)

;
  }
  .header-main .menu__item--depth-1:hover > .menu__link:after,
  .hs_mega_menu_group .normal_menu > ul > li:hover > a:after,
  .hs_mega_menu_group .normal_menu > ul > li.open-mega-menu > a:after {
    border-color: 

  
  
    
  


  rgba(255, 110, 199, 1.0)

;
  }
  .fix-header .menu .menu__item--depth-1 > .menu__link,
  .without-banner .menu .menu__item--depth-1 > .menu__link,
  .fix-header .hs_mega_menu_group .normal_menu > ul > li > a,
  .without-banner .hs_mega_menu_group .normal_menu > ul > li > a,
  .fix-header .hs-header-top-section .hs-menu-wrapper > ul > li > a,
  .without-banner .hs-header-top-section .hs-menu-wrapper > ul > li > a {
    color: 

  
  
    
  


  rgba(65, 83, 100, 1.0)

;
  }
  .fix-header .menu .menu__item--depth-1:hover > .menu__link,
  .without-banner .menu .menu__item--depth-1:hover > .menu__link,
  .fix-header .hs_mega_menu_group .normal_menu > ul > li:hover > a,
  .without-banner .hs_mega_menu_group .normal_menu > ul > li:hover > a,
  .fix-header .hs-header-top-section .hs-menu-wrapper > ul > li > a:hover {
    color: 

  
  
    
  


  rgba(255, 110, 199, 1.0)

;
  }
  .fix-header .header-main .menu__item--depth-1:hover > .menu__link:after,
  .without-banner .header-main .menu__item--depth-1:hover > .menu__link:after,
  .fix-header .hs_mega_menu_group .normal_menu > ul > li:hover > a:after,
  .without-banner .hs_mega_menu_group .normal_menu > ul > li:hover > a:after {
    border-color: 

  
  
    
  


  rgba(255, 110, 199, 1.0)

;
  }
  
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class,
  .header-main .hs_mega_menu_group .hs_menuMenu_dropdown {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .menu__submenu--level-2 > .menu__item:first-child:before {
    

  
  
    
  


  rgba(184, 191, 197, 1.0)


    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .hs-header-menu-group .menu__submenu .menu__item--depth-2.menu__item:hover {
    background-color: 

  
  
    
  


  rgba(249, 239, 242, 1.0)

;
  }
  .hs-header-menu-group .menu__submenu .menu__item--depth-2.menu__item:hover > .menu__link {
    color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  }
  .hs-header-menu-group .menu__submenu .menu__item--depth-2.menu__item:not(:last-child) .menu__link {
    border-bottom-color: 

  
  
    
  


  rgba(184, 191, 197, 1.0)

;      
  }
   .fix-header .hs-header-top-section {
      display: none;
  }
  .fix-header .hs-logo img {
    width: 100px!important;
    height: 27px !important;
}

}




.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: 

  
  
    
  


  rgba(65, 83, 100, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* dd css */

.hs-logo img {
    width: 159px!important;
    height: 44px !important;
}

.ft-logo img { width: 192px!important; height: 53px !important; }
.hs-marketplceContent .hs-marketplceContent-mid_item.left-item>span img:first-child {
    width: 21px;
    height: 16px;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .menu .menu__item--depth-1 .menu__link:hover,
  .menu .menu__item--depth-1 .menu__link:focus {
    color: 

  
  
    
  


  rgba(255, 110, 199, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  

}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.form-section {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.footer .ft-top,
.footer h6 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .menu-sec .menu_items ul > li > a,
.footer .cont-sec a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu-sec .menu_items ul > li,
.md-ft-menu h6{
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.5)

;
}
.footer .ft-bottom {
  background-color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  color: 

  
  
    
  


  rgba(229, 242, 245, 1.0)

;
}
.footer .ft-bottom a {
  color: 

  
  
    
  


  rgba(229, 242, 245, 1.0)

;
}
.footer .ft-bottom a:hover {
  color: 

  
  
    
  


  rgba(229, 242, 245, 1.0)

;
}
.form-section .form-inner-section-bg {
  background: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
}
.form-section form input[type=email] {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.5)

;
}
.form-section form input[type=email]::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.5)

;
} /* Webkit Browsers */
.form-section form input[type=email]:-moz-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.5)

;
} /* Firefox 18- */
.form-section form input[type=email]::-moz-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.5)

;
} /* Firefox 19+ */
.form-section form input[type=email]:-ms-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.5)

;
} /* IE10 */
.footer .form-section .hs-button.primary.large {
  background: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .form-section .hs-button.primary.large:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(214, 0, 109, 1.0)

;
}

.form-title-left {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


body .dark-pink-color-border{
  border-color:#7B004C;
}
body .dark-pink-link-color-bg a:hover{
  background-color:#7B004C;
}
body .dark-pink-text-color{
  color:#7B004C;
}

/* footer.footer .hs_white_cta a, 
footer.footer .hs_white_cta a.cta_button {
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
  background-color:

  
  
    
  


  rgba(65, 83, 100, 1.0)

 !important;
}
footer.footer .hs_white_cta a:hover, 
footer.footer .hs_white_cta a.cta_button:hover {
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
  background-color:

  
  
    
  


  rgba(214, 0, 109, 1.0)

 !important;
}
 */







.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 40px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #393939;
}

.blog-post__tag-link {
  color: #393939;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #111111;
}

.blog-post__tag-link:active {
  color: #616161;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #7B004C;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #530024;
}

.blog-related-posts__title-link:active {
  color: #a32874;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #d6006d;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #ae0045;
}

#comments-listing .comment-reply-to:active {
  color: #fe2895;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  text-transform: none;
}

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

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #530024;
}

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

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #393939;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #393939;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #111111;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #616161;
}

.pagination__link-icon svg {
  fill: #393939;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 32px;
}

.card__body svg {
  fill: #393939;
}

/* Social follow */

.social-links__icon {
  background-color: #393939;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #111111;
}

.social-links__icon:active {
  background-color: #616161;
  font-weight: 600; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #7B004C;
  font-size: 32px;
}


.hs-accordion .ha-accordion-item .title i:after {
  content: "+";
  background: #D6006E;
  color: #fff;
  width: 28px;
  height: 28px;
  display: block;
  border: solid 1px #D6006E;
  line-height: 28px;
}


.pink-text-color a,
.hs-hero-banner .hs-right_box_top h4,
.hs-hero-banner .right_bottom_left h3,
.hs-testimonial-section .content .name_designation,
.integrations-gp .items h6,
.hs-accordion .top_heading h2,
.hs-accordion .ha-accordion-item.open .title,
.hs-accordion .ha-accordion-item.open .title i:after {
  color: #d6006d;
}
.hs-hero-banner .button_section .hs_arrow_btn a:after,
.hs-equalTop-content-section .bottom_group1 .title i:after,
.hs-equalTop-content-section .hs-group2-link a:after,
.con_withimg_gp .link-text a:after,
.integrations-gp .items .link-text a:after {
  border-top-color: #d6006d !important;
}
.tabber-gp .tab {
  border-bottom-color: #d6006d !important;
}
.tabber-gp .tab.active {
  color: #d6006d !important;
}
.title-with-button-gp .pink-bg-color a,
.hs-accordion .ha-accordion-item .title i:after {
  border-color: #d6006d !important;
}
.title-with-button-gp.full_width hr {
  border-bottom-color: #d6006d !important;
}
.integrations-gp {
  background: #d6006d !important;
}
.hs-accordion .ha-accordion-item:not(.open) .title i:after {
  background: #d6006d !important;
}
.hs-marketplceContent .hs-marketplceContent-search {
  display: none;
}
.hs-marketplceContent .content-wrapper {
 padding-top: 0px !important; 
}
@media (max-width:767px) {
  .hs-equalTop-content-section .bottom_group2 {
    border-color: #d6006d !important;
  }
}