:root {
    --dark-green: #02291d;
    --mint-green: #0cf2ad;
    --bg-cream: #f3e8d5;
    --accent-teal: #08a878;
    --dark-teal: #055c42;
    --aqua-green: #0ac78e;
    --gold-yellow: #ffe16c;
    --color-accent: #0be0a0;
    --white: #ffffff;
}

@font-face {
  font-display: swap;
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-v23-latin-regular.eot'); 
  src: url('../fonts/saira-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/saira-v23-latin-regular.woff2') format('woff2'),
       url('../fonts/saira-v23-latin-regular.woff') format('woff'), 
       url('../fonts/saira-v23-latin-regular.ttf') format('truetype'), 
       url('../fonts/saira-v23-latin-regular.svg#Saira') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/saira-v23-latin-500.eot'); 
  src: url('../fonts/saira-v23-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/saira-v23-latin-500.woff2') format('woff2'),
       url('../fonts/saira-v23-latin-500.woff') format('woff'), 
       url('../fonts/saira-v23-latin-500.ttf') format('truetype'), 
       url('../fonts/saira-v23-latin-500.svg#Saira') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/saira-v23-latin-600.eot'); 
  src: url('../fonts/saira-v23-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/saira-v23-latin-600.woff2') format('woff2'),
       url('../fonts/saira-v23-latin-600.woff') format('woff'), 
       url('../fonts/saira-v23-latin-600.ttf') format('truetype'), 
       url('../fonts/saira-v23-latin-600.svg#Saira') format('svg');
}

body {
    font-size: 1rem;
    margin: 0rem;
    padding: 0rem;
    font-family: 'Saira';
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    background-position: center;
    background-image: url(../images/kdplus_bg.jpg);
}
html, body {
    overflow-x: hidden;
}
h1 , h2 , h3 , h4 , h5 , h6{
    margin: 0;
    padding: 0rem;
}
h2 {
    font-size: 3rem;
    font-weight: 700;
}
h3 {
  font-size: 2rem;
}
p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--dark-green);
  letter-spacing: -0.013rem;
}
img{
    max-width: 100%;
}
a , a:hover , a:focus , a:visited , button , input , textarea , img{
    text-decoration: none !important;
    outline: none !important;
}
address {
    margin: 0;
}
textarea{
    height: 10.363rem;
    resize: none;
    margin-top: 1.25rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
::-webkit-input-placeholder{
    opacity: 1 !important;
}
::-moz-placeholder{
    opacity: 1 !important;
}
:-ms-input-placeholder{ 
    opacity: 1 !important;
}
:-moz-placeholder{
    opacity: 1 !important;
}
section{
    position: relative;
    clear: both;
}
section:before , section:after{
    clear: both;
    display: table;
    content: "";
}
header ul, header ul li, .about_wrap ul,
.about_wrap li, .service_wrap ul,
.service_wrap li, .informtive_wrap ul,
.informtive_wrap li, .footer_wrapper ul,
.footer_wrapper li {
    margin: 0;
    padding: 0rem;
    list-style: none;
}

/*MOBILE HUMBERGER */
.hamburger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
.hamburger-menu a {
  display: inline-block;
  width: 2.5rem;
  height: 2.188rem;
}
.burger {
  height: 3em;
  width: 2.125rem;
  position: relative;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}
.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}
.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}
.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}
.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: var(--white);
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.hamburger-menu-on.active .burger .burger-lines, .hamburger-menu-on.active .burger .burger-lines::after, .hamburger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}
.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 0.938rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: var(--white);
}
.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 2.5em;
}
.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2.125rem;
  left: -.3em;
}
.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}
.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}
.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}


.header_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.head_inner {
  background-color: var(--dark-green);
  border-radius: 0 0 1.5rem 1.5rem;
  overflow: hidden;
  padding: 1.25rem 3.75rem;
}
.nav_left a img {
  max-width: 7.063rem;
  height: 3.75rem;
  object-fit: contain;
  width: 7.063rem;
}
.nav_right {
  display: flex;
  justify-content: flex-end;
}
.nav_right ul {
  padding-right: 2.5rem;
  padding-top: 0.938rem;
}
.nav_right li {
  display: inline-block;
  padding-left: 1.5rem;
}
.nav_right li:nth-child(1) {
    padding-left: 0;
}
.nav_right li a {
  font-size: 1.25rem;
  transition: color 0.4s;
  color: var(--white);
  position: relative;
}
.nav_right li a.active,
.nav_right li a:hover,
.footer_top li a:hover {
  color: var(--mint-green);
}
.nav_right li a::before,
.footer_top li a::before {
    content: "";
    background: var(--mint-green);
    height: 0.063rem;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: width 0.4s;
}
.nav_right li a:hover::before, 
.nav_right li a.active::before,
.footer_top li a:hover::before {
    width: 100%;
}
.btn-1 {
  font-size: 1.125rem;
  line-height: 2.778;
  font-weight: 600;
  color: var(--dark-green);
  background: linear-gradient(90deg,rgb(255, 240, 148) 0%, rgb(255, 220, 0) 100%);
  min-width: 16.313rem;
  text-align: center;
  border-radius: 0 1.563rem 1.563rem 1.563rem;
  height: 3.125rem;
  z-index: 9;
  position: relative;
}
.btn-1::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.125rem;
  border-radius: 0 1.563rem 1.563rem 1.563rem;
  background: linear-gradient(90deg, rgb(255,240,148) 0%, rgb(255,220,0) 100%);
  -webkit-mask: 
    linear-gradient(var(--white) 0 0) content-box, 
    linear-gradient(var(--white) 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  opacity: 0;
}
.btn-1:hover {
    background: transparent;
    color: var(--gold-yellow);
}
.btn-1:hover:before {
    opacity: 1;
}

.banner_wrapper {
  padding-top: 10rem;
}
.banner_outer {
  height: 100%;
  background-color: var(--bg-cream);
  border-radius: 0 2.5rem 2.5rem 2.5rem;
  overflow: hidden;
  box-shadow: 0 0 1.875rem rgba(0,0,0,0.27);
}
.banner_content {
  padding: 3.75rem 3.438rem 3.75rem 3.438rem;
  min-height: 39.938rem;
}
.banner_content h1 {
  font-size: 3.875rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--dark-green);
  letter-spacing: -0.039rem;
  margin-bottom: 2.375rem;
}
.banner_content h1 span {
  display: block;
  color: var(--aqua-green);
}
.banner_content p b {
  font-weight: 600;
}
.bnr_btns {
  padding-top: 2rem;
}
.bnr_btns a {
  margin-right: 1.125rem;
}
.btn-2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-green);
  background: var(--mint-green);
  background: linear-gradient(90deg,rgb(12, 242, 173) 0%, rgb(10, 199, 142) 100%);
  border-radius: 0 1.563rem 1.563rem 1.563rem;
  min-width: 16.25rem;
  height: 3.125rem;
  display: inline-block;
  line-height: 2.778;
  position: relative;
  z-index: 9;
  text-align: center;
}
.btn-2::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0rem;
  border-radius: 0 1.563rem 1.563rem 1.563rem;
  border: 0.125rem solid var(--dark-green);
  z-index: -1;
  opacity: 1;
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  opacity: 0;
}
.btn-2:hover {
    background: transparent;
}
.btn-2:hover:before {
    opacity: 1;
}
.btn-3 {
  display: inline-block;
  color: var(--bg-cream);
  font-weight: 500;
  min-width: 13.375rem;
  height: 3rem;
  border-radius: 4.375rem;
  border: 0.125rem solid var(--dark-green);
  background-color: var(--dark-green);
  line-height: 2.444;
  font-size: 1.125rem;
  text-align: center;
}
.btn-3:hover {
    background-color: transparent;
    color: var(--dark-green);
    font-weight: 600;
}
.banner_image {
  height: 100%;
}
.banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage_wrap {
  padding-top: 9.5rem;
  padding-bottom: 10rem;
}
.sec_head {
  padding-left: 3.75rem;
  padding-bottom: 3.125rem;
}
.sec_head span {
    font-size: 1.625rem;
    font-weight: 500;
    color: var(--accent-teal);
    position: relative;
}
.sec_head span::before,
.info_img_content h2::before {
    content: "";
    width: 2.5rem;
    height: 0.188rem;
    position: absolute;
    top: 1.25rem;
    left: -3.75rem;
    background-color: var(--accent-teal);
}
.sec_head h2, .abt_left h2 {
  font-size: 2.813rem;
  font-weight: 600;
  color: var(--dark-green);
  letter-spacing: -0.028rem;
  margin-top: 0.125rem;
}
.advantage_wrap .row {
  --bs-gutter-x: 2.5rem;
}
.adv_box, .service_box {
  box-shadow: 0 0 1.875rem rgba(0,0,0,0.27);
  background-color: var(--bg-cream);
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  height: 100%;
  text-align: center;
  padding: 2.5rem 1.875rem 3.25rem 1.875rem;
}
.adv_box span, .service_box > span {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
  background: linear-gradient(90deg,rgb(11, 224, 160) 0%, rgb(8, 168, 120) 100%);
  align-items: center;
  justify-content: center;
  margin-bottom: 1.375rem;
}
.adv_box h3 {
  margin-bottom: 0.5rem;
  height: 4.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about_wrap {
  background-color: var(--dark-teal);
  mix-blend-mode: multiply;
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}
.abt_left {
  padding-right: 0.938rem;
}
.abt_left h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.abt_left h2 span {
  color: var(--color-accent);
}
.abt_left p {
  color: var(--white);
  margin-bottom: 0.938rem;
}
.abt_right {
  background-color: var(--dark-green);
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  margin-left: 0.625rem;
  padding: 2rem 0.938rem 2.813rem 1.875rem;
}
.abt_right li {
  font-size: 1.375rem;
  position: relative;
  color: var(--white);
  padding-left: 1.75rem;
  padding-bottom: 0.438rem;
}
.abt_right li::before,
.service_box li::before,
.info_box li::before {
  content: "";
  background-image: url(../images/list_marker.png);
  width: 0.875rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.563rem;
  left: 0;
}


.service_wrap {
  padding-bottom: 10rem;
  padding-top: 9.375rem;
}
.sec_head p {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--dark-green);
  margin-top: 1.25rem;
}
.service_box {
    text-align: left;
    padding: 0;
}
.service_box > span {
  width: 10rem;
  height: 10rem;
  border-radius: 0 5rem 5rem 5rem;
  margin-bottom: 2rem;
}
.adv_box h3, .service_box h3, 
.info_box h3, .contact_dtls_box h3 {
  font-size: 1.875rem;
  line-height: 1.3;
  color: var(--dark-green);
  font-weight: 600;
  letter-spacing: -0.019rem;
}
.service_box li, .info_box li {
  position: relative;
  font-size: 1.25rem;
  color: var(--dark-green);
  letter-spacing: -0.013rem;
  padding-left: 1.625rem;
  padding-bottom: 0.25rem;
}
.service_wrap .row {
    --bs-gutter-x: 3.75rem;
}
.service_box h3 span {
  color: var(--aqua-green);
}
.servce_inr {
  padding: 0 2.5rem 3rem 2.5rem;
}
.service_box h3 {
  margin-bottom: 1.5rem;
}


.informtive_wrap {
  display: flex;
  padding-bottom: 2.625rem;
}
.informtive_left {
  width: 50%;
}
.info_image {
  position: relative;
  margin-right: -2.563rem;
}
.info_image img {
  width: 100%;
}
.info_img_content {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: calc(80% - 2.5rem);
  background-color: var(--white);
  border-radius: 0 0 1.5rem 0;
  padding: 1.875rem 2.5rem 3.125rem 3.75rem;
}
.info_img_content h2 {
  font-size: 2.813rem;
  font-weight: 600;
  color: var(--dark-green);
  letter-spacing: -0.028rem;
  position: relative;
  margin-bottom: 1.375rem;
}
.info_img_content h2::before {
    top: 1.625rem;
}
.info_img_content p {
  font-size: 1.375rem;
  line-height: 1.409;
  color: var(--dark-green);
}
.info_img_content b {
  font-weight: 600;
  color: var(--aqua-green);
}
.informtive_right {
  background-color: var(--dark-green);
  width: calc(40% - 0.5rem);
  position: relative;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
  padding: 5.125rem 3.75rem 0.625rem 3.75rem;
}
.info_image img {
  width: 100%;
  border-radius: 0 0 0 2.5rem;
  height: 47.938rem;
  object-fit: cover;
}
.info_box h3 {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.info_box h3 span {
    vertical-align: middle;
}
.info_box li {
    color: var(--white);
}
.info_box h3 img {
  margin-right: 0.375rem;
}
.info_box ul {
  padding-left: 3.5rem;
  padding-bottom: 2.188rem;
}

.informtive_alt {
    justify-content: flex-end;
}
.informtive_alt .informtive_right {
  border-radius: 0 0 0 2.5rem;
}
.informtive_alt .info_image {
  margin-right: 0;
  margin-left: -2.563rem;
}
.informtive_alt .info_image img {
  border-radius: 0 0 2.5rem 2.5rem;
}
.informtive_alt .info_img_content {
    left: unset;
    right: 0;
    border-radius: 0 0 0 2.5rem;
}

.process_wrap {
  padding-top: 6.75rem;
}
.process_wrap .adv_box span {
    color: var(--bg-cream);
    font-size: 3.25rem;
    background: linear-gradient(90deg,rgb(7, 143, 102) 0%, rgb(2, 41, 29) 100%);
}

.contact_wrap {
  padding-bottom: 10rem;
  padding-top: 10rem;
}
.contact_dtls {
  margin-bottom: 7.5rem;
  margin-top: 0.313rem;
}
.contact_dtls_box {
  text-align: center;
  border-right: 0.125rem solid var(--dark-green);
  min-height: 14.875rem;
  padding-top: 1.375rem;
}
.contact_dtls_box img {
  width: 3.188rem;
  height: 3.125rem;
  object-fit: contain;
}
.contact_dtls_box h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.contact_dtls_box .c_mail {
  font-weight: 600;
  color: var(--accent-teal);
  text-decoration: underline !important;
  text-underline-offset: 0.313rem;
}
.contact_dtls_box .c_mail:hover {
    color: var(--dark-green);
}
.contact_dtls_box address, .contact_dtls_box a {
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--dark-green);
  letter-spacing: -0.013rem;
}
.contact_dtls_box a:hover {
    color: var(--accent-teal);
}
.contact_dtls .col-md-4:last-child .contact_dtls_box {
    border-right: none;
}

.contact_form .row {
    --bs-gutter-x: 3.75rem;
}
.form-group {
  margin-bottom: 1.875rem;
}
.form-group label {
  font-size: 1.25rem;
  color: var(--dark-green);
  letter-spacing: -0.013rem;
  display: block;
  padding-bottom: 0.313rem;
}
.form-control {
  background-color: transparent;
  border: 0.125rem solid var(--dark-green);
  border-radius: 1.563rem;
  height: 3.125rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}
.form-control:focus {
  background-color: transparent;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}
textarea.form-control {
  margin-top: 0;
  height: 10.375rem;
  padding-top: 0.938rem;
}

.form-check {
  padding-left: 0;
  margin-bottom: 1.75rem;
}
.form-check p, .form-check small {
  font-size: 1.125rem;
  line-height: 1.389;
  color: var(--dark-green);
}
.form-check p a {
  color: var(--dark-green);
  transition: opacity 0.4s;
  text-decoration: underline !important;
  text-underline-offset: 0.313rem;
}
.form-check p a:hover {
    opacity: 0.6;
}
.cus_check {
  display: block;
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: -0.014rem;
  color: var(--dark-green);
}
.cus_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.875rem;
  width: 1.875rem;
  background-color: transparent;
  border: 0.125rem solid var(--dark-green);
  border-radius: 2.5rem;
}
.cus_check input:checked ~ .checkmark {
  background-color: var(--dark-green);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus_check input:checked ~ .checkmark:after {
  display: block;
}
.cus_check .checkmark:after {
  left: 0.563rem;
  top: 0.313rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid white;
  border-width: 0 0.188rem 0.188rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-button .btn-2 {
  border: none;
  min-width: 11.938rem;
}
.form-check p {
  margin-bottom: 1.25rem;
}
.contact_map img {
  width: 100%;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
}
.contact_map#map{
  width: 100%;
  height: 575px;
  border-radius: 0 2.5rem 2.5rem 2.5rem;
}

.footer_wrapper {
  background-color: var(--dark-green);
  padding-top: 2.438rem;
  padding-bottom: 1.125rem;
}
.footer_logo {
  display: flex;
  align-items: center;
}
.footer_logo a img {
  width: 7.063rem;
  height: 3.75rem;
  object-fit: contain;
}
.footer_logo ul {
  text-align: left;
  padding-top: 0.625rem;
  padding-left: 4.063rem;
}
.footer_top, .footer_bottom {
  padding: 0 3.75rem;
}
.footer_top {
  padding-bottom: 2.188rem;
}
.footer_top ul {
    text-align: right;
    padding-top: 0.625rem;
}
.footer_top li {
  display: inline-block;
  padding-left: 1.375rem;
}
.footer_top li a {
  font-size: 1.125rem;
  color: var(--white);
  position: relative;
}
.footer_bottom p {
  font-size: 0.875rem;
  color: var(--white);
  letter-spacing: -0.009rem;
}
.footer_bottom a {
    display: block;
    text-align: right;
}

/*MODAL CONTENT*/
.modal-body h1,
.modal-body h2.ttl {
    font-size: 3.125rem;
    line-height: normal;
    letter-spacing: normal;
}
.modal-body h2{
    font-size: 2.125rem;
    line-height: normal;
}
.modal-body h3{
    font-size: 1.625rem;
    line-height: normal;
    font-weight: bold;
}
.modal-body h4 {
  font-size: 1.375rem;
}
.modal-body h1, .modal-body h2.ttl, .modal-body h2, .modal-body h3, .modal-body h4 {
    margin-bottom: 0.938rem;
    color: var(--theme-color);
}
.modal-body p {
  font-size: 1.25rem;
  line-height: 1.563;
  margin-bottom: 1.25rem;
}
.modal-body a {
    color: var(--secn-color);
}
.modal{
    z-index: 111111;
}
.modal-backdrop{
    z-index: 11111;
}
.modal-dialog{
    max-width: 50%;
}
.modal-body {
    max-height: 41.875rem;
    overflow-x: auto;
    padding: 0 1.25rem;
}
.modal-content {
    padding: 1.563rem;
    padding-top: 0.938rem;
}
.btn-close:focus{
    box-shadow: none;
}
.btn-close {
  position: absolute;
  right: -2.813rem;
  top: 0.625rem;
  background-color: var(--white);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 3.125rem;
}
.modal ul {
  padding-left: 0.938rem;
  margin-bottom: 1.25rem;
}
.modal ul li {
  list-style: square;
}

@media screen and (min-width: 120rem) {
     html {
         font-size: clamp(1rem, calc(0.857vw - 0.028rem), 2.5rem);
     }
}

@media screen and (min-width: 1920px) {
    .informtive_wrap {
        max-width: 120rem;
        margin: 0 auto;
    }
}

@media screen and (min-width: 112.562rem) {
    .container {
        max-width: 96.5rem;
    }
}

/*1199*/
@media screen and (max-width: 74.938rem) { 
    .nav_right {
        margin-top: 0;
        display: block;
        position: fixed;
        width: 85%;
        height: 100%;
        background-color: var(--dark-green);
        top: 0;
        right: -74.938rem;
        padding-top: 6.375rem !important;
        transition: right 0.5s;
        padding-left: 1.563rem;
        box-shadow: 0 0 1.25rem rgba(20, 43, 42, 0.4);
        text-align: left;
        padding-right: 1.563rem;
    }
    .nav_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hamburger-menu {
        display: flex;
    }
    .head_inner {
        padding: 0.938rem;
    }
    .nav_left a img {
        max-width: 5.625rem;
        height: 3.125rem;
    }
    .nav_right li {
        display: block;
        padding-left: 0;
        padding-bottom: 1.563rem;
    }
    .header_wrapper.active .nav_right {
        right: 0;
    }
    .btn-1 {
        font-size: 1rem;
        min-width: 15.313rem;
        display: inline-block;
    }
    .banner_wrapper {
        padding-top: 8.125rem;
    }
    .banner_content {
        padding: 1.25rem 0.938rem;
        min-height: 100%;
    }
    .banner_outer, .adv_box, .service_box {
        box-shadow: 0 0 0.938rem rgba(0, 0, 0, 0.27);
    }
    .banner_content h1 {
        font-size: 2.125rem;
        line-height: 1.235;
        letter-spacing: -0.021rem;
        margin-bottom: 1.25rem;
    }
    p {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: -0.01rem;
    }
    .bnr_btns {
        padding-top: 1.25rem;
    }
    .bnr_btns a {
        margin-bottom: 0.938rem;
        margin-right: 0;
    }
    .btn-2 {
        font-size: 1rem;
        line-height: 2.875;
        height: 2.875rem;
    }
    .btn-3 {
        height: 2.875rem;
        line-height: 2.875;
        font-size: 1rem;
    }
    .advantage_wrap {
        padding-top: 4.5rem;
        padding-bottom: 3.75rem;
    }
    .sec_head {
        padding-left: 2.5rem;
        padding-bottom: 1.875rem;
    }
    .sec_head span {
        font-size: 1.375rem;
    }
    .sec_head span::before, .info_img_content h2::before {
        width: 1.875rem;
        height: 0.188rem;
        top: 1rem;
        left: -2.5rem;
    }
    .sec_head h2, .abt_left h2 {
        font-size: 2rem;
        letter-spacing: -0.02rem;
        margin-top: 0.313rem;
        line-height: 1.1;
    }
    .adv_box span {
        width: 4.063rem;
        height: 4.063rem;
        margin-bottom: 1.25rem;
    }
    .adv_box span img {
        width: 1.875rem;
        object-fit: contain;
    }
    .adv_box h3, .service_box h3, .info_box h3, .contact_dtls_box h3 {
        font-size: 1.5rem;
        line-height: 1.167;
        letter-spacing: -0.015rem;
    }
    .adv_box h3 {
        margin-bottom: 0.75rem;
        height: auto;
    }
    .adv_box {
        margin-bottom: 1.875rem;
        height: auto;
        padding: 1.875rem 1.25rem;
    }
    .about_wrap {
        padding-top: 3.75rem;
    }
    .abt_right {
        margin-left: 0;
        padding: 1.563rem 0.938rem;
        margin-top: 0.625rem;
    }
    .abt_right li {
        font-size: 1.125rem;
        padding-left: 1.5rem;
        padding-bottom: 0.625rem;
    }
    .abt_right li::before, .service_box li::before, .info_box li::before {
        top: 0.375rem;
    }
    .service_wrap {
        padding-bottom: 1.875rem;
        padding-top: 3.75rem;
    }
    .service_box > span {
        width: 6.25rem;
        height: 6.25rem;
        margin-bottom: 1.25rem;
    }
    .service_box > span img {
        width: 3.438rem;
        object-fit: contain;
    }
    .service_box {
        height: auto;
        margin-bottom: 1.875rem;
    }
    .servce_inr {
        padding: 0 1.25rem 0.938rem 1.25rem;
    }
    .service_box li, .info_box li {
        font-size: 1.125rem;
        padding-left: 1.5rem;
        padding-bottom: 0.313rem;
    }
    .service_wrap .row, .contact_form .row {
        --bs-gutter-x: 2rem;
    }
    .info_img_content h2 {
        font-size: 2rem;
        letter-spacing: -0.02rem;
        margin-bottom: 0.75rem;
    }
    .info_img_content p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .informtive_right {
        width: 100%;
        padding: 2.188rem 1.25rem 0.625rem 1.25rem;
    }
    .info_box h3 {
        display: flex;
        align-items: center;
        margin-bottom: 1.25rem;
    }
    .info_box ul {
        padding-left: 3.125rem;
        padding-bottom: 1.563rem;
    }
    .info_box h3 img {
        width: 1.875rem;
        height: 1.875rem;
        object-fit: contain;
    }
    .process_wrap {
        padding-top: 3rem;
    }
    .process_wrap .adv_box span {
        font-size: 2.25rem;
    }
    .sec_head p {
        font-size: 1.25rem;
        margin-top: 0.938rem;
    }
    .contact_wrap {
        padding-bottom: 4.375rem;
        padding-top: 3.125rem;
    }
    .contact_dtls_box {
        border-right: none;
        min-height: auto;
        padding-bottom: 0.938rem;
    }
    .contact_dtls {
        margin-bottom: 1.875rem;
    }
    .form-group {
        margin-bottom: 1.563rem;
    }
    .form-group label {
        font-size: 1.125rem;
        padding-bottom: 0.125rem;
    }
    .form-control {
        font-size: 1.125rem;
    }
    .cus_check {
        font-size: 1.25rem;
    }
    .form-check p, .form-check small {
        font-size: 1rem;
        line-height: 1.5;
    }
    .form-button .btn-2 {
        margin-top: 1.875rem;
    }
    .contact_map {
        margin-top: 2.5rem;
    }
    .footer_wrapper {
        padding-top: 1.875rem;
    }
    .footer_top, .footer_bottom {
        padding: 0;
        text-align: center;
    }
    .footer_logo a img {
        margin-bottom: 1.25rem;
    }
    .footer_top li {
        padding-left: 0.563rem;
        width: 49%;
        vertical-align: top;
        padding-bottom: 0.938rem;
    }
    .footer_top li a {
        font-size: 1rem;
    }
    .footer_top ul {
        text-align: left;
        padding-top: 0.625rem;
    }
    .footer_logo ul {
        padding-left: 0;
    }
    .footer_bottom p {
        margin-top: 0.625rem;
    }
    .footer_bottom a {
        display: block;
        text-align: center;
        margin-top: 1.25rem;
    }
    .contact_dtls_box address, .contact_dtls_box a {
        font-size: 1rem;
        line-height: 1.5;
    }
    .form-button {
        display: block;
    }
    .modal-dialog {
        max-width: 95%;
    }
    .modal-content {
        padding: 0.313rem;
        padding-top: 0.313rem;
    }
    .modal.show .modal-dialog {
        margin-top: 5rem;
    }
    .btn-close {
        right: 0;
        top: -2.813rem;
    }
    .modal-body {
        padding: 0;
    }
    .modal-body h1,
    .modal-body h2.ttl {
        font-size: 2.313rem;
        line-height: 1.2;
    }
    .modal-body p {
        font-size: 1.063rem;
        line-height: 1.426;
        margin-bottom: 0.938rem;
    }
    .modal-body h2 {
        font-size: 1.375rem;
    }
    .modal-body h4 {
        font-size: 1.575rem;
        line-height: 1.27;
    }
}

@media screen and (max-width: 767px) {
    .banner_outer .row {
        flex-direction: column-reverse;
    }
    .informtive_left {
        width: 100%;
    }
    .informtive_wrap {
        display: block;
        padding-top: 1.875rem;
        padding-bottom: 1.25rem;
    }
    .info_image {
        margin-right: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .info_image img {
        border-radius: 0;
        height: 16.25rem;
    }
    .info_img_content {
        position: unset;
        width: 100%;
        padding: 1.25rem 1.25rem 0.938rem 2.188rem;
    }
    .informtive_alt {
        display: flex;
        flex-direction: column-reverse;
    }
    .informtive_alt .info_image {
        margin: 0;
    }
    .informtive_alt .info_image img {
        border-radius: 0;
    }
    .informtive_alt .informtive_right {
        border-radius: 0 2.5rem 2.5rem 2.5rem;
    }
    .footer_logo {
        display: block;
    }
}

@media screen and (max-width: 74.938rem) and (min-width: 48rem) {
    .nav_right {
        width: 40%;
    }
    .banner_content {
        padding: 2.188rem;
    }
    .informtive_right {
        width: 50%;
    }
    .info_box h3 {
        margin-bottom: 0.625rem;
        font-size: 1.125rem;
    }
    .info_box li {
        font-size: 1rem;
    }
    .info_img_content {
        width: calc(80% - 0rem);
        top: 3.125rem;
    }
    .informtive_alt .informtive_right {
        padding-right: 3.75rem;
    }
    .info_image img {
        height: 44.375rem;
    }
    .footer_logo {
        display: block;
        text-align: left;
    }
    .footer_top li {
        padding-left: 0;
        width: auto;
        padding-bottom: 0.938rem;
        padding-right: 0.938rem;
    }
    .footer_bottom a {
        text-align: right;
    }
}

@media screen and (max-width: 74.938rem) and (min-width: 62rem) {
    .nav_right {
        width: 40%;
    }
    .info_image img {
        height: 38.75rem;
    }
    .footer_logo {
        display: flex;
    }
    .footer_logo ul {
        padding-left: 1.875rem;
    }
    .footer_top ul {
        text-align: right;
    }
}

@media screen and (max-width: 112.5rem) and (min-width: 75rem) {
    .container {
        max-width: 75rem;
    }
    .head_inner {
        padding: 0.938rem 1.875rem;
    }
    .nav_left a img {
        height: 3.125rem;
    }
    .nav_right ul {
        padding-right: 1.25rem;
        padding-top: 0.625rem;
    }
    .nav_right li {
        padding-left: 0.938rem;
    }
    .nav_right li a {
        font-size: 1rem;
    }
    .btn-1 {
        font-size: 1rem;
        line-height: 2.625;
        min-width: 14.375rem;
        height: 2.625rem;
    }
    .banner_content {
        padding: 3.125rem 2.5rem 3.75rem 2.5rem;
        min-height: 32.5rem;
    }
    .banner_content h1 {
        font-size: 3rem;
        line-height: 1.167;
        margin-bottom: 1.75rem;
    }
    p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .btn-2 {
        font-size: 1rem;
        min-width: 15rem;
    }
    .btn-3 {
        min-width: 12.813rem;
        font-size: 1rem;
    }
    .bnr_btns a {
        margin-right: 0.625rem;
    }
    .advantage_wrap {
        padding-top: 7rem;
        padding-bottom: 7.5rem;
    }
    .advantage_wrap .row, .service_wrap .row {
        --bs-gutter-x: 2rem;
    }
    .adv_box h3 {
        margin-bottom: 0.938rem;
        height: 3.75rem;
    }
    .adv_box h3, .service_box h3, .info_box h3, .contact_dtls_box h3 {
        font-size: 1.625rem;
        line-height: 1.154;
        letter-spacing: -0.016rem;
    }
    .adv_box {
        padding: 2.188rem 1.25rem;
    }
    .adv_box span {
        width: 4.375rem;
        height: 4.375rem;
    }
    .adv_box span img {
        width: 2rem;
        object-fit: contain;
    }
    .sec_head span {
        font-size: 1.5rem;
    }
    .sec_head h2, .abt_left h2, .info_img_content h2 {
        font-size: 2.5rem;
        letter-spacing: -0.025rem;
    }
    .about_wrap {
        padding-top: 6.25rem;
    }
    .abt_right {
        padding: 2rem 0.938rem 2.188rem 1.563rem;
    }
    .abt_right li {
        font-size: 1.125rem;
        padding-left: 1.563rem;
    }
    .abt_right li::before, .service_box li::before, .info_box li::before {
        width: 0.75rem;
        height: 0.75rem;
        top: 0.438rem;
    }
    .service_wrap {
        padding-bottom: 7.5rem;
        padding-top: 6.875rem;
    }
    .sec_head p {
        font-size: 1.25rem;
        margin-top: 0.938rem;
    }
    .service_box > span {
        width: 7.5rem;
        height: 7.5rem;
    }
    .service_box > span img {
        width: 4.063rem;
        object-fit: contain;
    }
    .servce_inr {
        padding: 0 1.563rem 1.25rem 1.563rem;
    }
    .service_box li, .info_box li {
        font-size: 1.125rem;
        padding-left: 1.25rem;
    }
    .info_img_content p {
        font-size: 1.125rem;
        line-height: 1.444;
    }
    .info_img_content h2::before {
        top: 1.375rem;
    }
    .info_img_content {
        width: calc(85% - 2.5rem);
        padding: 1.875rem 2.5rem 1.875rem 3.75rem;
    }
    .info_box h3 {
        font-size: 1.5rem;
    }
    .info_box h3 img {
        width: 2rem;
        object-fit: contain;
    }
    .info_box ul {
        padding-left: 3rem;
        padding-bottom: 1.563rem;
    }
    .informtive_right {
        width: calc(42% - 0.5rem);
    }
    .info_image img {
        height: 46.063rem;
    }
    .process_wrap {
        padding-top: 4.25rem;
    }
    .process_wrap .adv_box span {
        font-size: 2.5rem;
    }
    .contact_wrap {
        padding-bottom: 7.5rem;
        padding-top: 7.5rem;
    }
    .contact_dtls_box {
        min-height: 13.438rem;
        padding-top: 0.938rem;
    }
    .contact_dtls_box address, .contact_dtls_box a {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: -0.01rem;
    }
    .contact_dtls {
        margin-bottom: 5.625rem;
    }
    .form-check p, .form-check small {
        font-size: 1rem;
        line-height: 1.5;
    }
    .cus_check {
        font-size: 1.25rem;
    }
    .footer_top, .footer_bottom {
        padding: 0 1.875rem;
    }
    .footer_top {
        padding-bottom: 2.188rem;
    }
    .footer_logo ul {
        padding-left: 2.813rem;
    }
    .footer_top li a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 78.125rem) and (min-width: 75rem) {
    .container {
        max-width: 73.125rem;
    }
    .informtive_right {
        width: calc(48% - 0.5rem);
    }
}
@media screen and (min-width: 1920px) {
     HTML {
         font-size: calc(0.857vw - 0.45px);
         font-size: clamp(16px, calc(0.857vw - 0.45px), 40px);
     }
}
.fmessage {
  float: left;
  width: 100%;
  margin-top: 40px;
  background-color: var(--dark-green);
  padding: 15px;
}
.fmessage span {
  font-size: 1.5rem;
  color: var(--bg-cream);
}
section.dankewrapper {
    padding-bottom: 10rem;
    padding-top: 10rem;
    min-height: 50rem;
}
section.dankewrapper .banner_outer{
  border-radius: 0rem;
}
@media screen and (max-width: 767px) {
  section.dankewrapper {
    padding-bottom: 10rem;
    padding-top: 10rem;
    min-height: 30rem;
  }
}