* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.sidenav {
  display: none;
}
body {
  overflow-x: hidden;
}
/*
body {
    margin: 0;
    font-family: Montserrat,sans-serif;
  
    font-weight: 400;
    line-height: 1.5;
    color: #21252;
    text-align: justify !important;
    font-size: 14px;
    background-color:#fff;
	}
	*/
/*p {
  margin-top: 0;
  margin-bottom: 0rem;
}*/	
p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify !important;
    font-family: Montserrat,sans-serif;
	 font-weight: 400;
    line-height: 1.5;
    color: #21252d;
    text-align: justify !important;
    font-size: 14px;
		margin-left:5px;
	margin-right:5px;
    
}

/* Scroll to top */

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  padding: 5px 10px;
  left: 40px;
  font-size: 20px;
  background: #ff0000;
  border-radius: 50%;
  z-index: 999;
}

.scroll-to-top a {
  color: #fff;
}
.btn-wrapper {
  display: none;
}

/* Scroll to top */

/* search bar appear */

div#search-bar {
  display: none;
}

/* search bar appear */

.modal-mobile-footer {
  display: none;
}
.text-center h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
h1 {
  text-align: center;
}

hr {
  width: 40px;
  margin: 5px auto 50px auto;
  height: 5px;
  border-radius: 20px;
  background: black;
}

/* Mobile NAVBAR */

.sidenav {
  display: none;
}

/* Fixed header */

section.header-section,
section.navbar-section-mega-menu {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 999;
}
section.navbar-section-mega-menu {
  top: 100px;
}
.popular-search{font-size: 18px;width: 100%;display: block;padding: 5px 20px;background-color: #aba8a8bf;opacity: 0.4;}
.header-section.sticky { z-index: 102 !important;}
div#nav-wrapper {
  height: 135px;
}
/* nav header starts */

section.header {
  display: none;
}

.container-header {
  max-width: 95%;
}

nav.navbar {
  align-items: center;
  width: 100%;
  height:100px;
  padding: 10px;
}

.nav-img-wrap {
  height: 60px;
  width: 160px;
}

.nav-img-wrap > img {
  width: 200px;
  margin-top: -12px;
  margin-left: -44px;
}

.navbar-brand {
  margin-right: 5rem;
}
table th,
table td {
  padding: 10px;
  border: 1px solid;
}
table {
  width: 85%;
  margin-left: 6px;
 
}
.nav-header {
  background-color: #2ab4bf;
  padding: 12px;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  left: 50%;
}

.form-control {
  border-radius: 13px 0 0 13px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.font-white {
  color: red;
  font-size: 28px;
  margin: 0px !important;
}

.nav-link {
  color: #000;
  font-size: 13px;
  margin: 0 10px;
}

li.phone-number-tab {
  width: 33% !important;
}

li.nav-item {
  width: 9%;
  text-align: center;
}

a.for-i {
  padding: 0;
  margin: 0;
  color: red;
  transition: 0.2s ease;
}

a.for-i i {
  margin: 0 !important;
}

a.for-i:hover {
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 2px -4px black;
}

a.phone-link {
  padding: 0;
  margin: 0px;
}

i.fa-phone {
  font-size: 20px;
}

button.btn.btn-outline-primary.ml-3 {
  width: 25%;
  font-size: 12px;
  margin: auto !important;
}

.btn {
  border-radius: 7px;
}

.btn-outline-primary {
  color: #2ab4bf !important;
  border-color: #2ab4bf !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  border-color: #2ab4bf !important;
  background-color: #2ab4bf;
}

.nav-icon {
  font-size: 23px;
}

input[type="search"] {
  font-size: 12px;
  padding: 20px 15px;
}

.form-inline {
  width: 56%;
  justify-content: space-between;
}

.form-inline .form-control {
  width: 88%;
}

.full-width {
  width: 70% !important;
}

.nav-color {
  background-color: #46579f;
}

.nav-text {
  color: #fff;
  font-size: 12px;
}

.nav-text:hover {
  color: #fff;
  font-size: 12px;
}

.navbar-nav {
  justify-content: flex-end;
  width: 90%;
  align-items: center;
}

.navbar ul {
  margin-bottom: 0 !important;
  padding-left: 0;
}
.dropdown-menu {
  font-size: 12px;
}

/* nav header ends */

/* Mega Menu starts here*/

.container-mega-menu {
   /*background-color: #46579f;*/
  background-color: red;
  height: 38px;
}


nav#mega-menu {
  width: 90%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 35px;
  opacity: 1;
}

nav#mega-menu .dropdown-mm button {
  width: max-content;
  padding: 10px 20px;
  text-align: center;
  background: none;
  outline: none;
  font-size: 15px;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
 
}
nav#mega-menu .dropdown-mm button a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}

nav#mega-menu .dropdown-mm button span {
  font-size: 10px;
  display: block;
  transform: rotate(90deg);
  margin-left: 8px;
  transition: 0.5s ease;
}

nav#mega-menu .dropdown-mm button:hover span {
  transform: rotate(450deg);
}

nav#mega-menu .dropdown-mm button:hover {
  /* color: red; */
  border-bottom: solid 3px #fdf1f1;
  padding-bottom: 7px;
  cursor: pointer;
  transition: 0.2s ease;
}

.content-mm {
  display: none;
  position: absolute;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 60vh;
  margin: 0;
  background: #fdf1f1;
}

.dropdown-mm:hover .content-mm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.row-mm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.content-mm h2 {
  background: rgba(220, 220, 220, 0.75);
  color: #333;
  text-align: center;
  width: 100%;
  padding: 25px 0;
  margin-top: -35px;
  font-size: 2rem;
}

.column-mm h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.column-mm {
  display: flex;
  flex-direction: column;
  padding: 45px 15px;
  width: 25%;
  height: 80vh;
  z-index: 9999;
  background-color: #fdf1f1;
}

.column-wrapper-mm {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 95%;
  margin: auto;
  height: 80vh;
  overflow-y: auto;
  z-index: 9999;
  /* background-color: #fff; */
}

.white-mm {
  background-color: #fff;
  border: 1px solid lightgray;
}

.column-mm a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}

.column-mm a:not(last-child) {
  margin-bottom: 10px;
}

.column-mm a:hover {
  color: red;
  text-decoration: underline;
}

a#new:after {
  content: "New";
  position: relative;
  left: 10%;
  font-weight: bold;
  font-size: 9px;
  background: red;
  padding: 3px 12px;
  color: white;
  border-radius: 15px;
}

/* Custom Scrollbar inside mega menu*/

#style-1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dfdfdf;
}

#style-1::-webkit-scrollbar {
  width: 7px;
  background-color: #e9e9e9;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #969696;
}

.search-content{
  max-height: 400px; overflow-y: scroll; overflow-x: hidden;
}

.search-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #dfdfdf;
}

.search-content::-webkit-scrollbar {
  width: 7px;
  background-color: #e9e9e9;
}

.search-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #969696;
}









/* testimonails section starts */
.testimonals-section{
  margin-top: 70px;
}
.testimonials {
  padding: 40px 0;
  background: #f1f1f1;
  color: #434343;
  text-align: center;
}

.testimonial-inner {
  max-width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
  color: black;
}

.border {
  width: 0px;
  height: 5px;
  background: black;
  margin: 15px auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  /* padding: 15px; */
  position: relative;
  padding: 0 15px;
}

.testimonial {
  background: #fff;
  padding: 30px;
  border-radius: 47px;
  box-shadow: 0 0 10px -6px black;
  margin: 5px 0;
  height: 250px;
}
.good-review{
  height: 110px;
}

.testimonial p {
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.testimonial img {
  /*width: 100px;
  height: 100px;*/
  border-radius: 50%;
}

.name {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stars {
  color: #f0932b;
  margin-bottom: 20px;
}
.prev-arrow {
  position: absolute;
  z-index: 99;
  top: 41%;
  left: -2%;
}
.next-arrow {
  position: absolute;
  z-index: 99;
  top: 41%;
  right: -2%;
}
/* .` {
  border-top: 4px solid black;
  
 margin: 0px 0px 9px 0px !important;
  border-radius: 20px;
  margin-top: 0px;
  text-align: center !important; 
  height: 1px;
  width: 30px;
} */

@media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
}

/* testimonails section ends */

/* Gifts to india section starts */


@media (min-width:700px) {

  .send-gifts-to-india-text-section {
    width: 96%;
    margin: auto;
    /* background-color: #f1f1f2; */
  }
}

@media screen and (max-width:699px) {

  .send-gifts-to-india-text-section {
    width: 100%;
    margin: auto;
    /* background-color: #f1f1f2; */
  }
}

.send-gifts-to-india-text-section h2{
  font-weight: bolder;
}

.gifts-to-india-text {
  line-height: 40px;
  font-size: 15px;
  text-align: justify;
   width: 85%;
  display: block;
  margin: 30px auto;
  padding-left: 0px;
}

.gifts-to-india-button {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid#F52C5A;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 10px;
  margin-bottom: 50px;
}


/* gifts to india section ends */

/* Recent-Blog-section starts */
.Recent-Blog-section {
  background-color: #f1f1f2;
  padding-top: 3rem;
}

.RecentBlog {
  box-shadow: 15px 15px 30px #bebebe, -15px 0px 30px #ffffff;
  margin: 0 10px;
}
.blogcontent {
  margin-top: -10px;
}
.blog-content {
  margin-top: -20px;
}

/* Recent-Blog-section ends */

/* Follow us section starts */
.follow-us-section {
  background-color: #fdf1f1;
  padding-bottom: 60px;
}
input[type="email"],
select {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 30px;
  box-sizing: border-box;
}
.fa-envelope {
  /* font-size: 30px; */
  color: #fff;
  padding: 7px;
  background-color: #e64945;
  border-radius: 4px;
}
.fa-facebook-f {
  font-size: 22px;
  color: #fff;
  background-color: #e64945;
  border-radius: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
.fa-twitter {
  font-size: 22px;
  color: #fff;
  padding: 15px;

  background-color: #e64945;
  border-radius: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
.fa-instagram {
  font-size: 22px;
  color: #fff;
  padding: 15px;

  background-color: #e64945;
  border-radius: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
.fa-linkedin-in {
  font-size: 22px;
  color: #fff;
  padding: 15px;

  background-color: #e64945;
  border-radius: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
.fa-pinterest-p {
  font-size: 22px;
  color: #fff;
  padding: 15px;

  background-color: #e64945;
  border-radius: 50%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 17px;
}
.svg-footer-icons {
  width: 70px;
  margin: 0px 5px;
}
.backcolor {
  background-color: #41add5;
  height: 310px;
  border-radius: 10px;
  margin-top: 50px;
}
.backcolor1 {
  background-color: #41add5;
  height: 310px;
  border-radius: 10px;
  margin-top: 63px;
}
.followus-heading {
  color: #fff;
}
ul li {
  list-style: none;
  color: #fff;
}
.gifts-options h1 {
  margin-top: 50px;
}
.gifts-for-loved-ones {
  width: 75%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.gifts-for-loved-ones a {
  margin: 10px 10px 10px 0;
  font-size: 12px;
  color: black;
  border-right: 1px solid black;
  padding: 0 15px;
  text-decoration: none;
}
h1 {
  text-align: center;
}
.testimonials-text {
  text-align: center;
}
.Category {
  width: 40px;
  margin: 5px auto 20px auto;
  height: 5px;
  border-radius: 20px;
  background: black;
}
/* Follow us section ends */

/* recent viewed section starts */
.recent-viewed-section {
  background-color: #f1f1f2;
  margin-top: 50px;
}
.RecentViewed {
  margin: 0px 10px 35px 0px;
  padding: 0 0 15px 0px;
  border-radius: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background: #fff;
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.RecentViewed:hover {
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

/* recent viewed section ends */

/* Trusted by millions section */

.images-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 50px auto;
  width: 85%;
}
.wrapper-col {
  width: 20%;
}
.img-wrapper-col {
  display: flex;
  justify-content: center;
  font-size: 10px;
}

.img-wrapper-col img {
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 10px -5px black;
  border-radius: 50%;
}
.first:after {
  content: "1";
}
.second:after {
  content: "2";
}
.third:after {
  content: "3";
}
.fourth:after {
  content: "4";
}

.first:after,
.second:after,
.third:after,
.fourth:after {
  position: absolute;
  background: red;
  padding: 5px 8px;
  border-radius: 50%;
  color: white;
}
.first:after,
.third:after {
  margin: 68px 0 0 0;
}
.second:after,
.fourth:after {
  margin: -8px 0 0 0;
}
.img-wrapper-text {
  margin: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
footer {
  background: #393434;
  padding: 30px 0;
  color: #c1c0c0;
  text-align: center;
  font-size: 10px;
}

/* Trusted by millions section */

.images-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 50px auto;
  width: 85%;
}
.wrapper-col {
  width: 20%;
}
.lines-wrapper:after,
.lines-wrapper:before {
  position: absolute;
  color: #635f5f;
  font-size: 20px;
  margin-top: 25px;
}

.line-1:after,
.line-2:after,
.line-3:after,
.line-2:before,
.line-3:before,
.line-4:before {
  content: "- - - - - - - -";
}
.lines-wrapper:before {
  margin-left: -92px;
}

.img-wrapper-col {
  display: flex;
  justify-content: center;
  font-size: 10px;
}

.img-wrapper-col img {
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 10px -5px black;
  border-radius: 50%;
}
.first:after {
  content: "1";
}
.second:after {
  content: "2";
}
.third:after {
  content: "3";
}
.fourth:after {
  content: "4";
}

.first:after,
.second:after,
.third:after,
.fourth:after {
  position: absolute;
  background: red;
  padding: 5px 10px;
  border-radius: 50%;
  color: white;
}
.first:after,
.third:after {
  margin: 70px 0 0 0;
}
.second:after,
.fourth:after {
  margin: -12px 0 0 0;
}

.responsive {
  width: 100%;
  margin: auto;
}

.slick-track {
  display: flex;
  justify-content: space-between;
}
.delivery-section-mobile {
  display: none;
}

#recent-blogs {
  display: none;
}
.follow-us-mobile-section {
  display: none;
}
#mobile-circle-img-section {
  display: none;
}

/* First Footer */

section.white-bg {
  background-color: white;
}

.footer-1 {
  display: flex;
  flex-direction: row;
  width: 85%;
  margin: auto;
  justify-content: space-between;
  /* padding: 5% 0; */
  align-items: flex-start;
}

.footer-1 p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.signup-email,
.follow-us,
.secure-payment {
  width: 30%;
}

.email-input {
  width: 85%;
  margin: auto;
  display: flex;
}

input[type="email"] {
  width: 80%;
  padding: 10px 20px;
  border: 0px;
  font-size: 13px;
  color: grey;
}

input:focus {
  outline: none;
}

.email-input i {
  font-size: 20px;
  background: #e64945;
  color: white;
  border-radius: 5px;
  padding: 14px 14px;
}

.social-media {
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  color: black;
}

.social-media a {
  color: #e64945;
  /* padding: 8px 15px; */
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.1s ease;
  text-align: center;
}

.social-media a:hover {
  background-color: #e64945;
  color: white;
}

.gateways {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.gateways img {
  width: 15%;
  margin-top: 9px;
  height: 100%;
}

/* Footer 2 */

.footer-2 {
  padding: 50px 0;
  display: flex;
  width: 85%;
  margin: auto;
  justify-content: space-around;
}

.footer-2-col {
  width: 30%;
  border-radius: 15px;
  background-color: #1d9eb1;
  padding: 30px 20px;
  color: #dbeff2;
}

.footer-2-col h2 {
  padding: 15px 15px 0 15px;
}

.list-main {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.list-main ul li a {
  color: #dbeff2;
  text-decoration: none;
}

.list-main ul li a:hover {
  text-decoration: underline;
}

.list-main ul li {
  padding: 10px 0;
}

.list-1 ul,
.list-2 ul {
  list-style-type: none;
  padding: 15px;
}



/* circle image section ends */
.email-input {
  width: 85%;
  margin: auto;
  display: contents;
}

.fa-envelope {
  /* top: 6px !important; */
  position: relative !important;
}