/*** common css **/
body, html {
    font-weight: 400;
    font-size: 62.5%;
    overflow-x: hidden;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

.container {
    padding-left: 8%;
    padding-right: 8%;
}

@media(max-width: 480px) {
    .container {
        padding-left: 5%;
        padding-right:5%;
    }
}

.main-wrapper {
    position: relative;
}

.dropanchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.primary-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
    background-color: #155EEF;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.primary-btn:hover {
    background-color: #004EEB;
}

.secondary-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
    background-color: #155EEF;
}

.bgc-white {
    background-color: #fff;
}

.secondary-btn:hover {
    background-color: #004EEB;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.bgc-white:hover {
    color: #fff;
}

.transparent-btn {
    border-radius: .8rem;
    padding: 1.6rem 2.8rem;
    text-align: center;
}

.transparent-btn:hover {
    background-color: #D0D5DD;
    color: #344054;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

.find-food-btn {
    border-radius: .8rem;
    padding: 0.8rem 1.5rem;
    text-align: center;
}


/*** header menu navigation css **/
.navigation__container {
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
}

/*** mobile menu **/

.mobile__menu--active {
    height: 100% !important;
    overflow: auto;
}

.mobile__menu--active .bar__line:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
}

.mobile__menu--active .bar__line:nth-child(2) {
    display: none;
}

.mobile__menu--active .bar__line:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
}

.mobile__menu-box--active {
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile__menu-box {
    transition-delay: 100ms !important;
}

body .mobile__menu--active {
    height: 100%!important; 
    overflow-y: auto !important;
}


/***homepage section **/
.homepage-herosection {
    background-image: url('../images/webp/homepage-herosection-bg.webp');
    background-position: center center;
}


/*** lander form section css **/
.banner__subscribe-image-box {
    background-image: url('../images/lander-image.jpg');
    background-position: bottom center;
}

.banner__suscribe-form {
    width: 100%;
}

.banner__form-field {
    height: 4.4rem;
}

.banner__form-field input {
    width: 100%;
    height: 4.2rem;
    outline: none;
    padding-left: 1rem;
}

.job_lander-image img {
    display: inline-block;
}

.overlay-bg-lander::-webkit-scrollbar {
    display: none;
}

.banner__form-field .country-code {
    background-color: #fff;
    width: 8rem;
}

.modal_form_container {
    position: relative;
    top: 5%;

}

/*** articles three column **/

.article__item-container {
    margin-top: 4rem;
}

.article__item-image img {
    height: 23.3rem;
    width: 100%;
    object-position: center;
}

.article__item-content {
    margin-top: 1.6rem;
}

.article__item-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #383838;
}

.article__item-author {
    margin-top: 1.6rem;
    position: relative;
}

.article__item-author-image {
    height: 3.9rem;
    width: auto;
    border-radius: 100%;
}


/*** Map **/

 .map_container--active {
    visibility: visible !important;
    height: 100% !important;
    opacity: 1 !important;
    transition-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1, 0.1) !important;
    transition-duration: 500 !important;
 }

/*** content typhography **/

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
 {
    font-family: 'DM Sans',sans-serif;
    font-weight: 700;
}

.content h1 {
    font-size: 2.4rem;
}

.content h2 {
    font-size: 2.2rem;
}

.content h3 {
    font-size: 2.0rem;
}

.content h4 {
    font-size: 1.8rem;
}

.content h5 {
    font-size: 1.6rem;
}

.content h6 {
    font-size: 1.4rem;
}

.content p,
.content b,
.content span,
.content a,
.content i
{
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    color: #475467;
}

.content b,
.content strong {
    font-size: 1.8rem;
}

@media(max-width: 920px) {
    .content img {
        height: auto !important;
        width: auto !important;
    }
}

.content ul li h5 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    color: #000;
}

.content ul li h5:hover {
    color: #C01048;
}

.content table {
    border-collapse: collapse;
    width: 100%;
}

.content table td {
    border: 1px solid #B9B9B9;
    padding: .4rem;
    color: #000;
    padding: 1rem;
}

.content table th {
    border: 1px solid #18191F;
    background-color: #B9B9B9;
    padding: 1rem 0;
    color: #000;
}

/* .banner__search, .offer__page {
    background-image: url('../images/main-banner-image.jpg');
} */

.banner__thank-you {
    background-image: url('../images/bg-thank-you-page.jpg');
}

/* .hero__quiz-container {
    background-image: url('../images/quiz-hero-bg.png');
} */

/* .subscribe__bottom, .subscribe__small {
    background-image: url('../images/subscribe_bottom_bg.jpg');
} */

/* .banner__about {
    background-image: url('../images/bg-banner-about.png');
} */

.banner__above__fold {
    background-image: url('../images/subscribe-banner-image.png')
}

#in-article {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    display: block !important;
    justify-content: center !important;
}

#mid-article {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    display: block !important;
    justify-content: center !important;
}

.article-content img {
    margin: 0 0 10px 0;
}

.article-content p {
    margin: 20px 0;
}

.article-content h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.article-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.article-content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/* banner top ads */

.ads-btn {
    cursor:pointer;
    -webkit-transition: all .3s ease-in .20s;
    -moz-transition: all .3s ease-in .20s;
    -o-transition: all .3s ease-in .20s;
    -ms-transition: all .3s ease-in .20s;
    transition: all .3s ease-in .20s;
}

.ads-btn.down {
    -webkit-transform: rotate(180deg);
    -moz-transform:  rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner__ads-top-container {
    opacity:1;
    overflow: visible;
    max-height: 100%;
}

.banner__ads-top-container.hide {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 !important;
}

.dot-separator {
    font-size: 0.8rem !important;
    vertical-align: middle;
    padding: 0 .4rem;
}

.article-content img {
    height: auto !important;
    width: 100% !important;
}

/* .offer__item-container {
    border: 1px solid #EAECf0;
    border-radius: 1.6rem;
} */

.offer__creative p, .offer__creative span{
    color: #475467 !important;
}

.offer__item {
    padding: 0.8rem 2.4rem;
}

.selected {
    color: #155EEF;
}

@media(max-width:820px) {
    .lander__video iframe {
        width: 100%;
    }
}

.menu__scroll::-webkit-scrollbar {
    display: none;
}

@media(max-width: 480px) {
    .article-banner__image {
        height: 280px;
    }
}

/* survey custom styling */

.article__item-content [data-survey] h3,
.content [data-survey] h3{
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    color: #101828 !important;
    line-height: 3.2rem;
    margin-bottom: .8rem;
}

.article__item-content [data-survey] span,
.content [data-survey] span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: .8rem;
    color: #475467 !important;
    display: inline-block;
}

.card-body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
    color: #101828 !important;
    padding: 1.6rem;
}



.content [data-survey] {
    background-color: #f9fafb;
    padding: 2.6rem;
    border: 1px solid #EAECf0;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.content > div {
    min-height: unset !important;
}

progress {
    height: 1rem;
    border: 1px solid #475467;
    margin-bottom: 2rem;
    border-radius: 1.6rem;
}

progress::-moz-progress-bar {
    background: #155EEF;
}
/* For Chrome or Safari */
progress::-webkit-progress-value {
    background: #155EEF;
}
/* For IE10 */
progress {
    background: #155EEF;
}

.card-body span {
    font-family: 'DM Sans', sans-serif;
    line-height: 3.2rem;
}

.card-body  input[type=radio], .card-body input[type=checkbox] {
    accent-color: #155EEF;
}

.pl-2 {
    padding-left: 1rem;
}    

#vote {
    text-align: center !important;
    line-height: 2.4rem !important;
    width: 100%;
    margin-top: 1.6rem;
    color: #ffffff;
    background-color: #155EEF;
    font-size: 19px;
    border: 1px solid #004EEB;
    border-radius: 1px;
    padding: 10px 20px;
    letter-spacing: 1px;
}

#vote:hover {
    background-color: #004EEB !important;
    transition: background-color 0.4s ease 0s,border-color 0.4s ease 0s,color 0.4s ease 0s;
}

#see_results {
    color: #155EEF!important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 5;
  }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #155EEF;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 100%;
  }
  .go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
  }
  .go-top-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #004EEB;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
  }
  .go-top-area .go-top:focus,
  .go-top-area .go-top:hover {
    color: #fff;
  }
  .go-top-area .go-top:focus::before,
  .go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .go-top-area .go-top:focus i:first-child,
  .go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
  }
  .go-top-area .go-top:focus i:last-child,
  .go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
  .go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 100%;
    right: 10px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
      top: 93%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
      top: 93%;
    }
  }
  
  .go-top-wrap {
    position: relative;
  }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    /* background: #29f0b4; */
    border-radius: 100%;
  }
  .go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
  }
  .go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #155EEF;
    border-radius: 100%;
  }
  .go-top-wrap .go-top-btn:hover {
    color: #fff;
  }
  
  @keyframes ripple {
    0%,
    35% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
    }
  }
  @-webkit-keyframes ripple {
    0%,
    35% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
    }
  }

  .sidebar-box {
    background-color: #F9FAFB;
    border: 1px solid #EAECF0;
    border-radius: 1.6rem;
    padding: 1.5rem;
  }

  .sidebar-heading {
    margin-bottom: 2rem;
  }

  .content table.my-2 {
    width: auto;
  }

  .content table.my-2 td {
    border: none;
    vertical-align: top;
    padding: 0 0 0 1rem;
  }

  .content table.my-2 td input[type=text],
  .sidebar-box table.my-2 td input[type=text],
  .article__item-content table.my-2 td input[type=text] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    outline: none;
    padding: .2rem 1.5rem;
    border: 1px solid #EAECf0;
    color: #475467;
    font-weight: 400;
  }

  small {
    font-size: 1.4rem;
    color: #475467;
    font-weight: 400; 
  }

  #take_survey_again {
    color: #fff;
    font-weight: 400;
    margin-top: 1.5rem; 
  }

  /* adopted classes from bootstrap */

  .content .d-flex {
    display: flex;
  }

  .content .justify-content-center {
    justify-content: center;
  }

  .content .align-items-center {
    align-items: center;
  }
  
  .content .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .align-top {
    vertical-align: top;
  }

@media (min-width: 768px){
   .content .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .content .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

/* modification per site */

.article__item-content-meta {
    border-color: #B2CCFF;
}

.article__item-content-category {
    border-color: #84ADFF;
}

.swiper-pagination-bullet-active {
    background-color: #155EEF !important;
}

.footer__box-right-text {
    padding-top: 2.2rem;
}

.lander__photocontent-item h5 {
    padding-top: 2rem;
}

.lander__slide-item-content {
    font-size: 2.4rem;
    font-weight: 500;
}

@media(max-width: 480px) {
    .lander__slide-item-content {
        font-size: 1.4rem;
    }
}

.lander__photocontent_grid-container {
    column-gap: 3.2rem;
}

.lander__photocontent-item:last-of-type {
    margin-top: 1.5rem;
}

.site-logo--mobile {
    padding: 1.2rem;
}

.footer__box-center-title {
    font-weight: 700;
}

/** Bootstrap class */

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

  .align-items-center {
    align-items: center;
}

#back {
    padding-right: 2rem;
}

.header-container {
    background-color: #2970FF;
    margin: 0 auto;
    padding: 1.2rem 0 1.5rem;
}

.mobile__menu-box {
    background-color: #2970FF;
}

.bar__line {
    background-color: #fff;
}

footer {
    background-color: #2970FF;
}

/* job finder */

.jobsearch_mobile-container.open {
    visibility: visible !important;
    opacity: 1 !important;
    height: 100% !important;
}

/* anouncement bar */

.announcementbar__container {
    background: linear-gradient(45deg, #155EEF 0%, #155EEF 100%);
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    position: relative;
}

.close__button {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 12rem;
    cursor: pointer;
}

.announcementbar__content {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
}

.announcementbar__content a {
    color: #CCFBEF;
}

@media(max-width: 820px) {
    .announcementbar__container {
        position: fixed;
        z-index: 11;
        justify-content: space-between;
        width: 100%;
    }

    .announcementbar__content {
        width: 90%;
        padding: 0 1rem;
    }

    .close__button {
        right: 1.5rem;
    }

    .mobile__menu-container.active {
        margin-top: 5rem;
    }

    .mobile__menu-box.active {
        margin-top: 7.5rem;
        position: relative;
    }
}

@media(max-width: 375px) {
    .mobile__menu-box.active {
        margin-top: 10rem;
    }    
}   


.sovrn-slider.proper-dynamic-insertion {
	position: fixed;
}


.article__content-container h1 {
    color: var(--Gray-900, #101828);

    /* text-2xl/Semibold */
    font-family: inherit;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0;
}

.article__content-container h2 {
    color: var(--Gray-900, #101828);

    /* text-2xl/Semibold */
    font-family: inherit;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0;
}
.article__content-container h3 {
    color: var(--Gray-900, #101828);

    /* text-2xl/Semibold */
    font-family: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0;
}
.article__content-container h4 {
    color: var(--Gray-900, #101828);

    /* text-2xl/Semibold */
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0;
}

.article__content-container a {
  color: rgb(82 136 253);
  font-weight: 500;
}

.article__content-container p {
  margin-bottom: 20px;
}


 
.article__content-container ul {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.article__content-container li {
  display: list-item;
  list-style-position: outside;
}

.article__content-container ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.article__content-container li {
  display: list-item;
  list-style-position: outside;
}