*{
 font-family: 'Poppins', sans-serif;
}
.home-page-top{
  /*margin-top: 20px; */
}
.side-bar summary{
  background: #D92A64;
  color:#fff;
}
.side-bar summary .service-heading{
  display: flex;
  justify-content: space-between;
}
.side-bar summary .service-heading p{
  text-align: center;
    font-size: 16px;
    padding-top: 10px;
}
.service-heading img {
    padding-right: 55px;
}
.side-bar ul{
  padding-left: 2px;
    border: 3px solid #FCF2F6;
}
.side-bar img {
    padding-right: 10px;
}
.side-bar li {
    padding: 7px;
    font-size: 14px;
}
.side-bar li:hover{
  background-color:#FCF2F6;
  /*border-bottom:1px dashed #D92A64;*/
  border:1px dashed #D92A64;
  border-left:2px solid  #D92A64;
}
.side-bar li a{
  color:#333;
}
.side-bar li:hover a{
  color:#D92A64;
  text-decoration: none;
}
/*banners*/
.banner{
  background: #FCF2F6;
  width:100%;
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-row{
  margin: 0 auto;
}
.banner-row.owl-carousel .owl-dots{
  width: 110px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.banner-row.owl-nav{
  display: block!important;
  position: absolute;
}
.banner-row.owl-carousel .owl-dots button.owl-dot.active{
  background-color: #D92A64 !important;
}
.banner-row.owl-carousel .owl-dots button.owl-dot {
    background-color: #fff !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    border: solid 3px #333;
    outline: none;
  }
.banner-row .owl-nav {
    display: none;
}
.banner-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-col{
  flex-basis: 50%;
  padding-left: 35px;
}
.banner-col img {
        padding-top: 25px;
    padding-bottom: 10px;
    width: 85%!important;
}
.banner-col h1{
color:#333;
font-weight: 600;
padding-bottom: 10px;
}
.banner-col a{
  background:#D92A64;
  padding:5px 10px;
  color:#fff;
  font-size: 16px;
}
.banner-col a:hover{
  color:#D92A64;
  background:transparent;
  border:2px solid #D92A64;
  text-decoration: none;
  padding: 4px 8px;
}
.side-button {
    position: absolute;
    left: -25px;
}
.side-button .booking-img{
  background: linear-gradient(rgba(217,42,100,.2), rgba(217,42,100,.2)),url(../img/booking.jpg);
  width:100%;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .5s ease;
    margin-bottom: 10px;
}
.side-button .booking-img:hover{
  transform: scale(.9);
}
.side-button h4 {
    color: #333;
    text-align: center;
    margin: auto;
    font-size: 35px;
    padding: 55px;
    font-weight: 600;
}
.side-button a{
margin-bottom: 5px;
}
.side-button a:hover{
text-decoration: none;
}
.side-button img {
    margin-bottom: 10px;
    height: 125px;
     transition: transform .5s ease;
}
.side-button img:hover{
  transform: scale(.9);
}
/*why-choose-us*/
.why-choose-us{
  padding: 30px 20px;
    position: relative;
}
.why-choose-us h2{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.why-choose-us h2:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    width: 130px;
    height: 3px;
    margin: 0px auto;
    background-color:#D92A64;
    left: 0;
    right: 0;
}
.why-choose-us p{
  text-align: center;
  font-size: 16px;
}
.services{
  margin:40px 0px;
  background: #FCF2F6;
  color:#333;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  height: 220px;
  border-radius: 5px;
}
.services p{
  font-weight: 600;
  text-transform: uppercase;
  padding-top:20px;
}
/*Customer-Reviews*/
.Customer-Reviews{
  background:#FCF2F6;
  padding: 30px 20px;
}
.Customer-Reviews h2{
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.Customer-Reviews h2:after {
    position: absolute;
    content: "";
    display: block;
    top: 40px;
    width: 130px;
    height: 3px;
    margin: 0px auto;
    background-color:#D92A64;
    left: 0;
    right: 0;
}
.reviews{
  margin: 30px auto;
    display: flex;
    justify-content: space-between;
    background-color: #D92A64;
    align-items: center;
    width: 80%;
}
.review-details{
  color:#fff;
  padding: 20px;
}
.review-details span{
    display: flex;
    align-items: center;
    font-weight: 600;
}
.review-details span svg{
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}
.review-details span svg:last-child{
    margin-right: 0;
}
.testimonial-row.owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    top: 40%;
    left:0;
    font-size: 40px;
}
.testimonial-row.owl-carousel .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
        right: 0;
    position: absolute;
    top: 40%;
    font-size: 40px;
}
/*booking-sec*/
.booking-sec{
  padding: 40px 20px;
}
.booking-sec h2{
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
}
.booking-sec h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    background-color:#D92A64;
    left: 0;
    right: 0;
}
.booking-sec h4{
  color:#D92A64;
  padding: 20px 0px;
}
.Subscribe-input input{
  width: 50%;
    border: 3px solid #FCF2F6;
    padding: 5px;
    height: 45px;
    border-radius: 5px;
    outline: none;
    color: #D92A64;
    margin-bottom: 15px;
}
.Subscribe-btn a{
  display: block;
    text-align: center;
    padding: 9px 10px;
    font-size: 14px;
    width: 160px;
    background-color: #D92A64;
    color: #fff;
    border-radius: 5px;
    animation: glowing 1300ms infinite;
}
.Subscribe-btn a:hover{
  color:#fff;
  text-decoration: none;
}
.contact-form {
  background: #D92A64;
  padding: 10px;
  border-radius: 5px;
}
.contact-form input{
    margin: 10px 0px;
     background: #fff;
     height:35px;
     border: none;
     padding: 5px;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form select:focus,
.contact-form input[type=checkbox]:focus,
.contact-form input[type=date]:focus,
.contact-form textarea:focus,
.contact-form a:focus,
.contact-form button:focus{
  box-shadow:0 0 20px rgba(252, 242, 256, .5);
  border: 1px solid rgba(252, 242, 256, .5);
  outline:none;
}
.contact-form textarea {
     background: #fff;
     border: none;
}
.contact-form ::placeholder{
  color: #213d62;
}
.contact-form button {
    margin: 20px 0px;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    border: none;
    background: transparent;
    padding: 6px 30px;
    border: 1px solid #FCF2F6;
    border-radius: 5px;
}
.contact-form button:hover{
 background:#FCF2F6;
 color: #D92A64;
  animation: shake 0.2s infinite alternate ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
 /*Captcha code css*/
.captcha-col {
    display: flex;
    justify-content: space-evenly;
}
.code {
    margin-top: 10px;
}
.dynamic-code {
    padding: 7px 25px;
    background: #fff;
    font-size: 16px;
    color:#D92A64;
    border: 1px solid #FCF2F6;
}
.captcha-reload {
  color:#FCF2F6;
    margin-top: 15px;
    padding: 5px 20px;
}
/*capcha ends*/
/*about us page*/
.about-us-page{
/*  padding:20px;*/
}
.ab1{
  background: url(../img/ab1.jpg);
  width:100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ab2{
  background: url(../img/ab2.jpeg);
  width:100%;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ab-content {
    position: absolute;
    z-index: 2;
    background: #fcf2f6de;
    color:#444;
    padding: 20px;
    width:40%;
    height: 450px;
}
.ab-content h2{
  font-weight: 600;
}
.ab-content h2 span{
color:#D92A64;
}
.ab-content p{
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.ab-content ul{
  padding-left:0;
}
.ab-content li{
  font-size: 16px;
}
.ab-content i{
  color:#D92A64;
  padding-right: 5px;
}
.ab-row .owl-nav {
    display: none;
}
.ab-row .owl-dots {
    display: none;
}
.inside-banner{
    background: url(../img/ab2.jpeg);
    width:100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*how it work*/
.how-it-works{
    color:#333;
    padding:40px 20px 100px;
}
.how-it-works h1{
    text-align: center;
    color:#333;
    font-weight: 600;
}
img.how-img{
  margin-top:50px;
}
.accord {
  width: 610px;
  margin: auto;
  margin-top:50px;
  margin-bottom: 50px;
  height: 400px;
  overflow: hidden;
  border: #FCF2F6 3px solid;
  background-color: white;
  transition: all 0.8s ease;
}
.accord ul{
    padding-left: 0px;
}
.accord ul li {
  width: 151px;
  display: block;
  float: left;
  position: relative;
  border-left: 2px solid white;
  height: 400px;
  transition: all 0.5s ease, opacity 0.2s ease;
  opacity: 0.7;
  backface-visibility: ;
}
.accord ul li img {
  width: 300px;
  height: inherit;
}
.title {
  transition: all 0.5s ease-in;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(217, 42, 100, 0.8);
  color: #fff;
}
.title-content {
    margin-top: 50%;
}
.title h2{
        text-align: center;
}
.title p{
        text-align: center;
}
.title a {
  font-size: 110%;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 20px;
  color: white;
}
.accord:hover {
  box-shadow: 6px 6px 10px 5px grey;
  transform: scale(1.1, 1.1);
}
.accord ul:hover li {
  width: 100px;
}
.accord ul li:hover {
  width: 300px;
  opacity: 1;
}
.wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px;
     margin: 50px auto;
}
.orange-border {
  background-color: #D92A64;
  background-image: linear-gradient(130deg, #e7477c, #f25f90);
  position: absolute;
}
.orange-top {
  width: 100px;
  height: 10px;
  top: 0;
  left: 0;
}
.orange-left {
  width: 10px;
  height: 100px;
  top: 0;
  left: 0;
}
@keyframes leftgrow {
  0% {
    height: 100px;
    width: 10px;
  }
  40% {
    height: 100%;
    width: 10px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes leftshrink {
  0% {
    width: 100%;
    height: 100%;
  }
  60% {
    height: 100%;
    width: 10px;
  }
  100% {
    height: 100px;
    width: 10px;
  }
}
@keyframes topgrow {
  0% {
    width: 100px;
    height: 10px;
  }
  60% {
    width: 100%;
    height: 10px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes topshrink {
  0% {
    width: 100%;
    height: 100%;
  }
  40% {
    width: 100%;
    height: 10px;
  }
  100% {
    width: 100px;
    height: 10px;
  }
}
.orange-left.grow { animation: leftgrow .5s forwards; }
.orange-left.shrink { animation: leftshrink .5s forwards; }
.orange-top.grow { animation: topgrow .5s forwards; }
.orange-top.shrink { animation: topshrink .5s forwards; }
.white-card {
  display: block;
  text-decoration: none;
  position: absolute;
  background-color: white;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,.2);
}
.white-card img{
    width:600px;
}
/*faq*/
.section-Faq{
    padding: 40px 0px;
    text-align: center;
}
.section-Faq{
    background-image:linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)),url("../images/bp1-02.png");
    width:100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section-Faq h1{
    font-weight: 600;
    padding-bottom: 30px;
}
.section-Faq p{
    font-size: 15px;
}
.business-list{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.buss-col1{
    flex-basis: 65%;
}
.buss-col2{
    flex-basis: 30%;
}
.buss-col img{
    width: 100%;
}
.buss-col1 details {
 background: linear-gradient(90deg, rgba(252,242,246,1) 41%, rgba(255,255,255,1) 100%);
  padding: unset !important;
}
.buss-col1 details p{
    text-align: left;
}
.buss-col1 details::marker{
    color:#fff;
}
.buss-col1 details > * {
  padding: 0 1rem;
}
.buss-col1 details + details {
  margin-top: 1rem !important;
}
.buss-col1 details > summary {
  background: #fff;
   box-shadow: 0 0 5px #e8e8e8;
    text-align: left;
  list-style: none;
  margin-bottom: 0.33rem;
  font-size: 16px;
  padding: 15px;
}
.buss-col1 details > summary span {
  padding: 0 0 0 0.5rem;
}
.buss-col1 details > summary::-webkit-details-marker {
  display: none;
}
.buss-col1 details > summary:before {
  content: "";
  font-size: 1.33rem;
  padding: 0 0.33rem 0 0;
  display: inline-block;
}
.buss-col1 details > summary:after {
  content: "+";
  float: right;
  font-size: 1.33rem;
  font-weight: bold;
  width: 2rem;
    background: #D92A64;
    color: #fff;
    border-radius: 50%;
    text-align:center;
}
.buss-col1 details[open] {
  background-color: #fff;
}
.buss-col1 details[open] + details {
  margin-top: unset !important;
}
.buss-col1 details[open] > summary {
  margin-bottom: 1rem;
 /* padding-bottom: 0.33rem;*/
}
.buss-col1 details[open] > summary::before {
  padding: 0 0 0 0.33rem;
  transform: rotate(90deg);
}
.buss-col1 details[open] > summary::after {
  content: "-";
}
/*our-services-page*/
.our-services-page{
  padding: 50px 20px;
}
.our-services-page h2{
  text-align: center;
   color:#333;
    font-weight: 600;
}
.our-services-page h2 span{
  color:#D92A64;
}
.our-services-page p{
  text-align: center;
  color:#333;
  font-size: 16px;
 padding:5px 0px 20px;
}
.service-row{
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
}
.service-col{
  flex-basis: 15%;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fafafa;
    border: 0 !important;
    margin: 10px;
    transition: 0.5s;
    padding: 1rem;
    border-radius: 3px;
    text-align: center;
}
.service-col:hover{
    box-shadow: 0 0 20px 0.2rem rgb(217 42 100 / 25%);
    transform: scale(1.1);
    transition: 0.5s;
     text-decoration: none;
}
.service-col p{
  text-align: center;
  color:#333;
  font-size: 15px;
 padding:0px 0px;
}
/*choose-brand*/
.choose-brand{
  padding: 50px 20px;
}
.choose-brand h2{
  text-align: center;
   color:#333;
    font-weight: 600;
    padding:5px 0px 20px;
}
.choose-brand h2 span{
  color:#D92A64;
}
.brand-row{
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
}
.brand-col{
  flex-basis: 15%;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fafafa;
    border: 0 !important;
    margin: 10px;
    transition: 0.5s;
    padding: 1rem;
    border-radius: 3px;
    text-align: center;
}
.brand-col:hover{
       box-shadow: 0 1px 15px rgb(217 42 100 / 10%);
    transition: 0.5s;
    transform: scale(1) translateY(-10px);
     text-decoration: none;
}
a.brand-col img {
    width: 150px;
}
.brand-col p{
  text-align: center;
  color:#333;
  font-size: 16px;
 padding:0px 0px;
}
/*choose-model*/
.choose-model{
  padding: 50px 20px;
  background: #fafafa;
}
.choose-model h2{
  text-align: left;
   color:#333;
    font-weight: 600;
}
.choose-model h2 span{
  color:#D92A64;
}
.choose-model h1{
  text-align: center;
   color:#333;
    font-weight: 600;
    padding:5px 0px 20px;
}
.choose-model h1 span{
  color:#D92A64;
}
.model-row{
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
  /*width: 100%;*/
}
.model-col{
  flex-basis: 15%;
    vertical-align: middle;
    cursor: pointer;
    background-color:  #fafafa;
    border: 0 !important;
    margin: 10px;
    transition: 0.5s;
    padding: 1rem;
    border-radius: 3px;
    text-align: center;
}
.model-col:hover{
       box-shadow: 0 1px 15px rgb(217 42 100 / 10%);
    transition: 0.5s;
    transform: scale(1) translateY(-10px);
     text-decoration: none;
}
a.model-col img {
    width: 150px;
}
.model-col p{
  text-align: center;
  color:#333;
  font-weight: 600;
  font-size: 16px;
 padding:0px 0px;
}
.sorting-1{
  display: none;
}
.sorting-1.active{
  display: block;
  background: #fff;
    padding: 20px;
}
.product-list {
    display: flex;
    list-style: none;
    justify-content: center;
}
.sorting-title{
  padding:5px 30px;
  background-color: #FCF2F6;
  border:2px solid #D92A64;
  font-size: 17px;
  margin:10px;
}
.sorting-title.active{
  background-color:#D92A64;
  color:#fff;
}
.model-heading {
    display: flex;
    justify-content: space-between;
    width:100%;
    padding-bottom: 30px;
}
.model-heading .search {
    width: 50%;
  }
  .heading a{
    color:#aaa;
  }
  .heading a.active{
    color:#D92A64;
  }
  .heading a:hover{
    color:#D92A64;
    text-decoration: none;
  }
  /*ends*/
  /*issue-page*/
  .issue-page{
    padding: 50px 20px;
  background: #fafafa;
  }
.product-details{
  display: flex;
    align-items: center;
}
.product-details img {
    width: 300px;
}
  .issue-page h1{
  text-align: left;
   color:#333;
    font-weight: 600;
}
  .issue-page h3{
  text-align: left;
   color:#333;
   font-size: 21px;
    font-weight: 600;
}
  .issue-page h1 span{
  color:#D92A64;
}
.row.issue-row {
    display: flex;
    /*width:100%;*/
    justify-content: space-between;
}
.issue-col1{
  background-color: #fff;
  width:100%;
  padding:10px;
  box-shadow: 0 0 5px #e8e8e8;
}
.issue-col2{
  width:48%;
}
.issue-col{
  width:40%;
}
.issue-col2 .booking-form button{
  width:200px;
}
.summary {
    background: #fff;
    box-shadow: 0 0 5px #e8e8e8;
    border:1px solid #D92A64;
}
.summary li img {
    width: 130px;
    margin: 0 auto;
    display: block;
}
.summary h2{
  color: #D92A64;
    background-color: #FCF2F6;
    font-weight: 600;
    padding: 20px 20px;
    text-align: center;
        margin: 0px;
       box-shadow: 0px 0px 5px gainsboro;
}
.summary ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-top:20px;
}
.summary li{
  font-size: 16px;
  padding:5px 20px;
}
.issue-col h3{
   padding: 20px;
  font-weight: 600;
  color:#333;
  font-size: 20px
}
.issue-main-wrap {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    padding: 0 0rem;
    margin-top: 1rem;
    border-top: 1px solid #ccc;
}
.issue-wrap{
  display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 50%;
    padding: 5px;
    padding-bottom: 10px;
}
.issue-wrap a {
    border: 1px solid #D92A64;
    padding: 5px;
    border-radius: 5px;
    background-color:#FCF2F6;
    color: #D92A64;
}
.issue-wrap a:hover{
  background: #D92A64;
  color:#fff;
  text-decoration: none;
}
.issue-wrap h4 {
    padding: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
}
.payment-heading {
    background: #D92A64;
    /* margin-top: -20px; */
    text-align: center;
    padding: 5px;
    color: #fff;
}
.booking-form{
  background-color: #fff;
  padding: 10px;
}
.fontuser {
    position: relative;
}
.fontuser i{
    position: absolute;
    left: 15px;
    top: 25px;
    color: gray;
}
.booking-form input[type=text],
.booking-form input[type=password],
.booking-form input[type=date],
.booking-form input[type=email],
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 12px 40px;
    margin: 8px 0;
    display: inline-block;
    background-color: #FCF2F6;
    border: none;
    color: #444;
    border-radius: 5px;
    box-sizing: border-box;
}
.booking-form input[type=text], input[type=password], input[type=date]:focus{
  outline: none;
}
.booking-form  button{
    background-color: #D92A64;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.booking-form input.searchTerm {
    width: 85%;
    border: 3px solid #FCF2F6;
    border-right: none;
    padding: 5px;
    height: 38px;
    margin-top:20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #D92A64;
}
.booking-form button.searchButton{
    width: 40px;
    height: 38px;
    margin-top:20px;
    border: 1px solid #D92A64;
    background: #D92A64;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}
.booking-form .search i {
    top: 40px;
    position: absolute;
    right: 10px;
}
.booking-form span{
  height: 2px;
  width: 100%;
  color:#fff;
}
.booking-form .search:before{
  content: '';
    height: 10px;
    width: 100%;
    top: 5px;
    border-radius: 5px;
    /* color: #fff; */
    background: #fff;
    position: absolute;
    margin-bottom: 20px;
}
.order-2 {
    order: 1;
}
.order-1 {
    order: 2;
}
/*contact-us page*/
.issue-col3{
  background: #fff;
  padding: 20px;
      width: 48%;
}
.issue-col3 h2 {
    color:#D92A64;
    font-weight: 600;
}
.issue-col3 p{
  font-size:16px;
}
.list-out i{
  color: #D92A64;
    padding-right: 5px;
    padding-top: 5px;
}
.list-out p {
    display: flex;
}
.list-out-1 i{
  color: #D92A64;
    padding-right: 5px;
    padding-top: 5px;
}
.list-out-1{
  display: none;
}
.list-out-1 p {
    display: flex;
}
.issue-col4{
  width: 48%;
}
.timeline-div {
    padding: 45px;
}
.timeline {
  width:400px;
  height: 20px;
  list-style: none;
  text-align: justify;
  position: relative;
      padding-left: 0px;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(237,127,163,1) 59%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
}
.timeline:after {display: inline-block; content: ""; background:red;width: 100%;}
.timeline li {
  display: inline-block;
  width: 20px;
  height: 20px;
      color: #333;
  background: #D92A64;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
           animation: glowing 1300ms infinite;
}
.timeline li:before {
  display: inline-block;
  content: attr(data-year);
  font-size: 26px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline li:nth-child(odd):before {
  top: -40px;
}
.timeline li:nth-child(even):before {
  bottom: -40px;
}
.timeline li:after {
  display: inline-block;
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline li:nth-child(odd):after {
  bottom: 0;
  margin-bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
     -moz-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
       -o-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
  top: 0;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
/*contact-us ends*/
/*policy-page*/
 .policy-page{
    padding: 50px 20px;
  background: #fafafa;
  }
  .Policy-1 {
    background: #fff;
}
 .Policy-1 h2{
  font-weight: 600;
  text-align: center;
  padding:20px;
  color:#D92A64;
 }
  .Policy-1 h2 span{
    color:#333;
  }
  .Policy-1 h2:after {
    border-bottom: 3px solid #7d7d7d;
    content: "";
    display: block;
    width: 70px;
    margin: 1.3% auto 0;
}
 .Policy-1 h4{
  font-weight: 600;
  padding: 20px 0px;
 }
  .Policy-1 p{
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.Policy-1 a{
color:#D92A64;
}
.Policy-1 a:hover{
color:#333;
text-decoration: none;
}
/*ends*/
/*mission-vision-page*/
.mission-vision-page{
  padding: 50px 20px;
  background: #fafafa;
  position: relative;
}
.miss-visi {
    background: #FCF2F6;
    padding: 15px;
    height: 385px;
    width: 210px;
    font-size: 16px;
   border-radius: 0px 35px 0px 0;
}
.miss-visi img{
  padding: 30px;
}
.miss-visi h4 {
  color:#D92A64;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.mission-layout {
     background:#D92A64;
    padding: 33px;
    color:#fff;
    position: absolute;
    bottom: 65px;
    width: 50%;
    font-size: 17px;
    border-radius: 0px 35px 0px 0px;
}
.mission-layout img {
    position: absolute;
    top: -124%;
    left: 15%;
}
.mission-vision-page ul {
    list-style: none;
    padding-left: 0px;
}
.mission-vision-page i{
  padding:5px 5px 0px 0px;
    color:#D92A64;
}
.mission-vision-page li{
  display: flex;
  font-size: 16px;
  padding-bottom: 10px;
}
/*mission-vision-page ends*/
/*career page*/
input[type="file"] {
   display: none!important;
}
.custom-file-upload {
    border: 1px solid #D92A64;
    display: block;
    width: 230px;
    padding: 6px 40px;
    border-radius: 5px;
    font-weight: 400;
    background: #FCF2F6;
    color: #D92A64;
    cursor: pointer;
}
.career-heading {
    background: #D92A64;
    /* margin-top: -20px; */
    text-align: center;
    padding: 5px;
    color: #fff;
}
.career-heading h2{
  padding-bottom: 20px;
}
/*ends*/
/*our-accessories*/
.our-accessories{
  padding: 50px 20px;
}
.our-accessories h2{
  text-align: center;
   color:#333;
    font-weight: 600;
}
.our-accessories h2 span{
  color:#D92A64;
}
.sale-row{
  display: flex;
  flex-wrap: wrap;
 justify-content: center;
}
.sale-col{
  flex-basis: 23%;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fafafa;
    border: 0 !important;
    margin: 10px;
    transition: 0.5s;
    padding: 1rem;
    border-radius: 3px;
    text-align: center;
}
.sale-col:hover{
    box-shadow: 0 0 20px 0.2rem rgb(217 42 100 / 25%);
    transform: scale(1.1);
    transition: 0.5s;
     text-decoration: none;
}
.sale-col p{
  text-align: center;
  color:#333;
  font-size: 16px;
  font-weight: 600;
  padding-top:20px;
}
@media  screen and (max-width: 768px){
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin: 0 auto;
}
.footer-copyright p {
    text-align: center;
    }
.issue-col3{
width:100%;
}
.timeline-div {
    padding: 45px 0px;
}
.timeline{
  width:100%;
}
.issue-col4{
width:100%;  
}
.issue-col {
    width: 100%;
    padding-top: 20px;
}
.product-list {
    display: block;
    text-align: center;
  }
.business-list{
    display:block;
}
.side-button img {
  height: 150px;
}
.side-button .booking-img{
 height: 150px;    
}
.banner-content {
    display: block;
    }
.banner {
    height: 100%;
  }
  .side-button {
    position: relative;
    left: 0px;
}
.banner-col {
    padding: 5px;
}
.banner-row.owl-carousel .owl-dots {
    width: 70px;
 }
 .Customer-Reviews h2{
     font-size:20px;
 }
 .Customer-Reviews h2:after {
    top: 50px;
 }
 .booking-sec h2 {
    font-size: 30px;
  }
  .Subscribe-input input {
    width: 100%;
  }
  .contact-form {
    margin-top: 20px;
  }
  .booking-sec {
    padding: 10px 0px;
}
.reviews {
    display: block;
    width: 100%;
}
.order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
.services {
    margin: 20px 0px;
    }
  .ab-content {
    margin-top: 10px;
    position: relative;
    width:100%;
    height: 100%;
  }
  .ab1 {
    height: 300px;
  }
  .ab2 {
    height: 300px;
  }
  .accord {
    display: none;
  }
.list-out-1{
  display: block;
}
.how-it-works h1 {
    font-size: 30px;
}
.how-it-works {
    padding: 11px 0px 10px;
}
.inside-banner {
    height: 150px;
  }
  .service-col {
    flex-basis: 45%;
    margin: 5px;
}
.our-services-page {
    padding: 10px 0px;
}
.choose-brand {
    padding: 10px;
}
a.brand-col img {
    width: 106px;
}
.model-heading {
    display: block;
}
.model-heading .search {
    width: 95%;
}
.issue-col1 {
    width: 100%;
  }
  .issue-col2 {
    width: 100%;
  }
  .issue-page h1 {
    font-size: 25px;
}
  .issue-wrap {
    width: 100%;
}
.product-details {
    display: block;
    text-align: center;
}
.product-details img {
    width: 100%;
}
.issue-wrap h4{
    font-size:13px;
}
.miss-visi img {
    padding: 20px;
    width: 120px!important;
    margin: 0 auto;
    display: block;
}
.miss-visi {
        height: auto;
    margin: 10px auto;
    width: 100%;
  }
  .mission-layout{
        position: inherit;
        width: 100%;
  }
  .sale-col {
    flex-basis: 100%;
}
}
.form-msg-popup-overylay{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top:0;
  background: rgba(0,0,0,0.8);
  z-index: 10;
}
.form-msg-popup{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top:0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
}
.form-msg-popup .form-box{
  background: #fff;
  border:solid 1px #ddd;
  padding: 30px;
  position: relative;
  width: 100%;
  max-width: 420px;
  max-height: calc(100vh - 50px);
  overflow: auto;
  text-align: center;
  border-radius: 10px;
}
.form-msg-popup .form-box .checkmark-outer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form-msg-popup .form-box .checkmark-wrapper{
  background: green;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.form-msg-popup .form-box .checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 50px;
  width: 25px;
  border-bottom: 7px solid #fff;
  border-right: 7px solid #fff;
}
.form-msg-popup .form-box .cross-outer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form-msg-popup .form-box .cross-wrapper{
  background: red;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.form-msg-popup .form-box .cross-wrapper .cross {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -35px;
  margin-right: -35px;
  width: 70px;
  height: 70px;
}
.form-msg-popup .form-box .cross-wrapper .cross:before, .form-msg-popup .form-box .cross-wrapper .cross:after {
  position: absolute;
  left: 35px;
  content: ' ';
  height: 70px;
  width: 2px;
  background-color: #fff;
}
.form-msg-popup .form-box .cross-wrapper .cross:before {
  transform: rotate(45deg);
}
.form-msg-popup .form-box .cross-wrapper .cross:after {
  transform: rotate(-45deg);
}

.form-msg-popup .form-box .close-popup {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  opacity: 0.4;
}
.form-msg-popup .form-box .close-popup:hover {
  opacity: 1;
}
.form-msg-popup .form-box .close-popup:before, .form-msg-popup .form-box .close-popup:after {
  position: absolute;
  left: 12px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #333;
}
.form-msg-popup .form-box .close-popup:before {
  transform: rotate(45deg);
}
.form-msg-popup .form-box .close-popup:after {
  transform: rotate(-45deg);
}
@media  screen and (max-width: 400px){
    .width-25 {
    padding-top: 20px;
    }
    .issue-wrap {
    display: block;
    }
}