@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,577;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,577;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "rupee";
  src: url("../fonts/Rupee_Foradian.ttf");
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.9 !important;
}
/* ********************************************* */
/* ********************************************* *
                      CUSTOM UTILITY
************************************************ */
/* ********************************************* */
.muli {
  font-family: "Muli", sans-serif !important;
}
.rupee {
  font-family: "rupee" !important;
}
.btn:focus,
button:focus,
input:focus {
  outline: none !important;
  box-shadow: none;
}

ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit !important;
}

/* ADD CLASSES TO BS4 */
.bg-black {
  background-color: #000 !important;
  color: #fff !important;
}

.bg-brand {
  background-color: #ed1c24 !important;
  color: #fff !important;
}

.text-brand {
  color: #ed1c24 !important;
}

.btn {
  border-radius: 0 !important;
}
.box-shadow {
  box-shadow: 0px 2px 6.96px 1.04px rgba(51, 51, 51, 0.17);
}
.text-menu {
  color: #353535 !important;
}

/* FONT BOLD */
.font-bold {
  font-weight: 700 !important;
}
.font-600 {
  font-weight: 600 !important;
}
.font-300 {
  font-weight: 300 !important;
}
/* FONT SIZE */
.font-120 {
  font-size: 120px !important;
}
.font-70 {
  font-size: 70px !important;
}
.font-50 {
  font-size: 50px !important;
}
.font-48 {
  font-size: 48px !important;
}
.font-44 {
  font-size: 44px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-14 {
  font-size: 14px !important;
}
/* END OF FONT SIZE */
/* ********************************************* */
/* ********************************************* *
                    END OF CUSTOM UTILITY
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                  MAIN  MENU STYLE
************************************************ */
/* ********************************************* */
.custom-container {
  max-width: 1346px;
  margin: 0 auto;
}
.parentMenu {
  cursor: pointer;
}
.toggle-content {
  z-index: -100;
  left: 0;
  right: 0;
  visibility: hidden;
}

.toggle-content[aria-hidden="false"] {
  z-index: 100;
  visibility: visible;
}
.sub-menu {
  background: #8c1115;
  color: #fff !important;
}
/*.sub-menu::before {
  content: '▼';
  position: absolute;
  top: 0;
  left: 42%;
  font-size: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}*/
.sub-menu ul li {
    position: relative;
}
.sub-menu ul li.active:before {
    content: '▼';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 12px;
    font-size: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    margin: auto;
}
.nav-link:hover,
.navbar-nav .active > .nav-link {
  color: #ed1c24 !important;
}


/* search box */
/* .form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

.btn-outline-secondary {
  color: rgb(0, 0, 0) !important;
  border-color: #a3a2a2;
}

.btn-outline-secondary:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-outline-secondary:hover {
  background-color: #ffffff;
  border-color: #a3a2a2;
}

.border-secondary {
  border-color: #a3a2a2 !important;
} */

/* ############################################### 

                START OF MEGA MENU 

  ################################################*/

.banner-drop {
  box-shadow: 0 2px 15.52px 0.48px rgba(51, 51, 51, 0.17);
}
.banner-drop .nav li {
  border-right: 1px solid #cecece;
  color: #353535;
  cursor: pointer;
}
.banner-drop .nav li:hover {
  color: #ed1c24;
}
.banner-drop .nav li:last-child {
  border: none;
}
.banner-drop .nav-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dabble-line {
  height: 5px;
  width: 100%;
  background: #fff;
  border: 1px solid #cecece;
}

/* ------------Nav Slider--------- */
#toggle-content .slick-next:focus:before,
#toggle-content .slick-next:hover:before,
#toggle-content .slick-prev:focus:before,
#toggle-content .slick-prev:hover:before {
  opacity: 1;
}

#toggle-content .slick-prev:before {
  content: "<";
}
#toggle-content .slick-next:before {
  content: ">";
}

#toggle-content .slick-next:before,
#toggle-content .slick-prev:before {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  opacity: 0.75;
  color: #585858;
}

#toggle-content .slick-dots li.slick-active button:before {
  opacity: 1;
  background: red;
  border: 2px solid #a09e9e;
}
#toggle-content .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
#toggle-content .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  border: 2px solid #a09e9e;
  border-radius: 50%;
}
/* ############################################# 

                    END OF MEGA MENU 

  ##############################################*/

/* ********************************************* */
/* ********************************************* *
                    END OF MAIN MENU STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                    HOME PAGE STYLE
************************************************ */
/* ********************************************* */

/* HERO BANNER */
#hero-banner {
  display: flex;
  flex-wrap: wrap;
  background: url("../images/Banner/hero.png") no-repeat center center/cover;
  width: 100%;
  padding: 100px 0 55px;
}

.btn-custom {
  position: relative;
  border: none;
}
.btn-custom:after {
  position: absolute;
  bottom: 0px;
  top: 0;
  right: 0;
  content: "";
  border-bottom: 35px solid #000;
  border-left: 20px solid transparent;
}
/* Carousal */
#hero-banner .carousel-control-prev-icon,
#hero-banner .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

#hero-banner .carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: #fff;
  margin-right: -150px;
}

#hero-banner .carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #fff;
  margin-left: -150px;
}

/* form */
.offer-form {
  background: rgb(54, 54, 54, 0.87);
  border-top: 3px solid #ed1c24;
  padding: 75px 40px;
  max-width: 475px;
}

.offer-form h3 {
  line-height: 1.8;
  padding-bottom: 10px;
}
.offer-form input {
  background: #fff;
  color: #999;
  border: 1px solid #fff;
  padding: 12px;
  font-size: 18px;
}
.offer-form input::placeholder {
  color: #999;
}
/* End of HERO BANNER */

/* PRODUCTS CARD */
#products .card {
  box-shadow: 0px 2px 6.96px 1.04px rgba(51, 51, 51, 0.17);
  border-radius: 9px !important;
  border: 0;
  padding-bottom: 20px !important;
}

.icon-warper {
  position: relative;
  min-height: 270px;
}

.x {
  background: url("../images/cross_line.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85% !important;
  height: 85%;
  z-index: 138;
}
/* END OF PRODUCTS CARD */

/* ABOUT ARYA HONDA */
#about-arya {
  background: url("../images/Banner/back.png") no-repeat center center/cover;
  /*min-height: 560px;*/
}
/* END OF ABOUT ARYA HONDA */

/* SHOWROOMS */
#showrooms .card {
  box-shadow: 0px 2px 15.52px 0.48px rgba(51, 51, 51, 0.09);
  border: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  min-height: 308px;
}
/* END OF SHOWROOMS */

/* FAQ SECTION */
#faq .faq-content {
  padding: 18px 10px;
  display: none;
}
#faq .faq-content p {
  color: #060101;
  font-size: 18px;
}
#faq .faq-content:nth-child(even) {
  border-left: 10px solid #ed1c24;
  background: #f5f2f2;
}
#faq .faq-content:nth-child(odd) {
  border-left: 10px solid #b7b7b7;
  background: #fff;
}
#faq .faq-content:nth-child(odd) h1 {
  color: #908284;
}
/* END OF FAQ SECTION */

/* ********************************************* */
/* ********************************************* *
                    END OF HOME PAGE STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                    MAIN FOOTER STYLE
************************************************ */
/* ********************************************* */

/* MAIN FOOTER */
footer .logo {
  border-bottom: 2px solid #929292;
}
footer .logo img {
  max-width: 335px;
  padding: 8px 0;
}

/* ********************************************* */
/* ********************************************* *
                    END OF HOME MAIN FOOTER STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                    SERVICE PAGE STYLE
************************************************ */
/* ********************************************* */
#service-banner {
  background: url("../images/Banner/services-banner.png") no-repeat center center/cover;
  /* background-repeat: no-repeat;
  background-position: center; */
  min-height: 645px;
}

#service-offer .off-card {
  box-shadow: 0px 2px 15.52px 0.48px rgba(51, 51, 51, 0.09);
  border: 0;
  border-radius: 25px !important;
}
#service-offer .off-card p {
  font-size: 16px;
  color: #222222;
}
#service-offer .book {
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#service-offer .book p {
  font-size: 19px;
  color: #222222;
}

#service-offer .off-card .bg {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
#service-offer .off-card .bg-1 {
  background: url("../images/service/packages/pick.png") no-repeat center center/cover;
}
#service-offer .off-card .bg-2 {
  background: url("../images/service/packages/engine.png") no-repeat center center/cover;
}
#service-offer .off-card .bg-3 {
  background: url("../images/service/packages/car.png") no-repeat center center/cover;
}
#service-offer .off-card .bg-4 {
  background: url("../images/service/packages/service.png") no-repeat center center/cover;
}
#service-offer .off-card .bg-5 {
  background: url("../images/service/packages/body.png") no-repeat center center/cover;
}
#service-offer .off-card .bg-6 {
  background: url("../images/service/packages/payment.png") no-repeat center center/cover;
}
#service-offer .off-card .bg-7 {
  background: url("../images/service/packages/location.png") no-repeat center center/cover;
}

/* WARRANTY PACKAGES */
#package {
  background: url("../images/service/banner.jpg.png") no-repeat center center/cover;
  min-height: 460px;
}

/* BENEFITS */
#benefits ul li {
  font-size: 21px;
}
#benefits ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* ********************************************* */
/* ********************************************* *
                  END OF SERVICE PAGE STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                    ABOUT PAGE STYLE
************************************************ */
/* ********************************************* */
#about-banner {
  background: url("../images/about/banner.png") no-repeat center center/cover;
  background-color: #fff;
  min-height: 690px;
}
.line {
  height: 2px;
  width: 100px !important;
  background: #fff;
}

/* testimonial */
#testimonial {
  margin-bottom: 100px;
  padding-bottom: 50px;
}
#testimonial .heading {
  max-width: 550px;
  margin: 40px auto;
}
#testimonial .heading p {
  color: #474646;
  font-size: 18px !important;
}
/* carousal */
#testimonial .carousel-control-prev-icon,
#testimonial .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

#testimonial .carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  font-weight: 300 !important;
  color: #000;
  margin-right: -350px;
}

#testimonial .carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  font-weight: 300 !important;
  color: #000;
  margin-left: -350px;
}
#testimonial .carousel-indicators {
  margin-bottom: -60px !important;
}
#testimonial .carousel-indicators .active {
  background: #ed1c24 !important;
}
#testimonial .carousel-indicators li {
  opacity: 1;
  box-sizing: border-box;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #979797;
  border-radius: 100% !important;
  background: #fff;
}

#testimonial .slide {
  box-shadow: 0px 2px 15.52px 0.48px rgba(51, 51, 51, 0.09);
  border: 0;
  border-radius: 25px;
  margin: 200px;
  max-width: 760px;
  margin: 0 auto;
}
#testimonial .slide img {
  border-radius: 25px;
  /* margin-right: 25px; */
}
#testimonial .slide .m-25 {
  margin-top: -65px;
}
section#contact-form input.form-control, section#contact-form textarea.form-control {
    background: #fff;
    color: #999 !important;
    border: 1px solid #a3a2a2 !important;
    padding: 12px !important;
    font-size: 18px !important;
}
section#contact-form {
    padding-bottom: 0 !important;
    margin-bottom: 0 !IMPORTANT;
}
section#showrooms h2 {
    margin: 30px 0 !important;
    padding: 30px !important;
}
/* ********************************************* */
/* ********************************************* *
                  END OF ABOUT PAGE STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                    CONTACT US PAGE STYLE
************************************************ */
/* ********************************************* */
#contact-banner {
  background: url("../images/contact/back.png") no-repeat center center/cover;
  /* background-size: 100vw;
  background-repeat: no-repeat; */
  height: 608px;
}
#contact-form .button {
  box-shadow: 0px 2px 15.52px 0.48px rgba(51, 51, 51, 0.17);
  border-radius: 25px;
  border: none;
  height: 145px;
}
#contact-form form select,
#contact-form form textarea,
#contact-form form input {
  border: 1px solid #a3a2a2;
  border-radius: 0;
  color: #a3a2a2;
  font-size: 20px;
}

#contact-form form .btn {
  border-radius: 8px !important;
  box-shadow: 0px 2px 15.52px 0.48px rgba(51, 51, 51, 0.17);
}

/* ********************************************* */
/* ********************************************* *
                  END OF CONTACT US PAGE STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                  AMAZE GROUP PAGE STYLE
************************************************ */
/* ********************************************* */

/* HERO BANNER */
.amaze-bg {
  background: url('../images/Banner/hero.png') no-repeat center center/cover !important;
  /* min-height: 700px !important; */
}
/* QUICK FACT */
#quick-fact .fact-content {
  border: 2px solid #bdbdbd;
}
#quick-fact .fact-content .row {
  border-bottom: 3px solid #e8e8e8;
}
#quick-fact .fact-content .row:last-child {
  border-bottom: none;
}
#quick-fact .fact-content .row .fact-text {
  border-left: 3px solid #e8e8e8;
}

#city-specification {
  background: url("../images/group/amaze/back.png") no-repeat center center/cover;
}
.specification {
  height: 690px;
}
.specification-content {
  max-width: 574px;
  background: rgb(37, 37, 37, 0.86);
  padding: 50px 25px;
}
.specification-content .row {
  border-bottom: 2px solid #acacac;
  margin: 0;
}
.specification-content .row:last-child {
  border-bottom: none;
}

/* COLOR SLIDER */
#city-color h4 {
  background: #757575;
  position: relative;
}
#city-color h4:after {
  position: absolute;
  bottom: 0px;
  top: 0;
  right: 0;
  content: "";
  border-bottom: 65px solid #fff;
  border-left: 36px solid transparent;
}

#city-color .carousel-control-prev-icon,
#city-color .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

#city-color .carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: #000;
  margin-right: -150px;
}

#city-color .carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #000 !important;
  margin-left: -150px;
}

#city-color .carousel-indicators .one {
  background-color: #ab0f13;
}
#city-color .carousel-indicators .two {
  background-color: #dddbd0;
}
#city-color .carousel-indicators .three {
  background-color: #b5b5b5;
}
#city-color .carousel-indicators .four {
  background-color: #acabb0;
}
#city-color .carousel-indicators .five {
  background-color: #220909;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#city-color .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  /* background-color: #000; */
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* HONDA CITY VARIANT */
#city-variant {
  background: url("../images/group/amaze/back\ red.png") no-repeat center center/cover;
  height: 750px;
}
/* .variant-content {
  height: 785px;
} */
#city-variant .slick-next {
  right: -60px;
}
#city-variant .slick-prev {
  left: -70px;
}
#city-variant .slick-next:focus:before,
#city-variant .slick-next:hover:before,
#city-variant .slick-prev:focus:before,
#city-variant .slick-prev:hover:before {
  opacity: 1;
}

#city-variant .slick-prev:before {
  content: "<";
}
#city-variant .slick-next:before {
  content: ">";
}

#city-variant .slick-next:after,
#city-variant .slick-prev:after {
  position: absolute;
  top: 3px;
  left: -15px;
  right: 0;
  bottom: 0;
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #ed1c24;
  z-index: -1;
}

#city-variant .slick-next:before,
#city-variant .slick-prev:before {
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  line-height: 1;
  font-weight: 300;
  opacity: 1;
  color: #fff;
}

#city-variant .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
  border: 2px solid #fff;
}
#city-variant .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
#city-variant .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
}

/* arya honda */
#amaze-about-arya {
  background: url('../images/group/amaze/arya\ honda.png') no-repeat center center/cover;
  min-height: 560px;
}


.card .icon-warper p {
    font-size: 12px;
    padding: 0 !important;
    margin: 0 !important;
}
.p-0 {
    padding: 15px 3px 1px 3px !important;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    float: left;
}
#products .card img.card-img-top {
    padding-top: 20px;
}
.about-content h2 {
    padding: 30px 0 0 0 !important;
}
section#about-section {
    padding: 45px 0 40px 0 !important;
}
section#about-arya h2 {
    padding: 0 !important;
    margin: 60px !important;
}
section#about-arya p {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 2;
    font-size: 18px !important;
}
section#about-arya button {
    padding: 30px 0 !important;
}
select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("../images/bg-dropdown.png") no-repeat 95% center;
}
section#service-banner .col-lg-7.p-3.p-md-0 {
    vertical-align: middle;
    align-self: flex-start;
    justify-content: center;
    margin: 80px auto;
}
#service-banner .offer-form {
    height: 100%;
    margin-top: 50px !IMPORTANT;
    max-height: 540px;
}
#service-banner input.form-control-plaintext {
    background: #fff0 !important;
    border: 1px solid #dbd6d6 !important;
}
#service-banner button {
    width: 285px;
    height: 50px;
}
#service-banner .text-center.mt-5 {
    margin-top: 40px !important;
}
/* ********************************************* */
/* ********************************************* *
                  END OF AMAZE GROUP PAGE STYLE
************************************************ */
/* ********************************************* */

/* ********************************************* */
/* ********************************************* *
                OFFER MODAL STYLE
************************************************ */
/* ********************************************* */
#modalOffer .modal-dialog {
  max-width: 970px !important;
}
#modalOffer .modal-content {
  border-radius: 25px;
  /*height: 100%;
  max-height: 545px !important;*/
}

/* form */
.pop-form {
  border-top: 3px solid #ed1c24;
  margin-top: -24px;
}

.pop-form h3 {
  line-height: 1.8;
  padding-bottom: 10px;
}
.pop-form input {
  color: #000;
  border: 1px solid #a09f9f;
  padding: 10px;
  font-size: 18px;
}

.pop-btn-custom {
  position: relative;
  border: none;
}
.pop-btn-custom:after {
  position: absolute;
  bottom: 0px;
  top: -1px;
  right: -1px;
  content: "";
  border-top: 40px solid #fff;
  border-left: 20px solid transparent;
}
ul.d-flex.flex-column.flex-xl-row.align-items-center.m-0.p-0 {
  position: relative;
  z-index: 1;
  padding: 0 !important;
}
.offer-mob {
  display: none;
}
.navbar-wrap .navbar-collapse {
  justify-content: center;
}


/*7-3-2020*/
.site-header nav.navbar.navbar-expand-md {
    justify-content: space-between;
}
.hero-banner-heading {
  position: relative;
  top: -10px;
}
.hero-carousel-img {
  position: relative;
  display: flex;
  align-items: center;
  height: 320px;
  border: 5px solid #999;
  overflow: hidden;
}
@media (max-width: 768px){
    
    .hero-carousel-img{
        height:142px;
    }
}
.hero-carousel-img img {
  position: relative;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*7-3-2020*/
/* ********************************************* */
/* ********************************************* *
              END OF  OFFER MODAL STYLE
************************************************ */
/* ********************************************* */

@media (min-width: 1200px) {
  /* #contact-banner {
    height: 546px;
  } */
}

/* Small devices (landscape phones) */

@media (min-width: 576px) {
}

/* Medium devices (tablets) */

@media (min-width: 768px) {
  /* #contact-banner {
    height: 292px;
  } */
}

/* Large devices (desktops) */

@media (min-width: 992px) {
  /* #contact-banner {
    height: 390px;
  } */
}

/* Extra large devices (large desktops) */
@media (min-height: 1440px) {
  #service-banner {
    background-size: 100vw;
    height: inherit;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: hidden;
}
}
@media (min-width: 1200px) {
  .modal-dialog-scrollable .modal-body {
    overflow-y: hidden;
}
}
/* Large devices (desktops)*/

@media (max-width: 1199px) {
  .sub-menu.position-absolute.toggle-content ul {
    position: relative;
    display: inline-block !important;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .sub-menu.position-absolute.toggle-content ul::-webkit-scrollbar {
    display: none;
}
  .sub-menu.position-absolute.toggle-content ul li {
    display: inline-block;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding: 5px !important
  }
  .products-content .card-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .products-content .card-body {
    padding: 10px;
  }
  .products-content .card-body .card-text {
    font-size: 16px !important; 
  }
  .products-content .card-body .icon-warper .x {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 1100px) {
  .font-res-40 {
    font-size: 40px !important;
  }
  #testimonial .carousel-control-prev-icon:after {
    margin-left: -150px;
  }
  #testimonial .carousel-control-next-icon:after {
    margin-right: -150px;
  }

  /* amaze group page*/
  #city-variant .slick-next {
    right: -25px;
  }
  #city-variant .slick-prev {
    left: -25px;
  }
  #city-variant .slick-next:after,
  #city-variant .slick-prev:after {
    position: absolute;
    top: 3px;
    left: -15px;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    background: transparent;
    z-index: -1;
  }
}
.mumbai-products-img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.mumbai-products-img img { 
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* The given screen size or smaller */

/* Extra small devices (portrait phones)*/
/* Medium devices (tablets)*/
@media (max-width: 1024px) {

  header .custom-container nav.navbar{
    display: inline-block !important;
    width: 100%;
  }
  header .custom-container .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  #hero-banner .carousel-control-prev-icon:after {
    margin-left: -120px;
  }
  #hero-banner .carousel-control-next-icon:after {
  margin-right: -120px;
  }
}

@media (max-width: 991px) {
  #city-variant .slick-next {
    display: none;
  }
  #city-variant .slick-prev {
    display: none;
  }
  header .custom-container .navbar {
    display: inline-block;
    width: 100%;
    margin: 0 !important;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
  .sub-menu.position-absolute.toggle-content {
    height: 40px;
  }
  .sub-menu.position-absolute.toggle-content ul {
    display: inline-block;
  }
  .sub-menu.position-absolute.toggle-content ul li {
    padding: 0 !important;
  }
  .sub-menu.position-absolute.toggle-content ul li a {
    padding: 5px !important;
  }
    .products-content .col-lg-4.col-md-4.mb-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
}

/* Small devices (landscape phones)*/

@media (max-width: 768px) {
  .font-50 {
    font-size: 38px !important;
  }
  .font-48 {
    font-size: 40px !important;
  }
  .font-40 {
    font-size: 30px !important;
  }
  .font-35 {
    font-size: 30px !important;
  }
  .offer-form {
    padding: 20px 40px;
  }
  .pop-form input {
    color: #000;
    border: 1px solid #a09f9f;
    padding: 6px;
    font-size: 16px;
  }
  #modalOffer .pop-form input, #modalOffer .pop-form select {
    height: 50px !important;
    font-size: 18px !important;
    border-radius: 10px !important;
} 
.modal-content img.img-fluid.p-4 {
    width: auto;
    height: 250px;
}
.offer-form input, select.form-control {
    height: 50px !important;
}
#products .card {
    padding: 5px !important;
}
.sub-menu.position-absolute.toggle-content {
    height: 50px;
}
}

@media (max-width: 767px) {
  body {
    padding: 106px 0 40px;
  }
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  /*.site-header .custom-container button.navbar-toggler.mt-2.mt-md-0.ml-auto {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    background: #fff;
    width: 100%;
  }*/
  .site-header .custom-container .navbar-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-top: 1px;
    z-index: 9999;
  }
  .site-header .custom-container button.navbar-toggler {
    float: left;
    display: inline-block;
    border: 0;
    margin-top: 8px !important;
  }
  .site-header .custom-container button.navbar-toggler .menu-text {
    font-size: 18px;
    margin-left: 10px;
  }
  .site-header .custom-container .offer-mob {
    float: left;
    display: inline-block;
    width: calc(100% - 119px);
  }
  .site-header .custom-container .offer-mob input[type="button"].bg-brand {
    width: 100%;
    margin: 0;
    height: 100%;
    min-height: 55px;
  }
  .site-header .custom-container .navbar-collapse.collapse.show {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
  }
  .site-header .custom-container .navbar-collapse.show .offer {
    display: none;
  }
  #modalOffer .pop-form input, #modalOffer .pop-form select {
    height: 50px !important;
    font-size: 18px !important;
    border-radius: 10px !important;
}
.modal-content img.img-fluid.p-4 {
    width: auto;
    height: 250px;
}
.offer-form input, select.form-control {
    height: 50px !important;
}
#products .card {
    padding: 5px !important;
}
.sub-menu.position-absolute.toggle-content {
    height: 50px;
}
.media {
  word-break: break-word;
}
.modalOffer-img {
  height: 200px;
  text-align: center;
  margin-bottom: 20px;
}
.modalOffer-img img {
  max-height: 100%;
}
.pop-form {
  margin: 0
}
  .products-content .col-lg-4.col-md-4.mb-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
}

@media (max-width: 575px) {
  .banner-drop .nav li {
    border-bottom: 1px solid #cecece;
    display: block;
  }
  #testimonial .slide {
    max-width: 352px;
  }

  #testimonial .carousel-control-prev,
  #testimonial .carousel-control-next {
    top: 145px !important;
  }
  #testimonial .carousel-control-prev-icon:after {
    margin-left: 0px;
  }
  #testimonial .carousel-control-next-icon:after {
    margin-right: 0px;
  }
  footer .logo img {
    max-width: 250px;
  }

  footer ul li {
    border-bottom: 1px solid #f3f3f3;
    margin-right: 2rem;
  }
}
