.single-remodal {
   width: 314px;
   max-width: 100%;
   background: transparent;
   box-shadow: none;
   padding: 28px 0px 0px 0px;
}
.single-remodal .remodal-close {
   width: 24px;
   height: 24px;
   background-image: url('../images/single-remodal-close.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   position: absolute;
   top: 0px;
   left: auto;
   right: 0px;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
}
.single-remodal .remodal-close:before {
   display: none;
}
.single-remodal-wrapper {
   background: #FFFFFF;
   position: relative;
   padding-top: 113px;
   padding-bottom: 16px;
}
.single-remodal-wrapper:before {
   content:'';
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 61px;
   background: #66C6F7;
}
.single-remodal-wrapper:after {
   content:'';
   display: block;
   position: absolute;
   top: 29px;
   left: 50%;
   transform: translateX(-50%);
   width: 60px;
   height: 60px;
   background-image: url('../images/single-remodal-tg-icon.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.single-remodal-title {
   font-family: 'Inter', sans-serif;
   font-style: normal;
   font-weight: 700;
   font-size: 20px;
   line-height: 125%;
   text-align: center;
   letter-spacing: 0.5px;
   color: #0D0634;
   margin-bottom: 12px;
   padding-left: 10px;
   padding-right: 10px;
}
.single-remodal-text {
   font-family: 'Alegreya', sans-serif;
   font-style: italic;
   font-weight: 400;
   font-size: 16px;
   line-height: 125%;
   text-align: center;
   letter-spacing: 0.5px;
   color: #0D0634;
   margin-bottom: 24px;
   padding-left: 10px;
   padding-right: 10px;
}
.single-remodal-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   width: calc(100% - 32px);
   margin-left: auto;
   margin-right: auto;
   background: #FFD878;
   font-family: 'Inter',  sans-serif;
   font-style: normal;
   font-weight: 600;
   font-size: 14px;
   line-height: 125%;
   height: 40px;
   letter-spacing: 0.5px;
   color: #0D0634;
}
