@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-size: 0.8vw !important;
  overflow-x: hidden;
  font-weight: 500 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

a,
button {
  outline: none !important;
}

/*-------------- CSS Resetter ----------*/
:root {
  --primary-color: #1fb674;
  --primary-color2: #0a9458;
  --secoundry-color: #001328;
  --dark-color: #000a1d;
  scroll-behavior: unset !important;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_90 {
  width: 80%;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 700 !important;
}

.f-italic {
  font-style: italic !important;
}

p {
  font-size: 0.8vw;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.pd0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.m-0-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mr0 {
  margin: 0 !important;
}

.text-justify {
  text-align: justify;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #dbdbdb;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.img_h_auto {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.img_wrap {
  position: relative;
}
.img_wrap .fill_img {
  position: relative !important;
  height: auto !important;
}

main {
  overflow: hidden;
}

.main_module_wrap {
  padding: 1.5vw;
  height: 100vh;
  background: linear-gradient(150deg, #0a9458 0%, #1fb674 73%);
}
.main_module_wrap .content_wrap {
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  overflow: hidden;
}

.home_form_wrap {
  height: 100%;
}
.home_form_wrap .row_h {
  height: 100%;
}
.home_form_wrap .home_col_img,
.home_form_wrap .home_col_form {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .home_form_wrap .home_col_img {
    width: 40%;
  }
  .home_form_wrap .home_col_form {
    width: 60%;
  }
}
.home_form_wrap .cover_img_wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.home_form_wrap .cover_img_wrap .cover_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_component_wrap {
  padding: 1vw 1vw;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.page_component_wrap::-webkit-scrollbar {
  width: 6px;
}

.page_component_wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.page_component_wrap::-webkit-scrollbar-thumb {
  background: #aeaeae;
}

.page_component_wrap::-webkit-scrollbar-thumb:hover {
  background: #aeaeae;
}

.sv_form .field_group {
  margin-bottom: 1vw;
}
.sv_form .field_group .form-label {
  font-weight: 700;
  font-size: 0.9vw;
  line-height: 1.1vw;
  margin-bottom: 0.5vw;
}
.sv_form .field_group input:not([type=checkbox]):not([type=radio]) {
  border: none;
  font-size: 0.8vw;
  height: 2.8vw;
  box-shadow: none;
  outline: none;
  background: #ffffff;
}
.checkbox_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw 1.5vw;
}
.checkbox_group .form-check {
  margin-bottom: 0;
}
.gre_form_wrap .form_col_left .form_catregory_title,
.gre_form_wrap .form_col_right .form_catregory_title {
  font-size: 0.95vw;
  line-height: 1.1vw;
  margin-bottom: 0.6vw;
}
.gre_form_wrap .form_col_left .field_group,
.gre_form_wrap .form_col_right .field_group {
  margin-bottom: 0.6vw;
}
.gre_form_wrap .form_col_left .field_group .form-label,
.gre_form_wrap .form_col_right .field_group .form-label {
  font-size: 0.75vw;
  line-height: 0.9vw;
  margin-bottom: 0.3vw;
}
.gre_form_wrap .form_col_left .field_group input:not([type=checkbox]):not([type=radio]),
.gre_form_wrap .form_col_right .field_group input:not([type=checkbox]):not([type=radio]) {
  font-size: 0.7vw;
  height: 2.2vw;
}
.gre_form_wrap .form_col_left .field_group textarea,
.gre_form_wrap .form_col_right .field_group textarea {
  font-size: 0.7vw;
}
.gre_form_wrap .form_col_left .cstm_select [class$="-control"],
.gre_form_wrap .form_col_right .cstm_select [class$="-control"] {
  font-size: 0.7vw;
  min-height: 2.2vw;
}
.gre_form_wrap .form_col_left .cstm_select [class$="-menu"],
.gre_form_wrap .form_col_right .cstm_select [class$="-menu"] {
  font-size: 0.7vw;
}
.gre_form_wrap .form_col_left .form-check-label,
.gre_form_wrap .form_col_right .form-check-label {
  font-size: 0.75vw;
}
.sv_form .field_group .cc_select_wrap {
  outline: none;
  border: none;
  background: #ffffff;
  height: 2.3vw;
  font-size: 0.8vw;
}
.sv_form .field_group .cc_select_wrap select {
  border: none;
  outline: none;
}

.form_error {
  font-size: 0.7vw;
  color: rgb(255, 0, 0);
}

.cta_button {
  border-radius: 2px;
  background: linear-gradient(0deg, #1fb674 0%, #0a9458 100%);
  border: none;
  color: #fff;
  padding: 0.8vw;
  font-weight: 700;
  font-size: 1vw;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
  width: 20vw;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s ease;
}
.cta_button:hover {
  opacity: 0.9;
  color: #fff;
}

.inner_page_title_wrap {
  text-align: center;
  margin-bottom: 1vw;
}
.inner_page_title_wrap .sec_title {
  font-size: 1.5vw;
  line-height: 1.5vw;
  margin-bottom: 0.3vw;
  font-weight: 600;
}
.inner_page_title_wrap .sub_txt {
  color: #666;
  font-weight: 400;
}

.project_logo {
  width: 8vw !important;
  margin-bottom: 1vw;
}

.sv_table_wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3vw;
}
.sv_table_wrap .table_title {
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0.8vw;
}

.sitevisit_table {
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.11);
}
.sitevisit_table thead {
  border: 1px solid #d8e2ea;
  background: #f9f9f9;
  border-left: 0;
  border-right: 0;
}
.sitevisit_table thead tr th {
  font-weight: 500;
  padding-top: 1vw !important;
  padding-bottom: 1vw !important;
  padding-left: 0.6vw !important;
  padding-right: 0.6vw !important;
}
.sitevisit_table tbody tr td {
  padding-top: 1vw !important;
  padding-bottom: 1vw !important;
  padding-left: 0.6vw !important;
  padding-right: 0.6vw !important;
  background: #fff;
  border-bottom: 1px solid #d8e2ea;
  font-weight: 300;
}
.sitevisit_table tbody tr:hover {
  background: #f7f7f7;
}

.name_short_txt {
  display: inline-flex;
  background: #9254de;
  color: #fff;
  height: 1.6vw;
  width: 1.6vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0.2vw;
}

.tag_visit {
  color: #1fb674;
  background: transparent;
  border: 0.15vw solid #1fb674;
  padding: 0.5vw 0.9vw;
  font-weight: 600;
  border-radius: 0.5vw;
  transition: ease all 0.5s;
}
.tag_visit:hover {
  box-shadow: 0px 6px 15px 1px rgba(0, 0, 0, 0.11);
  transition: ease all 0.5s;
}

.inner_page_form_wrap {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1vw;
  border: 1px solid #d8e2ea;
  padding: 2vw;
}
.inner_page_form_wrap.gre_form_wrap {
  width: 100%;
  margin: 0;
}

.form_catregory_title {
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-bottom: 1vw;
}

.sv_form.style2 .field_group input:not([type=checkbox]):not([type=radio]) {
  background: #fafafa;
  border: 1px solid #dadce0;
}

.cstm_select {
  width: 100%;
}
.input-group .cstm_select.cc_select {
  width: auto;
  flex: 0 0 3.6vw;
  min-width: 3.3vw;
  padding-left: 0.4vw;
  padding-right: 1vw;
}
.input-group .cstm_select.cc_select + .form-control {
  flex: 1 1 auto;
}
.cstm_select [class$=-control] {
  height: 100%;
  border: none;
  font-size: 0.9vw;
  box-shadow: none;
}
.cstm_select [class$=-control] .css-hlgwow .css-1dimb5e-singleValue {
  font-size: 0.9vw;
  line-height: 1vw;
  outline: none;
  font-weight: 500;
}
.cstm_select [class$=-menu] {
  font-size: 0.9vw;
  line-height: 1vw;
  z-index: 9;
}
.cstm_select [class$=-indicatorSeparator] {
  opacity: 0;
}
.cstm_select svg {
  width: 1vw;
  height: auto;
}
.cstm_select input {
  height: 2vw !important;
}

.grey_border [class$=-control] {
  border: 1px solid #dadce0;
}

.loader {
  border: 0.15vw solid #1fb674;
  border-radius: 50%;
  border-top: 0.15vw solid #ffffff;
  width: 1.2vw;
  height: 1.2vw;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-right: 5px;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fake_input {
  width: 100%;
  font-size: 0.8vw;
  height: 2.8vw;
  background: #fafafa;
  border: 1px solid #dadce0;
  border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
  padding: 0 0.5vw;
}

.active_info {
  color: #2dc977;
  background: #dcf6e9;
  padding: 4px 16px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  border: none;
  outline: none !important;
}

.in_active_info {
  color: #ed6060;
  background: #fce7e7;
  padding: 4px 16px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  border: none;
  outline: none !important;
}

.custom_pop .modal-header {
  padding-bottom: 0;
  border: none;
}
.custom_pop .pop_img {
  width: 9vw !important;
  margin: 0 auto;
  display: block;
  margin-top: -1.5vw;
}
.custom_pop .modal-body {
  padding: 1vw 2vw 2vw;
}
.custom_pop .pop_msg_body {
  text-align: center;
}
.custom_pop .pop_msg_body .pop_head {
  font-size: 1.5vw;
  line-height: 1.8vw;
  margin-bottom: 0.8vw;
}
.custom_pop .pop_msg_body p {
  font-size: 1vw;
  color: #666;
  margin-bottom: 1vw;
}

.tagBtn {
  background: #46952c;
  border: none;
  color: #fff;
  padding: 0.5vw;
  font-size: 0.8vw;
  line-height: 0.9vw;
  border-radius: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5vw;
}
.tagBtn .loader {
  width: 1vw;
  height: 1vw;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 69vw !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 80vw !important;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 12px !important;
  }
  p {
    font-size: 14px;
  }
  .component_wrap {
    padding: 30px 10px;
  }
  .title_wrap {
    margin-bottom: 20px;
  }
  .title_wrap .sec_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .inner_page_title_wrap {
    margin-bottom: 20px;
  }
  .inner_page_title_wrap .sec_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .sv_form .field_group {
    margin-bottom: 20px;
  }
  .sv_form .field_group .form-label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
  }
  .sv_form .field_group input:not([type=checkbox]):not([type=radio]) {
    height: 40px;
    font-size: 14px;
  }
  .sv_form .field_group .cc_select_wrap {
    height: 40px;
    font-size: 14px;
  }
  .gre_form_wrap .form_col_left .form_catregory_title,
  .gre_form_wrap .form_col_right .form_catregory_title {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .gre_form_wrap .form_col_left .field_group,
  .gre_form_wrap .form_col_right .field_group {
    margin-bottom: 12px;
  }
  .gre_form_wrap .form_col_left .field_group .form-label,
  .gre_form_wrap .form_col_right .field_group .form-label {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .gre_form_wrap .form_col_left .field_group input:not([type=checkbox]):not([type=radio]),
  .gre_form_wrap .form_col_right .field_group input:not([type=checkbox]):not([type=radio]) {
    font-size: 13px;
    height: 36px;
  }
  .gre_form_wrap .form_col_left .field_group textarea,
  .gre_form_wrap .form_col_right .field_group textarea {
    font-size: 13px;
  }
  .gre_form_wrap .form_col_left .cstm_select [class$="-control"],
  .gre_form_wrap .form_col_right .cstm_select [class$="-control"] {
    font-size: 13px;
    min-height: 36px;
  }
  .gre_form_wrap .form_col_left .cstm_select [class$="-menu"],
  .gre_form_wrap .form_col_right .cstm_select [class$="-menu"] {
    font-size: 13px;
  }
  .gre_form_wrap .form_col_left .form-check-label,
  .gre_form_wrap .form_col_right .form-check-label {
    font-size: 13px;
  }
  .cta_button {
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    width: 300px;
    max-width: 100%;
  }
  .loader {
    border: 2px solid #1fb674;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .form_error {
    font-size: 13px;
  }
  .cstm_select [class$=-control] {
    font-size: 14px;
    box-shadow: none;
  }
  .cstm_select [class$=-control] .css-hlgwow .css-1dimb5e-singleValue {
    font-size: 14px;
    line-height: 18px;
  }
  .cstm_select [class$=-menu] {
    font-size: 14px;
    line-height: 18px;
  }
  .cstm_select svg {
    width: 10px;
    height: auto;
  }
  .cstm_select input {
    height: 28px !important;
  }
  .page_component_wrap {
    padding: 20px 20px;
  }
  .project_logo {
    width: 70px !important;
  }
  .inner_page_form_wrap {
    width: 85%;
    padding: 25px;
    border-radius: 10px;
  }
  .form_catregory_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .custom_pop .pop_img {
    width: 90px !important;
    margin-top: -20px;
  }
  .custom_pop .modal-body {
    padding: 15px 20px 20px;
  }
  .custom_pop .pop_msg_body .pop_head {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .custom_pop .pop_msg_body p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .sv_table_wrap {
    width: 90%;
  }
  .sv_table_wrap .table_title {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .sitevisit_table thead tr th {
    font-size: 14px;
    line-height: 16px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sitevisit_table tbody tr td {
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .name_short_txt {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .tag_visit {
    border: 1px solid #1fb674;
    padding: 7px 10px;
  }
  .fake_input {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .tagBtn {
    font-size: 12px;
    line-height: 10px;
    width: 120px;
    padding: 10px;
    border-radius: 15px;
  }
  .tagBtn .loader {
    width: 13px;
    height: 13px;
  }
  .mobile_table {
    margin-bottom: 35px;
    box-shadow: 0px 7px 15px 1px rgba(0, 0, 0, 0.17);
  }
}
@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pdm-0 {
    padding: 0 !important;
  }
  .input-group .cstm_select.cc_select {
    flex-basis: 62px;
    min-width: 58px;
    padding-left: 6px;
    padding-right: 16px;
  }
  .w_75 {
    width: 100%;
  }
  .w_80 {
    width: 100%;
  }
  .w_85 {
    width: 100%;
  }
  .w_90 {
    width: 100%;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .main_module_wrap {
    padding: 0;
    height: auto;
  }
  .inner_page_form_wrap {
    width: 100%;
    padding: 18px;
    border-radius: 0;
  }
  .home_col_img {
    height: 200px;
  }
  .home_col_img .cover_img_wrap {
    height: 100%;
  }
  .sv_table_wrap {
    width: 100%;
  }
}/*# sourceMappingURL=globals.css.map */