.en__socialShares {
  display : none;
}

.disabled {
  cursor : none;
  pointer-events : none;
  background : rgb(136, 136, 136) !important;
  border : 0px !important;
}

#thankyou_stage1_yesno, #thankyou_stage2_buttons {
  display : none;
  padding : 50px 10% 150px 10%;
  min-height : 100vh;
  text-align : center;
}

.thank-you-scroll h1 {
  line-height : 35px;
}

.thank-you-scroll p {
  font-size : 23px;
}


#thankyou_stage1_yesno button, #thankyou_stage2_buttons button {
  max-width : 250px;
  font-weight : bold;
  font-size : 21px;
  font-family : 'Readex Pro', sans-serif;
  padding : 13px 20px 10px 20px;
  color : rgb(255, 255, 255);
  background : #e50b12;
  cursor : pointer;
  display : inline-block;
  width : 150px;
  margin : 10px;
  border-radius : 50px;
  border:none;
}

#thankyou_stage1_yesno button:hover, #thankyou_stage2_buttons button:hover {
  color : #fff;
  background : rgb(92, 26, 46);
}

#thankyou_stage2_buttons button.share_btn {
  font-weight : normal;
  min-width : 100px;
  max-width : 30%;
  padding : 15px 20px;
  border : 1px solid white;
  border-radius : 50px;
  background : rgb(59, 89, 152);
  color : rgb(255, 255, 255);
}

#thankyou_stage2_buttons button.share_btn.twitter {
  background : rgb(29, 161, 243);
}

#thankyou_stage2_buttons button.share_btn.email {
  background : rgb(255, 165, 0);
}

#thankyou_stage2_buttons button.share_btn.whatsapp {
  background : rgb(37, 211, 102);
}

#thankyou_stage2_buttons button.share_btn.fb_messenger {
  display : none;
}

#thankyou_stage2_buttons button.skip-btn {
  display : block;
  width : auto;
  margin : 0px auto;
}

.facebook_preview {
  max-width : 550px;
  margin : 20px auto 0px auto;
  text-align : left;
  border : 2px solid rgb(59, 89, 152);
  background : rgb(255, 255, 255);
  cursor : pointer;
  color : rgb(0, 0, 0);
}

.facebook_preview .facebook_image {
  padding : 10px;
}

.facebook_preview .facebook_image img {
  width : 100%;
  height : auto;
}

.facebook_preview .facebook_title, .facebook_preview .facebook_desc {
  font-size : 18px;
  font-family : Georgia, "lucida grande", tahoma, verdana, arial, sans-serif;
  padding : 10px 10px 5px 10px;
}

.facebook_preview .facebook_desc {
  padding-bottom : 20px;
  color : rgba(0, 0, 0, 0.8);
  font-size : 12px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}


@media (min-width: 992px) {
  #footer .sub-content {
    width : 96% !important;
  }
}
@media (max-width: 992px) {
  
  #thankyou_stage2_buttons button.share_btn {
  font-weight : normal;
  width : 460px;
  max-width : 80%;
  padding : 15px 20px;
  border : 1px solid white;
  border-radius : 50px;
  background : rgb(59, 89, 152);
  color : rgb(255, 255, 255);
}
}

#thankyou_stage2_buttons {
  min-height:200px !important;
}
  
#thankyou_stage2_buttons button.share_btn {
  text-align:center !important;
}
  
.resp-sharing-button__icon svg {
  margin-right:0px !important; 
}
  
#thankyou_stage3_dc p {
 text-align:center; 
 max-width:80%;
}
  
#dc_title {
 padding:30px 10% 10px 10%;
  text-align:center;
}

.dc_btn {
  display: block;
  min-width:300px;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin:1.35rem;
  background-color: white;
  border-radius: 12px;
  display: block;
  -webkit-box-shadow: 0px 0px 16px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 16px 2px rgb(0 0 0 / 15%);
  display:flex;
  justify-content: space-between;
  flex-direction:column;
}

.dc_btns {
  display : flex;
  justify-content : center;
  flex-wrap:wrap;
}
  
.dc_content {
  justify-content:normal;
  min-height:225px;
  color:#fff;
}
  
.dc_content h2 {
  color:#000 !important;
  font-weight:bold !important;
}
  
  
  .dc_btns .overlay {
    width:100%;
    height:100%;
    background:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.2));
    border-radius:12px;
    
  }


div.dc_cta {
  margin-bottom:10px;
  text-align:center;
  padding-bottom: 10px !important;
  padding-top:10px !important;
  font-weight : bold;
  font-family : 'Readex Pro', sans-serif;
  padding : 13px 20px 10px 20px;
  color : rgb(255, 255, 255);
  background : #e50b12;
  cursor : pointer;
  display : inline-block;
  border-radius : 50px;
}

.dc_cta h3 {
  margin-bottom:0px !important;
} 
  
.dc_btn a {
  text-decoration:none;
  color:#fff;
}
  
.dc_content {
  padding:10px; 
}