@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Space+Grotesk:wght@300..700&display=swap');


html {scroll-behavior: smooth;}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

* {padding:0; margin:0;}
body{margin:0px; font-family: "Manrope"; font-w-webkit-font-smoothing: subpixel-antialiased ; font-weight: normal;  counter-reset: section;
/*overflow: hidden;*/}
a             {  text-decoration:none; transition-duration: 0.5s; outline:none !important; }
a:hover       { text-decoration: none;    
	animation-delay: 0.5s;
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-name: hvr-back-pulse;
    animation-timing-function: linear;
	}
:focus   { outline: 0; text-decoration:none !important; }
img{border:0px; outline:none; max-width:100%;}
.img-fullwidth {width:100%;}

ul,li{ list-style:none; margin:0; padding:0;}
strong{ }
/* Headings */
h1,h2,h3,
h4,h5,h6      { font-family: "Space Grotesk"; }
h1            { }
h2            { }
h3            { }
h4            { }
h5            { }
h6            { }

input[type="submit"]{ cursor:pointer}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}



body {  }

@media only screen and (min-width:1660px) {
  .container { max-width: 1360px; }

}

/* ============ common Css ============= */


.common_button {
  display: inline-block;
  background-color: #2B75C4;
  font-size: 18px;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #2B75C4;
}
.common_button i { color: #2C313B; }
.common_button:hover {
  background-color: #2B75C4;
  color: #fff;
}
.common_button:hover i { color: #2C313B; }

.common_padding { padding: 70px 0; }

.common_heading_area :is(h2, h3, h4) { font-size: clamp(24px, 3vw, 60px); color: #0F1729; font-weight: 500; padding-bottom: 15px; position: relative; padding-top: 25px; }
.common_heading_area :is(h2 strong, h3 strong, h4 strong) { font-weight: 600; color:#2B75C4;}
.common_heading_area :is(h2 em, h3 em, h4 em) { font-weight: 600; color:#6a6c7f; font-style: normal;}
.common_heading_area p { font-size: clamp(16px, 1.5vw, 20px); color: #475569; padding-bottom: 30px; }


.common_heading_area2 { padding-bottom: clamp(20px, 2.8vw, 40px); text-align: center; }
.common_heading_area2 :is(h2, h3, h4) { font-size: clamp(20px, 3vw, 56px); color: #000; font-weight: 500; padding-bottom: 10px; position: relative; font-style:italic; }
.common_heading_area2 :is(h2 strong, h3 strong, h4 strong) { font-weight: 800;}
.common_heading_area2 p { font-size: clamp(18px, 1.6vw, 22px); color: #000; padding-bottom: 20px;}


header {width: 100%; position: sticky; position: -webkit-sticky; left: 0; top: 0; padding:0;z-index: 999;transition: all 0.3s ease; background: linear-gradient(90deg,rgba(255, 255, 255, 1) 25%, rgba(11, 17, 33, 1) 100%); box-shadow: 0 0 25px 0 rgba(0,0,0,0.3); }
.header_area { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; position: relative; z-index: 5; }
.sina-nav .sina-menu > li > a { max-width: fit-content; }
.sina-nav .sina-menu { margin: 3px auto 0; display: table; }
.sina-nav.navbar-transparent .sina-menu > li > a { text-transform: capitalize; color: #fff; font-size: 16px; font-weight: 500; font-family: "Manrope"; border-bottom: 1px solid transparent; }
.sina-nav.navbar-transparent .sina-menu > li > a:hover {  color: #fff; font-weight: 500; border-bottom: 1px solid #2B75C4;}
.mob_logo { display: none; } 
.menu_cross_btn { display: none; }
.header_area .right_area_outer { position: relative; display: flex; align-items: center; }
.header_area .right_area { position: relative; display: flex; align-items: center; padding-left: 30px; }
.header_area .right_area .header_button { margin-left: 10px; border: 1px solid #2C313B; background: #E6FF2A; color: #2C313B; }

.menu_button { display: none; }


.banner { width: 100%; position: relative; background: #fff; overflow: hidden; height:clamp(250px, 40vw, 580px); background: linear-gradient(90deg,rgba(255, 255, 255, 1) 25%, rgba(11, 17, 33, 1) 100%);}
.banner_image {   width: 58%; position: relative;}
.banner_image .hero_img { position: absolute; top: 50%; transform: translateY(-50%); }
.banner .container { position: relative; /* left: 50%; top: 50%; transform: translate(-50%, -50%); */ z-index: 2; height: 100%;}
.banner_textarea { width: 42%; color: #fff; padding-top: 70px; }
.gray_text { /* background: #eaf0fd; */ padding: 5px 0 5px 0; border-radius: 20px; color: #2B75C4; font-size: 17px; text-transform: uppercase; display: inline-block;position: relative; letter-spacing: 1px; /* border: 1px solid #2B75C4; */ font-weight: 600; }
.banner_textarea h1 { font-weight: 300; font-size: clamp(25px, 3.6vw, 72px); margin-bottom: 30px; padding-top: 20px; color: #0F172A; line-height: clamp(30px, 3.8vw, 80px); text-transform: uppercase; }
.banner_textarea h1 strong { font-weight: 700; color: #2b75c4;  }
.banner_textarea p { font-size: 19px;  font-weight: 400; padding-bottom:clamp(20px, 2.1vw, 35px); width:85%; color: #2C313B; padding-bottom: 15px;} 

.banner_textarea .common_button { padding: 8px 25px; font-size: 18px; background: transparent; border:1px solid #2B75C4; color: #2B75C4; font-weight: 700;}
.banner_textarea .common_button:hover { background: #2B75C4; color: #fff; }

.common_button2 { margin-right: 15px; color: #fff; padding: 8px 25px; font-size: 18px; background:#111b35; border:1px solid #2C313B; font-weight: 700;border-radius:8px;letter-spacing:.5px; border:2px solid #d8ff52; transition:.3s;text-transform: uppercase;}
.common_button2:hover { background:#d8ff52;color:#000; }


.header_buttons { display: flex; align-items: center; }

.banner ul { display: flex; position: absolute; left: 15%; bottom: 15%; transform: translateY(50%); width: 70%; justify-content: space-between;}
.banner ul li { padding-right: 10px; margin-right: 20px; color: #0F1729; font-size: 20px; display: flex; align-items: center; font-weight: 600;}
.banner ul li span { font-size: 14px; display: block; font-weight: 400;}
.banner ul li:last-child { border: 0; }
.banner ul li img { margin-right: 10px; }
.banner ul li strong { color: #2563eb; font-size: 29px; font-weight: bold; padding-bottom:5px; display: block; }



.recover_account { padding-bottom: 25px; text-align: center; position: relative;}
.recover_account h2 { color: #2B75C4; font-size: 25px; font-weight: 700; margin: 0; font-family: "Manrope"; text-transform:capitalize;}
.recover_account .icons_area { width: 100%; padding: 30px 90px; background: #fff; border-radius: 15px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.09); }
.recover_account .icons_area img { margin-bottom: 8px; }
.recover_account .icons_area a {  color: #fff; font-weight: 600;}
.recover_account::after { position: absolute; left: 0; top: 0; content: ' '; width: 100%; height: 45%; background: linear-gradient(90deg,rgba(255, 255, 255, 1) 25%, rgba(11, 17, 33, 1) 100%); z-index: -1; }


.support-card { background: #f2f4fa; border-radius: 20px; border: 1px solid #f2f4fa; text-align: center; padding: 20px; height: 100%;}
.support-card img { margin-bottom: 15px; }
.support-card .icon { min-height: 79px; }
.support-card h5 {font-family: "Manrope"; font-size: 25px; color: #0F1729; margin-bottom: 20px;}
.right_chart > div { height: 100%; }

.platform_error { position: relative; padding-bottom: 30px; }
.platform_error .common_heading_area h2 { padding-top: 0; }


.testimonial-section{padding-top:80px; padding-bottom: 80px;}
.testimonial-section .section-title{ font-size:clamp(28px, 3.2vw, 60px); font-weight:500; margin-bottom:15px;color:#0F1729;}
.testimonial-section .section-subtitle{ font-size:20px; color:#2C313B;}
.testimonial-card{position:relative;background:#f2f4fa;border-radius:18px; padding:30px; overflow:hidden; height:100%; transition:.3s;}
.testimonial-card:hover{transform:translateY(-8px); box-shadow:0 18px 35px rgba(0,0,0,.08);}
.rating{ color:#ff9d3b; font-size:22px;}
.rating i{margin-right:3px;}
.testimonial-text{font-size:17px;  line-height:1.8; color:#2C313B; margin-bottom:40px;min-height: 190px;}
.client-info h5{font-size:20px; font-weight:600; margin-bottom:5px; color:#2C313B;font-family: "Manrope"}
.client-info span{ font-size:16px;  color:#2C313B;}
.quote-icon{  position:absolute;  bottom:0;  right:20px;  color:#d7dde9;}
.quote-icon i{  font-size:170px;  line-height:1;}


.low_banner { position: relative; }
.low_banner::after { width: 100%; height: 65%; content: ' '; background:#2C313B; left: 0; bottom: 0; position: absolute; z-index: -1; }
.help-section { position: relative;  background: url('../images/lower-image.png') center center/cover no-repeat; border-radius: 18px; overflow: hidden;  min-height: 520px;}
.help-overlay { position: absolute; inset: 0; background: linear-gradient(   to right, rgba(8, 15, 35, 0.96) 0%,  rgba(8, 15, 35, 0.90) 40%,  rgba(8, 15, 35, 0.15) 75%, rgba(8, 15, 35, 0) 100% ); }
.help-content {  position: relative; z-index: 2;color: #fff; padding: 90px 70px;max-width: 700px;}
.help-content h3 { font-size:clamp(28px, 3.2vw, 60px);  font-weight: 500; line-height: 1.05;margin-bottom: 35px;}
.help-content p {font-size:clamp(20px, 2.1vw, 30px); line-height: 1.4; color: rgba(255,255,255,.9);  margin-bottom: 50px;}
.help-contact { display: flex; align-items: center; gap: 20px; flex-wrap: wrap;}
.help-contact span { font-size:clamp(16px, 1.7vw, 22px); font-weight: 500;}
.phone-btn { background: #efff1a; color: #1a1a1a; font-weight: 700; border-radius: 6px; padding: 8px 15px;font-size:clamp(18px, 1.7vw, 25px); text-decoration: none; display: inline-flex;align-items: center; gap: 10px;}
.phone-btn:hover { background: #dff000;color: #000;}


.footer{ background:#2C313B; color:#fff;}
.top-footer{ padding:20px 0 70px 0; border-bottom:1px solid rgba(255,255,255,.15);}
.footer-title{ font-size:clamp(24px, 3vw, 50px); line-height:1.1;margin-bottom:20px;}
.footer-text{ color:#fff; font-size:18px; line-height:1.8;}
.footer-note{ color:#fff;font-size:16px; line-height:1.8;}
.bottom-footer{ padding:0 0 40px;}
.logo{ max-width:280px;}
.info-box{ display:flex; align-items:flex-start;gap:15px;}
.info-box i{ color:#e6ff2a; font-size:24px; margin-top:0;  line-height: normal;}
.info-box h5{ font-weight:700;  margin-bottom:10px;   font-family: "Manrope";  font-size: 18px; color:#fff;}
.info-box p{ color:#fff;  line-height:1.8;  margin:0;  font-size: 16px;}

.footer-links{  margin-top:60px;}
.footer-links a{color:#fff; text-decoration:none; margin:0 12px; font-size:18px;}
.footer-links a:not(:last-child)::after {
    content: "|";
    position: relative;
    right: -10px;
    color: #e6ff2a;
}
.footer-links a:hover{ color:#E6FF2A;}
.copyright{ color:#fff;  margin-top:20px;  font-size:18px;}


.get_started-section { padding-left: 15px; padding-right: 15px; }


.popup_area {
  /* width: 100%; */
  background: #eceff6;
  padding: 15px;
  display: flex;
}
.toparea_style1 {
  font-family: "Space Grotesk", serif;
  font-weight: 400;
  font-size: 40px;
  color: #2b75c4;
  line-height: 1.1;
  padding-bottom: 10px;
}
.popup_style1 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding-bottom: 12px;
  padding-right: 10px;
}
.popup_style2 li {
  padding-left: 36px;
  color: #475569;
  font-size: 20px;
  background: url('../images/blullet1.png') 0 5px no-repeat;
  border: 0;
  padding-bottom: 6px;
}
.popup_style3 {
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}
.popup_style3 i { 
  color: #2B75C4;
  margin-right: 5px;
}
.popup_style3 a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.popup_right {
  background-color: #FFF;
  padding: 15px;
  border-radius: 5px;
}

.input1, .input2 {
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  color: #000000;
  height: 40px;
  line-height: 40px;
  margin: 0px 0px 15px 0px;
  border: none;
  background-color: #eceff6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.input2 {
  height: 100px;
  padding: 10px 15px;
  line-height: inherit !important;
  resize: none;
}
.popup_style4 {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}
.popup_style4 a {
  color: #000;
}
.popup_style4 i { font-size: 25px; margin-right: 10px; color: #2B75C4;}
.popup_style4 img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.popup_right p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.submit {
  background-color: #E6FF2A;
  color: #000;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 50px;
  cursor: pointer;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.modal_close {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.modal_close i {
  border: 2px solid #000;
  width: 30px;
  line-height: 26px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 99;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}
#GetaFreeQuoteLabel { padding: 35px; }
#GetaFreeQuote .modal-dialog-centered .modal-content {
  width: 100%;
}








/* ============ Responsive Css ============= */


@media only screen and (max-width:1660px) {
.sina-nav .sina-menu > li { margin: 0 9px; }
.banner_image { height: 100%;}
.banner_image img { object-fit: cover; object-position: left; }
}

@media only screen and (max-width:1500px) {

}

@media only screen and (max-width:1399px) {
.header_area .logo { width: 230px; }
.sina-nav .sina-menu > li { margin: 0 8px; }
.sina-nav.navbar-transparent .sina-menu > li > a, .sina-nav .sina-menu > li > a { font-size: 14px; }
.header_button { font-size: 14px; padding: 5px 12px;display: flex;align-items: center; }
.banner_textarea p { font-size: 16px; }
.banner_textarea .list li { background-size: 16px; font-size: 16px; padding-left: 22px; }
.banner_textarea ul { bottom: 100px; }
.banner_textarea ul li { font-size: 16px; }
.support-card h5, .service-card h3 { font-size: 19px; }
.btn-orange { font-size: 16px; }
.subtitle, .no-fee { font-size: 19px; }

.banner ul li { align-items: flex-start; }
.banner_image .hero_img { right: 0; }
.recover_account .icons_area { padding: 30px 30px; }
}

@media only screen and (max-width:1199px) {
.links_area ul li a {padding: 20px 15px 20px 40px; font-size: 15px; }
.sina-nav .sina-menu > li { margin: 0 4px; }
.header_area .logo { width: 140px; }
.banner_textarea .list { padding-bottom: 17px; }
.recover_account .icons_area { padding: 30px 40px; }

.recover_account h2 { padding-bottom: 15px; width: 100%; }
.banner_textarea .common_button { padding: 9px 25px; font-size: 13px; }
.common_button2 { font-size: 13px; padding: 8px 25px; }
.banner_textarea .common_button { padding: 7px 25px; }
.banner_image ul li img {margin-right: 5px;width: 29px;}
.common_padding { padding: 40px 0; }
.feature-item h5 { font-size: 19px; }
.hero-text { font-size: 15px; }
.feature-item p { font-size: 14px; }
.step-number { font-size: 45px; }
.hero-btn22 { font-size: 14px; padding: 7px 20px; }
.quote-icon { opacity: 0.5; }
.client-info h5 { font-size: 18px }
.testimonial-text, .feature p { font-size: 15px; line-height: 1.5; }
.client-info span, .form-control { font-size: 14px; }
.quote-btn { padding: 10px; }
}

@media only screen and (max-width:1024px) {

.nav_area { position: absolute; right: 0; }
.nav_area .sina-nav { background-color: transparent; }
.sina-nav .sina-nav-header { height: auto; }
.sina-nav .navbar-toggle { margin: 0; font-size: 22px;color: #fff; position: relative; top: 1px; }
.mob_logo { display: block; } 
.menu_cross_btn { display: block; position: absolute; right: 22px; top: 5px; color: #EA2C00;}
.sina-nav.mobile-sidebar .sina-menu { width: 100%; }
.sina-nav.navbar-transparent .sina-menu > li > a, .sina-nav .sina-menu > li > a { display: block; max-width: 100%; }
.mob_logo  { position: relative; width: fit-content;  left: 15px; top: 6px; }
.mob_logo img { width: 140px; left: 12px; top: 6px; }

.right_area .header_button1, .right_area .header_button2 { display: none; }
.drone_roof_area ul li img { margin-right: 10px; }
.banner_textarea p { padding-bottom: 8px; font-size: 16px; }

.sina-nav.navbar-transparent .sina-menu > li > a, .sina-nav.navbar-transparent .sina-menu > li > a:hover { border-bottom: 0; color: #000; }
}


@media only screen and (max-width:991px) {
.common_padding { padding: 40px 0; }
.common_heading_area p { padding-bottom: 20px; }
.banner { height: auto; }
.banner_textarea { width: 100%; padding-top: 30px; text-align: center;}
.banner_textarea p { width: auto; }
.banner_image { position: relative; height: auto; width: 100%; margin-bottom: 30px; margin-top: 30px;}
.banner .container { height: auto; position: initial; }
.banner_textarea ul { position: absolute;bottom: 0; justify-content: center; margin-bottom: 35px;z-index: 5; left: 50%; transform: translateX(-50%);width: 100%;}
.banner_textarea ul li:last-child { padding-right: 0;margin-right: 0; }
.do_dont_box { display: block; background: #fff; }
.do_dont_img { width: 100%; }
.do_dont_img img { object-fit: contain; }
.do_dont_text { width: 100%; }
.drone_roof_area h2 { margin-bottom: 30px; }
.do_dont_lowbox { font-size: 16px; }
.drone_roof_area ul { flex-wrap: wrap; }
.drone_roof_area ul li { width: 50%; padding-bottom: 20px; }
.job_area { margin: 60px 0 30px; }
.job_head_left { padding: 0; }
.job_head_right { padding-left: 40px;line-height: normal; }
.wrk_flow::before { display: none; }
.wrk_flow .white_box { height: auto; max-width: 450px; margin: 0 auto 25px; }
.service_textarea { padding: 30px 20px 0 0; }
.top_footer h5 { padding-bottom: 10px; padding-top: 22px; }
.top_footer p { width: auto; }

.banner, .recover_account::after { background: #ededed; }
.banner_textarea .list { transform: translate(0); margin-bottom: 15px; }
.banner_textarea .list li { display: inline-block; }
.header_buttons { justify-content: center; }
.recover_account .icons_area img { width: 50px; }
.recover_account h2 { font-size: 20px; }
.platform_error .common_heading_area h2 { margin-bottom: 15px; }
.how_works img { width: 100%; margin-bottom: 35px; }
.platform_error img.img_full { width: 100%; margin-top: 25px; }
.recovery-section .image-area { margin-bottom: 35px; }
.recovery-section img { margin-top: 0; }
.info-box { max-width: 215px; margin: 0 auto; }

.banner_image .hero_img { position: relative;top: 0; transform: translateY(0); pointer-events: none; left: -4%;}
.step-arrow { display: none; }
.banner ul { position: relative; bottom: 0; transform: translateY(0); padding: 0; top: -60px; }
.banner ul li { color: #000; }
.testimonial-text { min-height: auto; }
.banner_textarea h1 { margin-bottom: 10px; }
}

  
@media only screen and (max-width:767px) {
.banner_textarea p { font-size: 16px; }
.banner_textarea { padding-top: 0; }
.banner_textarea .gray_text { display: none; }
.sina-nav .navbar-toggle { top: 40px; }
.help_block { width: 100%; margin-bottom: 25px; }
.job_area { display: block; text-align: center; }
.job_head_left { width: 100%; }
.job_head_left::after { display: none; }
.job_head_right { padding-left: 0; width: 100%; }
.service_textarea ul li { font-size: 16px; }
.top_footer { text-align: center; }
.bot_footer { display: block; text-align: center; }
.service_textarea { padding: 30px 0 0 0;}
.copyright { padding-bottom: 20px; }

.banner_textarea .list { max-width: 290px; text-align: left; margin: 0 auto; width: 100%; }
.recover_account .icons_area { justify-content: center; }
.recover_account .icons_area a { width: 33%; padding: 15px; }
.top-footer { padding: 20px 0 30px 0; }
.banner_textarea .list li{ margin-right: 0; font-size: 14px; }

.quote-card { padding: 20px; }
.banner ul {width: 100%; flex-wrap: wrap; left: 0; }
.banner ul li { padding-bottom: 17px; }
.platform_error .right_chart .support-card { margin-top: 22px; }
.help-content { padding: 40px 30px; }
.help-section { background: url('../images/lower-image.png') 60% center/cover no-repeat; }
.help-overlay { background: linear-gradient( to right, rgba(8, 15, 35, 0.8) 0%, rgba(8, 15, 35, 0.60) 40%, rgba(8, 15, 35, 0.15) 75%, rgba(8, 15, 35, 0) 100% ); }
}


@media only screen and (max-width:576px) {
.banner::after { height: 90px; }
.banner_textarea ul { margin-bottom: 15px; flex-wrap: wrap; bottom: -10px; }
.banner_textarea ul li { padding-right: 15px; margin-right: 15px; font-size: 15px; }
.banner_textarea ul li strong { font-size: 18px; }
.do_area { padding: 30px 20px 40px; }
.dont_area { padding: 50px 20px 35px; }
.do_dont_lowbox { padding: 12px 20px; }
.job_area { margin: 0 0 30px; }
.top_footer .common_button { font-size: 14px; padding: 8px 15px; border-radius: 22px; }

.recovery-section { padding: 40px 20px; }
.recover_account .icons_area { padding: 10px 0px; }
.recover_account { padding-top: 20px; }
.testimonial-card .d-flex{ flex-direction:column; align-items:flex-start !important; }
.banner ul { display: block;width: 250px; margin: 0 auto;  padding: 25px 0 0;}
.banner ul li { margin: 0; padding: 0 0 15px; }
.bottom-footer { padding: 20px 0; }

}

@media only screen and (max-width:480px) {
.header_area .logo { width: 170px; }
 header .container::after { right: -15%; }
.banner_textarea .common_button { margin-right: 10px; }
.mob_logo { width: 180px; }
.banner_textarea p { font-size: 15px;  padding-top: 7px; padding-bottom: 12px;}
.professional_area .workflow_img { width: 100%; max-width: 350px; margin: 0 auto; }
.drone_roof_area ul { justify-content: center; }
.drone_roof_area ul li { padding: 0 10px 20px; text-align: center; display: block;}

.header_buttons { flex-wrap: wrap; }
.menu_button { display: block; width: 200px; margin: 0 auto 15px; }
.timeline-item:not(.last) .timeline-number::after { display: none; }

}

@media only screen and (max-width:410px) {
.menu_button { display: block; display: table;margin: 0 auto 10px; }

.banner_textarea .list li { text-align: left; }
.banner_textarea .common_button { margin-bottom: 12px; }
.common_button { padding: 6px 10px; }
.service_textarea ul li { width: 100%; }
.banner_textarea h1 { margin-bottom: 10px; }

.header_buttons .common_button2 { margin: 0 0 12px; }
.btn-orange { font-size: 14px; padding: 9px 10px; }
.footer-links a { display: block; }
.banner_textarea .common_button { margin-right: 0; }
}

