/*========================= Home page =============================*/
.footer_top{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 45px;
}
.each_foot_top_info ul{
    list-style: none;
    padding-left: 0;
}
.each_foot_top_info ul li{
    display: flex;
    gap: 10px;
    align-items: start;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-block: 15px;
}
.each_foot_top_box{
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 15px;
    height: 100%;
}
.footer_top .col-md-4:last-child .each_foot_top_box{
    border-right: unset;
}
.each_foot_top_info ul li:last-child{
    border-bottom: unset;
}
.each_foot_top_info ul li img{
    width: 18px;
    height: 18px;
}
.each_foot_top_info ul li a,
.each_foot_top_info ul li p{
    font-family: "Mabry Pro";
    text-decoration: none;
    font-weight: 700;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.each_foot_top_info ul li a:hover{
    opacity: 0.6;
}
.country_img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.australia_img{
    filter: unset;
}
.each_foot_top_info h5{
    margin-bottom: 0;
}
.each_foot_top_info{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-block: 25px 5px;
}
/* brand_slider */
.brand_slider{
    width: 100%;
    margin-top: 45px;
}
.each_brand{
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    border-radius: 15px;
}
.each_brand:hover img{
    transform: scale(1.1);
}
.each_barnd_box img{
    width: 70px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/* footer_bottom_inn */
.footer_bottom{
    border-top: 1px solid rgba(0,0,0,0.1);
}
.footer_bottom_inn{
    width: 370px;
    margin-left: auto;
    margin-top: 20px;
}
.footer_bottom_inn ul{
    list-style: none;
     display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer_bottom_inn ul li{
    flex-grow: 1;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;

}
.footer_bottom_inn a{
    display: inline-block;
    height: 42px;
}
.uc-footer-bottom P{
    text-align: left;
}
.footer_bottom_inn a img{
    width: 100%;
    height: 100%;
}
.footer_bottom_inn li:hover{
    transform: scale(1.1);
}
.policy_link a{
    font-size: 16px;
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-weight: 700;
}
.policy_link a:hover{
   opacity: 0.6;
}
.logo_img{
    width: 200px;
}
.logo_foot_img{
    width: 200px;
}
.footer_end_txt{
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    font-weight: 500;
}
/*==== footer_dark_version ====*/
.uc-dark .each_brand{
    border: 1px solid rgba(255, 255, 255,0.3);
}
.uc-dark .policy_link a{
    background-color: rgba(0,0,0,0.3);
}
.uc-dark .country_img{
    filter: brightness(10);
    -webkit-filter: brightness(10);
}
.uc-dark .each_foot_top_info ul li img,
.uc-dark .australia_img{
 filter: invert(1);
 -webkit-filter: invert(1);
}
.uc-dark .footer_top{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.uc-dark .footer_bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.uc-dark .each_foot_top_info{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.uc-dark .each_foot_top_box{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.uc-dark .each_foot_top_info ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*==== price section ====*/
.custom_pan{
    border-radius: 16px;
    border:1px solid rgba(131, 131,131, 0.25);
    margin-bottom: 80px;
}
.custom_pricing_res_outer .panel:not(:first-child) > span:first-child{
   display: none;
}
.price_cartoon_img{
    display: none;
}
.custom_pricing .uc-subnav{
    width: 250px;
    margin:0 auto;
}
/*==== main_features_area ====*/
.main_features_area figure{
    width: 80px;
    height: 80px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_features_area .featured-image img{
    width: 100%;
    height: 100%;
}
.main_features_area .vstack h4{
    font-size: 17px !important;
}
/*==== uc_cta section ====*/
.each_automation{
    position: relative;
}
.each_automation:after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: rgba(226, 255, 94, 1);
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.each_automation_outer .col-md-6:last-child .each_automation:after{
    display: none;
}
.darkmode-trigger{
    display: none !important;
}
/*========================= pricing page =============================*/
.pricing_inner_tab{
    width: 100%;
}
.pricing_inner_tab ul{
    width: 500px !important;
    margin: 0 auto 50px;
}
.pricing_buttons ul{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 40px;
}
.pricing_buttons ul li a{
    text-transform: capitalize;
}
.plans_lst{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center;
    padding-left: 0;
}
.plans_lst li{
    display: flex;
    align-items: center;
}
.plans_lst li span{
    background-color: rgba(226, 255, 94, 1);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.plans_lst li span .icon-1{
    font-size: 16px !important;
    line-height: 20px;
}
.table_outer_custom_main table .title{
    text-align: center;
}
.table_outer_custom_main table td{
    border-left: 1px solid #dedede !important;
    text-align: center;
}
.table_outer_custom_main table td span{
    margin: 0 auto;
}
.table_outer_custom_main .uc-table{
    margin-bottom: 0;
}
.table_outer_custom .rounded-1-5{
    overflow: hidden;
}
/*========================= service page =============================*/
.feedback_slider{
    position: relative;
}
.feedback_slider .custom_arrow{
    bottom: 20px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    color: rgba(30,149,121,1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    box-shadow: 0 .125rem .25rem 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0 .125rem .25rem 0px rgba(0,0,0,0.16);
}
.feedback_slider .custom_arrow:hover{
    background-color: rgba(30,149,121,1);
    color: #fff;
}
.feedback_slider .swiper-prev{
    left: auto;
    right: 60px;
}
.feedback_slider .swiper-next{
    right: 120px;
}

/*========================= AI services page =============================*/
.ai_srivice_ban_custom h1{
    font-size: 50px !important;
    line-height: 1.2 !important;
}
.transforming_area .plans_lst{
    flex-direction: column;
    margin-bottom: 0;
    gap: 18px;
}
.transform_img_area img{
    width: 215px;
}
.transforming_area_wrap{
    width: 100%;
    max-width: 600px;
}
.transforming_area .title{
    font-size: 40px !important;
}
.ai_feature_area figure {
    width: 25px;
    height: 25px;
}
.ai_feature_area figure::after{
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(226, 255, 94, 1);
    z-index: -1;
}
.sholud_ai_area .vstack{
    padding: 40px !important;
}
.sholud_ai_area .plans_lst{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    height: 100%;
}
.sholud_ai_area_row {
    width: 100%;
    max-width: 700px;
    margin: 0 auto !important;
}
.sholud_ai_area_img img{
    width: 300px;
    height: 277px;
}
.process_num{
    font-size: 50px;
    font-weight: 700;
    opacity: 0.09;
    position: absolute !important;
    top: 0 !important;
    left: 10px !important;
}
/*========================= modal =============================*/
.pricing_modal .modal_heading{
    background-color: rgba(226, 255, 94, 1);
    color: rgba(22, 64, 75, 1) !important;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.pricing_modal .modal_heading span{
    font-size: 16px;
}
.pricing_modal .uc-modal-close-default{
    padding: 0;
    border-radius: 100%;
    border: unset;
}
.pricing_modal_form input,
.pricing_modal_form select{
    height: 45px;
    border-radius: 5px;
    padding: 10px;
}
.pricing_modal_form .form-check-input{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    padding: 5px;
}
.pricing_modal .uc-modal-dialog{
    width: 800px;
    height: 700px;
    overflow-y: scroll;
    top: 145px;
}
.modal_cartoon_img{
    top: 15px;
    left: 50%;
    transform: translateX(-50%) !important;
}