* {
  margin: 0px;
  padding: 0px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
  background: rgb(176, 210, 73);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: black;
}

body {
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden !important;
}

@font-face {
  font-family: fonts-fontspring-demo-15;
  src: url("../fonts/fontspring-demo-15.ttf");
}
@font-face {
  font-family: Fontspring-DEMO-galeana-bold;
  src: url("../fonts/Fontspring-DEMO-galeana-bold.otf");
}
button {
  border: 0px;
  outline: 0px;
}

button:hover {
  cursor: pointer;
}

button:focus, input:focus, textarea:focus {
  border: 0px;
  outline: 0px;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

.no-pad {
  padding: 0px;
}

header.header-main {
  background-color: rgb(42, 54, 68);
  padding: 20px;
}

.first-head-but {
  display: flex;
  justify-content: end;
  column-gap: 20px;
  align-items: center;
}

.first-head-but a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}

.first-head-but a:hover {
  color: rgb(177, 211, 73);
}

.secend-head-but a {
  border: 1px solid rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 50px;
  margin-left: 10px;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font-weight: 600;
}

a.sin-bt {
  background-color: rgb(255, 255, 255);
  color: black;
  border: 1px solid rgb(255, 255, 255);
}

.secend-head-but a:hover {
  background: rgb(177, 211, 73);
  transition: all 0.4s ease 0s;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(177, 211, 73) !important;
}

.text h2 {
  color: rgb(42, 54, 68);
  font-weight: 600;
  font-size: 40px;
  font-style: normal !important;
  font-family: Fontspring-DEMO-galeana-bold;
}

.text p {
  color: rgb(129, 134, 140);
  font-size: 18px;
  font-family: Inter;
  margin-top: 10px;
  font-weight: 400;
}

.sec-1 .text {
  padding-right: 65px;
  padding-top: 60px;
}

.main-sec {
  background-position: right center;
  background-repeat: no-repeat;
}

section.sec-1 {
  padding: 80px 0px 20px;
}

.sec-2 .img-box {
  background-color: rgb(255, 255, 255);
  padding: 30px 40px;
  box-shadow: rgba(0, 0, 0, 0.23) 10px 0px 20px 0px;
  min-height: 550px;
  width: 100%;
  padding-bottom: 50px !important;
}

section.sec-2 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.img-box h3 {
  font-size: 34px;
  margin-top: 20px;
  font-weight: 400;
  color: rgb(42, 54, 68);
  font-family: Fontspring-DEMO-galeana-bold;
}

.img-box p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
  max-width: 440px;
}

.img-box h5 {
  margin-top: 25px;
}

.img-box h5 span {
  font-size: 34px;
  font-family: fonts-fontspring-demo-15;
  color: rgb(177, 211, 73);
  font-style: italic;
  font-weight: 600;
}

section.sec-3 {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 110px;
  margin-top: -180px;
  padding-top: 30px;
}
.sec-3 .text h2 {
  color: white;
  font-size: 40px;
  font-weight: 600;
  margin-top: -100px;
  font-family: Fontspring-DEMO-galeana-bold;
  padding-left: 100px;
}

.sec-3 .core-main {
  display: flex;
  padding-top: 150px;
}

.sec-3 .box img {
  object-fit: none;
  height: 70px;
  width: 100px;
}

.sec-3 .box h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-family: fonts-fontspring-demo-15;
  font-weight: 600;
}

.sec-3 .box p {
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.sec-3 .core-main .box {
  border-right: 1px solid rgb(255 255 255 / 41%);
  border-bottom: 1px solid rgb(255 255 255 / 41%);
  padding: 15px 15px 20px 0px;
  display: flex;
  column-gap: 20px;
}


.sec-3 .core-main .box img {
  max-width: 60px !important;
  width: 60px !important;
  object-fit: contain;
}
.core-box-2 .box:nth-child(1) {
  border-right: 0px solid rgb(255, 255, 255);
  padding-left: 20px;
}

.core-box-2 .box:nth-child(2) {
  border-right: 0px solid rgb(255, 255, 255);
  padding-left: 20px;
}

.core-main .box:nth-child(3) {
  border-bottom: 0px solid rgb(255, 255, 255);
}

.sec-4 {
  padding: 80px 0px;
}

.sec-4 .text h2 {
  text-align: center;
  margin-bottom: 30px;
  color: rgb(42, 54, 68);
  font-size: 40px;
  font-weight: 600;
  font-family: Fontspring-DEMO-galeana-bold;
}

.sec-4 .role-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid rgb(191, 194, 199);
  padding: 20px;
  border-radius: 150px;
  justify-content: space-around;
  margin-bottom: 30px;
}

.role-box .text h3 {
  font-size: 20px;
  font-weight: 900;
}

.role-box .text p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}

.job-box a {
  background-color: rgb(177, 211, 73);
  padding: 11px 16px;
  border-radius: 50px;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(177, 211, 73);
  transition: all 0.3s ease 0s;
  font-size: 17px;
  font-weight: 600;
}

.job-box h6 {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

.job-box a:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
}

.box-front h4 {
  font-size: 18px;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.main-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.sec-5 {
  background-color: rgb(244, 245, 245);
  padding: 120px 0px;
}

.sec-5 .text {
  text-align: center;
  margin-bottom: 40px;
}

.offer-box {
  border-right: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 30px 30px 20px;
  text-align: center;
  width: 100%;
  height: 215px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-box:nth-child(5) {
  border-right: 0px solid rgb(0, 0, 0);
}

section.sec-5 .container .row:last-child .offer-box {
  border-bottom: none !important;
}

.offer-box:hover .box-back {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.box-back {
  width: 100%;
  height: 100%;
  background-color: rgb(42, 54, 68);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  opacity: 0;
  flex-direction: column;
  padding: 20px;
  box-shadow: rgba(42, 54, 68, 0.64) 5px 5px 20px 0px;
}

.home-sec-04 .multi-light-boxes .box img {
  width: 95%;
  margin: auto;
  object-fit: cover;
}

.home-sec-04 .multi-light-boxes .box a{
  width: 100%;
  text-align: center;
}

.home-sec-04 {
  background-color: rgb(244, 245, 245);
}

.home-sec-04 .multi-light-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sec-04 .multi-light-boxes .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer {
  background-color: rgb(42, 54, 68);
  text-align: center;
  padding: 150px 0px 20px;
  margin-top: -50px;
}

footer .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px !important;
  column-gap: 10px;
}

footer .footer-nav ul li {
  color: white;
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
}

footer .footer-nav ul li span {
  margin-right: 10px;
}

footer .footer-nav ul li a {
  color: white;
  transition: all 0.3s ease 0s;
  font-size: 15px;
  margin-right: 0px;
}

footer .footer-nav ul li a:hover {
  color: rgb(176, 210, 73);
}

footer hr {
  border-color: rgba(255, 255, 255, 0.39);
  margin: 25px 0px;
}

footer .copy-right-etc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  column-gap: 20px;
}

footer .copy-right-etc ul li {
  color: white;
  font-size: 12px;
}

footer .copy-right-etc ul li a {
  color: white;
  transition: all 0.3s ease 0s;
}

footer .copy-right-etc ul li a:hover {
  color: rgb(177, 211, 73);
}

.box-back h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.box-back p {
  font-size: 14px;
}

.hero-banner {
  position: relative;
 
}

/* .hero-banner .vedio-box video {
  width: 100%;
  min-height:70vh;
  object-fit: cover;
} */


.new-hero{
  /* min-height: 25vh!important; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0; 
  background-color: #7da5ce;
}

.new-hero .text {
  text-align: center;
  
}

.new-hero .text h1 {
  color: white;
  font-size: 50px;
  font-family: Fontspring-DEMO-galeana-bold;
  font-weight: 500;
  font-style: normal !important;
}
.video-box video::poster{

}

.hero-banner .text p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  max-width: 500px;
  display: block;
  margin: 10px auto auto;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 280px;
  height: 280px;
  /* background-color: rgb(255, 255, 255); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 24px;
  opacity: 100%;
}
.play-icon i {
  color: #2cba25;
  font-size: 30px !important;
  transform: scale(1.8);
}

.video-box video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-banner-main {
  position: relative;
}

.hero-banner-main .hero-banner.new-hero {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.open-sec-1{
  background-image: url(../images/position/banner.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  min-height: 1040px;
  
}

.open-sec-1 .box-1 h1{
  text-align: center;
  color: #fff;
  font-size: 50px;
  margin-top: 70px;
  font-weight: 500;
}

.open-sec-1 .box-2{
  margin-top: 150px;
}

.open-sec-1 .text h2{
  color: #2cba25;
  max-width: 450px;

}

.open-sec-1 .text p{
  color: #fff;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 20px;
}

.open-sec-2{
  margin-top: -80px;
  background-position: left top;
}

.open-sec-2 .text{
  padding-top: 0;
}

.open-sec-2 .text p{
  font-size: 20px;
}

.open-sec-2 .text a{
  padding: 7px 24px;
  border-radius: 50px;
  transition: .3s;
  font-weight: 600;
  background: rgb(177, 211, 73);
  color: rgb(255, 255, 255);

  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
}

.open-sec-2 .text a:hover{
  background-color: rgb(42, 54, 68);
  color: rgb(255, 255, 255);

}

.open-sec-2 {
  padding: 200px 0px 20px;
}

.open-sec-2 .vid-box{
  padding-right: 20px;
}

.open-sec-2 .vid-box video{
  height: 350px;
  object-fit: cover;
}

section.open-sec-7{
  padding: 140px 0 200px;
  margin-bottom: -50px;
  background-color: #f4f5f5;
}

.open-sec-7 .text p{
  font-size: 20px;
 
}

.open-sec-7 .text {
 
  padding: 0;
  padding-left: 30px;
}

section.open-sec-4 {
  padding-left: 18%;
  padding-bottom: 0;
  padding-top: 120px;
}


section.open-sec-4 .text{
  padding: 0;
  padding-right: 15px;
}

.open-sec-4 .text h2 span{
  color: #2cba25;
}

.open-sec-4 .text p{
  font-size: 20px;
  margin-bottom: 50px;
}

section.open-sec-4 .d-l{
  position: absolute;
  left: -80px;
  top: -90px;
}

section.open-sec-4 .container-fluid{
  position: relative;
  
}

.open-sec-6{
  padding: 120px 0;

}

.open-sec-6 .text p{
  font-size:20px ;
}

.open-sec-6 .box{
  min-height: 300px;
  padding: 30px 20px;
  border: 1px solid #c0da71;
  border-radius: 20px;
  margin-top: 50px;
  transition: .3s;
}

.open-sec-6 .box:hover {
  box-shadow: 0 0 40px 0 #0000001f;
}

.open-sec-6 .box h4{
  padding: 30px 0 15px;
  font-size: 20px;
  font-weight: bold;
}



.open-sec-6 .box p{

  font-size: 16px;
}

.open-sec-5{
  background-image: url(../images/position/team.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 100px;
  color: #fff;
  text-align: center;
}

.open-sec-5 h2{
  color: #fff;
  margin-bottom: 50px;
}

.open-sec-5 .box h3{
  color: #b5da4d;
  font-size: 70px;
}

.open-sec-5 .box p{
  font-size: 20px;
  min-height: 55px;
  margin-bottom: 40px;
}

.open-sec-3{
  background-image: url(../images/position/inter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 100px 0;
  color: #fff;
  text-align: center;
  position: relative;
}

.open-sec-3 .text h2{
  color:#fff ;
}

.open-sec-3 .text p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.open-sec-3 .text ul li{
  width: 100%;
}

.open-sec-3 .text ul li a{
  text-align: left;
  background-image: url(../images/position/arrow-blank.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: .3s;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 20px;
 
}

.open-sec-3 .text ul li a{
  color: #fff;
}

.open-sec-3 .text ul li a:hover,
.open-sec-3 .text ul li a.active{
  background-image: url(../images/position/arrow-fill.png);

}

.open-sec-3 .text ul li:nth-child(2) a{
  width: 93%;
}

.open-sec-3 .text ul li:nth-child(3) a{
  width: 86%;
}

.open-sec-3 .text ul li:nth-child(4) a{
  width: 79%;
}

.open-sec-3 .text ul li:nth-child(5) a{
  width: 72%;
}

.open-sec-3 .text .tab-content{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  margin: auto;
 
}

.open-sec-3 .text .tab-content img{
  margin-bottom: 20px;
}

.open-sec-3 .dots{
  position: absolute;
 
}

.open-sec-3 .dots1{
  left: 0;
  top: -100px;
}

.open-sec-3 .dots2{
  right: 0;
  bottom: -100px;
}


.open-sec-8{
  padding: 120px 0;
}

.open-sec-8 .box{
  min-height: 300px;
  padding: 40px ;
  border: 1px solid #c0da71;
  border-radius: 20px;
  margin-top: 50px;
  transition: .3s;

}

.open-sec-8 .box:hover {
  box-shadow: 0 0 40px 0 #0000001f;
}

.open-sec-8 .box,
.open-sec-8 .box p
 {
  color: #000;
}

.open-sec-8 .box h2{
  font-size:34px;
}



.open-sec-8 .box .text h5{
  color: #b1d349;
  font-weight: 800;
  font-size: 18px;
} 
.open-sec-8 .box .text p{
  font-size: 16px;
}

.open-sec-8 .box .account{
  display: flex;
  column-gap: 20px;
  align-items: center;
}

.open-sec-8 .box .account .user{
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.open-sec-8 .box .account .user i{
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dedede;
  border-radius: 100%;
  font-size: 18px;
}

.open-sec-8 .box .account .user h4{
  font-weight: 700;
}

.open-sec-8 .box .account .caption{
    background-color: #f2f2f2;
   
    border-radius: 8px;
   
    line-height: 1;
  padding: 8px 12px;
    
}

.open-sec-8 .box .account .caption p{
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.open-sec-8 .box .check-box ul{
  margin: 0;
  display: flex;
  column-gap: 20px;
  margin-top: 10px;
  margin-left: 50px;
} 

.open-sec-8 .box .check-box ul label{
  font-weight: 600;
}




.open-sec-8 .box .check-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.open-sec-8 .box .check-box input[type="checkbox"] + :before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.open-sec-8 .box .check-box input[type="checkbox"]:checked + :before {
  background-color: #b1d349;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.open-sec-1 {
  position: relative;
}

.open-sec-1 .circle{
  display: none;
}

.circle-div {
  /* height: 250px;
  width: 250px;
  background-image: url(../images/position/main-circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 100%;
  border: 4px solid #b1d349; */
  position: absolute;
  width: 240px;
  height: 240px;
  right: 35%;
  bottom: -7%;
}

.circle-div .circle-img{
  position: absolute;
  width: 240px;
  height: 240px;
  object-fit: cover;
}

.circle-div .circle-text{
  position: relative;
  top: 0;
}

.circle-div .circle-text li{
  position: relative;
}

.circle-div .circle-text li span{
  position: absolute;
  cursor: pointer;
 
}

.circle-div .circle-text li p{
  opacity: 0;
  width:250px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  text-align: center;
  font-size: 12px;
  box-shadow: 5px 5px 10px 0 #0000002e;
  
}

.circle-div .circle-text li span:hover ~ p{
  opacity: 1;
}


.circle-div .circle-text li:nth-child(1) span{
  top: 25px;
  left: 43%;
  width: 30px;
  height: 34px;
  background-color: red;
}

.circle-div .circle-text li:nth-child(1) p{
  top: -100px;
  left: 0px;
}


.circle-div .circle-text li:nth-child(2) span{
  top: 35px;
  right: 29%;
  width: 27px;
  height: 31px;
  background-color: red;
 
}

.circle-div .circle-text li:nth-child(2) p{
  top: -100px;
  left: 180px;
 
}

.circle-div .circle-text li:nth-child(3) span{
  top: 71px;
  right: 14%;
  width: 30px;
  height: 30px;
  background-color: red;

}

.circle-div .circle-text li:nth-child(3) p{
  top: 40px;
  left: 250px;
 
}


.circle-div .circle-text li:nth-child(4) span{
  top: 142px;
    right: 18%;
    width: 30px;
    height: 34px;
    background-color: red;

}

.circle-div .circle-text li:nth-child(4) p{
  top: 80px;
  left: 250px;
 
}

.circle-div .circle-text li:nth-child(5) span{
  top: 180px;
  right: 28%;
  width: 52px;
  height: 25px;
  background-color: red;

}

.circle-div .circle-text li:nth-child(5) p {
  top: 230px;
  left: 180px;
}

.circle-div .circle-text li:nth-child(6) span {
  top: 178px;
  right: 52%;
  width: 27px;
  height: 30px;
  background-color: red;
}

.circle-div .circle-text li:nth-child(6) p {
  top: 250px;
  left: -80px;
}


.circle-div .circle-text li:nth-child(7) span {
  top: 163px;
  right: 65%;
  width: 27px;
  height: 27px;
  background-color: red;
}

.circle-div .circle-text li:nth-child(7) p{
  top: 220px;
  left: -200px;
 
}


.circle-div .circle-text li:nth-child(8) span{
  top: 128px;
    right: 74%;
    width: 28px;
    height: 27px;
    background-color: red;

}

.circle-div .circle-text li:nth-child(8) p {
  top: 100px;
  left: -260px;
}


.circle-div .circle-text li:nth-child(9) span{
  top: 81px;
  right: 73%;
  width: 30px;
  height: 17px;
  background-color: red;

}

.circle-div .circle-text li:nth-child(9) p{
  top: 20px;
  left: -260px;
 
}


.circle-div .circle-text li:nth-child(10) span{
  top: 43px;
  right: 63%;
  width: 27px;
  height: 27px;
  background-color: red;

}

.circle-div .circle-text li:nth-child(10) p{
  top: -90px;
  left: -220px;
 
}

.open-sec-1 .circle-div .circle-text li  span{
 
  background-color: transparent;
}




/* foursight-dealer */

.dealer-hero-banner {
  min-height: 850px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dealer-hero-banner .text h1 {
  color: #fff;
  font-size: 50px;
  font-family: 'Fontspring-DEMO-galeana-bold';
  font-weight: 600;
}

.dealer-hero-banner .text p {
  color: #fff !important;
  max-width: 650px;
  letter-spacing: 1px;
}

section.sec-3 {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 110px;
  margin-top: 0px;
  padding-top: 30px;
}
.dealer-sec-1 {
  padding: 100px 0px;
  position: relative;
}
.dealer-sec-1 .text p {
  max-width: 522px;
  letter-spacing: 1px;
}

.dealer-sec-1::before {
  content: '';
  position: absolute;
  background-image: url(../images/sec-3aster.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.dealer-sec-1 .img-box img {
  margin-left: 80px;
}
.deal-count-box .deal-box {
  border: 1px solid #b1d349;
  max-width: 180px;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px 5px #0000000d;
  padding: 15px 15px;
}
.deal-box h5 {
  margin-top: 0px;
  color: #b1d349;
  font-size: 25px;
  font-weight: bold;
}
.deal-box p {
  margin-top: 0 !important;
  text-transform: capitalize;
}
.deal-count-box {
  position: absolute;
  bottom: -40px;
  left: 40px;
}
.text h2,h3 span {
  font-family: 'Inter';
}
.dealer-sec-3 {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  min-height: 430px;
  padding-top: 0px;
  display: flex;
  align-items: center;
  text-align: center;

}
.dealer-sec-3 .text h2 {
  color: #fff;
}
.dealer-sec-3 .text p {
  color: #fff !important;
  max-width: 960px;
  margin: auto;
  line-height: 1.6em;
  padding-top: 15px;
}
.dealer-sec-4 {
  margin-top: -70px;
  padding-bottom: 120px;
}

.dealer-sec-4 .img-box {
  background-color: #fff;
  padding: 60px 50px;
  box-shadow: 0px 20px 50px -27px #00000047;
  height: 600px;
  opacity: inherit;
}
.dealer-sec-4 .img-box h5 {
  margin-top: 5px;
}

.dealer-sec-4 .img-box p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 500;
  max-width: 460px;
}
.dealer-sec-4 .img-box h5 span {
  text-transform: capitalize;
}
.dealer-sec-5 {
  background-color: #f4f5f5;
  padding: 100px 0px;
}

.dealer-sec-5 .text p {
  max-width: 440px;
  color: #2a3644 !important;
  line-height: 1.9em;
  font-weight: 500 !important;
}

.dealer-sec-5 .img-box img {
  box-shadow: 0px 10px 60px 0px #00000066;
}
.dealer-sec-5 .text {
  padding-left: 30px;
}

.radio-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.radio-box label {
  display: inline-block;
  margin-bottom: 0;
}
.dealer-sec-6 {
  padding: 100px 0px 170px;
}

.dealer-sec-6 .text {
  padding-bottom: 40px;
  text-align: center;
}
.dealer-sec-6 .text p {
  max-width: 550px;
  margin: auto;
  color: #2a3644 !important;
}
.contact-form input, .contact-form select {
  border: 0;
  border-bottom: 1px solid #b3b6ba;
  height: 45px;
  width: 100%;
  font-size: 18px;
  color: #b1d349 !important;
  padding: 0px !important;
  margin-bottom: 20px;
}
.contact-form input:focus {
  border-bottom: 1px solid #b1d349;
}

.radio-box  {
  width: 10% !important;
  height: 40px;
 
}
.contact-form label {
  font-size: 20px;
  font-weight: 500;
  color: #2a3644;
  margin-top: 20px;
  margin-bottom: 0 !important;
  width: 200px;
}
.radio-box input {
  margin: 0 !important;
  width: auto;
}
.radio-box label {
  margin: 0;
}
.contact-form .t-btn {
  margin-left: 20px;
  margin-top: 20px;
}
.contact-form .t-btn button {
  background-color: #b1d349;
  padding: 11px 35px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .3s;
}
.contact-form .t-btn button:hover {
  background-color: #000;
 color: #fff;
}
.contact-form {
  padding-top: 20px;
}
.contact-form .radio-box h6 {
  width: 200px !important;
  font-size: 20px;
  color: #2a3644;
  font-weight: 500;
}

.hide-box input {
  margin-top: 10px;
}

input.radio{
  height: 22px;
  width: 22px;
  border: 1px solid black !important;
}























@media only screen and (max-width: 1600px){
  html{
    zoom: 90%;
  }

  .open-sec-1{
    background-position: 50% bottom;
  }

  .open-sec-2 {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 1199px){

  .open-sec-2 {
    margin-top: -100px;
    padding: 160px 0px 20px;
  }



  html{
    zoom: 100%;
  }

  .sec-4 .role-box img {
    width: 90px ;
}

.role-box .text h3 {
  font-size: 18px;
}
.role-box .text p {
  font-size: 16px;
}

.job-box a{
  padding: 11px 6px;
  font-size: 9px;
}

.box-front h4 {
  font-size: 16px;
}

.open-sec-1{
  min-height: 700px;
}

.open-sec-1 .box-1 h1 {
  font-size: 36px;
  margin-top: 30px;
}

.open-sec-1 .box-2 {
  margin-top: 50px;
}

.sec-1 .text {
  padding-right: 0;
  padding-top: 0;
}

.open-sec-8 .box .account .user h4 {
  font-size: 20px;
}

.open-sec-8 .box .account .caption p {
 
  font-size: 16px;
}

.open-sec-3 .text ul li a {
  padding-left: 40px;
  font-size: 17px;
}

.open-sec-3 .text p {
 
  margin-bottom: 50px;
}

.open-sec-6 .box {
  min-height: 320px;
}


.circle-div{
  transform: scale(.8);
}

  
}

@media only screen and (max-width: 991px){

  footer .copy-right-etc ul{
    column-gap: 13px;
  }
  footer .copy-right-etc ul li {

    font-size: 11px;
}



  .open-sec-2 .text a{
    margin: auto;
  }

  .open-sec-2 .text {
    text-align: center;
    margin-bottom: 30px;
  }
  .open-sec-2 .vid-box video {
    height: auto;
  }
  .open-sec-2 .vid-box {
    padding-right: 0;
}
  
  .text h2,
  .text p,
  .img-box,
  .sec-3 .box h4{
    text-align: center;
  }

  .img-box p{
    max-width: 100%;
  }

  .sec-2 .img-box {
    min-height: auto;
    margin-top: 50px;
}
.new-hero .text h1{
  font-size: 38px;
}

.text p,
.img-box p{
  font-size: 15px!important;

}

.sec-1 .text {
  padding: 0;
}
section.sec-1 {
  padding: 40px 0px 0px;
}
.sec-1 .img-box {
  margin-top: 30px;
}

.img-box h3 {
  font-size: 26px;
}

.img-box h5 span {
  font-size: 28px;
}

.play-icon{
  width: 180px;
  height: 180px;
}

.box-back h6 {
  font-size: 18px;
}

.box-front h4 {
  font-size: 10px;
}

.offer-box {
  padding: 30px 10px 20px;
  height: auto;
}

.first-head-but{
  flex-wrap: wrap;
  row-gap: 6px;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
  column-gap: 6px;
}






.sec-3 .text h2 {
 
  margin-top: 100px;
  padding-left: 0;
}

.text h2{
  font-size: 30px;
}
.sec-3 .core-main {
 
  padding-top: 60px;
}


.open-sec-1 .text h2 {
  max-width: 100%;
  text-align: left;
  font-size: 20px!important;
}


.open-sec-1 {
  min-height: 500px;
}

.open-sec-1 .text p{
  margin-top: 10px;
  text-align: left;
      font-size: 13px !important;
}
.open-sec-1 .box-2 {
  margin-top: 30px;
  
}


.open-sec-2 {
  padding: 50px 0px 0px;
  margin-top: -82px;
}
.open-sec-2 .vid-box video {
  
  margin-bottom: 40px;
}
.open-sec-8 {
  padding: 50px 0;
}

.open-sec-8 .box {
  padding: 20px;
}

.open-sec-8 .box .text h5 {
  text-align: center;
}
.open-sec-8 .box .check-box ul label {
  font-size: 14px;
}
.open-sec-8 .box .check-box ul {
  
  justify-content: center;
  margin-left: 0;
}


.open-sec-8 .box .account .user h4 {
  font-size: 16px;
}
.open-sec-8 .box h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.open-sec-3 .text ul li a {
  padding-left: 80px;
  font-size: 17px;
}
.open-sec-3 .text .tab-content {
  margin-top: 30px;
}

.open-sec-3{
  padding: 50px 0;
}

.open-sec-3 .dots{
  display: none;
}
.open-sec-5{
  padding: 80px 0 50px;
}

.open-sec-5 .box h3 {
  font-size: 54px;
  margin-top: 30px;
}
.open-sec-5 h2 {
  color: #fff;
  margin-bottom: 0;
}

.open-sec-5 .box p {
  font-size: 18px;
  min-height: 0;
  margin-bottom: 20px;
}

.open-sec-6 {
  padding: 60px 0;
}
section.open-sec-7 {
  padding-bottom: 100px;
}

.open-sec-8 .box .account {
  justify-content: center;
  row-gap: 10px;
  flex-wrap: wrap;
}

.circle-div {
transform:scale(.7) ;
  right: 35%;
  bottom: -13%;
}


}

@media only screen and (max-width: 767px){
  .open-sec-2 {
    padding: 10px 0px 0px;
    margin-top: 0px;
}

.open-sec-2.main-sec {
  background-size: 50%;
}

  /* .open-sec-1 .circle{
    display: block;
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: -60px;
    max-width: 120px;
    margin-left: auto; 
    margin-right: auto; 
  } */

  .open-sec-1 .text p{
    margin-bottom: 50px;
    font-size: 11px !important;
  }



  .open-sec-1 .box-1 h1 {
    font-size: 30px;
    margin-top: 0px;
}

.open-sec-1{
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

header .header-logo img {
  max-width: 120px;
}


  .open-sec-1{
    /* background-image: url(../images/position/banner-2.jpg); */
  }

  .sec-3 .core-main >div{
    width: 100%;
  }

  .sec-3 .core-main .box{
    justify-content: center;
  }
  header{
    text-align: center;
  }

  .secend-head-but a {
    padding: 4px 16px;
    font-size: 12px;
    margin: 0 1px;
}

.first-head-but a{
  font-size: 12px;
}

.new-hero .text h1 {
  font-size: 24px;
}

.hero-banner-main .hero-banner.new-hero{
  padding: 15px;
}



.text p,
.img-box p{
  font-size: 13px!important;

}

.video-box video {
  height: 400px;
}


.play-icon {
  width: 140px;
  height: 140px;
}

.text h2{
  font-size: 24px!important;
}

.main-sec {
  background-size: 40%;
}

section.sec-2 {
  padding-top: 0;
 
}
.img-box h3 {
  font-size: 20px;
}

.sec-2 .img-box {
 
  margin-top: 30px;
}

.sec-3 .text h2 {
  font-size: 24px;
 
}

.sec-2 .img-box {
  padding: 30px 20px;
  padding-bottom: 30px !important;
 
}
.img-box h5 span {
  font-size: 20px;
}
.sec-3 .core-main{
  flex-wrap: wrap;
}
.sec-3 .core-main .box{
  border-right: 0;
}

.core-box-2 .box:nth-child(1) {
  border-top: 1px solid rgb(255 255 255 / 41%)!important;
}

.sec-3 .core-main {
  padding-top: 30px;
  width: 100% !important;
}

section.sec-3{
  padding-bottom: 60px;
}

.sec-4 {
  padding: 40px 0px;
}
.box-front img {
  max-width: 50px;
}
.box-back h6 {
  font-size: 14px;
}
/* .home-sec-04 .multi-light-boxes .box img {
  width: 130px;
  max-width: 210px;
  object-fit: cover;
} */
.box-back p {
  font-size: 13px;
}
footer {
  text-align: center;
  padding: 100px 0px 10px;
  margin-top: -60px;
}
footer .footer-nav ul li a {
 
  font-size: 11px;

}
.sec-1 .img-box img {
  max-width: 450px;
}
.footer-logo img {
  max-width: 150px;
}
.job-box h6 {
  font-size: 13px;
  margin-bottom: 10px;
  
}
.core-box-2 .box:nth-child(2) {
 
  padding-left: 0px;
}
.sec-4 .role-box {
 
  column-gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.core-box-2 .box:nth-child(1) {
  border-right: 0px solid rgb(255, 255, 255);
  padding-left: 0px;
}

section.sec-5 {
  padding: 40px 0px;
}
.sec-5 .text {
  text-align: center;
  margin-bottom: 10px;
}
footer .copy-right-etc ul {
  display: flex;
  flex-direction: column;
  row-gap: 0x;
  padding-bottom: 0px;
}
.box-front h4 {
  font-size: 14px;
}
.role-box .text h3 {
  font-size: 14px;
}
.job-box a {
  padding: 11px 14px;
  font-size: 10px;
}
section.sec-5 {
  
  padding: 60px 0px;
}
.main-img-box {
 
  flex-direction: column;
}
.offer-box {
  border-right: 0px solid rgb(0, 0, 0);

}
section.sec-5 .container .row:first-child .offer-box {
  
  border-right:  0px solid black !important;
}
section.sec-5 .container .row:last-child .offer-box {
  border-bottom: 1px solid black !important;
  border-right: 0px solid;
}
.sec-2 .img-box img {
  max-width: 70px;
}


.open-sec-8 {
  padding: 40px 0;
}

.open-sec-8 .text p br{
  display: none;
}

.open-sec-8 .box{
  margin-top: 30px;
}
.open-sec-8 .box .account .caption p {
  font-size: 12px !important;
}

.open-sec-3 .text p {
  margin-bottom: 20px;
}
.open-sec-5 {
  padding: 40px 0 50px;
}

.open-sec-5 .box h3 {
  font-size: 40px;

}

.open-sec-5 .box p {
  font-size: 14px;
}
.open-sec-6 .box {
  min-height: auto;
  margin-top: 30px;
}

.circle-div {
  transform: scale(.6);
  right: 28%;
  bottom: -23%;
  z-index: 9999;
}

footer .footer-nav ul li span{
  display: none;
}

footer .footer-nav ul{
  flex-direction: column;
}

footer hr {
 
  margin: 15px 0px;
}


}
@media only screen and (max-width: 575px){

  .open-sec-2 .text a {

    font-size: 13px;
  }
  /*Tablets [601px -> 1200px]*/

  .hero-banner .text p{
    font-size: 10px!important;
  }

.new-hero .text h1 {
  font-size: 18px;
}
.play-icon {
  top: 60%;

}
.sec-1 .img-box img {
  max-width: 280px;
}
section.sec-1 {
  padding: 30px 0px 0px;
}
.sec-2 .img-box img {
  max-width: 40px;
}
.img-box p {
  margin-top: 10px;
  
}
.sec-3 .core-main {
  padding-top: 10px;
  width: 100% !important;
}
.sec-4 .role-box {
  row-gap: 10px;
  padding: 20px 0px 30px;
  margin-bottom: 20px;
  /* padding: 10px; */
}
.role-box .text h3 {
  text-align: center;
}
.sec-4 .role-box {
  display: flex;
  border-radius: 10px;
  flex-direction: column;
}
.text h2 {
  font-size: 20px!important;
}
/* .home-sec-04 .multi-light-boxes .box img {
  width: 70px;
 
} */
footer hr {

  margin: 15px 0px;
}
footer .footer-nav ul li span {
  margin-right: 0px;
  display: none;
}
footer .footer-nav ul {
  display: flex;
  margin: 15px 0px 0px !important;
  flex-direction: column;
  row-gap: 10px;
}
section.sec-5 {
  padding: 30px 0px;
}
.box-front img {
  max-width: 40px;
}
.sec-4 .role-box img {
  width: 80px;
}
.sec-4 .text h2 {

  margin-bottom: 20px;
}
.sec-2 .img-box {
  margin-top: 20px;
}
.img-box h5 span {
  font-size: 18px;
}
.img-box h5 {
  margin-top: 15px;
}
.sec-3 .core-main .box {

  display: flex;
  column-gap: 10px;
  justify-content: start;
  align-items: start;
}

section.sec-3 {
  padding-bottom: 30px;
}

.video-box video {
  height: 300px;
}

.hero-banner .text p{
  margin-top:0 ;
}

.hero-banner-main .hero-banner.new-hero {
  padding: 10px;
}
.sec-3 .box h4,
.sec-3 .box p {
  text-align: left;
}

header.header-main{
  padding: 10px 6px 12px;
}

.secend-head-but a {
  padding: 3px 20px;
}
.home-sec-04 .multi-light-boxes .box img {
  width: 90%;
}
.offer-box {
  padding: 20px 10px 15px;
  width: 200px;
}
footer .copy-right-etc ul{
  padding-bottom: 0;
}
footer .footer-nav ul,
footer .copy-right-etc ul{
  row-gap: 0px;
}

footer {
  padding: 80px 15px 10px;
}

.first-head-but a {
  font-size: 11px;
}

.open-sec-8 {
  padding: 20px 0 40px;
}
.open-sec-8 .box h2 {
 
  margin-bottom: 10px;
}

.open-sec-8 .box .account .user i {
  height: 35px;
  width: 35px;
}

.open-sec-8 .box .check-box ul{
  flex-wrap: wrap;
}
.open-sec-8 .box .check-box ul label {
  font-size: 12px;
}
.open-sec-8 .box .account .user h4 {
  font-size: 14px;
  text-align: center;
}

.open-sec-8 .box .account .user i {
  height: 30px;
  width: 30px;
  font-size: 16px;
}

.open-sec-8 .box .text h5{
  font-size: 16px;
}
.open-sec-3 {
  padding: 40px 0;
}

.open-sec-3 .text ul li a {
  padding-left: 44px;
  font-size: 16px;
  height: 50px;
margin-bottom: 14px;

}

section.open-sec-4 .d-l{
  display: none;
}

.open-sec-3 .text .tab-content img {
  margin-bottom: 20px;
  max-width: 20%  !important;
}

.open-sec-4 .text p {
 
  margin-bottom: 0px;
}

.open-sec-5 .box h3 {
  font-size: 36px;
}
.open-sec-6 {
  padding: 40px 0;
}

.open-sec-6 .box{
  padding: 20px;
}

.open-sec-6 .box h4 {
  padding: 20px 0 10px;
  font-size: 16px;
 
}

.open-sec-6 .box p {
  font-size: 13px;
}

.open-sec-7  .img-box {
  margin-top: 0px;
}

section.open-sec-7 {
  padding: 30px 0px 70px;
}

section.open-sec-7 .text {
  padding: 0;
  margin-top: 20px;
}

.sec-1 .img-box img {
  max-width: 100%;
}

.open-sec-8 .box .check-box ul label {
  margin-bottom: 4px;
}
.open-sec-3 .text .tab-content {
  margin-top: 20px;
}

.open-sec-1 .box-1 h1 {
  font-size: 26px;
}

.open-sec-1 .box-2 {
  max-width: 300px;
  margin: auto;
  margin-top: 10px;
}
.open-sec-2.main-sec {
  background-size: 40%;
}
.open-sec-2 .text p {
  margin-bottom: 20px;
}
.open-sec-1 .img-box {
  margin-top: 36px;
}


.open-sec-1 .circle {
 
  bottom: -50px;
  max-width: 100px;
 
}

.open-sec-6 .box img {
  max-width: 22%;
}


.open-sec-1 .text h2,
.open-sec-1 .text p {
  text-align: center;
}

.open-sec-1 {
  background-image: url(../images/position/banner-3.png);
  background-position: 0% 130%;
  min-height: 600px;

}
.open-sec-2.main-sec {
  
  margin-top: -90px;
}

.open-sec-2 .img-box {
  margin-top: 60px;
}


footer .footer-nav ul li a,
footer .copy-right-etc ul li a {
  font-size: 10px!important;
}

footer .copy-right-etc ul li:last-child{
  font-size: 8px;
  margin: 5px 0 0;
}

footer hr {
  margin: 10px 0px;
}

.footer-logo img {
  max-width: 120px ;
}


.open-sec-2 .vid-box video {
  margin-bottom: 20px;
}

.open-sec-2 {
  padding: 50px 0px 0px;
}

.circle-div {
  transform: scale(.6);
  right: 58%;
  bottom: -13%;
}


.circle-div .circle-text li {
  position: initial;
}

.circle-div .circle-text li p {
  left: 108% !important;
  top: 40px !important;
}





}


@media only screen and (max-width: 500px){
  .open-sec-1 {

    background-position: 0% 120%;
    min-height: 500px;
}

.open-sec-1 .box-2 {
  max-width: 260px;

}
.open-sec-1 .box-1 {
  margin-top: -60px!important;
}
.open-sec-1 .box-2 {
  margin-top: -20px;
}

.circle-div {
  right: 52%;
}


}



@media only screen and (max-width: 400px){
  .open-sec-1 {
    background-position: 70% 110%;
    min-height: 420px;
    background-size: 110%;
}
.open-sec-1 .box-1 {
  margin-top: -40px;
}
.circle-div {
  transform: scale(.5);
  right: 42%;
  bottom: -20%;
}


}