/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/poppins/Poppins-Regular.woff2) format("woff2");
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../font/poppins/Poppins-Medium.woff2) format("woff2");
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/poppins/Poppins-SemiBold.woff2) format("woff2");
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/poppins/Poppins-Bold.woff2) format("woff2");
}
body {
  font-family: "Poppins";
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: justify !important;
}

section {
  padding: 40px 0px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.toll-free-txt {
  font-size: 14px;
  padding: 10px 0px;
  margin-bottom: 0;
}

.logo img {
  max-width: 150px;
}

.menu-links {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  margin-right: 40px;
}
.menu-links:hover {
  color: #fecb07;
}

.login-btn {
  border-radius: 4px;
  background: #fecb07;
  height: 37px;
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

.btn-blue {
  background: #60a8ff !important;
  color: #fff !important;
  box-shadow: none !important;
}
.btn-blue:hover {
  background-color: black;
}

.planning-sec {
  background: #fecb07;
}
.planning-sec .cont-bg {
  background: #fecb07;
}
.planning-sec .cont-bg a {
  margin: auto;
}

.SCCl-sec {
  background-image: url(../../assets/images/Group_1874.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100%;
  padding: 40px 0;
}
.SCCl-sec .SCCLvalues {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
.SCCl-sec .SCCLvalues div {
  padding: 10px;
  width: 33%;
  text-align: center;
  padding: 40px;
}
.SCCl-sec .SCCLvalues div p {
  font-size: 18px;
  font-weight: 500;
}

.round-icon {
  display: flex;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  margin: 0 auto 15px;
  box-shadow: 0px 6px 33px rgba(0, 0, 0, 0.1607843137);
}

.contact-us-sec .contact-box {
  text-align: center !important;
}
.contact-us-sec .contact-box:after {
  content: "";
  border: 5px solid #fecb07;
  width: 120px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.contact-us-sec .box-icons {
  text-align: center !important;
}

.menu-btn {
  padding: 0;
  background: transparent;
  border: 0;
  display: none;
}

.over-flow-hdn {
  overflow-y: hidden;
}

.toll-free-txt a {
  color: black;
}

.banner-sec-1 {
  background: url(../../assets/images/credit.svg), #f7f7f7 !important;
  height: 450px;
  background-position: 145% bottom !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: red;
}

.banner-sec {
  background: #f7f7f7;
  height: 405px;
}
.banner-sec h2 {
  font-size: 34px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner-sec p {
  font-size: 23px;
  margin: 15px 0 30px;
  line-height: 35px;
}

.primary-btn {
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 24px;
  height: 50px;
  border: 0;
  box-shadow: 5px 8px 43px rgba(207, 168, 16, 0.4);
  border-radius: 8px;
  color: black;
}
.primary-btn span {
  margin-left: 10px;
}

.primary-btn:hover svg path {
  fill: #fecb07;
}

.banner-img {
  display: none;
}

.overlay {
  display: none;
}

.close-btn {
  display: none;
}

.sec-hd {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 600;
}

.sec-parah {
  font-size: 16px;
  margin-bottom: 30px;
}

.abt-box {
  padding: 20px 30px;
  box-shadow: 12px 57px 63px rgba(177, 145, 22, 0.1098039216);
  background: white;
  border-radius: 4px;
  margin-bottom: 30px;
}

span.abt-icon {
  box-shadow: 2px 22px 30px rgba(87, 208, 254, 0.2784313725);
  display: flex;
  align-items: center;
  background: #fecb07;
  justify-content: center;
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
}

.abt-txt {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-decoration: none !important;
  margin: 0 30px;
}

.p-relative {
  position: relative;
}

.about-sec .container.p-relative:before {
  content: "";
  display: block;
  height: 100%;
  width: 60%;
  position: absolute;
  z-index: -1;
  border-radius: 30px 10px 10px 610px;
  background: #57d0fe;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.abt_wrapper {
  padding: 30px 15px 0;
}

.visio-sec {
  background: #f9f9f9;
}

.vision-box {
  box-shadow: 1px 20px 60px rgba(254, 203, 7, 0.1803921569);
  background: white;
}

.vision-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.vision-left {
  background: #fecb07;
}

.vision-right {
  padding: 40px 30px 0px;
}

.read-more-txt {
  color: #2786ec;
  font-size: 20px;
  text-decoration: underline;
}

.management-sec {
  background: #fecb07;
}

.manage-left {
  box-shadow: 7px 20px 30px rgba(190, 154, 15, 0.3215686275);
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: white;
  padding: 30px 40px;
}

.manage-right {
  text-align: center;
}

.owl-item.center .board-cnt {
  display: block;
}

#board-caros-m img {
  margin: 0 auto;
}

#board-caros-m .item {
  text-align: center;
}

.board-cnt h2 {
  font-size: 18px;
  margin-block: 0px 20px;
  text-align: center;
  font-weight: 600;
}

.board-cnt p {
  font-size: 14px;
  color: #707070;
  margin-bottom: 15px;
  max-width: 70%;
  margin-inline: auto;
  text-align: center;
  height: 111px;
  overflow: hidden;
  line-height: 22px;
}

#deks-car {
  padding-bottom: 0;
}

.car-box {
  margin-top: 80px;
}

div#board-caros-m .owl-dots {
  display: none;
}

#board-caros-m .owl-nav {
  justify-content: space-between;
  display: flex;
  position: absolute;
  width: 100%;
  top: 90px;
  width: 365px;
  left: 0;
  right: 0;
  margin: auto;
}

#board-caros-m .owl-nav button {
  width: 50px;
  height: 50px;
}

.owl-nav button:hover,
.owl-nav button:active,
.owl-nav button:focus {
  background: none !important;
}

#board-caros-m .owl-nav button img {
  max-width: 100%;
  max-height: 100%;
}

footer .footer-section ul li {
  margin-bottom: 9px;
}

.board-cnt h2 span {
  color: #727272 !important;
  font-size: 17px;
}

.owl-item.active img {
  opacity: 1;
}

.item img {
  width: 150px !important;
  height: 150px !important;
  opacity: 0.5;
}

.owl-item.active.center .item img {
  opacity: 1;
  width: 200px !important;
  height: 200px !important;
}

.owl-stage-outer,
.owl-stage {
  height: 100%;
  position: relative;
}

.lft-ang-2 {
  position: absolute;
  top: 300px;
}
.lft-ang-2 img {
  transform: rotate(332deg);
}

.lft-ang-1 {
  position: absolute;
  top: 120px;
}
.lft-ang-1 img {
  transform: rotate(332deg);
}

.right-ang-2 {
  position: absolute;
  top: 300px;
}
.right-ang-2 img {
  transform: rotate(-332deg);
}

.right-ang-1 {
  position: absolute;
  top: 120px;
}
.right-ang-1 img {
  transform: rotate(-332deg);
}

.descriptions__item .board-cnt h2 {
  margin-top: 0;
}

footer {
  position: relative;
  z-index: 999999999999;
}

.controls__autoplay {
  display: none;
}

.read-more-txt {
  background: none !important;
  background-color: none;
  border: 0;
}

.descriptions__item .read-more-txt {
  z-index: 9999;
}

@media (max-width: 991px) {
  #deks-car {
    display: none;
  }
  #mob-car {
    display: block !important;
  }
  footer {
    position: relative;
    z-index: 999999999999;
    top: 0px;
  }
}
.align-item-end {
  align-items: flex-end;
}

.carrer-banner {
  background: #e5f4ff;
  height: 405px;
  padding-bottom: 0;
}

.banner-hd {
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  line-height: 55px;
}

.text-yellow {
  color: #fecb07;
}

.mt-30 {
  margin-top: 30px;
}

.text-white {
  color: white;
}

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

input:focus,
input:active {
  border: 1px solid #fecb07;
  outline: 0;
}

.input-box {
  height: 50px;
  width: 100%;
  border: 0.5px solid #707070;
  border-radius: 5px;
  padding: 15px;
}

.form-box {
  margin-bottom: 50px;
  position: relative;
}

.form-box label {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #707070;
  font-size: 16px;
  margin: 0;
  transition: all 0.5s linear;
}
.form-box label span {
  color: red;
}

.input-box:focus + label,
.input-box:valid + label {
  left: 0px;
  top: -25px;
  transition: all 0.3s linear;
  font-size: 15px;
}

.file-box label {
  left: 0;
  top: -25px;
  font-size: 15px;
}

.policy-banner {
  background-color: #fbfbfb;
}

.g-parah {
  color: #707070;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  width: 70%;
  margin: auto;
}

.download-box {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 30px 15px;
  background: #fbfbfb;
}

.download-list {
  background: white;
  border: 1px solid #fecb07;
  align-items: center;
  padding: 10px 30px;
  margin-bottom: 20px;
  width: 50%;
  max-width: 520px;
  height: 100px;
  margin: 10px 10px;
}

.dwn-icn svg {
  position: relative;
  z-index: 2;
}

.dwn-icn:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  background: rgba(254, 205, 7, 0.1921568627);
  border-radius: 50%;
}

.dwn-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.download-lft p {
  margin-left: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #585656;
}

.download-btn {
  padding: 0;
  border: 0;
  background: 0;
}

.download-btn:hover svg path {
  fill: #fecb07;
}

@media (max-width: 767px) {
  .carrer-banner {
    height: auto;
  }
}
.row.about-mb.about-gap {
  row-gap: 20px;
}

.product-banner {
  background-color: #fff1d9 !important;
}

.mx-auto {
  margin: 0 auto;
}

.mx-full {
  max-width: 100% !important;
}

.product-box {
  padding: 20px 5px;
  box-shadow: 12px 57px 63px rgba(177, 145, 22, 0.1098039216);
  border-radius: 4px;
  background: white;
  height: 100%;
}

.product-bx {
  display: flex;
  align-items: flex-start;
  padding: 0 15px 15px;
  min-height: 99px;
}
.product-bx p {
  font-size: 14px;
  font-weight: 600;
}

.product-icon {
  min-width: 60px;
  min-height: 60px;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1215686275);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fda101;
  margin-right: 20px;
}

.product-def {
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
  border-top: 1px solid rgba(253, 161, 1, 0.4196078431);
  line-height: 24px;
}

.prod-wrapper {
  margin-top: 50px;
}

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

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background-color: rgb(240, 240, 240);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2786ec;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2786ec;
}

.p-none {
  pointer-events: none;
}

.spac-p {
  display: block;
  height: 7px;
}

.sub-banner-img img {
  width: 81%;
  margin: 0 auto;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.read-more-txt {
  font-size: 16px;
}

.prodcut-hd {
  font-size: 20px !important;
  font-weight: 500;
}

.product-sub {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

.menu-links.active {
  color: #fecb07;
}

.banner-svg {
  display: block;
}
.banner-svg svg {
  width: 100%;
}

.banner-sec-3 {
  padding: 0;
}

.bg-ban {
  background-image: url(../../assets/images/banner-new-6.svg);
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 100%;
  padding: 40px 0;
}

.primary-btn:focus,
.primary-btn:active,
.primary-btn:visited {
  color: rgb(255, 255, 255);
}

.h-m-s {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.bred-links {
  font-weight: 500;
  color: #969696;
}

.bred-link.active {
  pointer-events: none;
  color: #fecb07;
}

.bread-crump {
  padding: 20px 0px;
}

.err-banner {
  height: auto !important;
}
.err-banner img {
  display: block;
  margin: 0 auto 20px;
}

.min-h-b .row {
  min-height: 405px;
  max-height: 405px;
}

.min-h-b .container {
  min-height: 405px;
  max-height: 405px;
  padding: 0;
}

.min-h-b .row > div {
  min-height: 405px;
  max-height: 405px;
}

.min-h-b .banner-txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.min-h-b .sub-banner-img {
  display: flex;
  flex-flow: column;
  justify-content: end;
}

.min-h-b {
  padding: 0;
}

.sucs-txt {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  color: #4bb543;
  display: none;
}

#apply-nw-btn {
  margin: 0 auto;
}

.err-msg {
  position: absolute;
  top: 55px;
  font-size: 12px;
  color: red;
  display: none;
}

/*9222*/
.flex-add {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* tab Style -sujatha */
.policytitle {
  margin-bottom: 35px;
}

.tab {
  float: left;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  width: 19%;
  min-height: 150px;
  margin: 0 1%;
}

.tab a {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab a:hover {
  background-color: #f3f7fb;
}

.tab a.active {
  background: #fecb07;
  color: #fff;
  border: none;
}

.tabcontent {
  float: left;
  padding: 25px;
  /* border: 1px solid #ccc; */
  width: 80%;
  border-left: none;
  background: #f3f7fb;
}

.arrowicon {
  float: right;
}

@media (max-width: 767px) {
  .arrowicon,
  .arrowicon1 {
    float: right;
    transform: rotate(90deg);
  }
  .policy-pdf {
    display: flex;
    align-items: flex-start;
  }
  .pdficon {
    padding-top: 13px !important;
  }
}
.policy-cnt {
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  display: flex;
  border-radius: 5px;
  padding-bottom: 30px;
}

.pdficon {
  width: 30px;
  padding-top: 12px;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center;
}

.pdficon {
  width: 14px;
  margin-right: 8px;
}

.pdf-txt {
  font-size: 13px;
}

.pdf-txt a {
  color: #212529;
}

.policymain-div {
  margin-top: 25px;
  margin-bottom: 35px;
}

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

@media (max-width: 767px) {
  .tab.m-l-0 {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .tab a {
    padding: 5px;
    font-size: 13px;
  }
  .policy-cnt {
    flex-direction: column;
  }
  .policymain-div {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tab {
    min-height: auto;
  }
  .tabcontent {
    width: 100%;
  }
  .pdf-txt {
    font-size: 13px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .download-sec {
    padding: 0px;
  }
  .policy-pdf {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .tab .mobilescroll a {
    font-size: 15px;
  }
  .tab a.active {
    display: flex;
    justify-content: space-evenly;
    width: 150px;
    flex-wrap: nowrap;
  }
  .tab .mobilescroll {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 100%;
  }
  .tab .mobilescroll a {
    width: 50%;
  }
  .tab .mobilescrolltheme {
    width: auto !important;
  }
  .tab .mobilescrolltheme a.active {
    display: flex !important;
    justify-content: space-evenly !important;
    width: 150px !important;
    flex-wrap: nowrap !important;
  }
  .tab a {
    display: flex;
    justify-content: space-evenly;
  }
  .tabcontent {
    height: auto !important;
  }
  .tab {
    margin: 15px;
    max-width: 300px;
    overflow-x: hidden;
  }
  .tab a {
    border-bottom: 2px solid #ccc;
  }
  .policy-cnt {
    border: none;
  }
  .tabcontent {
    background: transparent;
    border: 1px solid #ddd;
    padding: 15px;
  }
  .tabcontent .policycontent {
    background: #f3f7fb;
    padding: 15px;
    padding-bottom: 0px;
  }
  .policytitle {
    margin-bottom: 10px;
  }
}
.policy-cnt .tab .mobilescrolltheme {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.policy-cnt .tab .mobilescrolltheme .tablinks {
  width: 170px !important;
}

/* tab Style -sujatha */
/* width */
.pdficon {
  padding-top: 3px;
}

.policy-pdf {
  display: flex;
  align-items: flex-start;
}

.pdf-txt a:hover {
  color: #2181e2;
}

::-webkit-scrollbar {
  height: 2px !important;
  width: 4px !important;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px !important;
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #616161;
  border-radius: 10px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.p-0 {
  padding: 0 !important;
}

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

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

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-item-center {
  align-items: center;
}

.d-block {
  display: block;
}

.justify-content-center {
  justify-content: center;
}

.w-100 {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1501px) {
  .container {
    max-width: 1470px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
footer {
  background-color: #f6f4f5;
  padding: 40px 0;
}
footer .footer-section {
  display: flex;
  justify-content: space-between;
}
footer .footer-section .footer-logo img {
  width: 180px;
}
footer .footer-section h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .footer-section ul {
  padding-left: 0;
}
footer .footer-section ul li {
  list-style: none;
  text-transform: capitalize;
}
footer .footer-section ul li .footer-link {
  color: #7a7b7c;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-section ul li .footer-link:hover {
  color: #fecb07;
}

.about-links {
  padding-left: 12px;
}

@media (max-width: 767px) {
  .banner-img {
    display: block;
  }
  .banner-sec {
    height: auto;
  }
  .err-i {
    width: 85%;
  }
  .min-h-b .container,
  .min-h-b .row,
  .min-h-b .row > div {
    min-height: auto;
    max-height: unset;
  }
  .min-h-b {
    padding: 30px 0 0;
  }
  .min-h-b .container {
    padding: 0 15px !important;
  }
  .container.bg-ban .row.align-item-center {
    margin-top: 0;
  }
  .bg-ban {
    background: none;
    padding-inline: 20px !important;
  }
  .banner-sec-1 {
    height: auto !important;
    background: #f3f3f3 !important;
  }
  .abt-box {
    position: relative;
  }
  .arrow-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .logo img {
    max-width: 140px;
    position: relative;
    margin: 10px 0;
  }
  footer .footer-section .footer-logo img {
    width: 140px;
  }
  section {
    padding: 30px 0px;
  }
  .banner-sec h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .banner-sec p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .primary-btn {
    padding: 5px 10px;
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
  }
  .banner-sec.d-flex.align-item-center {
    align-items: flex-start;
    background: none;
    height: -moz-max-content;
    height: max-content;
  }
  footer .footer-section {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer-section .footer-logo {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  footer .footer-section .qucik-links {
    margin-bottom: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-section .about-sec .sec-hd {
    font-size: 24px;
  }
  footer .footer-section .about-sec .sec-parah {
    font-size: 14px;
    text-align: justify;
  }
  footer .footer-section .abt_wrapper .abt-cnt {
    flex-direction: column;
  }
  footer .footer-section .abt_wrapper .abt-cnt .abt-icon {
    margin-bottom: 15px;
  }
  footer .footer-section .abt_wrapper .abt-cnt .abt-txt {
    margin: 0;
  }
  footer .footer-section .visio-sec .vision-left {
    background: unset;
  }
  footer .footer-section .visio-sec .vision-right {
    padding: 30px 20px 0px;
  }
  footer .footer-section .visio-sec .vision-right .sec-hd {
    font-size: 25px;
  }
  footer .footer-section .visio-sec .vision-right .sec-parah {
    font-size: 14px;
  }
  footer .footer-section .management-sec .sec-hd {
    font-size: 24px;
  }
  footer .footer-section .management-sec .sec-parah {
    font-size: 14px;
  }
  footer .footer-section .management-sec .manage-right {
    margin-top: 20px;
  }
  footer .footer-section .management-sec .manage-right img {
    width: 100%;
  }
  footer .footer-section .management-sec .manage-left {
    padding: 20px 25px;
  }
  footer .footer-section footer {
    padding: 10px;
  }
  footer .footer-section footer .footer-section {
    display: inline-table !important;
    flex-direction: column;
  }
  footer .footer-section footer .footer-section .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-section footer .footer-section .qucik-links {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .about-links {
    padding-left: 0;
  }
  footer .footer-section .qucik-links {
    width: 100% !important;
  }
  .banner-hd {
    font-size: 24px;
    line-height: 36px;
  }
  .sub-banner-img {
    margin-top: 20px;
  }
  .sec-hd {
    margin-bottom: 15px;
  }
  .life-at-rgt .sec-hd {
    text-align: center;
  }
  .sec-parah {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .life-at-rgt .sec-parah {
    margin: 0;
  }
  .apply-sec .sec-hd {
    margin-bottom: 30px;
  }
  .form-box label {
    font-size: 15px;
  }
  .input-box:focus + label,
  .input-box:valid + label {
    font-size: 14px;
  }
  .apply-sec .primary-btn {
    margin: 0 auto;
  }
  .download-list {
    padding: 10px;
  }
  .download-lft p {
    margin-left: 20px;
    font-size: 16px;
    width: 65%;
  }
  .download-box {
    padding: 30px 0 10px;
    margin-top: 30px;
  }
  .life-at-shiram-sec .row.align-item-center {
    flex-direction: column-reverse;
  }
  .manage-left {
    padding: 20px 15px;
  }
  .board-cnt h2 span {
    display: block;
  }
  .board-cnt p {
    height: auto;
    max-width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
  }
  #board-caros-m .owl-nav {
    top: 60px;
    width: 100%;
  }
  .qucik-links.addr-link {
    width: 100% !important;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer-section h5 {
    margin-bottom: 10px;
  }
  footer .footer-section ul {
    margin: 0;
  }
  .vision-right {
    padding: 30px 15px;
  }
  .management-sec .rounded-image img {
    width: 70% !important;
  }
  .carr-p {
    padding-bottom: 30px;
  }
  .sub-banner-img img {
    width: 85% !important;
  }
  .carr-p .sub-banner-img img,
  .contact-p .sub-banner-img img {
    width: 85%;
  }
  section#mob-car {
    padding-bottom: 0;
  }
  .car-box {
    margin-top: 0;
  }
  .policy-banner-g img {
    width: 60% !important;
  }
  .cont-bg .row {
    gap: 20px;
  }
  .SCCLvalues {
    margin-top: 20px !important;
    row-gap: 20px;
  }
  .SCCl-sec .SCCLvalues div {
    padding: 0;
  }
  .round-icon {
    width: 60px;
    height: 60px;
  }
  .round-icon img {
    width: 40px;
    height: 40px;
  }
  .SCCl-sec .SCCLvalues div p {
    font-size: 15px;
  }
  .about-sec.about-bg-color {
    padding-bottom: 0;
  }
  .SCCl-sec {
    padding: 30px 0;
  }
  .cont-bg .g-parah {
    margin-bottom: 0px !important;
  }
  .vision-box .row {
    flex-direction: column-reverse;
  }
  .vision-left {
    background: none;
  }
  .prod-wrapper {
    margin-top: 30px;
  }
  .vision-img {
    max-width: calc(100% - 30px);
    margin: 0 auto 15px;
  }
  .index-abt .about-box {
    display: flex;
    align-items: center;
  }
  .index-abt .about-box .about-icon {
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .visio-sec .vision-right .sec-hd {
    font-size: 24px !important;
    text-align: center;
  }
  .bread-crump {
    padding: 15px 0px;
  }
}
@media (max-width: 991px) {
  .sub-banner-img img {
    width: 100%;
  }
  .menu-btn {
    display: block;
  }
  .header-right {
    position: absolute;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    background: white;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    z-index: 3;
    left: -300px;
    top: 0;
    padding-top: 50px;
    padding-left: 30px;
    transition: all 0.4s linear;
  }
  .header-right .menu-links {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .header-right.active {
    left: 0;
    transition: all 0.4s linear;
  }
  .overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(14, 14, 14, 0.6705882353);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .close-btn {
    display: block;
    background: no-repeat;
    border: 0;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .g-parah {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
  .download-list {
    width: 100%;
  }
  .abt-cnt {
    flex-direction: column;
    width: 100%;
  }
  .about-sec .abt-box {
    padding: 15px;
  }
  .about-sec .abt-box .abt-txt {
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  p.toll-free-txt.text-right {
    display: none;
  }
  .menu-btn svg {
    width: 22px;
    height: 22px;
  }
  section#mob-car .board-cnt br {
    display: block;
  }
  .board-cnt h2 span {
    color: #727272 !important;
    font-size: 16px;
  }
  .board-cnt h2 {
    margin-block: 15px;
  }
  .prodcut-hd {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sec-hd {
    font-size: 24px;
  }
  .about-sec .card-section {
    margin-top: 20px;
  }
  .about-sec .abt-box {
    height: 100%;
  }
  .about-sec .abt-box .abt-txt {
    margin: 0 25px;
  }
  .visio-sec .vision-left {
    display: flex;
    align-items: center;
  }
  .visio-sec .vision-right .sec-hd {
    font-size: 30px;
  }
  .visio-sec .vision-right .sec-parah {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .management-sec .rounded-image {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
  }
  .management-sec .rounded-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .sec-hd {
    font-size: 30px;
  }
  .sec-parah {
    font-size: 14px;
  }
  .circular-slider .wrapper .controls__left {
    left: 330px;
    top: 80px;
  }
  .circular-slider .wrapper .controls__right {
    right: 330px !important;
    top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 40px 0px;
  }
  .min-h-b .container,
  .min-h-b .row,
  .min-h-b .row > div {
    min-height: auto;
    max-height: unset;
  }
  .min-h-b {
    padding: 40px 0 0;
  }
  .menu-btn {
    display: block;
  }
  .carrer-banner {
    height: auto;
  }
  .banner-sec-3.banner-sec.d-flex.bt-head.min-h-b .banner-txt {
    padding-bottom: 40px;
  }
  .header-right {
    position: absolute;
    flex-direction: column;
    width: 300px;
    height: 100vh;
    background: white;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    z-index: 3;
    left: -300px;
    top: 0;
    padding-top: 50px;
    padding-left: 30px;
    transition: all 0.4s linear;
  }
  .header-right .menu-links {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .banner-sec-1 {
    height: auto !important;
    background-size: 55% !important;
    background-position: right center !important;
  }
  .header-right.active {
    left: 0;
    transition: all 0.4s linear;
  }
  .overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(14, 14, 14, 0.6705882353);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .close-btn {
    display: block;
    background: no-repeat;
    border: 0;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .banner-hd {
    font-size: 26px;
    line-height: 35px;
  }
  .banner-sec {
    height: auto;
  }
  .banner-sec h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .banner-sec p {
    font-size: 20px;
    margin: 15px 0 25px;
    line-height: 30px;
  }
  .sec-hd {
    font-size: 24px;
  }
  span.arrow-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .about-sec .abt-box {
    position: relative;
  }
  .about-sec .abt-box .abt-txt {
    margin: 0;
    margin-top: 10px;
  }
  .board-cnt p {
    height: 100%;
    max-width: 100%;
    text-align: justify;
    margin: 0;
  }
  .logo img {
    position: relative;
    margin: 10px 0;
  }
  .footer-section {
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .qucik-links {
    width: 49%;
    margin-bottom: 10px;
  }
  .download-lft p {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .product-bx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .cont-bg .row {
    row-gap: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  #deks-car {
    height: 730px;
    max-height: 800px;
  }
  .logo.d-block {
    position: relative;
    top: -20px;
  }
  .form-row {
    margin-top: 40px;
  }
  .mb-md-0 .abt-box {
    margin-bottom: 0;
  }
  .banner-sec-1 {
    align-items: center;
  }
  .SCCl-sec .SCCLvalues {
    max-width: 710px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .circular-slider .wrapper .controls__left,
  .circular-slider .wrapper .controls__right {
    top: 100px;
  }
  .circular-slider .wrapper .controls__left {
    left: 400px;
  }
  .circular-slider .wrapper .controls__right {
    right: 400px !important;
  }
  .banner-hd,
  .banner-sec h2 {
    font-size: 29px;
    line-height: 47px;
  }
  .sub-banner-img img {
    width: 100%;
    display: block;
  }
  .carrer-banner {
    height: 400px;
  }
  .banner-sec {
    height: 400px;
  }
  .prodcut-hd {
    font-size: 18px !important;
    font-weight: 500;
  }
  .product-bx.min-ex {
    min-height: 143px;
  }
}
.carrer-banner.contact-banner {
  background-color: #f5f5f5;
}
.carrer-banner.contact-banner .banner-hd {
  margin-bottom: 16px;
}

.contact-box {
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1607843137);
}
.contact-box .box-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-inline: auto;
}
.contact-box .box-icons img {
  width: 50px;
  height: 50px;
}
.contact-box .address-text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-box .address-text p {
  font-size: 15px;
}

.cont-bg .g-parah {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cont-bg {
    padding: 0 20px;
  }
}
.mb-0 {
  margin-bottom: 0px !important;
}

.about-bg-color {
  background-color: #fbfbfb;
}
.about-bg-color .about-box {
  height: 100%;
  border-radius: 4px;
  border: 1px solid #fecb07;
  padding: 20px;
}
.about-bg-color .about-box p {
  font-size: 15px;
}
.about-bg-color .about-box .about-icon {
  background-color: #fecb07;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .about-gap {
    row-gap: 15px;
  }
}
.about-box:hover {
  box-shadow: 2px 22px 34px rgba(177, 145, 22, 0.1098039216);
  cursor: pointer;
}

.phoneIcon {
  width: 20px;
  margin-right: 5px;
}

.centercnt {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.about-bg-color .pro-btn {
  display: flex;
  justify-content: center;
}
.about-bg-color .pro-btn .btn-default {
  color: #fff;
  background-color: #f7ab2b;
  border-radius: 5px;
}
.about-bg-color .pro-btn .btn-default:hover {
  color: #000;
  background: #dbdbdb;
}
.about-bg-color .pro-btn .btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.about-bg-color .pro-btn-2 {
  margin-left: unset;
}
@media (min-width: 992px) {
  .about-bg-color .pro-btn-2 {
    margin-left: auto;
    padding-top: 15px;
  }
}
.about-bg-color .pro-btn-2 .btn-default {
  color: #000000;
  background-color: rgb(246, 244, 245);
  border-radius: 3px;
  border: 1px solid rgb(254, 203, 7);
}
.about-bg-color .pro-btn-2 .btn-default:hover {
  color: #ffffff;
  background: rgb(254, 203, 7);
}
.about-bg-color .pro-btn-2 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 32px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}/*# sourceMappingURL=index.css.map */