* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500&display=swap');

body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: 'DM Sans', sans-serif;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  font-family: 'DM Sans', sans-serif;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #5E5E5E;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}

span {
  display: block;
  font-family: 'DM Sans', sans-serif;
}

.head_item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1002px;
  height: 874px;
  background-color: var(--bg-theme-color1);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.head_icon img {
  width: 35px;
  margin: 0 5px;
}

.head_icon {
  display: flex;
  justify-content: end;
}

.head_item img {
  height: 680px;
  object-fit: cover;
}

.head_phone {
  display: flex;
}

.top_call {
  align-items: center;
  margin-bottom: 10px;
}

.head_phone span {
  color: #fff;
}
.ab_text div{
    font-size: 16px;
    line-height: 27px;
    color: #5E5E5E;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}

.head_phone a {
  color: #fff;
}

.logo img {
  width: 130px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 5px;
}

.head_after {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 10px 0;
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  background-color:#24a19f;
  color: #fff;
  padding: 10px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  background-color: #24a19f;
  color: #fff;
  padding: 10px;
}

nav {
  position: relative;
}

.head_after::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #24a19f;
}

.nab_bar {
  position: relative;
  z-index: 9;
  padding: 0 0 0 5%;
}

.navigation {
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.nav_bar_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nab_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_bar_nav {
  background-color: #fff;
  padding: 0 30px;
}

.navigation li {
  padding: 20px 15px;
  position: relative;
}

.navigation li a {
  color: #000;
  font-weight: 600;
}

.navigation li a:hover {
  color: #198754;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 250px;
  display: none;
  top: 60px;
  border-top: 2px solid #bc7484;
  left: 0;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 8px 15px;
  display: block;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
}

.droupdown li a:hover {
  background-color: #24a19f;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 18px;
}

.nav_btn a {
  background-color: #24a19f;
  color: #fff;
  padding: 15px 30px;
}

.features-section-two:before {
  background-color: #f8f5f1;
}

.Cost {
  background-color: #f8f5f1;
  padding: 50px 0;
}

.cost_text {
      font-size: 31px;
    color: #000;
    font-weight: 700;
}

.inner {
  background-color: #fff;
  overflow: hidden;
  padding: 30px;
  border-radius: 10px;
  height: 167px;
  position: relative;
}

.title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  position: relative;
  z-index: 9;
  margin-top: 7px;
}
.chang_box li {
    font-size: 18px;
    margin-bottom: 8px;
    list-style: circle;
    font-weight: 600;
}
.inner:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -55px;
  height: 86px;
  width: 86px;
  border-radius: 50% 50%;
  background-color: #f8f5f1;
  transition: ease-in-out .5s;
}

.inner:hover::after {
  top: 10px;
}

.inner .icon {
  position: relative;
  font-size: 64px;
  line-height: 1em;
  color: var(--theme-color2);
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.inner img {
  width: 60px;
  position: relative;
  z-index: 9;
}

.inner {
  text-align: center;
}

.margin {
  margin: 60px 0;
}

.small_head {
  position: relative;
  display: inline-block;
  color: #24a19f;
  font-size: 16px;
  font-weight: 600;
}

.small_head::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #24a19f;
  position: absolute;
  left: 110%;
  top: 40%;
}

.big_head {
  font-size: 35px;
  font-weight: 600;
  margin: 15px 0;
}

.home_ab .img {
  position: sticky;
  top: 120px;
}
.use_icon img {
    width: 55px;
}

.ser_item {
  border-radius: 10px;
  position: relative;
  margin: 15px 10px;
}

.ser_item .img {
  position: relative;
}
.ser_item .img img{
    height:400px;
    object-fit:cover;
}

.ser_item .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000059;
}

.ser_text {
  position: absolute;
  bottom: 70px;
  left: 25px;
  z-index: 99;
  text-align: left;
}

.ser_text .sub-title {
  position: relative;
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.ser_text a {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}

.ser_read {
  text-align: left;
  opacity: 0;
  transition: ease-in-out .3s;
  width: 50%;
  margin: auto;
}

.ser_item:hover .ser_read {
  opacity: 1;
  width: 100%;
}

.ser_read a {
  color: #fff;
  display: block;
  padding: 6px 15px;
  background-color: #24a19f;
  border-radius: 0px 0px 10px 10px;
  font-weight: 500;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

button.slick-next.slick-arrow {
  display: none !important;
}

.call-to-action.style-two {
  padding: 120px 0 250px;
}

.client {
  margin-top: 30px;
}

.call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  content: "";
  pointer-events: none;
}

.call-to-action {
  position: relative;
  padding: 200px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.client_item {
  margin: 10px;
}

.client_item img {
  width: 150px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.sec-title {
  position: relative;
  z-index: 99;
  max-width: 60%;
  margin: auto;
}

#myHeader.sticky .logo img {
  width: 160px;
}

.sub-title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.service {
  background-color: #f8f5f1;
  padding: 50px 0;
}

.looking {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin: 15px 0;
}

.all_btn {
  background-color: #24a19f;
  color: #fff;
  padding: 16px 38px;
  position: relative;
  font-weight: 500;
}

.all_btn:before {
  content: '';
  position: absolute;
  border: #24a19f solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.all_btn:hover:before {
  top: 4px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  border:#24a19f solid 2px;
}

.all_btn:hover {
  color: #fff;
}

.button {
  margin-top: 30px;
}

.why_choose {
  background-color: #f8f5f1;
  padding: 50px 0;
}

.why_box {
  background-color: #f8f5f1;
  padding: 40px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height:400px;
}

.why_box .img-1 {
  transition: ease-in-out .5s;
}

.why_box .img-1 img {
  width: 82px;
  background-color: #24a19f;
  border-radius: 20%;
  padding: 10px;
  margin-bottom: 20px;
  object-fit: contain;
}

.why_text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why_box:hover .img-1 {
  transform: rotateY(360deg);
}

.test_all {
  display: flex;
  align-items: center;
}

.test_all .img {
  width: 30%;
}

.test_all .img img {
  height: 350px;
  object-fit: cover;
  object-position: top;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.test_contant {
  width: 70%;
  padding-left: 30px;
  text-align: left;
  position: relative;
}

.test_contant p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}

.test_name {
  text-align: right;
}

.name {
  color: #24a19f;
  font-size: 22px;
  font-weight: 600;
}

.degination {
  font-size: 15px;
}

.test_slider {
  margin-top: 30px;
  padding: 0 80px;
}

.quote {
  position: absolute;
  bottom: 0;
}

.quote img {
  width: 50px;
}

footer {
  padding-top: 40px;
  background-color: #000;
}

.foot_logo p {
  color: #fff;
}

.foot_nav-1 {
  margin-top: 30px;
}

.foot_nav-1 ul {
  display: flex;
  justify-content: center;

}

.foot_nav-1 ul li {
  padding: 20px;
}

.foot_link {
  font-size: 22px;
  color: #24a19f;
  font-weight: 600;
  margin-bottom: 15px;
}

.foot_nav ul {
  max-height: 230px;
  overflow: auto;
}

.foot_nav_s ul {
  display: flex;
  flex-wrap: wrap;
}

.foot_nav_s ul li {
  width: 50%;
}

.foot_nav ul li a {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

.foot_add li {
  display: flex;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  align-items: flex-start;
  color: #fff;
}

.foot_add li i {
  margin-right: 5px;
  font-size: 20px;
  color: #fff;
}

.foot_add li a {
  color: #fff;
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}

.foot_logo img {
  width: 150px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  padding: 7px;
}

.copyright_area {
  margin-top: 30px;
  background-color: #24a19f;
}

footer .head_icon {
  justify-content: left;
}

.copyright_area p {
  margin-bottom: 0;
  color: #fff;
  padding: 10px;
}

.copyright_area p a {
  color: #fff;
  text-decoration: underline !important;
}


.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 32px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 20px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 45px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#24a19f;
  border-radius: 10px;
}

form input,
textarea,
select {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 16px;
  background-color: #f4f5f8;
  border: none;
  outline: none;
}

button {
  border: none;
}

.list_unstyled li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list_unstyled li .icon {
  height: 70px;
  width: 70px;
  background-color:#24a19f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.list_unstyled li .icon i {
  font-size: 25px;
  color:#fff;
}

.list_unstyled li .text {
  margin-left: 30px;
   width: 80%;
}

.list_unstyled li {
  margin-bottom: 10px;
}

.list_unstyled li .text a {
  font-size: 18px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.list_unstyled li .text a span {
  display: inline-block;
}

.question {
  font-size: 15px;
}

.chang_box ul li {
  display: flex;
  width: 50%;
  align-items: center;
}

.chang_box ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.use_icon i {
  color: #fff;
  background-color:#24a19f;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
  border: 5px solid #b512008c;
}

.chang_box p {
  font-size: 15px;
  line-height: 30px;
}

.use_text {
  margin-left: 20px;
  font-weight: 600;
  font-size: 16px;
}

.chang_head {
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 600;
}

.chang_box {
  margin-top: -190px;
  position: relative;
  z-index: 9;
  padding: 35px 40px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
}

.dolma {
  font-size: 120px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  color: #24a19f;
  -webkit-text-stroke: 1px #24a19f;
  line-height: 110px;
}

.provide_text {
  text-align: right;
}

.dolma-2 {
  font-size: 150px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #24a19f;
  line-height: 150px;
  position: relative;
  z-index: 9;
}

.provide_contant {
  margin-top: 25px;
}

.pro_te span {
  font-size: 16px;
  color: #24a19f;
  font-weight: 600;
}

.p_icon img {
  width: 50px;
}

.provide_contant ul {
  display: flex;
  margin-top: 30px;
}

.provide_contant p {
  font-size: 15px;
}

.provide_contant ul li {
  display: flex;
  width: 50%;
  align-items: center;
}

.pro_te {
  margin-left: 20px;
}

.img_p {
  margin-top: -100px;
}

.slick-dots {
  display: none !important;
}

.provide .img img {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

.testmonial {
  position: relative;
}

.provide {
  position: relative;
  overflow-X: hidden;
}

.provide::after {
  content: "";
  z-index: -1;
  width: 150px;
  height: 100%;
  background-color: #ddd9db;
  position: absolute;
  right: 11%;
  top: -87px;
  clip-path: polygon(0% 18%, 100% 0%, 100% 100%, 0% 100%);
  transform: rotate(35deg);
}



.content {
  position: relative;
}

.content .dolma-2 {
  position: absolute;
  right: 0;
}

.content .dolma-2:nth-child(1) {
  color: transparent;
  filter: blur(3px);
}

.content .dolma-2:nth-child(3) {
  filter: drop-shadow(0 15px 15px #fff);
  z-index: 1;
}

.content .dolma-2:nth-child(2) {
  color: #24a19f;
  z-index: 2;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        7% 42%,
        13% 40%,
        20% 41%,
        26% 42%,
        32% 46%,
        37% 51%,
        44% 53%,
        51% 55%,
        55% 60%,
        64% 60%,
        71% 62%,
        80% 62%,
        84% 59%,
        90% 57%,
        94% 55%,
        98% 54%,
        100% 51%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 63%,
        4% 61%,
        9% 63%,
        14% 66%,
        20% 67%,
        29% 67%,
        36% 67%,
        45% 64%,
        52% 60%,
        60% 57%,
        67% 54%,
        74% 53%,
        79% 49%,
        85% 47%,
        89% 47%,
        94% 44%,
        96% 41%,
        100% 37%,
        100% 100%,
        0% 100%);
  }
}

.an_container img {
  width: 250px;
  opacity: .5;
}

.an_container {
  position: absolute;
  z-index: -1;
  right: 0;
  animation: mover 1s infinite alternate;
}

.inner_banner {
  position: relative;
}

.inner-line {
  color: #fff;
  font-size: 39px;
  font-weight: 600;
}

.bradecram {
  display: flex;
}

.bradecram a {
  color: #fff;
  font-size: 18px;
}

.bradecram span {
  color: #fff;
  font-size: 18px;
}

.inner_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  width: 100%;
  height: 100%;
}

.inner_banner img {
  max-height: 500px;
}

.inner_text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  text-align: center;
  z-index: 9;
}

.marcket_plase {
  text-align: center;
}

.marcket_plase a {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .dolma-2 {
    font-size: 108px;
  }

  .dolma {
    font-size: 100px;
  }
}


@media only screen and (max-width: 1100px) {
  .navigation li {
    padding: 20px 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #014073;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 55px;
    left: 0;
    background-color: #24a19f;
    z-index: 999;
    display: none;
  }

  nav {
    position: relative;
  }

  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #fff;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .head_after::after {
    width: 100%;
  }

  .head_item img {
    height: 600px;
  }

  .nav_bar_nav {
    background-color: #fff;
    padding: 8px 30px;
    width: 52%;
  }
}

@media only screen and (max-width: 991px) {
  .provide::after {
    display: none;
  }

  .cost_text {
    margin-bottom: 20px;
  }

  .img_p {
    margin-top: 0;
  }

  .ab_text {
    margin-top: 20px;
  }

  .looking {
    font-size: 35px;
  }

  .test_slider {
    padding: 0 10px;
  }

  .get_touch {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 850px) {
  .dolma-2 {
    font-size: 84px;
    line-height: 98px;
  }

  .dolma {
    font-size: 85px;
    line-height: 98px;
  }
}

@media only screen and (max-width: 767px) {
  .inner-line {
    font-size: 25px;
  }

  .bradecram a {
    font-size: 16px;
  }

  .bradecram span {
    font-size: 16px;
  }

  .inner_text {
    top: 65%;
  }

  .inner_banner img {
    max-height: 550px;
  }

  .content .dolma-2 {
    left: 0;
  }

  .provide_contant {
    margin-top: 91px;
  }

  .cost_text {
    font-size: 29px;
  }

  .inner {
    margin: 10px;
  }

  .head_item img {
    height: 500px;
  }

  .provide_text {
    text-align: left;
  }

  .call-to-action.style-two {
    padding: 80px 0 250px;
  }

  .test_all {
    flex-direction: column;
  }

  .test_contant {
    width: 100%;
  }

  .test_all .img {
    width: 50%;
  }

  .foot_nav-1 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .margin {
    margin: 30px 0;
  }

  .service {
    padding: 30px 0;
  }

  .big_head {
    font-size: 25px;
  }

  .test_contant {
    margin-top: 20px;
  }

  .test_contant p {
    font-size: 17px;
    line-height: 30px;
  }

  .small_head {
    font-size: 15px;
  }

  .looking {
    font-size: 23px;
  }

  .nav_bar_nav {
    width: 70%;
  }

  .Cost {
    padding: 30px 0;
  }

  .dolma-2 {
    font-size: 10vw;
    line-height: normal;
  }

  .dolma {
    font-size: 10vw;
    line-height: normal;
  }

  .sec-title {
    max-width: 90%;
  }

  .provide_contant {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 500px) {
  .foot_nav-1 ul li {
    width: 100%;
  }

  .foot_nav-1 ul {
    flex-direction: column;
  }

  .foot_nav-1 ul li {
    padding: 4px 0;
  }

  .nav_btn {
    display: none;
  }

  .nav_bar_nav {
    width: auto;
  }

  .head_item img {
    height: 400px;
  }

  .provide_contant ul li {
    width: 100%;
    margin-top: 20px;
  }

  .provide_contant ul {
    margin-top: 15px;
    flex-direction: column;
  }

  .cost_text {
    font-size: 22px;
  }

  .chang_box ul li {
    margin-top: 20px;
    width: 100%;
  }

  .chang_box ul {
    flex-direction: column;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 450px) {
  .small_head::after {
    display: none;
  }

  .head_icon img {
    width: 25px;
  }

  .head_phone a {
    font-size: 15px;
  }

  .head_phone span {
    font-size: 15px;
  }

  .nav_bar_nav {
    padding: 3px 27px;
  }

  .test_all .img {
    width: 80%;
  }

  .test_all .img img {
    height: 250px;
    object-fit: cover;
  }

  .foot_nav_s ul li {
    width: 100%;
  }
}


<style>
    
    .share-btn-box{
        display:block;
        position:relative;
        margin: 5rem auto 1rem;
    }
.share-btn {
    font-size: 26px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-share {
    width: fit-content;
    height: fit-content;
}

.social-share ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    width: 34px;
    text-align: center;
    padding: 4px 8px !important;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    height: fit-content;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
    opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
    background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
    background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
    background: #20cb45;
}

.social-share ul li a.google-plus {
    background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
    background: #0a66c2;
}

.social-share ul li button.telegram {
    background: #0a9ac2;
}

.social-share ul li button.email {
    background: #c2410a;
}