/*
Theme Name: Vieco
Author: WebCastle
Version: 1.0
*/

/* Therapeutical page */

.sideffects_wrapper .sideffects_content_outer h6,
.sideffects_wrapper .sideffects_content_outer h5,
.sideffects_wrapper .sideffects_content_outer h4,
.sideffects_wrapper .sideffects_content_outer h3,
.sideffects_wrapper .sideffects_content_outer h2,
.sideffects_wrapper .sideffects_content_outer h1 {
  color: #363737;
  font-weight: 600;
  margin-bottom: 12px;
}
.sideffects_wrapper .sideffects_content_outer h2 {
  font-size: 22px;
  line-height: 34px;
}
.sideffects_wrapper .sideffects_content_outer h3 {
  font-size: 18px;
  line-height: 32px;
}
.sideffects_wrapper .sideffects_content_outer h4,
.sideffects_wrapper .sideffects_content_outer h5,
.sideffects_wrapper .sideffects_content_outer h6 {
  font-size: 16px;
  line-height: 30px;
  color: #363737;
  font-weight: 600;
}
.sideffects_wrapper .sideffects_content_outer p {
  color: #363737;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}

ul#menu-quick-links,
ul#menu-company-menu-footer {
  padding-left: 20px;
}

.careers_searchwrapper .career_items ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
}

.careers_searchwrapper .career_items ul li a {
  font-size: 12px;
  font-weight: 600;
  color: black;
  transition: color 0.5s ease-in-out;
}

.careers_searchwrapper .career_items ul li:hover a {
  color: #3996b4;
}

.home_page {
  position: relative;
}

.home_page .particle_image {
  top: 0 !important;
}

.quick_links .menu li {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick_links .menu li a {
  font-size: 20px;
  font-weight: 300;
  color: #363737;
  transition: color 0.3s ease;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: white !important;
}

input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.phone {
  width: 100% !important;
}

.country-select.inside .selected-flag {
  width: 100% !important;
}
.country-select.inside .flag-dropdown {
  width: 100% !important;
}

.country-select.inside input,
.country-select.inside input[type="text"] {
  padding-left: 45px !important;
  width: 100% !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 100px !important;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
  background-color: #00000000 !important;
}

.terms_btnwrapper label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.terms_btnwrapper {
  align-items: start;
}

.terms_btnwrapper label {
  font-size: 14px;
  font-weight: 400;
  color: #363737;
}

.terms_btnwrapper label a {
  font-weight: 500;
  color: #3996b4;
}

.terms_btnwrapper label a:hover {
  text-decoration: underline;
}

.terms_btnwrapper .terms span {
  margin-left: 0;
}

.terms_btnwrapper .btn_wrapper input {
  font-size: 16px;
  font-weight: 600;
  color: #3996b4;
  border-radius: 48px;
  border: 1px solid #3996b4;
  padding: 11px 25px;
  display: block;
  width: fit-content;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  min-width: 200px !important;
  cursor: pointer;
  height: 50px !important;
}

.terms_btnwrapper .btn_wrapper input:hover {
  background-color: #3996b4;
  color: white;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group input {
  width: 100%;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group span {
  max-width: calc(100%-150px);
  width: 100%;
}

/* Responsive Styles */
@media (max-width: 640px) {
  .terms_btnwrapper .btn_wrapper input {
    font-size: 14px;
  }
}

.product_box .content h4 {
  word-break: break-all;
}

.quick_links .menu li:hover a {
  color: #3996b4;
}

@media (max-width: 1280px) {
  .careers_searchwrapper .career_items ul {
    gap: 20px;
  }
  .alphabet_searchfilter {
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 2px;
  }

  .alphabet_searchfilter button {
    width: 35px;
    height: 35px;
  }
  .contact_page .form_wrapper .tripleField_wrapper .input_group {
    gap: 10px;
    width: 100% !important;
  }
}

.quick_links .menu li {
  position: relative;
}

.quick_links .menu li:after {
  content: "";
  background-image: url("./assets/images/Arrow_UpRight.svg");
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  right: 0;
}

.quick_links .menu li a {
  width: 100%;
}

.quick_links .menu li:hover::after {
  display: block;
}

.menu_itemwrapper ul li a {
  font-size: 16px;
  font-weight: 700;
  color: black;
  transition: color 0.5s ease-in-out;
}

.menu_itemwrapper ul li a:hover {
  color: #3996b4;
}


.menu-item.current-menu-parent > a,
.menu-item.current-menu-ancestor > a,
.menu-item.current_page_item > a,
.menu-item.current_page_parent > a,
.menu-item.current_page_ancestor > a,
.menu-item a:active, .submenu-item a:active {
  color: #3996b4 !important;
}

.search_items .item {
  cursor: pointer;
}

.media_wrapper ul li:hover img {
  scale: 1.2;
}

.follow_links ul li:hover img {
  scale: 1.2;
}

.multi_wrapper.single_field .input_group span {
  width: 100%;
}

main {
  padding-top: 96px;
}
.search-box a img {
  margin-bottom: 0;
  border-radius: 25px !important;
}

.alphabet_searchfilter li.have-posts button {
  font-weight: 700;
}
/* Not found Page */
.not-found-inner {
  text-align: center;
}
.single_box .form_wrapper .patient_agedetails,
.single_box .form_wrapper .multi_wrapper .half-width {
  width: calc(100% / 2 - 13px);
}
.form_wrapper .multi_wrapper .input_group {
  width: calc(100% / 2 - 13px);
}
.form_wrapper .multi_wrapper .input_group .radio_wrapper input {
  color: #fff;
  /* border: 2px solid #808080; */
  position: relative;
}
.form_wrapper .multi_wrapper .input_group .radio_wrapper input:before {
  content: "";
  top: -3px;
  left: -3px;
  width: 22px;
  height: 22px;
  position: absolute;
  border: 2px solid #808080;
  border-radius: 50px;
}
.form_wrapper .multi_wrapper .input_group .radio_wrapper input:checked {
  color: #3996b4;
  background-image: unset;
  width: 16px;
  height: 16px;
}
/* .single_box .form_wrapper .radio_wrapper span.wpcf7-list-item.first {
  margin-left: 0;
} */
.multi_wrapper .radio_wrapper .wpcf7-list-item-label {
  margin-left: 12px;
}
.form_wrapper .multi_wrapper .input_group.select_input .wpcf7-form-control-wrap,
.form_wrapper
  .multi_wrapper
  .input_group.select_input
  .wpcf7-form-control-wrap
  select,
.single_box .form_wrapper .multi_wrapper .half-width input {
  width: 100%;
}
.conditional_input_group {
  width: calc(100% / 2 - 13px);
}
.single_box .form_wrapper .multi_wrapper .conditional_input_group .input_group {
  width: 100%;
}
button.wpcf7-field-group-add,
button.wpcf7-field-group-remove {
  background: #3996b4;
  border: 1px solid #3996b4;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 0;
  min-width: 180px;
  position: relative;
  border-radius: 48px;
  min-width: 180px;
}
button.wpcf7-field-group-add:hover,
button.wpcf7-field-group-remove:hover {
  background: transparent;
  color: #3996b4;
}
button.wpcf7-field-group-add:hover:after,
button.wpcf7-field-group-remove:hover:after {
  color: #3996b4;
}
button.wpcf7-field-group-remove {
  margin-right: 10px;
}
.input_group.form_input_style .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-date.wpcf7-validates-as-date {
  width: 100%;
}
.wpcf7-field-group-remove::after {
  content: "Remove";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.wpcf7-field-group-add:after {
  content: "Add";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_wrapper .multi_wrapper .input_group.full-width .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.form_wrapper .multi_wrapper .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 40px;
  border: none;
  align-self: stretch;
  min-height: 40px;
  outline: none;
  resize: none;
}
.form_wrapper .multi_wrapper .wpcf7-form-control.wpcf7-textarea:focus {
  box-shadow: none;
}
.full-width,
.full-width .wpcf7-form-control-wrap,
.full-width .wpcf7-form-control-wrap input,
.form_wrapper .checkbox_wrapper span.wpcf7-list-item {
  width: 100%;
}
.form_wrapper .multi_wrapper .input_group .checkbox_wrapper input {
  position: relative;
  color: #3996b4;
  cursor: pointer;
}
.form_wrapper
  .multi_wrapper
  .input_group
  .checkbox_wrapper
  .wpcf7-list-item-label {
  margin-left: 12px;
}
.form_wrapper .checkbox_wrapper span.wpcf7-list-item {
  margin-left: 3px;
  margin-bottom: 15px;
}
.form_wrapper .multi_wrapper .input_group .checkbox_wrapper input:checked {
  color: #3996b4;
  background-image: unset;
  width: 16px;
  height: 16px;
}
.form_wrapper .multi_wrapper .input_group .checkbox_wrapper input:after {
  content: "";
  top: -4px;
  left: -4px;
  width: 24px;
  height: 24px;
  position: absolute;
  border: 2px solid #808080;
}
.pharmacovigilance_contentwrapper .submit-button {
  max-width: 945px;
  width: 100%;
  margin: auto;
}
.submit-button input.wpcf7-form-control.wpcf7-submit {
  background: #3996b4;
  border-radius: 48px !important;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  font-weight: bold;
  float: unset !important;
  padding: 13px 70px !important;
  min-width: 180px;
}
button.cf7mls_back.action-button {
  background: transparent;
  border: 1px solid #7d7d7d;
  border-radius: 48px;
  color: #7d7d7d;
  min-width: 180px;
  padding: 13px 70px !important;
}
.cf7mls_next.cf7mls_btn.action-button {
  background: #3996b4;
  border: 1px solid #3996b4;
  border-radius: 48px;
  min-width: 180px;
  padding: 13px 70px;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: 80px;
  max-width: 945px;
  width: 100%;
  margin: auto;
  display: flex;
}
.product-listing.active {
  display: block !important;
}
.form_wrapper_div {
  display: flex;
  gap: 26px;
}
@media (max-width: 1024px) {
  .form_wrapper_div {
    flex-direction: column;
    gap: 15px !important;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .form_input_style {
    width: 100% !important;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  main {
    padding-top: 77px;
  }

  ul.sub-menu {
    position: relative !important;
    opacity: 1 !important;
    padding: 15px 0 0 0;
    gap: 10px !important;
    display: none;
    pointer-events: all !important;
  }

  ul.sub-menu.active {
    display: flex !important;
  }

  .menu-item-has-children.active a:before {
    rotate: 180deg;
  }

  .menu-item-has-children a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233996B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  ul.sub-menu li {
    text-align: center;
  }
  ul.sub-menu li a {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #363737 !important;
  }
}

/* @media (max-width: 640px) {
    main {
        padding-top: 60px;
    }
} */

.product_detailwrapper p {
  font-size: 14px;
  color: #363737;
  font-weight: 400;
  margin-top: 20px;
}
.checkbox_wrapper.horizontal_wrapper {
  width: 100%;
}
.checkbox_wrapper.horizontal_wrapper .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  width: 100%;
  gap: 25px;
}
.checkbox_wrapper.horizontal_wrapper span.wpcf7-list-item {
  display: flex;
  align-items: baseline;
  width: auto;
}
@media (max-width: 1024px) {
  main {
    padding-top: 77px;
  }

  ul.mobile-menu {
    position: relative !important;
    opacity: 1 !important;
    padding: 15px 0 0 0;
    gap: 10px !important;
    display: none;
    pointer-events: all !important;
  }

  ul.mobile-menu.active {
    display: grid !important;
  }

  ul.mobile-menu li a:before {
    display: none !important;
  }

  .menu-item-has-children.active a:before {
    rotate: 180deg;
  }

  .menu-item-has-children a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%233996B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  ul.mobile-menu li {
    text-align: center;
  }
  ul.mobile-menu li a {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #363737 !important;
  }
}

/* @media (max-width: 640px) {
    main {
        padding-top: 60px;
    }
} */

.product_detailwrapper p {
  font-size: 14px;
  color: #363737;
  font-weight: 400;
  margin-top: 20px;
}

#menu-mobile-menu li a {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

#menu-mobile-menu li a:hover {
  color: #3996b4;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.careers_form .number_wrapper input {
  max-width: 100%;
}

.pharma_listwrapper .single_card .img_wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(57, 150, 180, 0) 63.52%,
    #3996b4 100%
  );
  opacity: 0;
}

.pharma_listwrapper .single_card:hover .img_wrapper:after {
  opacity: 1;
}

.careers_banner .input_wrapper svg path {
  stroke: #7d7d7d !important;
}

.careers_banner select:not([size]) {
  background-size: 1.35em 1.35em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12L12 18L18 12' stroke='%233996B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.careerdetails_wrapper ul {
  padding-left: 35px;
}

@media (max-width: 550px) {
  .quick_links .menu li:after {
    display: block !important;
  }
}

#jobCategory {
  cursor: pointer;
}

.pipeline_pagewrapper input[type="checkbox"]:checked {
  background-color: #3996b4 !important;
  color: #3996b4 !important;
}

.dark\:text-blue-500 {
  color: #3996b4 !important;
}

.dark\:border-blue-500 {
  border-color: #3996b4 !important;
}

.pipeline_pagewrapper .filter_tabs input {
  width: 20px;
  height: 20px;
}

.pipeline_pagewrapper .filter_tabs input:focus {
  outline: none;
  box-shadow: none;
}

.pipeline_pagewrapper input[type="checkbox"] {
  border: 1px solid #3996b4 !important;
  background-color: #ecfaff !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.form_wrapper .multi_wrapper .input_group {
  padding-bottom: 0 !important;
}

.form_wrapper .multi_wrapper .input_group input {
  padding-bottom: 15px !important;
}

@media (max-width: 550px) {
  .form_wrapper .multi_wrapper .input_group input {
    padding-bottom: 10px !important;
  }
}

.singleradio_wrapper input[type="radio"] {
  appearance: none; /* hides default */
  -webkit-appearance: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  outline: 2px solid #808080;
  position: relative;
  cursor: pointer;
}

.singleradio_wrapper input[type="radio"]:checked {
  background-color: #3996b4 !important;
  color: #3996b4 !important;
  background-image: none !important;
}

.pdtContnts {
  justify-content: space-between !important;
  padding-bottom: 0 !important;
}

.singleradio_wrapper {
  margin-top: 15px !important;
  margin-bottom: 15px;
}

.ackSection label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ackSection label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #3996b4 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.ackSection label input[type="checkbox"]:checked {
  background-color: #3996b4 !important;
  color: #3996b4 !important;
}

.ackSection label input:focus {
  outline: none !important;
  box-shadow: none;
}

.singleradio_wrapper {
  margin-top: 10px;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}

@media (max-width: 750px) {
  .single_box .form_wrapper .radio_wrapper span.wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 0 !important;
    margin-top: 10px !important;
  }

  .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    display: flex !important;
    justify-content: space-between;
    gap: 30px;
  }

  .wpcf7-form .fieldset-cf7mls .cf7mls-btns button {
    min-width: 130px;
    padding: 10px 20px !important;
  }

  .multi_wrapper .radio_wrapper .wpcf7-list-item-label {
    margin-left: 0 !important;
  }

  .cancelButton {
    margin-top: 15px !important;
  }

  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .conditional_input_group {
    width: 100% !important;
  }

  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .fieldset-cf7mls input[type="radio"],
  .fieldset-cf7mls input[type="checkbox"] {
    width: 16px !important;
    height: 16px;
  }
}

@media (max-width: 636px) {
  .banner_image h1 {
    display: block !important;
    font-size: 30px;
    margin-bottom: 35px;
  }

  .pharmacovigilance_tankyou {
    padding-top: 80px;
  }

  .form_wrapper .multi_wrapper .input_group label {
    width: 100%;
  }

  .banner_image {
    max-width: 100%;
    width: 100%;
  }

  .banner_image img {
    /* max-width: 250px; */
    width: 100%;
    margin: auto;
  }
}

input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.phone {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.contact_page .terms_btnwrapper .reviewDisplay {
  display: none !important;
}

.intl-tel-input {
  display: flex;
  gap: 10px;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  position: relative;
}

.intl-tel-input .selected-flag .iti-arrow {
  margin-top: 0px;
  right: 2px;
}

.media_library ul li button:hover {
  background-color: #3996b4;
}

.country-select .selected-flag .flag {
  margin: unset !important;
  margin-top: 5px !important;
}

.contact_page .form_wrapper .tripleField_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact_page .form_wrapper .tripleField_wrapper .input_group {
  gap: 10px;
  width: calc(100% / 3 - 10px);
}

.contact_page .form_wrapper .tripleField_wrapper .input_group select {
  padding: 0;
}

#jobCategory {
  cursor: pointer;
  width: 290px;
}

.careers_banner .content_wrapper {
  position: relative;
  z-index: 9;
}

#jobCategory {
  position: relative;
  z-index: 9;
}

.safety-reporting-form .acknldgeBox.ackSection label input[type="checkbox"] {
  margin-top: 2px;
}

@media (max-width: 636px) {
  .safety-reporting-form .acknldgeBox.ackSection label input[type="checkbox"] {
    margin-top: 4px !important;
  }

  .menu_mobile {
    height: calc(100vh - 130px) !important;
  }

  .single_box .form_wrapper .radio_wrapper span.wpcf7-list-item {
    width: 100% !important;
  }

  /* .single_box .form_wrapper .radio_wrapper span.wpcf7-list-item.first {
    gap: 0 !important;
  } */
  .codedropz-upload-container {
    padding: 30px 20px !important;
  }
  .codedropz-upload-container .dnd-upload-counter {
    bottom: 10px !important;
    right: 10px !important;
  }

  .pharmacovigilance_contentwrapper .single_box h2 {
    margin-bottom: 20px;
  }
}

.form_wrapper .multi_wrapper .input_group input[type="text"] {
  width: 100%;
}

.pharmacovigilance_banner {
  overflow: hidden;
}

.intl-tel-input .flag-container {
  position: relative;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input {
  padding-left: 0 !important;
  padding-bottom: 5px !important;
}

.number_wrapper .intl-tel-input {
  display: flex;
}

@media (max-width: 991px) {
  .careers_form .form_wrapper {
    height: 440px;
    overflow-y: auto;
  }

  .careerDetails_page .form_wrapper {
    overflow-y: auto;
    max-height: 500px;
  }

  .form_wrapper .reviewDisplay {
    display: none;
  }

  .careerDetails_page .form_wrapper .terms_btnwrapper {
    gap: 0;
  }

  .terms_btnwrapper .btn_wrapper {
    flex-direction: row-reverse;
    justify-content: end;
  }

  .form_wrapper .multi_wrapper .input_group select {
    width: 100%;
  }

  .careers_form .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.filter_tabs button {
  cursor: pointer;
}

.aboutTab {
  z-index: 50 !important;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input {
  padding: 0 !important;
}

div#cf7sr-686f749a9c53d {
  margin-top: 20px;
}

.Pregnancy_wrapper > div:first-child {
  width: 100%;
}

.pharmacovigilance_contentwrapper
  .single_box
  .form_wrapper
  .multi_wrapper
  .input_group {
  justify-content: space-between;
}

.arbicStyle .mission_box {
  text-align: end;
}

.arbicStyle .title_wrapper {
  flex-direction: row-reverse;
  text-align: end;
}

.arbicStyle .about_productBox {
  flex-direction: row-reverse;
}

.arbicStyle .about_productBox .content {
  text-align: left;
  align-items: end;
}

.arbicStyle .product_wrapper .content {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.arbicStyle .about_contents {
  text-align: end;
  justify-content: end;
  flex-direction: row-reverse;
}

.arbicStyle .accordion_singleitem button {
  flex-direction: row-reverse;
}

.arbicStyle .about_section .btn_wrapper {
  justify-content: end;
}

.arbicStyle .header_Wrapper {
  flex-direction: row-reverse;
}

.arbicStyle .careers_searchwrapper {
  flex-direction: row-reverse;
}

.arbicStyle .careers_searchwrapper .search_items {
  padding-left: 0;
  border-left: none;
  padding-right: 20px;
  border-right: 1px solid #55565a;
}

.arbicStyle .quick_links .title {
  justify-content: end;
  flex-direction: row-reverse;
}

.arbicStyle .quick_links .menu li a {
  text-align: end;
}

.arbicStyle .quick_links .menu li:after {
  right: unset;
}

.arbicStyle .contact_links {
  text-align: end;
}

.arbicStyle .media_wrapper ul {
  justify-content: end;
}

.arbicStyle .sub_footer {
  flex-direction: row-reverse;
}

.arbicStyle .therapeutic_list a {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
}

.arbicStyle .product_Listwrapper h1 {
  text-align: end;
}

.arbicStyle .item_name h6 {
  text-align: end;
}

.arbicStyle .searchResults p {
  text-align: end;
}

.arbicStyle .filter_headwrapper {
  justify-content: end;
  flex-direction: row-reverse;
}

.arbicStyle .filter_tabs ul {
  flex-direction: row-reverse;
  justify-content: end;
}

.arbicStyle .checkbox_wrapper {
  justify-content: end;
  flex-direction: row-reverse;
}

.arbicStyle .single_checkbox {
  flex-direction: row-reverse;
}

.arbicStyle
  .flex.justify-start.self-stretch.items-start.gap-\[30px\].border-b.pb-\[50px\].border-\[\#3996B4\].max-sm\:gap-\[18px\].max-sm\:pb-\[26px\].first\:max-lg\:pt-\[40px\].last\:border-b-0.last\:pb-0 {
  flex-direction: row-reverse;
}

.arbicStyle
  .flex.justify-start.self-stretch.items-start.gap-\[30px\].pb-\[50px\].border-b.border-\[\#3996B4\].last\:lg\:border-b-0.max-sm\:gap-\[18px\].max-sm\:pb-\[26px\] {
  flex-direction: row-reverse;
}

.arbicStyle .about_page .mission_box ul li {
  text-align: end;
  list-style: none;
  position: relative;
}

.arbicStyle .about_page .mission_box ul {
  margin-left: 0;
  padding-right: 20px;
}

.arbicStyle .about_page .mission_box ul li:after {
  background-color: black;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.arbicStyle .responsibility_wrapper {
  text-align: end;
  flex-direction: row-reverse;
}

.arbicStyle .responsibility_wrapper ul li {
  flex-direction: row-reverse;
}

.arbicStyle .chairman_speaks {
  text-align: end;
}

.arbicStyle .our_team {
  text-align: end;
}

.arbicStyle .PharmacovigilanceList_wrapper {
  text-align: end;
}

.arbicStyle .contact_wrapper {
  text-align: end;
}

.arbicStyle .single_info {
  flex-direction: row-reverse;
}

.arbicStyle .follow_links {
  justify-content: end;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  justify-content: space-between;
}

.arbicStyle .contact_links .title {
  justify-content: end;
  flex-direction: row-reverse;
}

.banner .btn_wrapper {
  justify-content: center !important;
}

@media (max-width: 768px) {
  .arbicStyle .title_wrapper {
    flex-direction: column !important;
  }
}

.arbicStyle .products_section .product_wrapper {
  flex-direction: row-reverse;
}

.arbicStyle .news_events .news_head {
  flex-direction: row-reverse;
}

.arbicStyle .news_events .content h2 {
  text-align: end;
}

.arbicStyle
  .news_wrapper.flex.justify-start.items-center.gap-\[32px\].flex-wrap.mt-\[40px\].max-lg\:flex-wrap {
  justify-content: end;
}

.arbicStyle
  .mission_box
  .flex.justify-start.items-start.gap-x-\[70px\].max-lg\:flex-col {
  flex-direction: row-reverse;
}

.arbicStyle .logo_shade {
  right: unset;
}

.arbicStyle .chairman_speaks .wrapper {
  flex-direction: row-reverse;
}

.arbicStyle .team_gridwrapper {
  flex-direction: row-reverse;
}

.arbicStyle .careers_banner .content_wrapper {
  flex-direction: row-reverse;
  text-align: end;
}

.arbicStyle #jobCategory {
  position: relative;
  z-index: 9;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
}

.arbicStyle .careers_banner .input_wrapper input {
  text-align: end;
  padding-right: 15px;
  padding-left: 40px;
}

.arbicStyle .careers_banner .input_wrapper svg {
  right: unset;
  left: 15px;
}

.arbicStyle .benefit_Particle {
  left: 0;
}

.arbicStyle .career_jobwrapper {
  text-align: end;
}

.arbicStyle .contact_page .contact_wrapper {
  flex-direction: row-reverse;
}

.arbicStyle .careers_banner .input_wrapper input svg {
  left: 20px;
}

.arbicStyle .main_footer {
  flex-direction: row-reverse;
}

.arbicStyle .quick_links:first-child {
  padding-right: 0;
  border-right: none;
  border-left: 1px solid #0000001a;
  padding-left: 60px;
}

.arbicStyle .quick_links:nth-child(2) {
  border-right: none;
}

.arbicStyle .contact_links {
  text-align: end;
  padding-left: 0;
  padding-right: 60px;
  border-right: 1px solid #0000001a;
}

.arbicStyle .terms_wrapper ul {
  flex-direction: row-reverse;
}

.arbicStyle .shadow_wrapper {
  left: unset;
  right: 0;
}

.arbicStyle .follow_links {
  align-items: end;
  flex-direction: row-reverse;
}

.arbicStyle .single_info .contnet p {
  margin-left: auto;
}

.arbicStyle .contact_infoWrapper .multi_info  {
  flex-direction: row-reverse;
}

.arbicStyle ul.sub-menu {
  left: unset;
  right: 0;
}

.arbicStyle .pharma_listwrapper {
  flex-direction: row-reverse;
}

.arbicStyle .therapeutic_list {
  flex-direction: row-reverse;
}

.arbicStyle .pharmaceutical_section .title_wrapper {
  text-align: center !important;
}

.arbicStyle .facility_box {
  text-align: end;
}

.arbicStyle .header_Wrapper  .menu_itemwrapper  ul {
  flex-direction: row-reverse;
}

.arbicStyle .careers_searchwrapper .search_items {
  flex-direction: row-reverse;
}

.arbicStyle .facility_wrapper h2 {
  text-align: end;
}

.arbicStyle .spectification_wrapper ul {
  flex-direction: row-reverse;
}

.arbicStyle .careers_searchwrapper .career_items ul {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .arbicStyle
    .mission_box
    .flex.justify-start.items-start.gap-x-\[70px\].max-lg\:flex-col {
    flex-direction: column;
  }

  .arbicStyle .contact_page .contact_wrapper {
    flex-direction: column;
  }

  .arbicStyle .about_productBox {
    flex-direction: column;
  }

  .arbicStyle .about_contents {
    flex-direction: column;
  }

  .arbicStyle .responsibility_wrapper {
    flex-direction: column;
  }
  .arbicStyle .chairman_speaks .wrapper {
    flex-direction: column;
  }

  .arbicStyle .quick_links:first-child {
    border-right: none;
  }
  .arbicStyle .contact_links {
    border-right: none;
    padding-right: 0;
  }
  .arbicStyle .sub_footer {
    flex-direction: column-reverse;
}
.arbicStyle .copyright  {
  width: 100%;
  align-items: center !important;
}

.arbicStyle .terms_wrapper ul {
  justify-content: center;
}

.arbicStyle .terms_wrapper {
  width: 100%;
}

.arbicStyle .toggle_wrapper  {
  flex-direction: row-reverse;
}
}

@media (max-width: 576px)  {
.arbicStyle .quick_links:first-child {
  padding-left: 0 !important;
}

.arbicStyle .filter_headwrapper {
  flex-direction: column;
}

.arbicStyle .pharma_listwrapper {
  flex-direction: column;
}

}

