@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


.btn {
 position: relative;
 display: inline-block;
 padding: 12px 35px;
 text-align: center;
 font-size: 16px;
 font-weight: 500;
 text-decoration: none;
 color: #fff;
 background: #542d8d;
 cursor: pointer;
 transition: ease-out 0.5s;
 border: 2px solid #542d8d;
 border-radius: 8px;
 box-shadow: inset 0 0 0 0 #9dcb3c;
 text-transform: capitalize;
}

.btn:hover {
 color: #ffffff;
 box-shadow: inset 0 -100px 0 0 #9dcb3c;
 border-color: #9dcb3c;
}

.btn:active {
 transform: scale(0.9);
}

/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Abril Fatface', cursive;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Abril Fatface', cursive;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Abril Fatface', cursive;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.pb-8 {
  padding-bottom: 80px;
}

/*header css start */

.bg_nav {
  background-color: #ffffffb3;
    padding: 10px 50px;
}

header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 0;
    right: 0;
}

.top_call p {
    font-weight: 600;
    color: #000;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.top_text p {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 100;
    font-family: 'Abril Fatface', cursive;
}

.topSec {
    padding: 15px 0 15px 0;
}

.main_logo img {
    width: 200px;
}


.top_call a {
    font-weight: 600;
    color: #542d8d;
    margin: 0;
    font-size: 20px;
}

.social_wrap ul a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 1px solid #fff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px;
    transition: 0.5s ease-in-out;
}

.social_wrap ul a:hover {
    border: 1px solid #542d8d;
    color: white;
    background-color: #542d8d;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #5a3490;
    padding: 10px 23px;
    font-size: 17px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 40%;
  background-color: #5a3490;
  transform: translate(0, -50%);
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #9dcb3c;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.banner_text h1 {
    font-size: 70px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
}

.banner_text p {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}

.inner_banner>img {
    width: 100%;
}

.carousel-item>img {
    width: 100%;
    filter: brightness(0.8);
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
    position: absolute;
    top: 90px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/



/*----------------------------------------*/
/*    Product Scss
/*----------------------------------------*/
.product-area .single-product {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
}

.product-area .single-product .product-image {
  position: relative;
  overflow: hidden;
}

.product-area .single-product .product-image .product-image-2 {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.product-area .single-product .label-product .label-sale {
  top: 30px;
  left: 30px;
  background: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 70px;
  padding: 0 6px;
}

.product-area .single-product .product-content {
  background-color: #ffffff;
  padding: 20px 20px;
  text-align: center;
}

.product-area .single-product .product-content .product-rating {
  padding-bottom: 6px;
}

.product-area .single-product .product-content .product-rating i {
  color: #f7bc12;
}

.product-area .single-product .product-content .product-title {
  margin-bottom: 10px;
}

.product-area .single-product .product-content .product-title .title-2 a {
  font-size: 18px;
  font-weight: 600;
  color: #542d8d;
  text-transform: uppercase;
}

.product-area .single-product .product-content .price-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.product-area .single-product .product-content .price-box .regular-price {
  font-weight: 600;
}

.product-area .single-product .product-content .price-box .old-price {
  margin-left: 5px;
  color: #b4b4b4;
}

.product-area .single-product .product-content .product-cart {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.product-area .single-product .add-action {
  position: absolute;
  right: 20px;
  top: 10%;
}

.product-area .single-product .add-action a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  margin-bottom: 15px;
}

.product-area .single-product .add-action a i {
  font-size: 15px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #000;
  padding: 10px;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease;
  overflow: hidden;
  display: block;
}

.product-area .single-product .add-action a i:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #542d8d;
}

.product-area .single-product .add-action a:last-child {
  margin-bottom: 0px;
}

.product-area .single-product:hover {
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 11px rgba(0, 0, 0, 0.14);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.product-area .single-product:hover .product-image .product-image-2 {
  visibility: visible;
  opacity: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/*.product-area .single-product:hover .product-content .price-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}*/

.product-area .single-product:hover .product-content .product-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
  bottom: 20px;
}

.product-area .single-product:hover .product-content .product-cart:hover {
  color: #E72463;
}

.product-area .single-product:hover .add-action a {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.product-area .single-product:hover .add-action a:nth-child(2) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.product-area .single-product:hover .add-action a:nth-child(3) {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

.product-area .single-product:hover .add-action a:nth-child(4) {
  -webkit-transition-delay: 700ms;
       -o-transition-delay: 700ms;
          transition-delay: 700ms;
}

.onsale {
  background: #542d8d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  height: 100px;
  right: auto;
  line-height: 160px;
  min-height: auto;
  min-width: auto;
  position: absolute;
  left: -50px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  top: -50px;
  width: 100px;
  z-index: 2;
  border-radius: 0;
  -webkit-transform: rotate(-45deg) translateZ(0) scale(1, 1);
  transform: rotate(-45deg) translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-row.row {
  margin-left: -45px;
  margin-right: -45px;
}

.product-row.row .product-slider {
  padding: 15px;
  margin-top: -20px;
  margin-bottom: -10px;
}

.product-row.row .product-slider.anime-element * {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.product-row.row .product-slider.anime-element * .swiper-slide-visible {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.product-row.row .product-slider.anime-element-multi * {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.product-row.row .product-slider.anime-element-multi * .swiper-slide-active > .single-product {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.product-slider .single-item {
    margin: 0 0;
}

.product-slider .slick-slide {
  opacity: 1;
}

.product-area {
    padding: 80px 0;
}

.product-slider .slick-track {
    margin: 10px 0;
}

.section-title-3 {
    color: #542d8d;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
}

.section-title-1 {
    color: #000;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: capitalize;
}



/*FEATURED PRODECTS END*/




/*FOOTER STRT*/
.footerSec {
    padding: 40px 0 0;
    background: #111111;
    text-align: center;
    color: #fff;
}



.footerSec img+p {
    margin-top: 20px;
    color: #d2d2d2;
}



.conatct-bdr {
    border-top: 1px solid #dddddd91;
    border-right: 0;
    border-left: 0;
}

.contact-flecx {
    padding: 13px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.contact-flecx>a {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.contact-flecx>a i {
    margin-right: 7px;
    color: #9dcb3c;
    font-size: 20px;
}

.news-latter-box {
    width: 300px;
    margin: 20px auto 30px;
    position: relative;
}

.news-latter-box>input {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border: 0;
    border-radius: 100px;
}

.news-latter-box>button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 35px;
    border-radius: 100px;
    border: 0;
    background: #9dcb3c;
    color: #fff;
}

.copy-right {
    padding: 15px 0;
    border-top: 1px solid #dddddd91;
}

.copy-right p {
    margin: 0;
    color: #d2d2d2;
}


.footer_logo {
    width: 220px;
}

.contact-flecx .social_wrap ul a:hover {
    border: 1px solid #9dcb3c;
    color: black;
    background-color: #9dcb3c;
}
/*FOOTER END*/



/*MODAL STRT*/
.modal-open {
  padding-right: 0px !important;
}

.modal-open .flosun-modal .modal-dialog {
  max-width: 1000px;
}

@media (max-width: 1199px) {
  .modal-open .flosun-modal .modal-dialog {
    max-width: 980px;
  }
}

@media (max-width: 991px) {
  .modal-open .flosun-modal .modal-dialog {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .modal-open .flosun-modal .modal-dialog {
    max-width: 450px;
  }
}

.modal-open .flosun-modal .modal-dialog .modal-content .close-button {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 99;
  opacity: 1;
  color: #000000;
  background-color: #0000;
  border-color: #0000;
}

.modal-open .flosun-modal .modal-dialog .modal-content .close-button .close-icon {
  font-size: 25px;
}

.modal-open .flosun-modal .modal-dialog .modal-content .close-button:hover {
  color: #542d8d;
}

.modal-open .flosun-modal .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .modal-open .modal-product {
    margin-top: 40px;
  }
}

.modal-open .modal-product .product-title .title {
  font-size: 25px;
  margin-bottom: 15px;
  color: #000;
}

.modal-open .modal-product .product-rating i {
  font-size: 18px;
  color: #f7bc12;
  margin-top: 15px;
}

.modal-open .modal-product .desc-content {
  margin-top: 30px;
}

.modal-open .modal-product .nice-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  margin-top: 30px;
}

.modal-open .modal-product .nice-select .option {
  min-height: 25px;
  line-height: 25px;
}

.modal-open .modal-product .nice-select .list {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 2px;
  border-radius: 0px;
}

.modal-open .modal-product .nice-select:focus {
  border: 2px solid #666;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-open .modal-product .quantity-with-btn {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-open .modal-product .quantity-with-btn .add-to_btn {
  margin-top: 20px;
}

/*# 
/*MODAL END*/

/*INNER BANNER STRT*/
.inner_banner {
    position: relative;
}

.inner_banner img {
    width: 100%;
    filter: brightness(0.8);
}

.inner_bnr_txt {
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
}

.inner_bnr_txt h2 {
    margin: 0;
    font-size: 70px;
    line-height: 85px;
    font-weight: 400;
    color: #000;
}

.single-product {
    margin: 0 10px 30px 10px !important;
}
/*INNER BANNER END*/


/*Contact us  Start */

.contact-sec {
  padding: 100px 0;
}
.contact-map iframe {
  width: 100%;
  height: 630px;
}
.contact-from h2 {
  font-size: 20px;
  color: #542d8d;
  margin-bottom: 2%;
  line-height: 1;
}
.contact-from h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
}
.contact-from h3 span {
  display: block;
}
.contact-from form input {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    padding: 0px 37px 0px 37px;
    border: 2px solid #656565;
    text-indent: 81px;
}
.contact-inputs {
  position: relative;
  margin-bottom: 3%;
}
.contact-input i {
  font-size: 18px;
  color: #9f9fa0;
  margin: 0 3px 0 0;
}
.contact-from form input::placeholder {
  font-size: 17px;
  color: #6c6c6c;
   }
.contact-inputs:before {
  content: "";
  position: absolute;
  border: 1px solid #656565;
  left: 18%;
  height: 53px;
}

.contact-input {
  position: absolute;
  top: 17px;
  left: 19px;
  align-items: center;
  display: flex;
}
.contact-textarea textarea {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  padding: 20px 37px;
  border: 2px solid #656565;
}
.contact-from form textarea::placeholder {
  font-size: 17px;
  color: #6c6c6c;
}
   .contact-textarea {
  position: relative;
}
.contact-textarea-icon i {
   font-size: 18px;
  color: #9f9fa0;
}
.contact-textarea-icon {
  position: absolute;
  top: 24px;
  left: 11px;
}
.contact-button button {
  width: 100%;

}
.contact-textarea {
  margin-bottom: 3%;
}
.contact-link-box h3 {
  font-size: 19px;
  margin-bottom: 4%;
}
.contact-link-box {
  margin-top: 5%;
}
.contact-link-box-text ul {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 0 10px 0 #00000042;
  background: #fff;
  padding: 27px 35px;
}
.contact-link-box-text ul li h2 {
  font-size: 15px;
  margin: 0;
  color: #aeaeae;
  line-height: 1;
}
.contact-link-box-text ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;

}

 /*Contact us  End */













