@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:#6391f7;}
.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) 0%, rgba(236, 239, 246, 1) 100%);}
.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: #000; font-size: 16px; font-weight: 500; font-family: "Manrope"; border-bottom: 1px solid transparent; }
.sina-nav.navbar-transparent .sina-menu > li > a:hover {  color: #000; font-weight: 500; border-bottom: 1px solid #2B75C4;}
.mob_logo { display: none; } 
.menu_cross_btn { display: none; }
.header_area .right_area { position: relative; display: flex; align-items: center; }
.header_area .right_area .header_button:nth-child(2) { 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, 65vw, 800px); background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(236, 239, 246, 1) 100%);}
.banner_image {   width: 50%;}
.banner .container { position: relative; /* left: 50%; top: 50%; transform: translate(-50%, -50%); */ z-index: 2; height: 100%;}
.banner_textarea { width: 50%; color: #fff; padding-top: 40px; }
.gray_text { background: #eaf0fd; padding: 5px 25px 5px 25px; border-radius: 20px; color: #0f172a; font-size: 14px; text-transform: uppercase; display: inline-block;position: relative; letter-spacing: 1px; border: 1px solid #2B75C4; font-weight: 700; }
.banner_textarea h1 { font-weight: 500; font-size: clamp(25px, 3.6vw, 72px); margin-bottom: 30px; padding-top: 20px; color: #0F172A; line-height: clamp(30px, 3.8vw, 80px); }
.banner_textarea h1 strong { font-weight: 500; color: #2b75c4;  }
.banner_textarea p { font-size: 19px;  font-weight: 500; padding-bottom:clamp(20px, 2.1vw, 35px); width:85%; color: #2C313B; padding-bottom: 15px;} 
.banner_textarea .list { position: relative; left: 0; top: 0; display: block; padding-bottom: 35px; }
.banner_textarea .list li { padding-left: 36px; color: #2C313B; font-size:
 20px; background: url('../images/blullet1.png') 0 5px no-repeat; border: 0;
 padding-bottom: 6px; font-weight: 600;}

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

.common_button2 { margin-right: 15px; color: #2C313B; padding: 8px 25px; font-size: 18px; background: #E6FF2A; border:1px solid #2C313B; font-weight: 700;}
.common_button2:hover { color: #000; background: transparent; border: 1px solid #2C313B; }


.header_buttons { display: flex; }

.banner_textarea ul { display: flex; position: absolute; left: 0; bottom: 55px; }
.banner_textarea ul li { padding-right: 15px; margin-right: 10px; border-right: 1px dashed #c6c9d2; color: #586074; font-size: 17px; }
.banner_textarea ul li:last-child { border: 0; }
.banner_textarea 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: #0F172A; font-size: 25px; font-weight: 500; margin: 0 0 20px; font-family: "Manrope"; text-transform:capitalize;}
.recover_account .icons_area { width: 100%; padding: 30px 90px; background: linear-gradient(90deg,rgba(15, 23, 41, 1) 0%, rgba(43, 117, 196, 1) 100%); border-radius: 15px; display: flex; justify-content: space-between; }
.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: 55%; background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(236, 239, 246, 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 h5 {font-family: "Manrope"; font-size: 25px; color: #0F1729;}


.service_area { background: radial-gradient(circle,rgba(43, 117, 196, 1) 0%, rgba(15, 23, 41, 1) 44%); }
.service_area .common_heading_area .gray_text, .service_area .common_heading_area :is(h2, h3, h4), .service_area .common_heading_area p { color: #fff; }
.service_area .common_heading_area .gray_text { background:#193866; border: 1px solid #2563eb; }

.service-card { padding: 30px; background: #fff; height: 100%; text-align: center; border-radius: 15px; }
.service-icon { margin-bottom: 15px; }
.service-card h3 { font-family: "Manrope"; font-size: 25px; padding-bottom: 15px; font-weight: 600; color: #0F172A; }
.service-card p { color: #475569; font-size: 16px; }



.timeline-item{display:flex;align-items:flex-start;position:relative;padding-bottom:10px;}
.timeline-item:last-child{padding-bottom:0;}
.timeline-number{width:48px;height:48px;min-width:48px;border-radius:50%;background:#2B75C4;color:#fff;font-size:18px;font-weight:700;display:flex;
justify-content:center;align-items:center; position:relative;}
.timeline-item:not(.last) .timeline-number::after{content:""; position:absolute; top:48px;left:50%;transform:translateX(-50%);width:2px;height:58px; border-left:2px dashed #2B75C4;}
.timeline-content{margin-left:24px;}
.timeline-content h4{font-family: "Manrope";font-size:25px;font-weight:600;margin-bottom:5px;color:#0F172A;}
.timeline-content p{font-size:16px;color:#2C313B;}

.choose_area { background: #F2F4FA; }
.choose_area .common_heading_area h2 { margin-bottom: 45px; color: #0F1729; }

.platform_error { position: relative; }
.platform_error .common_heading_area h2 { margin-bottom: 45px; }

.custom-accordion .accordion-item{ border:none;margin-bottom:18px; border-radius:18px !important; overflow:hidden; /* background:#2b232a; */}
.custom-accordion .accordion-button{background:#2B222A;color:#fff; font-size:25px; font-weight:500; padding:26px 35px; box-shadow:none;border:none; font-family: "Manrope";}
.custom-accordion .accordion-button:not(.collapsed){background: linear-gradient(90deg,rgba(15, 23, 41, 1) 16%, rgba(43, 117, 196, 1) 100%);color:#fff;}
.custom-accordion .accordion-body{background:#F2F4FA; color:#475569;padding:28px 35px;font-size:16px;line-height:1.4;}
.custom-accordion .accordion-button::after{ background-image:none; content:"\F282"; font-family:"bootstrap-icons";font-size:30px;color:#fff;transform:none;}
.custom-accordion .accordion-button:not(.collapsed)::after{content:"\F286";}
.accordion-button:focus{ box-shadow:none;}

.recovery-section{background: linear-gradient(90deg,rgba(15, 23, 41, 1) 16%, rgba(43, 117, 196, 1) 100%); border-radius:20px; padding:60px; overflow:hidden; margin-top:110px;}
.recovery-section::after{ position: absolute; left: 0; bottom: 0; width: 100%; height: 200px; background: #2C313B; content: ' '; z-index: -1; }
.image-area{ position:relative;display:flex; justify-content:center; align-items:center;}
.circle-bg{ position:absolute; width:330px;height:330px;background:radial-gradient(circle, rgba(29,66,109,1) 0%, rgba(29,66,109,1) 44.9%, rgba(26,54,91,1) 45%, rgba(26,54,91,1) 59.9%, rgba(22,43,73,1) 60%, rgba(22,43,73,.50) 100%); border-radius:50%; z-index:1;}
.phone-img{ position:relative; max-width:250px; z-index:2;}
.title{font-size:clamp(24px, 2.7vw, 50px);font-weight:500;color:#fff;line-height:1.1;margin-bottom:20px;}
.subtitle{font-size:25px; font-weight:700; color:#fff;margin-bottom:12px;}
.desc{ color:#fff; font-size:16px; margin-bottom:18px;}
.no-fee{font-size:25px; font-weight:600; color:#fff; margin-bottom:30px;}
.btn-orange{ background:#e6ff2a;color:#2C313B;border:none; border-radius:6px;padding:15px 35px; font-size:20px;font-weight:700; transition:.3s;}
.btn-orange:hover{ background:#c7e00b; color:#2C313B;}
.trust-img{ max-width:180px;}



.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:60px 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;}



.testimonial-card{
    background:#F2F7FA;
    border-radius:18px;
    padding:28px;
    display:flex;
    flex-direction:column;
    height:100%;
    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.testimonial-card .stars{
    color:#F4A261;
    font-size:18px;
    letter-spacing:3px;
}

.testimonial-text{
    color:#2C313B;
    font-size:17px;
    line-height:1.7;
    flex-grow:1;
    margin-bottom:30px;
}

.testimonial-card hr{
    margin:0 0 22px;
    border-color:#000000;
}

.testimonial-card h5{
    font-size:20px;
    font-weight:600;
    color:#2C313B;
}

.testimonial-card .small-text{
    color:#2C313B;
    font-size:17px;
}

.testimonial-card .highlight{
    color:#2B75C4;
    font-weight:700;
    font-size:18px;
    text-align:right;
}



.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 { /* height: 100%; */ 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; }
.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; }
}

@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; }
.custom-accordion .accordion-button { font-size: 20px; padding: 20px 35px; }
.custom-accordion .accordion-button::after { font-size: 20px; }
.banner_textarea .list { padding-bottom: 17px; }
.recover_account .icons_area { padding: 30px 40px; }
}

@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: #2B75C4; 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; }
.header_area .right_area { padding-right: 60px; }
.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; }
}


@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: 140px; margin-top: 50px;}
/* .banner_textarea .common_button { padding: 10px 15px; } */
.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_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 { margin-top: 50px; }
.recovery-section .image-area { margin-bottom: 35px; }
.recovery-section img { margin-top: 0; }
.info-box { max-width: 215px; margin: 0 auto; }
}

  
@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; }

.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; }
}


@media only screen and (max-width:576px) {
.banner::after { height: 90px; }
.banner_image { margin-bottom: 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; }

}

@media only screen and (max-width:480px) {
.header_area .logo { width: 170px; }
 header .container::after { right: -15%; }
/* .common_button, .common_button2 strong { font-size: 13px; }
.common_button2 { font-size: 13px; } */
.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; }

.header_button { display: none; }
.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; }
.header_button { display: none; }
.header_area .right_area { padding-right: 45px;}
.banner_textarea .list li { background: none; }
.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 10px 12px; }
.btn-orange { font-size: 14px; padding: 9px 10px; }
.footer-links a { display: block; }
}

