@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
  font-family: "SuzukiPROHeadline";
  src: url(../fonts/SuzukiPROHeadline.otf);
}
@font-face {
  font-family: "SuzukiPRORegular";
  src: url(../fonts/SuzukiPRORegular.otf);
}
@font-face {
  font-family: "SuzukiPROBold";
  src: url(../fonts/SuzukiPROBold.otf);
}

/* CODE START */

:root {
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "SuzukiPRORegular", sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.my_container {
  width: 90%;
  margin: auto;
}
p {
  margin: 0;
}
.flex {
  display: flex !important;
}
.block {
  display: block !important;
  transition: all .2s;
}
.none {
  display: none !important;
  transition: all .2s;
}
.h-auto {
  height: auto !important;
}
.double-clr-wb {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(2, 0, 36, 1) 50%
  ) !important;
}
.double-clr-ob {
  background: linear-gradient(
    90deg,
    #dc5a31 50%,
    rgba(2, 0, 36, 1) 50%
  ) !important;
}
.double-clr-ab {
  background: linear-gradient(
    90deg,
    #bbbbbb 50%,
    rgba(2, 0, 36, 1) 50%
  ) !important;
}
h1,
h2,
h3,
h5 {
  font-family: "SuzukiPROHeadline", sans-serif;
  font-weight: 500 !important;
  word-spacing: 1.3px;
}
b {
}
.mt_8 {
  margin-top: 8rem !important;
}
.mb_5 {
  margin-bottom: 5rem !important;
}

/* MAIN CODE START */

.app {
  background: #fff;
}

header {
  width: 100%;
  height: auto;
}
.scroll_top a i {
  width: 4rem;
  height: 4rem;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background: #001151;
  border-radius: 5px;
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 99999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.form_fix_2 {
  /* display: block !important; */
}
.form_fix_2,
.form_fix {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  background: #00000080;
  padding: 5rem;
  overflow: scroll;
  display: none;
}
.form_fix_2 .form_area h3,
.form_fix .form_area h3 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 3rem;
}
.form_fix_2 .form_area,
.form_fix .form_area {
  width: 70%;
  background: #fff;
  border: 2px solid #017fff;
  padding: 2rem;
  position: relative;
}
.form_area_2 .fa-times,
.form_area .fa-times {
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
}
.form_fix .form_area label,
.form_fix_2 .form_area label{
  font-size: 1.6rem !important;
}
.form_fix_2 .form_area select,
.form_fix .form_area select {
  font-size: 2rem;
  width: 100%;
  padding: 1rem;
  appearance: none;
  background: #ffffff;
  border: 1px solid #b1b1b1;
}
.form_fix_2 .form_area select option,
.form_fix .form_area select option {
  font-size: 1.5rem;
}
.form_fix .form_area .local{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_fix .form_area .local div{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;  
}
.form_fix .form_area .local div p{
  font-size: 1.4rem;
  cursor: pointer;
}
.form_fix .form_area .local div p:hover{
  text-decoration: underline;
}
.form_fix .agree {
  margin: 2rem 0 0;
}
.form_fix .agree input {
  width: 1.5rem;
  height: 1.5rem;
}
.form_fix .agree span {
  font-size: 1.4rem;
  font-weight: 500;
}
.form_fix .agree span a {
  text-decoration: underline;
  color: #001151;
  font-weight: 600;
}
.form_fix_2 .Btn_Submit,
.form_fix .Btn_Submit {
  display: flex;
  justify-content: center !important;
  align-items: center;
  padding: 3rem 0 0;
}
.form_fix_2 .Btn_Submit button,
.form_fix .Btn_Submit button {
  margin: 0 !important;
  padding: 1.2rem 4.5rem !important;
}

.fixed {
  position: fixed;
  right: 2.5rem;
  top: 50%;
  z-index: 99999;
  background: #fff;
  width: 5rem;
  height: auto;
  box-shadow: 5px 5px 5px #38383863;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.fixed .link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.fixed .link:hover span {
  display: block;
}
.fixed .link i {
  font-size: 2.2rem;
  color: #001151;
}
.fixed .link span {
  display: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #8b8b8b;
  background: #fff;
  padding: 1rem 1.5rem;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  box-shadow: 5px 5px 5px #38383863;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.fixed .link span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  display: block;
  position: absolute;
  right: -0.5rem;
  top: 1.5rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.fixed .link span::before {
  content: "";
  width: 5rem;
  height: 1rem;
  background: transparent;
  display: block;
  position: absolute;
  right: -3rem;
  top: 2rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.nav {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem;
  background: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.sticky {
  position: fixed !important;
  background: #ffffffa1;
  backdrop-filter: blur(7px) !important;
  z-index: 9999 !important;
  top: 0;
}
.nav {
  box-shadow: 0px 2px 5px #b0b0b0;
}
.nav .logo {
  width: 18%;
}
.nav .logo img {
  width: 13rem;
  height: auto;
}
.nav .menu {
  width: 82%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav .menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.nav .menu > a {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
.nav .menu > a i.fa-bars,
.nav .menu > a i.fa-times {
  margin-left: 2rem;
  font-size: 1.7rem;
  display: none;
}
.nav .menu ul li {
  margin-right: 3rem;
  position: relative;
}
.nav .menu ul li a {
  font-size: 1.3rem;
  color: #000;
  font-weight: 700 !important;
}

.nav .menu ul li .subs {
  width: 50rem;
  height: auto;
  background: #fff;
  position: absolute;
  top: 3.6rem;
  left: -17.5rem;
  z-index: 999999;
  display: flex;
  padding: 2rem;
}
.nav .menu ul li .subsT {
  width: 57rem;
}
.nav .menu ul li .subsT li a {
  font-weight: 600;
}
.nav .menu ul li .subs ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.nav .menu ul li ul b {
  font-size: 1.4rem;
  font-weight: 700 !important;
  margin: 0 0 2rem;
}
.nav .menu ul li ul li {
  margin-bottom: 1rem;
}
.nav .menu ul li ul li a {
  font-weight: 300 !important;
  font-size: 1.4rem;
}
.nav .menu ul li .subsT ul li a {
  font-weight: 600 !important;
}
.nav .menu ul li ul li a:hover {
  text-decoration: underline;
}
.nav .menu ul li#dropO::after,
.nav .menu ul li#dropT::after {
  content: "";
  display: block;
  width: 15rem;
  height: 2.5rem;
  background: transparent;
  position: absolute;
  left: -5rem;
  z-index: 999999;
  background: transparent;
}
.nav .menu ul li .subsO,
.nav .menu ul li .subsT {
  display: none !important;
}
#dropO:hover .subsO {
  display: flex !important;
}
#dropT:hover .subsT {
  display: flex !important;
}

/* !Mobile Menu */

nav {
  width: 80%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 6.5rem;
  right: 0;
  z-index: 99999;
  padding: 2rem;
  display: none;
  overflow: scroll;
}
.mobile_menu {
  padding: 3rem;
}
.mobile_menu ul {
  /* overflow: scroll; */
}
.mobile_menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.mobile_menu ul li.dropO_M {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.mobile_menu ul li.dropT_M {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.mobile_menu ul li i {
  font-size: 1.3rem;
}
.mobile_menu ul li a {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile_menu ul li ul.block {
}
.mobile_menu ul li ul {
  display: none;
  width: 100%;
  padding: 0;
}
.mobile_menu ul li ul b {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1rem;
}
.mobile_menu ul li ul li {
  /* display: none; */
  margin: 0 0 1.5rem;
}
.mobile_menu ul li ul li a {
  font-size: 1.3rem;
  font-weight: 500;
}

/* !Mobile Menu End*/

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .left {
  width: 50%;
  height: auto;
  position: relative;
}
.banner .left img {
}
.banner .right {
  width: 50%;
  height: auto;
}
.banner .right .top {
  position: relative;
}
.banner .right .top img {
}
.banner .right .btm {
  position: relative;
}
.banner .right .btm img {
}

.link_text {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  color: #fff;
  text-transform: uppercase;
  width: 40rem;
}
.link_text::after {
  content: "";
  display: block;
  width: 75%;
  height: 0.3rem;
  background: #fff;
}
.link_text h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 1.5rem 0;
}
.link_text .bx {
  width: 30rem;
  height: auto;
  position: relative;
  margin-bottom: 1.5rem;
}
.link_text p {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}
.link_text i {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  bottom: -1.5rem;
  right: 0;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.link_text .bx:hover .ri-arrow-right-line {
  background: #fff !important;
  color: #000 !important;
}

/* !Portfolio Area Start */
.portfolio-area {
  background: #fff;
  text-align-last: left;
  padding: 10rem 0;
}
.cmn_text h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #001151;
  text-align: left;
  padding: 2rem 0 5rem;
}
.portfolio-buttons {
  text-align: center;
  margin-bottom: 1.87rem;
  padding: 0 0 2rem;
  border-bottom: 2px solid #eee;
}

.portfolio-buttons button {
  padding: 0 4rem;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #8b8b8b;
  font-weight: 600;
}
.portfolio-area .grid-item h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #001151;
}
.portfolio-area .grid-item span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
}
.portfolio-buttons button {
  position: relative;
}
.portfolio-buttons button.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  bottom: -2rem;
  left: 0;
  position: absolute;
  background: #001151;
}
.portfolio-area .grid p {
  margin-bottom: 2.5rem;
}
.portfolio-area .grid-item img {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.portfolio-area .grid-item i.ri-arrow-right-line {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #001151;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.portfolio-area .grid-item .prc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2rem 0 0;
}
.portfolio-area .grid-item i.ri-arrow-right-line:hover {
  background: #001151;
  color: #fff;
}
/* !Portfolio Area End */

/* !discover start */

.discover {
  margin: 0 0 7rem;
}
.cmn_link_text {
  margin: 2rem 0 10rem;
}
.discover .img_bx {
  width: 100%;
  height: auto;
}
.discover .txt_bx {
  padding: 3rem 5rem 0;
}
.discover h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  padding: 3rem 0;
}
.discover .txt_bx p {
  font-size: 1.4rem;
  color: #000;
  padding: 0 0 3rem;
}
.discover .bx {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.discover .bx:hover i.ri-arrow-right-line {
  background: #001151;
  color: #fff;
}
.discover .bx:hover {
  border-bottom: 2px solid #001151;
}
.discover .bx p {
  font-size: 1.3rem;
  color: #001151;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0;
}
.discover .bx i {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #001151;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

/* !discover end */

.boostergreen {
  margin: ;
}

/* !boostergreen end */

.reliable {
  margin: 10rem 0;
}

/* !reliable end */

.care_look_find {
  width: 90%;
  margin: auto;
}
.Find .bx {
  width: 100%;
}
.Look .bx {
  width: 100%;
}
.Care .bx {
  width: 100%;
}
hr {
  margin: 0 0 5rem;
}

/* !Find / Look / Reliable end */

footer {
  padding: 0 5rem;
}
footer ul {
  margin: 0 0 5rem;
}
footer ul b {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.5rem;
  display: block;
}
footer ul li {
  margin-bottom: 0.5rem;
}
footer ul li a {
  font-size: 1.4rem;
  color: #000;
}
footer ul li a:hover {
  text-decoration: underline;
}

.footer_social {
  margin: 0 0 3rem;
}
.footer_social .row {
  align-items: center;
}

.footer_social .logo img {
  width: 13rem;
}
.footer_social .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.footer_social .social p {
  font-size: 1.8rem;
  color: #000;
}
.footer_social .social i {
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #001151;
}
.footer_social .social i::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  background: #001151;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
}
.footer_social .social:hover i {
  color: #fff;
  background: #001151;
}
.footer_social .social:hover {
  border-bottom: 2px solid #001151;
}
.bottom_line {
  padding: 0 5rem;
  background: #f0f0f0;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
}
.bottom_line p {
  font-size: 1.3rem;
  color: #001151;
  font-weight: 500;
}

/* !Footer end */

/* ?Swift Start */

.activee {
  color: #fff !important;
  background: #001151 !important;
}

.fix_2_m {
  display: none;
  overflow: hidden;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 2px 2px #a8a8a8;
}
.fix_2_m button {
  font-size: 1.4rem;
  color: #000;
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.fix_2_m button i {
  font-size: 2rem;
}

.fix_2 {
  width: 100%;
  height: 4rem;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 8rem;
  z-index: 999999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.fix_2 ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.fix_2 ul li {
  margin: 0 1.5rem;
}
.fix_2 ul li a {
  font-size: 1.1rem;
  color: #001151;
  padding: 1rem 1.5rem;
  font-weight: 600;
}

.banner_sw {
  width: 100%;
  height: auto;
  position: relative;
}
.banner_sw img {
}
.banner_sw .bx {
  position: absolute;
  bottom: 2rem;
  left: 8rem;
}
.banner_sw .bx h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 700 !important;
  margin: 0;
  text-transform: uppercase;
}
.banner_sw .bx p {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}
/* !Banner end */

section {
}
#sec_1 {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rem auto;
  border: 2px solid #b9b9b9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#sec_1 .img_bx {
  width: 50%;
}
#sec_1 .txt_bx {
  width: 50%;
  height: 22.2rem;
  padding: 0 7rem;
}
#sec_1 h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  padding: 3rem 0;
}
#sec_1 .txt_bx p {
  font-size: 1.4rem;
  color: #000;
  padding: 0 0 3rem;
}
#sec_1 .bx {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
#sec_1 .bx:hover i.ri-arrow-right-line {
  background: #001151;
  color: #fff;
}
#sec_1 .bx:hover {
  border-bottom: 2px solid #001151;
}
#sec_1 .bx p {
  font-size: 1.3rem;
  color: #001151;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0;
}
#sec_1 .bx i {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #001151;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
/* !Section-1 end */

.text_box {
  margin: 0 0 10rem;
}
.text_box p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  width: 50%;
  height: auto;
  margin: auto;
  text-align: center;
  line-height: 2;
}

.sec_2 {
  position: relative;
}
.sec_2 img {
  width: 100%;
  height: auto;
}
.sec_2 .txt_bx {
  display: flex;
  padding: 6rem 7rem 10rem;
}
.sec_2 h1 {
  width: 50%;
  font-size: 3rem;
  font-weight: 600;
}
.sec_2 .bxx {
  width: 50%;
}
.sec_2 .bxx span {
  font-size: 1.4rem;
  color: #000;
  padding: 0 0 3rem;
  display: inline-block;
}
.sec_2 .bx {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.sec_2 .bx:hover i.ri-arrow-right-line {
  background: #001151;
  color: #fff;
}
.sec_2 .bx:hover {
  border-bottom: 2px solid #001151;
}
.sec_2 .bx p {
  font-size: 1.3rem;
  color: #001151;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0;
}
.sec_2 .bx i {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #001151;
  position: absolute;
  right: 0;
  bottom: -2px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

/* !Modal Start */
.sec_2_modal_box {
  width: 100%;
  height: 100vh;
  background: #0000007e;
  position: fixed;
  top: 0%;
  z-index: 99999;
  display: none;
  transition: all 0.2s;
}
.sec_2_modal {
  position: fixed;
  top: 50%;
  background: #fff;
  width: 90%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #c9c9c9;
  border-radius: 1rem;
  display: none;
  z-index: 9999999;
  transition: all 0.2s;
}
.sec_2_modal .ri-close-circle-line {
  font-size: 2.5rem;
  cursor: pointer;
  display: block;
  color: #000;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
}
.sec_2_modal .owl-nav {
  position: absolute;
  bottom: 57%;
  right: 50%;
  display: flex;
  gap: 2rem;
  transform: translate(-50%, -50%);
}
.sec_2_modal > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) {
  position: absolute;
  left: -55rem;
  z-index: 9999999;
}
.sec_2_modal > div:nth-child(1) > div:nth-child(2) > button:nth-child(2) {
  position: absolute;
  right: -55rem;
  z-index: 9999999;
}
.sec_2_modal .CaroText {
  align-items: flex-start;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.sec_2_modal .CaroText .img_bx {
  width: 30%;
  height: auto;
}
.sec_2_modal .CaroText .img_bx img {
}
.sec_2_modal .CaroText .txt_bx {
  width: 30%;
  padding: 0 2rem;
  flex-direction: column;
}
.sec_2_modal .CaroText .txt_bx h2 {
}
.sec_2_modal .CaroText .txt_bx p {
}
/* !Modal End */

/* !Section-2 end */

.sec_4 {
}
.CaroText {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  position: relative;
}

.CaroText .img_bx {
  width: 60%;
}
.CaroText .txt_bx {
  width: 40%;
  padding: 0 8rem 0 6rem;
}
.CaroText .txt_bx h2 {
  font-size: 2.5rem;
  margin: 0 0 3rem;
  line-height: 1.5;
  font-weight: 600;
}
.CaroText .txt_bx p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 5rem;
}
.CaroText .txt_bx .Btn {
  display: flex;
  gap: 2rem;
}
.CaroText .txt_bx .Btn i {
  width: 4rem;
  height: 4rem;
  border: 1px solid #001151;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-nav {
  position: absolute;
  bottom: 22rem;
  right: 35.5rem;
  display: flex;
  gap: 2rem;
}
.owl-nav button.owl-prev [class*=" ri-"],
.owl-nav button.owl-next [class*=" ri-"] {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}
#Rendimiento .owl-nav button.owl-prev [class*=" ri-"],
#Rendimiento .owl-nav button.owl-next [class*=" ri-"] {
  display: none;
}

/* !Section-4 end */

.sec_5 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 10rem;
}
.sec_5 .left {
  width: 40%;
  padding: 0 8rem;
}
.sec_5 .left .txt_bx {
}
.sec_5 .left .txt_bx h2 {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 3rem;
}
.sec_5 .left .txt_bx p {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8;
  padding: 0 3rem 0 0;
  margin: 0 0 2rem;
}
.sec_5 .right {
  width: 60%;
}
.sec_5 .right .img_bx {
}
.sec_5 .right .img_bx img {
}

/* ! */

#Rendimiento .item {
  display: flex;
  align-items: flex-end;
}

/* !Section-5 end */

.sec_6 {
  margin: 0 10rem 5rem 6rem;
}
.sec_6 h1 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.sec_6 .ver_bx {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  position: sticky;
  position: -webkit-sticky;
  top: 9.9rem;
  z-index: 999;
}
.sec_6 .ver_ {
  position: relative;
}
.sec_6 .ver_add .option_btn,
.sec_6 .ver_ .option_btn {
  background: #f3f3f3;
}
.sec_6 .ver_add .option_btn button,
.sec_6 .ver_ .option_btn button {
  font-weight: 700 !important;
  line-height: 1.4;
  max-width: 30rem;
  padding: 1.5rem 6rem;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  box-shadow: 0px 2px 2px #a8a8a8;
}
.sec_6 .ver_ .option_btn button span {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 1rem 0 0;
  display: block;
}
.sec_6 .ver_add .option_btn button i,
.sec_6 .ver_ .option_btn button i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sec_6 .ver_ .ver_v {
  display: none;
  background: #fff;
  border: 1px solid #d4d4d4e8;
  margin: 1rem 0 0;
  padding: 1.5rem;
  box-shadow: 0px 2px 2px #a8a8a8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.sec_6 .ver_ .ver_v b {
  font-size: 1.8rem;
  margin: 0 0 2rem;
  display: block;
}
.sec_6 .ver_ .ver_v span {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  padding: 0 2rem;
  cursor: pointer;
}
.sec_6 .ver_ .ver_v span:hover {
  background: #f2f2f2;
}

.sec_6 .ver_add {
}
.sec_6 .ver_add .option_btn {
}
.sec_6 .ver_add .option_btn button {
}
.sec_6 .ver_add .option_btn button i {
  font-size: 3rem;
}

.ver_car {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5rem 0;
}
.ver_car .img_bx {
}
.ver_car .img_bx img {
}
.ver_car .cnt_bx {
  text-align: center;
}
.ver_car .cnt_bx .Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
.ver_car .cnt_bx .Btn button {
  width: 2rem;
  height: 2rem;
  background: var(--clr);
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 3px #a8a8a8;
}
.ver_car .cnt_bx .Btn button:active {
  outline: 2px solid #001151;
  outline-offset: 0.2rem;
}
.ver_car .cnt_bx .name {
}
.ver_car .cnt_bx .name span {
  font-size: 1.3rem;
  color: #001151;
}
.ver_car .cnt_bx .price {
}
.ver_car .cnt_bx .price span {
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  margin: 2rem 0 1rem;
  display: block;
}
.ver_car .cnt_bx .price_det {
}
.ver_car .cnt_bx .price_det span {
  font-size: 1.4rem;
  color: #001151;
}

.perform {
}
.perform h3 {
  font-size: 1.7rem;
  color: #000;
  margin: 0 0 2rem;
  font-weight: 600;
}
.perform hr {
  margin: 3rem 0;
}
.perform span {
  display: block;
  font-size: 1.3rem;
  color: #000;
  margin: 0 0 2rem;
}
.perform b {
  display: block;
  font-size: 1.3rem;
  color: #000;
  margin: 0 0 2rem;
}
.sec_6 .btn_p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.sec_6 .btn_p .Btn {
  width: 25rem;
  height: auto;
  border: 2px solid #001151;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.sec_6 .btn_p .Btn p {
  font-weight: 600;
}
.sec_6 .btn_p .Btn i {
  font-size: 2rem;
}
.sec_6 .btn_p .Btn:hover {
  background: #001151;
  color: #fff;
}

/* !Section-6 end */

.sec_7 {
  text-align: center;
  margin: 5rem 10rem 10rem 5rem;
}
.sec_7 h1 {
  text-align-last: left;
  padding: 5rem 0;
  font-weight: 700;
  font-size: 3rem;
}
.sec_7 i {
  font-size: 3.5rem;
  color: #001151;
  margin: 0 0 1rem;
  display: block;
}
.sec_7 p {
  font-size: 1.8rem;
  font-weight: 600;
}
/* !Section-7 end */

.sec_8 {
  margin: 5rem 10rem 10rem 5rem;
}
.sec_8 h1 {
  padding: 5rem 0;
  font-weight: 700 !important;
  font-size: 3rem;
}
.sec_8 img {
}
.sec_8 .bxx {
  padding: 0 0 0 2rem;
}
.sec_8 .bxx h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.sec_8 .bxx .bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_8 .bxx .bx p {
  font-size: 1.7rem;
  font-weight: 600;
}
.sec_8 .bxx .bx i {
  padding: 0 0.8rem;
  font-size: 2.2rem;
  border-bottom: 2px solid #001151;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.sec_8 .bxx .bx i:hover {
  background: #001151;
  color: #fff;
}
/* !Section-8 end */
/* ?Swift End */

/* ?Concesionarios Start */

.map_head_txt {
}
.map_head_txt h1 {
  color: #001151;
  font-size: 5rem;
  font-weight: 700 !important;
  margin: 8rem 7rem 5rem;
  text-transform: uppercase;
}
.map {
  margin: 0 0 8rem;
}
.map .nab_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 10rem 3rem 5rem;
}
.map .nab_bar .left {
  display: flex;
  gap: 1.5rem;
}
.map .nab_bar .left button {
  font-size: 1.2rem;
  border: 1px solid #001151;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  background: transparent;
}
.map .nab_bar .left button:active {
  background: #001151;
  color: #fff;
  font-weight: 600;
}
.map .nab_bar .right {
  display: flex;
}
.map .nab_bar .right input {
  font-size: 1.5rem;
  padding: 0.7rem 0;
  border: none;
  border-bottom: 2px solid #d6d6d6;
  font-weight: 600;
  color: #686868;
}
.map .nab_bar .right i {
  font-size: 1.8rem;
  padding: 0.7rem 1rem;
  border: none;
  border-bottom: 2px solid #001151;
  transition: 0.1s;
}
.map .nab_bar .right:hover i {
  background: #001151;
  color: #fff;
}
.map .area {
}
.map .area iframe {
  width: 100%;
  height: 100vh;
}

/* ?Concesionarios End */

.form_area {
  width: 90%;
  height: auto;
  margin: auto;
}
.form_area .top {
}
.form_area .top h1 {
  font-size: 5rem;
  color: #001151;
  font-weight: 600;
  padding: 5rem 0 3rem;
  text-transform: uppercase;
}
.form_area .top p {
  font-size: 1.8rem;
  color: #000;
  padding: 0 0 2rem;
}
.form_area form {
  width: 100% !important;
  height: auto;
}
.form_area form b {
  font-size: 2rem;
  color: #001151;
  margin: 0 0 4rem;
  display: block;
}
.form_area form .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  margin: 0 0 3rem;
}
.form_area form .data div {
  width: 100% !important;
  height: auto;
  position: relative;
}
.form_area form .data label {
  font-size: 1.7rem;
  color: #000;
  margin: 0 0 1rem;
  cursor: default;
}
.form_area form .data input {
  font-size: 2rem;
  width: 100%;
  padding: 1rem;
  appearance: none;
  border: 1px solid #b1b1b1;
}
.form_area form .data span {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0.5rem 0 0;
  font-weight: 700 !important;
  color: #888;
  position: absolute;
  left: 0;
  top: 100%;
  cursor: default;
}
.form_area .Btn_Submit {
  display: flex;
  justify-content: flex-end;
}
.form_area .Btn_Submit button {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 1rem 3rem;
  border-radius: 5rem;
  border: none;
  background: #001151;
  color: #fff;
  margin: 0 0 5rem;
}
.form_area .Btn_Submit button:hover {
  background: #243269;
}

/* ?DealerShip End */

.query {
  width: 90%;
  height: auto;
  margin: 0 auto 8rem;
}
.query h1 {
  font-size: 4rem;
  color: #001151;
  font-weight: 600;
  padding: 5rem 0 3rem;
  position: relative;
  display: inline-block;
}
.query h1 i {
  font-size: 1.5rem;
  position: absolute;
}
.query h2 {
  font-size: 2.3rem;
  color: #001151;
  font-weight: 600;
  margin: 0 0 5rem;
  position: relative;
}
.query h2::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 0.3rem;
  background: #017fff;
  position: absolute;
  bottom: -1.8rem;
  left: 0.3rem;
}
.query .col-7 p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #424242;
  margin: 0 0 3rem;
}
.query .col-7 span {
  margin: 2rem 0 0;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #424242;
}
.query .col-7 .inp_bx {
  background: #000;
  padding: 2rem;
  margin: 5rem 0 0;
}
.query .inp_bx p {
  margin: 0 0 2rem !important;
  font-size: 2.2rem;
  color: #fff;
  display: block;
}
.query .col-7 .inp_bx div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.query .col-7 .inp_bx input {
  border: none;
  border-radius: 3px;
  width: 30rem;
  height: 5rem;
  padding: 0 1rem;
  font-size: 1.3rem;
}
.query .col-7 .inp_bx button {
  padding: 1.2rem 4rem;
  font-size: 1.5rem;
  border-radius: 10rem;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.query .que_bx {
  border: 1px solid #bbbbbb;
  padding: 5rem 1.5rem 1.5rem;
  border-radius: 5px;
  width: 90%;
  position: relative;
  margin: 7rem auto 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}
.query .que_bx p {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 0;
}
.query .que_bx span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #414141;
}
.query .que_bx b {
  font-size: 2.2rem;
  position: absolute;
  top: -3.5rem;
  left: -2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #017fff;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
}

/* ?DealerShip End */

.warranty {
  align-items: flex-end;
}
.warranty .txt_bx h2 {
}
.ex_warranty h2 {
}
.benefits {
}
.benefits .img_bx {
}
.benefits .img_bx img {
  width: 100%;
  height: 100vh;
}
.benefits .txt_bx {
  width: 92%;
  margin: auto;
}
.benefits .txt_bx h1 {
  font-weight: 600;
  padding: 4rem 0 3rem;
}
.benefits .txt_bx ul {
  margin: 0 0 10rem !important;
  padding: 0 !important;
}
.benefits .txt_bx ul li {
  font-size: 1.5rem;
  padding: 0.8rem 0;
}
/* ?Warranty End */

.accessories {
}
.accessories .cmn {
  margin: 3rem 0;
}
.accessories .bxx {
}
.accessories .bxx h2 {
  font-weight: 700;
}
.accessories .bx {
  border-bottom: 2px solid #d1d1d1;
  position: relative;
}
.accessories .bx p {
  margin: 0 0 10px;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}
.accessories .bx i {
  position: absolute;
  right: 0;
  bottom: -2px;
}
.accessories .bx:hover {
  border-bottom: 2px solid #001151;
}
.accessories .bx:hover i {
  background: #001151;
  color: #fff;
}
.accessories img {
  width: 82%;
  margin: auto;
}
.accessories .bxx {
  padding: 0 0 0 3rem;
}

/* ?Accessories End */

.maintenance {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.txt_box {
}
.txt_box h1 {
  font-size: 4rem;
  color: #000;
  font-weight: 700;
  margin: 5rem 0;
  text-transform: uppercase;
}
.txt_box p {
  font-size: 1.7rem;
  color: #000;
  line-height: 1.8;
  margin: 0 0 3rem;
}
.form_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.form_box b {
  font-size: 1.5rem;
  margin: 0 0 2rem;
}
.form_box select {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.7rem;
  background: transparent;
  border: 1px solid #b0b0b0;
  margin: 0 0 2rem;
}
.form_box select option {
  background: transparent;
}
.img_box {
  display: none;
  transition: 0.2s;
}
.img_box img {
  width: 80%;
}
.info {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.info b {
  font-size: 2rem;
  padding: 1rem 1.5rem;
  background: var(--clr);
  display: block;
}
.info p {
  font-size: 1.7rem;
  padding: 1rem 1.5rem;
  color: #4e4e4e;
  border-bottom: 1px solid #d6d6d6;
}
.maintenance span {
  padding: 2rem 0 10rem;
  display: block;
  color: #686868;
}

/* ?Maintenance End */

.protec_banner {
}
.protec_banner img {
  width: 100%;
  height: auto;
}

.protec_txt {
  width: 80%;
  margin: 0 auto 10rem;
}
.protec_txt h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  padding: 5rem 0;
  text-transform: uppercase;
}
.protec_txt p {
  font-size: 1.5rem;
  color: #424242;
  margin: 0 0 2rem;
}
.protec_txt b {
  font-size: 1.5rem;
  color: #424242;
  margin: 0 0 2rem;
  display: inline-block;
}
.protec_txt span {
  font-size: 1.5rem;
  color: #424242;
  display: block;
  margin: 0 0 2rem;
}
.protec_txt ul {
}
.protec_txt ul li {
  font-size: 1.4rem;
  list-style-type: number;
  margin: 0.5rem 0;
}

/* ?Protect End */

.assis_banner {
}
.assis img {
  width: 100%;
  height: auto;
}

.assis_txt {
  width: 90%;
  margin: auto;
}
.assis_txt h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  padding: 5rem 0;
  text-transform: uppercase;
}
.assis_txt p {
  font-size: 1.5rem;
  color: #424242;
  margin: 0 0 2rem;
}

.assis_col {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  margin: 7rem 0;
}
.assis_col .assis_col_1,
.assis_col .assis_col_2 {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px 8px 32px 0px hsla(0, 0%, 79.6%, 0.16);
  padding: 5rem 3rem;
  width: 50%;
  height: auto;
}
.assis .img_bx {
}
.assis_col .img_bx img {
  width: 70%;
  margin: auto;
}
.assis_col .txt_bx {
}
.assis_col .txt_bx h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin: 3rem 0 6rem;
  position: relative;
}
.assis_col .txt_bx h3::after {
  content: "";
  display: block;
  width: 7rem;
  height: 0.2rem;
  background: #001151;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.assis_col .txt_bx span {
  font-size: 1.6rem;
  color: #4b5e65;
  margin: 3rem 0;
  display: block;
}
.assis_col .txt_bx ol {
}
.assis_col .txt_bx ol li {
  font-size: 1.6rem;
  color: #4b5e65;
  margin: 2rem 0;
}
.assis_col .txt_bx ol li::marker {
  color: #001151;
}

.assis_form {
  width: 60%;
  margin: auto;
}
.assis_form h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  margin: 3rem 0 6rem;
  position: relative;
}
.assis_form h1::after {
  content: "";
  display: block;
  width: 7rem;
  height: 0.2rem;
  background: #001151;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.assis_form p {
  font-size: 1.4rem;
  color: #4b5e65;
  margin: 3rem 0;
}
.assis_form form {
}
.assis_form form label {
  display: block;
  font-size: 1.5rem;
  color: #000;
  margin: 1rem 0;
}
.assis_form form input {
  width: 100%;
  height: auto;
  padding: 1.2rem 1rem;
  margin: 0 0 2rem;
  font-size: 1.5rem;
  border: 1px solid #adadad;
  transition: 0.1s;
}
.assis_form form input:hover {
  border: 1px solid #001151;
}
#dash:hover {
  border: 1px dashed #001151;
}

#dash {
  border: 1px dashed #adadad;
}

.assis_form form .radio_bx {
}
.assis_form form .radio_bx p {
  font-size: 1.5rem;
  color: #000;
}
.assis_form form .radio_bx div {
  display: flex;
  justify-content: flex-start;
  margin: 2rem 0;
}
.assis_form form .radio_bx div input[type="radio"] {
  display: inline;
  width: 2rem;
  height: 2rem;
  margin: 0 2rem 0 0;
}
.assis_form form .radio_bx div span {
  font-size: 1.5rem;
  color: #000;
}

.chosse_del {
  margin: 4rem 0 2rem;
}
.chosse_del div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chosse_del div label {
  font-size: 1.4rem;
  color: #001151;
}
.chosse_del div span {
  font-size: 1.4rem;
  color: #001151;
  text-decoration: underline;
}
.chosse_del div input {
}

.txt_area {
}
.txt_area label {
  font-size: 1.4rem;
  color: #000;
}
.txt_area textarea {
  width: 100%;
  height: 15rem;
  font-size: 1.4rem;
  padding: 1rem;
}

.sub_bx {
}
.sub_bx div {
  display: flex;
  justify-content: flex-start;
  padding: 3rem 0;
}
.sub_bx div input {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0;
}
.sub_bx div span {
  font-size: 1.4rem;
  color: #000;
}
.sub_bx div span a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.sub_bx button {
  font-size: 1.5rem;
  width: 100%;
  padding: 1rem;
  border-radius: 10rem;
  border: none;
  background: #001151;
  color: #fff;
  display: block;
  margin: 1rem 0 5rem;
}
.sub_bx button:hover {
  background: #243269;
}

.res span {
  font-size: 1.4rem;
  color: #555555;
  display: block;
  margin: 0 5rem 10rem;
}

/* ?Assistance End */

.tec_col {
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: 90%;
  margin: 0 auto 10rem;
}
.tec_col_1,
.tec_col_2 {
  width: 50%;
  margin: auto;
  border: 0.5rem;
}
.tec_col_1 img,
.tec_col_2 img {
}
.tec_col_1 h2,
.tec_col_2 h2 {
  font-size: 3rem;
  color: #000;
  margin: 5rem 0 2rem;
}
.tec_col_1 p,
.tec_col_2 p {
  font-size: 1.5rem;
}

.tec_4 .CaroText {
  align-items: flex-end;
}

/* ?Assistance End */

.attention div.data:nth-child(5) {
  width: 49% !important;
}

.attention .text_area {
}
.attention .text_area label {
  display: block;
}
.text_area textarea {
  width: 100%;
  height: 16rem;
  padding: 2rem;
  font-size: 1.4rem;
}
/* ?Assistance End */
