body {
  font-family: "Open Sans", sans-serif;
  /*color: #2000ff;*/
}
.card {
    height: 295px !important;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #010b99;
  border-color: #207103;
}
.form-control {
  display: block;
  width: 62%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #02294f;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  float: left;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid #0c0567;
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-left: 3px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #052f6c;
  outline: 0;
  box-shadow: none;
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: #0a0368;
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: none;
}
.my-2 {
  margin-top: .0rem !important;
  margin-bottom: .0rem !important;
}

a {
  color: #ef6603;
  text-decoration: none;
}

a:hover {
  color: #0c0060;
  text-decoration: none;
}

@media screen and (max-width: 300px) and (min-width: 250px){
  
    .card {
    width: 134px !important;
    float: left;
    margin-left: 10px;
    
    margin-top: 10px;
  }

  .card-img-top {
    width: 113px !important;
    margin: 8px;
    height: 126px;
  }
}



#main {
  margin-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  background-color: white;
}


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ef6603;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fc7c1f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.9);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #150467;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 14px;
  color: #060767;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
  font-family: Comfortaa-VariableFont_wght;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  background: #060767;
  color: white;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #0f0362;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);
  padding: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #ef6603;
}

#hero .btn-get-started:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }
}

.services_container__yIyBU {
  margin: 35px !important;
}

.services_icon__7HOk7 {
  padding: 20px;
  position: relative;
  transition: .3s ease;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: -1px 1px 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  border-radius: 8px;
}
.services_icon__7HOk7:hover {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
  box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}


.about {
  padding-top: 80px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #ef6603;
}

.features .nav-link.active {
  background: #ef6603;
  color: #fff;
  border-color: #ef6603;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

@media (max-width: 900px) {

.services_flex__aoaVl {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(67px,1fr)) !important;
  grid-gap: 10px;
}
.services_iconList__aQJoS {
  display: flex;
  flex-direction: column;
  place-content: center;
    justify-content: center;
  text-align: center;
  width: 67px !important;
  justify-content: flex-start;
}

.services_icon__7HOk7 {
  padding: 2px;
  position: relative;
  transition: .3s ease;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: -1px 1px 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  border-radius: 8px;
}
.short-image {
  width: 50px;
  height: 50px;
}

.card {
  width: 147px;
  float: left;
  margin-left: 10px;

}
.card-img-top {
  width: 127px;
  margin: 8px;
}
.Model-Full , .card-text {
  display: none;
}

.h5, h5 {
  font-size: 0.9rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #10005c;
  text-decoration: none;
}
.price {
  font-family: "Source Code Pro", monospace;
  text-align: center;
  color: green;
}
.card-body {
  flex: 1 1 auto;
  color: var(--bs-card-color);
  text-align: center;
  padding: 0px;
}
.View-Details {
  text-align: center;
  color: blue;
}
.fproducts {
  display: inline-block;
}

.services_leftHeader__xSv4R {
  font-size: 24px;
  color: var(--text-color);
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  
}

}

@media only screen and (min-device-width: 310px){

  .card {
    width: 134px !important;
    float: left;
    margin-left: 10px;
   
    margin-top: 10px;
  }

  .card-img-top {
    width: 113px;
    margin: 8px;
    height: 130px;
  }



    }


@media only screen and (min-device-width: 330px){

  .card {
    width: 144px !important;
    float: left;
    margin-left: 10px;
  
    margin-top: 10px;
  }

    .card-img-top {
    width: 120px;
    margin: 8px;
    height: 130px;
  }
    }



@media only screen and (min-device-width: 345px){

  .card {
    width: 155px !important;
    float: left;
    margin-left: 10px;
  
    margin-top: 10px;
  }

    .card-img-top {
    width: 125px;
    margin: 8px;
    height: 135px;
  }
    }    

.services_leftHeader__xSv4R {

}
#footer {
  margin-top: 45px;
}    


@media only screen and (min-device-width: 370px){

  .card {
    width: 170px !important;
    float: left;
    margin-left: 10px;
    height: 275px;
    margin-top: 10px;
  }

    .card-img-top {
    width: 143px;
    margin: 8px;
    height: 135px;
  }
    }

@media only screen and (min-device-width: 386px){

  .card {
    width: 177px !important;
    float: left;
    margin-left: 10px;
    height: 282px;
    margin-top: 10px;
  }

 .card-img-top {
  margin: 8px;
  width: 148px;
  height: 135px;
}


    }    
    




.fproducts {
  display: inline-block;
}


.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ef6603;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}


.cta {
  background: #2a2c39;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ef6603;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #ef6603;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1872px;
  }
}




/*Test*/

.accordion_accordion_container__UryjT {
  border:1px solid hsla(0,0%,69%,.5);
  border-radius:16px;
  background:#fff;
  padding:20px 25px;
  margin-bottom:6px
}
.accordion_accordion_container__UryjT ul {
  padding-inline-start:20px!important
}
.accordion_accordion_header__qY8iZ {
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer
}
.accordion_accordion_header__qY8iZ img {
  display:inline-block
}
.accordion_accordion_header__qY8iZ .accordion_title__yINiQ {
  font-family:Open Sans;
  font-display:swap;
  font-style:normal;
  font-weight:700;
  font-size:16px;
  line-height:16px;
  color:var(--text-color)
}
.accordion_accordion_content__Khjsy {
  font-family:Open Sans;
  font-display:swap;
  font-style:normal;
  font-weight:400;
  font-size:14px;
  line-height:20px;
  color:var(--text-color);
  margin-top:30px
}
.moreservices_grid__5n69c {
  display:inline-grid;
  grid-template-columns:repeat(auto-fill,minmax(132px,1fr));
  width:100%;
  -moz-column-gap:20px;
  column-gap:20px;
  row-gap:42px;
  justify-content:center
}
.moreservices_flexMobile__Z4IGp {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  width:100%;
  place-content:space-between;
  align-items:flex-start
}
.moreservices_header__uttgz {
  display:flex;
  margin-bottom:1em;
  align-items:center
}
.moreservices_leftHeader__sdX_N {
  font-size:24px;
  color:var(--text-color);
  font-family:Open Sans;
  font-style:normal;
  font-weight:700;
  line-height:28px;
  margin-left:18px
}
.moreservices_rightHeader__bAIGl {
  color:var(--primary-color);
  font-size:14px;
  font-family:Open Sans;
  font-style:normal;
  font-weight:600;
  line-height:20px
}
.moreservices_container__uf6DX {
  padding:2em 0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start
}
.moreservices_label___aRdv {
  font-family:Open Sans;
  font-size:14px;
  color:var(--text-color);
  cursor:pointer;
  font-weight:600;
  word-break:break-word
}
.moreservices_iconList__9bc3P {
  display:inline-flex;
  flex-direction:column;
  place-content:center;
  text-align:center;
  width:120px;
  justify-content:flex-start;
  height:auto
}
.moreservices_icon__Gs6_0 img {
  cursor:pointer;
  max-height:80px
}
.moreservices_headerMobile__bG5aI {
  display:inline-flex;
  margin-bottom:1em;
  flex-wrap:wrap;
  width:100%;
  align-items:center
}
.moreservices_leftHeaderMobile__mGLDM {
  font-size:20px;
  color:var(--text-color);
  font-weight:700;
  margin-left:18px
}
.moreservices_rightHeaderMobile__fpopE {
  color:var(--primary-color);
  font-size:14px
}
.moreservices_containerMobile__5FZ7G {
  margin:1em
}
.moreservices_labelMobile__DdRt8 {
  font-size:12px;
  color:var(--text-color);
  cursor:pointer;
  word-break:break-word
}
.moreservices_iconListMobile__QfJn_ {
  display:flex;
  flex-direction:column;
  place-content:center;
  text-align:center;
  width:100px
}

.DialogBox_container__oqIBL {
  display:none;
  background-color:#000;
  opacity:40%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow-y:auto;
  width:100%;
  height:100%;
  z-index:9
}
.DialogBox_show__c2OeD {
  display:block;
  animation:DialogBox_overlayFadeIn__2a5bB .3s ease-in-out
}
.DialogBox_hide__iCSgg {
  display:none;
  animation:DialogBox_overlayFadeOut__mbudM .3s ease-in-out
}
.DialogBox_dialogContainer__rmmG3 {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background-color:#fff;
  border-radius:24px;
  position:fixed;
  max-width:-moz-fit-content;
  max-width:fit-content;
  height:-moz-fit-content;
  height:fit-content;
  z-index:11;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  padding:32px 22px
}
.DialogBox_text__Ybmbs {
  text-align:center;
  font-family:Open Sans;
  font-size:16px;
  color:#233443
}
.DialogBox_title__naiSm {
  line-height:28px;
  font-weight:700;
  margin-bottom:16px
}
.DialogBox_subTitle__XdoBx {
  line-height:24px;
  font-weight:400;
  margin-bottom:24px
}
.DialogBox_btn__Kq0LL {
  border-radius:1000px;
  padding:12px 16px;
  gap:8px;
  width:148px;
  border:none;
  font-family:Open Sans;
  font-style:normal;
  font-weight:600;
  font-size:14px;
  line-height:24px;
  margin-bottom:5px;
  cursor:pointer;
  background:#639;
  color:#fff
}
.DialogBox_crossIconDiv__Q1Tam {
  margin-bottom:4px;
  width:auto;
  height:20px
}
.DialogBox_crossIcon__i7_JY {
  width:16px;
  height:auto;
  position:absolute;
  top:23px;
  right:24px;
  cursor:pointer
}
.DialogBoxInstruction_container__oDt0o {
  display:none;
  background-color:#000;
  opacity:75%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow-y:auto;
  width:100%;
  height:100%;
  z-index:9
}
.DialogBoxInstruction_show__y8SEa {
  display:block;
  animation:DialogBoxInstruction_overlayFadeIn__enQ9d .3s ease-in-out
}
.DialogBoxInstruction_hide__TQpRs {
  display:none;
  animation:DialogBoxInstruction_overlayFadeOut__nWj3f .3s ease-in-out
}
.DialogBoxInstruction_grid__EJpBo {
  display:grid;
  grid-template-columns:20px auto;
  margin-top:2px;
  grid-column-gap:5px;
  -moz-column-gap:5px;
  column-gap:5px;
  word-break:break-word
}
.DialogBoxInstruction_dialogContainer__rJN4X {
  display:flex;
  flex-direction:column;
  align-items:center;
  background-color:#efefef;
  position:fixed;
  max-width:-moz-fit-content;
  max-width:fit-content;
  height:-moz-fit-content;
  height:fit-content;
  z-index:11;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  font-family:Open Sans
}
.DialogBoxInstruction_text__EVBkJ {
  text-align:center;
  font-family:Open Sans;
  font-size:16px;
  color:#233443
}
.DialogBoxInstruction_title__ZL784 {
  line-height:28px;
  color:#fff;
  font-weight:700
}
.DialogBoxInstruction_subTitle__MVJUb {
  line-height:24px;
  font-weight:400
}
.DialogBoxInstruction_btn__1L5On {
  border-radius:1000px;
  padding:12px 16px;
  gap:8px;
  width:148px;
  border:none;
  font-family:Open Sans;
  font-style:normal;
  font-weight:600;
  font-size:14px;
  line-height:24px;
  margin-bottom:5px;
  cursor:pointer;
  background:#639;
  color:#fff
}
.DialogBoxInstruction_crossIconDiv__WDHpL {
  margin-bottom:4px;
  width:auto;
  height:20px
}
.DialogBoxInstruction_crossIcon__p1iX6 {
  width:16px;
  height:auto;
  position:absolute;
  top:23px;
  right:24px;
  cursor:pointer
}
.DialogBoxInstruction_instruction-popup-header__V_rsj {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  padding:12px 24px;
  gap:24px;
  background:#639;
  border-radius:24px 24px 0 0;
  width:-webkit-fill-available
}
.DialogBoxInstruction_instruction-popup-subtitle__U_SjF {
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:24px;
  margin:24px auto;
  color:var(--text-color);
  font-size:14px;
  line-height:20px;
  width:95%;
  box-sizing:border-box
}
.DialogBoxInstruction_image__bmTbr {
  width:16.01px;
  height:16.01px;
  cursor:pointer
}
.DialogBoxInstruction_fontWeight700__wkvy2 {
  font-weight:700
}
.DialogBox_container__UAM9V {
  display:none;
  background-color:#000;
  opacity:40%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow-y:auto;
  width:100%;
  height:100%;
  z-index:9
}
.DialogBox_show__8THU8 {
  display:block;
  animation:DialogBox_overlayFadeIn__JMFEE .3s ease-in-out
}
.DialogBox_hide__bOwWB {
  display:none;
  animation:DialogBox_overlayFadeOut__KzazK .3s ease-in-out
}
.DialogBox_dialogConatiner__ZDrvU {
  width:30%;
  top:30%;
  left:35%
}
.DialogBox_dialogConatinerMobile__y5Anv,
.DialogBox_dialogConatiner__ZDrvU {
  border:1px solid rgba(0,0,0,.2);
  box-shadow:0 5px 15px rgba(0,0,0,.5);
  display:flex;
  flex-direction:column;
  background-color:#fff;
  height:100px;
  position:fixed;
  height:-moz-fit-content;
  height:fit-content;
  z-index:11;
  font-family:JioTypeW04-Medium
}
.DialogBox_dialogConatinerMobile__y5Anv {
  width:90%;
  top:40%;
  margin:1em
}
.DialogBox_dialogHeader__ryOHF {
  background:var(--tdd-primary-color);
  color:#fff;
  padding:10px;
  min-height:42px;
  display:flex;
  font-size:20px;
  justify-content:space-between;
  align-items:center
}
.DialogBox_dialogSevaHeader__agMoi {
  color:#000;
  text-align:center;
  border-radius:24px;
  margin-top:24px;
  font-weight:700;
  font-size:16px
}
.DialogBox_dialogBody__vaKt_ {
  font-size:16px;
  padding:20px
}
.DialogBox_dialogBodyMob__YKYaj {
  font-size:14px;
  padding:0 14px
}
.DialogBox_retryButton__yA1vW {
  padding:7px 12px;
  height:40px;
  margin-right:2em
}
.DialogBox_retryButton__yA1vW,
.DialogBox_retryMobile__sfoU8 {
  border-radius:0;
  min-width:97px;
  background:var(--tdd-primary-color);
  font-size:14px;
  color:#fff;
  cursor:pointer;
  width:113px;
  border:none;
  margin-bottom:1em;
  font-family:JioTypeW04-Medium
}
.DialogBox_retryMobile__sfoU8 {
  height:35px;
  margin-right:1.5em
}
.DialogBox_marginBottom__9qMnv {
  margin-right:0;
  width:100px
}
.DialogBox_mobileTabletSubContainer__ekPRg {
  width:50%;
  left:20%
}
.DialogBox_nonMobileTabletSubContainer__KRpZw {
  width:50%;
  left:25%
}
@keyframes DialogBox_overlayFadeIn__JMFEE {
  0% {
    opacity:.001
  }
  to {
    opacity:.7
  }
}
@keyframes DialogBox_overlayFadeOut__KzazK {
  0% {
    opacity:.7
  }
  to {
    opacity:0
  }
}
.CircularProgress_loaderStyleLarge__hOVFc {
  border-radius:50%;
  border:2px solid #a0030e;
  border-top-color:#fff
}
.CircularProgress_loaderStyleLargeRedCream__9jXZk,
.CircularProgress_loaderStyleLarge__hOVFc {
  display:inline-block;
  vertical-align:middle;
  height:40px;
  width:40px;
  animation:CircularProgress_loader__1f69v .7s linear infinite
}
.CircularProgress_loaderStyleLargeRedCream__9jXZk {
  border-radius:50%;
  border:2px solid #a0030e;
  border-top-color:#f8dcaa
}
.CircularProgress_loaderStyleMedium__vc4LD {
  height:20px;
  width:20px;
  border-radius:50%;
  border:3px solid #a0030e;
  border-top-color:#fbfbd6
}
.CircularProgress_loaderStyleMedium__vc4LD,
.CircularProgress_loaderStyleSmallRed__mCv0J {
  display:inline-block;
  vertical-align:middle;
  animation:CircularProgress_loader__1f69v .7s linear infinite
}
.CircularProgress_loaderStyleSmallRed__mCv0J {
  height:18px;
  width:18px;
  border-radius:50%;
  border:2px solid #fff;
  border-top:2px solid var(--tdd-primary-color)
}
.CircularProgress_loaderStyleMediumPurple__2NrO_ {
  height:20px;
  width:20px;
  border-radius:50%;
  border:2px solid #fff;
  border-top-color:#c39cc3
}
.CircularProgress_loaderStyleLargePurple__MvRL8,
.CircularProgress_loaderStyleMediumPurple__2NrO_ {
  display:inline-block;
  vertical-align:middle;
  animation:CircularProgress_loader__1f69v .7s linear infinite
}
.CircularProgress_loaderStyleLargePurple__MvRL8 {
  height:30px;
  width:30px;
  border-radius:50%;
  border:5px solid rgba(178,153,204,.4);
  border-left-color:#fff
}
.CircularProgress_loaderStyleSmallGrey__5Ez05 {
  height:18px;
  width:18px;
  border-radius:50%;
  border:2px solid #959595;
  border-top-color:#fff
}
.CircularProgress_loaderStyleSmallGrey__5Ez05,
.CircularProgress_loaderStyleXSmall__VfKPK {
  display:inline-block;
  vertical-align:middle;
  animation:CircularProgress_loader__1f69v .7s linear infinite
}
.CircularProgress_loaderStyleXSmall__VfKPK {
  height:15px;
  width:15px;
  border-radius:50%;
  border:2px solid #fff;
  border-top:2px solid var(--tdd-primary-color)
}
@keyframes CircularProgress_loader__1f69v {
  0% {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(1turn)
  }
}
.Home_mainContainer__1dwX3 {
  height:100%;
  position:relative;
  box-sizing:border-box
}
.Home_MainContent__8RP2W {
  box-sizing:border-box;
  width:100%
}
.Home_bannerModal__JYnRb {
  position:absolute;
  width:100%;
  top:10%
}
.Home_notificationModal__ATubW {
  position:absolute;
  width:100%;
  top:0
}
.greetings_container__HKTlF {
  display:flex;
  flex-direction:column;
  justify-content:center;
  row-gap:5px;
  text-align:left;
  font-family:Open Sans;
  margin:20px 20px 0;
  line-height:18px;
  letter-spacing:-.005em;
  color:#7c067e;
  box-sizing:border-box
}
.greetings_headerText__b_62K {
  font-size:14px;
  font-weight:600
}
.greetings_textAudio__ysaQF {
  display:flex;
  -moz-column-gap:8px;
  column-gap:8px;
  align-items:center
}
.greetings_greetingText__2HZ1Y {
  font-size:20px;
  font-weight:700
}
.greetings_audioLogo__53vw6 {
  width:24px;
  height:auto;
  cursor:pointer
}
@keyframes react-loading-skeleton {
  to {
    transform:translateX(100%)
  }
}
.react-loading-skeleton {
  --base-color:#ebebeb;
  --highlight-color:#f5f5f5;
  --animation-duration:1.5s;
  --animation-direction:normal;
  --pseudo-element-display:block;
  background-color:var(--base-color);
  width:100%;
  border-radius:.25rem;
  display:inline-flex;
  line-height:1;
  position:relative;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  overflow:hidden;
  z-index:1
}
.react-loading-skeleton:after {
  content:" ";
  display:var(--pseudo-element-display);
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:100%;
  background-repeat:no-repeat;
  background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));
  transform:translateX(-100%);
  animation-name:react-loading-skeleton;
  animation-direction:var(--animation-direction);
  animation-duration:var(--animation-duration);
  animation-timing-function:ease-in-out;
  animation-iteration-count:infinite
}
@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display:none
  }
}
.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  transition:all .25s ease-in;
  opacity:.4;
  filter:alpha(opacity=40);
  position:absolute;
  z-index:2;
  top:20px;
  background:none;
  border:0;
  font-size:32px;
  cursor:pointer
}
.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
  opacity:1;
  filter:alpha(opacity=100)
}
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin:0 5px;
  display:inline-block;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  content:""
}
.carousel .control-disabled.control-arrow {
  opacity:0;
  filter:alpha(opacity=0);
  cursor:inherit;
  display:none
}
.carousel .control-prev.control-arrow {
  left:0
}
.carousel .control-prev.control-arrow:before {
  border-right:8px solid #fff
}
.carousel .control-next.control-arrow {
  right:0
}
.carousel .control-next.control-arrow:before {
  border-left:8px solid #fff
}
.carousel-root {
  outline:none
}
.carousel {
  position:relative;
  width:100%
}
.carousel * {
  box-sizing:border-box
}
.carousel img {
  width:100%;
  display:inline-block;
  pointer-events:none
}
.carousel .carousel {
  position:relative
}
.carousel .control-arrow {
  outline:0;
  border:0;
  background:none;
  top:50%;
  margin-top:-13px;
  font-size:18px
}
.carousel .thumbs-wrapper {
  margin:20px;
  overflow:hidden
}
.carousel .thumbs {
  transition:all .15s ease-in;
  transform:translateZ(0);
  position:relative;
  list-style:none;
  white-space:nowrap
}
.carousel .thumb {
  transition:border .15s ease-in;
  display:inline-block;
  margin-right:6px;
  white-space:nowrap;
  overflow:hidden;
  border:3px solid #fff;
  padding:2px
}
.carousel .thumb:focus {
  border:3px solid #ccc;
  outline:none
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border:3px solid #333
}
.carousel .thumb img {
  vertical-align:top
}
.carousel.carousel-slider {
  position:relative;
  margin:0;
  overflow:hidden
}
.carousel.carousel-slider .control-arrow {
  top:0;
  color:#fff;
  font-size:26px;
  bottom:0;
  margin-top:0;
  padding:5px
}
.carousel.carousel-slider .control-arrow:hover {
  background:rgba(0,0,0,.2)
}
.carousel .slider-wrapper {
  overflow:hidden;
  margin:auto;
  width:100%;
  transition:height .15s ease-in
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient:horizontal;
  display:-moz-flex;
  display:flex
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction:column;
  flex-flow:column
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient:horizontal;
  display:-moz-flex;
  display:flex
}
.carousel .slider-wrapper.axis-vertical .slider {
  flex-direction:column
}
.carousel .slider {
  margin:0;
  padding:0;
  position:relative;
  list-style:none;
  width:100%
}
.carousel .slider.animated {
  transition:all .35s ease-in-out
}
.carousel .slide {
  min-width:100%;
  margin:0;
  position:relative;
  text-align:center
}
.carousel .slide img {
  width:100%;
  vertical-align:top;
  border:0
}
.carousel .slide iframe {
  display:inline-block;
  width:calc(100% - 80px);
  margin:0 40px 40px;
  border:0
}
.carousel .slide .legend {
  transition:all .5s ease-in-out;
  position:absolute;
  bottom:40px;
  left:50%;
  margin-left:-45%;
  width:90%;
  border-radius:10px;
  background:#000;
  color:#fff;
  padding:10px;
  font-size:12px;
  text-align:center;
  opacity:.25;
  transition:opacity .35s ease-in-out
}
.carousel .control-dots {
  position:absolute;
  bottom:0;
  margin:10px 0;
  padding:0;
  text-align:center;
  width:100%;
  z-index:1
}
@media (min-width:960px) {
  .carousel .control-dots {
    bottom:0
  }
}
.carousel .control-dots .dot {
  transition:opacity .25s ease-in;
  opacity:.3;
  filter:alpha(opacity=30);
  box-shadow:1px 1px 2px rgba(0,0,0,.9);
  background:#fff;
  border-radius:50%;
  width:8px;
  height:8px;
  cursor:pointer;
  display:inline-block;
  margin:0 8px
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  opacity:1;
  filter:alpha(opacity=100)
}
.carousel .carousel-status {
  position:absolute;
  top:0;
  right:0;
  padding:5px;
  font-size:10px;
  text-shadow:1px 1px 1px rgba(0,0,0,.9);
  color:#fff
}
.carousel:hover .slide .legend {
  opacity:1
}
.mainContent_container__jvHko {
  display:flex;
  flex:1 1;
  gap:1.125rem;
  justify-content:space-between;
  flex-wrap:wrap;
  padding-bottom:25px
}
.mainContent_containerMobile__frSZb {
  display:flex;
  flex-direction:column;
  gap:16px;
  box-sizing:border-box
}
.mainContent_leftContainer__jp71n {
  flex:1 1;
  min-width:65%
}
.mainContent_latestUpdate__N4wQm {
  max-width:384px;
  margin-bottom:2em
}
@media (max-width:992px) {
  .mainContent_latestUpdate__N4wQm,
  .mainContent_leftContainer__jp71n {
    width:100%
  }
}
.services_flex__aoaVl {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(120px,1fr));
  grid-gap:10px
}
.services_flexMobile__RDEwa {
  display:flex;
  flex-wrap:wrap;
  width:100%;
  place-content:space-between
}
.services_header__hdCEd {
  display:flex;
  justify-content:space-between;
  margin-bottom:1em;
  align-items:center
}
.services_leftHeader__xSv4R {
  font-size:24px;
  color:var(--text-color);
  font-family:Open Sans;
  font-style:normal;
  font-weight:700;
  line-height:28px;
  text-align: center;
  margin-top: 13px;
}
.services_rightHeader__6Pzxv {
  color:var(--primary-color);
  font-size:14px;
  font-family:Open Sans;
  font-display:swap;
  font-style:normal;
  font-weight:600;
  line-height:20px;
  -webkit-text-decoration-line:underline;
  text-decoration-line:underline;
  cursor:pointer
}
.services_container__yIyBU {
  margin:1.5em 0
}
.services_label__T0cqk {
  font-family:Open Sans;
  font-display:swap;
  font-size:14px;
  color:var(--text-color);
  cursor:pointer;
  font-weight:600
}
.services_iconList__aQJoS {
  display:flex;
  flex-direction:column;
  place-content:center;
  text-align:center;
  width:120px;
  justify-content:flex-start
}
.services_icon__7HOk7 img {
  cursor:pointer
}
.services_headerMobile__JnsGh {
  display:flex;
  justify-content:space-between;
  margin-bottom:1em;
  flex-wrap:wrap;
  width:100%;
  align-items:center
}
.services_leftHeaderMobile__442z_ {
  font-size:20px;
  color:var(--text-color);
  font-weight:700
}
.services_rightHeaderMobile__trqh_ {
  color:var(--primary-color);
  font-size:14px;
  -webkit-text-decoration-line:underline;
  text-decoration-line:underline
}
.services_containerMobile__lUU0j {
  margin:1em
}
.services_labelMobile__MNQ8o {
  font-size:12px;
  color:var(--text-color);
  height:48px;
  cursor:pointer
}
.services_iconListMobile__ESE59 {
  display:flex;
  flex-direction:column;
  place-content:center;
  text-align:center;
  width:100px
}
.latestUpdates_container__YH9X4 {
  margin:0 0 1em
}
.latestUpdates_containerMobile__sD7sd {
  margin:0 1em 1.5em
}
.latestUpdates_tag__dcJIY {
  font-family:Helvetica,Arial,sans-serif;
  background:#e24e5a;
  color:#fff;
  position:relative;
  padding:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  margin:0 1.5em 0 0;
  text-decoration:none;
  font-size:8px
}
.latestUpdates_tag__dcJIY:before {
  border:7.5px solid transparent;
  border-left-color:#e24e5a;
  height:0;
  width:0;
  position:absolute;
  right:-15px;
  top:0;
  content:"";
  display:inline-block;
  font-size:14px
}
.latestUpdates_header__P92Xh {
  font-size:24px;
  color:var(--text-color);
  margin:0 1em 1em
}
.latestUpdates_headerMobile__Yl9zy {
  font-size:20px;
  color:var(--text-color);
  margin-bottom:.75em
}
.latestUpdates_update__BEHdA {
  font-family:Open Sans;
  font-display:swap;
  font-size:14px;
  color:var(--text-color);
  margin-bottom:1em;
  padding-right:17px;
  font-style:normal;
  font-weight:400;
  line-height:20px
}
.latestUpdates_list__OcMtV {
  overflow-y:auto;
  padding-inline-start:25px
}
.latestUpdates_card___10Zq {
  width:100%;
  max-height:53vh
}
.latestUpdates_cardMobile__rWyUd {
  width:100%;
  max-height:585px
}
.banner_container__V_XWv {
  display:none;
  background:rgba(0,0,0,.7);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow-y:auto;
  width:100%;
  height:100%;
  z-index:10
}
.banner_dialogContainerFlex__sLjgi {
  display:flex;
  justify-content:center;
  place-content:center
}
.banner_show__eI_ER {
  display:block;
  animation:banner_overlayFadeIn__sDrUl .3s ease-in-out
}
.banner_hide__VCnoG {
  display:none;
  animation:banner_overlayFadeOut__W8z8M .3s ease-in-out
}
.banner_closeBanner__rnVN7 {
  width:16px;
  height:16px;
  position:absolute;
  top:10%;
  right:5%
}
.banner_dialogBody___88Ms {
  overflow-y:hidden;
  height:60%;
  width:auto;
  position:relative;
  cursor:pointer;
  z-index:11
}
.banner_dialogMobileBody__vnuk_ {
  overflow-y:scroll;
  height:158px;
  width:317px;
  position:relative;
  cursor:pointer;
  z-index:11
}
.banner_bannerImg__NE3ac {
  height:100%;
  width:100%;
  border-radius:24px
}



/*Test circle*/

@media only screen and (min-device-width: 900px) {
  
  .card {
    width: 237px !important;
    float: left;
    margin-left: 10px;
    height: 282px;
    margin-top: 12px;
  }

a {
    color: #000;
    text-decoration: none;
  }
  
.card-img-top {
    width: 143px;
    margin-left: 45px;
  } 
  .card-body {
    flex: 1 1 auto;
    color: var(--bs-card-color);
    text-align: center;
    padding: 0px;
  }
  .h5, h5 {
    font-size: 0.9rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .Model-Full, .card-text {
    display: none;
  }

.Model-Full, .card-text {
    display: none;
  }      

.View-Details {
    text-align: center;
    color: blue;
  }
.price {
    font-family: "Source Code Pro", monospace;
    text-align: center;
    color: green;
  }  

  
}

/*@media only screen and (min-device-width: 730px) and (max-device-width: 750px) {
  
  .card {
   width: 216px !important;
    float: left;
    margin-left: 13px;
    height: 282px;
  }

  
}*/

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: #150467 !important;
}
.btn.text-white.btn-floating.m-1 {
  --bs-btn-padding-x: none;
  --bs-btn-padding-y: none;
}

.text-body {
  --bs-text-opacity: 1;
  color: white !important;
}