@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  padding: 0px;
  margin: 0px;
}

html,
body {
  /* background-color: #ffffff; */
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto", sans-serif;
  padding: 0px;
  margin: 0px;
  overflow-x: initial;
}
.main_warp{max-width: 767px; margin: auto; position: relative;}
.header-bar {
  background-color: #ffffff;
  height: 74px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
}
.mob-header-bar {
  background-color: #ffffff;
  min-height: 74px;
  border-bottom: 1px solid #f3f3f3;
}
.header-text {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #121416;
}
.right-icons {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 8px;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}
.left-icons {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  margin-right: 15px;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mainwapper {
  width: 70%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.aboutbanner {
  width: 100%;
  min-height: 250px;
  float: left;
  position: relative;
}
.user-profile {
  position: absolute;
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  bottom: -35px;
  left: 15px;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
  z-index: 99999;
}
.user-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.aboutcontent {
  width: 100%;
  min-height: 100vh;
  float: left;
  background-color: #f3f3f3;
}
.aboutcontenttop {
  width: 100%;
  float: left;
  padding-top: 38px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.aboutcontent h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #121416;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-bottom: 5px;
}
.aboutcontent h5 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #605e5c;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-bottom: 10px;
}
.btn-orange {
  color: #6945B4;
  background-color: #6945B41a;
  border: none;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.btn-orange:focus {
  color: #ffffff;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}

.left-nav {
  width: 100%;
  float: left;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
.left-nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.left-nav ul li {
  padding: 2px 0px;
}
.left-nav ul li a {
  text-decoration: none;
  color: #a19f9d;
  text-align: left;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  padding: 2px 0px;
}
.left-nav ul li a:hover {
  text-decoration: none;
  color: #121416;
  text-align: left;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  padding: 2px 0px;
}
.left-nav ul li a:focus {
  text-decoration: none;
  color: #121416;
  text-align: left;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  padding: 2px 0px;
}
.left-nav ul li a .active {
  text-decoration: none;
  color: #121416;
  text-align: left;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  padding: 2px 0px;
}
.description-box {
  width: 100%;
  height: auto;
  float: left;
  border: 1px solid #f3f3f3;
  padding: 15px;
  margin-top: 30px;
}
.description-box h4 {
  color: #6945B4;
  text-align: left;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
}
.lineing {
  border-bottom: 0.5px solid #f3f3f3;
}
.lineingtwo {
  width: 80%;
  border-bottom: 0.5px solid #f3f3f3;
}
.mr-3 {
  margin-right: 8px;
}
.description-box p {
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
.social-box {
  width: 100%;
  float: left;
  height: auto;
  padding-left: 30px;
  padding-right: 5px;
  margin: 10px 0px;
}
.social-box h6 {
  color: #a19f9d;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 15px;
}
.social-icons {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.Ins-icons {
  width: 22px;
  height: 18px;
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}
.Insights-box {
  width: 100%;
  min-height: 100px;
  float: left;
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-bottom: 10px solid #6945B4;
}
.Insights-box h3 {
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.Insights-box h6 {
  color: #605e5c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  margin: 0px;
}
.gly-rotate-50 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}
.gly-rotate-050 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.aboutheader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  color: #fff;
  z-index: 1000;
}
.logohead {
    position: absolute;
    right: 15px;
    bottom: 15px;
    max-width: 75px;
}
.aboutheader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
.right-fixed-icons {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f3f3f399;
  text-align: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.right-fixed-icons img {
  object-fit: contain;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10555;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.postcardmain {
  width: 100%;
  margin-top: 0px;
  /* margin-left: auto;
  margin-right: auto; */
  float: left;
  clear: both;
  margin-bottom: 10px;
  border: 1px solid #ffffff;
  position: relative;
  background-color: #ffffff;
}
.postcard-header {
  width: 100%;
  padding: 10px;
  float: left;
  background-color: #ffffff;
}
.postcard-user-img {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  background-color: antiquewhite;
  margin-right: 5px;
  overflow: hidden;
}
.postcard-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postcard-header h6 {
  color: #a19f9d;
  font-family: "Open Sans", sans-serif;
  font-size: 0.688rem;
  font-weight: 400;
  margin: 0px;
}
.postcard-header h5 {
  font-size: 0.875rem;
  margin: 0px;
  cursor: pointer;
}
.postcard-header .btn-link {
  font-weight: 400;
  color: #a19f9d;
  text-decoration: none;
  box-shadow: none;
}
.postcard-header .btn-link:hover {
  font-weight: 400;
  color: #a19f9d;
  text-decoration: none;
  box-shadow: none;
}
.postcard-header .btn-link:focus {
  font-weight: 400;
  color: #a19f9d;
  text-decoration: none;
  box-shadow: none;
}
.postcard-header p {
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0px;
  line-height: 24px;
}
.postcard-header p span {
  color: #6945B4;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0px;
  line-height: 24px;
}
.postcard-img {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  float: left;
  margin: 0px;
  text-align: center;
  position: relative;
}
.post-view-btn {
  min-width: 100px;
  border-radius: 25px;
  padding: 5px 8px;
  background-color: #f3f3f380;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: normal;
}
.postcard-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: #605e5c;
  background-color: #ffffff;
}
.postcard-footer h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.688rem;
  font-weight: 600;
  margin: 0px;
  color: #605e5c;
  line-height: 16px;
}
.postcard-footer .btn-green {
  color: #00a424;
  background-color: #00e83326;
  border-color: #00e83326;
  border-radius: 23px;
  padding: 4px 10px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
  box-shadow: none;
}
.postcard-footer .btn-red {
  color: #de0000;
  background-color: #de000026;
  border-color: #de000026;
  border-radius: 23px;
  padding: 4px 10px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 16px;
  box-shadow: none;
}
.postcard-footer .btn-dark {
  color: #605e5c;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  border-radius: 23px;
  padding: 4px 5px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.5rem;
  box-shadow: none;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  margin-right: 2px;
  margin-bottom: 5px;
}
.postcard-footer .btn-dark span {
  padding-bottom: -5px;
}
.fa-2xx {
  font-size: 1.5em;
}
.postcard-footer .btn-link {
  font-weight: 500;
  color: #605e5c;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.windowmodal .modal-dialog {
  max-width: 650px;
  margin: 1.75rem auto;
}
.windowmodal .modal-content {
  width: 650px;
  min-height: 450px;
  border-radius: 15px;
}
.windowmodal .modal-content .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.windowmodal .modal-content .modal-header.modal-header h5 {
  font-weight: 600;
  color: #121416;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  margin: 0px;
}
.modal-close {
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
}
.windowmodal .modal-content .modal-body h6 {
  font-weight: 600;
  color: #6945B4;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.813rem;
  line-height: 18px;
  margin: 0px;
}
.windowmodal .modal-content .modal-body h6 small {
  font-weight: normal;
  color: #605e5c;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.625rem;
  line-height: 18px;
  margin: 0px;
  cursor: pointer;
}
.windowmodal .modal-content .modal-body .btn-light-modal {
  color: #121416;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 23px;
    padding: 3px 10px;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin: 3px 3px 3px 0px;
}
.windowmodal .modal-content .modal-body .btn-light-modal-active {
  color: #121416;
  background-color: #6945B41a;
  border: 1px solid #6945B4;
  border-radius: 23px;
  padding: 3px 10px;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  margin: 5px 5px 5px 0px;
}
.windowmodal .modal-content .modal-body .btn-light-modal-active .fa-times {
  color: #a19f9d;
}
.windowmodal .modal-content .carousel-inner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.windowmodal .modal-content .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 0px;
  margin-left: 15%;
  list-style: none;
}
.windowmodal .modal-content .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 4px;
  height: 4px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #6945B4;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 100%;
  margin-bottom: 0px;
}
.carousel-indicators .active {
  opacity: 1 !important;
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 13px !important;
  height: 4px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #6945B4;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity 0.6s ease;
  border-radius: 15px;
}
.windowmodal .carousel-caption {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  color: #fff;
  text-align: center;
  position: relative !important;
  right: 0;
  left: 0;
  bottom: 0;
}
.modal-logo {
  width: 90px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
}
.modal-logo-medium {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
}
.windowmodal .carousel-caption h5 {
  font-weight: 600;
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  line-height: 32.68px;
  margin: 0px;
}
.windowmodal .carousel-caption p {
  font-weight: 400;
  color: #605e5c;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  margin: 0px;
  padding: 10px 15px;
}
.modal-btn {
  width: 100%;
  height: 50px;
  position: absolute;
  margin-top: 10px;
  text-align: center;
}
.modal-btn .btn-outline-secondary {
  color: #a19f9d;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
  margin-top: 8px;
}
.modal-btn .btn-outline-secondary:hover {
  color: #a19f9d;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: none;
  margin-top: 8px;
}
.btn-orange-big {
  color: #ffffff;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 12px 99px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.btn-orange-big:hover {
  color: #ffffff;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 12px 99px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.btn-orange-big:focus {
  color: #ffffff;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 12px 99px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.search-box {
  min-width: 400px;
}
.search-box .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  background-color: #f3f3f3 !important;
  border-radius: 20px !important;
}
.search-box .input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.938rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #605e5c;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.search-box .input-group .form-control {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 88%;
  padding: 0.5rem 0.938rem 0.5rem 0rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #605e5c;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  border: none;
  box-shadow: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-secondary-light {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 7px 20px;
  text-align: center;
  box-shadow: none !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}
.scrollmenuview {
  width: 100%;
  float: left;
  padding: 2px 0px;
  margin-bottom: 15px;
}
.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  padding-right: 25px;
}
.scrollmenu a {
  display: inline-block;
  color: #605e5c;
  text-align: center;
  padding: 8px 15px;
  margin-right: 9px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #f3f3f3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  border: 1px solid #f3f3f3;
}
.scrollmenu a:hover {
  background-color: #6945B41a;
  color: #000000;
  border-color: #6945B4;
}
.scrollmenu-active {
  background-color: #6945B41a !important;
  color: #000000 !important;
  border-color: #6945B4 !important;
}
.scrollmenu::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.scrollmenu-right {
  position: absolute;
  padding: 8px 15px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #f3f3f3;
  float: left;
  text-align: center;
  cursor: pointer;
  right: 0;
  top: 0;
}
.mainwapperbig {
  width: 80%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.postcardmainbig {
  width: 100%;
  min-height: 600px;
  margin: 5px auto 20px;
  border: 1px solid #f3f3f3;
  position: relative;
}
.leftmenu {
  width: 100%;
  float: left;
  margin: 5px 0px;
}
.leftmenu ul {
  padding: 0px;
  margin: 10px 0px;
  list-style: none;
}
.leftmenu ul li {
  margin: 10px 0px;
  min-height: 35px;
}
.leftmenu ul li a {
  text-decoration: none;
  color: #605e5c;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 16px;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 25px;
}
.leftmenu ul li a:hover {
  text-decoration: none;
  color: #6945B4;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 16px;
  padding: 10px 15px;
  background-color: #6945B41a;
  border-radius: 25px;
}
.leftmenu ul li a:focus {
  text-decoration: none;
  color: #6945B4;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 16px;
  padding: 10px 15px;
  background-color: #6945B41a;
  border-radius: 25px;
}
.leftmenu-active {
  text-decoration: none;
  color: #6945B4 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625rem;
  line-height: 16px;
  padding: 10px 15px;
  background-color: #6945B41a !important;
  border-radius: 25px;
}
.right-box {
  width: 100%;
  float: left;
  border: 1px solid #f3f3f3;
  margin: 5px 0px;
  padding: 5px 10px;
}
.right-box h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #605e5c;
  font-size: 0.75rem;
  margin: 0px;
}
.right-box h6 {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #605e5c;
  font-size: 0.75rem;
  margin: 0px;
  width: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.point {
  cursor: pointer;
}
.right-box-view {
  width: 49px;
  margin: auto;
  height: auto;
  text-align: center;
}
.right-box-view h6 {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #605e5c;
  font-size: 0.625rem;
  margin: 0px;
  width: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.right-box-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f5f5f5;
  margin: 5px auto;
  overflow: hidden;
}
.btn-dark-small {
  color: #605e5c;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  border-radius: 23px;
  padding: 4px 10px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 16px;
  box-shadow: none !important;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  margin-right: 3px;
  margin-bottom: 4px;
  margin-top: 5px;
}

.small-card {
  width: 100%;
  min-height: 140px;
  background-color: #ff2d46;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
}
.small-card-body {
  width: 100%;
  min-height: 140px;
  float: left;
  padding: 10px;
}
.small-card-body-img {
  position: absolute;
  width: 130px;
  height: 142px;
  left: 5px;
  top: 0;
  margin-top: -10px;
}
.small-card-body-caption {
  width: 55%;
  height: auto;
  float: right;
  padding-left: 10px;
  flex-direction: column;
}
.btn-light-small {
  color: #121416;
  background-color: #ffffff;
  border-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  border-radius: 20px;
  box-shadow: none !important;
  margin-bottom: 5px;
}
.small-card-body-caption h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  font-size: 1rem;
}
.small-card-body-caption h4 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  font-size: 0.5rem;
}
.small-card-body-caption h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  font-size: 0.5rem;
  margin-bottom: 5px;
}
.small-card-body-caption h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  font-size: 0.438rem;
}
nav {
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f3f3f3;
  overflow: auto;
  white-space: nowrap;
}
.smallmenu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  float: left;
}
.smallmenu ul {
  margin: 0px;
  padding: 0px;
}
.smallmenu li {
  display: inline-block;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.smallmenu a {
  display: inline-block;
  color: #a19f9d;
  width: 100%;
  padding: 0.5em;
  line-height: 30px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
.smallmenu a:hover {
  display: inline-block;
  color: #121416;
  width: 100%;
  padding: 0.5em;
  line-height: 30px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
/* li.different {
  border: none;
  position: relative;
}
li.different:hover {
  border: none;
}
li.different:hover {
  border-bottom: 5px solid #ffffff;
} */
.different::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 15px;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  margin-bottom: -9px;
  background-color: #ff2d46;
  transition: all ease-in-out 0.2s;
}
.different:hover::after {
  width: 100%;
  left: 0;
}

.big-card-bg-one {
  background-color: #ff2d46;
}
.big-card-bg-two {
  background-color: #1b5a9e;
}
.big-card-bg-three {
  background-color: #4f84e5;
}
.big-card-bg-four {
  background-color: #170e47;
}
.Big-card {
  width: 100%;
  min-height: 180px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
}
.Big-card-body {
  width: 100%;
  min-height: 180px;
  float: left;
  padding: 10px;
}
.Big-card-body-img {
  position: absolute;
  width: 160px;
  height: 180px;
  left: -10px;
  top: 0;
  margin-top: -10px;
}
.Big-card-body-img-two {
  position: absolute;
  width: 170px;
  height: 180px;
  right: 0;
  top: 0;
  margin-top: 0px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.Big-card-body-caption {
  width: 55%;
  height: auto;
  float: right;
  padding-left: 10px;
  padding-top: 10px;
  flex-direction: column;
}
.Big-card-body-caption-two {
  width: 55%;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  flex-direction: column;
}
.btn-light-small {
  color: #121416;
  background-color: #ffffff;
  border-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  border-radius: 20px;
  box-shadow: none !important;
  margin-bottom: 5px;
}
.Big-card-body-caption h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  font-size: 0.9rem;
}
.Big-card-body-caption h4 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  font-size: 0.5rem;
}
.Big-card-body-caption h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  font-size: 0.5rem;
  margin-bottom: 5px;
}
.Big-card-body-caption h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  font-size: 0.438rem;
}
.Big-card-body-caption-two h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  font-size: 0.9rem;
}
.Big-card-body-caption-two h4 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  font-size: 0.5rem;
}
.Big-card-body-caption-two h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  font-size: 0.5rem;
  margin-bottom: 5px;
}
.Big-card-body-caption-two h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  font-size: 0.438rem;
}
.btn-light-big {
  color: #121416;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 20px;
  box-shadow: none !important;
  padding: 10px 40px;
  margin: 0px 15px;
}
.btn-light-big-two {
  color: #6945B4 !important;
  background-color: #6945B41a;
  border-color: #6945B41a;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 20px;
  box-shadow: none !important;
  padding: 10px 40px;
  margin: 0px 15px;
}
.Business-main {
  width: 90%;
  flex: 1;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
  text-align: center;
}
.Business-img {
  width: 170px;
  height: 140px;
  margin: 10px auto;
}
.Business-main h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  color: #121416;
}
.Business-main p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  color: #605e5c;
  margin: auto;
  line-height: 20px;
}
.Searchlistview {
  width: 50%;
  max-height: 300px;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(43, 43, 43, 0.25);
  border-radius: 15px;
  z-index: 9999;
  overflow: auto;
}
.Searchlistviewhead {
  width: 100%;
  float: left;
}
.semismallmenu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  float: left;
}
.semismallmenu ul {
  margin: 0px;
  padding: 0px;
}
.semismallmenu li {
  display: inline-block;
  text-align: center;
  transition: all ease-in-out 0.2s;
}
.semismallmenu a {
  display: inline-block;
  color: #a19f9d;
  width: 100%;
  padding: 0rem 0.8rem;
  line-height: 30px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
.semismallmenu a:hover {
  display: inline-block;
  color: #121416;
  width: 100%;
  padding: 0rem 0.8rem;
  line-height: 30px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
/* li.differentsmall {
  border: none;
  position: relative;
}
li.differentsmall:hover {
  border: none;
}
li:hover {
  border-bottom: 5px solid #ffffff;
} */
.differentsmall::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 10px;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  margin-bottom: -5px;
  background-color: #ff2d46;
  transition: all ease-in-out 0.2s;
}
.differentsmall:hover::after {
  width: 100%;
  left: 0;
}
.Searchlistviebody {
  width: 100%;
  float: left;
}
.Searchlistviebody .list-group-item {
  position: relative;
  display: block;
  padding: 0.8rem 0.5rem;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.Searchlistviebody .list-group-item h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  color: #605e5c;
  margin: 0px;
}
.text-orang {
  color: #6945B4;
}
.Searchlistviebody-card {
  width: 100%;
  float: left;
  padding: 10px 5px;
  margin-top: 5px;
}
.Searchcard {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
}
.Searchcardbody {
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 20px 15px;
}
.Searchcardbody h1 {
  color: #ffffff;
  text-align: left;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 24px;
}
.Searchcardbody h5 {
  color: #ffffff;
  text-align: left;
  font-size: 0.625rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.modal-right .modal-dialog {
  position: fixed;
  float: right;
  width: 350px;
  height: 100%;
}
.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}
.modal-right .modal-body {
  padding: 15px;
}
.modal-right .fade .modal-dialog {
  right: -50px;
}
.modal-right .fade.in .modal-dialog {
  right: 0;
}
.modal-right .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  outline: 0;
}
.btn-warning-light {
  color: #6945B4 !important;
  background-color: #6945B41a !important;
  border: none;
  font-size: 0.625rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border-radius: 25px;
  box-shadow: none !important;
}
.modal-dialog-centered .modal-content .modal-body h4 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #121416;
  text-align: left;
  margin: 10px 0px;
}
.modal-dialog-centered .modal-content .modal-body p {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #605e5c;
  margin: 10px 0px;
  line-height: 20px;
  text-align: center;
}
.modal-dialog-centered .modal-content .modal-body h5 {
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #121416;
  text-align: left;
  margin: 5px 0px;
}
.modal-scrollable {
  width: 100%;
  height: 100px;
  float: left;
  overflow: auto;
}
.windowmodal .modal-content .modal-footer {
  display: block;
  align-items: center;
  padding: 0.75rem;
  border-top: none;
  justify-content: center;
}
.windowmodal .modal-content .modal-footer .btn-primary-small {
  color: #fff;
  background-color: #6945B4;
  border-radius: 25px;
  padding: 12px 16px;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  box-shadow: none;
}
.windowmodal .modal-content .modal-footer .btn-warning-small {
  color: #fff;
  background-color: #6945B4;
  border-radius: 25px;
  padding: 10px 45px;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  box-shadow: none;
  margin-right: 25px;
}
.windowmodal .modal-content .modal-footer .btn-light-small-modal {
  color: #121416;
  background-color: #f3f3f3;
  border-radius: 25px;
  padding: 10px 35px;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  box-shadow: none;
}
.modal-dialog-centered .modal-content .modal-body h2 {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #6945B4;
}
.modallogoimg {
  width: 120px;
  height: 120px;
  margin: 20px auto;
}
.playstore {
  width: 136px;
  height: 40px;
  margin: auto;
}
.loactionbanner {
  width: 100%;
  height: 200px;
  float: left;
}
.startingmenu {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  border-bottom: 1px solid #f3f3f3;
  margin: 10px 0px;
  padding-top: 5px;
}
.startingmenu a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  color: #a19f9d;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.startingmenu a:hover {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  color: #121416;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 2px solid #6945B4;
}
.startingmenu-active {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  color: #121416 !important;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 2px solid #6945B4 !important;
}
.new-px-0 h2 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #121416;
  text-align: left;
  margin: 0px;
}
.new-px-0 h1 {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #121416;
  text-align: left;
  margin: 0px;
}
.para p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #121416;
  text-align: left;
  font-size: 0.813rem;
  line-height: 22px;
  margin: 10px 0px;
}
.para p strong {
  font-weight: 600;
}
.para h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #605e5c;
  text-align: left;
  font-size: 0.813rem;
  line-height: 22px;
  margin: 10px 0px;
}
.leftfooternav {
  width: 180px;
  position: fixed;
  float: left;
  border-top: 1px solid #f3f3f3;
  padding: 10px 0px;
  color: #a19f9d;
  bottom: 0;
  left: 115px;
}
.leftfooternav a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.688rem;
  display: inline-block;
  color: #a19f9d;
  text-align: center;
  padding: 5px 8px;
  margin: 5px 0px;
  text-decoration: none;
}
.leftfooternavtwo {
  width: 100%;
  float: left;
  border-top: 1px solid #f3f3f3;
  padding: 10px 0px;
  color: #a19f9d;
}
.leftfooternavtwo a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.688rem;
  display: inline-block;
  color: #a19f9d;
  text-align: center;
  padding: 5px 8px;
  margin: 5px 0px;
  text-decoration: none;
}
.faqbox .accordion-button:not(.collapsed) {
  color: #121416;
  background-color: #ffffff;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.faqbox .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow-anchor: none;
  transition: none;
}
.faqbox .accordion-body {
  padding: 0.5rem 0;
}
.faqbox .accordion-body p {
  color: #605e5c;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  margin-bottom: 5px;
  line-height: 24px;
}
.faqbox .accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  border-top: none;
  border-left: none;
  border-right: none;
}
.mainwapper .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-end {
  top: 75px;
  right: 20px;
  width: 330px;
  height: 400px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(43, 43, 43, 0.25);
  transform: translateX(100%);
}
.modal-logo-big {
  width: 100%;
  height: 215px;
  margin: auto;
  text-align: center;
}
.offcanvas-end .carousel-inner {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.offcanvas-end .carousel-caption {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 0px;
  padding-top: 1rem;
}
.offcanvas-end .carousel-caption h5 {
  font-weight: 600;
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  line-height: 32.68px;
  margin-top: 40px;
}
.offcanvas-end .carousel-caption p {
  color: #605e5c;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  margin: 10px 0px;
}
.offcanvas-end .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -10px;
  margin-left: 15%;
  list-style: none;
}
.offcanvas-end .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 4px;
  height: 4px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #6945B4;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 100%;
  margin-bottom: 0px;
}
.offcanvas-end .carousel-indicators .active {
  opacity: 1 !important;
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 13px !important;
  height: 4px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #6945B4;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity 0.6s ease;
  border-radius: 15px !important;
}
.btn-orange-semibig {
  width: 100%;
  color: #ffffff !important;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 12px 10px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.btn-orange-semibig:hover {
  width: 100%;
  color: #ffffff !important;
  background-color: #6945B4;
  border: none;
  border-radius: 25px;
  font-size: 0.875rem;
  padding: 12px 10px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  box-shadow: none;
}
.offcanvas-end .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a19f9d;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  transition: none;
  box-shadow: none;
  text-align: center;
}
.unionicons {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
}
.LanguagesListModalsearch{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 5px;
}
.LanguagesListModalsearch .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 30px;
}
.LanguagesListModalsearch .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121416;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.LanguagesListModalsearch .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.625rem 0.375rem 0rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121416;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: none;
  box-shadow: none;
}
.btn-search {
  color: #6945B4 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  box-shadow: none !important;
  transition: none !important;
  padding: 0.563rem;
}

