* {
  margin: 0%;

  padding: 0;

}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", sans-serif;
}

p {
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #828599;
}

span {
  display: block;
  font-family: "Archivo Black", sans-serif;
}


ul {
  padding-left: 0;
}

li {
  list-style: none !important;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  font-family: "Inter", sans-serif;
}

img {
  width: 100%;

  transition: ease-in-out 0.3s;
}

.img img:hover {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}

.container {
  max-width: 1300px;
}



.logo img {
  width: 150px;
}

.head-all {
  display: flex;
  /* background-color: #fff; */
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 10px 0;
}


.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;

}


.header {
  position: relative;
}


.nab-navbar ul li {
  padding: 15px 20px;
  position: relative;
  z-index: 9;
}

.logo {
  position: relative;
  z-index: 9;
}

.nab-navbar ul {
  padding-left: 0;

  margin-bottom: 0;
}

.nab-navbar ul li a {
  color: #fff;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 600;
}
.nab-navbar .droupdown li{
  padding: 0;
}
.nab-navbar .droupdown a{
  color: #000;
  padding: 13px 15px;
  display: block;
}

.nab-navbar ul li a:hover {
  color: #fbfba3;
}

.nab-navbar .droupdown a:hover{
  background-color: #e36d4a;
  color: #fff;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_small {
  animation: stickySlideDown 1s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}
/* 
.header.slick-slide.slick-current.slick-active img {
  animation: zoomInImage 2.5s ease-in-out;
} */

@keyframes zoomInImage {
  from {
    transform: translateX(100%);
    /* transform: scale3d(1.5, 1.5, 1.5); */
  }

  to {
    transform: translateX(0);
    /* transform: scale3d(1, 1, 1); */
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateX(-200px);

    transform: translateX(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);

    transform: translateX(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;

  background-color: #000000;

  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);
  }
}

#myHeader.sticky .top {
  display: none;
}

.main_small {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}


.header_text .main_head {
  font-size: 68px;
  font-weight: 800;
  color: #e36d4a;
  font-family: "Inter", sans-serif;
  line-height: 1.1em;
}

.head-pera p {
  font-size: 19px;
  line-height: 30px;
}

.head-pera {
  margin-top: 30px;
}

.clk_btn {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 0;
  top: 14px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 24px;
  z-index: 99;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 24px;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}


.head_img img {
  width: 90%;
  margin: auto;
}

.head_img {
  position: relative;
}

.head_img img {
  background-image: url(../img/head_bg.webp);
  -webkit-mask-image: url(../img/head_bg.webp);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_text {
  padding: 3% 0 5%;
}

.header_text .row {
  align-items: center;
}

.top_mail {
  text-align: right;
}

.top_mail p {
  margin-bottom: 0;
  font-weight: 600;
  color: #e36d4a;
}

.top_mail a {
  color: #000;
}

.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 15px;
}

.phone_icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px 9px;
}

.phone_text span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.phone_text a {
  color: #fbfba3;
  font-weight: 600;
  font-size: 20px;
}

.socal_media {
  display: flex;
  gap: 10px;
}

.socal_media a {
  color: #fff;
  background-color: #dc5700;
  border-radius: 50%;
  padding: 5px 9px;
}

.search i {
  background-color: #982519;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}


.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-sky-blue);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 91%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 10px 0 10px;
  background-color: transparent;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.top {
  position: relative;
  z-index: 9;
  padding: 10px 0;
  background-color: #d3f5ef;
}

.all_nav {
  background-color: #e36d4a;
}

.main_box {
  position: relative;
  text-align: center;
}

.img_1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  opacity: .5;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}


.img_2 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 90%;
  opacity: 0.4;
  animation: alltuchtopdown2 1.8s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
  transform: rotate(90deg);
}

.img_3 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 90%;
  opacity: 0.4;
  animation: alltuchtopdown2 1.8s ease-in-out 0s infinite alternate;
  animation-duration: 3s;

}



@keyframes alltuchtopdown {
  0% {
      transform: rotateX(0deg) translateY(0)
  }

  50% {
      transform: rotateX(0deg) translateY(-20px)
  }

  to {
      transform: rotateX(0deg) translateY(0)
  }
}




@keyframes alltuchtopdown2 {
  0% {
      transform: translateX(-30px)
  }

  50% {
      transform: translateX(-10px)
  }

  to {
      transform: translateX(-30px)
  }
}


.circle_1{
  position: absolute;
  width: 80px;
  left: 10%;
  animation: alltuchtopdown2 1.8s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.circle_2{
  position: absolute;
  width: 80px;
  top: 0;
  right: 15%;
  animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
  animation-duration: 4s;
}

.circle_3{
  position: absolute;
  width: 70px;
  right: 0;
  top: 50%;
  animation: alltuchtopdown2 1s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}

.circle_4{
  position: absolute;
  width: 50px;
  bottom: 10%;
  left: 20%;
  animation: alltuchtopdown2 1s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}

.circle_5{
  position: absolute;
  width: 100px;
  bottom: 30%;
  left: 10%;
  animation: alltuchtopdown 1s ease-in-out 0s infinite alternate;
  animation-duration: 3.5s;
}

.circle_6{
  position: absolute;
  width: 100px;
  right: 10%;
  bottom: 5%;
  animation: alltuchtopdown 1.8s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
.all_btn{
  background-color: #e36d4a;
  border-radius: 100px 100px 100px 100px;
  font-weight: 700;
  padding: 20px 40px;
  font-size: 17px;
  color: #fff;
  display: inline-block;
}
.all_btn:hover{
  background-color: #fbfba3;
  color: #000;
}
.big_head{
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #e36d4a;
}
.small_head{
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.steps_box{
  text-align: left;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  position: relative;
  z-index: 9;
}
.steps_box span{
  font-size: 22px;
  color: #e36d4a;
  font-weight: 600;
  margin-bottom: 10px;
}
.steps_box p{
  font-size: 18px;
}
.steps{
  background-color: #e36d4a;
  padding-top: 60px;
}

.steps .big_head{
  color: #fff;
}
.stap_btn{
  margin-top: 60px;
  position: relative;
  z-index: 9;
}
.rotate{
  background-color: #fff;
  margin-top: -230px;
  height: 350px;
  width: 100%;
  aspect-ratio: 3/2;
  clip-path: ellipse(85% 100% at 50% 100%);
}

.sol_head p{
  font-size: 19px;
}
.percentage.show{
  border-bottom: transparent;
}

.sol_btn{
  text-align: right;
}
.sol_box img{
  width: 70px;
}

.Life_head{
  font-size: 22px;
  font-weight: 600;
  color: #fbfba3;
  margin: 15px 0;
}
.sol_box{
  background-color: #e36d4a;
  padding: 40px;
  border-radius: 20px;
}
.sol_box .all_btn{
  background-color: #dc5700;
}
.sol_box p{
  color: #fff;
  font-size: 18px;
}
.sol_box .all_btn{
  padding: 15px 20px;
}


.ab_img {
  padding-right: 10%;
  position: relative;
}
.ab_img .img2 {
  position: absolute;
  right: 0;
  bottom: -80px;
  border: 15px solid #fff;
  border-radius: 8px;
}

.ab_img .img2 img {
  width: 250px;
  height: 250px;
}
.ab_img .img1 img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}

.ab_text{
  padding-left: 40px;
  padding-top: 30px;
}
.ab_text .big_head{
  font-size: 35px;
}
.ab_home{
  padding: 100px 0;
}

.percentage {
  padding: 25px 0;
  opacity: 0;
}

.animation {
  height: 9px;
  background: #eeeeee;
  border-radius: 8px;
  overflow: hidden;
}

.animation-bar {
  height: 10px;
  width: 0;
  background: #e36d4a;
  position: relative;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.show {
  opacity: 1;
  animation: come-in 0.8s ease forwards;
  border-bottom: 1px solid #fbfba3;
}


@keyframes come-in {
  to {
    transform: translateY(0px);
  }
}

.p50 {
  width: 50%;
}

.p80 {
  width: 80%;
}

.p70 {
  width: 70%;
}

.p68 {
  width: 68%;
}

.p73 {
  width: 73%;
}

.p62 {
  width: 62%;
}

.percentage .label {
  text-align: right;
  color: #fff;
  float: inline-end;
}

.expert{
  font-weight: 600;
  color: #e36d4a;
  margin-bottom: 5px;
}


.ab_btn .all_btn{
  padding: 16px 25px;
}

.customers{
  background-color: #e36d4a;
  padding: 60px 0;
}
.customers .big_head{
  color: #fff;
}
.cus_head{
  padding: 0 18%;
}
.cus_head p{
  color: #fff;
  font-size: 18px;
  margin: 15px 0;
}
.protect_box{
  position: relative;
  z-index: 9;
}
.protect_box img{
  border-radius: 15px;
}

.pro_text{
  background-color: #fff;
  text-align: left;
  position: absolute;
  width: 350px;
  padding: 20px 30px 30px 30px;
  bottom: -100px;
  right: 0;
  border-radius: 10px 0px 10px 10px;
  box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.pro_text2{
  left: 0;
  right: auto;
}
.pro_text span{
  font-size: 20px;
  color: #e36d4a;
  font-weight: 600;
  margin: 10px 0;
}

.insurance_bg .row{
  justify-content: center;
  align-items: center;
}
.insurance_bg{
  padding: 80px 0;
}
.insurance{
  background-position: center center;
  background-size: cover;
  border-top: 10px solid #fbfba3;
}
.insurance_bg{
  background-color: #e36e4ad6;
}

.in_icon i{
  border: 3px solid #fff;
  color: #fff;
  padding: 18px;
  font-size: 28px;
  border-radius: 50%;
}

.insurance .big_head{
  color: #fff;
  font-size: 30px;
}
.insurance .big_head a{
  color: #fff;
}

.team_box{
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
    padding: 60px 40px;
    background-color: #fff;
}
.team_box img{
  width: 100px;
  margin: auto;
  border-radius: 50%;
}

.team_name{
  font-size: 22px;
  font-weight: 600;
  color: #e36d4a;
  margin: 15px 0;
}

.team{
  padding: 60px 0;
  position: relative;
}

.team_box p{
  font-size: 17px;
}

.team_box .socal_media{
  justify-content: center;
  margin-top: 30px;
}

.team::after{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e36d4a;
  z-index: -1;
}







button.accordion-button {
  font-family: "DM Sans", sans-serif;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #fbfba3;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}
.accordion-button {
  font-size: 18px;
  color: #fff;
}
.working-process .accordion-item .accordion-button:not(.collapsed) {
  transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
  padding: 20px 40px;
}

.working-process .accordion-item .accordian-numbers {
  font-size: 44px;
  padding-right: 20px;
}

.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  height: 25px;
  width: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fbfba3;
  font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  color: #fbfba3;
}

.working-process .accordion-item .collapsing {
  transition: all 0.3s ease-in-out;
}
.accordion-body {
  padding: 20px 25px;
  font-size: 17px;
  color: #fff;
  line-height: 32px;
}
.accordion-item {
  border-radius: 7px;
  background-color: transparent;
}
.accordion-button {
  padding: 25px 25px;
  background-color: transparent;
}
.accordion-header{
  border-bottom: 1px solid #fbfba3;
}
.accordion{
  border: 1px solid #fbfba3;
}


.faq{
  background-color: #e36d4a;
  padding: 60px 0;
}
.faq .big_head{
  color: #fbfba3;
}
.faq_text{
  padding-right: 30px;
}
.faq_text p{
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.faq_box{
  background-color: #fff;
  color: #e36d4a;
  padding: 17px 20px;
  font-size: 17px;
  border-left: 7px solid #fbfba3;
  font-weight: 600;
  border-radius: 15px;
  margin: 30px 0;
}
.faq_text ul{
  margin: 30px 0;
}
.faq_text ul li{
  color: #fbfba3;
  margin: 10px 0;
  font-size: 17px;
  font-weight: 600;
}
.faq_text ul li i{
  margin-right: 8px;
}

.faq_btn .all_btn{
  background-color: #fbfba3;
  color: #000;
}
.testmonial{
  padding: 80px 0;
  position: relative;
}
.testmonial::after{
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: #e36d4a;
  z-index: -1;
}
.testmonial .row{
  align-items: center;
  margin-top: 40px;
}
.te_img{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 20px;
}
.te_img img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.pera{
  background-color: #e36d4a;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.pera::after{
  content: "";
  width: 20px;
  height: 15px;
  background-color: #e36d4a;
  position: absolute;
  left: 48%;
  bottom: -13px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.pera p{
  color: #fff;
  font-size: 18px;
  font-style: italic;
}
.test_item{
  padding: 0 40px;
}

.name{
  color: #fbfba3;
  font-weight: 600;
}
.title_degi{
  color: #fff;
}
.test_img img{
  border-radius: 20px;
}
.test_head{
  padding: 0 20%;
}

button.slick-prev.slick-arrow{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.slick-dots li button{
  font-size: 0;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  padding: 3.5px;
}
.slick-dots .slick-active button{
  background-color: #fbfba3;
}


.blogs{
  padding: 80px 0;
  background-color: #d3f5ef;
}
.blog_box{
  text-align: left;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.blog_text{
  padding: 35px 25px;
}
.blog_head a{
  color: #e36d4a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.blog_time{
  font-size: 15px;
  margin-bottom: 15px;
  color: #dc5700;
}
.blg_btn a{
  color: #dc5700;
  font-weight: 600;
}

footer{
  background-color: #e36d4a;
  padding: 50px 0 50px;
  position: relative;
  overflow: hidden;
}

.solution{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.economical p{
  color: #fff;
}
.eco_btn {
  margin-top: 25px;
}
.eco_btn a{
  color: #fff;
  font-weight: 600;
}
.foot_head{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.foot_nav2{
  padding-left: 30px;
}
.foot_head::after{
  content: "";
  width: 20px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fbfba3;
}

.foot_nav ul li a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 6px 0;
}
.foot_nav ul li a:hover{
  color: #fbfba3;
}
.soacl a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 6px 0;
}
.soacl a:hover{
  color: #fbfba3;
}
.foot_socal ul li a{
  color: #fff;
  font-size: 18px;
}

.foot_logo img{
  width: 130px;
}
.copyright{
  background-color: #ff8864;
  padding: 15px 0;
}
.copyright .row{
  align-items: center;
}
.copyright p{
  text-align: right;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff
}

.foot_bg{
  position: absolute;
  top: 0;
  left: 0;
}
.foot_bg img{
  opacity: .5;
  object-position: center center;
}
.foot_nav{
  position: relative;
  z-index: 9;
}
.foot_socal{
  position: relative;
  z-index: 9;
}
.economical{
  position: relative;
  z-index: 9;
}

.ab_home2 {
  margin: 60px 0;
}










.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: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  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;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
  padding-left: 0;
}

.social-share button {
  border: none;
  background-color: #e36d4a;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.main_img {
  position: sticky;
  top: 130px;
}
.marcket-plase{
  margin: 60px 0;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.inner_header {
  position: relative;
}

.inner_header img {
  height: 350px;
  object-fit: cover;
}

.inner_header::after {
  content: "";
  background: linear-gradient(0deg, #00000094 15%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header .inner_text {
  position: absolute;
  top: 55%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}











@media only screen and (max-width: 991px) {
  .nab-navbar ul li {
    padding: 15px 6px;
  }
  .nab-navbar ul li a{
    font-size: 14px;
  }
  .logo img {
    width: 105px;
}
.ab_text {
  padding-left: 0px;
  padding-top: 90px;
}
.cus_head {
  padding: 0 0%;
}
.faq_text {
  padding-right: 0px;
  margin-bottom: 30px;
}
.test_head {
  padding: 0 0%;
}


}





@media only screen and (max-width: 900px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .nab-navbar {
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #fff;
    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);
  }

  .nab-navbar .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #e36d4a;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }


  .nab-navbar ul li {
    position: relative;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
  }

  .tab-content ul {
    display: block;
    position: revert;
  }

  .nab-navbar ul li {
    padding: 15px 16px;
}

}



@media only screen and (max-width: 767px) {
  .header_text .main_head {
    font-size: 48px;
  }
  .main_box{
    margin-top: 20px;
  }
  .insurance_bg {
    padding: 28px 0;
}
.in_icon{
  margin: 15px 0;
}
.test_img{
  margin-bottom: 30px;
}
.foot_nav2{
  padding-left: 0;
}
}

@media only screen and (max-width: 600px) {
  .big_head {
    font-size: 30px;
  }
  .blogs {
    padding: 47px 0;
}
.rotate{
  height: 268px;
}
.ab_text .big_head {
  font-size: 27px;
}
.ab_img .img1 img {
  height: 415px;
}
.ab_img .img2 img {
  width: 190px;
  height: 190px;
}
.ab_home {
  padding: 60px 0;
}
.pro_text{
  bottom: 0;
}
.protect_box{
  margin-bottom: 20px;
}
.inner_hrad{
  font-size: 30px;
}
.inner_header img{
  height: 250px;
}
.socal_media{
  justify-content: center;
}
.top_mail{
  text-align: center;
}
.top_mail p{
  font-size: 15px;
}
}

@media only screen and (max-width: 500px) {
  .header_text .main_head {
    font-size: 35px;
    margin-top: 8px;
}
.all_btn{
  padding: 12px 30px;
}
.phone_text a{
  font-size: 17px;
}
}