@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Nokora:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

p {
  line-height: 1.3em !important;
}

ul li {
  list-style-type: none;
  padding-bottom: 5px;
}

.footer_bottom {
  padding: 10px 5px;
  background-color: #c9025c;
}
.footer_bottom p {
  text-align: center;
  margin-bottom: 0px;
  color: white;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 16px;
}

.footer {
  padding: 80px 5px;
  background-color: #fdf6f6;
}
.footer .navbar-brand {
  margin-bottom: 10px;
}
.footer p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5em;
}
.footer .social-link {
  margin-top: 5px;
}
.footer .quicklinks ul {
  margin-top: 20px;
}
.footer .quicklinks ul li {
  padding: 0px;
  padding-bottom: 8px;
}
.footer .quicklinks ul li a {
  color: #000000;
  font-family: "Nokora", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 18px;
}
.footer .quicklinks ul li a:hover {
  color: #c9025c;
}
.footer .contact_number_list {
  text-transform: capitalize;
}
.footer .contact_number_list ul {
  margin-top: 20px;
}
.footer .contact_number_list ul li {
  padding-bottom: 10px;
  color: #000000;
}
.footer .contact_number_list ul li i {
  color: #c9025c;
  font-size: 24px;
  padding-right: 5px;
}
.footer .contact_number_list ul li span {
  color: #000000;
  font-size: 18px;
}
.footer .contact_number_list ul li a {
  color: #000000;
  font-size: 18px;
}

@media only screen and (max-width: 800px) {
  .footer {
    padding: 48px 5px 24px;
  }
  .footer .navbar-brand {
    margin-bottom: 10px;
  }
  .footer .social-link {
    margin-top: 5px;
  }
  .footer .social-link a {
    color: #c9025c;
  }
  .footer .social-link a:hover {
    background-color: #c9025c;
  }
  .footer .quicklinks {
    margin-top: 10px;
  }
  .footer .contact_number_list {
    text-transform: capitalize;
    margin-top: 10px;
  }
  .footer .contact_number_list ul i {
    color: #c9025c;
    font-size: 24px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .footer {
    padding: 48px 5px 24px;
  }
  .footer .navbar-brand {
    margin-bottom: 10px;
  }
  .footer h3 {
    margin-top: 20px;
  }
  .footer .social-link {
    margin-top: 5px;
  }
  .footer .social-link a {
    color: #c9025c;
  }
  .footer .social-link a:hover {
    background-color: #c9025c;
  }
  .footer .quicklinks {
    margin-top: 10px;
  }
  .footer .contact_number_list {
    text-transform: capitalize;
    margin-top: 10px;
  }
  .footer .contact_number_list ul i {
    color: #c9025c;
    font-size: 24px;
    padding-right: 5px;
  }
  .footer .contact_number_list ul span {
    color: #000000;
    font-size: 18px;
  }
  .footer .contact_number_list ul a {
    color: #000000;
    font-size: 18px;
  }
}
.cont_info {
  padding: 80px 0px 0px;
  text-align: center;
}
.cont_info p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  text-align: center;
}

.faqs {
  padding: 80px 0px;
}
.faqs h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.faqs .accordion-item {
  margin-bottom: 10px;
}
.faqs .accordion-item h3 button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.faqs .accordion-item h3 button:not(.collapsed) {
  background-color: #c9025c;
  color: white;
}
.faqs .accordion-body {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}

@media only screen and (max-width: 800px) {
  .listing-map-area {
    padding: 48px 10px 0px;
  }
  .faqs {
    padding: 0px 5px 48px;
  }
  .faqs h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .faqs .col-12 {
    padding: 0px;
  }
  .faqs .accordion-item {
    margin-bottom: 10px;
  }
  .faqs .accordion-item h3 button {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .faqs .accordion-item h3 button:not(.collapsed) {
    background-color: #c9025c;
    color: white;
  }
  .faqs .accordion-body {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
}
.search_header {
  padding: 5px 0px;
}
.search_header .row {
  align-items: center;
}
.search_header .myform_control {
  height: 40px;
}
.search_header .btn-primary {
  width: 100%;
  padding: 8px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nokora";
  line-height: 1.3em;
}

@media only screen and (max-width: 800px) {
  .search_header {
    padding: 5px 15px;
  }
  .search_header .row {
    align-items: center;
  }
  .search_header .myform_control {
    height: 40px;
  }
  .search_header .btn-primary {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Nokora";
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 500px) {
  .search_header {
    padding: 5px 15px;
  }
  .search_header .row {
    align-items: center;
  }
  .search_header .myform_control {
    height: 40px;
  }
  .search_header .btn-primary {
    width: 100%;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Nokora";
    line-height: 1.3em;
  }
}
.headers {
  padding: 10px 0px;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}
.headers .logo_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headers .logo_col .custom_button {
  margin-left: 10px;
}
.headers .logo_col .custom_button .dropdown-menu {
  width: 220px;
}
.headers .logo_col .custom_button .dropdown-menu .dropdown-item {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: "Nokora" !important;
  line-height: 1.3em !important;
}
.headers .logo_col .custom_button a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Nokora";
  line-height: 1.3em;
  width: 150px;
  max-width: 150px;
}
.headers .logo_col img {
  margin-right: 8px;
  width: 180px;
}
.headers .logo_col_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headers .logo_col_menu .menus ul {
  display: flex;
  margin-bottom: 0px;
}
.headers .logo_col_menu .menus ul li {
  padding: 0px 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Nokora";
  line-height: 1.3em;
}
.headers .logo_col_menu .logo_col_menu_col {
  padding: 0px 8px;
}
.headers .logo_col_menu .logo_col_menu_col .icon_background {
  background-color: #c9025c;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  cursor: pointer;
}
.headers .logo_col_menu .logo_col_menu_col .icon_background i {
  color: white;
  font-size: 18px;
}
.headers .logo_col_menu .logo_col_menu_col .icon_background:hover {
  background-color: #3d3d3d;
}
.headers .logo_col_menu .logo_col_menu_col .my_custom_button {
  font-size: 16px;
  font-weight: 600;
  font-family: "Nokora";
  line-height: 1.3em;
}

.header_mobile {
  display: none;
}

@media only screen and (max-width: 800px) {
  .header_in_mob {
    display: none;
  }
  .header_mobile {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    display: block;
    position: relative;
  }
  .header_mobile .fa-bars {
    font-size: 32px;
    cursor: pointer;
  }
  .header_mobile .drop {
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    background: white;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  }
  .header_mobile .drop li {
    padding: 15px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nokora";
    line-height: 1.3em;
    border-bottom: 1px solid rgba(61, 61, 61, 0.4078431373);
  }
  .header_mobile .drop li:last-child {
    border-bottom: none;
  }
  .header_mobile .drop .dropiconlist {
    display: none;
  }
  .header_mobile .drop .dropiconlist li {
    padding: 15px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nokora";
    line-height: 1.3em;
    border-bottom: 1px solid rgba(61, 61, 61, 0.4078431373);
  }
  .header_mobile .drop .dropiconlist li:last-child {
    border-bottom: none;
  }
  .header_mobile .drop .dropiconlist_1 {
    display: none;
  }
  .header_mobile .drop .dropiconlist_1 li {
    padding: 15px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nokora";
    line-height: 1.3em;
    border-bottom: 1px solid rgba(61, 61, 61, 0.4078431373);
  }
  .header_mobile .drop .dropiconlist_1 li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .header_in_mob {
    display: none;
  }
  .header_mobile {
    display: block;
    position: relative;
    padding: 10px 5px;
  }
  .header_mobile .fa-bars {
    font-size: 32px;
    cursor: pointer;
  }
  .header_mobile .drop {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    background: white;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  }
  .header_mobile .drop li {
    padding: 15px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Nokora";
    line-height: 1.3em;
    border-bottom: 1px solid rgba(61, 61, 61, 0.4078431373);
  }
  .header_mobile .drop li:last-child {
    border-bottom: none;
  }
}
.custom_hero {
  padding: 24px 0px 0px;
  background-color: #fffcfc;
}
.custom_hero .custom_hero_col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
}
.custom_hero .custom_hero_col h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.custom_hero .custom_hero_col h1 span {
  color: #c9025c;
}
.custom_hero .custom_hero_col p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "Nokora", serif;
  margin-top: 15px;
}
.custom_hero .custom_hero_col .form_pad {
  margin-top: 20px;
  padding: 15px;
  margin-left: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
}
.custom_hero .custom_hero_col .suggesting_input {
  position: relative;
}
.custom_hero .custom_hero_col .input_suggestion {
  position: absolute;
  width: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  background-color: #ffffff;
}
.custom_hero .custom_hero_col .input_suggestion .suggestion-item {
  padding: 10px 15px;
  border-bottom: 1px solid #3d3d3d;
  color: #000000;
  cursor: pointer;
}
.custom_hero .custom_hero_col .input_suggestion .suggestion-item:hover {
  background-color: #c9025c;
  color: white;
}
.custom_hero .custom_hero_col .col {
  padding: 0px 5px;
}
.custom_hero .custom_hero_col .col .form-control {
  height: 43px;
}
.custom_hero .custom_hero_col .col select {
  height: 43px;
  font-family: "Nokora", serif;
}
.custom_hero .custom_hero_col .btn {
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  background-color: #c9025c;
  color: #ffffff;
}
.custom_hero .ls_imgass img {
  width: 100%;
  display: block;
  margin: auto;
}
.custom_hero img {
  width: 75%;
  display: block;
  margin: auto;
}

#cityDropdowns {
  max-height: 250px; /* Adjust height as needed */
  overflow-y: auto;
}

.custom_hero_mobile {
  display: none;
}

@media only screen and (max-width: 800px) {
  .custom_hero {
    display: none;
  }
  .custom_hero_mobile {
    background-color: #fffcfc;
    display: block;
    padding: 24px 0px 0px;
  }
  .custom_hero_mobile .custom_hero_col {
    padding: 10px;
  }
  .custom_hero_mobile .custom_hero_col h1 {
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .custom_hero_mobile .custom_hero_col h1 span {
    color: #c9025c;
  }
  .custom_hero_mobile .custom_hero_col p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .custom_hero_mobile .custom_hero_col .col-12 {
    padding: 0px 5px;
  }
  .custom_hero_mobile .custom_hero_col .col-12 .form-control {
    height: 43px;
  }
  .custom_hero_mobile .custom_hero_col .col-12 select {
    height: 43px;
    font-family: "Nokora", serif;
  }
  .custom_hero_mobile .custom_hero_col .btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    background-color: #c9025c;
    color: #ffffff;
  }
  .custom_hero_mobile .custom_hero_col_img img {
    width: 55%;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  .custom_hero {
    display: none;
  }
  .custom_hero_mobile {
    background-color: #fffcfc;
    display: block;
    padding: 24px 10px 0px;
  }
  .custom_hero_mobile .custom_hero_col {
    padding: 10px;
  }
  .custom_hero_mobile .custom_hero_col h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .custom_hero_mobile .custom_hero_col h1 span {
    color: #c9025c;
  }
  .custom_hero_mobile .custom_hero_col p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .custom_hero_mobile .custom_hero_col .col-12 {
    padding: 0px 5px 10px;
  }
  .custom_hero_mobile .custom_hero_col .col-12 .form-control {
    height: 43px;
  }
  .custom_hero_mobile .custom_hero_col .col-12 select {
    height: 43px;
    font-family: "Nokora", serif;
  }
  .custom_hero_mobile .custom_hero_col .btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .custom_hero_mobile .custom_hero_col_img {
    padding: 5px;
  }
  .custom_hero_mobile .custom_hero_col_img img {
    width: 100%;
  }
}
.category {
  padding: 60px 0px;
}
.category h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.category .view_ss {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.category .category_card {
  padding: 5px;
}
.category .category_card .card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}
.category .category_card .card .card-content {
  padding: 25px 25px;
}
.category .category_card .card .card-content h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.category .category_card .card .card-content p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.category .category_card .card .btn {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  font-weight: 600;
  padding: 10px 35px 5px;
  text-align: left;
  border: 2px solid #c9025c;
  border-radius: 25px;
}
.category .category_card .card .btn:hover {
  background-color: #c9025c;
  color: #ffffff;
}
.category .category_card .card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 800px) {
  .category {
    padding: 48px 5px;
  }
  .category h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .category .view_ss {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .category .category_card {
    padding: 5px;
  }
  .category .category_card .card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  }
  .category .category_card .card .card-content {
    padding: 25px 25px;
  }
  .category .category_card .card .card-content h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .category .category_card .card .card-content p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    color: #000000;
  }
  .category .category_card .card .btn {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    font-weight: 600;
    padding: 10px 35px 5px;
    text-align: left;
    border: 2px solid #c9025c;
    border-radius: 25px;
  }
  .category .category_card .card .btn:hover {
    background-color: #c9025c;
    color: #ffffff;
  }
  .category .category_card .card img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.why_Shubham {
  padding: 60px 0px;
}
.why_Shubham h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.why_Shubham .category_card {
  padding: 5px;
}
.why_Shubham .category_card .card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  height: 100%;
  border-radius: 10px;
  text-align: center;
}
.why_Shubham .category_card .card .card-content {
  padding: 25px 25px;
}
.why_Shubham .category_card .card .card-content h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.why_Shubham .category_card .card .card-content p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.why_Shubham .category_card .card img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 25px auto 20px;
  display: block;
}
.why_Shubham .category_card .card-1 {
  background-color: #ebfdff;
}
.why_Shubham .category_card .card-2 {
  background-color: #f2ebff;
}
.why_Shubham .category_card .card-3 {
  background-color: #ffebeb;
}
.why_Shubham .category_card .card-4 {
  background-color: #fff8eb;
}

@media only screen and (max-width: 800px) {
  .why_Shubham {
    padding: 48px 5px;
  }
  .why_Shubham h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .why_Shubham .category_card {
    padding: 5px;
  }
  .why_Shubham .category_card .card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    height: 100%;
    border-radius: 10px;
    text-align: center;
  }
  .why_Shubham .category_card .card .card-content {
    padding: 25px 25px;
  }
  .why_Shubham .category_card .card .card-content h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .why_Shubham .category_card .card .card-content p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    color: #000000;
  }
  .why_Shubham .category_card .card img {
    width: 30%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 25px auto 20px;
    display: block;
  }
  .why_Shubham .category_card .card-1 {
    background-color: #ebfdff;
  }
  .why_Shubham .category_card .card-2 {
    background-color: #f2ebff;
  }
  .why_Shubham .category_card .card-3 {
    background-color: #ffebeb;
  }
  .why_Shubham .category_card .card-4 {
    background-color: #fff8eb;
  }
}
.call_to {
  padding: 80px 0px;
  background-image: url(../img/h/Background.png);
  background-size: cover;
  background-position: center center;
}
.call_to h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.call_to p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.call_to input {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
  padding: 12px 25px;
  border-width: 2px;
  border-radius: 5px;
}
.call_to .btn {
  width: 100%;
  padding: 13px 45px;
  background-color: #c9025c;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  border: 2px solid #c9025c;
}
.call_to .btn:hover {
  background-color: white;
  color: #c9025c;
  border: 2px solid #c9025c;
}

@media only screen and (max-width: 800px) {
  .call_to {
    padding: 48px 5px;
    background-image: url(../img/h/Background.png);
    background-size: cover;
    background-position: center center;
  }
  .call_to h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .call_to p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    color: #000000;
  }
  .call_to .col-12 {
    padding: 5px;
  }
  .call_to input {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    color: #000000;
    padding: 12px 25px;
    border-width: 2px;
    border-radius: 5px;
    display: block;
    width: 100%;
  }
  .call_to .btn {
    width: 100%;
    padding: 11px 45px;
    background-color: #c9025c;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    border: 2px solid #c9025c;
  }
  .call_to .btn:hover {
    background-color: white;
    color: #c9025c;
    border: 2px solid #c9025c;
  }
}
.vendor_list {
  padding: 60px 0px;
}
.vendor_list h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.vendor_list p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.vendor_list .col-xl-3 {
  padding: 0px 5px;
}
.vendor_list h5 a {
  font-size: 23px !important;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
  text-transform: capitalize;
}
.vendor_list a {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.vendor_list span {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}

@media only screen and (max-width: 800px) {
  .vendor_list {
    padding: 48px 5px;
  }
  .vendor_list h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
}
.testimonials {
  padding: 80px 0px;
}
.testimonials h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.testimonials p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.testimonials ul {
  margin-bottom: -60px;
}
.testimonials .testimonials_tabs {
  justify-content: center;
  border: none;
}
.testimonials .testimonials_tabs li a {
  border: none !important;
}
.testimonials .testimonials_tabs img {
  width: 90px;
  border-radius: 50%;
  transform: scale(0.9);
  transition: 8ms ease-in;
  filter: blur(2px);
}
.testimonials .tab-content {
  border: 5px solid #f4cedf;
  padding: 65px 25px 25px;
  margin-top: 0px;
  text-align: center;
  width: 850px;
  display: block;
  border-radius: 10px;
  margin: auto;
}
.testimonials .tab-content .card {
  background-color: transparent;
  padding: 10px 35px 25px;
}
.testimonials .tab-content .card h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.testimonials .tab-content .card h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.testimonials .tab-content .card p {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "Nokora", serif;
}
.testimonials .tab-content .card .stars {
  color: gold;
  margin-bottom: 5px;
  font-size: 33px;
}
.testimonials .active {
  background-color: transparent !important;
  border: none !important;
}
.testimonials .active img {
  transform: scale(1);
  filter: blur(0px);
  border: 2px solid #c9025c;
}
.testimonials h5 {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.testimonials .btn {
  display: block;
  margin: auto;
  width: 25%;
  padding: 13px 45px;
  background-color: #c9025c;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  border: 2px solid #c9025c;
}
.testimonials .btn:hover {
  background-color: white;
  color: #c9025c;
  border: 2px solid #c9025c;
}
.testimonials .test_carou .swiper {
  padding: 15px;
}
.testimonials .test_carou .swiper-slide {
  padding: 25px;
  font-size: 18px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
}
.testimonials .test_carou .swiper-slide .stars {
  color: gold;
  margin-bottom: 5px;
  font-size: 33px;
}
.testimonials .test_carou .swiper-slide p {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "Nokora", serif;
}
.testimonials .test_carou .col-12 {
  display: flex;
  align-items: center;
}
.testimonials .test_carou .col-12 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonials .test_carou .col-12 h4 {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.testimonials .test_carou .swiper-wrapper {
  margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
  .testimonials {
    padding: 48px 5px;
  }
  .testimonials .testimonials_tabs {
    justify-content: center;
    border: none;
  }
  .testimonials .testimonials_tabs li a {
    border: none !important;
  }
  .testimonials .testimonials_tabs img {
    width: 90px;
    border-radius: 50%;
    transform: scale(0.9);
    transition: 8ms ease-in;
    filter: blur(2px);
  }
  .testimonials .tab-content {
    margin-top: 10px;
    text-align: center;
    width: 650px;
  }
  .testimonials .tab-content .card {
    background-color: transparent;
    padding: 10px 60px 25px;
  }
  .testimonials .tab-content .card h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .testimonials .tab-content .card h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .testimonials .tab-content .card p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Nokora", serif;
  }
  .testimonials .active {
    background-color: transparent !important;
    border: none !important;
  }
  .testimonials .active img {
    transform: scale(1);
    filter: blur(0px);
    border: 2px solid #c9025c;
  }
  .testimonials .btn {
    display: block;
    margin: auto;
    width: 50%;
    padding: 13px 45px;
    background-color: #c9025c;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    border: 2px solid #c9025c;
  }
  .testimonials .btn:hover {
    background-color: white;
    color: #c9025c;
    border: 2px solid #c9025c;
  }
  .testimonials .test_carou .swiper {
    padding: 15px;
  }
  .testimonials .test_carou .swiper-slide {
    padding: 25px;
    font-size: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    height: 330px;
  }
  .testimonials .test_carou .swiper-slide .stars {
    color: gold;
    margin-bottom: 5px;
    font-size: 33px;
  }
  .testimonials .test_carou .swiper-slide p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Nokora", serif;
  }
  .testimonials .test_carou .col-12 {
    display: flex;
    align-items: center;
  }
  .testimonials .test_carou .col-12 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .testimonials .test_carou .col-12 h4 {
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .testimonials .test_carou .swiper-wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonials {
    padding: 48px 5px;
  }
  .testimonials h2 {
    font-size: 28px;
  }
  .testimonials .testimonials_tabs {
    justify-content: center;
    border: none;
  }
  .testimonials .testimonials_tabs li a {
    border: none !important;
    padding: 0px;
  }
  .testimonials .testimonials_tabs img {
    width: 70px;
    border-radius: 50%;
    transform: scale(0.9);
    transition: 8ms ease-in;
    filter: blur(2px);
  }
  .testimonials .tab-content {
    margin-top: 10px;
    text-align: center;
    width: 350px;
  }
  .testimonials .tab-content .card {
    background-color: transparent;
    padding: 10px 10px 25px;
  }
  .testimonials .tab-content .card h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .testimonials .tab-content .card h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .testimonials .tab-content .card p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Nokora", serif;
  }
  .testimonials .active {
    background-color: transparent !important;
    border: none !important;
  }
  .testimonials .active img {
    transform: scale(1);
    filter: blur(0px);
    border: 2px solid #c9025c;
  }
  .testimonials .btn {
    display: block;
    margin: auto;
    width: 100%;
    padding: 13px 25px;
    background-color: #c9025c;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    border: 2px solid #c9025c;
  }
  .testimonials .btn:hover {
    background-color: white;
    color: #c9025c;
    border: 2px solid #c9025c;
  }
  .testimonials .test_carou .swiper {
    padding: 5px;
  }
  .testimonials .test_carou .col-12 {
    padding: 0px;
  }
  .testimonials .test_carou .swiper-slide {
    padding: 25px;
    font-size: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    height: 330px;
  }
  .testimonials .test_carou .swiper-slide .stars {
    color: gold;
    margin-bottom: 5px;
    font-size: 33px;
  }
  .testimonials .test_carou .swiper-slide p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Nokora", serif;
  }
  .testimonials .test_carou .col-12 {
    display: flex;
    align-items: center;
  }
  .testimonials .test_carou .col-12 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .testimonials .test_carou .col-12 h4 {
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .testimonials .test_carou .swiper-wrapper {
    margin-bottom: 25px;
  }
}
.blogs {
  padding: 60px 0px;
}
.blogs h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.blogs p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.blogs .row .col-12 {
  padding: 0px 8px;
}
.blogs .row .col-12 .card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
}
.blogs .row .col-12 .card .content {
  padding: 15px 15px 25px;
}
.blogs .row .col-12 .card .content h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 8px;
  font-family: "Merriweather";
  text-transform: capitalize;
}
.blogs .row .col-12 .card .content p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  color: #000000;
}
.blogs .row .col-12 .card .content .card_btn {
  padding: 0px;
  color: #c9025c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}
.blogs .row .col-12 .card .content .card_btn:hover {
  color: #3d3d3d;
}

@media only screen and (max-width: 800px) {
  .blogs {
    padding: 48px 5px;
  }
  .blogs h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .blogs .row .col-12 {
    padding: 0px 8px;
  }
  .blogs .row .col-12 .card {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  }
  .blogs .row .col-12 .card .content {
    padding: 15px 15px 25px;
  }
  .blogs .row .col-12 .card .content h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    font-family: "Merriweather";
  }
  .blogs .row .col-12 .card .content .card_btn {
    padding: 0px;
    color: #c9025c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .blogs .row .col-12 .card .content .card_btn:hover {
    color: #3d3d3d;
  }
}
.wedding_vendors {
  padding: 60px 0px;
}
.wedding_vendors .col_card {
  background-color: #ffebef;
  padding: 45px;
  border-radius: 15px;
}
.wedding_vendors .col_card h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.wedding_vendors .col_card p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "Nokora", serif;
  color: #000000;
}
.wedding_vendors .col_card h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Merriweather";
}
.wedding_vendors .col_card .col_card_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wedding_vendors .col_card .col_card_button .btn {
  padding: 12px 35px;
  background-color: #c9025c;
  color: white;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  font-family: "Nokora", serif;
  border: 2px solid #c9025c;
}
.wedding_vendors .col_card .col_card_button .btn:hover {
  background-color: white;
  color: #c9025c;
  border: 2px solid #c9025c;
}

@media only screen and (max-width: 800px) {
  .wedding_vendors {
    padding: 48px 5px;
  }
  .wedding_vendors .col_card {
    background-color: #ffebef;
    padding: 45px;
    border-radius: 15px;
  }
  .wedding_vendors .col_card h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .wedding_vendors .col_card p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Nokora", serif;
    color: #000000;
  }
  .wedding_vendors .col_card h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .wedding_vendors .col_card .col_card_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wedding_vendors .col_card .col_card_button .btn {
    padding: 12px 35px;
    background-color: #c9025c;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    border: 2px solid #c9025c;
  }
  .wedding_vendors .col_card .col_card_button .btn:hover {
    background-color: white;
    color: #c9025c;
    border: 2px solid #c9025c;
  }
}
@media only screen and (max-width: 500px) {
  .wedding_vendors {
    padding: 48px 5px;
  }
  .wedding_vendors .col_card {
    background-color: #ffebef;
    padding: 45px 15px;
    border-radius: 15px;
  }
  .wedding_vendors .col_card h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .wedding_vendors .col_card p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Nokora", serif;
    color: #000000;
  }
  .wedding_vendors .col_card h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Merriweather";
  }
  .wedding_vendors .col_card .col_card_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wedding_vendors .col_card .col_card_button .btn {
    padding: 12px 35px;
    background-color: #c9025c;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    font-family: "Nokora", serif;
    border: 2px solid #c9025c;
  }
  .wedding_vendors .col_card .col_card_button .btn:hover {
    background-color: white;
    color: #c9025c;
    border: 2px solid #c9025c;
  }
}
.breadcrumbs {
  padding: 60px 0px;
  background-color: #fdf7f7;
}
.breadcrumbs .breadcrumb_center {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}
.breadcrumbs .breadcrumb_center .active {
  color: #c9025c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}
.breadcrumbs h1 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  font-family: "Merriweather";
}

.ab_second {
  padding: 80px 0px;
}
.ab_second .content_section {
  padding: 25px;
  margin-top: -300px;
  text-align: center;
  color: white;
}
.ab_second .content_section img {
  width: 100px;
  height: 100%;
  display: block;
  margin: auto;
}
.ab_second .content_section h2 {
  margin-top: 20px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
  color: white;
}
.ab_second .content_section p {
  margin-top: 20px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nokora", serif;
}

@media only screen and (max-width: 800px) {
  .ab_second {
    padding: 48px 5px;
  }
  .ab_second .content_section {
    padding: 25px;
    margin-top: -250px;
    text-align: center;
    color: white;
  }
  .ab_second .content_section img {
    width: 80px;
    height: 100%;
    display: block;
    margin: auto;
  }
  .ab_second .content_section h2 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
    color: white;
  }
  .ab_second .content_section p {
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nokora", serif;
  }
}
@media only screen and (max-width: 500px) {
  .ab_second {
    padding: 48px 5px 0px;
  }
  .ab_second img {
    max-width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ab_second .content_section {
    padding: 25px 5px;
    margin-top: -220px;
    text-align: center;
    color: white;
  }
  .ab_second .content_section img {
    width: 50px;
    height: 100%;
    display: block;
    margin: auto;
  }
  .ab_second .content_section h2 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
    color: white;
  }
  .ab_second .content_section p {
    margin-top: 10px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nokora", serif;
  }
}
.about_second {
  padding: 80px 0px;
}
.about_second .about_second_col {
  padding: 25px;
  display: flex;
  align-items: center;
}
.about_second h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.about_second p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}
.about_second img {
  width: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 800px) {
  .about_second {
    padding: 48px 5px;
  }
  .about_second .about_second_col {
    padding: 25px;
    display: flex;
    align-items: center;
  }
  .about_second h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .about_second p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .about_second img {
    width: 100%;
    margin: auto;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .about_second {
    padding: 48px 5px;
  }
  .about_second .about_second_col {
    padding: 25px;
    display: flex;
    align-items: center;
  }
  .about_second h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .about_second p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .about_second img {
    width: 100%;
    margin: auto;
    display: block;
  }
}
.abt_usp {
  padding: 80px 0px;
}
.abt_usp .card {
  height: 100%;
  padding: 25px;
  text-align: center;
}
.abt_usp .card img {
  width: 100px;
  height: 100%;
  display: block;
  margin: 0px auto 25px;
}
.abt_usp .card p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}

@media only screen and (max-width: 800px) {
  .abt_usp {
    padding: 48px 5px;
  }
  .abt_usp .card {
    height: 100%;
    padding: 15px;
    text-align: center;
  }
  .abt_usp .card img {
    width: 75px;
    height: 100%;
    display: block;
    margin: 0px auto 25px;
  }
  .abt_usp .card p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
}
@media only screen and (max-width: 500px) {
  .abt_usp {
    padding: 0px 5px 48px;
  }
  .abt_usp .card {
    height: 100%;
    padding: 15px;
    text-align: center;
  }
  .abt_usp .card img {
    width: 65px;
    height: 100%;
    display: block;
    margin: 0px auto 25px;
  }
  .abt_usp .card p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
}
.call_abt {
  padding: 80px 0px;
  background-color: #f8f8f8;
}
.call_abt h2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
  text-align: center;
}
.call_abt .row {
  margin-top: 40px;
}
.call_abt .btn {
  color: #ffffff;
  padding: 15px 45px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.3em;
  background-color: #c9025c;
  font-family: "Nokora", serif;
  width: 100%;
  border: 2px solid #c9025c;
}
.call_abt .btn:hover {
  background-color: #ffffff;
  color: #c9025c;
  border: 2px solid #c9025c;
}

@media only screen and (max-width: 800px) {
  .call_abt {
    padding: 48px 5px;
    background-color: #f8f8f8;
  }
  .call_abt h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
    text-align: center;
  }
  .call_abt .row {
    margin-top: 40px;
  }
  .call_abt .col-12 {
    padding: 5px;
  }
  .call_abt .btn {
    color: #ffffff;
    padding: 15px 45px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.3em;
    background-color: #c9025c;
    font-family: "Nokora", serif;
    width: 100%;
    border: 2px solid #c9025c;
  }
  .call_abt .btn:hover {
    background-color: #ffffff;
    color: #c9025c;
    border: 2px solid #c9025c;
  }
}
.mission_section {
  padding: 60px 0px;
}
.mission_section .card {
  background-color: #ffcee7;
  text-align: center;
  padding: 25px;
}
.mission_section .card img {
  width: 80px;
  display: block;
  margin: 0px auto 15px;
}
.mission_section h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.mission_section p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}

@media only screen and (max-width: 800px) {
  .about_second {
    padding: 48px 5px;
  }
  .about_second .about_second_col {
    padding: 15px;
  }
  .about_second h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .about_second p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .about_second img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .mission_section {
    padding: 48px 5px;
  }
  .mission_section .card {
    background-color: #ffcee7;
    text-align: center;
    padding: 25px 15px;
    height: 100%;
  }
  .mission_section .card img {
    width: 80px;
    display: block;
    margin: 0px auto 15px;
  }
  .mission_section h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .mission_section p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
}
@media only screen and (max-width: 500px) {
  .about_second {
    padding: 48px 5px;
  }
  .about_second .about_second_col {
    padding: 15px;
  }
  .about_second h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .about_second p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .about_second img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .mission_section {
    padding: 48px 5px;
  }
  .mission_section .card {
    background-color: #ffcee7;
    text-align: center;
    padding: 25px 15px;
    height: 100%;
  }
  .mission_section .card img {
    width: 80px;
    display: block;
    margin: 0px auto 15px;
  }
  .mission_section h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .mission_section p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
}
.blog-area {
  padding: 60px 0px;
}
.blog-area .content {
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
}
.blog-area .content .card_btns {
  padding: 0px 0px 5px 0px;
  color: #c9025c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}
.blog-area .content .card_btns:hover {
  color: #3d3d3d;
}
.blog-area h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.blog-area p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}

@media only screen and (max-width: 800px) {
  .blog-area {
    padding: 48px 5px;
  }
  .blog-area .content {
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  }
  .blog-area .content .card_btns {
    padding: 0px 0px 5px 0px;
    color: #c9025c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .blog-area .content .card_btns:hover {
    color: #3d3d3d;
  }
  .blog-area h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .blog-area p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
}
.contact-area {
  padding: 60px 0px;
}

.blog-details-area {
  padding: 60px 0px;
}
.blog-details-area h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.blog-details-area h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3em;
  font-family: "Merriweather";
}
.blog-details-area p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Nokora", serif;
}
.blog-details-area .widget {
  padding: 25px !important;
}

.authentication-area .auth-form {
  padding: 25px !important;
}

@media only screen and (max-width: 800px) {
  .contact-area {
    padding: 48px 5px;
  }
  .blog-details-area {
    padding: 48px 5px;
  }
  .blog-details-area h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .blog-details-area h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Merriweather";
  }
  .blog-details-area p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Nokora", serif;
  }
  .blog-details-area .widget {
    padding: 25px 15px !important;
  }
  .authentication-area .auth-form {
    padding: 25px !important;
  }
}
.authentication-area .bg-google {
  background-color: transparent;
}
.authentication-area .gmail {
  width: 50px;
  transform: scale(1);
  transition: 2ms ease-in-out;
}
.authentication-area .gmail:hover {
  transform: scale(0.8);
}

#testid {
  color: #000000;
}

.city_sections {
  padding: 60px 0px;
  background-color: rgba(248, 248, 248, 0.5058823529);
}
.city_sections h1 {
  font-size: 28px;
}
.city_sections p {
  font-size: 16px;
}

#listing_page {
  padding: 80px 0px !important;
}/*# sourceMappingURL=other.css.map */