@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//www.elitematrimony.com/fonts/Poppins-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(//www.elitematrimony.com/fonts/Poppins-SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.why-elite-block {
  text-align: center;
  padding-bottom: 26px;
}

.why-elite-block p {
  margin: 0;
}

.why-elite-block .heading-section .title-text {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #C1721F;
  line-height: 45px;
}

.why-elite-block .heading-section p {
  color: #212529;
  font-size: 14px;
  line-height: 20px;
}

.why-elite-block .heading-section .desc-text {
  text-align: left;
}

.why-elite-block .stats-list {
  display: grid;
  grid-template-rows: 4fr;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px 16px 0;
}

.why-elite-block .stats-list .card-container {
  background: linear-gradient(90deg, rgba(181, 107, 8, 0.4) 0%, rgba(249, 224, 124, 0.4) 100%);
  padding: 2px;
  border-radius: 16px;
}

.why-elite-block .stats-list .card-container .card-content {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: inherit;
  padding: 14px 12px;
  text-align: left;
}

.why-elite-block .stats-list .card-container .card-content .stat-text {
  text-shadow: 0 0 0 #000;
}

.why-elite-block .stats-list .card-container .card-content .stat-text .count {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.why-elite-block .stats-list .card-container .card-content .stat-text .desc-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  color: #C1721F;
  text-align: center;
  font-family: Poppins;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 45.6px;
  margin-bottom: 16px;
}

.section-title.em-exp-center {
  line-height: 29px !important;
}

.swiper-wrapper {
  padding-left: 16px;
}

.hiw-div {
  padding: 8px 12px 24px;
  height: 165px !important;
}

.hiw-div .hiw-card-title {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #212529;
  line-height: 18px;
}

.hiw-div .hiw-div-desc {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #212529;
  line-height: 18px;
}

.yt-description-anil, .yt-description-tamil, .yt-description-telugu, .yt-description-malayalam, .yt-description-kannada {
  font-weight: 500 !important;
}

.interest-service {
  width: 100%;
  margin-bottom: 20px;
}

.em-exp-center-bg {
  padding: 16px 0 !important;
}

.our-brand-bgrnd {
  padding-top: 60px !important;
}

.footer-bg {
  padding: 40px 24px 24px !important;
}

.footer-elite-img {
  top: -300px;
  right: 12px;
}

.social-media-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.faq-section {
  padding: 26px 16px 36px 16px !important;
}

.faq-section-title {
  color: #C1721F;
  text-align: center;
  font-family: Poppins;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 30px;
  margin-bottom: 16px;
}

.faq-accordion {
  border: 1px solid #E6E6E6;
  overflow: hidden;
  border-radius: 16px;
}

.faq-accordion .card {
  border: none;
  border-bottom: 1px solid #E6E6E6 !important;
  padding: 16px;
}

/* .faq-accordion .card:first-child {
border-top: 1px solid #e0e0e0;
} */

.faq-accordion .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}

.faq-accordion .faq-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.faq-accordion .faq-btn.collapsed {
  font-weight: 500 !important;
}

.faq-accordion .faq-btn:focus {
  outline: none;
  box-shadow: none;
}

.faq-accordion .faq-btn .faq-arrow-down {
  transition: transform .5s ease;
  transform: rotate(180deg);
}

.faq-accordion .faq-btn.collapsed .faq-arrow-down {
  transform: rotate(0deg);
}

.faq-accordion .card-body {
  padding: 0 !important;
  padding-top: 12px !important;
  font-size: 14px;
  font-weight: 400;
}

.faq-accordion .card-body p {
  margin-bottom: 12px !important;
}

.faq-accordion .card-body p:last-child {
  margin-bottom: 0 !important;
}

/* .faq-accordion .faq-btn::after {
content: "▼";
color: #000;
font-size: 12px;
transition: transform 0.3s ease;
flex-shrink: 0;
margin-left: 15px;
}

.faq-accordion .faq-btn.collapsed::after {
transform: rotate(-90deg);
} */

.sticky-header-block {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  transition: transform 0.35s;
  transform: translateY(-100%);
}

.sticky-header-block.shown {
  transform: translateY(0);
}

.sticky-header-block .first-row .logo-image {
  margin-left: 16px;
}

.sticky-header-block .first-row .call-us {
  margin-right: 16px;
}

.sticky-header-block.for-north {
  color: #FFF;
  background-color: #8A2121;
}

.sticky-header-block.for-north .first-row .logo-image {
  margin-top: 3px;
  margin-left: 24px;
  width: 78px;
}

.back-to-top {
  position: sticky;
  /* bottom: 290px;
right: 10px; */
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: transform 0.35s;
  /* transform: translateX(200%); */
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  color: #000;
  text-shadow: 0 0 #000;
}

.back-to-top.shown {
  transform: translateX(0);
}

.back-to-top .arrow-block {
  width: 35px;
  height: 35px;
  background-color: #B21919;
  border-radius: 100px;
  margin: 0 auto 8px auto;
}

.back-to-top .arrow-block lottie-player {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.heading-block {
  position: relative;
  min-height: 70vw;
}

.heading-block .background-image {
  width: 100%;
}

.heading-block .first-row {
  position: absolute;
  width: 100%;
  top: 0;
}

.heading-block .first-row .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}

.heading-block .first-row .right-section .already-membertext {
  color: #000;
  font-weight: 500;
}

.heading-block.for-north .first-row .right-section .already-membertext {
  color: #FFF;
}

.heading-block .first-row .right-section .login-btn {
  position: static;
  margin: 0;
  margin-right: 6px;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid #B21919;
  color: #B21919;
  /* margin-left: 16px; */
  height: 40px;
  line-height: 14px;
  text-shadow: .5px 0px #B21919;
}

.heading-block.for-north .first-row .right-section .login-btn {
  border: 1px solid #FFF;
  color: #FFF;
  text-shadow: .5px 0 #fff;
}

.heading-block .first-row .right-section .dropdown-flag-new {
  background: transparent;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #B21919;
  margin-top: 0;
  height: 40px;
  line-height: 14px;
}

.heading-block.for-north .first-row .right-section .dropdown-flag-new {
  border: 1px solid #FFF;
}

.heading-block .first-row .right-section .dropdown-flag-new span.tell-number a {
  color: #B21919;
  text-shadow: .5px 0px #B21919;
}

.heading-block.for-north .first-row .right-section .dropdown-flag-new span.tell-number a {
  color: #fff;
  text-shadow: .5px 0 #fff;
}

.heading-block .first-row .right-section .sidebarIconToggle {
  right: 20px;
  top: 0;
  margin-top: 12px;
}

.heading-block .first-row .right-section .sidebarIconToggle .spinner {
  background-color: #000;
  opacity: 1;
}

.heading-block.for-north .first-row .right-section .sidebarIconToggle .spinner {
  background-color: #FFF;
  opacity: 1;
}

.side-menu-container {
  right: 20px !important;
  width: 230px !important;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
}

.heading-block .first-row .logo-image {
  margin-left: 12px;
}

.heading-block .first-row .call-us {
  margin-right: 16px;
}

.heading-block .second-row {
  position: absolute;
  top: 110px;
  left: 20px;
}

.heading-block .second-row .personalized-badge {
  display: none;
}

.heading-block .second-row .desc-content {
  font-size: 20px !important;
  width: 50%;
  line-height: 23px;
}

.heading-block .second-row .desc-content.for-jain {
  width: 60%;
  margin-bottom: 8px;
}

.heading-block .second-row .desc-content.for-jain span {
  display: block;
}

.heading-block .second-row .desc-content span {
  font-weight: 600;
}

.heading-block .second-row .subtext-jain {
  font-size: 12px;
  line-height: 16px;
  width: 50%;
  color: #000;
}

.heading-block.for-north .second-row .subtext-jain {
  width: 45%;
}

.heading-block.for-north .second-row .subtext-jain {
  color: #fff;
}

.heading-block .second-row .group-info {
  display: none;
}

.heading-block .ambassdor-image {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 40%;
}

.heading-block.for-north {
  color: #FFF;
}

.heading-block.for-north .ambassdor-image {
  bottom: -20px;
  right: 0px !important;
  width: 50% !important;
}

.heading-block.for-north .first-row .logo-image {
  margin-top: 6px;
  margin-left: 24px;
  width: 78px;
}

.tag-line {
  color: #915F0B;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.tag-line .icon-image {
  margin-right: 4px;
  vertical-align: bottom;
}

.hero-container {
  padding: 0 !important;
}

.hero-container .hero-sub-container {
  padding: 0 !important;
}

.xs-form-bg {
  background-color: #fff;
  margin-top: 16px !important;
  padding: 18px 14px;
  border: 1px solid #EBEBEB;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  margin: 16px;
}

.sticky-header-block .first-row .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
}

.sticky-header-block .first-row .right-section .already-membertext {
  color: #000;
  font-weight: 500;
}

.sticky-header-block.for-north .first-row .right-section .already-membertext {
  color: #FFF;
}

.sticky-header-block .first-row .right-section .login-btn {
  position: static;
  margin: 0;
  margin-right: 6px;
  /* margin-left: 16px; */
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 16px;
  border: 1px solid #B21919;
  color: #B21919;
  height: 40px;
  line-height: 14px;
  text-shadow: .5px 0px #B21919;
}

.sticky-header-block.for-north .first-row .right-section .login-btn {
  border: 1px solid #FFF;
  color: #FFF;
  text-shadow: .5px 0 #fff;
}

.sticky-header-block .first-row .right-section .dropdown-flag-new {
  background: transparent;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #B21919;
  margin-top: 0;
  height: 40px;
  line-height: 14px;
}

.sticky-header-block.for-north .first-row .right-section .dropdown-flag-new {
  border: 1px solid #FFF;
}

.sticky-header-block .first-row .right-section .dropdown-flag-new span.tell-number a {
  color: #B21919;
  font-weight: 500;
  text-shadow: .5px 0px #B21919;
}

.sticky-header-block.for-north .first-row .right-section .dropdown-flag-new span.tell-number a {
  color: #fff;
  text-shadow: .5px 0 #fff;
}

.sticky-header-block .first-row .right-section .sidebarIconToggle {
  right: 20px;
  top: 0;
  margin-top: 12px;
}

.sticky-header-block .first-row .right-section .sidebarIconToggle .spinner {
  background-color: #000;
  opacity: 1;
}

.sticky-header-block.for-north .first-row .right-section .sidebarIconToggle .spinner {
  background-color: #FFF;
  opacity: 1;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
  margin-left: 0;
  transform: none;
  margin-top: 0;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
  transform: none;
  margin-left: 0;
  margin-top: 5px;
}

input[type="checkbox"]:checked~#sidebarMenu {
  top: 150px !important;
}

.side-menu-container {
  right: 20px !important;
  width: 230px !important;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff !important;
  border-radius: 16px !important;
  height: auto !important;
}

.sidebarMenuInner {
  padding: 8px 24px !important;
}

.sidebarMenuInner li {
  padding: 16px 0 !important;
  text-shadow: .5px 0 #000;
}

.sidebarMenuInner li a {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.sidebarMenuInner li span {
  margin-top: 0px !important;
  padding-top: 0px;
}

.sidebarMenuInner li span a {
  color: #B21919 !important;
  text-decoration: underline;
}

button.base-submit {
  box-shadow: none !important;
  text-transform: none !important;
  font-family: "Poppins";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #B21919 !important;
  border-radius: 100px !important;
  border-width: 1px !important;
  border-style: solid;
  border-color: #B21919;
  min-height: 40px;
  height: 40px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0.1px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 140px !important;
  margin: 0 auto;
  outline: none;
}

.why-elite-bg-top-left {
  display: none;
}

.why-elite-bg-bottom-right {
  display: none;
}

.tell-number {
  img {
    width: 17px;
    vertical-align: text-top;
    margin-right: 4px;
  }
}

#top-part {
  scroll-margin-top: 100px;
}

.horiz-form-control, .select-option-profile {
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  .field-container-xs input:focus, .field-container-xs select:focus {
    border-color: #000 !important;
    transition: border-color .5s ease-in-out;
  }
  .horiz-form-group {
    width: 100% !important;
  }
  .horiz-form-group.name-field {
    border: none !important;
  }
  .control-label-xs-country {
    z-index: 99 !important;
    text-shadow: none;
  }
  .select-option-profile:focus {
    border-color: #000 !important;
  }
  .select-option-country:focus {
    border-color: #000 !important;
  }
}

@media screen and (min-width: 1200px) {
  .why-elite-block {
    width: 1350px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
  }
  .why-elite-block .heading-section {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .why-elite-block .heading-section .title-text {
    font-size: 38px !important;
    line-height: 45px;
  }
  .why-elite-block .heading-section p {
    color: #212529;
    font-size: 20px;
    line-height: 27px;
  }
  .why-elite-block .heading-section .desc-text {
    text-align: center;
  }
  .why-elite-block .stats-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 24px;
  }
  .why-elite-block .stats-list .card-container {
    background: linear-gradient(90deg, rgba(181, 107, 8, 0.4) 0%, rgba(249, 224, 124, 0.4) 100%);
    padding: 2px;
    border-radius: 38px;
  }
  .why-elite-block .stats-list .card-container .card-content {
    display: block;
    text-align: center;
  }
  .why-elite-block .stats-list .card-container .card-content .icon-image {
    width: 100px;
  }
  .why-elite-block .stats-list .card-container .card-content .stat-text {
    margin-top: 24px;
  }
  .why-elite-block .stats-list .card-container .card-content .stat-text .count {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
  }
  .why-elite-block .stats-list .card-container .card-content .stat-text .desc-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
  }
  .sticky-header-block {
    background: #FFF;
    padding-bottom: 10px;
  }
  .sticky-header-block.shown {
    transform: translateY(0);
  }
  .sticky-header-block .first-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-header-block .first-row .logo-image {
    width: 150px !important;
  }
  .sticky-header-block .first-row .call-us {
    margin-right: 0 !important;
  }
  .sticky-header-block .first-row .right-section .dropdown-flag-new {
    height: 52px !important;
    line-height: 24px !important;
  }
  .sticky-header-block.for-north {
    background: #8A2121;
    padding-bottom: 0 !important;
  }
  .sticky-header-block.for-north .first-row .logo-image {
    width: 140px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
  }
  .sticky-header-block .right-section {
    padding-right: 100px !important
  }
  .sticky-header-block .right-section .login-btn {
    margin-right: 22px !important;
    margin-left: 16px !important;
    height: 52px !important;
    line-height: 24px !important;
    width: 116px;
    text-align: center;
  }
  .back-to-top {
    padding-right: 50px;
    font-size: 16px;
  }
  .hero-container {
    background: radial-gradient(77.12% 123.66% at 54.31% -20.56%, #FFF 0%, #FFECD4 100%);
    position: relative;
    z-index: 10;
  }
  .hero-container.for-north {
    background: radial-gradient(77.12% 123.66% at 54.31% -20.56%, #FF5353 0%, #460202 100%) !important;
  }
  .heading-block {
    z-index: 2;
    min-height: 655px;
    padding-bottom: 320px;
  }
  .heading-block.for-jain {
    padding-bottom: 280px;
  }
  .heading-block .first-row {
    width: 1200px;
    position: static !important;
    margin: 0 auto;
  }
  .heading-block .first-row .logo-image {
    width: 150px !important;
    margin-left: 0 !important;
  }
  .heading-block .first-row .right-section {
    padding-right: 100px !important
  }
  .heading-block .right-section .login-btn {
    margin-right: 22px !important;
    margin-left: 16px !important;
    height: 52px !important;
    line-height: 24px !important;
    width: 116px;
    text-align: center;
  }
  .heading-block .first-row .right-section .dropdown-flag-new {
    height: 52px !important;
    line-height: 24px !important;
  }
  .heading-block .second-row {
    width: 1200px;
    position: static !important;
    margin: 88px auto 0 auto !important;
  }
  .heading-block.for-north.for-jain .second-row {
    margin-top: 50px !important;
  }
  .heading-block .second-row .personalized-badge {
    display: block;
    width: 100%;
  }
  .heading-block .second-row .desc-content {
    font-size: 46px !important;
    line-height: 54px !important;
    width: 770px;
    margin-top: 35px;
  }
  .heading-block .second-row .desc-content.for-jain {
    margin-bottom: 16px;
  }
  .heading-block .second-row .subtext-jain {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
  .heading-block.for-north .second-row .subtext-jain {
    width: 50%;
    margin-bottom: 30px;
  }
  .heading-block .second-row .group-info {
    display: block;
    color: #781925;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 24px;
  }
  .heading-block.for-north .second-row .group-info {
    flex-basis: 100%;
  }
  .heading-block .second-row .group-info.for-jain {
    margin-top: 0px;
  }
  .heading-block .ambassdor-image-container {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  .heading-block .ambassdor-image-container .ambassdor-image {
    bottom: 0px;
    right: -40px !important;
    width: 490px !important;
  }
  .heading-block.for-north .first-row .logo-image {
    width: 140px !important;
  }
  .heading-block.for-north .first-row .call-us {
    margin-right: 0 !important;
  }
  .heading-block.for-north .group-info {
    color: #fff;
  }
  .heading-block.for-north .ambassdor-image {
    right: -80px !important;
    width: 630px !important;
  }
  .hero-sub-container .xs-form-bg {
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    position: absolute;
    width: 1200px;
    top: 520px;
    left: 50%;
    z-index: 10;
    background: transparent !important;
    transform: translateX(-50%);
  }
  .hero-sub-container .xs-form-bg.for-jain {
    top: 540px;
  }
  .hero-sub-container .xs-form-bg.for-north.for-jain {
    top: 580px;
  }
  .popup-viewmob {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
  }
  .elite-form-heading1 {
    font-weight: 400 !important;
  }
  .elite-form-heading2 {
    font-weight: 400 !important;
  }
  .elite-form-heading2.mobileno-label {
    margin-left: -70px !important;
  }
  .popup-viewmob.NORTH {
    color: #FFFFFF !important;
  }
  .eliteshareFrm-main .center-div11 {
    padding: 0 !important;
    /* margin-top: 12px !important; */
    background: #fff;
    border-radius: 16px;
    border: 1px solid #777;
    display: block;
    /* height: 100%; */
    overflow: hidden
  }
  .horiz-form-group {
    /* border: none !important; */
    margin-bottom: 0;
  }
  .share-form .horiz-form-group {
    border: none !important;
  }
  .phone-radius {
    border: none !important;
    padding-left: 10px;
  }
  button.base-submit {
    margin: 0;
    padding: 32px 30px !important;
    border-radius: 12px !important;
    background: #9E6E0B !important;
    font-size: 24px;
    border: none;
    width: 190px !important;
  }
  button.base-submit.NORTH {
    background: #B21919 !important;
  }
  .share-form {
    display: flex;
    align-items: center;
  }
  .why-elite-bg-top-left {
    position: absolute;
    top: 570px;
    left: 0;
    width: 270px;
    z-index: 1;
    display: block;
  }
  .why-elite-bg-bottom-right {
    position: absolute;
    top: 1330px;
    right: 0;
    width: 163px;
    display: block;
  }
  .section-title {
    font-size: 38px !important;
    margin-bottom: 40px;
  }
  .yt-padding {
    padding-bottom: 210px !important;
  }
  .hiw-div {
    padding: 16px 24px !important;
    height: 250px !important;
  }
  .hiw-div .hiw-card-title {
    font-size: 18px !important;
    line-height: 19px;
  }
  .hiw-div .hiw-div-desc {
    font-size: 18px !important;
    margin-top: 16px !important;
    line-height: 24px;
  }
  .interest-service {
    width: auto;
    font-size: 20px;
    font-weight: 400;
    padding: 17px 73px;
  }
  .payment-border-top {
    padding-top: 100px !important;
    padding-bottom: 110px;
  }
  .em-exp-center-bg {
    padding-bottom: 100px !important;
  }
  .container-min-ss {
    padding-bottom: 100px;
    width: 1200px;
  }
  .faq-section-title {
    font-size: 36px !important;
    font-weight: 600 !important;
    margin-bottom: 48px;
  }
  .side-menu-container {
    width: 360px !important;
    right: 20px !important;
    top: 80px;
  }
  input[type="checkbox"]:checked~#sidebarMenu {
    top: 80px;
  }
  input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    margin-top: 9px;
  }
  .phone-err-position {
    padding-bottom: 4px;
    padding-left: 0;
  }
  .tell-number {
    img {
      width: 21px;
      vertical-align: text-top;
      margin-right: 5px;
    }
  }
  #top-part {
    scroll-margin-top: 140px;
  }
  .social-media-links {
    margin-top: 0;
  }
  .swiper-button-prev-cus, .swiper-container-rtl .swiper-button-next-cus {
    margin-top: 317px;
  }
  .swiper-button-next-cus, .swiper-container-rtl .swiper-button-prev-cus {
    margin-top: 317px;
  }
  .sidebarMenuInner li {
    text-shadow: 0 0 #000;
  }
  .sidebarMenuInner li a {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .faq-section {
    padding: 36px 16px 20px 16px !important;
  }
}

@media only screen and (min-width: 1300px) {
  .name-field {
    width: 20%;
  }
}

@media only screen and (min-width: 1400px) {
  .our-brand-text {
    height: 122px !important;
  }
  .sidebarMenuInner li {
    margin-top: 0 !important;
  }
  ul.sidebarMenuInner li.flag-list span a {
    font-size: 20px!important;
  }
}

@media only screen and (min-width: 1900px) {
  #sidebarMenu {
    right: 15px !important;
    width: 360px !important;
  }
}

@media only screen and (min-width: 2000px) {
  #sidebarMenu {
    right: 15px !important;
    width: 360px !important;
  }
}