.sticker_mobile_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px -4px #ccc;
  border-radius: 12px !important;
}

.col-md-margin {
  margin: 8px 0;
}

.composition_img_area {
  flex: 1;
}

.txt_intro {
  color: black;
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 0 10px 10px 10px;
}

.heading_sticker {
  display: block;
  align-items: center;
  /* margin-top: 20px; */
  /* position: absolute; */
  bottom: 20px;
  height: 0px;
}

.heading_sticker h5 {
  color: #fff;
  font: 500 10px "Roboto", sans-serif;
  /* border: 1px solid #f2996d; */
  /* padding: 3px; */
  display: inline-block;
  position: relative;
  /* margin: 0; */
  bottom: 80px;
}

.heading_sticker h5 span {
  display: inline-block;
  border: none;
  color: #fff;
  border-radius: 36px;
  transition: all .5s ease-in-out;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 14px;
  background-color: #3fbef4;
}



/* @import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap'); */

.composition_img {
  height: 100%;
}

.load_more {
  border: none;
  color: #fff !important;
  border-radius: 36px !important;
  transition: all .5s ease-in-out !important;
  height: 38px !important;
  line-height: 38px !important;
  font-size: 14px !important;
  padding: 0 14px !important;
  /* background-color: #3fbef4; */
}

.sticker_image {
  /* width: 500px;
  height: 500px; */
  background: url(/ref/images/webp/notgif.webp) no-repeat -9999px -9999px;
}

.caricatures_image {
  /* min-height: 700px; */
  background: url(/ref/images/webp/notpic.webp) no-repeat -9999px -9999px;
  border-radius: 12px !important;
}

.world_image {
  /* min-height: 500px; */
  border-radius: 12px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* wp */
.author {
  width: 40px;
  height: 40px;
  border-radius: 20px !important;
}

.compositionAreaPC {
  /* width: auto !important;*/
  height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.compositionAreaPC img {
  /* height: 500px !important; */
  object-fit: revert;
  object-position: center;
  width: 100%;
}


.compositionAreaMob {
  /* width: auto !important;
  height: 230px !important; */
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
}

.img_tip {
  /* position: absolute; */
  /* bottom: 0; */
  color: #fff;
  /* opacity: 0.6; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6px;
  color: black;
  height: 60px;
}


.nickname {
  width: 100%;
  display: flex;
  margin-left: 20px;
}

[data-site_mode="dark"] .nickname {
  width: 100%;
  display: flex;
  margin-left: 20px;
  color: white;
}

.li_style {
  list-style-type: none;
}

/* line 67, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 72, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 76, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 81, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 89, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 94, sass/style.scss */
.searchform {
  position: relative;
}

/* line 98, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 105, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.resourceType {
  padding-top: 10px;
  padding-bottom: 10px;
}
#searchForm {
  margin-bottom: 0px;
}

#searchForm .row{
  margin-bottom: 0px;
}

.searchText {
  padding-top: 10px;
  /* padding-bottom: 10px; */
}

/* Navbar */
/* line 171, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 175, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
  background-color: #00b4f4;
}

/* line 181, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

#itemsContainer {
  top: 20px;
  /* background-color: #fff; */
  /* padding: 14px; */
  /* box-shadow: 0px 0px 16px -6px #ccc; */
}

.swiper-wrapper {
  top: 20px;
  background-color: #fff;
  display: block;

}

[data-menu="dark"] .swiper-wrapper {
  background-color: var(--dark-900);
}

[data-menu="dark"] .txt_intro {
  color: #eeeeee;
}

/* line 613, sass/style.scss */
/* .site-footer {
  background: url("/ref/images/webp/footer-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 22px;
} */

/* line 618, sass/style.scss */
.site-footer .footer_widget {
  padding-top: 90px;
}

/* line 621, sass/style.scss */
.site-footer .footer_widget .foo_logo {
  margin-bottom: 134px;
}

/* line 624, sass/style.scss */
.site-footer .footer_widget .foo_nav {
  margin-top: 80px;
}

/* line 626, sass/style.scss */
.site-footer .footer_widget .foo_nav h3 {
  color: #fff;
  font: 700 24px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

/* line 633, sass/style.scss */
.site-footer .footer_widget .foo_nav ul li {
  margin-bottom: 19px;
}

/* line 635, sass/style.scss */
.site-footer .footer_widget .foo_nav ul li a {
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

/* line 642, sass/style.scss */
.site-footer .footer_widget h2 {
  color: #fff;
  font: 700 36px "Roboto", sans-serif;
  margin-bottom: 22px;
}

/* line 648, sass/style.scss */
.site-footer .social {
  margin-top: 180px;
}

/* line 651, sass/style.scss */
.site-footer .social h3 {
  color: #fff;
  font: 700 24px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

/* line 658, sass/style.scss */
.site-footer .social ul li {
  margin-right: 23px;
}

/* line 660, sass/style.scss */
.site-footer .social ul li a {
  display: inline-flex;
  background-color: #fff;
  color: #000;
  width: 42px;
  height: 42px;
  transform: rotate(45deg);
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
}

/* line 670, sass/style.scss */
.site-footer .social ul li a .fa {
  transform: rotate(-45deg);
}

/* line 673, sass/style.scss */
.site-footer .social ul li a:hover {
  background-color: transparent;
  background-image: linear-gradient(to right, #fa7d8d, #f19b6a);
  color: #fff;
}

/* line 679, sass/style.scss */
.site-footer .social ul li:last-child {
  margin-right: 0;
}

/* line 685, sass/style.scss */
.site-footer .copyright {
  text-align: center;
  margin-top: 22px;
}

/* line 688, sass/style.scss */
.site-footer .copyright p {
  margin: 0;
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

/* line 695, sass/style.scss */
.site-footer .form {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 9px;
  box-shadow: 0px 0px 75px -52px #49c97d;
}

/* line 701, sass/style.scss */
.site-footer .form h3 {
  text-align: center;
  font: 700 60px "Roboto", sans-serif;
  color: #f86c22;
  margin-bottom: 55px;
}

/* line 706, sass/style.scss */
.site-footer .form h3 span {
  color: #28b4f4;
}

/* line 710, sass/style.scss */
.site-footer .form form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/* line 715, sass/style.scss */
.site-footer .form form .form-group input {
  height: 80px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -2px #eee;
  margin-bottom: 13px;
  color: grey;
  font: 400 18px "Roboto", sans-serif;
  padding: 25px;
}

/* line 725, sass/style.scss */
.site-footer .form form .form-group input::placeholder {
  color: grey;
  font: 400 18px "Roboto", sans-serif;
}

/* line 730, sass/style.scss */
.site-footer .form form .form-group textarea {
  height: 130px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -2px #eee;
  margin-bottom: 13px;
  color: grey;
  font: 400 18px "Roboto", sans-serif;
  padding: 25px;
}

/* line 740, sass/style.scss */
.site-footer .form form .form-group textarea::placeholder {
  color: grey;
  font: 400 18px "Roboto", sans-serif;
}

/* line 746, sass/style.scss */
.site-footer .form form .snd_btn {
  text-align: center;
  margin-top: 30px;
}

/* line 750, sass/style.scss */
.site-footer .form form .snd_btn .btn_outer {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  border: 1px solid #f2996d;
  padding: 6px;
  animation: auto;
  display: inline-block;
  position: relative;
  animation: pulse 2s infinite;
}

/* line 760, sass/style.scss */
.site-footer .form form .snd_btn .btn_outer .wpcf7-submit {
  padding: 16px 36px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fa7d8d 11%, #f19b6a);
  border: none;
  font: 500 22px "Roboto", sans-serif;
  color: #fff;
}

/* line 768, sass/style.scss */
.site-footer .form form .snd_btn .btn_outer .ajax-loader {
  position: absolute;
  right: -36px;
  margin: 0;
  top: 20px;
}

/* line 1275, sass/style.scss */
.mojipop_experience {
  background: url(/ref/images/webp/popular_bg.webp) no-repeat;
  background-size: cover;
  background-position: 100% 99%;
  padding: 5px 0 80px;
}

/* line 1281, sass/style.scss */
.mojipop_experience .heading {
  text-align: center;
}

/* line 1283, sass/style.scss */
.mojipop_experience .heading h3 {
  text-align: center;
  font: 400 60px "Fredoka One", sans-serif;
  color: #f86c22;
  margin-bottom: 110px;
}

/* line 1288, sass/style.scss */
.mojipop_experience .heading h3 span {
  color: #3fbef4;
}

/* line 1323, sass/style.scss */
.mojipop_experience div .form-group {
  position: relative;
}

/* line 1325, sass/style.scss */
.mojipop_experience div .form-group input {
  font: 500 18px "Roboto", sans-serif;
  height: 54px;
  border-radius: 8px;
  /* padding: 20px 28px; */
  /* color: #ccc; */
  text-indent: 28px;
  color: #3fbef4;
  border: 1px solid #eee;
}

/* line 1333, sass/style.scss */
.mojipop_experience div .form-group input::placeholder {
  color: #ccc;
}

/* line 1337, sass/style.scss */
.mojipop_experience div .form-group .btn_seach {
  position: absolute;
  top: 0;
  right: -2px;
  background-color: #3fbef4;
  color: #fff;
  height: 44px;
  padding: 1px 13px;
  border-radius: 0 8px 8px 0px;
  font-size: 22px;
  height: 55px;
}

/* line 1349, sass/style.scss */
.mojipop_experience div .form-group .btn_seach:focus {
  outline: none;
  box-shadow: none;
}

/* line 1379, sass/style.scss */
.mojipop_experience .sticker_box {
  /* background-color: #fff; */
  /* padding: 15px; */
  border-radius: 12px;
  text-align: center;
  transition: all .5s ease-in-out;
  margin: 0 10px 10px;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1387, sass/style.scss */
.mojipop_experience .sticker_box img {
  display: inline-block;
  margin: auto;
  border-radius: 6px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 500 18px "Roboto", sans-serif;
  height: 55px;
  border-radius: 8px;
  padding: 20px 28px;
  color: #ccc;
  border: 1px solid #eee;
}

.custom-select option {
  font: 500 18px "Roboto", sans-serif;
  color: #111;
}

/* line 1444, sass/style.scss */
.mojipop_experience .slick-next,
.mojipop_experience .slick-prev {
  /* top: 633px; */
  box-shadow: 0px 0px 20px -4px #ccc;
}

/* line 1449, sass/style.scss */
.mojipop_experience .slick-prev {
  left: -3%;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
}

.mojipop_experience .see_more {
  text-align: center;
  margin-top: 40px;
}

.mojipop_experience .see_more a {
  color: #f2996d;
  border: 1px solid #fff;
  padding: 6px;
  animation: auto;
  display: inline-block;
  position: relative;
  animation: pulse 2s infinite;
}

.mojipop_experience .see_more a span {
  padding: 16px 56px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fff 11%, #fff);
  border: none;
  font: 400 22px "Roboto", sans-serif;
  color: #000;
}

/* line 1457, sass/style.scss */
.mojipop_experience .slick-prev:hover {
  background-color: #3fbef4;
}

/* line 1459, sass/style.scss */
.mojipop_experience .slick-prev:hover:before {
  color: #fff;
}

/* line 1464, sass/style.scss */
.mojipop_experience .slick-prev:before {
  content: "\f177";
  font-family: fontAwesome;
  color: #f8712e;
  opacity: 1;
}

/* line 1471, sass/style.scss */
.mojipop_experience .slick-prev:focus {
  background-color: #3fbef4;
  color: #fff;
}

/* line 1477, sass/style.scss */
.mojipop_experience .slick-next {
  right: -3%;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
}

/* line 1484, sass/style.scss */
.mojipop_experience .slick-next:before {
  content: "\f178";
  font-family: fontAwesome;
  color: #f8712e;
  opacity: 1;
}

/* line 1490, sass/style.scss */
.mojipop_experience .slick-next:hover {
  background-color: #3fbef4;
}

/* line 1492, sass/style.scss */
.mojipop_experience .slick-next:hover:before {
  color: #fff;
}

/* line 1496, sass/style.scss */
.mojipop_experience .slick-next:focus {
  background-color: #3fbef4;
  color: #fff;
}

/* line 1574, sass/style.scss */
.inner_pages {
  height: auto !important;
  padding: 30px 0;
  background-image: linear-gradient(to right, #ffbd4f, #fa7892);
}

/* line 1782, sass/style.scss */
.on_mob {
  display: none;
}

.mob_on_list {
  display: none !important;
}

.onmob {
  display: none;
}

.privacy_policy {
  text-align: center;
}

.privacy_policy ul li a {
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

.mojipop_experience.avatar_wrapper .see_more a {
  color: #fff;
  border: 1px solid #f2966f;
  padding: 6px;
  animation: auto;
  display: inline-block;
  position: relative;
  animation: pulse-animation3 1s infinite;
  margin: 0 5px;
}

.mojipop_experience.avatar_wrapper .see_more a span {
  padding: 16px 56px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fa7d8d 11%, #f2986d);
  border: none;
  font: 400 22px "Roboto", sans-serif;
  color: #fff;
  display: inline-block;
  width: 200px;
}

.mojipop_experience.avatar_wrapper {
  padding: 30px 0 30px;
  background: none;
}

.mojipop_experience.avatar_wrapper .sticker_box {
  margin-top: 2px;
  box-shadow: 0px 0px 10px -4px #ccc;
  /* border-radius: 10px;
  padding: 10px; */
}


/* .mojipop_experience .sticker_mobile_box img {

  border-radius: 12px;
  object-fit: cover;
} */

@media (max-width: 570px) {

  /* line 759, sass/_screen.scss */
  .mojipop_experience .sticker_box img {
    max-height: inherit;
    width: auto;
    margin: auto;
  }

}

@media (max-width: 1600px) {
  /* line 33, sass/_screen.scss */
  .mojipop_experience .sticker_box img {
    /* max-height: 344px; */
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 1450px) {
  /* line 102, sass/_screen.scss */
  .mojipop_experience .sticker_box img {
    max-height: 290px;
  }

  /* line 106, sass/_screen.scss */
  .mojipop_experience .slick-next,
  .mojipop_experience .slick-prev {
    top: 438px;
  }


  .mojipop_experience .slick-prev {
    left: -2%;
  }

  .mojipop_experience .slick-next {
    right: -2%;
  }

  .mojipop_experience .slick-next {
    right: -2%;
  }

  .mojipop_experience .slick-prev {
    left: -2%;
  }
}

@media (max-width: 1280px) {

  /* line 153, sass/_screen.scss */
  .list-unstyled.list-inline.app_store li {
    max-width: 46%;
  }

  /* line 157, sass/_screen.scss */
  .list-unstyled.list-inline.app_store li {
    max-width: 46%;
  }

  /* line 210, sass/_screen.scss */
  .mojipop_experience .sticker_box img {
    max-height: 271px;
  }

  /* line 213, sass/_screen.scss */
  .mojipop_experience .slick-next,
  .mojipop_experience .slick-prev {
    top: 990px;
  }
}

@media (max-width: 1171px) {
  /* line 249, sass/_screen.scss */
  .mojipop_experience .slick-prev {
    left: 42%;
  }

  /* line 252, sass/_screen.scss */
  .mojipop_experience .slick-next {
    right: 43%;
  }
}

@media (max-width: 1080px) {

  /* line 303, sass/_screen.scss */
  .site-footer .social ul li {
    margin-right: 15px;
  }
}

@media (max-width: 992px) {

  /* line 371, sass/_screen.scss */
  .site-footer .social ul li a {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 980px) {
  /* line 453, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 461, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 498, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 501, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 522, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 525, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 529, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 532, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }
}

@media (max-width: 800px) {
  /* line 656, sass/_screen.scss */
  .off_mob {
    display: none;
  }

  /* line 659, sass/_screen.scss */
  .on_mob {
    display: block;
  }

  /* line 663, sass/_screen.scss */
  .vector_slide .row .col-md-5,
  .vector_slide .row .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 674, sass/_screen.scss */
  .mojipop_experience {
    padding: 5px 0 60px;
  }

  /* line 677, sass/_screen.scss */
  /* .site-footer {
    background-position: 100% 100%;
    padding: 70px 0 120px;
  } */

  /* line 680, sass/_screen.scss */
  .site-footer .col-md-3 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 690, sass/_screen.scss */
  .site-footer .social {
    margin-top: 30px;
  }

  /* line 694, sass/_screen.scss */
  .site-footer .footer_widget .foo_nav {
    margin-top: 0;
  }

  /* line 697, sass/_screen.scss */
  .site-footer .footer_widget .foo_logo {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 715, sass/_screen.scss */
  .list-unstyled.list-inline.app_store {
    margin-bottom: 50px;
  }

  /* line 718, sass/_screen.scss */
  .sticker {
    margin: 40px 0 20px;
  }
}

@media (max-width: 570px) {

  /* line 759, sass/_screen.scss */
  .mojipop_experience .sticker_box img {
    max-height: inherit;
    width: auto;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .mojipop_experience .heading h3 {
    margin-bottom: 60px;
  }

  .mob_off_list {
    display: none;
  }

  .mob_on_list {
    display: block !important;
  }

  ul.sub-menu.open-submenu {
    background-color: #fff;
    padding-top: 0;
  }

  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
    background-color: #fa7d8d;
  }

  .picture_box.mob_off_picture {
    display: none;
  }
}

@media (max-width: 415px) {

  /* line 810, sass/_screen.scss */
  .site-footer .form h3 {
    font: 700 42px "Roboto", sans-serif;
    margin-bottom: 30px;
  }

  /* line 832, sass/_screen.scss */
  .mojipop_experience .heading h3 {
    font: 400 36px "Fredoka One", sans-serif;
    margin-bottom: 30px;
  }

  /* line 836, sass/_screen.scss */
  .site-footer .form {
    padding: 20px;
  }

  /* line 839, sass/_screen.scss */
  .site-footer .footer_widget {
    padding-top: 35px;
  }
}

@media (max-width: 360px) {
  .mojipop_experience .sticker_box {
    padding: 12px;
    margin: 0 3px 16px;
  }
}

@media (max-width: 760px) {
  .logo-mp {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .cam-h1 {
    font: 600 28px "Roboto", sans-serif !important;
  }
}

@media (min-width: 800px) {
  .s-girl {
    padding-top: 100px;
  }
}

.pad-t-40 {
  padding-top: 40px;
}

@media screen and (max-width: 1300px) and (min-width: 470px) {
  .ss-img {
    flex-shrink: 0 !important;
    flex: none !important;
  }

}

.dropdown-container {
  display: block;

}

.pad-t540 {
  padding-top: 540px;
}

@media (max-width: 800px) {
  .pad-t540 {
    padding-top: 300px;
  }
}

@media (max-width: 770px) {
  .pad-t540 {
    padding-top: 130px;
  }
}

@media (max-width: 540px) {
  .pad-t540 {
    padding-top: 100px;
  }
}

.pl-0 {
  padding-left: 20px;
}

.t-8 {
  top: -8px;
}

.bg-f {
  background-color: #fff;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pt-80 {
  padding-top: 80px;
}

.pt-680 {
  padding-top: 680px;
}