@font-face {
    font-family: 'Quitars';
    font-style: normal;
    font-weight: 400;
    src: local('Quitars'), url('https://fonts.cdnfonts.com/s/86474/Quitars.woff') format('woff');
}


*{
    padding: 0;
    margin: 0;
    border: 0;
}
body {
    font-family: Roboto !important;
}
a#myLauncher {
    cursor: pointer;
}
p{
    font-size: 16px;
}
a{
    text-decoration: none;
}
.middle{
    align-self: center;
}
ul.navbar-nav.navs.ml-auto {
    margin-left: auto;
}
.navs li {
    margin: 0px 0px 0px 50px;
}
.navs li a.nav-link.active{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.navs a.btn {
    border: 2px solid #43DC60;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 700;
}
.container.main_banner {
    padding-top: 2.5% !important;
}
.banner {
    height: 690px;
    background-image: url(../img/banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.middle{
    align-self: center;
}
.main_banner h1{
    font-size: 70px;
    font-weight:bold;
}
.main_banner h1 span{
    color: #43DC60;
}
.main_banner p{
    color: #06191D;
    line-height: 24px;
}
.main_banner .btn{
    border: 2px solid #43DC60;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 500;
}
.main_banner .btn a{
    color: #000;
}
.bg_gradient {
    background-image: linear-gradient(180deg, #26B7E7, #43DC60);
}
.form_gradient {
    padding: 40px 0px; 
    border-radius: 20px;
    width: 80%;
}
.form_gradient h2 {
    font-size: 33px;
    font-weight: 700;
}
.form_input input {
    width: 80%;
    padding: 15px 25px;
    margin: 10px 0px;
    border-radius: 35px;
}
.form_input input::placeholder {
     font-size: 16px;
     color: #767676;
}
.form_input {
    display: flex;
    justify-content: center;
}
.form_input_btn {
    display: flex;
    justify-content: center;
}
.form_input_btn input {
    background: #000;
    padding: 12px 35px;
    color: #fff;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 700;
    border: 2px solid #000;
}
.short_mob_center {
    align-items: center;
    display: flex;
}
.clients_carouse{
    padding: 50px 0px
}
.client-slider img {
    width: 50%;
    filter: grayscale(1);
}
.client-slider .slick-slide {
    justify-content: center;
    display: flex;
}
.client-slider button.slick-prev {
    display: none !important;
}

.client-slider button.slick-next {
    display: none !important;
}
.price_slider button.slick-prev {
    display: none !important;
}

.price_slider button.slick-next {
    display: none !important;
}
.testimonial_slider button.slick-prev {
    display: none !important;
}

.testimonial_slider button.slick-next {
    display: none !important;
}
.btn-wrap{
    justify-content: center;
    display: flex;
}
  .btn-wrap .prev-btn{
    margin: 0 10px;
    background: #fff !important;
}
  .btn-wrap .next-btn{
    margin: 0 10px;
    background: #fff !important;
}
.slider_hr {
    display: flex;
    justify-content: center;
}
.slider_hr hr {
    background: #767676;
    height: 1.5px;
    width: 75%;
}
 
.ready_to_drvie p{
    font-size: 18px;
}
.box_section h3{
    font-size: 33px;
    font-weight: 400;
    margin: 30px 0px;
}
.box {
    background: #43DC60;
    padding: 60px 65px;
    height: 430px;
    border-radius: 15px;
    width: 97%;
}
.box h5{
    font-size: 18px;
    font-weight: 700;
}
.box:hover {
    background: #26B7E7;
    transition: 0.45s;
}
.recent_work_section{
    padding: 20px 0px 50px 0px;
}
.sec_h2{
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio_tabs ul#myTabs {
    justify-content: center;
    border: none;
}
ul#myTabs li.nav-item .nav-link {
    background: transparent;    
    width: 180px;
    border: 2px solid #43DC60;
    border-radius: 50px;
    margin: 10px 20px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
}
ul#myTabs {
    margin-bottom: 40px;
}
ul#myTabs li.nav-item .nav-link.active {
    background-image: linear-gradient(90deg, #26B7E7, #43DC60);
    color: #fff;
    border-color: #fff;
}
ul#myTabs li.nav-item .nav-link:hover {
    background-image: linear-gradient(90deg, #26B7E7, #43DC60);
    color: #fff;
    border-color: #fff;
}
.portfolio_img img {
    box-shadow: 0px 0px 34px #00000020;
    border-radius: 10px;
}
.Call_to_action{
    padding: 50px 0px ;
    position: relative;
    z-index: 999;
}
.Call_to_action:before {
    content: '';
    background: #43DC60;
    width: 100%;
    height: 239px;
    display: block;
    position: absolute;
    bottom: 14.6%;
    z-index: -1;
}
.cta_img {
    width: 90% !important;
}
.cta_width {
    width: 77%;
}
.cta_width p{
   margin-top: 60px;
}
.cta_btn{
    margin-top: 40px;
}
.btn_quote{
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}
.btn_number{
    border: 2px solid #181818;
    background-color: #181818;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}
.btn_quote:hover{
 
    color: #fff;
 
}
.btn_number:hover{
 
    color: #fff;
 
}
.price_box{
    margin: 0px 10px;
}
.price_header {
    background: #26B7E7;
    padding:  0px 20px;
    height: 67px ;
     display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price_header h3 {
 
     
    font-size: 21px;
    font-weight: 500;
    align-self: center;
    margin-bottom: 0;
}
.price_body {
    padding: 30px 20px;
    background-color: #F8F8F8;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}
.price_body_1 h2 {
    font-size: 60px;
    font-weight: 700;
}
.price_sale {
    position: absolute;
    right: 0;
    top: -2%;
    padding: 25px 50px 15px 20px;
    background: #43DC60;
    border-radius: 10px 10px 0px 10px;
}
.price_sale p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}
.price_sale p span {
    text-decoration: line-through;
}
.price_body_2{
    height: 300px;
    overflow-y: scroll;
    margin-top: 30px;
}
.price_body_2 li {
    font-size: 16px;
    color: #767676;
    margin: 10px 0px;
}
.price_body_2 li::marker {
    color: #43DC60;
    font-size: 20px;
}
 
.price_body_2::-webkit-scrollbar {
    width: 10px;
  }
 
  .price_body_2::-webkit-scrollbar-track {
    background-color: #EBEBEB;
    border-radius: 10px;
  }
 
  .price_body_2::-webkit-scrollbar-thumb {
    background: #C3C3C3; 
    border-radius: 10px;
  }
  .price_body_3 {
    margin-top: 40px;
}
  .btn_order{
    background-image: linear-gradient(90deg, #26B7E7, #43DC60);
    border: 2px solid #F8F8F8;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}
.btn_order:hover{ 
    color: #fff;
}
.btn_livechat{
    border: 2px solid #43DC60;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 700;
    color: #26B7E7;
    margin-right: 15px;
}
.btn_livechat:hover{ 
    color: #26B7E7;
}
a.btn_livechat img{
    display: initial;
}
section.process_section {
    background: #181818;
    padding: 90px 0px;
}
.tab-content .tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow: hidden;
  }
  .process_box p {
    font-size: 18px;
    font-weight: 700;
}
.process_box ul {
    padding-left: 0;
}
.process_box {
    position: relative;
    background: #43dc60;
    padding: 50px 50px 30px 50px;
}
.process_number h3 {
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    font-size: 50px;
    font-weight: 700;
}
.process_number {
    position: absolute;
    top: -18%;
    left: 8%;
}
.process_row {
    margin-top: 120px;
}
.process_box {
    position: relative;
    background: #43dc60;
    padding: 80px 50px 30px 50px;
    border-radius: 10px;
}
.process_box li::marker{
    font-size: 20px;
}
.second_cta_img img{
    width: 90%;
}
section.second_cta {
    padding-top: 80px;
    position: relative;
}
section.second_cta:after {
    content: '';
    background-color: #26B7E7;
    width: 100%;
    display: block;
    position: absolute;
    height: 280px;
    bottom: 0;
    z-index: -1;
}
section.second_cta:before {
    content: '';
    background-image: url(../img/bg_cta.webp);
    width: 100%;
    display: block;
    top: -10%;
    bottom: -50%;
    height: -webkit-fill-available;
    position: absolute;
    background-size: cover;
    z-index: -1;
}
.regular{
    font-weight: 400;
}
section.industries {
    padding: 180px 0px 80px 0px;
    background: #EBEBEB;
    z-index: -4;
    position: relative;
}
.industry_box {
    padding: 30px;
    height: -webkit-fill-available;
    background: #fff;
    height: 115px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000012;
}
.industry_box h5 {
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
}
section.testimonial_section {
    padding: 60px 0px;
}
.testimonial_box {
    background: #F8F8F8;
  margin: 0px 10px;  
    padding: 30px;
    height: 370px;
    position: relative;
    border-radius: 10px;
}
img.aurthor_img {
    box-shadow: 0px 0px 12px #00000026;
    border-radius: 50%;
    width: 20%;
}
.testimonial_box p.text-center {
    font-size: 18px;
    color: #767676;
    width: 75%;
    margin-top: 10px;
}
.authorname h3 {
    font-size: 16px;
    font-weight: 700;
}
.left {
    float: right;
}
.row.authorname{
    position: absolute;
    width: 90%;
    bottom: 6%;
}
p.inverted {
    font-family: 'Quitars', sans-serif;
    font-size: 207px;
    color: #EBEBEB;
    position: absolute;
    top: -7%;
    line-height: 0.6;
}
.testimonial_main_box {
    padding: 30px;
} 
.testimonial_main_box {
    padding: 30px 0px;
}
.testimonial_slider ul.slick-dots li button {
    display: none;
}
.testimonial_slider ul.slick-dots li {
    padding: 0px 15px;
    list-style-type: square;
}
.testimonial_slider ul.slick-dots {
    padding-left: 7%;
    padding-right: 0px;
    display: flex;
    justify-content: center;
}
.testimonial_slider ul.slick-dots li::marker{
    font-size: 40px;
    color: #767676;
}
.testimonial_slider ul.slick-dots li.slick-active::marker
{
    color: #43DC60;
}
/*  */

.price_slider ul.slick-dots li button {
    display: none;
}
.price_slider ul.slick-dots li {
    cursor: pointer;
    padding: 0px 15px;
    list-style-type: square;
}
.price_slider ul.slick-dots {
    padding-left: 7%;
    padding-right: 0px;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.price_slider ul.slick-dots li::marker{
    font-size: 40px;
    color: #767676;
}
.price_slider ul.slick-dots li.slick-active::marker
{
    color: #43DC60;
}
.award_title{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
section.award_section {
    padding-bottom: 50px;
}
section.contact_form_section {
    background: #43dc60;
    padding-bottom: 0px;
    margin-top: 80px;
}
.contact_form {
    top: -11%;
    position: relative;
    border-radius: 20px;
    padding: 30px 70px;
    padding-bottom: 0px !important;
    background: linear-gradient(180deg, #26B7E7, #43DC60);
}
.contact_input input {
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 10px;
}
.contact_input textarea {
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    border-radius: 10px;
    resize: none;
}
:focus-visible {
    outline: none;
}
.contact_checkbox   {
    display: flex;
     padding-left: 10px;
}
.contact_checkbox label {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
.contact_checkbox input {
    border-color: #ffff;
    width: 15px;
    height: 15px;
    outline: #ffff;
    align-self: center;
}
.contact_btn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.contact_btn input {
    background: #000;
    color: #fff;
    padding: 14px 60px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #000;
}
.contact_btn input:hover {
    background: none;
    color: #fff;
     border-color: #fff;
}
footer.footer {
    background: #EBEBEB;
}
footer.footer {
    background: #EBEBEB;
    padding: 50px 0px;
    position: relative;
}
footer.footer:before {
    content: '';
    position: absolute;
    left: 0;
    background-size: cover;
    display: block;
    top: 0;
    background-image: url(../img/footer_left.webp);
    width: 31%;
    height: -webkit-fill-available;
    z-index: 999;
}
footer.footer:after {
    content: '';
    position: absolute;
    right: 0;
    background-size: cover;
    display: block;
    top: 0;
    background-image: url(../img/footer-right.webp);
    width: 31%;
    height: -webkit-fill-available;
    z-index: 999;
}
.social {
    background: #000;
    padding: 13px;
    border-radius: 10px 10px 0px 0px;
}
.social a {
    padding: 0px 6px;
}
.footer_details a{
    color: #4B4B4B;
    font-size: 14px;
    padding: 0px 10px;
}
 
p.copyright {
     
    font-family: lato;
    padding-top: 10px;
    color: #06191D;
}
.copyright a{
    color: #06191D;
}
/* Hover */
.btn_number:hover {
    background: none;
    border-color: #fff;
}
 
.btn_quote:hover {
    border-color: #181818;
    background: #181818;
}
.main_banner .btn:hover {
    background: #43DC60;
 
}
.main_banner .btn:hover a{
    color: #fff;
 
}
.navs a.btn:hover{
    background: #43DC60;
    color: #fff;
}
.form_input_btn input:hover{
    background: none;
    border-color: #fff;
    border: 2px solid #fff;
}
.btn_order:hover {
    background: transparent;
    border-color: #43dc60;
    color: #26b7e7;
}
.border_line {
    display: flex;
    justify-content: end;
    position: relative;
    top: -6%;
    margin-bottom: -4%;
}
.border_line hr {
    width: 94%;
    color: black;
    opacity: 1;
    height: 1.5px;
}
.footerbr{
    display: none;
}
@media screen and (max-width: 1400px) {
    .Call_to_action:before {
        content: '';
        background: #43DC60;
        width: 100%;
        height: 195px;
        display: block;
        position: absolute;
        bottom: 15.6%;
        z-index: -1;
    }
    footer.footer:before {
        content: '';
        position: absolute;
        left: -7%;
    }
    .border_line hr {
        width: 100%;
        color: black;
        opacity: 1;
        height: 2px;
    }
    
    .border_line {
        display: flex;
        justify-content: end;
        position: relative;
        top: -5%;
    
}
.btn_order {
    background-image: linear-gradient(90deg, #26B7E7, #43DC60);
    border: 2px solid #F8F8F8;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
}
.btn_livechat {
    border: 2px solid #43DC60;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 700;
    color: #26B7E7;
    margin-right:  5px;
}
}
@media screen and (max-width: 1200px) {
    .price_slider ul.slick-dots {
        padding-left: 9%;
    }
    .main_banner h1 {
        font-size: 55px;
     }
     .form_gradient {
        padding: 40px 0px;
    }
    .box {
        background: #43DC60;
        padding: 60px 35px;
        height: 430px;
        border-radius: 15px;
        width: 97%;
    }
    .Call_to_action {
        background: #43DC60;
    }
    .Call_to_action:before {
       display: none;
    }
    .cta_img {
        width: 100%;
    }
    .btn_quote {
        border: 2px solid #ffffff;
        border-radius: 50px;
        padding: 12px 20px;
        align-self: center;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin-right: 10px;
    }
    .btn_number {
        border: 2px solid #181818;
        background-color: #181818;
        border-radius: 50px;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin-right: 10px;
    }
    .laptop_none{
        display: none;
    }
    .cta_width {
        width: 100%;
    }
    .cta_width p {
        margin-top: 10px;
    }
    .cta_width h2.sec_h2 {
        color: #fff;
    }
    section.recent_work_section {
        padding: 50px 0px;
    }
    .industry_box {
        padding: 20px;
        height: 100px !important;
        background: #fff;
       
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px #00000012;
    }
    .industry_box img {
        width: 50px;
    }
    .row.authorname {
        position: absolute;
        width: 100%;
        bottom: 6%;
    }

    .testimonial_box p.text-center {
        font-size: 18px;
        color: #767676;
        width: 90%;
        margin-top: 10px;
    }
    .testimonial_box {
 
        padding: 30px 12px;
  }
  .contact_checkbox input {
    margin-top: 3px;
    align-self: auto;
}
footer.footer:before {
   display: none;
}
footer.footer:after {
    display: none;
}
section.second_cta h2.sec_h2 {
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.footerbr{
    display: block;
}
}
 

 

  @media screen and (max-width: 1024px) {
    .tab_none{
        display: none;
    }
  }

  @media screen and (max-width: 992px) {
    .price_slider ul.slick-dots {
        padding-left: 12%;
    }
    .main_banner h1 {
        font-size: 40px;
        font-weight: bold;
    }
    section.Call_to_action .col-md-6 {
        align-self: center;
    }
    section.Call_to_action .d-flex.cta_btn {
        display: block !important;
    }
    .last_cta_btn {
        display: block;
        width: fit-content;
    }
    .form_gradient.bg_gradient {
        width: 100%;
    }
    .btn_order {
        background-image: linear-gradient(90deg, #26B7E7, #43DC60);
        border: 2px solid #F8F8F8;
        border-radius: 50px;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin-right: 15px;
    }
    .btn_livechat {
        border: 2px solid #43DC60;
        border-radius: 50px;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 700;
        color: #26B7E7;
        margin-right: 0px;
    }
    .price_body_1 h2 {
        font-size: 45px;
        font-weight: 700;
    }
    .price_sale p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .price_header h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .short_mob{
        display: none;
    }
    .process_number h3 {
        background: #fff;
        padding: 20px;
        border-radius: 50%;
        font-size: 35px;
        font-weight: 700;
    }
    .process_row {
        margin-top: 85px;
    }
    .process_box {
        position: relative;
        background: #43dc60;
        padding: 65px 50px 30px 50px;
        border-radius: 10px;
        margin-bottom: 90px;
    }
    .industry_box img {
        width: 40px;
    }
    .industry_box {
        padding: 20px;
         
        background: #fff;
        height: auto !important;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px #00000012;
    }
    .testimonial_box {
       
        height: 330px;
        
    }
    .testimonial_slider ul.slick-dots {
        padding-left: 11%;
    }
    .navs li {
        margin: 0px 0px 0px 20px;
    }
    .navs li a.nav-link.active {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
    }
    .navs a.btn {
        border: 2px solid #43DC60;
        border-radius: 50px;
        padding: 12px 15px;
        font-size: 14px;
        font-weight: 700;
    }
    section.second_cta {
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }
    section.industries {
        padding: 100px 0px 80px 0px;
        background: #EBEBEB;
        z-index: -4;
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    .price_slider ul.slick-dots {
        padding-left: 15%;
        
    }
    .banner {
        height: auto;
    }
    .main_banner h1 {
        text-align: center;
        margin-top: 20px;
    }
    .main_banner p {
        text-align: center;
    }
    .mob_btn_centre {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .sec_h2 {
        font-size: 27px;
    }
    .ready_to_drvie p {
        font-size: 16px;
    }
    .box_section h3 {
        font-size: 27px;
    }
    .box {
        background: #43DC60;
        padding: 40px 35px;
        height: auto;
        border-radius: 15px;
        width: 97%;
    }
    .box p  {
        margin-bottom: 0px;
    }
    .last_cta_btn {
        display: inline;
    }
    .cta_width {
        margin-top: 30px;
        text-align: center;
    }
    section.Call_to_action .d-flex.cta_btn {
        display: flex !important;
        justify-content: center;
    }
    .testimonial_box {
        padding: 30px 22px;
    }
    .row.authorname {
        position: absolute;
        width: 96%;
        bottom: 6%;
    }
  .navbar-toggler {
 
        border-color: #43DC60 !important;
        border-width: 2px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    ul.navbar-nav.navs {
        display: block;
    }
    .navs li {
 
 
        margin: 0px 5px;
    }
    .navs a.btn {
        border: 2px solid #43DC60;
        border-radius: 50px;
        padding: 6px 24px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    section.second_cta:before {
       display: none;
    }
    section.second_cta:after {
        display: none;
     }
     section.second_cta{
        background-color: #26B7E7;
     }
     .second_cta_img {
        margin-top: 50px;
    }
    section.second_cta .col-md-6.middle {
        justify-content: center;
        display: flex;
    }
    section.second_cta h2.sec_h2 {
         text-align: center;
    }
    section.second_cta p {
        text-align: center;
    }
    .second_cta_img img {
        width: 100%;
    }
    section.industries {
        padding: 50px 0px;
        background: #EBEBEB;
        z-index: -4;
        position: relative;
    }
    .form_gradient {
        padding: 40px 0px;
        border-radius: 20px;
        width: 100%;
    }
    .cta_img {
        width: 100% !important;
    }
    section.process_section {
        background: #181818;
        padding: 50px 0px;
    }
    .Call_to_action {
        padding: 30px 0px;
    }
    section.recent_work_section {
        padding: 30px 0px;
    }
    section.testimonial_section {
        padding: 30px 0px;
    }
    ul.navbar-nav.navs {
        display: inline-block;
        text-align: end;
        width: 70%;
    }
    ul.navbar-nav.navs li{
        display: inline-block;
    }
    .width_mob{
        width: 100%;
    }
    .navbar-brand {
        width: 25%;
    }
    .navs li a.nav-link.active {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
    }
    a.nav-link.active img {
        width: 15px;
    }
    a.navbar-brand img {
        width: 100%;
    }
    
}
@media screen and (max-width: 576px){
    .industry_box {
         
        height: auto !important;
    }
}
@media screen and (max-width: 455px) {
    .navbar-brand {
        width: 100%;
        justify-content: center;
        display: flex;
        
    }
    a.navbar-brand img {
        width: 50%;
    }
    ul.navbar-nav.navs {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 10px 0px;
    }
 
}
@media screen and (max-width: 455px) {
    .mob_cta_btn{
        display: flex;
        justify-content: center;
    }
    section.Call_to_action .d-flex.cta_btn {
        display: block !important;
        justify-content: center;
    }
    section.Call_to_action .d-flex.cta_btn a {
        width: fit-content;
        display: block;
        margin: 10px 0px;
    }
    .contact_form {
        top: -11%;
        position: relative;
        border-radius: 20px;
        padding: 30px 30px;
    }
    p.copyright {
        
        font-family: lato;
        padding-top: 10px;
        font-size: 14px;
        color: #06191D;
    }
    .footer_details a {
        color: #4B4B4B;
        font-size: 11px;
    }
    .cta_btn {
        margin-top: 0px;
    }
    .short_mob_center {
        display: flex;
        justify-content: center;
    }
    .Call_to_action .cta_btn a.btn_quote{
        left: 15%;
        position: relative;
    }
    .last_cta_btn {
        left: 22% !important;
    }
    .footer_details img {
        width: 14px;
        margin-right: 10px;
    }
    .footer_details {
        text-align: initial;
    }

    .price_slider ul.slick-dots {
        padding-left: 18%;
    }
}