:root {
  --t_red: #E31E25;
  --t_green:#049647;
  --t_blue-light: #E9F6FE;
  --t_green:#049647;
  --t_white: #fff;
  --t_gray: #28566E;
  --t_blue_light_1:#e7f5ff;
  --t_blue_light_2:#E1F4FC;
  --t_text: #262626;
}
.gap-10-y{
	row-gap: 10px;
}
.gap-10-x{
	column-gap: 10px;
}
.gap-20-y{
	row-gap: 20px;
}
.gap-20-x{
	column-gap: 20px;
}
.gap-30-y{
	row-gap: 30px;
}
.gap-30-x{
	column-gap: 30px;
}
/*.btn:hover{*/
/*    background-color: var(--t_red) !important;*/
/*}*/
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover{
    color: var(--t_red) !important;
    border-color: var(--t_red) !important;
}
.btn.btn-primary.white:active, .btn.btn-primary.white:focus, .btn.btn-primary.white:hover{
    color: var(--t_white) !important;
    border-color: var(--t_white) !important;
    background-color: var(--t_white);
}
.btn.btn-primary.red:hover{
    background-color: var(--t_red);
}
.sec-bg{
    background-color: var(--t_blue_light_2);
}
.home-sec2-btn .btn.white:hover{
    background-color: var(--t_white);
}
.primary-menu a:hover {
  color: var(--t_green);
}

.primary-menu a:hover ~ .icon::before,
.primary-menu a:hover ~ .icon::after {
  background-color: var(--t_green);
}

.modal-menu a {
  padding: 10px;
  color: var(--t_red);
}

.menu-modal .sub-menu .ancestor-wrapper > a {
  padding: 10px;
  color: var(--t_red);
}

.primary-menu ul.sub-menu {
  background-color: var(--t_red);
  padding: 10px;
}

.primary-menu ul.sub-menu a {
  color: var(--t_white);
}

.primary-menu ul.sub-menu a:hover {
  background-color: var(--t_white);
  color: var(--t_green);
}

.primary-menu ul::after {
  border-bottom-color: var(--t_red);
}

.primary-menu > li > .icon {
  right: -10px;
}

.primary-menu .icon::before, .primary-menu .icon::after {
  background-color: var(--t_red);
}

.primary-menu > li > .icon {
  display: none;
}

.primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
}

.about-alpesh-figure {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 2px solid var(--t_red);
  position: relative;
  overflow: hidden;
  background: var(--t_white);
  width: 100%;
  max-width: 500px;
}

.about-alpesh-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

/*hide the expand button in news room*/
.post-news-room-btn-expand {
  display: none;
}

.pagination .dots {
  transform: unset;
}

/*
    location page upadate 18-12-2023
*/
.section-store-city {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--t_blue_light_1);
}

.location-city {
  border-radius: 10px;
  padding: 15px;
  box-shadow: -1px -1px 11px 2px rgba(4, 150, 71, 0.2);
  background-color: var(--t_white);
  /*width: fit-content;*/
}

.location-city .list-group {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.location-city .list-group .btn:focus,
.location-city .list-group .btn:active,
.location-city .list-group .btn:hover {
  color: var(--t_red);
  border-color: var(--t_red);
  background-color: var(--t_red);
}

.section-store {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*.location-select{*/
/*    min-width: 270px;*/
/*    max-width: 270px;*/
/*    margin: 0 auto;*/
/*}*/
.location-select select.form-select {
  padding: 10px 20px;
}

/*.store-search{*/
/*    min-width: 270px;*/
/*    max-width: 270px;*/
/*}*/
.section-store .store-search-form {
  max-width: 100%;
}
.section-store .store-area{
    text-transform: uppercase;
}
.store-search .input-group > .form-control,
.store-search .input-group > .form-floating, .input-group > .form-select {
  border-color: var(--t_red);
  border-radius: 8px;
}

.store-search .input-group-text {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.advantage {
  position: relative;
  padding-top: var(--header-height);
}
.advantage-contents {
  text-align: justify;
}
.advantage-contents p {
  text-align: justify;
}
.advantage .adv_img_1 {
  float: right;
  object-fit: contain;
  max-width: 550px;
  width: 100%;
  height: auto;
  margin: 10px 0px 20px 30px;
}

.adv_img_2 {
  object-fit: contain;
  max-width: 100%;
  height: 100%;
  max-height: 420px;
  border: 5px solid #E31E25;
  border-radius: 10px;
  padding: 2px;
}

.home-video-card {
  max-width: 700px;
  padding: 0px;
}

.why_trivio_img_1 {
  float: right;
  object-fit: contain;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 10px 0px 20px 30px;
}

.hero-slider {
  margin-top: var(--header-height);
}
.hero-slider .swiper-slide {
  background-color: var(--t_white);
  height: auto;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.hero-slider .swiper-slide .card {
  padding: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  flex-direction: row;
}
.hero-slider .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 595px;
  object-fit: cover;
  object-position: top center;
}

.hero-slider .swiper-slide .card.top img{
  object-position: top center;
}
.hero-slider .swiper-slide .card.center img{
  object-position: center;
}
.hero-slider .swiper-slide .card.bottom img{
  object-position: bottom center;
}

.hero-slider .pagination-swiper-hero {
  position: absolute;
  z-index: 1;
  justify-content: center;
  bottom: 0;
}
.hero-slider .pagination-swiper-hero .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.hero-slider .pagination-swiper-hero .swiper-pagination-bullet-active {
  background-color: var(--t_green);
}
.hero-slider .swiper-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
  position: absolute;
  z-index: 1;
  justify-content: center;
  bottom: 0;
}

.home-sec2 {
  position: relative;
}
.home-sec2-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-sec2 .wrapper {
  position: relative;
  z-index: 2;
}

.membership-inquiry {
  position: relative;
}
.membership-inquiry-man {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  max-height: 500px;
  max-width: 40vw;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}
.membership-inquiry .wrapper {
  position: relative;
  z-index: 2;
}
.membership-inquiry.mobile {
  background-color: var(--t_green);
}
.membership-inquiry .msi-col-1st {
  max-width: 455px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.membership-inquiry .msi-col-2nd {
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.membership-inquiry .list-group {
  row-gap: 20px;
}
.membership-inquiry .list-group-item {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
  border: 0;
  border-radius: 0 6px 6px 0;
  background-color: var(--t_green);
  color: var(--t_white);
}
.membership-inquiry .list-group-item span {
  font-weight: 300;
}

.membership-form {
  border: 2px solid var(--t_green);
  border-radius: 10px;
  padding: 20px;
  background-color: var(--t_white);
}

.membership-why-trivio {
  background-color: var(--t_blue_light_2);
}
.membership-why-trivio .wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--t_white);
  flex-direction: column;
  align-items: normal;
}
.membership-why-trivio .ms-wt-row {
  row-gap: 15px;
  flex-wrap: wrap;
}
.membership-why-trivio .ms-wt-col {
  width: calc(50% - 10px);
}
.membership-why-trivio .card {
  border: 0;
  padding: 0;
  row-gap: 15px;
  background-color: transparent;
}
.membership-why-trivio .card-img-top {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  margin: auto;
}
.membership-why-trivio .card-body {
  padding: 0;
}
.membership-why-trivio .card-title {
  font-size: 14px;
  text-align: center;
  color: var(--t_red);
  margin-bottom: 0;
  letter-spacing: 0.2px;
  line-height: 1.2em;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
  margin-top: 0;
}

.membership-offers {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--t_blue_light_2);
  position: relative;
}
.membership-offers-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.membership-offers-list > *,
.membership-offers-list p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 0;
  margin-top: 0;
}
.membership-offers-list img {
  object-fit: contain;
  object-position: center;
  background-color: var(--t_blue_light_2);
  width: calc(50% - 15px);
  height: 120px;
  margin: 0;
  border: 2px solid var(--t_green);
  border-radius: 10px;
  display: block;
}

.membership-videos {
  background-color: var(--t_blue_light_2);
  padding-top: 40px;
}
.membership-videos-wrapper {
  width: 100%;
  padding: 20px;
  background-color: var(--t_white);
  border-radius: 10px;
}
.membership-videos .swiper {
  height: auto;
}
.membership-videos .swiper-slide {
  height: 300px;
}
.membership-videos .swiper-horizontal > .swiper-pagination-bullets,
.membership-videos .swiper-pagination-bullets.swiper-pagination-horizontal,
.membership-videos .swiper-pagination-custom, .membership-videos .swiper-pagination-fraction {
  margin-top: 20px;
  justify-content: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.membership-videos .lightbox-poster {
  height: 300px;
}
.membership-videos .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: var(--t_white);
  z-index: 1;
  border: 2px solid var(--t_white);
  outline: 2px solid var(--t_gray);
}
.membership-videos .swiper-pagination-bullet-active {
  background-color: var(--t_gray);
}
.membership-videos .card {
  border: 2px solid var(--t_green);
  border-radius: 10px;
  overflow: hidden;
}
.membership-videos .lightbox-link {
  position: relative;
}
.membership-videos .lightbox-poster {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-color: var(--t_blue_light_2);
}

.lightbox .carousel {
  padding: 40px 15px 15px;
}

.brochure .modal-title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: var(--t_red);
  margin: 0;
  letter-spacing: 1px;
}
.brochure .modal-body {
  padding: 20px 0px;
}
.brochure .modal-content {
  border-radius: 20px;
  border: 4px solid rgba(4, 150, 71, 0.7);
  padding: 0px 15px 8px 15px;
}
.brochure .btn-close {
  font-size: 14px;
}

.site-header-info.mobile .text-center .red {
  color: var(--t_red);
}

.sections-thank-you {
  margin-top: var(--header-height);
  padding-top: var(--header-height);
  padding-bottom: var(--header-height);
}

.thank-you-message {
  width: 100%;
  position: relative;
}
.thank-you-message-title {
  font-size: 20px;
}
.thank-you-message-img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 300px;
  margin: auto;
}

.modal-success-message-title {
  font-size: 20px;
}
.modal-success-message-img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 300px;
  margin: auto;
}

.hvr-sweep-to-right {
  overflow: hidden;
}
.hvr-sweep-to-right::before {
  transform: translateX(-100%);
}
.hvr-sweep-to-right:hover::before {
  transform: translateX(0%);
}
.franchise-inquiry-card {
	margin-bottom: 3em;
}

/* new from staging */

.post-section .post-wrapper .layer-wrapper{
  display: grid;
  height:auto;
}

/*common accrodian*/
.helpie-faq.accordions .search{
    max-width: 350px;
    margin-left: 0;
}

.helpie-faq.accordions .search__input{
    font-size: 16px;
    color: var(--t_green);
    border: 1px solid var(--t_green);
}
.helpie-faq.accordions .svg-icon--search g{
    stroke: var(--t_green);
}
.helpie-faq.accordions .search__input:focus{
    box-shadow: none;
}
.helpie-faq.accordions .accordion{
    margin-top: 20px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding-right: 40px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body a{
    color: var(--t_green);
    text-decoration: none;
    font-weight: 500;
    font-size: inherit;
}
.accordion__title{
    color: var(--t_green);
    font-weight: 500;
}
.helpie-faq.accordions .accordion__header:before, .helpie-faq.accordions .accordion__header:after{
    background-color: var(--t_green);
    position: absolute;
    right: 10px;
    top: 25px;
    margin-right: 0;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body{
    padding-bottom: 20px;
}
.common-main .common-contents{
    background-color: var(--t_blue_light_2);
}
.common-main .common-contents .wrapper{
    background-color: var(--t_white);
}
.newsroom-subscribe .wpcf7-not-valid-tip{
    color: var(--t_white);
}
.newsroom-subscribe input{
    margin-bottom: 0 !important;
    border: 0;
}
.newsroom-subscribe input:focus{
    outline: none !important;
    box-shadow: none;
}
.newsroom-subscribe .btn-primary{
    height: 41px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.newsroom-subscribe .wpcf7-form-control-wrap input.email{
    margin-left: 4px;
    margin-right: 4px;
}
.hvr-sweep-to-right.green{
    background: var(--t_green);
}
.hvr-sweep-to-right.green:before{
    background: var(--t_green);
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


/*update 3-4-2025*/

.store-phone-list{
    line-height: 18px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.store-phone-list a{
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    line-height: inherit;
}
.section-store .store-header{
    text-decoration: none;
}
.section-store .store-header:hover{
    background-color: var(--t_blue_light_1);
}
.section-store .store-header:hover .store-name{
    color: var(--t_red);
}
/*store locator*/
.single_locator{
    background-color: #e1f4fc;
}
.single_locator_contents .wrapper{
    background: #fff;
    padding-top: var(--header-height);
    padding-bottom: 50px;
    padding-right: 1.5em;
    padding-left: 1.5em;   
}

.single_locator .common-title{
    letter-spacing: 1px;
    text-transform: uppercase;
}
.single_locator_banner_subtitle{
    font-size: 18px;
    letter-spacing: 1px;
}
.single_locator_img,
.single_locator_img_logo{
    width: 100%;
    object-position: center;
    float: right;
    border-radius: 20px;
    border: 2px solid var(--t_red);
    padding: 10px;
}
.single_locator_map_wrapper{
    overflow: hidden;
}
.single_locator_address_map{
    background-color: #E1F4FC;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}
.single_locator_map{
    width: 100%;
    min-height:400px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid var(--t_red);
}
.single_locator_address,
.single_locator_phone,
.single_locator_hours{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.single_locator_hours{
    margin-bottom: 0;
}
.single_locator_address>*,
.single_locator_phone>*{
    color: var(--t_text);
    margin-bottom: 0;
}
.single_locator_address i,
.single_locator_phone i,
.single_locator_hours i{
    width: 50px;
    margin-top: 5px;
    flex-shrink: 0;
    color: var(--t_green);
    font-size: 30px;
}
.single_locator_phone a{
    color: var(--t_text);
    text-decoration: none;
}
.single_locator_near_you .helpie-faq.accordions .search{
    margin: 0 auto;
}

/*media query*/
@media only screen and (min-width: 576px) {
  .membership-why-trivio .ms-wt-col {
    width: calc(50% - 10px);
  }
  .hero-slider .swiper-slide img.img-large-web {
    display: none !important;
  }
  .hero-slider .swiper-slide img.img-normal {
    display: block !important;
  }
  .hero-slider .swiper-slide img.img-mobile {
    display: none !important;
  }
  .membership-why-trivio .ms-wt-col {
    width: calc(33.3333333333% - 10px);
  }
  .membership-why-trivio .card-img-top {
    width: 120px;
    height: 120px;
  }
  .membership-why-trivio .card-title {
    font-size: 16px;
    line-height: 1.5em;
  }
  .membership-offers-list img {
    width: calc(33.3333333333% - 15px);
    height: 150px;
  }
    .single_locator_img,
    .single_locator_img_logo{
        width: 45%;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
  .col-location-select,
  .col-store-search {
    max-width: 300px !important;
  }
  .membership-inquiry-man {
    max-width: 300px;
  }
  .membership-inquiry .form-control,
  .membership-inquiry .form-select {
    padding: 10px;
    font-size: 16px;
  }
  .membership-inquiry .msi-col-1st {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }
  .membership-inquiry .msi-col-2nd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .membership-inquiry .contents {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .membership-inquiry .list-group-item {
    padding-left: 30px;
    font-size: 20px;
  }
  .thank-you-message {
    max-width: 700px;
    margin: 0 auto;
  }
  .thank-you-message-contents {
    position: relative;
  }
  .thank-you-message-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 20px 15px 0;
  }
  .thank-you-message-title {
    font-size: 30px;
    max-width: 210px;
    width: 100%;
    padding-right: 40px;
    margin-right: 40px;
  }
  .modal-success-message .modal-dialog {
    max-width: 700px;
  }
  .modal-success-message-contents {
    position: relative;
  }
  .modal-success-message-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 20px 15px 0;
  }
  .modal-success-message-title {
    font-size: 30px;
    max-width: 210px;
    width: 100%;
    padding-right: 40px;
    margin-right: 40px;
  }
  /* new from staging */
  .post-wrapper .post-image-wrapper {
    width: 100%;
  }
  .post-wrapper .post-content-wrapper {
    width: 100%;
  }
    .single_locator_banner_subtitle{
        font-size: 20px;
    }
    .single_locator_img,
    .single_locator_img_logo{
        margin-left: 20px;
    }
}
@media only screen and (min-width: 992px) {
  .home-slider .banner-slider .swiper-slide img.banner-slider-img {
    min-height: 560px;
    max-height: 560px;
  }
  .location-city {
    padding: 20px;
  }
  .location-city .common-title {
    font-size: 26px;
  }
  .membership-inquiry-man {
    max-width: 350px;
  }
  .membership-inquiry .list-group-item {
    padding-left: 40px;
    font-size: 24px;
  }
  .membership-why-trivio .ms-wt-col {
    width: calc(16.6666666667% - 10px);
  }
  .membership-offers-list img {
    width: calc(25% - 15px);
    height: 200px;
  }
    .single_locator_banner_subtitle{
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px) {
  .membership-inquiry-man {
    max-width: 600px;
  }
  .membership-inquiry .list-group-item {
    padding-left: 50px;
    font-size: 30px;
  }
  .membership-videos-wrapper {
    padding: 20px 40px 40px;
  }
  .brochure .modal-title {
    font-size: 24px;
  }
    .single_locator_banner_subtitle{
        font-size: 24px;
    }
    .single_locator_img,
    .single_locator_img_logo{
        width: 50%;
    }
	.single_locator .common-title {
        font-size: 36px;
        line-height: 56px;
    }							   
						
						  
	 
}
@media only screen and (min-width: 1400px) {
  .membership-inquiry-man {
    max-width: 700px;
  }
  .membership-inquiry .form-control,
  .membership-inquiry .form-select {
    padding: 15px;
    font-size: 20px;
    margin-bottom: 20px;
  }
	 .single_locator .common-title {
        font-size: 40px;
    }							   
						
	 
}
@media only screen and (min-width: 1600px) {
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .hero-slider .swiper-slide img.img-large-web {
    display: block !important;
  }
  .hero-slider .swiper-slide img.img-normal {
    display: none !important;
  }
  .hero-slider .swiper-slide img.img-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
	#site-header {
		padding-top: 30px;
    	padding-bottom: 30px;
	}
	.site-header-info{
	    top: 12px;
	    left: 56%;
	    transform: translateX(-50%);
	    width: auto !important;
	}
}
@media only screen and (max-width: 767px) {
  .banner-common-new {
    min-height: calc(380px - var(--header-height)) !important;
    justify-content: unset !important;
  }
  .banner-common-new .banner-common-bg {
    object-position: center;
  }
  .location-city .list-group {
    justify-content: center;
  }
  .store-search {
    margin-left: auto;
    margin-right: auto;
  }
  .advantage .adv_img_1 {
    margin: 10px 0px;
  }
  .why_trivio_img_1 {
    margin: 10px 0px;
  }
  .thank-you-message-img {
    max-height: 350px;
  }
  .thank-you-message-bottom p {
    max-width: 300px;
    margin: 5px auto 20px;
  }
  .modal-success-message-img {
    max-height: 350px;
  }
  .modal-success-message-bottom p {
    max-width: 300px;
    margin: 5px auto 20px;
  }
}
@media only screen and (max-width: 575px) {
	:root {
    --header-height: 65px;
	}
  .banner-blogs-container {
    margin-bottom: 0 !important;
  }
  .location-select {
    display: block;
    width: 100%;
  }
  .store-search {
    min-width: 100%;
  }
  .hero-slider .swiper-slide img.img-large-web {
    display: none !important;
  }
  .hero-slider .swiper-slide img.img-normal {
    display: none !important;
  }
  .hero-slider .swiper-slide img.img-mobile {
    display: block !important;
    height: 100%;
    max-height: 600px;
  }
  .hero-slider .swiper-slide .card.m_center img{
    object-position: center;
  }
  .hero-slider .swiper-slide .card.m_bottom img{
    object-position: bottom center;
  }
  
  .membership-videos .lightbox-poster {
    height: 250px;
  }
  .membership-videos .swiper-wrapper {
    flex-direction: column;
    height: 515px;
  }
  .membership-videos .swiper-slide {
    height: 250px;
  }
   .newsroom-subscribe .contact{
       width: 100%;
   }
  .newsroom-subscribe .input-group{
      flex-direction: column;
  }
  .newsroom-subscribe .wpcf7-form-control-wrap{
      margin-bottom: 4px;
      width: 100% !important;
      margin-left: 0 !important;
  }
  .newsroom-subscribe .wpcf7-form-control-wrap input{
      border-radius: 4px !important;
  }
  .newsroom-subscribe .contact .wpcf7-form-control-wrap .email{
      border-radius: 4px !important;
  }
  .newsroom-subscribe .wpcf7-form-control-wrap input.email{
      margin-left: 0;
      margin-right: 0;
  }
  .newsroom-subscribe .btn-primary{
      border-radius: 4px !important;
      margin-left: 0 !important;
  }
    .single_locator_details_wrapper{
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
}
@media only screen and (max-width: 375px) {
  .site-header-info.mobile .text-center {
    margin-left: 50px;
  }
}