body{
  overflow-x: hidden;
}

.header-bar-top {
    background-color: #00cde5;
    background-image: url(../../assets/images/pattern-topbar.png);
    background-position: top left;
    background-repeat: repeat;
}
.header-top-add-left ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.header-top-add-left ul li {
    list-style-type: none;
    display: flex;
    margin-left: 10px;
    color: #fff;
    padding-top: 11px;
}
.header-top-add-left ul li i {
    margin-right: 7px;
}
.header-top-add-right {
    float: left;
}
.header-top-add-right ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.header-top-add-right ul li {
    list-style-type: none;
    padding: 11px 10px;
    color: #fff;
}
.header-right-icon {
    background-color: #00000029;
    display: inline-block;
    padding: 6px 0px;
}
.header-right-icon ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.header-right-icon ul a:hover {
    text-decoration: none;
}
.header-right-icon ul li{
    list-style-type: none;
    padding: 6px 10px;
}
.header-right-icon ul li i {
    color: #fff;
}




.navbar-brand img {
    width: 80px;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em !important;
  }
  .hdr-color {
    background-color: #00a8ff00;
    background-image: url(../../assets/images/pattern-topbar.png);
    background-position: top left;
    background-repeat: repeat;
    position: absolute !important;
    top: 48px;
    z-index: 999;
    width: 100%;
  }
.scooty-img img{
    width: 50%;
}
.left-ads {
    display: flex;
}
.left-icon {
    width: 81px;
    text-align: center;
    height: 53px;
    padding-top: 10px;
    /* font-size: 45px; */
    background-color: aquamarine;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: 2px 8px;
}
.scooty-add h4 {
    font-size: 18px;
}
.left-icon span {
    font-size: 35px;
}
.scooty-img {
  text-align: center;
}
.all-header {
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 5% 0% 3% 0%;
}
.all-header h4 {
    font-family: sans-serif;
}
.home-right-about-img img {
  width: 100%;
}
.h-about-line {
  list-style-type: circle;
}
/*.about-top-banner {*/
/*    display: inline-flex;*/
    /*background-image: url(../images/about-banner.jpg);*/
/*    background-position: bottom;*/
/*    background-size: cover;*/
/*    padding: 30px;*/
/*}*/
.about-top-banner {
    position: absolute;
}
.about-right-top  {
  padding: 120px 200px;
}
.about-black-color {
    height: 776px;
    background-color: #0000007d;
}
.about-right-top h2 {
  color: #fff;
  margin-bottom: 4%;
}
.about-right-top h2 span {
  border-bottom: 3px solid;
}
.about-right-top p {
  color: #fff;
}
.float:hover {
    color: #fff;
    text-decoration: none;
}
.offer-product-box {
    margin: 40px 0px;
}
.home-right-about-img {
    margin-bottom: 8%;
}
.align .left-ads .scooty-add p {
    text-align: end;
}

.contact-form-box {
  display: inline-flex;
}
.support {
  list-style-type: none;
  padding-left: 0;
}
.contact-link {
    margin-top: 0%;
    margin-left: 6%;
}
.support li {
    min-inline-size: -webkit-fill-available;
    margin-bottom: 2%;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-form-box {
    border: 1px solid #ccc;
    margin: -8% 0% 8% 0%;
    border-radius: 32px;
    box-shadow: 1px 1px 11px 2px #dfdfdf;
    background-color: #fff;
}
.contact-left {
    padding: 20px 34px 0px 34px;
    color: #fff;
}
.contact-link p {
    color: #fff;
}
.support i {
  font-size: 18px;
  margin-right: 10px;
}
.support li p {
    margin: 0;
    color: #b3ff02;
    font-weight: 500;
    font-size: 12px;
}
.contact-link ul {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
}
.contact-link ul li {
  padding: 6px;
    margin-top: 6px;
}
.contact-link ul li i {
    font-size: 20px;
    background-color: #6a64f1;
    padding: 7px;
    color: #fff;
    border-radius: 5px;
}
.contact-link p {
  margin: 0;
}
.cmn-img {
    width: 100%;
    /*margin-top: 46px;*/
}
.all-top-margin {
    width: 100%;
    /*background-color: #0072bd;*/
    background-color: #095245eb;
    height: 79px;
}
.cmn-img img {
  width: 100%;
}
.movement-scooty {
    position: absolute;
    top: 0;
    right: 177px;
}
.movement-scooty canvas {
    position: absolute;
}
.product-top {
    margin-top: 3%;
    margin-bottom: 3%;
}
.scooty-add {
    width: 320px;
}
.select-colors {
    text-align: center;
    margin-bottom: 3%;
}
.select-colors .color.red {
    background-color: red;
}
.select-colors .color.silver {
    background-color: silver;
}
.select-colors .color.black {
    background-color: black;
}
.select-colors .color {
    display: inline-block;
    border: 1px solid grey;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: black;
}
.nav-offer-top {
    position: absolute;
    display: inline-flex;
    transform: translate(-384px, 10px);
    background-color: white;
    padding: 20px;
    z-index: 99;
    margin-top: -12px;
    width: 72%;
    box-shadow: 0px 0px 7px 1px #ccc;
    border-radius: 12px;
}
.offer-btn-price {
    display: flex;
    align-items: center;
}
.offer-btn-price .price{
    font-size: 10pt;
    margin: 0;
    font-weight: 500;
    margin-right: 10px;
}
.offer-name {
    margin-left: 10px;
}
.offer-name p {
    margin-bottom: 0px;
}
.nav-offer-page ul {
    list-style-type: none;
    padding: 0;
}
.nav-offer-page:first-child {
    border-left: none;
}
.nav-offer-page {
    padding: 2px 6px;
    width: 100%;
    border-left: 2px solid #ccc;
}
.nav-hover {
    display: none;
}
.services:hover .nav-hover{
    display: block !important;
}

.nav-offer-page ul li {
    padding: 6px 6px;
}
.nav-offer-page ul a {
    color: #000;
    text-decoration: none;
}
.contact-add-icon i {
    font-size: 30px;
    border: 1px solid #939393;
    padding: 6px;
    border-radius: 52px;
}
.parts-add {
    margin-bottom: 15px;
}
.parts-add p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}
.parts-add span {
    font-size: 14px;
    display: block;
}
.parts-top-add {
    display: contents;
}
.nav-offer-img {
    display: block;
    width: 100%;
    max-width: 60px;
}
.nav-offer-img img {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
}
.nav-offer-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    /*margin-bottom: 26px;*/
    margin-top: 17px;
}
.dealerlocator-header {
    position: fixed;
    top: 42vh;
    /*background-color: #058fd7;*/
    /*padding: 0px 14px;*/
    -webkit-transform: rotate(-90deg);
    left: -128px;
    border-radius: 6px;
    z-index: 99;
    /*border: 1px solid #fff;*/
}
.dealerlocator-header img{
    width: 75%;
    border-radius: 7px;
}

/*.dealerlocator-header h4 {*/
/*    margin: 0;*/
/*    font-size: 13px;*/
/*    padding: 11px;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
/*}*/
.dealerlocator-header a:hover {
    text-decoration: none;
}

.custom-made h1 {
    font-weight: bold;
    font-size: 50px;
    color: #3a3a3a;
}
.custom-made p {
    font-family: math;
    font-weight: 600;
    color: #525252;
    margin: 13px 0px 36px 12px;
}
.select-colors-top h3 {
    margin-bottom: 3%;
    color: #3a3a3a;
}
.scooty-color-change {
    margin-top: 14%;
}
.home-about-text {
    position: relative;
    padding: 70px 44px 65px;
    background-color: #ffffff;
    border: 20px solid #f2f2f2;
    border-left: 0;
}

.email-information-top .bg-color-1{
    background-color: #4a4a4a;
    padding: 26px 90px;
}
.email-information-top .bg-color-2{
    background-color: #00cde5;
    padding: 39px 90px;
}
.need-information {
    color: #fff;
}
.icon-box {
        position: absolute;
    content: '';
    top: 9px;
    height: 94px;
    z-index: 1;
    text-align: right;
    width: 52.7%;
}
.icon-box i {
    position: relative;
    color: #ffffff;
    line-height: 113px;
    font-size: 42px;
    margin-left: 0px;
}
.icon-box:before {
    position: absolute;
    content: '';
    margin-left: -26px;
    top: 11px;
    width: 94px;
    height: 94px;
    transform: rotate(-45deg);
    background-color: #222222;
    transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.80);
    text-align: center;
}
.email-information-top:hover .icon-box:before {
    transform: rotate(135deg);
}
.email-information-top {
    position: relative;
    margin: 10px 0px;
}
.product-images-slider img {
    width: 100%;
}
.two-wheeler-services a:hover {
    text-decoration: none;
    color: #3c3c3c;
}
.two-wheeler-services a {
    color: #3c3c3c;
}
.two-wheeler-services {
    margin-top: 5%;
}
.two-wheeler-services h3 {
    font-size: 20px;
}
.customised-care-top {
    padding: 80px;
    background-color: #003291;
    margin: 4% 0%;
}
.customised-care h3 {
    font-size: 20px;
    color: #fff;
}
.customised-care {
    text-align: center;
}
.services-btn-img img {
    width: 100%;
}
.services-btn-box ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 18px;
    padding: 15px!important;
    list-style-type: none;
    margin: 0;
    border-top: 2px solid #f16622;
}
.services-btn-box ul li {
    display: inline-flex;
}
.services-btn-box {
    margin-top: 3%;
}
.services-btn-box h4 {
    color: #ca4700;
}
.registered-address {
    padding: 5%;
    margin-top: 10px;
    border-radius: 18px;
    /*background-color: #eafeff;*/
    border: 1px solid rgba(0,0,0,.125);
}
.registered-address h4 {
    color: #007bfffa;
}
.dealer-top .col-md-6{
    float: left;
}
.dealer-left h5 {
    margin: 0;
}
.dealer-top {
    margin: 5% 0%;
    border: 1px solid #2f6487;
    padding: 2%;
    border-radius: 8px;
    background-color: #e5edf3f5;
}
.dealer-left p a:hover{
    text-decoration: none;
}
.dealer-right {
    border-left: 1px solid #2f6487;
}
.dealer-right form {
    margin-left: 30px;
}




.overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -2;
	mix-blend-mode: hard-light;
}

.bg
{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://imgd.aeplcdn.com/1280x720/n/cw/ec/54885/front-view0.jpeg) fixed center center;
    background-size: cover;
    padding: 120px 0;
    height: 1354px;
}
.gal-h-title h2 {
    color: #fff;
}
#pills-tabContent .gal .col-md-3 {
    float: left;
    width: 50%;
}
#gallery-2 .container-fluid {
    display: inline-block;
}
.gal-h-title
{
	text-align:center;
}

.gal img , .img-hover-zoom
{
	border-radius: 25px;
}

.nav-pills .nav-link
{
	color:white;
	padding:10px 20px;
	text-transform:uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link.active:hover
{
	background: #4CB8C4;
  background: linear-gradient(135deg,#523ee8,#00dcaf);
	border-radius:100px;
}
.nav-pills .nav-link:hover{
	background: #4CB8C4;
    background: linear-gradient(135deg,#523ee88c,#00dcaf6e);
	border-radius:100px;
	color: #fff;
}


/* ZOOM IN EFFECT */
/* The tutorial I used : https://w3bits.com/css-image-hover-zoom/ */
/* [1] The container */
.img-hover-zoom
{
  padding:10px 0;
	overflow: hidden;
	/* [1.2] Hide the overflowing of child elements */
}

/* Transition property for smooth transformation of images */
.img-hover-zoom img
{
	transition: transform .5s ease;
}

/* Zoom-n-rotate Container */
.img-hover-zoom--zoom-n-rotate img
{
	transition: transform .5s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--zoom-n-rotate:hover img
{
	transform: scale(1.6) rotate(25deg);
}

.cmn-text {
    position: absolute;
    right: 0px;
    top: 131px;
    width: 50% !important;
}
.cmn-text h1 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
}
.cmn-text p {
    color: #fff;
}
.offer-product-box img {
    width: 100%;
}


#roto {
	 position: relative;
}
 #roto::before {
	 content: "";
	 position: absolute;
	 width: 100%;
	 height: 0;
	 bottom: 0;
	 left: 0;
	 pointer-events: none;
	 background: linear-gradient(0deg, #fff, transparent);
	 opacity: 0;
	 z-index: 4;
	 transition: 0.2s all ease;
}
 #roto.active::before {
	 opacity: 1;
	 height: 50%;
}
 body {
	 font-family: 'Poppins', sans-serif;
	 color: #fff;
}
 h1, h2, h3, h4, h5, h6 {
	 font-family: 'Cormorant Garamond', serif;
}
 .slide {
	 width: 100%;
	 min-height: 93vh;
	 position: relative;
	 overflow: hidden;
	 /*background-color: #000;*/
}
 .slide .mainImage {
	 position: absolute;
	 width: 100%;
	 height: 93vh;
	 object-fit: cover;
	 object-position: center;
	 left: 0%;
	 top: 0%;
	 /*transform: translate(-50%, -50%);*/
	 animation-name: zoom;
	 animation-iteration-count: 1;
	 animation-duration: 1.1s;
}
 .slide .roundOuter {
	 position: absolute;
	 width: 86vw;
	 height: 86vw;
	 overflow: hidden;
	 border-radius: 50%;
	 left: calc(50% - 43vw);
	 top: calc(50% - 43vw);
	 filter: brightness(0.9);
	 z-index: 1;
	 border: 1px solid rgba(255, 255, 255, 0.2);
}
 .slide .roundOuter img {
	 position: absolute;
	 width: 130vw;
	 height: 130vw;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 object-fit: cover;
	 object-position: center;
	 animation-name: rotate;
	 animation-iteration-count: 1;
	 animation-duration: 1.3s;
}
 .slide .roundInner {
	 position: absolute;
	 width: 50vw;
	 height: 50vw;
	 overflow: hidden;
	 left: calc(50% - 25vw);
	 top: calc(50% - 25vw);
	 border-radius: 50%;
	 border: 1px solid rgba(255, 255, 255, 0.2);
	 z-index: 2;
}
 .slide .roundInner img {
	 position: absolute;
	 width: 130vw;
	 height: 130vw;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 object-fit: cover;
	 object-position: center;
	 animation-name: rotate;
	 animation-iteration-count: 1;
	 animation-duration: 1.2s;
}
 .slide .slideText {
	 position: absolute;
	 z-index: 3;
	 width: 100%;
	 height: 100%;
	 display: grid;
	 place-content: center;
	 text-align: center;
	 background-color: rgba(0, 0, 0, 0.5);
}
 .slide .slideText h1 {
	 font-size: 5vw;
	 font-weight: 400;
	 text-transform: uppercase;
	 letter-spacing: 5vw;
	 text-align: center;
	 padding-left: 5vw;
	 animation-delay: 1s;
	 filter: drop-shadow(0 2px 10px #000);
	 position: relative;
}
 .slide .slideText h1::after {
	 content: "";
	 position: absolute;
	 width: 40vw;
	 height: 1px;
	 background-color: #fff;
	 bottom: 0;
	 left: 50%;
	 transform: translateX(-50%);
}
.home-main-slider-text {
    width: 50%;
    position: absolute;
    left: 4%;
    top: 30%;
}
.home-main-slider-text h2 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.home-main-slider-text p {
    color: #d9d9d9;
    font-size: 18px;
    font-weight: 500;
}
 .slide .slideText .buttonNav {
	 display: flex;
	 justify-content: center;
	 gap: 12px;
	 animation-delay: 1.7s;
}
 .slide .slideText .buttonNav button {
	 border: none;
	 background: transparent;
	 color: #fff;
	 font-size: 1.3rem;
	 filter: drop-shadow(0 2px 10px #000);
}
 .slide .slideText .buttonNav span {
	 display: grid;
	 width: 1px;
	 flex: 0 0 1px;
	 background-color: #fff;
	 filter: drop-shadow(0 2px 10px #000);
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-item .slide > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
 #about {
	 color: #999;
	 padding-top: 80px;
	 padding-bottom: 80px;
}
 #about h2 {
	 color: #3e3e3e;
    font-size: 50px;
}
 #about img {
	 width: 100%;
	 height: 100%;
	 /*object-fit: cover;*/
	 object-position: center;
	 transform: scaleX(-1);
}
 @media (max-width: 575px) {
	 .slide .mainImage {
		 width: 100%;
		 height: 25vh;
	}
	.slide {
	    min-height: 25vh !important;
	}
	 .slide .roundOuter {
		 width: 86vh;
		 height: 86vh;
		 left: calc(50% - 43vh);
		 top: calc(50% - 43vh);
	}
	 .slide .roundOuter img {
		 width: 130vh;
		 height: 130vh;
	}
	 .slide .roundInner {
		 width: 50vh;
		 height: 50vh;
		 left: calc(50% - 25vh);
		 top: calc(50% - 25vh);
	}
	 .slide .roundInner img {
		 width: 130vh;
		 height: 130vh;
	}
	 .slide .slideText h1 {
		 font-size: 9vw;
		 letter-spacing: 3vw;
		 padding-left: 3vw;
	}
}


.space-area {
  height:850px;
  background:#009a11;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
    position: relative;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background-image: url(https://tscon.in/wp-content/uploads/2020/10/3.jpg);
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/images/scroll.gif) fixed center center;
    background-size: cover;
}
.count-area-content {
    display: inline-flex;
    align-items: center;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    width: 80px;
}
.count-area-content:before {
    position: absolute;
    left: auto;
    top: 7;
    height: 100px;
    width: 88px;
    border: 2px solid #fbb908;
    content: "";
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.count-area-content:hover:before {
    box-shadow: #ffb200 0 0px 0px 45px inset;
}
.count-title {
    font-size: 20px;
    margin-left: 11px;
}


.banner-scooty-single img {
    width: 70%;
}
.p-display-color {
    background-color: #fff;
}


.snip1563 {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px 5px;
  /*max-width: 315px;*/
  /*min-width: 230px;*/
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100%;
}

.snip1563 *,
.snip1563 *:before,
.snip1563 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1563 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1563:before,
.snip1563:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #097ac5;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1563:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}

.snip1563:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}

.snip1563 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}

.snip1563 figcaption:before,
.snip1563 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #097ac5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1563 figcaption:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}

.snip1563 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}

.snip1563 h3,
.snip1563 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1563 h3 {
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 15%;
    margin-bottom: 5%;
}

.snip1563 p {
  font-size: 0.9em;
}

.snip1563 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1563:hover h3,
.snip1563.hover h3,
.snip1563:hover p,
.snip1563.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}

.snip1563:hover:before,
.snip1563.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1563:hover:after,
.snip1563.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}

.snip1563:hover figcaption:before,
.snip1563.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1563:hover figcaption:after,
.snip1563.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



.box {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #edf3f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.box::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  transition: all 0.3s ease;
}
.box::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  transition: all 0.3s ease;
}
.box-animation::before {
  animation: animateInputBorder 4s linear infinite;
  animation-delay: -2s;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #00ccff
  );
}
.box-animation::after {
  animation: animateInputBorder 4s linear infinite;
  background-image: conic-gradient(
    transparent,
    transparent,
    transparent,
    #d400d4
  );
}
@keyframes animateInputBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box span {
  position: absolute;
  inset: 3px;
  background-color: #edf3f9;
  border-radius: 10px;
  z-index: 2;
}
.box span input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: black;
  font-size: 16px;
  padding: 16px;
  position: relative;
}
.box span input:focus {
  outline: none;
  box-shadow: none;
}
.form-container {
  padding: 70px 0px;
  background-color: #d0deec;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 50%;
  transition: 0.3s;
  min-height: 470px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}

.left-right .login-form {
  transform: translateX(-100%);
}
.form-wraper .input-group:not(:last-child) {
  margin-bottom: 30px;
}
.signUp-form {
  transform: translateX(100%);
}
.left-right .signUp-form {
  transform: translateX(0%);
}
.form-wraper {
  padding: 0px 40px;
  position: absolute;
  width: 100%;
  transition: 0.3s;
}
.action-button button {
  border-radius: 10px;
  font-family: "Avenir Next";
  font-size: 20px;
  padding: 0.5rem 3rem;
  color: black;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(101deg, #00ccff, #d400d4);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: none;
  color: #edf3f9;
  width: 100%;
  padding: 5px 30px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.action-button button:hover {
  color: rgb(20, 20, 20);
  box-shadow: 2px 1000px 1px #edf3f9 inset;
}
.form-title {
  margin-bottom: 30px;
}
.main-form-container {
  /*min-width: 800px;*/
  /*background-color: rgba(0, 0, 0, 0.152);*/
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.bg-btn-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.left-right {
  transform: translateX(100%);
}
.btn-close-mdl {
    position: absolute;
    right: 0;
    top: -26px;
}
.btn-close-mdl .close {
    color: #fff;
}
.contact-left-color {
    background-color: #0072bd;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}


 .product-top .card {
	 background-color: #c1d0e4;
	 /*border-radius: 25px;*/
	 padding: 0;
	 margin-top: 10%;
}
 .product-top .product-card {
	 box-shadow: 0 10px 15px rgba(0, 0, 100, 0.05);
	 cursor: pointer;
}
 .product-top .product-card .product-header {
	 max-height: 245px;
}
 .product-top .product-card .product-picture {
	position: relative;
    top: -25px;
    width: 90%;
    left: 16px;
}
 .product-top .product-card .card-details {
	 background-color: white;
	 /*border-radius: 25px;*/
	 padding: 35px;
}
 .product-top .product-card .card-details .product-name {
	 font-weight: 500;
	 font-size: 13pt;
	 margin: 0;
}
.kp ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 7px;
}
.kp ul li {
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 6px;
}
.product-emi {
    display: -webkit-inline-box;
}
.product-emi p {
    display: grid;
    margin-bottom: 7px;
}
.product-emi p span {
    font-size: 12px;
    color: #858585;
}
.product-emi  h4 {
    margin-left: 9px;
}
.product-emi h4 span {
    font-size: 14px;
}
.price-green {
    color: #25d366;
}
.price-cut {
    text-decoration-line: line-through;
    color: #bfbfbf;
}
.price-offer h5 {
    font-size: 16px;
    margin-top: 3%;
}
.price-btn {
    text-align: center;
    margin-top: 30px;
}
.price-btn .btn {
    border-radius: 28px;
    font-size: 14px;
    padding: 6px 20px;
}
.contact-round-img {
    position: absolute;
    bottom: -34px;
    right: -59px;
}
.contact-round-img img {
    width: 70%;
}


 .product-top .product-card .card-details .fas {
	 margin-right: 1px;
}
 .product-top .product-card .card-details .bottom-row {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .product-top .product-card .card-details .bottom-row .price {
	 font-size: 13pt;
	 margin: 0;
	 font-weight: 500;
}
 .product-top .product-card .card-details .bottom-row .add-cart {
	 width: 32px;
	 height: 32px;
	 background-image: linear-gradient(120deg, #5558da 0%, #5fd1f9 100.2%);
	 font-size: 10pt;
	 color: white;
	 border: none;
	 border-radius: 25px;
	 cursor: pointer;
}
 @media (min-width: 180px) and (max-width: 650px) {
	 .product-top .product-card .product-header {
		 max-height: 100px;
	}
	 .product-top .product-card .product-header .product-picture {
		 position: relative;
		 top: -50px;
		 height: 150px;
		 width: 150px;
		 left: calc(50% - 75px);
	}
	 .product-top .product-card .card-details .product-name {
		 font-size: 11pt;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		/* number of lines to show */
		 line-clamp: 1;
		 -webkit-box-orient: vertical;
	}
	 .product-top .product-card .card-details .bottom-row .price {
		 font-size: 10pt;
	}
}
 
 
 .book-app {
    position: absolute;
    left: 34%;
    bottom: 9%;
 }
 .formbold-mb-5 {
    margin-bottom: 20px;
    float: left;
    margin-left: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 33px 20px 18px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 6px 20px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 31px;
    border: none;
    font-weight: 600;
    background-color: #eb9261;
    color: white;
    /*width: 46%;*/
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #25d366;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: grid;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 10px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
  display: flex;
}
.cta-text span i {
    font-size: 20px;
    padding-right: 6px;
    color: #fff900;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
    color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.whatsapp-bg{
  background: #25d366;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #25d366;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #25d366;
    padding: 14px 20px;
    border: 1px solid #25d366;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  text-decoration: none;
}
.my-float {
  margin-top: 7px;
  display: block;
}


.single-banner {
    position: absolute;
    right: 136px;
    top: 41px;
}


.container1 {
	position: relative;
	height: 300px;
	width: 1200px;
	margin: 100px auto;
}
.container1 .box {
	position: relative;
	width: calc(400px - 30px);
	height: calc(300px - 30px);
	background: #000;
	float: left;
	margin: 15px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 10px;
}
.container1 .box .price {
	margin-top: -34%;
    margin-left: 7%;
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
    width: 100%;
}
.container1 .box .price a {
	margin-left: 36%;
    font-weight: bold;
    color: #0142ff;
    text-decoration: none;
    transition: 0.5s;

}

.container1 .box .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: 0.5s;
	z-index: 1;
	text-align: center;
}
.container1 .box:hover .icon {
	top: 20px;
	left: calc(50% - 40%);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-left: 28%;
	text-align: center;
	padding-top: 11px;
}
.container1 .box .icon .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	font-size: 80px;
	transition: 0.5s;
	color: #fff;
}
.container1 .box:hover .icon .fa {
	font-size: 40px;
	
}
.container1 .box .content {
	position: absolute;
	top: 100%;
	height: calc(100% - 100px);
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	opacity: 0;
}
.container1 .box:hover .content {
	top: 100px;
	opacity: 1;
}
.container1 .box .content h3 {
	margin: 0 0 10px;
	padding:0;
	color: #fff;
	font-size: 24px;
	margin-left: 8%
}
.container1 .box .content p {
	margin: 0;
	padding: 0;
	color: #fff;
	margin-left: 8%;
	margin-bottom: 3%
}
.container1 .box .content a {
	font-size: 14px;
    background-color: #ffffff;
    padding: 9px 105px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    /*margin-left: 8%;*/
}
.container1 .box:nth-child(1) .icon {
	background: #319635;
}
.container1 .box:nth-child(1) {
	background: #4caf50;
}
.container1 .box:nth-child(2) .icon {
	background: #d03852;
}
.container1 .box:nth-child(2) {
	background: #f54967;
}
.container1 .box:nth-child(3) .icon {
	background: #23798e;
}
.container1 .box:nth-child(3) {
	background: #328fa5;
}
.icon img  {
    width: 57%;
}
.container1 .box:hover img {
    border-radius: 100px;
    width: 72%;
    margin-top: -8px;
}







.about-top-ads {
  display: flex;
}
.about-ads img {
  width: 100%;
  padding: 6px;
}
.main{
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #0c5db9; */
}
.profile-card{
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  /* margin: 0 25px; */
}
.profile-card:hover{
  border-radius: 10px;
  height: 260px;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
.profile-card:hover .img{
  transform: translateY(-60px);
}
.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
.profile-card:hover .caption{
  opacity: 1;
}
.caption h3{
  font-size: 20px;
  font-family: sans-serif;
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
.caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}

.charge-counter {
  display: flex;
  margin-top: 10%;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(calc(-250px * 7));
 }
}
/*.slider {*/
/*  margin: auto;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  padding-bottom: 2%;*/
/*}*/
/*.slide img {*/
/*  width: 100%;*/
/*}*/
/*.slider .slide-track {*/
/*  animation: scroll 40s linear infinite;*/
/*  display: flex;*/
/*  width: calc(250px * 14);*/
/*}*/
/*.slider .slide {*/
  /* height: 120px; */
/*  width: 12%;*/
/*}*/
/*.home-review-top p {*/
/*  font-size: 10px;*/
/*}*/
/*.home-profile {*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/
/*.home-profile img {*/
/*  width: 89%;*/
/*}*/
/*.home-review-top {*/
/*  position: absolute;*/
/*  top: 29px;*/
/*  margin-left: 167px;*/
/*  color: #fff;*/
/*  width: 6%;*/
/*}*/



/*Our Best Experts Start*/

/*Our Best Experts Start*/


.simple-sms {
    background-image: url(https://tscon.in/wp-content/uploads/2019/03/8.jpg);
    padding: 55px;
}

.accordion #childHeader1 {
    background-color: #dfe3e3e3;
    padding: 15px 30px;
    margin-bottom: 10px;
    border-radius: 100px;
}
.accordion a {
    display: block;
    color: #000;
    font-weight: 600;
}
.accordion a:hover {
    text-decoration: none;
    color: #000;
}
.accordion .accordion-item p {
    padding: 2px 30px;
}

.h-blog-color {
    background-color: #f0f3f3f5;
    padding: 5% 0%;
}











.faq-img img{
    width: 100%;
}
.font-offer img{
    width: 100%;
}
/*testimonial start*/
.testimonial {
  /*position:absolute;*/
  width:100%;
  height:100%;
  /*top:0;*/
  left:0;
  /*background-image: url(https://images.unsplash.com/photo-1669989821467-86418b272b8d);*/
  background-size: cover;
  background-position:center;
  filter: blur(60px);
  min-height:32vh;
  opacity:0.55;
}
#wrapper {
    margin-bottom: 50vh;
}
.quote-row {
    margin: auto;
    width: 100%;
    /*max-width: 1440px;*/
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property:top, left, right, bottom;
    background: transparent;
    box-shadow: none;
/*     transition: .4s; */
}
.col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%)!important;
    top: 35%!important;
    left: 50%!important;
    bottom: unset!important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
  z-index:1;
}

.col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.col-active .col-inner {
    max-width: 100%;
}

 
.author-meta{
    width: 100%;
    position: relative;
    border: none;
}
.col-active .author-meta{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-cover{
    position: absolute;
    width:100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}
.col-active .image-cover{
    position: relative;
    width:30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}


.author-info{
    width:70% ;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}
.col-active .author-info{
    visibility: visible;
}

.author-info .author-name, .author-info .person-title{
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-name{
    transform: translate(0%, 0%);
}
.show .author-info .person-title{
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-name{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-title{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.quote-wrapper{
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}
.col-active .quote-wrapper{
    visibility: visible;
    display: inline-flex;
}

.box-image-inner img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-text-inner {
    width: 400px;
    margin: auto;
   color:#000;
}

.quote-wrapper .quote-symbol{
    font-size:14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}

/*--Arrow--*/
.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;

}

.left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}



@media (min-width:640px){
    .col-active {
        width: 75% !important;
        height: unset!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
        left: 50%!important;
    }
}

@media (min-width:840px){
    .col-active {
        width: 50% !important;
    }
}

@media (min-width:1080px){
    .col-active {
        width: 33.33% !important;
    }
}

@media (max-width:640px){
    
    .quote-column{
        width: 90% !important;
        top:50%;
        position: absolute;
        opacity: 0;
        transform:translate(-50%, -50%)!important;
        left: 50%;
        height: auto!important;
        z-index: 0;
        transition: .5s all;
    }

    .col-active {
       opacity: 1;
        z-index: 1;
    }

    .col-inner {
        max-width: 100%;
    }
    .author-meta{
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }
    .image-cover{
        position: relative;
        width:30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }
    .quote-wrapper{
        visibility: visible;
    }
    

    .quote-wrapper .quote-symbol{
        font-size:34vh;
    }

}



/*testimonial end*/



@keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}
 .patnar {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .patnar .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 14);
}
 .patnar .patnar-logo {
	 height: 100px;
	 width: 250px;
}


.nav-mobile {
	 background: #446cb3;
	 color: #fff;
	 padding: 0;
	 margin: 0;
	 cursor: auto;
	 font-size: 18px;
	 list-style-type: none;
	 box-shadow: 0 5px 5px -5px #333;
	 display: none;

}
 .nav-mobile:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .nav-mobile svg {
	 height: 45px;
	 width: 65px;
	 padding: 9px;
}
 .nav-mobile svg path {
	 fill: #fff;
}
 .nav-mobile svg.icon-close {
	 display: none;
	 padding: 15px;
}
 .nav-mobile li {
	 width: 100%;
	 height: 55px;
	 line-height: 46px;
	 text-align: left;
	 float: left;
	 background-image: linear-gradient( 332deg, #eaebeba6, #b6b6b6 );
	 color: #000;
	 padding-left: 24px;
}
.nav-mobile img {
    width: 10%;
}
 .nav-mobile li a {
	 display: block;
	 color: #333;
	 width: 100%;
	 height: 100%;
	 text-decoration: none;
	 padding: 0;
}
 .nav-mobile .menu-button {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 cursor: pointer;
	 display: block;
}
 .nav-mobile .menu-button:after {
	 opacity: 0;
	 top: 55px;
	 content: "";
	 width: 100vw;
	 display: block;
	 position: fixed;
	 height: 100vh;
	 background: rgba(0, 0, 0, 0.5);
	 content: "";
	 pointer-events: none;
	 transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
	 transition-delay: 0.1s;
}
 .nav-mobile #menu-toggle {
	 display: none;
}
 .nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
	 display: block;
}
 .nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
	 display: none;
}
 .nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
	 opacity: 1;
	 pointer-events: auto;
	 transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
	 transform: translateX(-84%);
	 z-index: 2;
}
 .nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
	 transform: translateX(-140%);
	 transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
 .nav-mobile .menu-container {
	 width: 65px;
	 float: left;
	 cursor: pointer;
	 position: absolute;
	 right: 0px;
	 background: #fff0;
}
 .nav-mobile .menu-container .menu-sidebar {
	 box-shadow: 5px 0 5px -5px #333;
	 display: block;
	 width: 65vw;
	 bottom: 0;
	 background: white;
	 color: #333;
	 position: fixed;
	 transform: translateX(-690px);
	 transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
	 top: 55px;
	 z-index: 2;
	 list-style-type: none;
	 padding: 0;
	 max-width: 400px;
}
 .nav-mobile .menu-container .menu-sidebar .arrow {
	 position: absolute;
	 line-height: 50px;
	 font-size: 32px;
	 color: #555;
	 top: 0;
	 z-index: 0;
}
 .nav-mobile .menu-container .menu-sidebar .arrow.left {
	 left: 25px;
}
 .nav-mobile .menu-container .menu-sidebar .arrow.right {
	 right: 25px;
}
 .nav-mobile .menu-container .menu-sidebar li {
	 height: 55px;
	 line-height: 55px;
	 font-size: 16px;
	 text-align: left;
	 position: relative;
	 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	 padding-left: 20px;
}
 .nav-mobile .menu-container .menu-sidebar li:hover {
	 background: #eee;
}
 .nav-mobile .menu-container .menu-sidebar li .menu-sub {
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 width: 0;
	 overflow: hidden;
	 background: white;
	 visibility: hidden;
	 transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	 border-left: 1px solid #ccc;
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 z-index: 2;
	 max-width: 400px;
}
 .nav-mobile .menu-container .menu-sidebar li .menu-sub li {
	 overflow: hidden;
}
 .nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
	 padding-left: 50px;
}
 .nav-mobile .menu-container .menu-sidebar li .submenu-label {
	 cursor: pointer;
	 width: 100%;
	 height: 100%;
	 display: block;
}
 .nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
	 display: none;
}
 .nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
	 width: 65vw;
	 visibility: visible;
	 z-index: 1;
	 transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}
.nav-mobile .header-book-now {
    top: 8px;
    right: -20px;
}
.header-book-now {
    width: 15%;
}
.header-book-now img{
    width: 16%;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 3px;
    background-color: #f0f8ff24;
}
.bg-btn-container2 {
    display: none;
}
.dealer-banner img {
    width: 100%;
}









footer {
  background-color: #ff8645;
}
/*footer p {*/
/*  padding: 10px 0;*/
/*  margin-bottom: 0;*/
/*}*/

footer img {
  width: 30%;
}
.footer-map img {
    width: 100%;
}



  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 52px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
      padding-left: 65px;
    }
  }
  
  
  
 @media only screen and (max-width: 600px) {
  .offer-product-box img {
    width: 100%;
  }
  .movement-scooty {
      display: none !important;
  }
  .home-main-slider-text {
      width: 100% !important;
      left: 0% !important;
  }
  .home-main-slider-text h2 {
        font-size: 20px;
        font-weight: 700;
  }
  .slide .slideText p {
      margin: 2% 6%;
  }
  .home-main-slider-text p {
      font-size: 13px !important;
  }
  .hdr-color {
      top: 4px !important;
  }
  .icon-box {
      display: none !important;
  }
  .header-right-icon {
    border-radius: 11px;
    margin-left: 40%;
  }
  .home-about-text {
      padding: 42px 26px 42px !important;
  }
  .count-area-content:before {
        left: 31px !important;
        height: 76px !important;
        width: 76px !important;
  }
  #wrapper {
      margin-bottom: 25vh !important;
  }
  #navbarNav {
        background-color: black;
        margin: -17px;
  }
  .header-book-now {
        position: absolute;
        top: 11px !important;
        right: 70px !important;
        text-align: right;
  }
  .all-top-margin {
      height: 82px !important;
      display: none !important;
  }
  .about-top-banner {
        display: block !important;
        position: relative;
  }
  .about-banner-scooty img {
        width: 100%;
  }
  .about-right-top {
        padding: 0px !important;
  }
  .email-information-top .bg-color-1 {
        padding: 26px 65px !important;
  }
  .product-top .col-md-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 5px;
  }
  .product-top .product-card .card-details {
      padding: 5px !important;
  }
  .product-top .card {
      border-radius: 6px;
  }
  .product-emi {
        display: block !important;
  }
  .cmn-img img {
      width: 100%;
  }
  .contact-form-box {
      display: block !important;
  }
  .testimonial {
        min-height: 22vh !important;
  }
  .email-information-top .bg-color-2 {
      padding: 0px 10px !important;
      background-color: white !important;
  }
  .bg {
      padding: 40px 0 !important;
      height: 1240px !important;
  }
  .custom-made h1 {
      font-size: 30px !important;
  }
  .custom-made p {
        font-family: monospace;
        font-weight: normal;
  }
  .scooty-color-change {
      margin-top: 4%;
  }
  .p-display-color .row {
        border: 1px solid #b3b3b3;
        margin: 10px;
        border-radius: 6px;
  }
  .count-area .col-sm-6 {
      width: 50%;
  }
  .count-digit {
        font-size: 40px !important;
        margin-left: 13px !important;
  }
  .arrows-wrap {
        z-index: 999 !important;
  }
  .header-bar-top .col-md-5 {
      display: none;
  }
  .header-top-add-left ul li {
      padding: 6px !important;
  }
  .navbar-brand img {
        width: 55px;
  }
  .main .col-md-2 {
      width: 25%;
  }
  .profile-card {
    width: 100px !important;
    height: 100px !important;
    padding: 9px !important;
    margin-top: 13px !important;
  }
  .main {
      width: 100%;
  }
  .customised-care-top .col-md-2 {
      width: 50%;
  }
  .customised-care-top {
      padding: 25px !important;
  }
  .customised-care img{
        width: 50px;
        padding: 4px;
  }
  .services-btn-box ul li img {
      width: 45px;
      height: 45px;
  }
  .customised-care {
        margin-bottom: 10%;
  }
  .book-app {
        position: static !important;
  }
  .about-black-color {
        padding: 45px;
        height: auto;
  }
  .formbold-mb-5 {
        float: none !important;
  }
  .customised-care h3 {
      font-size: 16px !important;
  }
  .need-information h3 {
        font-size: 18px;
        font-weight: bold;
  }
  .contact-service-top .col-md-4 {
    width: 33.3333333% !important;
      margin: 12px 0;
      padding: 5px;
  }
  .contact-service a {
      padding: 8px 18px 9px !important;
      font-size: 14px !important;
  }
  .contact-service i {
      padding-bottom: 16px !important;
        font-size: 36px !important;
  }
  .header-bar-top .col-md-7 {
      display: none;
  }
  .simple-sms h4{
        font-size: 13px;
  }
  .hdr-color {
      display: none !important;
  }
  .nav-mobile {
      display: block !important;
  }
  #about h2 {
      font-size: 36px !important;
  }
  .header-book-now img {
      width: 38% !important;
  }
  .form-container {
        width: 100%;
  }
  .main-form-container {
      display: block !important;
  }
  .bg-btn-container {
      display: block !important;
        position: relative !important;
  }
  .left-right {
      transform: translateX(0%);
  }
  .action-button2 button {
    border-radius: 10px;
    font-family: "Avenir Next";
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 30px;
    border: none;
    background: #fff;
    }
    .bg-btn-container2 {
        display: block !important;
    }
    .bg-btn-container {
        display: none !important;
    }
}
  