
body{
    font-family: 'Nunito Sans', sans-serif;
    font-weight:400;
    background-color: #fff;
}
.fw_700{font-weight: 700;}
.fw_600{font-weight: 600;}
.bg_f6f8fa{background-color: #F6F8FA;}
.border1{border: 1px solid #E3E7ED;}
.cus_nav{width: 100%;padding: 0rem 1rem !important;}
.cus_nav .nav-link{color: #000 !important;font-size: 14px;}
.navbar-toggler .toggle_icon{
    width: 24px;
    height: 18px;
    background-repeat: no-repeat;
    color: #000;
}
.navbar-toggler.collapsed .toggle_icon{
    background-image: url(../webimages/toggle_icon.svg);
}
.navbar-toggler .toggle_icon:after{
    content: '\2716';
    font-size: 21px;
}
.navbar-toggler.collapsed .toggle_icon:after{content:'';}
.nav_tbtn:focus{outline: none;}
.navbar_mt{margin-top: 60px;}
.cus_nav .notify_count{
    font-size: 12px;
    width: 19px;
    height: 19px;
    background: #EA5050;
    position: absolute;
    top: -3px;
    right: 0px;
    border:1px solid;
}
.user_profile{position: relative;}
.cus_nav .profile_dp{width: 32px;height: 32px;}
.profile_info{
    border-top: 3px solid #1C6FB9;
    position: absolute;
    box-shadow: 0px 0px 5px 2px #E3E7ED;
    width: 240px;
    left: -120px;
    top: 47px;
}
.profile_info .user_mail{color: #AAAEBA;}
.profile_info .fs13{font-size: 13px;}
.profile_info .fs14{font-size: 14px;}
.profile_info .account_icons{
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.edit_profile{background-image: url(../webimages/edit_profile.svg);}
.view_profile{background-image: url(../webimages/view_profile.svg);}
.profile_setting{background-image: url(../webimages/profile_setting.svg);}
.logout_profile{background-image: url(../webimages/logout_profile.svg);}
.search_inp{height: 50px;color: #696D79 !important;}
.search_inp::placeholder {color: #696D79;}
.search_img{cursor:pointer;}
.desk_search{
    position: absolute;
    /*right: 7.5rem;*/
    right: 5px;
    top: 30px;
    display:none;
    width: 550px !important;
}
.search_position{position: relative;}
.mob_search_img{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #1E70B9;
}
.mob_search_inp{
    height: 40px;
    padding-right:12px;
    text-overflow: ellipsis;
}
.mob_search_inp ~ .mob_search_img .cross_icon{display:none;}
.mob_search_inp:focus ~ .mob_search_img img{display:none;}
.mob_search_inp:focus ~ .mob_search_img .cross_icon{
    display:block;
    color: #000;
    z-index: 3;
    font-size: 25px;
    width: 25px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    height: 30px;
    line-height: 30px;
}
.mob_search_inp ~ .mob_search_img img{display:block;}
.search_output{
    width: 500px;
    min-height: 158px;
    position: absolute;
    right: 15px;
    top: 60px;
    font-size: 13px;
    color: #000;
    display: none;
    font-weight: initial;
}
.search_output b{
    font-weight: bold;
    font-size: 15px;
}
.mob_search{background-color: #D3D8DD;position: relative;}
.mob_search .search_output{
    display: none;
    top: 63px;
    left: 0px;
    z-index: 2;
    width: 300px;
    left: 39px;
}
.cross_icon_desktop{
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 25px;
    width: 30px;
    height: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.cus_nav .lang_btn{
    /* min-width: 90px; */
    padding: 0px 8px;
    height: 34px;
    font-size: 12px;
    justify-content: space-evenly;
    border: 1px solid #EA5050;
}
.cus_nav .lang_btn #toggle_it{
    background-image: url(../webimages/lang_dchevron.svg);
    background-repeat: no-repeat;
    width: 13px;
    height: 8px;
}
.cus_nav .lang_btn:hover {background-color: #FFF6F6;border-color: #EFD8D8;}
.cus_nav .lang_btn #toggle_it{
    transform: rotate(0deg);
}
.cus_nav .lang_btn.show #toggle_it{
    transform: rotate(180deg);
}
.cus_nav .lang_btn.show{
    background-color: #FFF6F6;border-color: #EFD8D8;    
}
.lang_btn .dropdown-toggle::after, .user_profile .dropdown-toggle::after{display:none;}
.lang_btn.dropdown .btn:focus, .user_profile.dropdown .btn:focus{box-shadow: none;}
.cus_nav .lang_drop{
    left: auto;
    right: 0;
    top: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #404040;
    width: 20rem;
}
.mob_lang_link .dropdown-item:focus,.mob_lang_link .dropdown-item:hover{background-color: initial;}
.lang_drop .dropdown-divider{border-color: #E3E7ED;}
.lang_drop .dropdown-item.active_lang,.mob_lang_link .dropdown-item.active_lang{
    background-color: #1e70b9;
    color: #fff;
}
.lang_drop .dropdown-item.active_lang span,.mob_lang_link .dropdown-item.active_lang span{margin-left:5px}
.search_output a{
    min-height: 30px;
    border-bottom: 1px solid #E3E7ED;    
    color: #000;
    display: inline-block;
}
.search_output a:hover{
    border: 1px solid #e3e7ed;
    background-color: #F6F8FA;
}
.notification_bell{width: 30px;position: relative;}
.day_night{
    width: 70px;
    height: 60px;
    position: fixed;
    top:57px;
    right: 0px;
    font-size: 12px;
    z-index:3;
}
.dn_mode{
    background-image: url(../webimages/day_mode.svg);
    width:17px;
    height:17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
/*footer area*/
/*as seen on*/
.in_as_seen{width: 1310px;}
.carousel-control-prev, .carousel-control-next{
    height: max-content;
    width: 38px;
    height: 38px;
    top: 40%;
    opacity: 1;
    background-color: #F6F8FA;
}
.seen_slider{
    background-repeat: no-repeat;
    background-position: center;
    height: 158px;
    width: 100%;
    background-size: contain;
}
.seen_slider.seens_img1{background-image: url(../webimages/seens_img1.png);}
.seen_slider.seens_img1:hover{background-image: url(../webimages/seens_imgh1.png);}
.seen_slider.seens_img2{background-image: url(../webimages/seens_img2.png);}
.seen_slider.seens_img2:hover{background-image: url(../webimages/seens_imgh2.png);}
.seen_slider.seens_img3{background-image: url(../webimages/seens_img3.png);}
.seen_slider.seens_img3:hover{background-image: url(../webimages/seens_imgh3.png);}
.seen_slider.seens_img4{background-image: url(../webimages/seens_img4.png);}
.seen_slider.seens_img4:hover{background-image: url(../webimages/seens_imgh4.png);}
.seen_slider.seens_img5{background-image: url(../webimages/seens_img5.png);}
.seen_slider.seens_img5:hover{background-image: url(../webimages/seens_imgh5.png);}
.seen_slider.seens_img6{background-image: url(../webimages/seens_img6.png);}
.seen_slider.seens_img6:hover{background-image: url(../webimages/seens_imgh6.png);}
.seen_slider.seens_img7{background-image: url(../webimages/seens_img7.png);}
.seen_slider.seens_img7:hover{background-image: url(../webimages/seens_imgh7.png);}
.seen_slider.seens_img8{background-image: url(../webimages/seens_img8.png);}
.seen_slider.seens_img8:hover{background-image: url(../webimages/seens_imgh8.png);}
.seen_slider.seens_img9{background-image: url(../webimages/seens_img9.png);}
.seen_slider.seens_img9:hover{background-image: url(../webimages/seens_imgh9.png);}
.seen_slider.seens_img10{background-image: url(../webimages/seens_img10.png);}
.seen_slider.seens_img10:hover{background-image: url(../webimages/seens_imgh10.png);}
.seen_slider.seens_img11{background-image: url(../webimages/seens_img11.png);}
.seen_slider.seens_img11:hover{background-image: url(../webimages/seens_imgh11.png);}
.seen_slider.seens_img12{background-image: url(../webimages/seens_img12.png);}
.seen_slider.seens_img12:hover{background-image: url(../webimages/seens_imgh12.png);}
.seen_slider.seens_img13{background-image: url(../webimages/seens_img13.png);}
.seen_slider.seens_img13:hover{background-image: url(../webimages/seens_imgh13.png);}
/*subscribe area*/
.main_fpt .sub_area{width: 1215px;}
.sub_area .fs22{font-size: 22px;}
.main_fpt .subs_inp{
    height: 48px;
    font-size: 13px;
}
.main_fpt .subs_button{
    min-width: 124px;
    height: 40px;
    background-color: #0162B8;
    font-size: 15px;
    font-weight: 600;
}
.social_box a{
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_facebook{background-image: url(../webimages/sub_facebook.svg);}
.sub_twitter{background-image: url(../webimages/sub_twitter.svg);}
.sub_linkedin{background-image: url(../webimages/sub_linkedin.svg);}
.sub_youtube{background-image: url(../webimages/sub_youtube.svg);}
.sub_reddit{background-image: url(../webimages/sub_reddit.svg);}
.sub_pinterest{background-image: url(../webimages/sub_pinterest.svg);}
.sub_instagram{background-image: url(../webimages/sub_instagram.svg);}
/*footer*/
.footer_links{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.footer_links:hover{color: #000;}
.fpop_tools a{
    width: 60px;
    height: 60px;
    background-color: #9FAEB6;
}
.fpop_tools a span{
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.f_api{background-image: url(../webimages/f_api.svg);}
.f_apple{background-image: url(../webimages/f_iphone.svg);}
.f_android{background-image: url(../webimages/f_android.svg);}
.f_desktop{background-image: url(../webimages/f_desktop.svg);}
.f_wordpress{background-image: url(../webimages/f_wordpress.svg);}
.cus_scrollbar {
    height: 440px;
    font-size: 14px;
    color: #202020;
    overflow: auto;
    resize: none;
}
.cus_scrollbar.border1{border:1px solid #E3E7ED !important;}
.cus_scrollbar1{
    overflow-x: visible;
    overflow-y:hidden;
    height: auto !important;
}
.cus_scrollbar::-webkit-scrollbar-track {border-radius: 10px;background-color: #E3E7ED;}
.cus_scrollbar::-webkit-scrollbar {width: 5px;height: 5px;background-color: transparent;}
.cus_scrollbar::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #767676;}
:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #e3e7ed !important;
}
/*toggle-switch*/
.day_night .switch {
    position: relative;
    width: 34px;
    height: 18px;
}
.day_night .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #202223;
    -webkit-transition: .4s;
    transition: .4s;
}
.day_night .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 15px;
    left: 2px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.day_night input:checked + .slider {background-color: #FF9900;}
.day_night input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #fff;
}
.day_night .slider.round {border-radius: 34px;}
.countery-icons{
    min-width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}
.countery-icons.rk-en{background-image: url(../webimages/flags/en_icon.svg)}
.countery-icons.rk-ru{background-image: url(../webimages/flags/ru_icon.svg)}
.countery-icons.rk-ja{background-image: url(../webimages/flags/ja_icon.svg)}
.countery-icons.rk-it{background-image: url(../webimages/flags/it_icon.svg)}
.countery-icons.rk-fr{background-image: url(../webimages/flags/fr_icon.svg)}
.countery-icons.rk-pt{background-image: url(../webimages/flags/pt_icon.svg)}
.countery-icons.rk-es{background-image: url(../webimages/flags/es_icon.svg)}
.countery-icons.rk-de{background-image: url(../webimages/flags/de_icon.svg)}
.countery-icons.rk-zh{background-image: url(../webimages/flags/zh_icon.svg)}
.countery-icons.rk-ar{background-image: url(../webimages/flags/ar_icon.svg)}
.countery-icons.rk-id{background-image: url(../webimages/flags/id_icon.svg)}
.countery-icons.rk-tr{background-image: url(../webimages/flags/tr_icon.svg)}
.countery-icons.rk-ko{background-image: url(../webimages/flags/ko_icon.svg)}
.countery-icons.rk-vi{background-image: url(../webimages/flags/vi_icon.svg)}
.countery-icons.rk-nl{background-image: url(../webimages/flags/nl_icon.svg)}
.countery-icons.rk-pl{background-image: url(../webimages/flags/pl_icon.svg)}
.countery-icons.rk-no{background-image: url(../webimages/flags/no_icon.svg)}
.countery-icons.rk-cs{background-image: url(../webimages/flags/cs_icon.svg)}
.countery-icons.rk-sv{background-image: url(../webimages/flags/sv_icon.svg)}
.countery-icons.rk-ro{background-image: url(../webimages/flags/ro_icon.svg)}
.countery-icons.rk-da{background-image: url(../webimages/flags/da_icon.svg)}
.countery-icons.rk-fi{background-image: url(../webimages/flags/fi_icon.svg)}
.countery-icons.rk-th{background-image: url(../webimages/flags/th_icon.svg)}
.countery-icons.rk-hi{background-image: url(../webimages/flags/hi_icon.svg)}
.countery-icons.rk-tl{background-image: url(../webimages/flags/tl_icon.svg)}
/* .pro_pricing */
.pro_pricing .pro_pricing_bg{
    background-color: #564190;
    width: 125px;
    color: #fff !important;
    margin-right:10px
}
.pro_pricing .pro_pricing_bg img{height: 25px;}
.pro_pricing.pricing .pro_pricing_bg{background-color: #564190;background-image: none;text-indent: 0;height: 48px;font-size: 20px;}
.pro_pricing.pricing img{height: 100%;}
.nav-item:hover.br_hover,.nav-item.br_active{border-bottom: 2px solid #EA5050;margin-bottom: -8px;}
.desk_search .bg_202223 .search_output {
    position: inherit;
    width: 100%;
}
.desk_search .icon_sty div {
    min-width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.fixed-top{z-index: 1070;}
.pro_pricing_bg.dropdown-toggle::after{
    border: none;
    background-image: url('../webimages/pricing_chevron.svg');
    width: 20px;
    height: 12px;
    float: right;
    margin-top: 10px;
}
.pro_pricing_bg.dropdown-toggle.active::after{transform:rotate(180deg)}
.pro_pricing .dropdown-item:hover, .pro_pricing .dropdown-item:focus{background-color: #e0e5eb;}
.pro_pricing .dropdown-item span{border-bottom: 1px solid #ea5050;position: initial !important;}
.ai_detector{
    background-color: #FFB917;
    min-width: 125px;
}
#feeback-icon{display: none !important;}
.sub_headings {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
div#feebackBtn {
    position: fixed;
    right: 0;
    top: 220px;
    background: #004c0f;
    z-index: 9;
    width: 70px;
    padding: 6px;
    word-break: break-word;
}
.cp{cursor: pointer;}
/* tool area */
.ocr_bg{background-color: #F6F8FA;}
.tool_area{max-width: 1200px;}
.tool_heading{font-size: 20px;}
.tool_desc{font-size: 15px;}
.tool_input {background: #F6F8FA;min-height: 335px;}
.ocr_sty1{font-size: 24px;}
.ocr_sty2{font-size: 16px;}
.or_style {
    position: relative;
    display: inline-block;
    margin: 10px;
    font-size: 18px;
}
.or_style:before {
    content: "";
    position: absolute;
    background: #E3E7ED;
    width: 85px;
    height: 1.5px;
    top: 13px;
    left: -6rem;
}
.or_style:after {
    content: "";
    position: absolute;
    background: #E3E7ED;
    width: 85px;
    height: 1.5px;
    top: 13px;
    right: -6rem;
}
.ocr_inp{background-color: #E3E7ED;max-width: 520px;}
.ocr_inp .input-group-text{
    background-image: url('../webimages/ocr_link.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.ocr_inp .form-control{height: 50px;font-size: 15px;color: #ACB1B4;}
.ocr_inp .form-control::placeholder{font-size: 15px;color: #ACB1B4;}
.ocr_dropbox{
    background-image: url('../webimages/ocr_dropbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.ocr_gdrive{
    background-image: url('../webimages/ocr_gdrive.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.label_upload {
    min-width: 195px;
    height: 46px;
    font-size: 18px;
    font-weight: 600;
    background-color: #FFB917;
    cursor: pointer;
}
.upload_btn {
    min-width: 46px;
    height: 46px;
    border: 1px solid #F4AE0C;
    background-color: #F4AE0C;
    cursor: pointer;
}
.tool_btn {
    background-color: #1e70b9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    height: 46px;
    min-width: 180px;
}
.ocr_res_heading{font-size:16px;}
.select_format{
    background: url('../webimages/ocr_select_bg.svg');
    width: 120px;
    height: 40px;
    appearance: none;
    font-size: 16px;
}
.down_1 .ocr_res_heading{margin-left:13px;}
samp#copy_0 {
    overflow: auto;
    height: 320px;
    display: block;
    border-bottom: 1px solid #E3E7ED;
}
/* Result */






.pc_pro_banner {min-height: 60px;position: relative;padding: 0px 10px 18px 12.8rem !important;border-bottom: 1px solid #E3E7ED;}
.pc_pro_banner .banner_flag {
    background: url(../webimages/ocr_banner_bg.png);
    width: 210px;
    height: 53px;
    background-repeat: no-repeat;
    padding: 12px;
    position: absolute;
    top: -5px;
    font-size: 24px;
    line-height: 30px;
    left: 10px;
}
.pc_pro_banner .banner_flag img {margin-top: -5px;}
.pc_pro_banner .banner_button,.pc_pro_banner .ocr_click {
    padding: 6px 14px;
    font-size: 16px;
    border-radius:5px;
    margin: 14px 6px 0px 6px;
    box-shadow: 0px 5px 5px #00000026;
    height: 40px;
}
.pc_pro_banner .ocr_click {
    background-image: url('../webimages/ocr_click.svg');
    position: relative;
    font-size: 20px;
    min-width: 140px;
    background-size: cover;
}
.dark_img{display: none;}
@media (min-width: 1200px){
    .modal-xl {
        max-width: 1170px !important;
    }
}
.ocr_model_bg{
    background-image: url('../webimages/ocr_model_bg.svg');
    min-height: 774px;
    background-repeat: no-repeat;
    background-position: bottom;
    align-content: baseline;
}
.ocr_model_bg h1{font-size: 36px;}
.model_box{
    background-image: url(../webimages/ocr_check.svg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 2rem;
}
.inn_price_box{
    border: 4px solid #E3E7ED;
    min-height: 211px;
}
.model_price_btn{width: 188px;height: 57px;background-color: #EA5050;border-radius: 27px;font-size: 32px;margin-top: -2rem;}
.model_pm{font-size: 36px;line-height: 36px;}
.model_pu{font-size: 18px;}
.get_started_btn{height: 62px;background-color: #EA5050;font-size: 21px;}
.pricing_info_box{min-width: 208px;height: 73px;font-size: 16px;box-shadow: 0px 0px 3px 1px #E3E7ED;}
.pricing_info_box span{font-size: 20px;color: #EA5050;}
.pricing_info_box.w2{width: 245px;}
.pricing_info_box.w3{width: 269px;}
.ocr_res_bg{background-color: #F6F8FA;}
.download_all {
    min-width: 162px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    background-color: #FFB917;
    cursor:pointer;
}
.download_all .upload_btn{min-width: 40px;height: 40px;}
.convert_more {
    min-width: 180px;
    height: 40px;
    font-size: 16px;
    background-color: #EDF1F4;
    cursor:pointer;
}
.convert_more .upload_btn{
    min-width: 40px;
    height: 40px;
    background-color: #DFE5EA;
    background-image: url('../webimages/ocr_convert_more.svg');
    background-repeat: no-repeat;
    background-position: center;
}
div#error_message_ {
    margin-bottom: 0;
}
/* .append_image_box{
    padding: 35px 0px;
} */
.append_image_box .img_box {
    width:230px;
    margin:5px 17px;
}
.append_image_box .img_box1 {
    position: relative;
    border: 1px solid #E3E7ED;
    text-align: center;
}
.append_image_box .img_box .img_box2 {
    height: 215px;
}
.append_image_box span {
    display: inline-block;
    position: relative;
}
.append_image_box .img_box .img_box1 span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.append_image_box span.text-truncate {
    margin-top: 9px;
}
.append_image_box .img_box .del_preview {
    position: absolute;
    background-color: #2022237d;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 3px;
    text-align: right;
    display: none;
    left: 0px;
}
.append_image_box .img_box .del_preview span {
    background-image: url(../webimages/image-cros.svg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
}
.append_image_box .img_box:hover .del_preview {
    display: block;
}
div#preview .row{margin:0;}
.uploadMore {
    background: #E3E7ED;
}
.uploadMore {
    background: #E3E7ED;
    display: flex;
    height: 270px;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
div#preview .col-lg-3 {
    padding-left: 40px;
    padding-right: 30px;
}
.uploadMore img {
    margin-bottom: 50px;
    width: 65px;
}
.uploadMore div {
    font-size: 17px;
    font-weight: 700;
}

/* Loader */
.sst_loader{
    display: block;
    position: relative;
    height: 32px;
    width: 190px;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #FFF;
    border-radius: 20px;
}
.sst_loader:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FF3D00;
    animation: sst_loader_animate 3s ease-in-out infinite;
    z-index: -1;
}
.append_image_box .img_box:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

@keyframes  sst_loader_animate {
    0% {  
        left: 0; 
        transform: translateX(0%); 
        box-shadow: 
        -5px 0 0 -4px rgba(255, 61, 0, 0.6),
        -10px 0 0 -6px rgba(255, 61, 0, 0.4),
        -15px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
    49% {  
        left: 100%; 
        transform: translateX(-100%); 
        box-shadow: 
        -5px 0 0 -4px rgba(255, 61, 0, 0.6),
        -10px 0 0 -6px rgba(255, 61, 0, 0.4),
        -15px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
    51% {  
        left: 100%; 
        transform: translateX(-100%); 
        box-shadow: 
        5px 0 0 -4px rgba(255, 61, 0, 0.6),
        10px 0 0 -6px rgba(255, 61, 0, 0.4),
        15px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
    100% {  
        left: 0; 
        transform: translateX(0%); 
        box-shadow: 
        5px 0 0 -4px rgba(255, 61, 0, 0.6),
        10px 0 0 -6px rgba(255, 61, 0, 0.4),
        15px 0 0 -8px rgba(255, 61, 0, 0.2);
    }
}
#loader_con11 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
    z-index: 1080;
    display: flex;
    background-color: #14141491;
    flex-direction: column;
}
#loader_con11 p{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
span.image_name {
    overflow: hidden;
    width: 70%;
    height: 18px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.secResBox {
    height: 300px;
    overflow: auto;
}
div#pro_alert .modal-content{
    border: 5px solid #FFB917;
}
div#pro_alert {
    width: 30%;
    margin: auto;
    overflow: hidden;
    bottom: 0;
    right: 0;
}
div#pro_alert button.crosss{
    background: none;
    border: none;
    padding: 0;
}
div#pro_alert .modal-header{
    text-align: right;
    display: block;
    font-size: 18px;
}
.prohead {text-align:center;}
.prohead img {width:60px;margin-right: 15px;}
.prohead span {
    font-size: 24px;
    font-weight: 900;
    position: relative;
    bottom: -5px;
}
div#pro_alert p {
    font-size: 18px;
    width: 70%;
    margin: 15px auto;
    font-weight: 400;
}
#pro_alert ul{
    padding: 0 9%;
    list-style: none;
    margin: 0;
}
#pro_alert ul li {
    background: url(../webimages/ocr_tik.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    border-bottom: 1px dashed #634113;
    line-height: 45px;
}
a.ocrProBtn {
    background: #4F4F4F url(../webimages/ocr_pro.png);
    background-repeat: no-repeat;
    background-position:50px center;
    background-size: 35px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 8px 0;
    width: 90%;
    margin: 0 auto 30px auto;
}
a.ocrProBtn:hover{
    text-decoration:none;
}
#pro_alert ul li:last-child {
    border: none;
    margin-bottom: 20px;
}
.contentArea{max-width: 1200px;}
#accordion_content h2, #accordion_content h3, #accordion_content h4 {
    color: #222;
    font-weight: 600;
    margin-top: 20px;
}
#accordion_content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
}
#accordion_content p, #accordion_content li {
    font-size: 16px;
    color: #505050;
    word-break: break-word;
}
#accordion_content a {
    color: #0A0475 !important;
    text-decoration: underline;
}
div#languages_available {
    margin-bottom: 20px;
}
.main_area {width:58%;}
.sede_ara {width: 300px;}
.justify_content_center{justify-content: center;}
.bg_F6F8FA{background-color: #F6F8FA;}
.popular_tools .col {min-height: 30px;border-bottom: 1px solid #E3E7ED;}
.popular_tools .col a {color: #000;font-size:0.8rem;}
.popular_tools .col a:before {
    content: "\2022";
    color: #1E70B9;
    margin-right: 5px;
    font-size: 20px;
    line-height: 0px;
}
.popular_tools .col a:hover {
    text-shadow: 0 0 black;
    text-decoration: none;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.toast_msg {
    width: 350px;
    z-index: 1;
    top: 60px;
    left: unset;
    color: #fff;
    min-height: 50px;
    align-items: center;
    display: flex;
    z-index: 9;
}
.fixed-top {
    z-index: 1070;
}
.toast_msg.success_msg {
    background: #179659;
}
.toast_msg.success_msg .close {
    color: #3dbf81;
}
.toast_msg .close {
    opacity: 1;
}
.toast_msg .fs14 {
    font-size: 14px;
}
img.tnotfound {
    width: 75%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .asseen_mdn{display:none !important;}
    .seen_slider{background-size: auto;}
    .mob_search .search_output{left: 15px;top: 8px;position: inherit;width: 100%;}
    .toast_msg{width: 320px !important;}
    .fpop_tools a{width: 50px;height: 50px;}
    .fpop_tools a span{width: 30px;height: 30px;}
    .sub_area .col-md-3 .text-left{text-align: center !important;}
    .cus_nav{padding:10px}
    #navb{max-height:600px;overflow:auto}
    .scroll_top{bottom: 13rem !important;right: 1.5rem !important;}
    .ocr_sty1{font-size: 20px;}
    .ocr_sty2{font-size: 14px;}
    .pc_pro_banner .banner_flag{position: relative;left: 0;right: 0;}
    .pc_pro_banner{padding: 0px !important;}
    .uploadMore{display:block;height:auto;}
    .uploadMore div {justify-content: center;align-items: center;display: flex;}
    .uploadMore img {margin-bottom: 0;width:42px;}
    .uploadMore {padding: 10px 0;border: 1px solid #E3E7ED;background:#F6F8FA;}
    div#preview .col-lg-3 {padding-left: 0;padding-right: 0;}
    .pc_pro_banner .ocr_click {margin-bottom:20px;}
    .uploadMore div span {margin-right:15px;}
    div#preview .col-lg-9 {padding-left: 0;padding-right: 0;margin-top:10px;}
    div#preview .col-lg-9 .row {
        margin: auto;
        display: flex;
        overflow-y: hidden;
        height:280px;
        clear: both;
        flex-wrap: initial;
        margin-bottom: 30px;
        width: 200px;
    }
    div#preview .col-lg-9 .row::-webkit-scrollbar {display:none;}
    .append_image_box .img_box {
        width: 200px;
        margin: 0 auto;
        float: left;
        min-width: 198px;
    }
    .mobStyle .label_upload {
        min-width: 85%;
        overflow: hidden;
        margin-bottom: 24px !important;
    }
    div#preview .col-lg-3 {order:2;}
    .append_image_box .img_box:nth-child(2) {margin: 0px 12px;}
    .append_image_box .img_box1 {padding: 15px !important;}
    span.prevBtn {
        background: url(../webimages/previcon.png);
        background-size: contain;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 40%;
        left: 0;
        cursor: pointer;
    }
    span.nextBtn {
        background: url(../webimages/nexticon.png);
        background-size: contain;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 40%;
        right: 0;
        cursor: pointer;
    }
    .mobStyle > div:first-child{order:3;}
    .res_box .col-lg-4{display:none;}
    .mobdoption label.download_text span:last-child,
    .mobdoption label.copy_text span:last-child,
    .mobdoption .ocr_res_heading {
        display: none;
    }
    .mobdoption label.download_text,
    .mobdoption label.copy_text {min-width:40px !important;}
    .mobdoption select.select_format{margin-left:4px;}
    .border1.mobdoption {justify-content: center !important;}
    div#pro_alert {width: 90%;}
    div#pro_alert p{font-size: 16px;width:auto;}
    #pro_alert ul {padding:0 3% 0 3%;}
    .prohead img {width:50px;margin-right:10px;}
    .prohead span {font-size: 20px;}
    #pro_alert ul li{background-size: 19px;padding-left: 32px;line-height:40px;}
    a.ocrProBtn {
        background-position: 20px center;
        background-size: 33px;
        font-size: 20px;
        width: 100%;
        margin: 0 auto 20px auto;
    }
    .contentArea {max-width: none;padding: 0 20px;}
    #accordion_content h2{font-size: 22px;}
    .main_area {width: auto;padding: 0 10px;}
    .log_register a {width: 120px;height: 36px;background: #0A6CC3;}
}
@media only screen and (max-width: 991px) {
    .logo_img{width: 142px;}
    .seen_slider{height: 95px !important;}
    .lang_btn{display:none !important;}
    .day_night, .desk_search, .notification_bell, .user_profile, .cus_nav .navbar-nav .mdn{display:none;}
    .mob_search, .alltools_area, .mob_lang_area, .log_register, .dn_mode, .mprofile_dp{display:block !important;}
    .log_register{display:flex !important;}
    .mob_links_bb{border-bottom: 1px solid #e3e7ed;}
    .mob_icons{
        background-repeat: no-repeat;
        width: 34px;
        height: 20px;
        background-size: 49% 20px;
    }
    .mob_plag{background-image: url(../webimages/mob_plag.svg);}
    .mob_grammar{background-image: url(../webimages/mob_grammar.svg);}
    .mob_reverse{background-image: url(../webimages/mob_reverse.svg);}
    .mob_lang{background-image: url(../webimages/mob_lang.svg);}
    .mob_aidetector{background-image: url(../webimages/mob_aidetector.svg);}
}
@media only screen and (max-width:375px){
    .mobStyle label.convert_more {margin:10px 0 !important;}
}