body{
  font-family: 'Avenir LT Std', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  /*letter-spacing: .06em;*/
}
h1, h2, h3, h4, h5{
  color: #000;
}
.color-primary{
  color: #6a7889;
}
.color-danger{
  color: #ff0000 !important;
}
.color-light{
  color: #712026;
}
.color-theme{
  color: #ea1551;
}

h1, h2, h3 {
  color: #000;
  font-weight: 700;
}
h4,h5{
  font-weight: 500;
}
h5{
  font-size: 16px;
}

a,a:hover, a:focus {
  outline: 0;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

a {
  color: #2c82d5;
}

a:hover, a:focus {
  color: #77798C;
}

.divider {
  background-color: #48525d;
  display: inline-block;
  height: 2px;
  max-width: 110px;
  width: 100%;
}

.color-white {
  color: #592d30;
}

.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.pos-rel {
  position: relative;
}

.txtfield {
  color: #555;
  height: 38px;
  display: block;
  padding: 6px 12px 6px 15px;
  box-shadow: unset;
  border-radius: 100px;
  border: 1px solid #373737;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}

.txtfield:focus {
  outline: 0 none;
  border-color: #ff679f;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 7px rgba(102,175,233,.2);
}

.txtfield.dark:focus {
  border-color: #26416b;
}

.txtarea {
  resize: none;
  border-radius: 30px;
  padding-top: 15px;
}

.txtfield.dark::-webkit-input-placeholder {
  /* Edge */
  color: #bbb;
}

.txtfield.dark:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
}

.txtfield.dark::placeholder {
  color: #bbb;
}

label {
  font-weight: 500;
}

.flex-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-group .flex-group-addon1 {
  flex: 1 0 0;
  border-radius: 100px 0 0 100px;
}
.flex-group .flex-group-addon2 { flex: 1; }
.flex-group .flex-group-addon2{
  border-radius: 0 100px 100px 0;
  margin-left: -1px;
}

.hr-bottom{border-bottom: 1px solid #ddd;}

/*---------custom Button------*/
.btn.custom-btn {
    color: #2E2E2E;
    font-size: 14px;
    padding: 9px 20px;
    border-radius: 7px;
    letter-spacing: 1px;
    border: 1px solid #2e2e2e;
    background-color: #fbfbfb;
    transition: all 0.2s ease 0s;
    font-weight: 500;
}

.btn.custom-btn:hover, .btn.custom-btn:focus {
    background-color: #fbfbfb;
    outline: 0;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.20);
}

.btn.custom-btn:active {
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.20);
}

.btn.custom-btn.btn-sm {
    min-width: 80px;
    min-height: 30px;
    padding: 8px 12px;
}
a.btn.custom-btn {
    line-height: 22px;
}
.btn.black-btn {
    background-color: #000;
    color: #fff;
}
.btn.white-btn {
    background-color: #fff;
    color: #000;
    border: 0;
}
.btn.black-btn:hover,
.btn.black-btn:focus {
    background-color: #000;
}
.btn.purple-btn {
    color: #fff;
    border: 0;
    background-color: #ff679f;
}
.btn.purple-btn:hover,
.btn.purple-btn:focus {
    background-color: #ff679f;
}
/*------------------------------*/

.cus-navbar {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 17px 0;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.navbar>.container-fluid .navbar-brand {
    padding: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

a.navbar-brand img {
    width: 313px;
    /* height: 45px; */
}
.cus-navbar .navbar-nav>li>a:not(.btn, .cart-icon){
    /* font-weight: 400; */
    color: #000;
    position: relative;
    padding: 18px 15px 18px 0;
    background-color: transparent;
    z-index: 1;
}
.cus-navbar .navbar-brand span{
  margin-top: 4px;
  color: #2883b0;
  font-weight: 700;
  font-size: 28px;
}
.cus-navbar .navbar-nav>li>a:not(.btn, .cart-icon):hover{
    color: #f11868;
    transition: all 0.3s ease 0s;
}
.cus-navbar .navbar-nav>li:last-child>a{
    margin: 0;
}
.cus-navbar .navbar-nav>li>a{
    margin: 0 15px;
    color: #000;
    transition: all 0.3s ease 0s;
}
.cus-navbar .navbar-nav > li.checkout > a {
  padding: 16px 15px;
  font-size: 22px;
}
.cart-item-count {
  top: 11px;
  right: 7px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #fff1f6;
  text-align: center;
  position: absolute;
  line-height: 19px;
  border-radius: 100px;
  background-color: #000000;
}
span.icon-bar {
    background-color: #000;
}
.menu-navbar > li .searchProducts{
  margin-top: 10px;
}
.magnifier-ico{
  vertical-align: middle;
  font-size: 18px;
  margin-top: 14px;
  margin-right: 5px;
  float: right;
}
.design-search-form.focus{
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 300ms, transform 250ms;
}
.design-search-form{
  opacity: 0;
  transform: scale(0.92);
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 300ms, opacity 300ms linear 50ms, transform 250ms;
}
.design-search-form{
  width: 100%;
  max-height: 81px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  z-index: 2;
}
.design-search{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.design-search > i{
    position: absolute;
    left: 0px;
    top: 0;
    padding: 12px 12px;
    color: #a7a7a7;
    z-index: -1;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}
.design-search label{
    font-size: 24px;
    margin: 0;
    line-height: 19px;
    margin-left: 10px;
}
.design-search .txtfield{
  padding-left: 30px;
}

/*----------banner sec---------*/

.banner-sec{
  width: 100%;
  position: relative;
}
  
.banner-sec #newpackageslider .item{
  position: relative;
  max-height: calc(70vh - 78px);
  min-height: 370px;
}
.banner-descBox{
  position: absolute;
  text-align: center;
  top: 37%;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff;
}

.banner-desc{
  width: 100%;
}

.banner-descBox h1 {
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: lighter;
}

.banner-descBox .btn {
  margin-top: 25px;
  max-width: 230px;
  padding: 12px 12px 15px;
  width: 100%;
  font-size: 22px;
}
.banner-sec .slick-slide img {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: bottom;
}

.banner-sec .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 30%;
  opacity: 0;
}

.banner-sec .slick-prev{
  left: 0;
}
.banner-sec .slick-next{
  right: 0;
}
.banner-sec .slick-prev:hover{
  cursor: url('../img/left.png'), auto; 
}
.banner-sec .slick-next:hover{
  cursor: url('../img/right.png'), auto; 
}
.banner-sec .slick-dots {
  width: 100%;
  left: 0;
  bottom: 10px;
  right: auto;
  z-index: 4;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
}
.banner-sec .slick-dots > li{
  display: inline-block;
  margin: 0 5px;
}
.banner-sec .slick-dots > li > button {
  width: 10px;
  height: 10px;
  border: 0;
  padding: 0;
  border-radius: 100px;
  border: 2px solid transparent;
  background-color: rgba(255,255,255,1);
}
.banner-sec .slick-dots > li.slick-active > button{ 
  background-color: rgba(255,255,255,0);
  border: 2px solid #fff;
}
.banner-sec .slick-dots > li > button:focus{
  outline: 0;
}
.book-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 6;
}
.book-btn .custom-btn {
  min-width: 400px;
  font-size: 22px;
  padding: 22px 22px 18px;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 4px;
  font-weight: 500;
}
.banner-text {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.banner-text::after {
  content: "";
  background-color: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#video-banner{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-----------products-sec-------------------*/

.filter-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

ul.filter-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}


.products-sec, .products-panel{
  width: 100%;
}
.products-sec{
  padding: 70px 0 30px;
  background-color: #fff;
}
.products-headingwrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.products-headingwrap h2.products-heading {
  margin: 0 0 0px 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  color: #000;
}
.products-page h2.products-heading{margin: 20px 0px 40px 0px;}
a.viewall {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
a.viewall > span {
  width: 50px;
  /* height: 50px; */
  color: #000;
  margin-left: 10px;
  /* margin-top: -4px; */
  padding: 0 0 0 4px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.products-lists{
  width: 100%;
  /* float: left; */
  /* min-height: calc(100vh - 347px); */
}
.products-slider .item, .category-slider .item{
  padding: 45px 10px;
}
.products-box {
  width: 100%;
  /* float: left; */
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 12px -8px rgba(0,0,0,.3);
}
.products-box:hover, .trending-sec .products-box:hover{
  box-shadow: 0 0px 45px -10px rgba(0,0,0,.3);
}
.products-rating {
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #ffc600;
  padding: 7px 14px;
  position: absolute;
  border-radius: 4px;
  background-color: #fff;
}
.products-img {
  width: 100%;
  overflow: hidden;
}
.products-img img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.products-details {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.title-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* flex: 0 0 140px; */
}
.title-price > a {
  width: 100%;
  max-width: 180px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-price > a:last-child{
  font-weight: 600;
}
.add-to-cart-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex: 0 0 40%; */
}
span.delete {
  font-size: 18px;
  margin-right: 12px;
  line-height: 11px;
  cursor: pointer;
}
.add-cart-group{
  width: 100px;
  display: none;
}
.add-cart-group .quantity{display: table-cell;width: 100%;height: 30px;text-align: center;vertical-align: middle;}
.add-cart-group .input-group-addon{
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #ccc;
  background-color: #000000;
  padding: 7px 10px;
  min-width: 30px;
}
.card-footer{
  border-top: 1px solid #ddd;
  padding: 15px 15px 0px 15px;
  margin: 15px -15px 0;
}
.discounted-price{
  color: #777;
}
.for-sliderBtn .item:focus{
  outline: 0;
}
.for-sliderBtn .slick-arrow {
  width: 65px;
  height: 35px;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 25px;
  padding-top: 2px;
  top: 37%;
  z-index: 6;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  background-color: #000;
}
.for-sliderBtn .slick-arrow:focus{
  outline: 0;
}
.for-sliderBtn .slick-arrow.slick-prev{
  left: -20px;
  padding-right: 4px;
}
.for-sliderBtn .slick-arrow.slick-next{
  right: -20px;
  padding-left: 4px;
}

.bestproducts-sec{
  background-color: #FFEAEF;
}

.bestproducts-sec a.viewall > span{
  color: #000;
}
.category-sec .products-details {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  text-align: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.3);
}
.category-sec .products-details > a{
  font-size: 26px;
  color: #fff;
}
.category-sec .products-img img{
    height: 450px;
}
.category-sec .for-sliderBtn .slick-arrow{
  top: 45%;
}
.slick-disabled{
  opacity: 0;
}

/* products-page  */
.products-page{
    padding: 30px 0 40px;
    min-height: calc(100vh - 185px);
}
.products-page .products-box{
  margin-bottom: 30px;
  opacity: 0.6;
}

/* --------products-dtl-sec------------- */

.product-dtl-sec{
  width: 100%;
  min-height: calc(100vh - 173px);
  padding: 20px 0px;
  background-color: #f9f9f9;
}
.elem{
  padding: 0;
}
.cus-card {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 40px 0 rgb(0 0 0 / 9%);
}
.slider-nav .item{padding: 8px 3px;}
.slider-nav .item:first-child{
    padding-left: 11px;
}
.slider-nav .item:focus {
  outline: 0;
}
.slider-nav .item.slick-active.slick-current img {border-color: #000000;}

.product-details-desc {
  padding: 15px;
}
.product-details-desc h3{margin-top: 0;margin-bottom: 10px;font-weight: 600;font-size: 22px;}
.product-details-desc .price{
  /* color: #ff679f; */
  font-size: 22px;
  margin-bottom: 20px;
}
.product-details-desc .desc{
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.size-select{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.size-select label{
  margin-bottom: 0;
  margin-right: 15px;
}
.product-details-desc .btn{
  min-width: 170px;
  padding: 12px 20px;
}
.product-details-desc .price strong {
  background-color: #ff679f;
  color: #fff;
  padding: 5px 10px;
}
.slider-for img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.slider-nav img{
  width: 100%;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #9b9b9b;
}

/* footer-sec */
.footer-sec {
    width: 100%;
    float: left;
    padding: 15px 0px;
    background: #fff;
    box-shadow: 0 0px 20px -2px rgba(0,0,0,0.2);
}
.footer-panel{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-panel p{color: #333;margin: 0;}
.footer-panel > img{width: 70px;}
.footer-panel .social-ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-ul > li{
    display: inline-block;
}
.social-ul > li >a{
    display: block;
    color: #333;
    padding: 0 5px;
}

/*----------Datetimepicker-------*/

.datepicker.datepicker-dropdown{
  border-radius: 0px;
  box-shadow: 12px 12px 0 -5px rgba(0, 0, 0, 0.2);
}
.datepicker td, .datepicker th{
  border-radius: 2px;
}
.active.day {
  background-image:none !important;
}
.datepicker-days {
  padding: 5px 10px;
}
.datepicker.datepicker-dropdown table td{
  padding: 8px !important;
}
.datepicker-dropdown .datepicker-days .active.day{
  background-color: #5F9CEE;
}
.datepicker-dropdown .datepicker-days .active.day:hover{
  background-color: #5F9CEE;
}

/* Checkout Page */

.checkout_body{
  background: #F8F8F8;
}

.checkout_page {
  width: 100%;
  min-height: calc(100vh - 127px);
  overflow-y: auto;
  background: #F8F8F8;
}

.checkout_page .checkout_box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.checkout_page .checkout_box .delivery h4 {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.checkout_page .checkout_box .delivery h4 .name {
  font-size: 14px;
  font-weight: 900;
  margin-right: 10px;
}

.checkout_page .checkout_box .delivery h4 .address{
  font-size: 14px;
  font-weight: 400;
  background: #eee;
  border-radius: 7px;
  color: #b1b1b1;
  padding: 10px;
  margin-left: 10px;
}

.checkout_page .checkout_box .change_button button {
  line-height: 22px;
}

.checkout_page .product_items {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  margin: 20px 0;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: auto;
  max-height: 380px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.checkout_page .product_items .item_1 {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding: 14px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  margin: 10px 0;
}

.item_1 .item_name_with_price {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.item_1 .item_name_with_price img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.item_1 .item_name_with_price h4 {
  display: flex;
  flex-direction: column;
}

.item_1 .item_name_with_price h4 label{
  /* color: #ff679f; */
  margin-top: 10px;
}
.item_1 .item_name_with_price span.price{
  /* font-size: 20px; */
  /* font-weight: 600; */
  /* color: #ff679f; */
  margin-left: auto;
  margin-right: 20px;
}
.item_1 .item_name_with_price .price{
  font-size: 20px;
  font-weight: 600;
  color: #ff679f;
}
.item_1 .add_item_button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.item_1 .add_item_button span:first-child {
  background: #E9AEB7;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.checkout_page .product_items .item_1 .add_item_button span:last-child {
  background: #E9AEB7;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.checkout_page .product_items .item_1 .add_item_button span:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout_page .product_items .item_1 .add_item_button span input {
  border: none;
  width: 50px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout_page .product_items .item_1 .item_name_with_price .item_imge_with_price {
  display: flex;
  gap: 20px;
  align-items: center;
}

.price_details {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  /* margin-top: 20px; */
  margin-bottom: 20px;
}

.price_details .price_internal {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.price_details .price_internal h4 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.price_details .product_de p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}

.price_details .product_de .hr {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.price_details .product_de p:nth-child(4) {
  font-size: 18px;
  font-weight: 600;
}

.sticky{
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.place_order_button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* background: #fff; */
  padding: 20px 10px;
  margin-bottom: 20px;
}

.place_order_button button {
  line-height: 22px;
}

section.place_order {
  width: 100%;
  /* margin: 50px 0; */
  height: calc(100vh - 166px);
  overflow-y: auto;
}


.products-details > a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-details:last-child > a {
    font-weight: 600;
}

.available-ico{
  background-color: #8fcc40;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
}
.product-data .available-ico {
    position: absolute;
    top: 10px;
    right: 10px;
}

.products-box.product-data.is_available {
    opacity: 1;
}

p.product_price {
    font-size: 22px;
}
.reset-search{
  display: none;
}
li.reset-search > a {
    background-color: #000;
    color: #fff;
    padding: 6px 12px 6px 15px;
    border-radius: 100px;
    height: 38px;
    line-height: 25px;
    cursor: pointer;
    display: inline-block;
}

.available-ico.not_available {
    background-color: #ff2121;
}

#confirmModal{
  z-index: 1051;
}
#confirmModal .modal-dialog {
  width: 340px;
}
.my-modal-backdrop{
  z-index: 1050;
}
.confirm-modal .close{
  right: 15px;
  position: relative;
  top: 10px;
}
.confirm-modal .modal-body{padding: 25px 60px;}
.confirm-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.email-success{
  position: fixed;
  z-index: 11;
  bottom: 0px;
  right: 20px;
}
.email-success .alert.alert-success {
  background-color: #5cb85c;
  padding: 20px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.email-success a.alert-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

/* modal success */

.modal-email {
  color: #636363;
  width: 325px;
  font-size: 14px;
}

.modal-email .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-email .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-email h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

.modal-email .form-control,
.modal-email .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-email .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-email .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.modal-email .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-success .icon-box {
  background: #82ce34;
}
.modal-error .icon-box {
  background: #cb4646;
}
.modal-email .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

.modal-email.modal-dialog {
  margin-top: 80px;
}

.modal-email .btn {
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
  padding: 11px 12px;
}
.modal-success .btn{
  background: #82ce34;
}
.modal-error .btn-error{
  background: #cb4646;
}
.modal-success .btn-success:hover,
.modal-success .btn-success:focus {
  background: #6fb32b;
  outline: none;
}
.modal-error .btn-error:hover,
.modal-error .btn-error:focus {
  background: #b02a2a;
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/*-----------contact-sec----------*/

section.contact-sec, .contact-panel, .contact-banner {
  width: 100%;
}
.contact-banner{
  position: relative;
  text-align: center;
  background-color: #FFEAEF;
}
.contact-banner::after {
  width: 100%;
  height: 150px;
  content: "";
  z-index: -1;
  left: 0;
  bottom: -148px;
  position: absolute;
  background-color: #FFEAEF;
}
.contact-banner img.img-responsive {
  width: 80%;
  display: inline-block;
  max-width: 550px;
}
.contact-head {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0 40px;
}
.contact-form, .contact-address{
  width: 100%;
  float: left;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px 15px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 80px -10px rgba(0,0,0,0.10);
}
.contact-addressul{
  width: 100%;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-addressul > li {
  display: block;
  flex: 1 1 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.contact-addressul > li > a{
  width: 100%;
  float: left;
  padding: 10px 10px;
  border-radius: 6px;
  transition: all 0.2s ease 0s;
  border: 2px solid #b4b7bb;
  color: #000;
}
.contact-addressul > li:last-child > a {
  padding: 10px 10px;
}
.contact-addressul > li > a:hover {
  background-color: #fff1f6;
  border-color: #ff679f;
  color: #000000;
}
.contact-addressul > li > a > span {
  font-size: 22px;
  float: left;
  left: -1px;
  position: relative;
}
.contact-textwrap {
  margin-left: 25px;
}

.social-ul > li >a img {
    width: 30px;
}

section.first-sec {
    background-color: #f3ead0;
}
#myModal .modal-title{
  font-weight: 800;
}
.cus-modal-header{
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e5;
}


/*-----------about-sec---------*/

.style-family{
  font-family: 'Kaushan Script';  
}
.about-sec, .about-panel{
  width: 100%;
}
section.about-sec {
  padding: 10px 0;
}
.about-panel {
  padding: 10px 0;
  background-color: #fff;
}
.img-about img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.static-heading {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
}
.sub-heading{
  margin-bottom: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.style-family{
  font-family: 'Kaushan Script';  
}
.paragraph-style {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-style: italic;
  text-align: justify;
}
