
* , h1,h2,h3,h4,h5{
    font-family: "Roboto", sans-serif;
}
.fs-6 {
    font-size: 14px !important;
}


.btn-primary{
    background: linear-gradient(45deg, #F69220, #F05A26);
    color:white;
    font-weight: 800;
    border:#F05A26;
    border:1px solid #F05A26!important;
}

.btn-primary:hover{
    border:1px solid #F05A26;
    background: linear-gradient(45deg, #F05A26, #bb4b26)!important;
}

.btn-dark:hover{
    background: linear-gradient(45deg, #000, #000)!important;
}

.text-primary{
    color:#F05A26 !important;
  }

  .bg-primary{
    background:#F05A26 !important;
  }

  .btn-outline-primary{
    color:#F05A26!important;
    font-weight: 800;
    border:1px solid #F05A26!important;
}

.btn-outline-primary:hover{
    color:white!important;
    border:1px solid #F05A26!important;
    background: linear-gradient(45deg, #F05A26, #bb4b26)!important;
}


html {
    scroll-behavior: smooth;
}

#feature,
#what_we_offer
{
    scroll-margin-top: 100px;
}

#video_tutorials,
#pricing {
    scroll-margin-top: 120px;
}

.get_started{
    color:white;
    text-decoration: none;

}
.get_started:hover{
    color:white;
    text-decoration: none;

}
.footer-margin-top{
    padding-top: 110px;
}

.graycyan {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.graycyan:hover{
    color:#F05A26;
    text-decoration: none;
}
.foo_copy1 a:hover{
    text-decoration: none;
}
.kz_slider_btn:hover{
    background-color:#F05A26;
}
.alternate_signup_btn:hover{
    background-color:#F05A26;
}
.client_btn:hover{
    background:#F05A26;
}
.alternate_signup_btn{
    background:#000;
    color:#fff;
    border:none;
    padding: 5px 20px;
    margin:0 auto;
    border-radius: 0.25rem;
    z-index: 100;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
        
}

.alternate_signup h4{
    /* padding-right: 50px; */
    color:white;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}

.alternate_signup{
    position: relative;
    top: -30px;
    display: flex;
    border-radius: 0.25rem;
    align-items: center;
    height: 65px;
    justify-content: center;
    background: url(../uploads/bgcta.webp) no-repeat center / cover;
}


.padding-bottom{
    padding-bottom: 0px !important;
    line-height: 30px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.header_wrapper {
    background-color: #fff;
    display: flex;
    width: 100%;
    z-index: 100;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    /* padding: 10px; */
    
}
.logo {
    width: 20%;
}
.logo img {
    width: 100%;
    height: auto;
}

.kz_menu {
    display: flex;
    gap: 40px;
    align-items: center;
    list-style-type: none;
}
.kz_menu a {

    color: #000;
    font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
    text-decoration: none;
 
}
.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    transition: all 0.3s ease;
}
.hamburger div {
    width: 25px;
    height: 3px;
    background-color: #333;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animation for the cross icon */
.hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active div:nth-child(2) {
    opacity: 0;
}
.hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.sign_up{
    font-weight: 700 !important;
    padding:8px 20px;
    border-radius: 0.25rem;
    background: #F5803E;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    color: white !important;
}
.sign_up:hover{
    color: white !important;
    background: #c46632;
    text-decoration: none;
}
.sign_in_btn{
    color:#fff !important;
    padding:8px 20px;
    font-weight: 700 !important;
    border-radius: 0.25rem;
    background: #000;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    }
.sign_in_btn:hover{
    color: white !important;
    background: #c46632;
    text-decoration: none;
}
.alernate_bg{
    background-color: #FDE5CB;
}

.auth_buttons_mobile{
    display: none;
}

.a {
    text-decoration: none;
}

.contact-confirmation-bg{
    background-image: url(../uploads/images/contact-confirmation-bg.png);
    padding: 50px;
    background-size: cover;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center; 
}

hr.cc_line {
    background: #F05A26;
    height: 2px;
    margin-top: -9px;
}
.cc_heading{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.modal-content{
    background-color: none !important;
    background: url(../uploads/bgcta.webp) no-repeat center / cover !important;
}

.form-check-input:checked {
    background-color: #030303;
    border-color: #080909;
}

.bg_footer{
    margin-top: 60px;
    background:url(../uploads/FOOTER_bg.webp) no-repeat;
 background-size: cover;
 height: auto;
}
.foo_right{
    width:50%;
    float:right;
    display: inline;
}
.foo_left{
    width:50%;
    float:left;
    display: inline;
}
.bg_footer form , .Contactform form{
    margin-top: 5%;
    padding: 50px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    width: 80%;
}
.foo_L a{
    text-decoration:none;
    color:#000;
}
.foo_L{
/* position: absolute;
bottom: 10px; */

}
.foo_right h2, .foo_right p{
    text-align: center;
}
.first_f input , .second_f input{
    width:100%;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    padding: 11px;
}
/* .second_f{
    width:40%;
} */
.foo_right input[type="textarea"] , .Contactform textarea {
    width:100%;
    height:70px;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    padding: 11px;
    margin-top:20px;
}
.first_f , .second_f{
    display: flex;
    gap:20px;
    margin-top: 20px;
}
.logo-carousel {
    width: 80%;
    margin: 0 auto;
}
.logo-carousel img {
    max-width: 100px;
    max-height: 100px;
}
.Client-logo-carousel{
    width:70%;
}
.client_logo{
    display: flex;
}
.hd_red{
 
    color:#F05A26;
}

    .mn_service{
        background:#FEF4E8;
        background-repeat: no-repeat;
        background-size: cover;
         padding:50px 0px 0px 0px;
    }
   
    .mn h2{
        text-align: left;
        color: #000;

font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 120% */
text-transform: capitalize;
    }
    .rd_500{
        color: #F05A26;
        font-weight: 500;
        font-size: 15px;
    }
    .icon_bx p{
        line-height: 17px;
        font-size: 15px;
        font-weight: 500;
        color: #000;

        padding: 5px 0px;
    }
.mn h1{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.mn .inner_content{
    padding-left: 30px;
}
.icon_bx{
    margin-top:30px;
}
.icon_bx span{
    font-weight: 300;
}
.inner_sec img {
    /* width: 40px; */
}
.cta_section{
    margin: 100px 0px;
    display: flex;
    align-items: center;
    height: 386px;
    background: url(../uploads/bgcta.webp) no-repeat center / cover;
}

.cta_colmn{
    display:flex;
    align-items: center;
}
.cta_colmn h1{
    line-height: 45px;
    font-weight: 700;
    font-size: 45px;
    color: #fff;

}
button.kz_submit {
    border-radius: 0.25rem;
    background: #000;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10); */
    padding: 4px 20px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    border: #F05A26;

}
.kz_submit:hover{
    border: #F5803E;
    background-color:#F5803E;
}
.Contactform h2 {
    font-weight: 700;
    text-align: center;
}
.Contactform p{
text-align: center;
font-size: 15px;
font-weight: 200;}
.Contactform{
    margin-top:-40px;
}
.submit_btn{
    text-align: center;
}
.form input::placeholder , textarea.kz_textarea::placeholder{
    color:#000;
    font-size: 15px;
    font-weight: 400;
}
.video_container{
    align-items: center;
   background:#060608;
   border-radius: 30px;
}
.video_container h3{
color:#fff;
font-size:40px;
font-weight: 700;
}
.video_col{
display: flex;
align-items: center;
justify-content: center;
}
.progress_row{
text-align: center;
}

.client_btn{
border-radius: 0.25rem;
background: #000;
font-family: 'Roboto' , sans-serif;
color:#fff;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
padding:6px 20px;
border: none;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);

}

.client_video_container{
    background: url('../uploads/orange.png');
    background-repeat: no-repeat;
    background-size: cover;

}
.client_video_container .content{

    align-items: center;
}
.line_steps{
width: 72% !important;
margin-bottom: -269px !important;
margin: 0 auto;
}
.para {
 
    margin: -50px 0px 30px 0px;
}
.client_content{
    align-items: center;
}
.client_content p{
    font-weight: 600;
    font-size: 18px;
}
.client_video_container .client_content{
    padding:100px;
}
.client_video_container{
    border-radius: 50px;
/* 
box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25); */
}
.video-slide {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-slide video, .video-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.foo_first_cont{
    padding-left: 12px;
    display: flex;
    align-items: center;
}
.foo_first_cont a , .foo_first_cont a:hover{
    color: #000;
    text-decoration: none;
}
.foo_first_cont a:hover{
    color:#F05A26;
}
.carousel-caption h2 , .carousel-caption p{
color: #fff;
}

.Contactform .error_container p{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin:1px;
}

/* pricing table */

.pricing-card {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.pricing-card .price {
    font-size: 1.5rem;
    color: #333;
}

.pricing-card .price-amount {
    font-weight: bold;
}

.pricing-card.popular {
    border: 2px solid #F5803E;
    background-color: #f9f9f9;
}

.popular .card-title {
    color: orange;
}

.list-group-item {
    border: 0;
    padding: 0.75rem 1rem;
}

#annually-btn.active, #monthly-btn.active {
    background-color: #F5803E;
   
    padding:11px 35px;
    color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px; 
    border-radius: 50px;
}
#annually-btn.active .badge , #monthly-btn.active .badge {
    display: block;
}
  
#annually-btn .badge , #monthly-btn .badge{
    display:none ;
}
#annually-btn:focus  , #monthly-btn:focus{
box-shadow: none;
}
.btn-group-toggle .btn {
    border-radius: 50px;
}
.pricing-table .card{
border:none !important;
padding: 0;
}
.pricing-table tr:last-child , .pricing-table tr:first-child{
    border:transparent;
}
.pricing-table .card-body>.col-md-12{
    padding: 0;}
.pricing-table .card-body{
    padding:0;
    margin:0;
    border-radius: 23px;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.pricing_table_cont .btn-group.btn-group-toggle.mt-3{
border-radius: 60px;
background: #FFF;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);}
.green_tick{
    background-image: url(../uploads/greentick.png);
    background-repeat: no-repeat;
    background-position: center;
}
.cross_tick{
    background-image: url(../uploads/X.png);
    background-repeat: no-repeat;
    background-position: center;  
}
.pricing-card td , .pricing-card th{
    width:25%;
}
.pricing-table th ,.pricing-table td  {
    width:25%;
}

#annually-btn.active:focus , #monthly-btn.active:focus{
    box-shadow: none;
}
sup.kz_table_symbol{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
}
.pricing-table .kz-amount{
    font-size: 45px;
    color: #000;
    line-height: 40px;
    font-weight: 700;

}
.pricing-table .table thead th {
    padding: 3px 3px 20px 3px;}
.kz_table_para {
    color: #000;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 300;
margin-bottom: 0;
line-height: 20px; 
}
.kz_toggle_label{
    color: #000;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 266.667% */
}
.pricing-table .table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #F9FAFD !important;
    --bs-table-bg-type:transparent !important;
}
.pricing-table .table-striped>tbody>tr:nth-of-type(odd)>* {

    --bs-table-bg-type:transparent !important;
}
    
    .table thead th , .table thead td{
        vertical-align: bottom;
        border: 1px solid #F1F1F1 !important;
    }
    .table td, .table th{
        border-left: 1px solid #F1F1F1;
    }
    .kz_price_btn{
       
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 20px;
        border: none;
        color: #fff;
        border-radius: 0.25rem;
        background: #000;
        padding:8px 30px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    }
    .kz_price_btn:hover{
        background:#F5803E;
    }
    .btn .badge {
        position: absolute !important;
    padding: 3px 8px;
        top: 37px !important;
        left: 67px !important;
    }
    .kz_recomm{
        color: #F05A26;
        text-align: center;
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 173.913% */
    }
    .pricing-table th h3{
        color: #000;
        padding-bottom: 15px;
        text-align: center;
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px; /* 173.913% */
    }
    .pricing-table .table thead th:nth-child(3){
        border-radius: 20px !important;
border: 5px solid #F69220 !important;
border-bottom: none !important;
    }

    .pricing-table .table td:nth-child(3) , .pricing-table .table-striped>tbody>td:nth-child(3)>*{
        border-left: 5px solid #F69220 !important;
        border-right: 5px solid #F69220 !important;

    }
    td.kz_featured_col{
        border-bottom:5px solid #F69220 !important;
    }
    .btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn , .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle){
        color: #000;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
    }
    
      .video_container .carousel-indicators li {
        background-color: #ccc;
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 2px;
        cursor: pointer;
      }
      
      .video_container .carousel-indicators .active {
        background-color: #F05A26;
        border-color: #F05A26;}
/* end*/

.kz_slider .carousel-caption{
    top:50px;
}
.kz_slider h2{
    color: #FFF;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.kz_slider p{
    color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.main_wrapper.container-fluid.kz_slider {
    padding-top: 117px;
}
/* banner slider*/

.kz_slider .carousel-item {
    transition: none; 
}


.kz_slider .carousel-caption h2, .carousel-caption p {
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.8s ease, transform 0.8s ease; 
}


.kz_slider .carousel-item.active .carousel-caption h2,
.kz_slider .carousel-item.active .carousel-caption p {
    opacity: 1; 
    transform: translateY(0); 
}

.scroll-arrow {
    display: none;
}
.scroll-arrow.left {
    left: 20px;
    font-size: xxx-large;
}
.scroll-arrow.right {
    right: 20px;
    font-size: xxx-large;
}

.video_sec{
    z-index: 99;
    position: relative;
}



.kz_slider .carousel-control-prev-icon {
    bottom: 22%;
    left: 20px;
    position: absolute;}

    .kz_slider .carousel-control-next-icon {
        bottom: 22%;
        right: 20px;
        position: absolute;}
        .video_sec video{
            width:100%;
        }
        .testimonial {
            text-align: center;
            position: relative;
            max-width: 800px;
            margin: 0 auto;
          }
          
          .testimonial p {
            font-size: 1.2rem;
            font-style: italic;
            margin: 20px 0;
          }
          
          .testimonial h5 {
            margin-top: 20px;
            font-size: 1rem;
            font-weight: bold;
          }
          
          .quote-icon-left {
            position: absolute;
            left: -80px;
            top: -50px;
       
          }
          
          .quote-icon-right {
            position: absolute;
            right: -40px;
            bottom: -20px;
           
          }
          #testimonialCarousel{
            padding:60px 10px;
            height: 400px;
          }
          #testimonialCarousel .carousel-indicators li {
            background-color: #D9D9D9;
            width: 12px;
            height: 12px;
            border-radius: 50%;
          }
          
          #testimonialCarousel .carousel-indicators .active {
            background-color:#F99D1B; 
          }
          
          .foo_copy1{
          border-top: .6px solid #F05A26;}
          .foo_copyright{
            margin-top:-15px;
            color: #000;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
          }
          .foo_copy1 p{
            padding-top:10px;
          }
          .kz_menu a:hover{
            color:#F99D1B;
            text-decoration: none;
          }



/* Pricing table css start */
.pricing-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pricing-card-header {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.pricing-card-body {
    padding: 15px;
}

.most-popular {
    background-color: rgba(245, 90, 38, 0.1);
    border: 2px solid #F5803E;
}

.feature-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-name {
    flex-grow: 1;
}

.feature-value{
    padding-left: 5px;
}
/* Pricing table css start */



/* container for all of the switch elements 
    - adjust "width" to fit the content accordingly 
*/
.switches-container {
    width: 20rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: white;
    line-height: 2rem;
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);

}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #F5803E;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: -1.85rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 3rem;
    background: #F5803E;
    height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    font-size: larger;
    font-weight: bold;
    display: block;
    color: white;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

#saveBadge {
    position: absolute;
    top: 85%;
    left: 25%;
    transform: translateX(-50%);
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 12px;
    color: white;
    z-index: 11;
    background:black;
  }
  


  /* Media query for tablets */
@media only screen and (max-width: 1024px) {
    .kz_slider h2 {
        font-size: 20px;
    }
}

@media(min-width:900px){
    th.text-start{
        padding-left: 20px;
    }
    .video_slider{
        padding: 30px;
    }
    .client_logo img{
        width:100px;
    }
    .client_logo{
        padding:20px 0px;
    }
    .mn .inner_section:nth-child(odd){
        flex-direction:row-reverse ;
    }
    .mn .inner_section .image_section IMG{
        /* width:100%; */
    }
    .mn .inner_section:nth-child(odd) .image_section{
        width:60%;
    }
    .mn .inner_section:nth-child(odd) .inner_content{
        width:40%;
    }
    .mn .inner_section {
        padding-top:30px;
        display: flex;
        align-items: center;
    }
}


@media(min-width:900px){
    #testimonialCarousel .carousel-indicators {
         padding:30px 0px;
        margin-right: -53%;
        top: 0;
        margin-top: -36px;
        position: absolute;
        right: 0;
        transform: rotate(90deg);
     
     
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
      
        list-style: none;
    }
    .logo img {
        width: auto;
        height: auto;
    }
}

@media(min-width:747px){
.kz_slider_btn{
    background:#000;
    color:#fff;
    border:none;
    padding: 10px 20px;
    margin:0 auto;
    border-radius: 0.25rem;
    
    position: absolute;
    margin-left: -78px;
    bottom: 20px;
        color: #FFF;
        text-align: center;
        
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; 
    }
}
          

@media (max-width: 768px) {
    .bg_footer form, .Contactform form{
        width:100% !important;
        padding: 20px !important;
    }
    .kz_price_btn{
        padding:8px 12px !important
    }
    .pricing-table .kz-amount{
        font-size: 35px !important;
    }
    sup.kz_table_symbol{
        font-size: 30px !important;
    }
    .cta_colmn h1{
        padding:25px 0px;
        font-size: 40px;
        line-height: 40px;
    }
    .cta_section{
        margin:50px 0px !important;
        height:auto !important;
    }
    .mn .image_section img {
        width: 100%;
    }
    .line_steps{
        display: none;
    }
    .kz_menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #f8f8f8;
        width: 100%;
        text-align: center;
    }
    .kz_menu.active {
        display: flex;
    }
    .hamburger {
        display: flex;
    }
    .col.cta_colmn {
        text-align: center;
    }
    .image_section {
        padding-top: 20px;
    }

    .alternate_signup{
        display: flex;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        top: -45px;

    }

    button.alternate_signup_btn{
        margin-left: 0px !important;
    }

    .auth_buttons_mobile{
        display:block;
        padding-left: 40px
    }
    .sign_in_btn, .sign_up{
        padding: 4px 18px !important;
    }
    .hide_on_smaller_screen{
        display: none;
    }
    .contact-confirmation-image{
        width: 300px;
    }

    .Contactform {
        margin-top: 46px !important;
    }
}

@media (max-width: 768px) {
    /* .slide_ht{
        height: 210px;
    } */

    .kz_slider .carousel-inner{
        overflow: visible;
    }
    .header_wrapper{
        padding:10px 20px;
        justify-content: space-between;

    }
    .kz_menu.active {
        display: flex;
        gap: 23px;
        padding-bottom: 20px;
        margin-top: 12px;
        background-color: #f6f6f6;
        box-shadow: 3px 5px 5px #d7d3d3;
    }
    .client_logo{
        margin-top:40px;
    }
    .kz_slider_btn{
        background:#000;
        color:#fff;
        border:none;
        padding: 5px 20px;
        margin:0 auto;
        border-radius: 0.25rem;
        z-index: 100;
        position: absolute;
        margin-left: -90px;
        bottom: -60px;
        color: #FFF;
        text-align: center;
        
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
            
    }

        .header_wrapper .logo{
     width:40%;
        }
        .main_wrapper.container-fluid.kz_slider{
            padding-top:80px;
        }
    .kz_slider h2{
        color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    }
    .client_video_container{
        padding: 0;
        border-radius: 0px;
        margin:0;
        background-position: center center;
    }
    .client_logo .slick-initialized .slick-slide {
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center !important;
        margin-top: 10px;
    }
   /* slider para hide*/
    .kz_slider p{
     display: none;
        color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    }
    .kz_slider .carousel-caption h2, .carousel-caption p {
        transition: none;
    }
    .kz_slider .carousel-caption{
        top:-4px;
        width:80%;
    }
    .bg_footer form, .Contactform form{
        margin-top:25%;
    }
    .bg_footer{
        padding-top:30px
    }
    .scroll-arrow {
        display: block;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #F05A26;
        cursor: pointer;
        z-index: 9999;
        font-size: 200%
    }
}



@media(max-width:600px){
    .video_col{
        justify-content: start;
     
    }
    .video_container{
        padding: 30px !important;
    }
    .mn h1{
        font-size: 26px;
    }
    .kz_menu{
        padding:10px;
        top:48px;
        z-index: 1;
    }
    html , body{
        overflow-x: hidden;
    }
    .client_video_container .client_content{
        padding:45px;
        gap:20px;
    }
    .client_logo{
    flex-direction: column;
    text-align: center;
    padding:20px 0px;
    }
    .client_logo .slick-slide img{
        width: 100px;
        text-align: center;
    }
    .foo_first_cont{
        display: flex;
        /* align-items: flex-start; */
        flex-direction: column;
    }
    .footer-margin-top {
        padding-top: 0px;
        text-align: center;
    }
    #annually-btn.active .badge, #monthly-btn.active .badge {
        margin-top: 20px;
    }
    .cta_colmn {
        text-align: center;
    }

    .image_section {
        padding-top: 20px;
    }
}


  /* Media query for mobile devices */
@media only screen and (max-width: 600px) {

    #testimonialCarousel{
       height: 650px;
    }

    .foo_copy1 {
       text-align: center !important;
    }
}

