/*banner S*/


.vs_bnr_sldr .item.vs_slide_item {
  /*display: flex;*/
  width: 100%;
  /*height: 100vh;*/
}


.vs_bnr_sldr img {
  width: 100%;
  /*height: 85vh;*/
  object-fit: cover;
  object-position: top;
  /*transform: scale(1.3);
  transition: transform 7000ms ease;*/
}

.vs_bnr_sldr figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
  position: relative;
}


.vs_bnr_sldr {
  position: relative;
}

.vs_bnr_sldr .owl-nav {
  display: none;
}

.vs_bnr_sldr .owl-dots {
  position: absolute;
  height: 45px;
  bottom: 15px;
  left: 125px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vs_bnr_sldr .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #FFFFFF;
  transition: all 0.5s;
  border-radius: 50%;
}


.vs_bnr_sldr .owl-dot.active {
  background-color: #fba115;
}


.vs_sdl_from {
  /*box-shadow: 0 0 10px #bfbfbf;*/
  padding: 20px;
  width: 100%;
  background-color: #ededed;
}

.vs_sdl_from h6 {
  font-size: calc(10px + 1vw);
  color: #000;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.vs_sdl_from p {
  font-size: 15px;
  color: white;
  background-color: #fba115;
  padding: 6px;
  font-weight: 600;
  margin-bottom: 5px;
}

.vs_sdl_from a {
  font-size: 15px;
  color: white;
  background-color: #E91E63;
  padding: 6px;
  font-weight: 600;
  justify-content: center;
}

.vs_sdl_from .form-control {
  border-color: #ebebeb;
  padding: .75rem 0.85rem;
  height: calc(2.56em + .75rem + 2px);
  font-size: 13px;
}


/*banner E*/


.vs_about_bg {
  /*background-color:#f5f1f1;*/
}
.vs_about_section_heading{
    text-transform: uppercase;
    color: white;
    background-color: #62429c;
    padding: 15px;
    border-radius: 15px;
}
.vs_about_section_heading h1{
        font-size: calc(18px + 0.4vw);
            font-weight: 600;

}

.vs_about_section1 {
  padding-block: calc(20px + 4vw);
  text-align: center;
}

.vs_about_section1 p {
  color: #a1a1a1;
  line-height: 30px;
}

.vs_about_section2 {
  /*margin-bottom: -65px;*/
  padding-bottom: 30px;
}

.vs_about_box {
  box-shadow: 0 0 10px #c9c6c6;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s;
}

.vs_about_box:hover {
  transform: translateY(-65px);
}

.vs_about_box h3 {
  font-size: calc(10px + 4vw);
  color: #62429c;
}

.vs_about_box h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;

}

.vs_about_box p {
  font-size: 14px;
}

.vs_about_box a {
  color: #000;
}

.vs_about_icon_bg {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.vs_about_icon_bg h3 {
  font-size: calc(8px + 0.8vw);
  font-weight: 600;
  padding-top: 20px;
}

.vs_about_icon_bg p {
  font-size: 14px;
  color: #b3acac;
}

.vs_about_icon_bg img {}

.vs_about_page h3 {
      font-size: calc(8px + 0.8vw);
    font-weight: 600;
    color: #61419a;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.vs_about_page ul li {
  color: grey;
}

.vs_about_page ul li i {
  font-size: 12px;
  color: #63429d;
  line-height: 2;
}

.vs_create_bg {
  background-color: #f9f9f9;
}

.vs_create_box_head {
  font-size: calc(10px + 1.2rem);
  display: flex;
  gap: 20px;
  align-items: center;
}

.vs_create_box_head span {
  position: relative;
  margin-right: 20px;
  font-weight: 900;
  font-size: calc(10px + 2.5rem);
}

.vs_create_box_head span::before {
  position: absolute;
  content: "";
  width: 25px;
  background-color: red;
  height: 2px;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.vs_create_box p {
  padding-top: 25px;
  color: grey;
  letter-spacing: 1px;
}

.vs_create_box_head h3 {
  font-size: calc(10px + 1.2vw);
}


.vs_portfolio_box figure {
  position: relative;
  transition: all 0.5s;
}


.vs_portfolio_box figure figcaption {
  position: absolute;
  display: flex;
  top: 0;
  width: 0%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #000000bf;
  opacity: 0;
  transition: all 0.5s;
}

.vs_portfolio_box a {
  color: #fff;
}

.vs_portfolio_box figure:hover figcaption {
  opacity: 1;
  width: 100%;

}

.vs_portfolio_box figure h3 {
  font-size: calc(10px + 0.7vw);
      text-transform: uppercase;
      text-align: center;
}

.vs_portfolio_design figure {
  position: relative;
  transition: all 0.5s;
}

.vs_portfolio_design figure img {
  transform: scale(1.3);
  transition: all 0.5s;
}

.vs_portfolio_design figure:hover img {
  transform: scale(1);

}

.vs_portfolio_design figure figcaption {
  position: absolute;
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #000000a8;
  opacity: 1;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}

.vs_portfolio_design figure:hover figcaption {
  opacity: 0;
  position: relative;
  display: none;
}

.vs_portfolio_design figure figcaption h3 {
  font-size: calc(10px + 0.6vw);
  padding-top: 44px;
      text-transform: uppercase;
}

.vs_portfolio_design figure figcaption div {
  width: 75%;
  height: 75%;
  border: 2px solid #6a9905;
  display: flex;
  align-items: center;
  justify-content: center;
}


.vs_exhibition_stall_box {
  background-color: #ededed;
  padding-bottom: 20px;
  transition: all 0.5s;
  border: 1px solid #bbbcbd;
}

.vs_exhibition_stall_box:hover {
  /* box-shadow: 0 0 10px #cfcfcf; */
  transform: translateY(-20px);
}

.vs_exhibition_box {
  text-align: center;
  border: 1px solid grey;
  border-radius: 15px;
  padding: 20px;
  transition: all 0.5s;
}

.vs_exhibition_box:hover {
  transform: scale(1.1);
}

.vs_exhibition_box h3 {
      font-size: calc(8px + 0.7vw);
  margin-bottom: 15px;
  color: #6a6a6a;
  font-weight: 600;
}


/*vs_blog_section S*/


.vs_blog_box {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.vs_blog_box img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.vs_blog_box_img {
  position: relative;
  transition: all 0.9s;
  overflow: hidden;
}

.vs_blog_box_img img {
  transition: all 0.9s;
}

.vs_blog_box_img:hover img {

  transform: scale(1.2);
}

.vs_blog_box_img figcaption {
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, black, transparent);
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.vs_blog_box_img figcaption h3 {
  font-size: 16px;
  color: #ffffff;
}

.vs_blog_box_icon a {
  color: #f69b22;
}

.vs_blog_box_icon a:hover {
  color: #e81a29;
}

.vs_blog_box p {
  color: grey;
}

.vs_blog_box h5 {
  font-size: calc(10px + 1vw);
  font-weight: 600;
  line-height: calc(10px + 1.7vw);
}

.vs_blog_box .vs_more_btn {
  font-size: 14px;
}

.vs_blog_sldr .item {
  background-color: whitesmoke;
  display: flex;
}

.vs_blog_sldr .owl-nav {
  display: none;
}

.vs_blog_sldr .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.vs_blog_sldr .owl-dots button {
  padding: 6px;
  border-radius: 50%;
  border: none;
  background-color: #8d8787;
}

.vs_blog_sldr .owl-dot.active {
  background-color: #e81a29;
}

.vs_blog_sldr img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.vs_blog_sldr .owl-stage,
.vs_blog_sldr .owl-item {
  display: flex;
}


/*vs_blog_section E*/


/*why us S*/
.vs_why_us_box {
  text-align: center;
  padding: 18px;
  border: 1px solid #c3c3c3;
}

.vs_why_us_box_icon {
  font-size: 48px;
  line-height: 0;
  border: 1px solid #62429c;
  display: inline-block;
  border-radius: 50%;
  padding: 12px;
  color: #62429c;
}

.vs_why_us_box h4 {
  font-size: calc(10px + 0.9vw);
  font-weight: 600;
  padding-top: 16px;
  color: #62429c;
}

.vs_why_us_box p {
  font-size: 15px;
  color: #686868;
}

/*why us E*/


.vs_faq_bg {
  background-image: linear-gradient(0deg, #62429c 50%, #f9f9f9 50%);
  padding-block: 50px;
}

.vs_faq_box {
  box-shadow: 0 0 3px #000;
  border-radius: 5px;
  padding: calc(10px + 1.1rem);
  background-color: #fff;
  width: 100%;
}

.vs_faq_box h4 {
  font-size: calc(7px + 1vw);
  color: #62429c;
  padding-bottom: 15px;
}

.vs_faq_box ul li:last-child {
  border: none;
}

.vs_faq_box li {
  padding-bottom: 15px;
  border-bottom: 2px solid #d9d9d9;
}

.vs_faq_box a {
  color: #000;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 500;


}
.vs_faq_box .accordion-button {
    color: #6a6a6a;
    background-color:#f7f7f78f;
}
.vs_faq_box .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #614099;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.vs_faq_box .accordion-body{
  background: #f7f7f7;
    color: #666666;
}


.vs_strength_bg {
  background-color: #000;
  color: #fff;
}

.vs_strength_box {
  padding: 0 20px;
}

.vs_strength_box h4 {
  font-size: calc(7px + 0.8vw);
  color: #fba115;
  padding-bottom: 5px;
}

.vs_strength_box img {
  width: 130px;
  object-fit: contain;
}


.vs_testimonial_sldr {
  text-align: center;
  position: relative;
}

.vs_testimonial_sldr .owl-nav button {
  position: absolute;
  top: 50%;
  border: 0;
  background-color: transparent;
  font-size: 50px;
  line-height: 0;

}

.vs_testimonial_sldr .owl-prev {
  left: 0;
}

.vs_testimonial_sldr .owl-next {
  right: 0;
}

.vs_testimonial_sldr i {
  color: #ff9800;
}

.vs_testimonial_sldr h3 {
  font-size: calc(10px + 0.5vw);
  padding-top: 20px;
  color: #706565;
}


.vs_counter_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/home/counter_bg.jpg);
  color: #fff;
  padding-block: calc(20px + 7vw);
  text-align: center;

}

.vs_counter_box {
  width: 100%;
}

.vs_counter_box h3 {
  font-size: calc(10px + 4vw);
  font-weight: 800;
  color: #fba115;
}

.vs_counter_box p {
  letter-spacing: 4px;
  font-weight: 600;
}

.vs_services_bg {

  background-color: #f9f9f9;
  padding-block: calc(10px + 4vw);

}

.vs_service_box {
  box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2);
  text-align: center;
  background-color: #fff;
  padding: 20px;
  transform: all 0.5s;
  width: 100%;

}

.vs_service_box p {
  font-size: 14px;
}

.vs_service_box h3 {
  display: inline-block;
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #62429c;
}

.vs_service_box:hover h3 {
  -webkit-text-stroke: 1px #fff
}

.vs_service_box h4 {
  font-size: calc(10px + 0.6vw);
  color: #62429c;
}

.vs_service_box:hover {
  background-color: #62429c;
  color: #fff;
  transform: all 0.5s;
}

.vs_service_box:hover h4 {
  color: #fff;
}


.vs_workflow_bg {
  background-color: #f9f9f9;
  padding-block: calc(10px + 4vw);
}

.vs_workflow_box {
  display: grid;
  gap: 15px;
  grid-template-columns: 17% 83%;
  margin-bottom: 35px;
}

.vs_workflow_bg h3 {
  font-size: calc(10px + 1vw);
  font-weight: 100;
  text-transform: uppercase;
  padding-block: 17px;
}

.vs_workflow_box h4 {
  font-size: calc(10px + 0.6vw);
  font-weight: 100;
}

.vs_workflow_box p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #747272;
}

.vs_workflow_box_icon {
  background-color: #62429c;
  color: #fff;
  width: -webkit-fill-available;
  font-size: calc(10px + 2vw);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}


.vs_workflow_sldr_box {
  padding: 20px;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid white;
}

.vs_workflow_sldr_box_border {
  text-align: center;
  background-color: #fff;
  padding: 35px;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vs_workflow_sldr_box i {
  font-size: calc(10px + 2vw);
  color: #62429c;

}

.vs_workflow_sldr_box h4 {
  font-size: calc(10px + 0.5vw);
  font-weight: 600;
  color: #62429c;
}

.vs_workflow_sldr_box p {
  margin-bottom: 0px;
  font-weight: 600;
  color: #747272;

}

.vs_workflow_sldr {
  overflow: hidden;
}

.vs_workflow_sldr .owl-nav {
  display: none;
}


/*vs_all_banner S*/
.vs_all_banner img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.vs_all_banner figure {
  margin-bottom: 0;
  position: relative;
}

.vs_all_banner figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #000000ad;
  opacity: 0.7;
}

.vs_all_banner figcaption {
  position: absolute;
  top: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translate(0px, -50%);
  text-align: center;
}

.vs_all_banner figcaption h1 {
  font-size: calc(1rem + 1vw);
  font-weight: 600;
}

.vs_all_banner figcaption li {
  font-size: 16px;
}

.vs_all_banner figcaption a {
  color: #098fdb;
  transition: all 0.5;
}

.vs_all_banner figcaption a:hover {
  color: #32447a;
}


/*vs_all_banner E*/


/*contact Page S*/
.vs_contact_box i {
  font-size: 20px;
  background-color: #62429c;
  padding: 3px 10px;
  color: #fff;
}

.vs_contact_box a {
  color: #000;
}


.vs_form_exhibit {
  padding: 50px 0;
}

.vs_form_exhibit form {
  background-color: #ebebeb;
  padding: 50px;
}

.vs_form_exhibit h5 {
  background-color: #d3d3d3;
  padding: 10px;
  color: #4a4c46;
  font-size: 16px;
}

.vs_form_exhibit .form-control,
.vs_form_exhibit .form-select {
  border-radius: 0;
  padding: 13px;
  margin-bottom: 15px;
  font-size: 14px;
}

/*contact Page E*/


/*vs_all_logo_slider S*/


.vs_all_logo_slider.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_all_logo_slider.owl-theme .owl-nav button {
  display: none;
}


.vs_all_logo_slider.owl-theme img {
  /*width: 150px;*/
      object-fit: contain;
    transition: all 0.5s;
    filter: grayscale(1);
}

.vs_all_logo_slider.owl-theme img:hover {
  transform: scale(1.1);
}

.vs_all_logo_slider.owl-theme .owl-item {
  border-left: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;
}


.vs_all_logo_img {
  text-align: center;
  padding: 40px;

}

/*vs_all_logo_slider E*/


.vs_modular_bg p {
  letter-spacing: 0.2px;
  color: #919191;
  font-size: 16px;
  word-spacing: 4px;
}


.vs_exhibition_design {
  background-color: #f5f5f5e6;
  padding-bottom: 20px;
  transition: all 0.5s;
  border: 1px solid #bbbcbd;
}

.vs_exhibition_design:hover {
  /* box-shadow: 0 0 10px #cfcfcf; */
  transform: translateY(-20px);
}

.vs_exhibition_design h3 {
      font-size: calc(10px + 0.3vw);
  font-weight: 600;
  color: #747471;
}

.vs_exhibition_design h4 {
  font-size: calc(7px + 0.7rem);
  margin-bottom: 15px;
  font-weight: 600;
     text-transform: uppercase;
}

.vs_exhibition_design a {
  font-size: 14px;
}

.vs_key_adv_box {
  background-color: #f7f7f7;
  padding: calc(10px + 2rem);
  border-radius: 10px;
  border: 1px solid #62419c;
}

.vs_key_adv_box h4 {
  font-size: 18px;
  color: #ffffff;
  background-color: #62419c;
  padding: 10px;
  border-radius: 3px;
}

.vs_key_adv_box p {
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #767575;
}


/*our skils */

.vs_our_skills_bg {
  background: #f0f3f2;
}


.vs_skills_progress_bar .progress-bar {
  transition: 0.4s all ease;
}

.vs_skills_progress_bar {
  padding: 28px 40px 36px 0px;
}

.vs_skills_bar {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  margin: 8px 0px 0px;
}

.vs_skills_bar p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.vs_skills_bar h6 {
  font-size: 20px;
  font-weight: bold;
}


/*event box S*/
.vs_event_design {
  width: 100%;
  border: 1px solid #e5e5e5;
  /*padding-bottom: 20px;*/
}

.vs_event_design p {
  color: grey;
}

.vs_event_design h5 {
  font-size: calc(8px + 0.5vw);
  background-color: #614099;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #614099, #614099, #fba115, #fba115);
  background-size: 400% 400%;
  animation: event_h 3s ease infinite;
      cursor: pointer;
}
@keyframes event_h {

  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}


.vs_event_design h3 {
  font-size: calc(10px + 0.5vw);
  background-color: black;
  color: #fff;
  padding: 10px;
}

.vs_event_design h6 {
  text-align: center;
  background-color: #d9d9d9;
  padding: 10px;
  font-size: 14px;
}

.vs_event_design figcaption {
  padding-top: 10px;
}

.vs_event_design img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.vs_event_design figure {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 0;
}

.vs_privacy_box{
      padding-top: 20px;
}
.vs_privacy_box h3{
  font-size: 22px;
    color: #614099;
    padding-block: 12px 15px;
}

/*sitemap S*/
.vs_sitemep_box {
     padding: 20px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    transition: all 0.5s;
    border: 1px solid #614099;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px #673AB7;
    border-radius: 10px;
}

.vs_sitemep_box:hover {
  background: #614099;
}

.vs_sitemep_box a {
  color: #000;
  font-size: 18px;
}

.vs_sitemep_box:hover a {
  color: #fff;
}

.vs_sitemep_box p a {
  color: #000;
}

.vs_sitemep_box:hover p a {
  color: #fff;
}

.vs_sitemep_box h5 {
  /*background: #000;*/
  padding: 10px;
  position: relative;

}

/*.vs_sitemep_box:hover h5 {
  background: #fff;
}
*/



.vs_form_bg {
  background-color: #efefef;
  /*padding-block :calc(30px + 6vw);*/
}

.vs_form_bg .form-control,
.vs_form_bg .form-select {
  color: #000;
  border: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #afafaf;
  border-radius: 0;
  padding: 13px 10px;
}

.vs_form_bg .form-select option {
  color: #000;
}

/*** Footer S ***/
footer {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),  url(../img/ftr_bg.jpg);*/
  background-color: #efefef57 !important;
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}


footer a {
  color:#505050;
  font-weight: 500;
}

footer a:hover {
  color: #62429c;
}

footer h4 {
      font-size: 20px;
    color: #62429c;
    font-weight: 600;
}


.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
}

footer .vs_social_icon li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #62429c;
  transition: .3s;
  font-size: 20px;
  color: #62429c;
  border-radius: 50%;
}


footer .vs_ftr_list li {
  margin-bottom: 3px;
  padding: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  transition: .3s;
}

footer .vs_ftr_list li i {
  color: #62429c;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}

footer form h5 {
  font-size: 20px;
    color: #62429c;
    font-weight: 600;
}

footer form .form-control {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

footer form .vs_ctm_btn {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

footer .copyright {
 /*font-size: 15px;*/
    background-color: #62429c;
    padding: 24px;
    text-align: center;
    color: #fff;
}
footer .copyright a{
  color: #fff;
}
footer .copyright img {
  width: 200px;
  object-fit: contain;
}


.vs_fix_btn {
  position: fixed;
  bottom: 60px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: end;
  width: 100%;
  justify-content: space-between;
}

.vs_last_btn {
  padding-left: 10px;
}

.vs_last_btn button {
  visibility: hidden;
  /*transition: all 0.5s;*/
}

.vs_last_btn button.show {
  opacity: 1;
  visibility: visible;
}


.vs_fix_whatsup_btn {
  padding-right: 10px;

}

.vs_fix_whatsup_btn img {
  width: 45px;
  object-fit: contain;
}

#vs_enquire_form .modal-content {
  background: #fff;
  box-shadow: 0 0 10px #22212182;
}

#vs_enquire_form form .form-control {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #cbcbcb;
  border-radius: 0;
}

.vs_enquire_form .form-control,
.vs_enquire_form .form-select {
  border-radius: 0;
  padding: 10px;
  border-color: #e1e1e1;
}