:root {
    --c-primary: #E30613;
    --c-secondary: #F06145;
    --c-secondary-1: #FBCFC3;
    --c-secondary-2: #F8C0B5;
}

body {
    font-family: 'gillsans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

header {
    position: relative;
    background-color: black;
    height: 76vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 60%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 1;
}

@media (max-width: 575px) {
    header {
        display: none;
    }
}

@media (pointer: coarse) and (hover: none) {
    header video {
        display: none;
    }
}

.form-all {
    margin-top: 10px !important;
  }

.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: bold;
}

.display-1 {
    font-size: 8rem;
    color: var(--c-primary);
}

.display-4 {
    line-height: 1;
    color: var(--c-primary);
}

h2.sub-title {
    font-weight: bold;
    font-size: 3rem;
}

h2.footer {
    border-bottom: 1px solid #dcdadb;
    font-size: 3rem;
}

@media (max-width: 1199px) {
    h2.footer {
        font-size: 2rem;
    }
}

@media (max-width: 414px) {
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 3rem;
    }
    .display-3,
    .display-4 {
        font-size: 2.2rem;
    }
    h2.sub-title {
        font-size: 1.5rem;
    }
    h2.footer {
        font-size: 2rem;
    }
}

a {
    color: var(--c-primary);
}

a:hover {
    color: #009fe3;
}

.powered_by {
    text-align: right;
}

@media (max-width: 767px) {
    .powered_by {
        text-align: left;
    }
}

.btn-lg {
    border-radius: 4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.btn-primary {
    color: #fff;
    background-color: var(--c-primary);
    border-color: var(--c-primary);
}

.btn-primary:hover {
    background-color: #009fe3;
    border-color: #009fe3;
}

.mb-8 {
    margin-bottom: 6rem!important;
}

.mt-8 {
    margin-top: 6rem!important;
}

#mouse_icon {
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
    top: -35px;
    color: var(--c-primary);
}

#mouse_icon i {
    font-size: 35px;
    color: white;
    border-radius: 100px;
    padding: 15px;
    background: var(--c-primary);
}

div.lined::after {
    position: relative;
    left: -25%;
    top: 490px;
    height: 150px;
    width: 2px;
    margin: 0 0 0 -1px;
    content: '';
    background: #003c6e;
    z-index: 100000;
}

.gray-divider {
    background: linear-gradient(to left, #fff 75%, #9fa1a4 75%);
    height: 100px;
}

#expo {
    height: 1000px;
}

h2.tagline {
    font-size: .8rem;
    margin: 0px;
    letter-spacing: 3px;
}

@media (max-width: 1199.98px) {
    .nav-link {
        text-align: center
    }
}

.centered {
    margin: auto;
    display: block;
}

.navbar .nav-link {
    color: white !important;
}

.navbar .dropdown a {
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    white-space: initial;
}

@media (max-width: 1199.98px) {
    .navbar .dropdown a {
        text-align: center
    }
}

.testimonial-overlay {
    position: relative;
    top: -100px;
    width: 100%;
    right: 0px;
    padding-left: 15% !important;
}

.newsletter-btn {
    padding: 10px 15px;
    background-color: #00aeef;
    border-radius: 10px;
    display: block;
    width: 45%;
    line-height: 1.2;
    text-align: center;
}

.newsletter-btn:hover {
    text-decoration: none;
}

.footer_social {
    border: 1px solid var(--c-primary);
    border-radius: 25px;
    margin-right: 25px;
}

.plogobox {
    height: 68px;
    display: inline;
    margin-right: 20px;
}

.plogobox img {
    margin: 5px 20px 15px 0px;
}

.sp-bottom {
    border-bottom: 2px solid #281f69;
    padding-bottom: 10px;
}

.nav-item {
    font-weight: bold;
}

.russian {
    border-radius: 0px;
    position: absolute;
    right: 3%;
    bottom: 10px;
}

@media (max-width: 767px) {
    .russian {
        position: inherit;
        right: 0%;
        bottom: 0px;
        width: 100%;
        padding: 3px 5px;
        font-size: 14px;
    }
}

h3.subtitle {
    color: var(--c-primary);
}

h3.title {
    font-weight: bold;
    color: var(--c-primary);
}

h4.subtitle {
    color: var(--c-primary);
}

h4.speaker_subtitle {
    color: #9FA1A4;
}

.speaker_topic {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

#scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

#scrolling-wrapper .card {
    padding-bottom: 100px;
}

#scrolling-wrapper .card,
#scrolling-wrapper .scroller {
    flex: 0 0 auto;
    border: 0px;
}

#scrolling-wrapper .card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#scrolling-wrapper .card-body {
    position: absolute;
    bottom: 20px;
    background-color: white;
    width: 75%;
    left: 30px;
    height: 180px;
    flex: none;
}

@media (min-width: 1050px) {
    #scrolling-wrapper .card-body {
        height: 150px;
    }
}

.news_image_wrapper {
    min-height: 300px;
}

.heading_link:hover {
    color: #009fe3;
    text-decoration: none;
}

.heading_link:hover h4.subtitle {
    color: #009fe3;
}

.speakers img.speaker {
    width: 100%;
}

.accordion>.card .card-header {
    background-color: transparent;
}

.speakers .card-header {
    border-top: 0px;
    border-bottom: 0px;
}

.speakers .card {
    border-left: 0px;
    border-right: 0px;
}

.speakers .btn-link:hover,
.speakers .btn-link:focus {
    text-decoration: none;
}

.speakers button {
    text-align: center;
}

.speakers button::after {
    content: '-';
    font-size: 50px;
    color: #dfdfdf;
    display: block;
    text-align: right;
    line-height: 0.1;
    position: relative;
}

.speakers button.collapsed::after {
    content: '+' !important;
    font-size: 50px;
    color: #dfdfdf;
    display: block;
    text-align: right;
    line-height: 0.1;
    position: relative;
}

@media (max-width: 415px) {
    .speakers button::after {
        content: '-';
        font-size: 50px;
        color: #dfdfdf;
        display: block;
        text-align: center;
        line-height: 0.1;
        position: relative;
    }

    .speakers button.collapsed::after {
        content: '+' !important;
        font-size: 50px;
        color: #dfdfdf;
        display: block;
        text-align: center;
        line-height: 0.1;
        position: relative;
    }
}

.speakers button:hover::after {
    color: var(--c-primary);
}

.speakers button {
    text-align: left;
}

.speakers button img {
    float: left;
}


element.style {
}
.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}
.speakers button.bottom-collapse{
    margin-top: 8px;
}

@media (max-width: 415px) {
    .speakers button.bottom-collapse{
        margin-top: 18px;
    }  
}

.speakers button.top-collapse{
    display: none;
}

@media (min-width: 768px) {
    .speakers button.top-collapse{
        display: inline-block;
    }
    .speakers button.bottom-collapse{
        display: none;
    }
    .speakers  button.top-collapse::after{
        text-align: right;
    }
}


@media (min-width: 415px) {
    .accordion.speakers.history button.collapsed::after {
        top: -16px;
    }
    .speakers button::after {
        top: -26px;
    }
}

#more_news,
#show_all_news {
    transition: all 3s;
}

button .lead {
    color: black;
}

p b {
    font-weight: bold !important;
}

.btn-secondary {
    background-color: transparent;
    border-color: #d6d5d3;
    color: #8a8988;
    border-radius: 0;
}

.organizer {
    border: 1px solid #8a8988;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--c-primary);
}

#navbarSupportedContent .dropdown .dropdown-menu {
    background-color: var(--c-primary);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    color: white;
    max-width: 90vw;
}

#navbarSupportedContent .dropdown .dropdown-item {
    font-weight: bold;
    color: white;
}

#navbarSupportedContent .dropdown .dropdown-item:hover {
    background-color: #0069d9;
    color: white;
}


/* #navbarSupportedContent .nav-link:hover {
    background-color: #0069d9;
    color: white;
} */

.hotels td {
    vertical-align: middle !important;
    border: 1px solid #dee2e6;
}

.hotels .subtable td {
    border: 0;
    vertical-align: middle !important;
}

.hotels .subtable {
    margin-bottom: 0px;
}

.carousel-indicators li {
    background-color: var(--c-primary);
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    top: 38%;
    bottom: auto;
}

#touristic_tour:before {
    height: 54px;
    content: "";
    display: block;
}


/*YOUTUBE PLAYLIST SECTION*/

.ytp-section-playlist-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--c-primary);
}

.ytp-playlist-iframe {
    width: 740px;
    height: 400px;
}

@media (max-width: 1024px) {
    .ytp-playlist-iframe {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .ytp-playlist-iframe {
        width: 100%;
        height: 280px;
    }
}

@media (max-width: 575.98px) {
    .ytp-playlist-iframe {
        width: 100%;
        height: 240px;
    }
}

@media (max-width: 414px) {
    .ytp-playlist-iframe {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 360px) {
    .ytp-playlist-iframe {
        width: 100%;
        height: 200px;
    }
}

.ytp-playlist-sidebar-box {
    background-color: var(--c-primary);
    padding: 0;
    max-height: 400px;
    overflow: hidden;
}

.ytp-playlist-sidebar {
    max-height: 100%;
    overflow: auto;
    padding: 6px;
}

@media (max-width: 1024px) {
    .ytp-playlist-sidebar-box {
        margin-top: 16px;
    }
    .ytp-playlist-sidebar {
        display: inline-flex;
        width: 100%;
    }
}

.ytp-nav-desktop {
    display: flex;
}

.ytp-nav-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .ytp-nav-desktop {
        display: none;
    }
    .ytp-nav-mobile {
        display: inline-flex;
        border-bottom: 1px solid #ce4d4d;
        margin-bottom: 10px;
        width: 100%;
    }
}

.ytp-nav-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 25%;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.ytp-nav-title.active {
    background-color: #750d16;
}

.ytp-box-thumbnail {
    display: flex;
}

.ytp-playlist-thumb {
    width: 100px;
    height: 55.95px;
}

@media (max-width: 1024px) {
    .ytp-box-thumbnail {
        display: grid;
        margin: 0 6px;
    }
    .ytp-playlist-thumb {
        width: 120px;
        height: 65px;
    }
}

.ytp-playlist-thumb-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .ytp-playlist-thumb-title {
        padding-left: 0;
        font-size: 12px;
        font-weight: 500;
    }
}

.ytp-playlist-thumb-channel {
    max-width: 260px;
    height: auto;
}

.ytp-playlist-thumb-channel-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--c-primary);
}

.ytp-cued-thumbnail-overlay {
    position: relative;
}

.ytp-large-play-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    margin: auto;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
}

.ytp-large-play-button-sidebar {
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
}

.ytp-button:focus,
.ytp-button {
    outline: 0;
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
    fill: #212121;
    fill-opacity: .8;
}

.ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}

.ytp-cued-thumbnail-overlay-sidebar:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}

::-moz-focus-inner {
    padding-inline: 0 !important;
}


/* Works on Firefox */

.ytp-playlist-sidebar {
    scrollbar-width: thin;
    scrollbar-color: #7e1722 #b07278;
}


/* Works on Chrome, Edge, and Safari */

.ytp-playlist-sidebar::-webkit-scrollbar {
    width: 12px;
}

.ytp-playlist-sidebar::-webkit-scrollbar-track {
    background: #b07278;
}

.ytp-playlist-sidebar::-webkit-scrollbar-thumb {
    background-color: #7e1722;
    border-radius: 20px;
    border: 3px solid #b07278;
}


/*FLICKR PLAYLIST SECTION*/

.flickr-box-row-1 {
    background-color: var(--c-primary);
    padding: 1px 1px 0 1px !important;
}

.flickr-box-row-2 {
    background-color: var(--c-primary);
    padding: 0 1px 1px 1px !important;
}

.flickr-box {
    padding: 1px !important;
}

.flickr-thumb {
    max-width: 100%;
}


/*END FLICKR PLAYLIST SECTION*/

.ramadan-package-list-check {
    list-style: none;
}

li.ramadan-package-list-check::before {
    content: "\2713";
    font-weight: bolder;
    font-size: 12px;
    padding-right: 6px;
}

.ramadan-package-list-cross {
    list-style: none;
}

li.ramadan-package-list-cross::before {
    content: "\2715";
    font-weight: bolder;
    font-size: 12px;
    padding-right: 6px;
    color: var(--c-primary);
}

/* Popup box BEGIN */
.overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display:none;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: 999;
}

.popup {
  margin: 25vh auto auto auto;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  width: 465px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  z-index: 9999;
  padding: 1px 4px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1 !important;
}

.popup .close:hover {
  color: #fff;
}

.popup .header {
    background-image: url(https://www.worldchefscongress.org/img/congress-banner-bk2g.jpg);
    background-position: bottom center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.popup .header-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg,var(--c-primary) 50%,#009FE300 100%);
    opacity: .5;
    transition: background .3s,border-radius .3s,opacity .3s;
    width: 100%;
    min-height: 300px;
    position: absolute;
}

.popup .header .body {
    position: relative;
    top: 0;
    padding: 70px 10px;
    text-align: center;
}

.popup .header .title {
    color: #fff;
    font-family: "Gill Sans",Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}

.popup .header .caption {
    color: #fff;
    font-family: "Gill Sans",Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 20px;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
    padding: 20px;
    background-color: #000;
    color: #fff;
    font-family: "Gill Sans",Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.popup .content .button-text {
    font-family: "Gill Sans",Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--c-primary);
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 12px;
    width: auto;
    display: inline-block;
}

.popup .link-column {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 700px){
  .popup{
    width: 90vw;
    margin: 10vh auto auto auto;
  }
}
/* Popup box END */

.map-responsive{
    overflow:hidden;
    padding-bottom:70%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

  #volume{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: white;
    z-index: 333333333;
  }
  #volume:hover{
      cursor: pointer;
  }
  #volume i{
      font-size: 40px;
  }


a:focus {
    text-decoration: none;
    outline: none;
}

/* Style The Dropdown Button */
.mswc-dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    font-family: "Gill Sans",Sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.mswc-dropdown {
    position: relative;
    display: inline-block;
    z-index: 99999;
    margin-left: 12px;
}

/* Dropdown Content (Hidden by Default) */
.mswc-dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--c-primary);
    min-width: 160px;
    box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.15);
    z-index: 1;
    border-radius: 10px;
}

/* Links inside the dropdown */
.mswc-dropdown-content a {
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    display: block;
    font-family: "Gill Sans",Sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

/* Add border in the bottom of each link and not in last link */
.mswc-dropdown-content a:not(:last-child) {
    border-bottom: solid 1px #fff;
}

/* Change color of dropdown links on hover */
.mswc-dropdown-content a:hover {
    background-color: #950411;
}

/* Set a border radius in first child on hover */
.mswc-dropdown-content a:hover:first-child {
    border-radius: 10px 10px 0 0;
}

/* Set a border radius in last child on hover */
.mswc-dropdown-content a:hover:last-child {
    border-radius: 0 0 10px 10px;
}

/* Show the dropdown menu on hover */
.mswc-dropdown:hover .mswc-dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.mswc-dropdown:hover .mswc-dropbtn {
    color: var(--c-primary);
}

.mswc-dropdown .sub-arrow {
    position:absolute;
    right:1px;
    left: auto;
    top:55%;
    margin-top:-.1em;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:-webkit-transform .45s ease;
    transition:-webkit-transform .45s ease;
    transition:transform .45s ease;
    transition:transform .45s ease,-webkit-transform .45s ease
}
.mswc-dropdown:hover .sub-arrow {
    position:absolute;
    -webkit-transform:translateY(-50%) rotateX(180deg);
    transform:translateY(-50%) rotateX(180deg)
}


.custom-social-grid {
  display: inline-block;
  width: auto;
  word-spacing: 5px;
  margin-bottom: 8px;
}

.custom-social-grid .custom-grid-item {
  display: inline-flex;
  word-break: break-word;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--c-primary);
  width: 48px;
  height: 48px;
}

.custom-grid-item .custom-social-icon {
  font-size: 20px;
  color: #fff;
  margin: auto;
}

.custom-social-media-mobile, .congress-sign-up-btn-mobile {
    display: none !important;
}

@media (max-width: 1023.98px) {
    .custom-social-media-desktop {
        display: none !important;
    }

    .custom-social-media-mobile {
        display: flex !important;
    }
    .congress-sign-up-btn-mobile {
        display: block !important;
    }

    .custom-social-grid {
      display: flex;
      width: 100%;
      word-spacing: 1px;
      justify-content: space-between;
      max-width: 360px;
      margin: 16px auto;
  }

  .custom-social-grid .custom-grid-item {
      width: 30px;
      height: 30px;
  }

}

.custom-grid-item.social-icon-facebook:hover {
  background-color: #3b5998 !important;
}

.custom-grid-item.social-icon-instagram:hover {
  background-color: #262626 !important;
}

.custom-grid-item.social-icon-linkedin:hover {
  background-color: #0077b5 !important;
}

.custom-grid-item.social-icon-youtube:hover {
  background-color: #cd201f !important;
}

.custom-grid-item.social-icon-twitter:hover {
  background-color: #1da1f2 !important;
}

.custom-grid-item.social-icon-podcast:hover {
  background-color: #b150e2 !important;
}

.custom-grid-item.social-icon-flickr:hover {
  background-color: #0063dc !important;
}

@media only screen and (min-width: 1025px) {
    .mobile-only {
        display:none !important;
    }
} 
@media only screen and (max-width: 1026px) {
    .desktop-only {
        display:none !important;
    }
}

.heading-style-2 {
    color: var(--c-primary);
    font-size: 15px;
    font-weight: bold;
  }
  .heading-style-4 {
    color: var(--c-secondary);
    border-bottom: 12px solid var(--c-primary);
    font-size: 50px;
    font-weight: bold;
  }
  .heading-style-4.no-border{
    border-bottom: 0;
  }
  .package-tile {
    background-color: var(--c-primary);
    color: white;
    max-width: 900px;
    min-width: 450px;
    font-size: 25px;
    padding: 10px 0;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
  }
  .package-tile:nth-child(even){
    background-color: var(--c-secondary);
  }

  .table-theme-1 {
    border-spacing: 3px;
    border-collapse: separate;
    max-width: 90%;
  }
  .table-theme-1 thead {
    background-color: var(--c-primary);
    color: white;
  }
  .table-theme-1 thead th {
    vertical-align: middle;
  }
  .table-theme-1 th, .table-theme-1 td {
    border: 0;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
  }
  .table-theme-1 tbody tr td {
    background-color: var(--c-secondary-1);
    color: #000;
  }
  .table-theme-1 tbody tr td:first-child {
    font-size: 20px;
    text-align: left;
  }
  .table-theme-1 tbody tr:nth-child(even) td {
    background-color: var(--c-secondary-2);
  }
  .table-theme-1.inverse-bg tbody tr td {
    background-color: var(--c-secondary-2);
  }
  .table-theme-1.inverse-bg tbody tr:nth-child(even) td {
    background-color: var(--c-secondary-1);
  }
  
  .table-theme-1 tbody.table-section-heading tr td {
    background-color: white;
    font-size: 16px;
    padding: 12px 0 0;
  }

  .table-theme-1 thead th {
    border-bottom: 0;
  }
  .table-center {
    margin: 0 auto;
  }

  .sponser-features-list {
    font-size: 18px;
  }
  .sponser-features-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  /*star ratings css*/
  
.star-ratings-css {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #9a9999;
    position: relative;
    text-shadow: 0 1px 0 #a2a2a2;
    font-size: 1em;
    height: 1em;
  } 
  .star-ratings-css::before { 
    content: '★★★★★';
    opacity: .3;
    overflow: hidden;
  }
  
  .star-ratings-css i {
    left: 0;
    position: absolute;
    overflow: hidden;
  
  }
  .star-ratings-css i::after {
    font-style: normal;
    color: gold;
    content: '★★★★★';
    text-shadow: 0 1px 0 #ab5414;
    z-index: 1;
  }
  .star-ratings-css.star-5 i {
    width: 100%;
  }
  .star-ratings-css.star-45 i {
    width: 90%;
  }
  .star-ratings-css.star-4 i {
    width: 80%;
  }
  .star-ratings-css.star-35 i {
    width: 70%;
  }
  .star-ratings-css.star-3 i {
    width: 60%;
  }
  .star-ratings-css.star-25 i {
    width: 50%;
  }
  .star-ratings-css.star-2 i {
    width: 40%;
  }
  .star-ratings-css.star-15 i {
    width: 30%;
  }
  .star-ratings-css.star-1 i {
    width: 20%;
  }
  .star-ratings-css.star-05 i {
    width: 10%;
  }
  .star-ratings-css.star-0 i {
    width: 0%;
  }
  /*end star ratings display*/
  .bg-grey-1 {
    background-color: #edecec;
    color: #000;
    font-weight: bold;
  }
  .form-control {
    border-color: var(--c-primary);
  }
  .form-control:focus{
    border-color: var(--c-primary);
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
  }