/*poppins font start*/

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body{
   font-family: "Poppins", sans-serif;
  font-weight: 400; 
  font-size: 15px;
  color: #222;
}
/*poppins font end*/
h1{
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: bold;
}
h2{
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 700;
}
h3{
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
}
h4{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
h5{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
small{

    font-size: 80%;
}
big{
    font-size: 130%;
    color: #777;
}
p {
    padding: 0 0 20px 0;
    margin: 0;
}
.hero-delivery-section {
background: url('images/delivery-partner.webp') no-repeat center center/cover;
color: #fff;
text-align: left;
padding: 100px 0px;
}
.hero-delivery-section h1 {
font-size: 2.5rem;
font-weight: bold;
}
.hero-delivery-section .btn {
margin-top: 0;
}
.hero-section {
background: url('images/banner.webp') no-repeat center center/cover;
color: #fff;
text-align: left;
padding: 100px 0px;
}
.hero-section h1 {
font-size: 2.5rem;
font-weight: bold;
}
.hero-section .btn {
margin-top: 0;
}
.liststyleUL-M-0 ul{
  margin-bottom: 0 !important;
}
.hero-abt-section {
  background: url('images/aboytus-banner.webp') no-repeat center center/cover;
  color: #fff;
  text-align: left;
  padding: 100px 0px;
  }
  .hero-abt-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  }
  .hero-abt-section .btn {
  margin-top: 0;
  }
.columnbag{
  background: url('images/financial-problems-img.webp') no-repeat center center/cover; 
  width: 100%;
}
.challenges-section{
background: url('images/resturant.webp') no-repeat center center/cover;
color: #222;
}
.challenges-section:before {
    content: "";
    background-color: rgb(231 209 192 / 91%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.challenges-section h2, .features-section h2 {
    margin-bottom: 40px;
    font-size: 31px;
}
.challenges-section .card,
.features-section .card {
text-align: center;
background: transparent;
border: #222 1px solid;
border-radius: 50px;
}
.cta-section {
background: #d0614d;
color: #fff;
text-align: center;
}
.cta-section .btn {
background: #fff;
color: #ff6700;
text-transform: capitalize;
}
.btn-main {
background: #d0614d;
color: #fff;
padding: 13px 35px !important;
font-weight: 600;
min-width: 240px;
font-size: 16px;
border-radius: 10px;
transition: all 0.5s;
text-transform: capitalize;
}
.btn-main:hover {
background: #ff725e;
color: #fff;
}
.liststyle ul {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.hero-section .liststyle ul{
  margin-bottom: 0;
}
.liststyle ul li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.liststyle ul li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
ul.listtypecntrl {
    margin: 0;
}
.listtypecntrl li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    list-style-type: none;
    font-size: 13px;
}
.listtypecntrl li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/orange-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}
.displaynone p{
	padding: 0 !important;
}
section.cta-section h2 {
    font-size: 36px;
}
.cta-section .btn {
    background: #fff;
    color: #d0614d;
    font-weight: 600;
    padding: 15px 50px;
    border: #1a1a1a 1px solid;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
	font-size: 18px;
}
.cta-section .btn:hover {
    background: #1e1e1eb3;
    color: #fff;
}
.roundedpill {
    border-radius: 50px;
}
button#myBtn {
    background: #ee7a65;
    color: #fff;
    border: #ee7a65 2px solid;
    margin-top: 20px;
    text-align: center;
    transition: all 0.5s;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
}
button#myBtn:hover {
    background: #fff;
    color: #ee7a65;
    border: #ee7a65 2px solid;
}
#more {display: none;}
.faq-section {
      background-color: #1a1a1a;
    }
.faq-section .card-body {
    padding: 20px;
}
    .collapse {
    background: #fff;
}
.keyfechuresec hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 31%);
}
    #myTabContent{
    background: #ffffffeb;
     box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1); 
}
.keyfechuresec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #d0614d;
    background-color: #ffffffeb;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
    margin-right: 0;
    border-radius: 0;
}
.keyfechuresec .nav-pills .nav-link {
    border-radius: 0;
    padding: 18px 15px;
    border-bottom: #f8f9fa 0px solid;
    margin-bottom: 10px;
    background: #d0614d;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
    top: 25px;
}
.card-header .collapsible-link:not(.collapsed) {
    color: #d0614d !important;
    background-color: rgb(231 209 192 / 91%);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    padding: 20px 20px;
    text-decoration: none;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
  border-radius: 0;
  font-size: 17px;
}
/* .collapsible-link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url('images/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  display: block;
} */
 
.fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fadeUp.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.fadeLeft.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.fadeRight.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.fadePopup.in-view {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.gap-4 {
    gap: 20px;
}
.keyfechuresec .p-3 {
    padding: 2rem!important;
}
.padding25 {
    padding: 25px !important;
}
.card-header .collapsible-link {
    color: #fff;
    background-color: rgb(231 209 192 / 91%);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-size: 18px;
    padding: 20px 20px;
    text-decoration: none;
    font-weight: 600 !important;
    text-transform: capitalize !important;
	border-color: transparent !important;
}
img.logoimgs {
    width: 200px;
}
.sliderTab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  background: #fde5d2;
  border-radius: 10px;
}
@media (max-width: 479px) {
  .sliderTab {
    width: 100%;
  }
}
.sliderTab .swiper-slide {
  padding: 0;
  width: auto;
}
.sliderTab .swiper-slide a {
  display: block;
  color: #333;
  letter-spacing: 0.05em;
  transition: 0.25s;
}
.sliderTab .swiper-slide a .slide__nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color1);
  transform: translateX(-50%);
  transition: 0.25s;
}
.sliderTab .swiper-slide.on .slide__nav {
  color: var(--color1);
  text-shadow: 0 0 0.6px var(--color1), 0 0 0.6px var(--color1);
}
.sliderTab .swiper-slide.on .slide__nav:after {
  width: 100%;
}
.sliderTab .slide__nav {
  padding:20px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  color: #333;
  transition: 0.25s;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 3px solid rgba(0,0,0,0);
}
.sliderTab .swiper-slide-thumb-active .slide__nav, .sliderTab .swiper-slide.on .slide__nav{
  border-bottom-color: #d0614d;
  color: #d0614d;
} 
.sliderTab .sliderTab__next,
.sliderTab .sliderTab__prev {
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 60px;
  height: 100%;
  transition: 0.25s;
  pointer-events: none;
}
.sliderTab .sliderTab__next.swiper-button-disabled,
.sliderTab .sliderTab__prev.swiper-button-disabled {
  opacity: 0;
}
.sliderTab .sliderTab__next span,
.sliderTab .sliderTab__prev span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.sliderTab .sliderTab__next svg,
.sliderTab .sliderTab__prev svg {
  width: 20px;
  height: 20px;
}
.sliderTab .sliderTab__next {
  justify-content: flex-end;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.sliderTab .sliderTab__next span {
  justify-content: flex-end;
}
.sliderTab .sliderTab__prev {
  justify-content: flex-start;
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.sliderTab .sliderTab__prev span {
  justify-content: flex-start;
}

.sliderContent {
  width: 100%;
}
.sliderContent .swiper-slide {
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.sliderContent .swiper-slide.swiper-slide-active{
  opacity: 1;
  visibility: visible;
}
.sliderContent .swiper-slide .title {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.sliderContent .swiper-slide .content {
  margin: 0 auto;
  max-width: 500px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.rounded-10{
  border-radius: 10px;
}
.gap-3 {
    gap: 1rem;
}
.vanftrmnu {
  list-style: none;
}
.vandrfooter a{
  color: #222;
}
a{
  text-decoration: none !important;
}
.gap-2 {
    gap: 10px;
}
a{
	color: #d0614d;
}
a:hover{
	color: #000;
}
.wpcf7-spinner {
    position: absolute;
    right: 3px;
    top: 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 80px;
    resize: none;
    font-size: 14px;
    padding: 10px;
}
section.faq-section .card {
    border: 0;
}
.flag-container {
    position: relative;
    cursor: not-allowed !important;
}
.flag-container:after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.page-id-15 .columnbag {
    background: url('images/registration.webp') no-repeat center bottom/cover;
}
.page-template-template-inner-page .innrcnt h2, .page-template-template-inner-page .innrcnt h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}
.overflow-hidden{
  overflow: hidden;
}
.container{
  max-width: 1300px !important;
}
.si-container{
  padding-left: 15px;
  padding-right: 15px;
}
#sinatra-header-inner{
  padding: 15px 0;
}
#sinatra-header-inner .sinatra-nav>ul>li>a {
  font-weight: 400;
  color: #000;
}
.hdrLanguage{
  position: relative;
}
#gt_float_wrapper{
  line-height: 0;
}
.hdrLanguage .gt_float_switcher .gt-selected .gt-current-lang {
  color: #000;
  font-weight: normal;
  border: 1px solid #ec7d66;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hdrLanguage .gt_float_switcher img {
  display:none;
}
.hdrLanguage .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  top: 0;
  font-size: 14px;
}
.hdrLanguage .gt_float_switcher {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  box-shadow:none !important;
}
.hdrLanguage .gt_options {
  position: absolute !important;
  top: 100%;
  left: inherit;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
}
.hdrLanguage .gt_float_switcher .gt_options a {
  white-space: nowrap;
  display: flex;
  gap: 3px;
  min-width: 120px;
  background-color: #fff !important;
  color: #000;
}
.hdrLanguage .gt_float_switcher .gt_options a:hover{
  color: #ec7d66 !important;
}
button{
  outline: none !important;
  box-shadow: none !important;
}
#accordionExample{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site .si-flex-row .col-md {
  max-width: 50%;
}
#sinatra-copyright.contained-separator>.si-container:before {
  left: 15px;
  right: 15px;
}
#sinatra-footer .no-widget-text, #sinatra-footer .sinatra-footer-column .si-widget:last-child {
  margin-bottom: 0;
}
.widget.si-entry p {
  margin-top: 0;
}
#sinatra-footer-widgets{
  align-items: center;
}
#sinatra-footer .sinatra-footer-column {
  padding-top: 40px;
  padding-bottom: 20px;
}
#sinatra-copyright a:hover, #sinatra-copyright .sinatra-social-nav > ul > li > a .si-icon.bottom-icon, #sinatra-copyright .sinatra-nav > ul > li.current-menu-item > a, #sinatra-copyright .sinatra-nav > ul > li.current-menu-ancestor > a, #sinatra-copyright .sinatra-nav > ul > li:hover > a {
  color: #ee7b66;
}
#sinatra-footer .sinatra-footer-column .si-widget {
  margin-bottom: 20px;
}
.si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
}
.si-sidebar-inner #block-25 .wp-block-categories-list li a, .si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 12px;
  line-height: 1.4;
  display: inline-flex;
}
.si-sidebar-inner .wp-block-latest-posts__list li {
  position: relative;
  padding-left: 60px;
}
.si-sidebar-inner .widget-title:before {
  content: '';
  width: 4px;
  left: -15px;
  height: 30px;
  position: absolute;
  top: -4px;
  background-color: #ee7b66;
}
.si-sidebar-inner .widget-title {
  font-size: 20px !important;
  position: relative;
  color: #000;
  overflow: inherit;
}
.si-sidebar-inner #block-12, .si-sidebar-inner #block-10, .si-sidebar-inner #block-11 {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}
.entry-meta-elements{
  font-size: 12px;
}
.type-post .entry-title{
  font-size: 26px;
}
body.si-blog-horizontal .site-main, body.single-post .site-main{
  background-color: #f1f1f1;
}
.content-area .entry-meta{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sinatra-sidebar-style-2 #secondary .widget-title:after, .sinatra-sidebar-style-3 #secondary .widget-title:after {
  right: 0;
}
.si-sidebar-container .wp-block-search .wp-block-search__label {
  display: none;
}
.innerP p{
  margin: 0;
  padding: 0;
}
.solutionSec .liststyle ul{
  margin-bottom: 0;
}
.secTitle h2{
  margin: 0;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.solutionSec .liststyle ul li {
  margin-bottom: 5px;
}
.accordion .card-header:after {
  position:absolute;
  content: '';
  right: 15px;
  top: 16px;
  height: 15px;
  width: 15px;
  background-position: center center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 253 144"><path d="M126.829 0.179958C131.346 0.179958 135.862 1.90452 139.305 5.3464L247.667 113.709C254.561 120.603 254.561 131.779 247.667 138.669C240.777 145.56 229.603 145.56 222.709 138.669L126.829 42.7837L30.9485 138.666C24.0553 145.556 12.8824 145.556 5.99252 138.666C-0.904069 131.776 -0.90407 120.599 5.99252 113.706L114.353 5.34304C117.798 1.90062 122.314 0.179958 126.829 0.179958Z" fill="black"/></svg>');
}
.accordion .card-header.collapsed:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 253 144"><path d="M126.829 143.837C131.346 143.837 135.862 142.113 139.305 138.671L247.667 30.3076C254.561 23.4144 254.561 12.2382 247.667 5.34777C240.777 -1.54268 229.603 -1.54268 222.709 5.34776L126.829 101.233L30.9485 5.3511C24.0553 -1.53935 12.8824 -1.53935 5.99252 5.35109C-0.904069 12.2415 -0.90407 23.4177 5.99252 30.311L114.353 138.674C117.798 142.116 122.314 143.837 126.829 143.837Z" fill="black"/></svg>');
}
.accordion .card-title{
  font-weight: 600;
  padding-right: 30px;
}
.guaranteewrap > .row:nth-child(even) {
  flex-direction: row-reverse;
}
.hdrLanguage .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: rotate(0);
}
.hdrLanguage .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(-180deg);
}
.col5{
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.lastP0 p{
  margin: 0;
  padding-bottom: 10px;
}
.lastP0 > p:last-child{
  padding-bottom: 0;
}
.deliveryBenefitsInr > .row > .col-md-6:nth-child(odd) > .row{
  flex-direction: row-reverse;
}
.how-it-work-hero-section{
  background: url('images/asdasdsde.webp') no-repeat center center/cover;
  color: #fff;
  text-align: left;
  padding: 100px 0px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media screen and (max-width: 991px) {
  .col-5{
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
	.challenges-section h2, .features-section h2 {
    font-size: 24px;
}
	.headersec .btn-main {
    padding: 12px 20px !important;
    min-width: auto;
}
	a.headerlogo img {
    width: 135px;
}
.topcontrol{
    top: -20px !important;
}
section.cta-section h2 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h1 {
    font-size: 24px;
}
big {
    font-size: 122%;
    color: #777;
}
.keyfechuresec .nav-pills .nav-link {
    margin-right: 0;
}
.keyfechuresec #myTabContent {
    background: #ffffffeb;
    box-shadow: none;
    padding: 30px;
    margin-top: 10px;
}
.hero-section {
    background-size: auto;
    color: #fff;
    text-align: left;
    background-size: auto;
    background-position: left;
    padding: 60px 0px 30px;
}
.headersec .logoimgs {
    width: 150px !important;
}
.btn-main {
    background: #d0614d;
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    min-width: 160px;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
}
.sinatra-logo img {
  max-height: 32px;
}
#sinatra-header-inner .si-btn{
  padding: 6px 10px;
  font-size: 13px;
  white-space: nowrap;
  min-height: 40px;
}
.hdrLanguage .gt_float_switcher .gt-selected .gt-current-lang{
  padding: 6px 10px;
}
.si-header-widgets .si-header-widget, .si-header-widgets .si-header-widget.si-header-widget__button {
  padding-left: 5px;
  padding-right: 5px;
}
#sinatra-header-inner > .si-container{
  flex-wrap: nowrap;
}
#sinatra-header-inner .si-header-element {
  margin-left: 0;
}
#sinatra-header-inner .si-mobile-nav {
  margin-left: 15px;
}
.si-header-element.si-header-widgets {
  display: flex;
  flex-wrap: nowrap;
}
.card-header .collapsible-link {
  padding: 10px 50px 10px 20px;
  white-space: normal;
}
.site .si-flex-row .col-md {
  max-width: 100%;
  text-align: center;
}
#block-13 .has-text-align-right, #block-7, #block-8{
  text-align: center !important;
}
.col5{
  width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topcontrol{
    top: 36px !important;
}
.col5{
  width: 33.333%;
}
}