.g-recaptcha-div {
    margin: 10px 0;
}

h1 {
    font: normal normal bold 60px/80px Merriweather Sans;
    letter-spacing: 0px;
    color: #091e42;
}

a {
    color: #091e42;
}

.cursor-pointer {
    cursor: pointer;
}

.display-flex {
    display: flex;
}

.display-flex-colum {

    flex-direction: column;
}

.newfont {
    font-size: 26px;
    margin-bottom: 10px;
}

.p-primary {
    font-family: Merriweather Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #4136a4;
    width: 40%;
}

/*.section2 .box3 .inderBox .headerBox:hover{
    overflow-y: scroll !important;
    }*/

::-webkit-scrollbar {
    /*height: 4px; height of horizontal scrollbar ← You're missing this */
    width: 3px;
    border: nne;
    border-radius: 0px 10px 0px 0px;
    background-color: transparent
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9
}

.main-container {
    width: 100%;
    margin-left: 300px;
    margin-right: 303px;
    padding: 10px 0 0 0;
    position: relative;
}

.main-wraper {
    text-align: center;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: Merriweather Sans !important;
    box-sizing: border-box;
}

body {
    position: relative;
}

.navlistOverlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

nav {
    top: 42px;
    background: white;
    height: 80px;
    width: 100%;
}

label.logo {
    color: #023c89;
    font-size: 35px;
    line-height: 80px;
    font-weight: bold;
}

.logo-img {
    margin-top: 15px;
}

nav ul {
    float: right;
    /*margin-right: 20px;*/
    width: 70%;
    text-align: right;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    color: #023c89;
    padding: 10px 24px;
    border-radius: 10px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

nav ul li:last-child {
    margin: 0px 0px 0px 5px;
    /*position: relative;*/
}

nav ul li a.active,
nav ul li a:hover {
    background: #091e42;
    /*transition: .5s;*/
    color: white;
}

.language li.active {
    background: #091e42;
    color: white;
}

.language li.active a {
    color: white;
}

nav ul li .nav-subList {
    position: absolute;
    text-align: center;
    display: none;
    background-color: white;
    padding-bottom: 18px;
    line-height: 0px;
    right: 0px;
    z-index: 2;
    width: 150px;
    border-radius: 10px;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.15);
}

nav ul li .nav-subList li {
    width: 100%;
    margin: 0px;
    cursor: pointer;
    padding: 5px 0px;
    border: 3px solid white;
    border-radius: 10px;
    line-height: 39px;
}

.triangle-with-shadow {
    width: 100%;
    height: 21px;
    top: -21px;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    /*box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.15);*/
    /*box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);*/
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    transform: rotate(45deg);
    top: 15px;
    left: 79px;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.15);
    /*box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);*/
}

/***********************/

/* The container */

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


/* Hide the browser's default checkbox */

/* .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-left: 15px;
    background-color: #eee;
    border: 2px solid #ccc;
    background-color: white;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    border: 2px solid #023c89;
    background-color: #023c89;
}

/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    border: 2px solid #023c89;
    background-color: #023c89;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/************************/

nav ul li .nav-subList li a {
    width: 100%;
    padding: 0px;
}

nav ul li .nav-subList li:hover {
    background: #091e42;
    /*transition: .5s;*/
    color: white;
}

nav ul li .nav-subList li:hover a {
    color: white;
}

.up_pointer {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 1px;
    /* background-color: black; */
    border-left: 19.732px solid transparent;
    border-right: 17.732px solid transparent;
    border-bottom: 19px solid black;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
    margin-top: 18px;
}

.menubars {
    width: 34px;
    margin-top: 24px;
}

#check {
    display: none;
}

.section2 .col1 .box1 {
    height: 50%;
}

.section2 .col1 .box2 {
    height: 50%;
}

.section2 .col1 .box1 img {
    position: relative;
    top: 85px;
    left: 79px;
    width: 60%;
    transition: all 0.5s;
}

.animate1Move {
    top: 350px !important;
    left: 380px !important;
}

.animate2Move {
    top: 350px !important;
    left: -380px !important;
}

.animate3Move {
    left: 400px !important;
}

.animate4Move {
    left: -380px !important;
}

.section2 .col1 .box2 img {
    position: relative;
    top: 60px;
    left: 230px;
    width: 37%;
    transition: all 0.5s;
}

.section2 .col2 .box1 {
    height: 50%;
}

.section2 .col2 .box2 {
    /*height: 290px;*/
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

.section2 .col2 .box2 .divUploadFile {
    text-align: center;
    position: relative;
    width: 100%;
    /*height: 100%;*/
    padding: 10px;
    border: 2px dashed #c4c4c4;
    box-sizing: border-box;
    border-radius: 10px;
}

.section2 .col2 .box2 div p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-top: 25px;
    color: #023c89;
}

.section2 .col2 .box2 .divUploadFile input {
    cursor: pointer;
}

.section2 .col2 .box2 .divUploadFile input:hover .divUploadFile button .section2 .col1 .box1 img {
    background-color: white;
    color: #023c89;
}

.section2 .col2 .box2 .divUploadFile button {
    margin-top: 20px;
    background-color: #023c89;
    color: white;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    width: 50%;
    border-radius: 5px;
    border: 1px #023c89 solid;
    padding: 10px;
}

.section2 .col2 .box1 h1 {
    color: #023c89;
    text-align: center;
    margin-top: 55px;
    position: relative;
    z-index: 1;
    font-size: 50px;
    line-height: 112px;
}

.section2 .col2 .box1 p {
    color: #3f3f40;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section2 .col2 .box1 h1.lineheight {
    line-height: 60px !important;
}

.section2 .col2 .box1 p.lineheight1 {
    line-height: 25px !important;
}

.languageScrole {
    max-height: 300px;
    overflow-y: scroll;
}

.section2 .col3 .box1 {
    height: 60%;
}

.section2 .col3 .box2 {
    height: 40%;
}

.section2 .col3 .box1 img {
    position: relative;
    top: 60px;
    left: 200px;
    width: 35%;
    transition: all 0.5s;
}

.section2 .col3 .box2 img {
    position: relative;
    top: 48px;
    left: 25%;
    width: 55%;
    transition: all 0.5s;
}

.uploadOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    /*background: #EDFCFE;*/
    background: transparent linear-gradient(234deg, #ffffff 0%, #f3f4f8 100%) 0% 0% no-repeat padding-box;
    transition: 0.5s;
    left: 0px;
    padding: 0px !important;
    border: none !important;
    border-radius: 20px;
    display: none;
    justify-content: center;
    align-items: center;
}

.custom-file-input {
    cursor: pointer;
    top: 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    left: 0px;
}

.cust-nav-center {
    text-align: center;
    float: left;
    width: 60%;
}

.cust-nav-right {
    float: left;
    text-align: right;
    width: 40%;
}

.flam {
    width: 27px;
}

/* progress bar start */

.circle canvas {
    display: none;
}

.circle {
    width: 100%;
    margin: 15px 0px 10px 0px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.circle strong {
    /*position: absolute;*/
    top: 50px;
    left: 0;
    /*width: 100%;*/
    text-align: center;
    line-height: 45px;
    font: normal normal 600 20px/24px Open Sans;
    color: #5b5b7b;
}

.circle span {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
}

.displayNone {
    display: none !important;
    transition: 0.5s;
}

/* progress bar end */

.mainUploaded {
    display: none;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    border: 2px dashed #ffa78e;
    box-sizing: border-box;
    border-radius: 10px;
    /*position: relative;*/
    /* animation-iteration-count: infinite; */
    /* border: dashed 2px; */
    /* border-radius: 13px; */
    /*filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.15));*/
}

.imageUploaded {
    height: 60%;
    padding: 0px 30px;
}

.imageUploaded img {
    min-height: 100px;
    max-width: 100%;
    max-height: 140px;
    object-fit: cover;
}

.mainUploaded button:hover {
    background-color: white;
    color: #023c89;
}

.mainUploaded button {
    margin-top: 20px;
    background-color: #023c89;
    color: white;
    cursor: pointer;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    width: 50%;
    border-radius: 5px;
    border: 1px #023c89 solid;
    padding: 10px;
}

.mainBlogDetail {
    background-color: #fff6f5;
    border-radius: 10px;
    padding: 25px;
    display: flex;
}

.mainBlogDetail .section-blog-left {
    flex-basis: 60%;
}

.section-blog-right {
    flex-basis: 40%;
}

.detail-blog-image-section {
    height: 344px;
}

.detail-blog-image-section img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-blog-detail-section {
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}

.detail-blog-title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    cursor: pointer;
}

.detail-blog-title:hover {
    color: #f6680a;
}

.btnReadmore {
    padding: 10px 0px;
    background: #ffab94;
    width: fit-content;
    border-radius: 10px;
    color: white;
    margin-top: 20px;
}

.btnReadmore a {
    color: white;
    padding: 10px;
}

.detail-blog-detail {
    margin-top: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #565656;
}

.section-blog-right {
    padding-left: 20px;
}

.relevent-blogItem {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
}

.relevent-blogItem .relevent-image-section {
    padding-right: 10px;
}

.relevent-blogItem .relevent-detail-section {
    padding-left: 10px;
}

.relevent-blogItem .relevent-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    border-radius: 10px;
}

.relevent-blogItem .relevent-detail-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.relevent-blogItem .relevent-detail {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #aaaaaa;
    margin-top: 10px;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.blog-pagination a {
    background-color: #e5e5e5;
    margin: 5px;
    padding: 10px 15px;
    font-family: Roboto;
    font-weight: bold;
    border-radius: 50%;
    color: #000000;
}

.blog-pagination a:hover {
    background-color: #cecdcd;
    color: white;
}

.blog-pagination .active:hover {
    background-color: #fbcec1;
}

.blog-pagination .active {
    background-color: #fbcec1;
    color: white;
    padding: 10px 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}


/* blog page all blog css  */

.heading-steps {
    color: #091E42;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px;
    ;
}

.steps-info {
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    padding: 15px;
    ;
}

/* BLOGS CSS STARTS */
.main-wrapper {
    display: flex;
    justify-content: space-between;
    /* border-radius: 10px; */
    /* background: #F9FAFC; */
    padding: 20px;
    gap: 2rem;
}

.category-main {
    flex: 1;
    margin-right: 20px;
    border-radius: 10px;
    background: #F9FAFC;
    padding: 1rem;
}

.category-main h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.category-main ul {
    list-style-type: none;
    padding: 0;
}

.category-main ul li {
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E1E8ED;
    padding: 8px;
}

.blogs-main {
    flex: 2;
}

.blog-card {
    display: flex;
    border-bottom: 1px solid #E1E8ED;
    padding: 12px;
    padding-bottom: 2rem;
    background: #fff;
    margin-bottom: 2rem;
}

.blog-image {
    max-width: 340px;
    height: 200px;
    margin-right: 20px;
    border-radius: 10px;
}

.blog-content p {
    color: #7D889B;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
}

.blog-content h3 {

    color: #091E42;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
}

.blog-content span {
    color: #C3C3C3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.blog-title {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
}

.blog-description {
    font-size: 16px;
    margin: 0;
}



/* BLOGS CSS ENDS  */
.rotate180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

p {
    line-height: 30px;
}

.heading {
    text-align: center;
    font-size: 42px;
    padding: 30px;
}

.qout {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 0 auto;
    max-width: 50%;

}

.result_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/* Style the select element */
select {
    padding: 5px 15px;
    font-size: 16px;
    background-color: #1D3051;
    color: white;
    border: none;
    border-radius: 4px;
    width: auto;
    cursor: pointer;
}

/* Style the options within the select element */
select option {
    padding: 10px;
    background-color: #1D3051;
    color: white;
    cursor: pointer;
}

/* Style the select element on hover */
select:hover {
    background-color: #244169;
    /* Change background color on hover */
}

.upper-section {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 8px 25px 0px rgba(9, 30, 66, 0.08);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 10px;
    align-items: center;
}

.uploadMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    column-gap: 30px;
    max-width: 100%;
    margin: 0 auto;
}

#resultsDownload {
    /* text-align: center; */
    display: flex;
    /* align-items: center; */
    width: 100%;
    justify-content: center;
}

.uploadLeft {
    margin-top: 32px;
    display: flex;
    flex: 1;
    gap: 1rem;
    flex-direction: row;
    box-shadow: 0px 15px 70px 0px rgba(9, 30, 66, 0.08);
    border-radius: 27px;
    padding: 20px;
    position: relative;
    justify-content: space-between;
}

.white-overlay {
    position: absolute;
    border-radius: 27px;
    top: 0px;
    left: 0px;
    background: #ffffffad;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.uploadRight {
    padding: 20px;
    min-width: 345px;
    max-width: 345px;
    /*flex-basis: 20px;*/
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 27px;
}

.loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0095FF;
    border-radius: 25px;
    animation: loadingAnimation 2s linear infinite;
}

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes loadingAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.dropF {
    border: 1px dashed #707070;
    border-radius: 27px;
    padding: 10px;
    flex: 1;
    text-align: center;
    transition: all ease-in-out 3s;
}

.bigger-images {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.button-container {
    padding-left: 30px;
    flex: 1;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items:center;*/
}

.innreDropF {
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: transparent linear-gradient(234deg, #ffffff 0%, #f3f4f8 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
    height: 100%;
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 20px;
}

.innreDropF img {
    width: 74px;
    height: 84px;
    /* margin-bottom: 20px; */
}

.DropFquot {
    text-align: center;
    font: normal normal 600 18px/24px Open Sans;
    letter-spacing: 0px;
    color: #5b5b7b;
    width: 70%;
}

.otherOP {
    /* margin-left: 20px; */
    /*max-width: 100%;*/
    display: flex;
    column-gap: 20px;
    /*column-gap: 20px;*/
}

.otherOP-inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.OPHeading {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: left;
    font: normal normal medium 18px/28px Cabin;
    letter-spacing: 0px;
    color: #091e42;
    text-transform: capitalize;
}

.btn-chF img {
    margin: 6px;
}

.modes-wrapper {
    border-radius: 10px;
    border: 1px solid #E1E8ED;
    background: #F4F6F8;
    padding: 5px;
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}

.mode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
    border-radius: 8px;
    border: 1px solid #E1E8ED;
    cursor: pointer;
    width: -webkit-fill-available;
    padding: 10px;
}

.active-mode {
    background-color: white;
    border: 1px dashed #707070;
}

.mode:hover {
    background-color: white;
}

.btn-chF {
    text-align: center;
    display: flex;
    position: relative;
    padding: 10px 24px;
    background: #091E42 0% 0% no-repeat padding-box;
    border-radius: 10px;
    justify-content: center;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
}

.mode img {
    filter: grayscale(100%);
}

.active-mode img {
    filter: unset;
}

.chFTitle {
    display: flex;
    align-items: center;
    /* border-left: 1px solid #ffffff6b; */
    text-align: left;
    /* font: normal normal normal 16px/22px Open Sans; */
    letter-spacing: 0px;
    color: #ffffff;
}



.option-wrapper {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.options {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    justify-content: space-between;
    flex: 1;
    width: 100%;
}

.btn-urlL :nth-child(2),
.btn-urlL :nth-child(3) {
    border-left: 1.5px solid #E1E8ED;
}


.btn-urlL img {
    margin: 2px;
    cursor: pointer;
    border-left: 1px solid transparent;
    /* padding: 0px 2rem; */
    width: 22px;
    height: 22px;
    transition: 0.3s ease;
    outline: none;
    border: none;
}

.btn-urlL img:hover {
    outline: none;
    border: 1px solid transparent;
    height: 20px;
    object-position: center;
    background-color: #f4f6f8;
    border: none;
}

.btn-urlL {
    /*margin-top: 15px;*/
    display: flex;
    border-radius: 10px;
    flex: 2;
    padding: 5px;
    background: #f4f6f8 0% 0% no-repeat padding-box;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    justify-content: space-around;
    transition: all ease-in-out 1s;
}

.url-input {
    transition: all ease 1s;

}

.urlLTitle {
    font: normal normal normal 16px/22px Open Sans;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-top: none;
    width: 100%;
    background: border-box;
    color: #000000;
}

.urlLTitle:focus {
    outline: none;
}

.submitBtn {
    width: 130px;
    background: #091e42 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: unset;
    font: normal normal 600 16px/22px Open Sans;
    color: #ffffff;
    flex-basis: 21%;
    cursor: pointer;
    transition: all 0.5s;
}

.submitBtn:hover {
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #091e42;
    color: #091e42;
}



.btn-UpCd img {
    margin: 5px;
}

.btn-UpCd {
    /*margin-top: 15px;*/
    display: flex;
    width: 210px;
    padding: 10px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    cursor: pointer;
}

.btn-UpCd:hover {
    background: #e1e8ed;
}

.UpCdTitle {
    padding: 5px;
}

.URheading {
    text-align: center;
    font: normal normal bold 30px/40px Merriweather Sans;
    letter-spacing: 0px;
    color: #091e42;
}


.share {
    background: white;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.share:hover {
    color: white;
    padding: 10px;
    border-radius: 10px;
    background: #0095ff;
}

.S-bIC {
    width: 30px;
    height: 30px;
}

.share-right .S-bIC {
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.share-right .S-bIC:hover {
    background: #0095FF;
  border-radius: 50%;

  }*/

.share-right {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 20px;
}

.share-left {
    display: none;
    align-items: center;
}

.main-share img {
    margin: 0 10px;
}

.main-share {
    /* margin: 50px 0px; */
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 10px;
    justify-content: space-between;
}

.JWresults {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#RDownloadimg {
    display: none;
    width: 80px;
}

.FileProgress {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.uplodedConvert {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: transparent linear-gradient(234deg, #ffffff 0%, #f3f4f8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 20px;
}

.uplodedConvert img {
    /* width: 50px; */
    width: 100%;
    object-fit: cover;
    border-radius: 27px;
}

.file-name {
    /* margin-bottom: 10px; */
    text-align: left;
    font: normal normal 600 18px/24px Open Sans;
    letter-spacing: 0px;
    color: #7D889B;
    font-size: 14px;
    font-weight: 400;
}

.file-size {
    /* margin-top: 10px; */
    text-align: center;
    font: normal normal 600 16px/24px Open Sans;
    letter-spacing: 0px;
    color: #a3a3ab;
    text-wrap: nowrap;
}

.file-progess-wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 20px !important;
}

.file-info {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    text-wrap: nowrap;

}

.file-info p,
.uplaoding-detail p {
    font-size: 14px;
}

.btn-completed {
    border-radius: 6px;
    background: #EFF8FF;
    color: #0095FF;
    font-size: 14px;
    text-align: center;
    padding: 6px;
    border: none;
}

.action-div {
    /* position: absolute; */
    right: 0;
    top: -8px;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E1E8ED;
}

.file-wrapper-main {
    display: flex;
    max-height: 400px;
    overflow-y: auto;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    gap: 15px;
}

.center-action {
    gap: 1rem;
    display: flex;
    align-items: center;
}

.center-action,
.left-action {
    gap: 1rem;
    align-items: center;
}

.preview-image {
    align-items: center;

}

.preview-image img {
    width: 36px;
    height: 36px;
    margin-right: 15px;
    border-radius: 8px;
}

.convertMD {
    flex: 2;
    display: none;
    flex-direction: column;
    margin-left: 30px;
    /* display: flex; */
    /* justify-content: space-between; */
    align-content: space-between;
    align-items: flex-start;
    justify-content: space-between;
    /* align-items: center; */
    gap: 20px;
    height: 400px;
}

.action-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.shimmer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}

.shimmer-container-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    gap: 2rem;
}

.shimmer-row {
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #c4c4c449 8%, #ffffff44 18%, #c4c4c449 83%);
    background-size: 1200px 100%;
    border-radius: 8px;
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.upper-shimmer {
    align-items: center;
    display: flex;
    width: 100%;
}

.mode-shimmer {
    padding-top: 10px;
    padding-top: 32px;
    width: 32%;
}

.button-shimmer {
    width: 100%;
    padding: 15px;
    gap: 2rem;
    align-items: center;
    justify-content: right;
}

.custom-div {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(9, 30, 66, 0.08);
    padding: 10px;
    width: 100%;
}

.lower-shimmer {
    width: 100%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.action-shimmer {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.custom-div-2 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.image-shimmer {
    width: 100px;
    padding-top: 3rem;
}

.file-info-shimmer-div {
    display: flex;
    width: 100%;
    gap: 1rem;
    justify-content: center;
}

.icons-shimmer {
    display: flex;
    gap: 1rem;
    padding: 10px;
    width: 14%;
}



.mode_select {
    border-radius: 6px;
    background: #1D3051;
}

.file-progess-wrapper {
    /* position: relative; */
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    padding-bottom: 2rem;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #091E4214;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        /* Start with no rotation */
    }

    100% {
        transform: rotate(360deg);
        /* End with a full rotation */
    }
}

.info-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.uplaoding-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.convertbtnD {
    margin-top: 20px;
    display: flex;
    column-gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.convertbtn {
    cursor: pointer;
    background: #0095ff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    align-items: center;
    opacity: 1;
    display: flex;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e1e8ed;
    font: normal normal normal 16px/22px Open Sans;
    color: #ffffff;
}

.convertbtn img {
    padding: 0px 5px;
}

.stColor {
    border-radius: 8px;
    border: 1px solid #E1E8ED;
    background: #F4F6F8;
    color: #0A0A0A;
    justify-content: center;
}

.MDHeading {
    font: normal normal medium 18px/28px Cabin;
    color: #091e42;
    text-transform: capitalize;
    margin-top: 10px;
}

.MDDescription {
    margin-top: 10px;
    font: normal normal normal 16px/28px Merriweather Sans;
    color: #000;
}

.convertingAnimation {
    height: 100%;
    display: none;
}

.CANimg img {
    width: 250px;
    margin: 10px;
}

.CANimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 192px;
}

/* Arrows Animations */

@keyframes moveArrow {
    0% {
        opacity: 1;
        transform: translateX(-60px) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translateX(80px) scale(1);
    }
}

.animated-arrow {
    animation-name: moveArrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.overflow-hidden {
    overflow: hidden;
}

.RDownloadBtn {
    background: #091e42 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: left;
    font: normal normal normal 18px/24px Open Sans;
    color: #ffffff;
    padding: 8px 15px 8px 15px;
    display: flex;
    column-gap: 5px;
    border: none;
    display: none;
    cursor: pointer;
}

.RDownloadBtn img {
    transition: all 0.2s ease;
}

.RDownloadBtn:hover img {
    transform: translateY(2px);
}

.contant {
    margin-bottom: 50px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.content-heading {
    font: normal normal bold 36px/30px Merriweather Sans;
    letter-spacing: 0px;
    color: #091e42;
    text-align: center;
    margin-top: 20px;
}

.sub-heading {
    font: normal normal bold 36px/30px Merriweather Sans;
    letter-spacing: 0px;
    color: #0095ff;
    line-height: 64px;
}

.sub-heading h2 {
    font-size: 50px !important;
}

.content-detail-fun {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.inner-fun {
    width: 60%;
    text-align: center;
    font: normal normal normal 20px/36px Merriweather Sans;
    letter-spacing: 0px;
    color: #000;
    font-size: 18px;
}

.how-convert {
    position: relative;
    margin-top: 50px;
}

.how-convert-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.how-convert-bg {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    /*left: 50%;*/
    background: transparent linear-gradient(0deg, #ffffff 0%, #f4f5fd 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 25px #0000000f;
    border-radius: 27px;
    min-width: 50%;
    min-height: 70%;
    z-index: -1;
}

.HC-heading {
    margin-top: 30px;
    text-align: center;
    font: normal normal bold 26px/36px Merriweather Sans;
    letter-spacing: 0px;
    color: #091e42;
    opacity: 1;
}

.HC-detail {
    width: 60%;
    text-align: center;
    font: normal normal normal 18px/36px Merriweather Sans;
    letter-spacing: 0px;
    color: #000;
    margin-top: 30px;
}

.HC-main-list {
    margin-top: 50px;
    background: #ffffff;
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 27px;
    padding: 40px;
}

.HC-main-list ul {
    list-style: none !important;
    font: normal normal normal 18px/46px Merriweather Sans;
    color: #000;
    margin-left: 30px;
}

/* .HC-main-list li::before {
    content: "\2022";
    color: #0095ff;
    font-weight: bold;
    font-size: 35px;
    position: absolute;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
} */

.what-is {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.what-is-img {
    flex-basis: 40%;
    position: relative;
    /*background-image: url('/JPGtoWord/assets/images/quation_emty.svg');*/
}

.what-is-img img {
    max-width: 320px;
}

.heading-set {
    position: absolute;
    top: 36%;
    left: 27%;
    text-align: center;
    width: 123px;
    line-height: 28px;
    color: white;
}

.heading-set h2 {
    font-size: 18px;
    line-height: 36px;
}

.what-is-text {
    flex-basis: 60%;
    padding: 50px;
    background: #091e42;
    box-shadow: 0px 15px 50px #0095ff40;
    border: 4px solid #0095ff;
    border-radius: 19px;
    opacity: 1;
    color: white;
}

.what-is-text p {
    color: white;
    font: normal normal 300 16px/30px Merriweather Sans;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 0px 3px 6px #00000029;
}

.jpg-versus-file {
    margin-top: 70px;
    background: #ffffff;
    box-shadow: 0px 15px 50px #0000000f;
    border: 4px solid #0095ff;
    border-radius: 27px;
    padding: 50px;
}

.JVF-heading {
    font: normal normal bold 26px/36px Merriweather Sans;
    letter-spacing: 0px;
    color: #091e42;
    text-align: center;
}

.JVF-detail {
    text-align: center;
    font: normal normal normal 19px/36px Merriweather Sans;
    color: #000;
}

.JVF-detail p {
    line-height: 40px;
    padding: 35px;
    text-align: center;
}

.how-it-work {
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.hW-left {
    padding: 40px;
    margin-right: -30px;
    z-index: 1;
    flex: 1.5;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 15px 15px 50px #0000000f;
    border-radius: 27px;
}

.hWL-heading {
    text-align: center;
}

.hWL-heading h2 {
    font: normal normal normal 24px/36px Merriweather Sans;
    color: #091e42;
}

.hW-right {
    padding: 40px 80px;
    flex: 2;
    background: #091e42;
    box-shadow: 0px 15px 50px #0095ff26;
    border-radius: 27px;
}

.hW-right p {
    text-align: left;
    font: normal normal 300 18px/36px Merriweather Sans;
    color: #ffffff;
    line-height: 40px;
}

.how-photoC {
    margin-top: 100px;
}

.how-photoC-inner {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.HPC-heading {
    text-align: center;
    font: normal normal bold 26px/36px Merriweather Sans;
    color: #091e42;
}

.HPC-heading h2,
.JVF-heading h2 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}

.HPC-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 27px;
}

.HPCI-Count {
    font: normal normal 400 50px/71px Merriweather Sans;
    color: #0095ff;
}

.HPCI-detail {
    font: normal normal normal 16px/36px Merriweather Sans;
    color: #000;
}

.features {
    margin-top: 70px;
    padding: 50px;
    /*justify-content: center;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fe-heading {
    text-align: center;
    font: normal normal bold 26px/36px Merriweather Sans;
    color: #091e42;
}

.fe-detail {
    width: 92%;
    margin-top: 30px;
    text-align: center;
    font: normal normal normal 18px/36px Merriweather Sans;
    color: #000;
}

.features-inner {
    margin-top: 70px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

.fe-item {
    /*position: relative;*/
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 27px;
    min-height: 250px;
}

/*.fe-item:hover{
    background: #091E42;
}
.fe-item:hover .fe-item-detail{
    color: white;
}*/

.fe-item-heading {
    margin-top: -30px;
    padding: 15px 30px;
    /*position: absolute;*/
    font: normal normal normal 22px/36px Merriweather Sans;
    /* color: #ffffff; */
    color: #0095ff;
    /* background: #0095ff; */
    background: #ffffff;
    box-shadow: 0px 15px 50px #0000000f;
    border: 1px solid #0095ff;
    border-radius: 16px;
}

.fe-item-detail {
    text-align: center;
    font: normal normal normal 16px/30px Merriweather Sans;
    color: #000000;
    padding: 20px;
}

.fe-item-detail p {
    line-height: 30px;
    font-weight: 300;
    color: #000;
}

.FAQ {
    padding: 40px;
    margin-top: 100px;
}

.FAQ-heading {
    text-align: center;
    font: normal normal bold 26px/36px Merriweather Sans;
    color: #091e42;
}

.FAQ-item {
    transition: all 0.5s;
    margin-top: 40px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 15px 50px #0000000f;
    border-radius: 27px;
}

.FAQ-quation-main {
    display: flex;
    justify-content: space-between;
    /*column-gap: 10px;*/
    cursor: pointer;
}

.FAQ-count {
    font: normal normal normal 20px/36px Merriweather Sans;
    color: #0095ff;
    margin-right: 5px;
}

.FAQ-quation {
    display: flex;
    font: normal normal normal 20px/36px Merriweather Sans;
    color: #091e42;
    font-size: 18px;
    font-weight: normal;
}

.FAQ-btn {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.FAQ-ans {
    margin-left: 40px;
    margin-top: 5px;
    display: none;
    color: white;
}

.FAQ-item.active {
    background: #091e42;
}

.FAQ-item.active .FAQ-quation {
    color: #ffffff;
}

.FAQ-item .FAQ-btn img {
    width: 30px;
    transition: all ease-in 0.2s;
}

.FAQ-item.active .FAQ-btn img {
    /* transition: all ease-in 0.1s; */
    transform: rotate(180deg);
}

.S-bIC a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.S-bIC .share-white {
    display: none;
}

.S-bIC:hover .share-white {
    display: block;
}

.S-bIC:hover .share-black {
    display: none;
}

.jpg-VS-file {
    margin-top: 70px;
}

.JVF-heading {
    font: normal normal bold 26px/36px Merriweather Sans;
    letter-spacing: 0px;
    color: #091e42;
    text-align: center;
}

.main-vs-table {
    position: relative;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 10px 15px 50px #0000001a;
    border-radius: 25px;
    padding-bottom: 30px;
}

.VStable-row {
    display: flex;
    /*flex-direction: column;*/
}

.VStable-th {
    padding: 10px;
    flex: 1;
    text-align: center;
    font: normal normal bold 26px/36px Merriweather Sans;
    color: #ffffff;
    background: #091e42;
}

.VStable-td {
    flex: 1;
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    /*flex: 1;*/
}

.VStable-td p {
    font: normal normal normal 18px/36px Merriweather Sans;
    line-height: 30px;
    color: #000;
}

.VStable-td strong p {
    color: #000;
}

.line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e1e8ed;
    z-index: 1;
}

.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.word {
    text-transform: uppercase;
    /*padding: 3px;*/
    width: fit-content;
    left: 49%;
    background: #fff;
    position: absolute;
    left: 48%;
    top: 49%;
    z-index: 1;
    text-align: left;
    font: normal normal 800 25px/64px Merriweather Sans;
    color: #e1e8ed;
}

/*  notfication popup start   */

.notifi-main {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
}

.notifi-inner {
    min-width: 445px;
    max-width: 520px;
    background: white;
    padding: 30px 40px;
    border-radius: 10px;
    height: fit-content;
    border: 4px solid #0095ff;
}

.notifi-heading {
    font: normal normal normal 27px Merriweather Sans;
    color: #0095ff;
}

.notifi-detail {
    text-align: center;
    line-height: 27px;
    font: normal normal normal 18px Merriweather Sans;
    color: #000;
}

.notifi-btnOK {
    background: #0095ff;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
    border-radius: 5px;
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    font: normal normal normal 18px Open Sans;
    color: #ffffff;
}

.notifiMain {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    row-gap: 20px;
    min-height: 285px;
}

.notifi-mainbtn {
    width: 100%;
    text-align: center;
}

.success .notifi-btnOK {
    background: #0095ff;
}

.warning .notifi-btnOK {
    background: #0095ff;
}

.success .imageError {
    display: none;
}

.warning .imageError {
    display: none;
}

.imageSuccess {
    display: none;
}

.imageWarning {
    display: none;
}

.success .imageSuccess {
    display: block;
}

.warning .imageWarning {
    display: block;
}

.error {
    animation: shake 0.2s ease-in-out 0s 2;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/*  notification popup end */

/* footer start  */

.footer {
    background: #091e42;
}

.row-F {
    text-align: center;
    padding: 0px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
}


.row-F a {
    color: white;
}

.footer-social-icon {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.p-5 {
    padding: 50px;
}

.vl {
    border-left: 1px solid white;
    height: 20px;
    margin: 0px 10px;
}

.row-S {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.row-S a {
    color: white;
}

.footer-social-icon a {
    display: flex;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.footer-social-icon a:hover {
    background: #0095ff;
}

.footer-social-icon a img {
    height: 20px;
    width: 20px;
    transition: all 0.1s ease-in;
}

.footer-social-icon a:hover img {
    transform: scale(1.1);
}

/*.footer-social-icon .share-footer-white{
    margin: 0 10px;
}*/

/* .footer-social-icon a .share-footer-active{
    display: none;
}
.footer-social-icon a:hover .share-footer-white{
    display: none;
}
.footer-social-icon a:hover .share-footer-active{
    display: block;
} */

/* footer end */

/* BLOG PAGE */

.container-fluid {
    width: 100%;
}

.blog-heading {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
}

.blog-card:hover {
    box-shadow: 0px 0px 5px rgb(201 201 201 / 50%);
    transform: scale(1.01);
    cursor: pointer;
    padding: 12px;

}

.blogs-row {
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin: 2em 0;
    gap: 1em;
}

.blog-item {
    padding-bottom: 1em;
    border-bottom: 1px solid #c3c3c3;
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2em;
    margin-bottom: 2em;
}

.blog-img-box img {
    width: 100%;
    object-fit: cover;
}

.blog-desc {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding-left: 1.5em;
}

.blog_posted_date {
    font-size: 16px;
    font-weight: bold;
    color: #c3c3c3;
}

.blog-title {
    color: #091e42;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
}

.blog-content {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.blogs-cat {
    padding-left: 3em;
}

.blogs_cat_heading {
    color: #091e42;
    font-size: 24px;
    font-weight: bold;
}

.blog_cat_list {
    list-style: none;
    font-size: 18px;
    font-weight: lighter;
    padding: 1em 0;
}

.blog_cat_list li {
    margin-bottom: 10px;
}

.blog_cat_list li a {
    text-decoration: none;
}

/* BLOG PAGE END */

/* SINGLE BLOG  */

.blog-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3em;
    margin: 3em 0;
    padding-bottom: 2em;
    border-bottom: 1px solid #c3c3c3;
}

.blog-header .cat_title {
    font-size: 14px;
    font-weight: lighter;
}

.single-blog-img-box img {
    width: 100%;
}

.single-blog-desc .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0.725em;
}

.single-blog-desc .short_desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 10px;
}

.author_section {
    display: flex;
    column-gap: 1em;
    align-items: center;
    margin-top: 2em;
}

.author_avatar img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.author_bio {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.author_bio .name {
    font-weight: bold;
}

.author_bio .posted_date {
    font-size: 14px;
    font-weight: bold;
    color: #c3c3c3;
}

.single_blog_content {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 3em;
    margin-bottom: 3em;
}

.single_blog_content .content {
    font-size: 16px;
    font-weight: lighter;
    line-height: 2;
}

.recommended_blogs {
    padding: 1em;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
}

.suggested_blog_div {
    width: 100%;
}

.suggested_blog_div .title {
    font-weight: bold;
    font-size: 18px;
}

.recommended_blog_item {
    display: flex;
    flex: 1;
    column-gap: 2em;
    margin: 1.5em 0;
}

.recommended_blog_item:last-child {
    margin-bottom: unset;
}

.blog_item_title {
    font-size: 14px;
    font-weight: lighter;
}

.recommended_blog_item>div {
    flex: 1;
}

.blog_item_img_box img {
    width: 100%;
    object-fit: cover;
}

/* conatct us page start */
.main-contact-us {
    display: flex;
    margin: 50px auto;
}

.main-contact-us .left {
    flex-basis: 50%;
}

.main-contact-us .left p {
    color: #000;
    font-size: 18px;
}

.main-contact-us .left form {
    margin-top: 20px;
}

.main-contact-us .left form label {
    font-size: 16px;
    color: #091e42;
    font-family: "Cabin";
}

.main-contact-us .left form .fields {
    width: 100%;
    background-color: #f4f6f8;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px;
}

.main-contact-us .left form input {
    height: 47px;
}

.main-contact-us .left form textarea {
    height: 100px;
}

#sendBtnContact {
    height: 39.46px;
    width: 163.82px;
    font-family: "Open Sans";
    font-size: 16px;
    color: #ffffff;
    border: none;
    background-color: #091e42;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.main-contact-us .center-col {
    flex-basis: 15%;
}

.main-contact-us .right {
    flex-basis: 35%;
}

.main-contact-us .right .detail {
    display: flex;
    margin-top: 20px;
}

.main-contact-us .right .detail .pic {
    flex-basis: 10%;
}

.main-contact-us .right .detail .content {
    flex-basis: 90%;
    color: #070e1a73;
    text-align: left;
    font-size: 16px;
}

.main-contact-us .right .social {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    /* background-color: red; */
    align-items: center;
    height: fit-content;
    min-height: 50px;
    max-width: 300px;
}

.main-contact-us .right .social span {
    font-size: 20px;
}

.main-contact-us .right .social a {
    /* background-color: #0095ff; */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /* padding: 10px; */
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}

.main-contact-us .right .social a img {
    /* flex-basis: 20%; */
    width: 20px;
    height: 20px;
}

.main-contact-us .right .social a:hover {
    background-color: #091e42 !important;
}

.main-contact-us .right .social a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(27deg) brightness(111%) contrast(103%);
}

.main-contact-us .right .social span {
    flex-basis: 20%;
}

/* contact us page end */

/* SINGLE BLOG END */

@media only screen and (max-width: 768px) {
    .blogs-row {
        grid-template-columns: 2fr 1fr;
    }

    .blog-item {
        grid-template-columns: 1fr 1fr;
    }

    .recommended_blog_item {
        flex-direction: column;
        row-gap: 10px;
    }

    .blog-header {
        column-gap: 1em;
    }

    .single_blog_content {
        column-gap: 1em;
    }

    .main-contact-us {
        flex-direction: column;
        width: 100%;
    }

    .main-contact-us .left {
        width: 100%;
    }

    .center-action {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .blogs-row {
        grid-template-columns: 1fr;
    }

    .blog-item {
        grid-template-columns: 1fr;
    }

    .blog-desc {
        padding-left: unset;
        margin-top: 10px;
    }

    .blogs-cat {
        padding-left: unset;
    }

    .blog-header {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 1em;
    }

    .single_blog_content {
        grid-template-columns: 1fr;
    }

    .recommended_blog_item {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .modes-wrapper {
        display: block;
    }

    .logo-img {
        width: 150px;
    }

    .activekld {
        display: block;
    }

    .upload-options {
        flex-direction: column;
    }

    .upper-section {
        flex-direction: column;
    }

    .result_actions .convertbtn {
        padding: 10px 10px 10px 10px;
    }

    .preview-image {
        flex-wrap: wrap;
    }

    .info-status {
        margin-left: auto;
    }

    .FAQ-item .FAQ-btn img {
        width: 22px;
        height: 50px;
    }

}

.loader {
    max-width: 180px;
    width: 100%;
    height: 16px;
    display: inline-block;
    position: relative;
    background: #EFF8FF;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

.loader::after {
    content: '';
    width: 40px;
    height: 16px;
    background: #0095FF;
    ;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
    border-radius: 18px;
}

.loader-outer {
    width: 100%;
    background: green;

}

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        transform: translateX(0%);
    }
}

.b-bottom {
    border-bottom: 1px solid #E1E8ED;
    width: 100%;
    padding-bottom: 10px;
}

.loader-container {
    width: 100%;
    text-align: center;
    padding: 40px;
}

.loader-text {
    color: transparent;

    background-image: linear-gradient(90deg, #BBDDFF 28.92%, #0095FF 42.62%, #BBDDFF 57.44%);

    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shimmer 2s infinite;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

@keyframes shimmer {
    0% {
        background-position: -200%;
    }

    100% {
        background-position: 200%;
    }
}

.result-Container {
    margin: unset;
    overflow: auto;
    max-height: 120px;
}

#mode_select {
    margin-left: 10px;
}

.footer-nav-section {
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-nav-link-sec {
    display: flex;
    justify-content: space-around;
}

.footer-nav-link-sec div a {
    padding: 10px 24px;
    border-radius: 10px;
}

.footer-nav-link-sec div a:hover {
    background: #0095ff;
}


/* Show Toast Message */


.toast {
    position: fixed;
    top: 25px;
    right: 25px;
    max-width: 300px;
    background: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 1023;
    animation: slideInRight 0.3s ease-in-out forwards,
        fadeOut 0.5s ease-in-out forwards 3s;
    transform: translateX(110%);
}

.toast.closing {
    animation: slideOutRight 0.5s ease-in-out forwards;
}

.toast-progress {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #b7b7b7;
    animation: toastProgress 3s ease-in-out forwards;
}

.toast-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toast-icon {
    padding: 0.35rem 0.5rem;
    font-size: 1.5rem;
}

.toast-message {
    flex: 1;
    font-size: 0.9rem;
    color: #000000;
    padding: 0.5rem;
}

.toast.toast-success {
    background: #95eab8;
}

.toast.toast-success .toast-progress {
    background-color: #2ecc71;
}

.toast.toast-danger {
    background: #efaca5;
}

.toast.toast-danger .toast-progress {
    background-color: #e74c3c;
}

.toast.toast-info {
    background: #bddaed;
}

.toast.toast-info .toast-progress {
    background-color: #3498db;
}

.toast.toast-warning {
    background: #ead994;
}

.toast.toast-warning .toast-progress {
    background-color: #f1c40f;
}

@keyframes slideInRight {
    0% {
        transform: translateX(110%);
    }

    75% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(110%);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes toastProgress {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}


.alertClose {
    text-align: center;
}

.alertBoxMessageContainer {
    max-width: 360px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(89.32deg, #F6FCF8 2.33%, #FFF9F8 99.42%);
    border-radius: 15px;
    margin: auto;
    text-align: center;
}

.popup-main {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-btn-container {
    text-align: center;
    margin-top: 10px;
}

#close-pop-up {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: #091E42;
    font-family: Merriweather Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: center;
    color: #FFFFFF;
}

.popup-text-message {
    color: #262626;
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.popup-text-text {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #7D889B;
    margin-bottom: 10px;
}

.popup-img {
    display: none;
}






.custumpage h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    margin: 20px 0px 20px 0px;
}

.custumpage h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0em;
    margin: 20px 0px 20px 0px;
}

.custumpage p {
    line-height: 36px
}

.custumpage h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    margin-top: 20px;
}

.custumpage ul li {
    line-height: 26px;
    margin-left: 20px;
}

.custumpage .main-container {
    margin-bottom: 36px;
}

#jsShadowRoot {
    margin-left: auto;
}

.bar-line {
    width: 20px;
    height: 2px;
    background-color: black;
    margin: 6px 0px;
    transition: all 0.4s ease 0s;
}

.content-container {
    min-height: 700px;
}

.copy-text:hover {
    filter: drop-shadow(2px 10px 10px grey);
}

.download-text:hover {
    filter: drop-shadow(2px 10px 10px grey);
}

.remove-icon:hover {
    filter: drop-shadow(2px 10px 10px grey);
}

.mode-selected-text {
    font-size: 14px;
}

.relative {
    position: relative !important;
}

#captcha {
    position: absolute;
    bottom: 59px;
    right: 0;
    right: 21px;
}

#captcha-contact {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.custom-padding {
    padding-bottom: 65px;
}

@media(max-width:1024px) {
    #captcha {
        bottom: 74px;
    }
}

@media(max-width:456px) {
    #captcha {
        transform: scale(0.9);
        max-width: 300px;
        overflow: hidden;
        right: 6px;
    }

    #captcha-contact {
        transform: scale(0.9);
        left: -14px;
    }
}

@media(max-width:400px) {
    .row-F {
        padding: 0px;
    }

}

@media(max-width:370px) {
    #captcha {
        transform: scale(0.8);
        right: -8px;
    }


    #captcha-contact {
        transform: scale(0.8);
        left: -29px;
    }
}
.url-input-options>img{
    width: 100%;
}

.btn-urlL :nth-child(2),
.btn-urlL :nth-child(3) {
    border-left: 1.5px solid #E1E8ED !important;
}
#jsShadowRoot{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}
@media(max-width: 372px){
    #jsShadowRoot{
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
}
#mode_select {
 padding: 10px 16px;
    font-size: 16px;
    background-color: #1D3051;
    color: white;
    border: none;
    border-radius: 10px;
    width: auto;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #1D3051 url(../images/down-arrow.svg) no-repeat right 16px center;
    background-size: 16px;
    min-width: 136px;
    max-width: fit-content;
}
@media(max-width: 475px){
    .main-share{
        flex-wrap: wrap;
        justify-content: center;
    }
}