* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

a,
button,
img,
input,
span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1200px;
}

.header_menu_wrap{
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

header.header-main {
  padding: 0px 0;
  box-shadow: 1px 4px 10px 0 #00000029;
  position: relative !important;
  background: #01054c;
  overflow: hidden;
}
.logo_box .navbar_logo{
  position: relative;
  z-index: 1;
}
header.header-main:before {
    position: absolute;
    content: "";
    background: #005eff;
    width: 24%;
    height: 100%;
    corner-shape: bevel;
    border-radius: 0px 91px 0px 0;
}

header.header-main:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 23%;
    height: 100%;
    corner-shape: bevel;
    border-radius: 0px 91px 0px 0;
    top: 0;
    left: 0;
    z-index: 0;
}

.sticky-wrapper {
  height: auto !important;
}
.menu-bar {
  background-color: transparent;
  padding: 22px 0;
  z-index: 11;
  position: static;
  top: 100px;
}
.menu-bar {
  padding: 0 !important;
}
.menu-bar {
  padding: 5px 0px 5px 0px;
}
 
.padd_left {
  padding: 0 0px 0 0;
}
.header_menu_wrap .padd_left {
  text-align: left;
  z-index: 1;
}
.header-main .navbar-toggle {
  border: 1px solid #222222;
  border-radius: 0;
  padding: 9px;
  margin: 12px 0 0;
}
a,
.btn {
  color: #222222;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.site_logo {
  display: block;
  padding: 2px 0 8p;
}
.navbar_logo img {
    width: 180px;
    padding: 12px 0;
    position: relative;
}
#menu_bar {
  padding: 10px 0;
  text-align: center;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
#menu_bar #navbar {
  float: left;
}
.close_icons {
  display: none;
}
.theme-menu {
  width: 100%;
  text-align: right;
}
.theme-menu > li {
  padding: 0;
  position: relative;

  margin: 0 !important;
}
.theme-menu > li > a {
  font-size: 13px;
}
.theme-menu > li > a {
    display: inline-block;
    border: unset !important;
    padding: 10px 30px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px;
    margin: 0 8px;
}

.page_banner {
    padding: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 2000px #0e174ea8;
}

.box_card {
    display: flex;
    align-items: baseline;
    margin: 40px 0;
}
.delivery_boxs {
    display: flex;
    align-items: center;
}

.new_btn_alla {
    border: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    background: #005eff;
    color: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.deliverys_img img {
    background: #e5f1ff;
    padding: 0px;
    border-radius: 6px;
    margin: 0px 10px 0px 0px;
    border-radius: 37px;
    width: 56px;
    height: 56px;
    padding: 5px;
}
.delivery_contents h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
 .delivery_box2{
    margin-left: 42px;
    border-left: 1px solid #00000036;
    padding-left: 31px;
}

.page_banner .text {
    padding: 100px 0;
    text-align: center;
}

.page_banner ul {
    display: flex;
    justify-content: center;
}

.page_banner ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.page_banner ul li i {
    font-size: 18px;
    color: #1299d8;
}

.page_banner h1 {
    font-size: 45px !important;
    font-weight: 700;
    color: #fff;
}

.theme-menu > li > a {
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.theme-menu > li > a:hover{
  color: #005eff;
}

.form_track {
    margin-top: 0;
    width: 300px;
    margin-left: 50px;
}

.form_track input {
  width: 100%;
  border: 1px solid #3333;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 26px;
  box-shadow: 4px 6px 10px 0 #00000029;
  font-family: "Manrope", sans-serif;
  outline: none;
  font-weight: 500;
}

.form_track button {
  padding: 1px 20px;
  border: unset;
  background: #005eff;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 3px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  border-radius: 0px 0px 0px 0px;
  height: 45px;
  cursor: pointer;
  border-radius: 0px 32px 32px 0px;
}
 
.font2-light {
  font-weight: 300;
}
.fs-12 {
  font-size: 12px;
}
 
.footer-header-wrapper {
  background: url(../img/6850fb3aabc3e0151864e303.jpeg);
  padding: 70px 0 0;
  background-size: cover;
  background-position: center center;
}
#new_footer {
  padding: 0;
}
 
.footer_wig_1 img {
  width: 250px;
  margin-bottom: 0px;
}
 
.footer_wig p {
  color: #fff;
}
.footer_wig_1 p {
  margin-top: 15px;
  font-size: 15px;
  margin-right: 60px;
  color: #dcdcdc;
  font-weight: 500;
  line-height: 26px;
}
.footer_wig .social-icons {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}
.footer-header-wrapper .footer_wig ul {
}
.social-icons li {
  padding: 0 !important;
}
.footer_wig_1 ul li {
  color: #ecf2fb;
  font-weight: 600;
}
.footer-header-wrapper .social-icons li {
  display: inline-block;
}
.footer-header-wrapper .footer_wig ul li {
  padding: 0 0px 18px 0;
  color: #fff;
}
.social-icons li a {
  display: inline-block;
  margin-right: 15px;
  font-size: 20px !important;
  text-align: center;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}
.footer_wig_1 ul li a {
  color: #ecf2fb;
  font-weight: 600 !important;
}
.footer-header-wrapper .social-icons a {
  color: #ccc;
}
.footer_wig .social-icons a {
  padding: 4px;
  text-align: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #fff;
}
.footer-header-wrapper .footer_wig ul li a {
  color: #fff !important;
  display: block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
}
.footer_wig_1 i {
  color: #fff !important;
}
.footer-header-wrapper i {
  color: #005efb;
  font-size: 18px;
  padding-right: 4px;
}
.footer_wig .social-icons a i {
  color: #005eff !important;
  font-size: 18px;
  padding: 0;
}
.footer-header-wrapper .footer_wig h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 25px;
  position: relative;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  margin-top: 0;
}
.footer_bottom {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_bottom p {
  color: #ffffff;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  padding: 18px 0 21px;
  text-align: center;
  font-size: 15px;
  margin: 0;
}
.footer_bottom p a {
  color: #fff;
}
 
/*banner id*/

.mainh_img_wrapper {
position: relative;
margin: 50px auto;
display: flex;
align-items: center;
justify-content: end;
}

.mainh_img {
width: 70%;
height: auto;
position: relative;
z-index: 1;
}

.rotate-wrapper {
position: absolute;
top: 36%;
left: 55%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
z-index: 2;
pointer-events: none;
}

.box-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}

.h_boxes {
  width: 130px;
  height: 130px;
  background-image: url('../img/box.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner_id {
    background: #f7f7f7 url(../img/tmpylk37zwp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.text_box{
  position: relative;
}

.circle_img {
    position: absolute;
    right: 0;
    top: -80px;
    width: 120px;
    animation: rocking 2s infinite;
    animation-timing-function: ease-out;
    transition: .2s;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}


@keyframes rocking {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(0);
  }
  35% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}

.banner_id .text_box h4{
    font-size: 18px;
    font-weight: 700;
    color: #005eff;
}

.banner_id .text_box h1{
  color: #000321;
  font-size: 54px;
  font-weight: 800;
}

.banner_id .text_box p{
  font-size: 15px ;
  font-weight: 500;
  color: #666;
}

.box_view{
  display: flex;
}

.about_us_id .text h3{
  font-size: 18px;
  font-weight: 700;
  color: #005eff;
}

.about_us_id .text h2{
  color: #232323;
  font-size: 38px;
  font-weight: 700;

}

.about_us_id .text p{
  font-size: 15px;
  font-weight: 500;
  color: #666;
}
.box_new_all {
    width: 238px;
    padding: 34px 10px;
    border-radius: 5px;
    border: 3px solid transparent;
    border-radius: 10px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #005eff, red) border-box;
    margin: 0px 30px 0px 0px;
}
.box_new_all h4 {
    font-size: 21px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.6;
    margin-bottom: 16px;
    font-weight: 700;
}
.box_new_all button {
    border: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    background: #005eff;
    color: #fff;
    padding: 13px 30px;
    text-transform: uppercase;
    cursor: pointer;
}
  .box_new_all button a{
    text-decoration: none;
    color: #fff;
  }
.delivery_box {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    justify-content: end;
}
  .delivery_b{
    border-bottom: 1px solid #80808042;
    padding-bottom: 26px;
}
.delivery_img img{
       background: #e5f1ff;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 15px;
    border-radius: 6px;
    margin: 0px 25px 0px 0px;
}
.delivery_content h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 40px;
    font-weight: 700;
}
.delivery_content p {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: gray;
}
 

.counter_wrapper .text {
    border-right: 1px solid #fffbfb6e;
}

.counter_wrapper .text h3{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.counter_wrapper .text h2 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin: 18px 0;
}
.counter_wrapper .text a{
  background: #0038ff;
  padding: 15px 20px;
  border: unset;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

 
.counter_wrapper .box_count{
  text-align: center;
}
 
.counter_wrapper .box_count h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.counter_wrapper .box_count p{
   font-weight: 700;
   font-size: 18px;
   color: #fff;
}

/*services*/

.our_services .head {
    text-align: center;
}

.our_services .head {
    width: 842px;
    margin: auto;
    padding-bottom: 30px;
}
.our_services .head h4{
          font-size: 18px ;
        font-weight: 700;
        color: #005eff;
}

.our_services .head img {
    padding: 10px 0;
}

.our_services .head h2 {
    color: #232323;
    font-size: 44px ;
    font-weight: 700;
    padding-bottom: 10px;
}

.our_services .head h2 span{
  color: #0038ff;
}


.our_services .head p{
          font-size: 15px ;
        font-weight: 500;
        color: #666;
}
.view_more{
  text-align: center;
}

.view_more a{
  background: #0038ff;
    padding: 15px 20px;
    border: unset;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.box_main_ser{
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.15);
}

.service_img {
    background: #01054c;
    padding: 10px 15px;
    position: relative;
}
.service_content span {
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    font-size: 60px;
    font-family: 'Manrope', sans-serif;
    position: absolute;
    right: 30px;
}

.box_main_ser { 
    margin-bottom: 20px;
}

.service_content img:first-child {
    height: 60px;
    object-fit: contain;
}

.service1_img {
    position: absolute;
    right: 41px;
    height: 79px;
    width: 66px;
    top: 1px;
}
.service2_img {
  position: absolute;
  right: 0;
  height: 80px;
  width: 90px;
  top: 0;
}

.box_main_ser .content_box {
    padding: 30px 20px 65px;
    position: relative;
    text-align: center;
}
.box_main_ser .content_box h3 {
    font-size: 25px ;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.box_main_ser .content_box p {
    font-size: 15px ;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}
.box_main_ser .content_box .btn {
    background: #0038ff;
    padding: 12px 20px;
    border: unset;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.box_main_ser .content_box img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/*why_choose_us*/

.why_choose_us {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px #0000005c;
    padding-top: 80px;
    padding-bottom: 80px;
}

.why_choose_us .head {
    width: 842px;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

.why_choose_us .head h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.why_choose_us .head h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    padding-bottom: 10px;
}

.why_choose_us .box_choose {
    padding: 20px 10px 30px;
    background-color: #005eff;
    border: 1px solid #ffffff52;
    border-radius: 6px;
    text-align: center;
}

.why_choose_us .box_choose img{
  background: #fff;
    padding: 6px;
    border-radius: 6px;
    width: 55px;
    height: 55px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.why_choose_us .box_choose h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 10px;
}

.why_choose_us .box_choose p{
  font-size: 14px;
  font-weight: 500;
  color: #dcdcdc;
  
}


/*contact page*/


.contact-section{
    padding:40px 0 70px;
}

/* TITLE */

.contact-title h1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.contact-title p{
    color:#8e8e8e;
    font-size:16px;
}

/* SIDE BOXES */

.contact-section  .side-box{
    min-height:420px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    padding:30px;
}

.contact-section  .left-box{
    background:#0057ff;
}

.contact-section  .right-box{
    background:#09145d;
}

/* ICON */

.contact-section .icon-box {
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.contact-section  .icon-box i{
    font-size:55px;
    color:#fff;
}

/* TEXT */

.contact-section .side-box p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 42px;
    margin: 0;
}

/* FORM BOX */

.contact-section  .form-box{
    background:#111;
    padding:45px 40px;
    box-shadow:0 4px 20px rgba(0,0,0,0.12);
    height:100%;
}

/* FORM */

.contact-section .form-control{
    background:#777777a1 !important;
    border:none !important;
    border-radius:0;
    color:#fff !important;
    height:50px;
    margin-bottom:18px;
    padding-left:16px;
}

.contact-section  .form-control::placeholder{
    color:#ffffff3d;
}

.contact-section  textarea.form-control{
    height:85px;
    resize:none;
}

/* BUTTON */

.contact-section  .submit-btn{
    width:100%;
    height:55px;
    border:none;
    background:#223894;
    color:#fff;
    font-size:18px;
    font-weight:700;
    transition:0.3s;
}

.contact-section  .submit-btn:hover{
    background:#182f86;
}

/* BOTTOM LINE */

.contact-section  .bottom-line{
    width:100%;
    height:16px;
    background:#003ecb;
    margin-top:60px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .contact-section  .side-box{
        min-height:250px;
    }

    .contact-section  .contact-title h1{
        font-size:46px;
    }
}

@media(max-width:576px){

    .contact-title h1{
        font-size:34px;
    }

    .contact-title p{
        font-size:14px;
        padding:0 10px;
    }

    .form-box{
        padding:30px 20px;
    }

    .submit-btn{
        font-size:22px;
    }

    .side-box p{
        font-size:20px;
        line-height:30px;
    }
}


.top_text_content{
  text-align: center;
}

.top_text_content h2{
  font-size: 36px;
  color: #222;
  font-weight: 700;
}

.top_text_content p{

  color: #666;
  font-size: 15px;
  font-weight: 500;
  
}

.page_wrapper h2{

  font-size: 20px ;
  font-weight: 700;
  color: #000000;

}

.page_wrapper h2 b{
  color: #005eff;
}

.page_wrapper p{
    color: #666;
  font-size: 15px;
  font-weight: 500;
}


/*how_it_works*/

.how_it_works{
  padding-top: 80px;
  padding-bottom: 80px;
}

.how_it_works .head {
    text-align: center;
}

.how_it_works .head {
    width: 842px;
    margin: auto;
    padding-bottom: 30px;
}
.how_it_works .head h4{
          font-size: 18px ;
        font-weight: 700;
        color: #005eff;
}

.how_it_works .head img {
    padding: 10px 0;
}

.how_it_works .head h2 {
    color: #232323;
    font-size: 44px ;
    font-weight: 700;
    padding-bottom: 10px;
}

.how_it_works .head h2 span{
  color: #0038ff;
}


.how_it_works .head p{
      font-size: 15px ;
    font-weight: 500;
    color: #666;
}

.how_it_works .box_work {
    text-align: center;
    position: relative;
}

.how_it_works .box_work:before {
    content: "";
    position: absolute;
    background-image: url(../img/68500a326b97b28531fc3400.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100px;
    height: 50px;
    right: -62px;
    top: 44px;
}

.how_it_works .box_work.box_work2{
  margin-top: 50px;
}

.how_it_works .box_work2.last_new:before{
  content: unset !important;
}

.how_it_works .box_work.box_work2:before{
  background-image: url(../img/68500db0681f2d6f531a4b26.png);
}

.how_it_works .box_work .img_box {
    background-image: url(../img/tmp94m8tftj.webp);
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.how_it_works .box_work img {
  width: 70px;
}

.how_it_works .box_work h3{
  font-size: 26px;
  font-weight: 700;
  color: #232323;
}

.how_it_works .box_work p{
  font-size: 15px;
  font-weight: 500;
  color: #666;
  
}

/*footer_top_box*/

.footer_top_box{
  background: linear-gradient(135deg, #000000 0%, #002a80 50%, #005eff 100%);
}

.footer_top_box .box_foot {
    display: flex;
    padding: 20px 0;
    border-right: 1px solid #ffffff33;
}

.footer_top_box .box_foot.last-child{
  border-right: 0;
}

.footer_top_box .box_foot .img {
    width: 20%;
    padding: 5px;
}
 

.footer_top_box .box_foot .text{
  width: 80%;
  padding: 5px;
}

.footer_top_box .box_foot h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 0px;
}

.footer_top_box .box_foot p {
    font-size: 15px;
    color: #dcdcdcde;
    line-height: 1.6em;
    margin: 0;
    font-weight: 700;
}



@media(max-width: 1250px){
  .container{
    width: 100%;
  }

.form_track {
    margin-top: 0;
    width: 254px;
    margin-left: 0;
}


    .box_new_all h4 {
        font-size: 15px;
    }

    .form_track input {
        padding: 8px 14px;
        font-size: 14px;
    }

    .form_track button{
      height: 39px;
    }
 

.rotate-wrapper{
  display: none;
}
.mainh_img_wrapper { 
    justify-content: center;
}

.banner_id .text_box h1 { 
    font-size: 36px; 
}

.delivery_content h4 { 
    font-size: 24px; 
}

.box_new_all h4 {
    font-size: 20px; 
}

.box_main_ser .content_box h3 {
    font-size: 22px; 
}
 

}


@media(max-width: 1024px){
  .container{
    width: 100%;
  }

.navbar-toggler{
      background: #ffffff;
    border-radius: 0;
}

.box_card { 
    margin: 0;
}

.how_it_works .head ,.why_choose_us .head,.our_services .head{
    width: auto; 
}
.delivery_img img {  
    margin: 0px 6px 0px 0px;
}

.box_new_all button { 
    padding: 13px 22px; 
}
.footer_top_box .box_foot h3 {
    font-size: 20px; 
}
.footer_top_box .box_foot p {
    font-size: 13px; 
}
.how_it_works .box_work img {
    width: 55px;
}

.how_it_works .box_work .img_box { 
    width: 130px;
    height: 130px; 
}

.how_it_works .box_work h3 {
    font-size: 19px; 
}

.how_it_works .box_work p {
    font-size: 14px; 
}

.box_main_ser .content_box,.why_choose_us .box_choose{
  margin-bottom: 20px;
}

.counter_wrapper .text { 
    text-align: center;
    margin-bottom: 26px;
}

.about_us_id .text h2 { 
    font-size: 30px; 
}

.circle_img { 
    right: 15px;
    top: -62px;
    width: 91px; 
}

.footer_wig .social-icons { 
    margin-bottom: 15px;
}

header.header-main:after { 
    width: 39%; 
}

header.header-main:before { 
    width: 41%; 
}


  
}



@media(max-width: 767px){
  .container{
    width: auto;
  }

header.header-main:after {
        width: 70%;
    }

    .box_view {
    display: flex;
    flex-direction: column;
}

.delivery_box {
    display: flex;
    align-items: end;
    margin-bottom: 26px;
    justify-content: start;
}
.our_services .head h2,.why_choose_us .head h2 ,.how_it_works .head h2 { 
    font-size: 32px; 
}
.footer_top_box .box_foot {
    border-right: unset;
}
.how_it_works .box_work:before{
  content: unset !important;
}

.how_it_works .box_work.box_work2 {
    margin-top: 0;
}

.box_new_all {
    width: 100%; 
    margin-bottom: 20px !important;
    margin: 0;
}

    .banner_id .text_box h1 {
        font-size: 28px;
    }
        header.header-main:before {
        width: 73%;
    }

    .about_us_id .text h3 {
    font-size: 18px; 

  }

  
}