@font-face {
  font-family: "NunitoSans-Black";
  src: url("../woff2/nunitosans-black.woff2") format("woff2"),
    url("../woff/nunitosans-black.woff") format("woff");
  font-weight:900;font-style:normal;font-display: swap;
}
@font-face {
  font-family: "NunitoSans-Bold";
  src: url("../woff2/nunitosans-bold.woff2") format("woff2"),
    url("../woff/nunitosans-bold.woff") format("woff");
  font-weight: bold; font-style:normal;font-display:swap;
}
@font-face {
  font-family: "NunitoSans-ExtraBold";
  src: url("../woff2/nunitosans-extrabold.woff2") format("woff2"),
    url("../woff/nunitosans-extrabold.woff") format("woff");
  font-weight: 800; font-style:normal;font-display:swap;
}
@font-face {
  font-family: "NunitoSans-Light";
  src: url("../woff2/nunitosans-light.woff2") format("woff2"),
    url("../woff/nunitosans-light.woff") format("woff");
  font-weight: 300; font-style:normal;font-display:swap;
}
@font-face {
  font-family: "NunitoSans-SemiBold";
  src: url("../woff2/nunitosans-semibold.woff2") format("woff2"),
    url("../woff/nunitosans-semibold.woff") format("woff");
  font-weight: 600; font-style:normal;font-display:swap;
}
@font-face {
  font-family: "NunitoSans-Regular";
  src: url("../woff2/nunitosans-regular.woff2") format("woff2"),
    url("../woff/nunitosans-regular.woff") format("woff");
  font-weight: normal; font-style:normal;font-display:swap;
}
html {
  scroll-behavior: smooth;
}
*,
body {
  padding: 0;margin:0;font-family:"NunitoSans-Regular";font-size: 14px;
}
.container {
  max-width: 1170px; margin:0 auto;
}
ul,
ol {
  margin: 0;padding: 0px;
}
h6 {
  font-family: "NunitoSans-Bold";
  font-size: 18px;
}
.header_bg {
  position: relative;background:#183938;
}
.create_Link{
  width: 13%;
}
.createPoster_btn{
  background: #FFA009;
  border: none;
  /* width: 13%; */
  padding: 12px;
  color: black;
  border-radius: 6px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.top_header {
  display:flex;flex-direction:row;align-items:center;z-index:10;position:sticky;width:100%;padding:10px 30px 0 30px;background:none;
}
.inner_nav {
  text-align: right;
}
.inner_nav > ul {
  list-style: none;padding:0;margin:0;display:inline-block;
}
.inner_nav > ul li {
  float: left;margin:0 15px;padding-bottom:20px;
}
h2 {
  font-size: 30px;
  font-family: "NunitoSans-ExtraBold";
}
.faqs_section {
  margin: 50px 0;
}
.faq_list h3 {
  font-size: 19px;
  font-family: "NunitoSans-Bold";
}
.faq_list {
  margin-bottom: 30px;
}
.footer_section {
  background:#000;padding: 50px 0 0 0;
}
.footer_section .col-lg-1 img {
  width: 70px;
}
.footer_section h3 {
  font-family:"NunitoSans-Bold";font-size:25px;color:#fff;line-height:normal;margin: 0 0 0 30px;
}
.social_icon a img {
  width: 60px;margin:0 3px;transition:.5s;
}
.footer_section .row:first-child {
  border-bottom:1px solid #707070;padding-bottom:30px;margin-bottom: 40px;
}
.footer_widget h4 {
  font-size:18px;color:#fff;font-family:"NunitoSans-Bold";margin-bottom:20px;margin-top: 0;
}
.footer_widget ul a {
  color:#b5b5bb;margin-bottom:14px;display: inline-block;
}
.footer_form {
  border-bottom:1px solid #707070;position:relative;margin-top:30px;margin-bottom: 20px;
}
.footer_form input[type="text"] {
  border:none;background:none;color:#fff;width:90%;
}
.footer_form input[type="text"]:focus {
  outline:none;box-shadow:none!important;border:none!important;
}
.footer_form button {
  position: absolute;right:0;background:none;border:none;
}
.footer_form button img {
  width: 22px;
}
.footer_form ::placeholder {
  color:#b5b5bb;opacity:1;
}
.footer_form :-ms-input-placeholder {
  color: #b5b5bb;
}
.footer_form ::-ms-input-placeholder {
  color: #b5b5bb;
}
.footer_email img {
  width:20px;margin-right:6px;
}
.footer_email a {
  color: #b5b5bb;
}
.footer_address span {
  font-family: "NunitoSans-SemiBold";
  color: #b5b5bb;
}
.footer_address h4 {
  margin-bottom:5px;margin-top:25px;
}
.fsocial img {
  width:40px;margin-right:5px;
}
.fsocial {
  margin-top: 10px;
}
.copywrite {
  text-align:center;color:#fff;font-size:13px;padding:30px 0;
}
.copywrite a {
  color: #fff;
}
/* ******************Mobile Nav******************** */
.mobile_menu {
  display: none;
}
button.nav_btn {
  border: none;
}
button.nav_btn span {
  display: block;height:4px;width:100%;background:#000;margin-bottom:7px;
}
.faqs_section .panel-title a {
  background: url(../png/dd_icon.png) no-repeat right center;
  display:block;font-size:14px;font-family:"NunitoSans-Bold";padding-left:20px;padding-right:20px;
}
.faqs_section .panel-default > .panel-heading {
  color:#000!important;background-color:transparent;border: none !important;
}
.faqs_section .panel-group .panel {
  border: none;
}
.panel-body {
  border: none !important;
}
#accordion {
  display: none;
}
.mt50 {
  margin-top: 50px;
}
/* **********************************************Dropdown styling**************** */
.outer_d1 {
  position:absolute;background:#fff;width:900px;right:25px;text-align:left;display:flex;box-shadow:0 0 7px #dddddd;min-height:290px;top:32px;display:none;
}
.drop1:hover .outer_d1 {
  display: flex;
}
.d1_tab {
  flex: 0.6;
  background: #f9f9f9;
}
li.drop2 {
  position: relative;
}
.outer_d2 {
  position: absolute;background:#fff;box-shadow:0 0 7px #dddddd;width:180px;padding:20px 15px;top:32px;right:0;display:none;
}
li.drop2:hover .outer_d2 {
  display: block;
}
.outer_d2 a {
  font-weight: normal!important;font-family:"NunitoSans-Regular"!important;display:inline-block;
}
.outer_d2 div {
  border-bottom:1px solid #f0f0f0;padding:12px 0;text-align:center;
}
.outer_d2 div:last-child {
  border: none;
}
.footer_widget .col-lg-1 {
  display: none;
}
.send_inv .col-lg-7 img {
  width: 100%;
}
.mob_sec {
  display: none;
}
.inv_btn img {
  width: 180px;
}
.send_inv .inv_btn {
  margin-top: 50px;
}
.send_inv h2 {
  margin-top:60px;margin-bottom: 20px;
}
.send_inv {
  margin-top: 80px;
}
.mt0 {
  margin-top: 0px;
}
.im_templates {
  text-align: center;
}
.im_cat_list {
  padding: 30px 0;
}
.im_cat_list a {
  display:inline-block;margin:10px 18px;color: #222;
}
.im_templates_example a img {
  width:100%;transition: 0.5s;
}
.im_templates_example a img:hover {
  transform: scale(1.5);
}
.mt70 {
  margin-top: 70px;
}
.im_templates_example .col-lg-2 {
  padding-left:0;padding-right: 0px;
}
.im_templates_example a {
  overflow:hidden;display: block;
}
.see_all_temp {
  margin: 50px 0 80px 0;
}
.see_all_temp img {
  width: 180px;
}
.make_heading {
  text-align: center;
}
.make_steps_sec .row {
  margin-right:0;margin-left:0;
}
.make_invtation {
  background:#f3f1ef;padding:30px 0 0 0;margin-bottom:170px;height:570px;clear:both;
}
.mk_inner {
  background:#fff;text-align:center;position:relative;padding:15px 25px;min-height:420px;
}
.mk_inner h3 {
  font-size:18px;font-weight:bold;margin-top:10px;line-height:normal;font-family:"NunitoSans-ExtraBold";
}
span.stp_no {
  background:#e4740e;color:#fff;display:inline-block;padding-top:5px;width:36px;padding-bottom:5px;font-size:18px;font-weight:bold;position:absolute;top:-10px;left:-10px;border-radius:80px;
}
.mk_inner img {
  width: 180px;margin-top:20px;
}
.make_steps_sec {
  background: url(../svg/steps_bg.svg) no-repeat;
  padding-top:100px;background-position:0 43px;background-size:100% auto;
}
.mk_inner2 img {
  margin-top: 65px;
}
.mk_inner1 img {
  margin-top: 40px;
}
.more_feature h2 {
  text-align: center;
}
.more_feature {
  margin: 60px 0 0 0;
}
.more_feature .col-lg-4 {
  padding: 0;
}
.inner_feature {
  text-align:center;border:1px solid #e4740e;padding:25px;min-height:340px;
}
.inner_feature img {
  width: 60px;
}
.inner_feature h3 {
  font-size: 18px; font-family:"NunitoSans-ExtraBold";margin:20px 0 15px;
}
.inner_feature p {
  margin-bottom: 0;
}
.row.moreF2 {
  margin-bottom: 100px !important;
}
.more_feature .row {
  margin: 20px 0 20px 0;padding-left:12%;padding-right:12%;
}
.br0 {
  border-right: 0px;
}
.about_us {
  background: #f3f1ef;padding:30px 0;
}
.about_us .col-lg-3 img {
  width: 100%;
}
.user_msg {
  min-height:180px;position:relative;margin-top:20px;
}
.user_msg:before {
  background: url(../svg/comma_1.svg) no-repeat;
  content:"";height:30px;width:32px;position:absolute;top:0;left:0;
}
.user_msg:after {
  background: url(../svg/comma_2.svg) no-repeat;
  content:"";height:45px;width:45px;position:absolute;bottom:0;right:0;background-size:100%;
}
/*************************** testimonials slider css ********************************/
.slider-nav-thumbnails .slick-slide {
  opacity: 0.4;
}
.slider-nav-thumbnails .slick-slide.slick-current {
  opacity: 1;
}
.container .slider {
  height: auto !important; margin-top:-170px;
}
.slide_text {
  padding: 0px 40px; line-height:25px;
}
.slider-nav-thumbnails {
  margin-top: 130px;
}
.slider-nav-thumbnails .slick-track {
  margin-left: 0;
}
.user_info {
  font-size:16px;color:#000;margin-top:10px;
}
a.memBtn {
  position:absolute;width:170px;background:#D9DBE5;color:#000;padding:10px 0;border-radius:6px;bottom:90px;left:0;right:0;margin-left:51%;text-align:center;font-weight:bold;
}
.row.animation_2 a.memBtn {
  bottom: 115px;
}
.stckyBtn {
  position:fixed;bottom:0;text-align:center;width:100%;z-index:9;background: #000;
}
.stckyBtn a.memBtn {
  position:initial;display:inline-block;margin-left:10px;
}
.stckyBtn span {
  background:#000;display:inline-block;padding:15px 20px;border-top-left-radius:6px;border-top-right-radius:6px;font-weight:bold;color:#fff;
}
.stckyBtn a.memBtn:hover {
  text-decoration: none;
}
.top_header.navstiky {
  background:#D9DBE5;position:fixed;width:100%;padding:10px 30px 10px;
}
.inner_nav ul > li > a {
  color: #ffffff;
}
.bfaq_text {
  text-align: center;padding:80px 0 20px 0;
}
.bfaq_text p {
  padding: 0 12%;
}
.start_section .dropdown-toggle.btn-primary:focus,
.start_section .dropdown-toggle.btn-primary:hover,
.start_section .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border: 0 !important;
  box-shadow: none !important;
  color: #000 !important;
  outline: none !important;
}
.countery-icons {
  width:20px;height:20px;background-repeat:no-repeat;background-size:contain;background-position:center;margin-right:10px;display:inline-block;margin-bottom:-7px;
}
.countery-icons.rk-en {
  background-image: url(../svg/en_icon.svg);
}
.countery-icons.rk-ru {
  background-image: url(../svg/ru_icon.svg);
}
.countery-icons.rk-ja {
  background-image: url(../svg/ja_icon.svg);
}
.countery-icons.rk-it {
  background-image: url(../svg/it_icon.svg);
}
.countery-icons.rk-fr {
  background-image: url(../svg/fr_icon.svg);
}
.countery-icons.rk-pt {
  background-image: url(../svg/pt_icon.svg);
}
.countery-icons.rk-es {
  background-image: url(../svg/es_icon.svg);
}
.countery-icons.rk-de {
  background-image: url(../svg/de_icon.svg);
}
.countery-icons.rk-zh {
  background-image: url(../svg/zh_icon.svg);
}
.countery-icons.rk-ar {
  background-image: url(../svg/ar_icon.svg);
}
.countery-icons.rk-id {
  background-image: url(../svg/id_icon.svg);
}
.countery-icons.rk-tr {
  background-image: url(../svg/tr_icon.svg);
}
.countery-icons.rk-ko {
  background-image: url(../svg/ko_icon.svg);
}
.countery-icons.rk-vi {
  background-image: url(../svg/vi_icon.svg);
}
.countery-icons.rk-nl {
  background-image: url(../svg/nl_icon.svg);
}
.countery-icons.rk-pl {
  background-image: url(../svg/pl_icon.svg);
}
.countery-icons.rk-no {
  background-image: url(../svg/no_icon.svg);
}
.countery-icons.rk-cs {
  background-image: url(../svg/cs_icon.svg);
}
.countery-icons.rk-sv {
  background-image: url(../svg/sv_icon.svg);
}
.countery-icons.rk-ro {
  background-image: url(../svg/ro_icon.svg);
}
.countery-icons.rk-da {
  background-image: url(../svg/da_icon.svg);
}
.countery-icons.rk-th {
  background-image: url(../svg/th_icon.svg);
}
.countery-icons.rk-hu {
  background-image: url(../svg/hu_icon-2.svg);
}
.countery-icons.rk-bn {
  background-image: url(../svg/bn_icon-2.svg);
}
.countery-icons.rk-el {
  background-image: url(../svg/el_icon-2.svg);
}
.clang_es a.memBtn {
  width: 210px;
}
.invite_btn {
  background: url(../png/btnbg.png) no-repeat;
  background-size:contain;width:190px;height:60px;font-weight:700;border:none;color:#ffffff;padding-bottom:15px;
}
.clang_fr .invite_btn,
.clang_es .invite_btn,.clang_nl .invite_btn{
  width: 235px;
}
.clang_ru .invite_btn{
    width: 245px;
}
.seeall_btn {
  background: url(../png/btnbg2.png) no-repeat;
  background-size:contain;width:200px;height:60px;border:none;color:#000;font-size:16px;font-weight:700;font-family:SegoeUI-Bold,Segoe UI;padding-bottom:15px;
}
/******************** Mega menu start ********/
.memGen .megaHeading {height:100%;text-align:center;padding-top:100px;}
.inner_nav ul.navUL .megaBox.memGen a {color:#FF004F !important;}
.top_header {
  display:flex;flex-direction:row;align-items:center;z-index:10;position:sticky;width:100%;padding:10px 30px 0 30px;background:none;
}
.logo_section, .start_section {
  flex: 1;
}
.nav_section {
  flex: 2;
}
.inner_nav {
  text-align: center;
}
.start_section {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
}
.start_section .dropdown {
  display: inline-block;
}
.inner_nav ul.navUL li a {
  font-family: 'NunitoSans-Regular';
  color: #000000;
}
.inner_nav ul.navUL li {
  float:left;margin:0 15px;padding-bottom: 20px;
}
.outer_d2 {
  position:absolute;background:#fff;box-shadow:0 0 7px #dddddd;width:450px;padding:20px 25px;top:38px;right:-110px;display:none;
}
.outer_d1 {
  position:absolute;background:#fff;width:95%;left:3%;text-align:left;box-shadow:0 0 7px #dddddd;min-height:290px;top:59px;padding:20px 20px 20px 20px;border-radius:10px;display:none;
}
.inner_nav ul.navUL li ul li {
  float: none;margin:0;padding-bottom: 0px !important;
}
.start_section .dropdown button {
  background:#fff!important;border:0;box-shadow:none;color:#000;text-transform:capitalize;font-family:'NunitoSans-Regular';height:38px;
}
.start_section .dropdown button .globalicon {
  margin-right:6px;height: 20px;
}
img.langDrop {
  margin-top: -3px;
}
.megalist ul li {
  float: none; padding:0;margin:0;
}
.megaHeading {
  padding:20px 18px; background:#F5F5F5;border-radius:10px;
}
.megaHeading img {
  margin-bottom: 10px;height:32px;
}
.megalist {
  margin:10px 0 8px 0; line-height:30px;
}
.megaBox {
  flex-grow: 1; flex-basis:0;
}
.megaMenu {
  display: flex; gap:13px;
}
.megaMenu a {
  font-size: 13px;
}
.megaVmore a {
  color: #FF004F !important;
}
.logo_section img {
  height: 45px;
}
.inner_nav ul li a.vlink1:hover{
  color: #FF004F;
}
a.startBtn {
  /* background: #FF004F; */
  background:#FF004F url(../png/nd_btn_bg.png);
  background-repeat:repeat;background-size:contain;color:#fff;text-transform:uppercase;font-weight:bold;font-size:13px;display:inline-block;padding:10px 20px;border-radius:5px;margin-left:5px;
}
a.startBtn:hover{
  text-decoration: none;
}
.hover_dicon{
  display:none;
}
.inner_nav ul li a.vlink1:hover .defalt_dicon{
  display:none;
}
.inner_nav ul li a.vlink1:hover .hover_dicon{
  display: inline-block;
}
img.defalt_dicon, .hover_dicon{
  height:7px; margin-left:4px;
}
a.vlink1:hover, a.vlink2:hover{
  text-decoration: none;
}
.inner_nav ul li.drop1:hover .outer_d1{
  display: block;
}
.inner_nav ul.navUL{
  margin-bottom:-18px;
}
.outer_d2 div {
  float: left; width:50%;text-align:left;padding:15px 0;
}
.outer_d2 div img {
  height: 25px; margin-right:7px;margin-top:-3px;
}
.new_banner {
  padding-top: 110px;padding-bottom:180px;
}
.new_btext {
  width: 60%;margin:0 auto;text-align: center;
}
.new_btext h1 {
  text-align: center;font-family:'NunitoSans-ExtraBold';
}
.new_btext p {
  text-align: center;margin:24px 0;
}
.header_bg {
  background: url(../png/newinvtation_bg.png) no-repeat;
  background-position:top center;background-size: cover;
}
.new_banner .container{
  position: relative;
}
.new_banner .container:before{
  background: url(../png/banner_before_icon.png) no-repeat;
  background-size:70px auto;content:"";position:absolute;width:95px;height:95px;bottom:-40px;left:0;
} 
.new_banner .container:after{
  background: url(../png/banner_after_icon.png) no-repeat;
  background-size:50px auto;content:"";position:absolute;width:95px;height:95px;top:10px;right:0;
}
.ny_2023{
  margin-top: 1em;
}
.byCate{
  padding:0px 60px;
}
.byCate .ocatsec {
  background:#fff;padding:16px;margin-top:-50px;border-top-left-radius:10px;border-top-right-radius:10px;position:relative;display:flex;
  flex-wrap: wrap;
}
.byCate_heading {
  font-family: 'NunitoSans-ExtraBold';margin-bottom: 12px;
}
.nleft_sidebar {
  background:#D9DBE5;padding:20px;border-radius: 10px;min-height: 94%;
}
.byCate .outersidebar{
  padding-left: 0;
}
.nleft_sidebar a {
  color:#000;display:block;padding-left:15px;border-radius: 5px;
}
.nleft_sidebar li {
  line-height: 35px;
}
.nleft_sidebar .active a, .nleft_sidebar a:hover{
  background: #fff url(../png/bycat_arrow.png) no-repeat;
  background-position:90% center;background-size:15px auto;color:#FF004F;text-decoration:none;
}
.catItemList img{
  width: 100%;border-radius:10px;
}
.catItemList .col-lg-2 a{
  display: block;margin-bottom:15px;position:relative;
}
.loadMore{
  text-align: center;
}
.loadMore a {
  background: #FF004F url(../png/nd_btn_bg.png);
  background-repeat:repeat;color:#fff;padding:10px 20px;text-transform:uppercase;font-size:14px;display:inline-block;width:35%;font-weight:bold;border-radius:5px;
}
.loadMore a:hover{
  text-decoration: none;
}
.catItemList .col-lg-2 a:last-child:after {
  content:"";position:absolute;height:80%;bottom:0;width:100%;z-index:1;left:0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 120%);
}
.mb_inner .d_d_2>a{
  background: url(../png/nav_drop_plus.png) no-repeat;
  background-position:97.5% center;
}
.mb_inner .d_d_2.activeDD>a{
  background: url(../png/nav_drop_minus.png) no-repeat;
  background-position:97.5% center;
}
.mb_inner .d_d_2 a>img {
  float: none !important;
  margin-top: 0px !important;
}
.new_btext h2 {
  font-size:22px;margin-top:10px;margin-bottom:0;
}
.banner_search {
  position: relative; width:70%;margin:0 auto;text-align:left;
}
.inner_search {
  position: relative; background:#fff;box-shadow:0 0 15px #e0ded9;border-radius:5px;
}
.inner_search input[type="text"] {
  width:67%;margin:0;border:none;background:none;padding:8px 10px;font-size:13px;
}
.inner_search input[type="text"]:focus{
  border: none !important;
  box-shadow: none !important;
}
.inner_search a.searchByCat {
  background: #FF004F url(../png/nd_btn_bg.png);
  position: absolute;color:#fff;border:none;padding:8px 12px;top:6px;right:8px;font-family:'NunitoSans-Bold';font-size:13px;border-radius: 5px;
}
.search_dropdown {
  position:absolute;top:47px;left:0;width:100%;background:#d9d7d1;padding:10px;
}
.search_dropdown li {
  background:#F6F4EF;float:left;width:46%;font-size:13px;line-height:normal;padding:5px 8px;border-left:2px solid #DD1956;cursor:pointer;margin:5px;
}
body .start_section .dropdown button:focus, body .start_section .dropdown button:hover {
  border:0!important;box-shadow:none!important;color:#000!important;outline:none!important;
}
.start_section ul.dropdown-menu {
  padding:30px;min-width:525px;border-radius:0;box-shadow:0 6px 12px rgb(0 0 0 / 15%);
}
.start_section ul.dropdown-menu li {
  margin: 2px 10px; padding:0;float:none;display:inline-block;width:125px;
}
.start_section .dropdown-menu>li>a {
  font-weight:800;color:#000;padding:3px 0;margin-bottom:5px;margin-top:5px;border-bottom:1px solid #ddd;
}
.start_section .open>.dropdown-toggle.btn-primary{
  color: #000;
}
.catItemList img.nobr {
  border-radius: 0;
}
/******************************************************-------------** Mega menu end ********/



@media (min-width:1510px) {
  .catItemList .col-lg-2 {
      width:20%;padding-left:8px;padding-right:8px;
  }
}
@media (min-width: 1050px) {
  .footer_widget .col-lg-2 {
    width: 20%;
  }
}
@media (max-width:1290px){
  .createPoster_btn{
    font-size: 10px;
  }
}
@media (max-width:1135px){
  .createPoster_btn{
      font-size: 8px;
  }
}
@media (max-width: 1025px) {
    /* .createPoster_btn{
        width: 140px;
    } */
  .container {
    width: auto;
  }
  .top_header {
    display: block; margin-bottom:0;position:relative;
  }
  .mobile_menu {
    display: block;
  }
  .nav_section{
    display: none;
  }
  button.nav_btn {
      position: absolute;right:17px;top:20px;padding:0;width:auto;background:none;
  }
  .mobile_menu ul {
    margin-top: 10px;
  }
  .mobile_menu ul li a {
    color:#fff;display:block;padding:10px 10px;
  }
  .mb_inner a:hover,
  .mb_inner a:focus {
    outline: none;
    text-decoration: none;
  }
  .outer_dd2,
  .mb_inner,
  .outer_dd22,
  .mb_inner,
  .outer_dd33,
  .mb_inner {
    display: none;
  }
  /* .inner_drop2 a {
    background: #dd1956;
    border-color: #bcbcbc !important;
  } */
  .inner_drop2 {
    display: none;
  }
  .stckyBtn span {
    display:block;text-align:center;padding:10px 0;border-top-left-radius:0;border-top-right-radius: 0px;
  }
  a.memBtn {
    padding: 6px 0;
  }

  /* ***************New ******** */
  .mobile_menu .oul_sec {
      background:#fff;display:none;padding:10px;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:60px;overflow-x:auto;z-index:1;
  }
  .closenav_btn {
      border:none;background:none;position:absolute;top:20px;right:20px;cursor:pointer;
  }
  .mobile_menu ul li a {
      color:#000;display:block;padding: 10px 10px;
  }
  .mobile_menu li .d_d_2 a img:first-child, .drop2 .inner_drop2 div a img{
      height:30px;margin-right: 10px;
  }
  .outer_dd2{
      padding-left:42px;
  }
  .mb_inner .d_d_2:nth-child(6)>a img:first-child, li.drop2 .inner_drop2 div:nth-child(6) a img {
      width:29px;height: auto !important;
  }
  .new_banner {
      padding-top:60px;padding-bottom: 110px;
  }
  .new_btext {
      width: 80%;
  }
  .new_banner .container:after {
      background-size:40px auto;background-position:top right;top:-10px;right:0;
  }
  .new_banner .container:before {
      background-size:60px auto;bottom:0;left:30px;
  }
  .banner_search {
      width: 100%;
  }
  .inner_search {
      position: relative;background:none;box-shadow:none;text-align:center;
  }
  .inner_search input[type="text"] {
      width: 100%;background:#fff;box-shadow:0 0 15px #e0ded9;box-sizing:border-box;font-size:14px;height:50px;border-radius:6px;
  }
  .inner_search a.searchByCat {
      position: initial;margin-top:13px;display:inline-block;
  }
  .endsec{
      display:none;
  }
  .start_section a.startBtn {
      display: none;
  }
  .start_section .dropdown {
      position:absolute;top:12px;right: 55px;
  }
  .start_section .dropdown button {
      font-size:0;padding:0;background: none !important;
  }
  .start_section .dropdown button .globalicon {
      margin-right: 0;
  }
  .start_section .dropdown button img.langDrop {
      display: none;
  }
  .mobile_menu ul li>a{
      border: none;color:#E41455;background:rgb(229 229 229);margin-bottom:10px;border-radius:5px;
  }
  .mobile_menu li.md_drop1 a img:last-child, li.drop2>a:first-child img {
      float: right;
      margin-top: 5px;
  }
  .mobile_menu ul li>a img {
      width: 14px;
  }
  .mobile_menu ul {
      margin-top: 10px;
  }
  .closenav_btn:focus{
      outline: none;
      background:transparent !important;
  }
  .byCate {
      padding: 0px 30px;
  }
  .byCate .ocatsec {
      padding: 15px;
  }
  .byCate .outersidebar {
      padding-left: 0;
      padding-right: 0;
  }
  .catItemList {
      margin-top: 15px;
  }
  .nleft_sidebar {
      background: #fff;padding:0;border-radius:0;
  }
  .byCate_heading {
      text-align: center; font-size:16px;
  }
  .mobcdrop {
      padding:10px;background:#E3F1F2;border-radius:6px;
  }
  .nleft_sidebar ul{
      background:#E3F1F2;padding:10px;margin-top:2px;border-radius:6px;display:none;
  }
  .mobcdrop img {
      width:14px;float:right;margin-top:6px;
  }
  .catItemList .col-lg-2.col-md-2.col-xs-6 {
      padding-left:6px;padding-right:6px;padding-top:0!important;
  }
  .loadMore a {
      padding:15px 20px;display:block;width:100%;
  }
}
@media (max-width:921px){
  .createPoster_btn {
    /* width: 75%;
    float: right; */
}
}
@media (max-width:769px){
  .createPoster_btn{
    font-size: 8px;
    padding: 6px;
}
}
@media (max-width: 767px) {
.ny_2023{
  display: none;
}
.new_banner .container:before{
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
  /* .header_bg {
    background: url(../images/newinvtation_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
} */

  .faqs_section {
    margin: 50px 0;text-align:center;
  }
  .footer_section {
    text-align: center;
  }
  .footer_section h3 {
    margin: 30px 0;
  }
  h2 {
    font-size: 25px;
    line-height: normal;
  }
  .footer_section h3 {
    font-size: 20px;
  }
  .social_icon.text-right,
  .rb_step_2 {
    text-align: center;
  }
  .faq_list {
    display: none;
  }
  #accordion {
    display: block;
  }
  .send_inv,
  .about_us .col-lg-3,
  .about_us {
    text-align: center;
  }
  .im_templates_example .mt70,
  .send_inv.video_sec {
    margin-top: 0;
  }
  .make_steps_sec {
    background:none;padding-top: 50px;
  }
  .mk_inner {
    min-height:auto;margin-bottom: 20px;
  }
  .make_invtation {
    height: auto;
  }
  .make_invtation {
    margin-bottom: 0;
  }
  .send_inv h2 {
    line-height:normal;margin-top: 30px;
  }
  .send_inv.video_sec .col-lg-5 {
    margin-bottom: 30px;
  }
  .mk_inner2 img,
  .mk_inner1 img,
  .im_templates.mt50 {
    margin-top: 20px;
  }
  .more_feature .row {
    padding-left:5%;padding-right: 5%;
  }
  .more_feature .br0 {
    border-right: 1px solid #e4740e;
  }
  .about_us .col-lg-3 img {
    width: 60%;
  }
  .container .slider {
    margin-top: -200px;
  }
  .slide_text {
    line-height: 20px;
  }
  .slider-nav-thumbnails {
    margin-top: 80px;
  }
  .see_all_temp {
    margin: 30px 0 50px 0;
  }
  .logo_section img {
    height: 50px;
  }
  .send_inv {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .footer_widget .col-lg-2:nth-child(2),
  .footer_widget .col-lg-2:nth-child(3) {
    min-height: 250px;
  }
  .mob_sec {
    display: block;text-align:center;margin-top:2em;
  }
}
@media(max-width:426px){
  .start_section ul.dropdown-menu{
      padding: 5px;min-width:300px;
  }
  .start_section ul.dropdown-menu li{
      width:115px;
  }
}
@media (max-width: 325px){
  .start_section .dropdown-menu-right{
    right: -54px;
  }
}
