#ssuprydp_cta_content {
    --buttonWidth: 50px;
    --round: 5px;
    --width: 525px;
}

.SSuprydp_location_info {
    display: flex;
    flex-direction: column;
}

.SSuprydp_location_info span {
    font-size: 16px;
    margin-bottom: 5px;
}
.SSuprydp_icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgb(44, 108, 128);
    position: relative;
    display: inherit;
    cursor: pointer;
}
.SSuprydp_hidden {
    display: none;
}
.SSuprydp_plus_icon::after, .SSuprydp_minus_icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    margin-top: -5px;
    top: 70%;
    left: 5px;
    right: 5px;
    z-index: 9;
}
.SSuprydp_plus_icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 3px;
    margin-left: -5px;
    left: 68%;
    top: 5px;
    bottom: 5px;
    z-index: 9;
}

.SSuprydp_slideup, .ss_slidedown {
    max-height: 0;            
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.SSuprydp_slidedown {            
    max-height: 500px;                   
}   
.SSuprydp_related_articles .single_related_article {
    margin: 0px 8px 0px 0px;
}
/* sticky sidebar */
.sticky-sidebar-wrap{
    display: flex;
	position: fixed !important;
    right: 0 !important;
    z-index: 999999 !important;
    width: var(--width)!important;
	background-color: white; 
	transition: ease all 0.4s !important;
    box-shadow: 0 0 10px 0 rgba(19,19,19,.2);
    border-top-left-radius: calc(var(--round) + 2px);
    border-bottom-left-radius: calc(var(--round) + 2px);
	/* top:20px; */
}

#ssuprydp_cta_content.tab-cta .sticky-sidebar-wrap {
    width: var(--buttonWidth)!important;
}

@media(max-width: 768px){
	.sticky-sidebar-two{
		display: none;
	}
	.sticky-sidebar-wrap{
     right: 0px !important;
     width: 80% !important;
   }
}

.stick-sidebar-container .sticky-content-inner {
    padding: 14px 24px;
}

.stick-sidebar-container hr {
    margin: 0;
    height: 2px;
    border: none!important;
    background-color: #1b7ccc
}

.sticky-sidebar-button{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	cursor: pointer;
}
.sticky-sidebar-button > div{
    position: relative;
    overflow: hidden;
}
.sticky-sidebar-wrap .sticky-sidebar-content {
  position: relative;
  background-color: white;
  height: 100%;
  display: block;
  align-self: flex-end;
  flex: 1;
  text-decoration: none !important;
} 

.shrink{
	right: calc((var(--width) * -1) + var(--buttonWidth)) !important;
	transition: ease all 0.4s !important;
}
@media(max-width: 768px){
	.shrink{
		right: calc(-80% + var(--buttonWidth)) !important;
	}
}
.grow{
	right: 0;
	transition: ease all 0.4s;
}

.sticky-sidebar-wrap .sticky-sidebar-image{
   height: 250px;
	width: 100%;
	background-size: cover;
    background-position: center center;
}


.sticky-sidebar-wrap h1,
.sticky-sidebar-wrap h2,
.sticky-sidebar-wrap h3,
.sticky-sidebar-wrap h4,
.sticky-sidebar-wrap h5,
.sticky-sidebar-wrap h6,
.sticky-sidebar-wrap p{
 margin-top: 0!important;
 margin-bottom: 0!important;
 padding-top: 0!important;
 padding-bottom: 0!important;
}
.SSuprydp-icon{
margin-left: 8px;
}
@media(max-width: 767px){
	.mobile-none{
		display: none;
	}
	.sticky_cta_bottom { 
	bottom:0;
}
.sticky_cta_top {
	top:0;
}

}

.sticky_cta_bottom { 
	bottom:0;
}
.sticky_cta_top {
	top:0;
}
.SSuprydp_location_info {
    display: flex;
    flex-direction: column;
}

.SSuprydp_location_info span {
    font-size: 16px;
    margin-bottom: 5px;
}
.SSuprydp_icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgb(44, 108, 128);
    position: relative;
    display: inherit;
    cursor: pointer;
}
.SSuprydp_hidden {
    display: none;
}
.SSuprydp_plus_icon::after, .SSuprydp_minus_icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    margin-top: -5px;
    top: 70%;
    left: 5px;
    right: 5px;
    z-index: 9;
}
.SSuprydp_plus_icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 3px;
    margin-left: -5px;
    left: 68%;
    top: 5px;
    bottom: 5px;
    z-index: 9;
}

.SSuprydp_slideup, .ss_slidedown {
    max-height: 0;            
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
.SSuprydp_slidedown {            
    max-height: 500px;                   
}   
.SSuprydp_related_articles .single_related_article {
    margin: 0px 8px 0px 0px;
}

@media(max-width: 768px){
	.sticky-sidebar-two{
		display: none;
	}
}


.grow{
	right: 0;
	transition: ease all 0.4s;
}

.sticky-arrow{
	
}

.sticky-sidebar-wrap h1,
.sticky-sidebar-wrap h2,
.sticky-sidebar-wrap h3,
.sticky-sidebar-wrap h4,
.sticky-sidebar-wrap h5,
.sticky-sidebar-wrap h6,
.sticky-sidebar-wrap p{
 margin-top: 0!important;
 margin-bottom: 0!important;
 padding-top: 0!important;
 padding-bottom: 0!important;
}
.SSuprydp-icon{
margin-left: 8px;
}


.sticky-sidebar-wrap .sticky_cta_center {

}

.sticky_cta_topYes {
    top:0;
}

body.admin-bar .sticky_cta_topYes {
    top:50px;
}

.sticky_cta_center, .sticky_cta_centerYes { 
    top:50%;
    transform: translateY(-50%);
}

.sticky_cta_bottomYes {
    bottom:30px;
}

@media(max-width: 767px){
	.mobile-none{
		display: none;
	}
}

@media screen and (max-height: 500px) {
    .sticky_cta_centerYes { 
        top:20px;
        transform: translateY(0);
    }

    body.admin-bar .sticky_cta_centerYes { 
        top:52px;
    }
}

#ssuprydp_cta_content a {text-decoration: none;}

#ssuprydp_cta_content .sticky-sidebar-button {
    width:var(--buttonWidth);
    padding: 20px 0;
    display: flex;
    flex: 0 0 auto;
    line-height: 1.2;
    justify-content: center;
    text-decoration: none!important;
}

#ssuprydp_cta_content .sticky-sidebar-button > div {
    writing-mode: vertical-lr;
}

#ssuprydp_cta_content.tab-cta {
    --width: var(--buttonWidth);
}

#ssuprydp_cta_content.tab-cta .sticky-sidebar-button {position: relative; height: max-content;}

#ssuprydp_cta_content.tab-cta .sticky-sidebar-wrap > a:not(.sticky-sidebar-button) {display: none!important}