* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
.container{
    max-width: 1280px;
}
.navbar-collapse{
    justify-content: end;
}
.nav-item{
    margin-left: 20px;
   
}
.nav-link{
    color: black;
    font-size: 16px;
    cursor: pointer;
}
.navbar{
    box-shadow: -30px 10px 50px 0px #0000000D; 
}
.nav-link:focus, .nav-link:hover {
    color: black;
    text-decoration: underline;
}
.navbar-brand img{
    width: 180px;
}

.file-converter{
    height: auto;
    background: white;
}
.file-converter-1{
    text-align: center;
    margin-top: 30px;
}
.file-converter-1 h1{
    color: #282f3a;
    font-weight: 600;
    font-size: 4em;
}
.file-converter-1 h2{
    color: #282f3a;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.file-converter-1 p{
    color: #282f3a;
    font-size: 14px;
    font-weight: 400;
}
.upload-file-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.upload-file {
    width: 800px;
    height: 320px;
    margin-top: 15px;
    border-radius: 11.2px;
    border: 2.24px solid #bec0da;
    border-style: dashed;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.file {
    position: relative;
    overflow: hidden;
    background-color: #f05f3d !important;
    height: 80px;
    width: 270px;
    border-radius: 10px;
    border: none;
    margin-left: 265px;
    color: #ffffff;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(78, 132, 253, .4);
}
.choose {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}
.file img {
    height: 30px;
    width: 35px;
}
.file h1 {
    font-weight: 700;
    font-size: 24px;
    margin-left: 5px;
    margin-top: 10px;
}
.file:hover {
    color: #ffffff;
    background-color: #727cf5;
}
label:hover {
    color: #ffffff;
    background: #3c3c3c !important;
}
.upload-file p {
    font-size: .9375em;
    font-weight: 500;
    color: #747065;
    margin-top: 12px;
    margin-bottom: 12px;
}
.upload-file p a{
    color: #f05f3d !important;
}
.convert-file{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
input[type="file"]{
    display: none;
}
label {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #f05f3d !important;
    height: 80px;
    width: 270px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(78, 132, 253, .4);
    font-weight: 700;
    font-size: 24px;
}
.upload-file img{
    height: 30px;
    width: 35px;
}
label:active{
    transform: scale(0.9);
}
.convert-button{
    color: #ffffff;
    background-color: #f05f3d ;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(78, 132, 253, .4);
}
.convert-button img{
    width: 22px;
}
.convert-button:hover{
    background: #3c3c3c !important;
    color: white;
}
.whatis{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatisjpegtojpg h3{
    font-size: 36px;
    font-weight: 500;
    color: #282828;
    margin-top: 50px;
}
.whatisjpegtojpg h2{
    font-size: 26px;
    font-weight: 400;
    color: #282828;
    margin: 0;
    padding: 0;
}
.whatisjpegtojpg p{
    font-size: 16px;
    color: #707070;
    padding: 20px 0px 30px 0px;
}
.convert-ol{
    list-style: disc;
    margin-top: 20px;

}
.convert-ol li{
    margin-top: 60px;
    font-size: 18px;
}
.abc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.abc img{
    width: 50%;
    margin-top: 50px;
}
.bar-sec {
    margin: 40px 0px 0px 0px;
}
.bar-sec-one {
    margin: 0px 0px 30px 0px;
}
.progress-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.progress-text p {
    font-size: 14px;
    font-weight: 500;
    color: #282828;
    margin: 0;
    padding: 0px 0px 5px 0px;
}
.progress {
    height: 5px !important;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #f05f3d;
    transition: var(--bs-progress-bar-transition);
}
.why-sec-btn {
    display: flex;
    margin: 50px 0px 0px 0px;
}
.btn-one a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #f05f3d;
    padding: 14px 21px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #f05f3d;
    line-height: 50px;
    text-align: center;
}
.btn-two a {
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: #f05f3d;
    border: 2px solid #f05f3d;
    padding: 14px 21px;
    text-decoration: none;
    border-radius: 8px;
    margin: 0px 0px 0px 30px;
    line-height: 50px;
    text-align: center;
}
.btn-one a:hover {
    color: #fff !important;
    background: #3c3c3c !important;
    border: 2px solid #3c3c3c;
}
.btn-two:hover a{
    background: #3c3c3c !important;
    color: #fff;
    border: 2px solid #3c3c3c;
}
.howtoconvert{
    text-align: center;
    margin-top: 150px;
}
.howtoconvert h2{
    font-weight: 500;
    font-size: 40px;
}
.convert{
    margin-top: 40px;
    margin-bottom: 40px;
}
.upload-image,.edit-design,.download-design{
    height: 220px;
    background-color: #f4f4f4;
    border-radius: 16px;
}
.upload-image-1{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.upload-image-1 img{
    width: 65px;
    height: 65px;
    margin-left: 20px;
    margin-top: 10px;
}
.upload-image-1 h2{
    font-size: 24px;
    font-weight: 500;
    margin-top: 34px;

}
.upload-image p{
    margin-left: 30px;
    color: rgba(17, 23, 29, .6);
    margin-right: 30px;
    text-align: center;
}
.upgrade-now{
    background-color: #f05f3d;
    height: 320px;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upgrade-now-1{
    text-align: center;
 
}
.upgrade-now-1 h2{
    color: white;
    font-size: 42px;
    font-weight: 600;
}
.upgrade-signup{
    border-radius: 4px;
    color: white;
    padding: 12px 55px;
    font-size: 20px;
    background-color: #f9c750;
    border: none;
    margin-top: 25px;
}
.upgrade-signup:hover{
    background-color:  #fabd2d;
}
.questions{
    text-align: center;
    margin-top: 100px;
}
.questions h2{
    font-size: 40px;
    font-weight: 500;
}
.accordion-part{
    margin-top: 50px;
    margin-bottom: 50px;
}
.accordion-button:hover {
    color: #f05f3d !important;
}
.accordion-button:not(.collapsed) {
    color: #f05f3d !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.testimonial{
    text-align: center;
    margin-top: 30px;
}
.carousel-item {
    text-align: center;
}
.testimonial h2{
    font-weight: 500;
    font-size: 55px;
}
.carousel-item h2{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.slider{
    margin-top: 30px;
}
.carousel-indicators [data-bs-target]{
    background-color: #f05f3d !important;
    width: 40px;
}
.carousel-item p{
    color: rgb(97 101 103);
    margin-top: 15px;
}
.carousel-indicators {
    top: 100%;
}
.contact-sec {
    text-align: center;
   margin-top: 100px;
}
.contact-sec h2{
    font-size: 40px;
}
.contact-sec p {
    padding: 10px 0px;
    margin: 0 !important;
}
.hr {
    display: flex;
    justify-content: center;
    margin: 10px 0px 0px 0px;
}
hr.rounded {
    color:  #f05f3d !important;
    border: 2px solid;
    width: 10%;
    margin: 0;
}
.location-map img {
    height: 440px;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.contact-detail {
    margin: 60px 0px 0px 0px;
}
.contact-sec-inner {
    margin: 40px 0px 0px 0px;
}
.conatact-form {
    text-align: left;
    border: 1px solid #dee3f1;
    border-radius: 10px;
    padding: 40px;
}
.conatact-form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin: 0;
    padding: 20px 0px;
}
.inner-form input, .inner-form textarea {
    background: #f7f8fb !important;
    border: 0;
    border-radius: 8px !important;
    margin: 0px 0px 20px 0px;
    line-height: 40px;
}
.form-btn input {
    background: #f05f3d !important;
    color: #ffffff;
    display: block !important;
    width: 100%;
    border-radius: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid;
}
.footer{
    height: 400px;
    background: #f7f8fb;
    margin-top: 100px;
}
.logo{
    margin-top: 100px;
}
.logo img{
    width: 220px;
}
.logo p{
    font-size: 14px;
    line-height: 35px;
    color: #707070;
    padding: 25px 0px 0px 0px;
}
.helpful-links,.bulletin{
    margin-top: 100px;
}
.helpful-links p,.bulletin p{
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.helpful-links-ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    line-height: 35px;
}
.helpful-links-ul a{
    color: #707070 !important;
    text-decoration: none;
}
.helpful-links-ul a:hover{
    color: var(--bs-link-color) !important;
    text-decoration: underline !important;
}
.footer1{
    border-bottom: 1px solid #dee3f1;
    padding-bottom: 15px;
}
.copyright{
    text-align: center;
    margin-top: 20px;
}
.copyright p{
    font-size: 14px;
    color: #707070;
    text-align: center;
    font-weight: 400;
}
.search-1{
    border-color: #f05f3d !important;
    color:#f05f3d ;
}
.search-1:hover {
    color: var(--bs-btn-hover-color);
    background-color: #f05f3d !important;
    border-color:  #f05f3d !important;
}
@media only screen and (max-width: 1280px){

    .navbar-brand img{
        margin-left: 30px;
    }
    .navbar-collapse{
        margin-right: 30px;
    }
    .upload-image, .edit-design, .download-design {
        height: 220px;
        width: 380px;
        background-color: #f4f4f4;
        border-radius: 16px;
        margin-left: 12px;
    }
    .logo img{
        margin-left: 30px;
    }
    .logo p {
        margin-left: 30px;
    line-height: 35px;
    }
    .bulletin{
        margin-right: 30px;
    }
    .whatisjpegtojpg h3 {
        font-size: 35px;
    }
    .whatisjpegtojpg h2 {
        font-size: 22px;
    }
    .whatisjpegtojpg p {
        font-size: 14px;
    }
    .progress-text p {
        font-size: 12px;
    }
    .bar-sec{
        margin-right: 100px;
    }
    .btn-one a,.btn-two a {
        font-size: 14px;
    }

}
@media only screen and (max-width: 1168px) {
    .upload-image, .edit-design, .download-design {
        height: 220px;
        width: 365px;
        background-color: #f4f4f4;
        border-radius: 16px;
        margin-left: 0;
    }
    .upload-image p {
        font-size: 15px;
    }
    .logo p {
        font-size: 13px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1080px){
    .bar-sec {
        margin-right: 50px;
    }
    .whatisjpegtojpg h3 {
        font-size: 32px;
    }
    .whatisjpegtojpg h2 {
        font-size: 20px;
    }
    .btn-one a, .btn-two a {
        font-size: 12px;
    }
    .upload-image, .edit-design, .download-design {
        height: 200px;
        width: 325px;
        background-color: #f4f4f4;
        border-radius: 16px;
     
    }
    .upload-image-1 h2 {
        font-size: 17px;
        font-weight: 500;
        margin-top: 35px;
        margin-left: 0px;
    }
    .upload-image p {
        font-size: 13.5px;
    }
    .upgrade-now-1 h2{
        font-size: 35px;
    }
    .convert-ol li {
        margin-top: 60px;
        font-size: 14px;
    }
    .logo p {
        font-size: 11px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 868px){
    .navbar-nav{
        margin-left: 15px;
    }
    .whatisjpegtojpg h3 {
        font-size: 25px;
    }
    .whatisjpegtojpg h2 {
        font-size: 18px;
    }
    .whatisjpegtojpg p {
        font-size: 11px;
        padding-bottom: 0;
    }
    .bar-sec{
        margin-top: 20px;
    }
    .btn-one a, .btn-two a {
        font-size: 9px;
        padding: 14px 14px;
    }
    .why-sec-btn{
        margin-top: 30px;
    }
    .howtoconvert{
        margin-top: 80px;
    }
    .upload-image, .edit-design, .download-design {
        height: 160px;
        width: 600px;
        background-color: #f4f4f4;
        border-radius: 16px;
        margin-left: 120px;
        margin-top: 36px;
    }
    .convert {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .upgrade-now {
        margin-top: 70px;
    }
    .upgrade-now-1 h2 {
        font-size: 30px;
    }
    .conatact-form{
        margin-top: 50px;
    }
    .footer {
        height: auto;
    }
    .helpful-links, .bulletin {
        margin-top: 20px;
        margin-left: 30px;
    }
    .input-group{
        width: 40%;
    }
    .convert-ol li {
        margin-top: 40px;
        font-size: 12px;
    }
    .convert-ol{
        padding-left: 1rem;
    }
    .upload-image-1 h2 {
        font-size: 23px;
        font-weight: 500;
        margin-top: 30px;
        margin-left: 0px;
    }
    .upload-image p {
        font-size: 15.5px;
    }

}
@media only screen and (max-width: 768px){

    .abc{
     display: none;
    }
    .file-converter-1 p {
        color: #282f3a;
        font-size: 12px;
        font-weight: 400;
    }
    .bar-sec {
        margin-right: 50px;
        margin-left: 50px;
    }
    .whatisjpegtojpg{
        margin-left: 50px;
    }
    .why-sec-btn {
        margin-top: 30px;
        margin-left: 50px;
    }
    .btn-one a, .btn-two a {
        font-size: 16px;
        padding: 14px 26px;
    }
    .why-sec-btn {
        margin-top: 50px;
    }
    .upload-image, .edit-design, .download-design{
        margin-left: 70px;
    }
    .upgrade-now-1 h2 {
        font-size: 27px;
    }
    .carousel-item h2 {
        font-size: 16px;
    }
    .accordion-body{
        font-size: 12px;
    }
    .whatisjpegtojpg h2 {
        font-size: 30px;
        margin-top: 0px;
    }
    .convert-ol li {
        margin-top: 40px;
        font-size: 14px;
    }
    .howtoconvert h2 {
        font-weight: 500;
        font-size: 35px;
    }
    .logo p {
        font-size: 14px;
        line-height: 35px;
    }

}
@media only screen and (max-width: 468px){

    .upload-image, .edit-design, .download-design {
        margin-left: 60px;
        width: 325px;
        height: 200px;
    }
    .file-converter-1 h1{
        font-size: 3em;
    }
    .file-converter-1 p{
        font-size: 18px;
    }
    label{
        height: 70px;
        width: 230px;
        font-size: 22px;
    }
    .whatisjpegtojpg {
        margin-left: 0;
    }
    .bar-sec{
        margin: 0;
    }
    .btn-one a, .btn-two a {
        font-size: 12px;
        padding: 14px 14px;
    }
    .why-sec-btn{
        margin-left: 0;
    }
    .upgrade-now-1 h2 {
        font-size: 16px;
    }
    .upgrade-now{
        height: 180px;
    }
    .upgrade-signup {
        padding: 8px 35px;
        font-size: 14px;
        margin-top: 10px;
    }
    .questions h2 {
        font-size: 28px;
    }
    .accordion-part {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .carousel-item h2 {
        font-size: 11px;
    }
    .contact-sec h2 {
        font-size: 28px;
    }
    .contact-detail {
        margin: 0px 0px 0px 0px;
    }
    .location-map img {
        height: auto;
    }
    .input-group {
        width: 80%;
    }
    .copyright p {
        font-size: 10px;
    }
    .file-converter-1 p {
        font-size: 8px;
    }
    .file-converter-1 h2 {
        color: #282f3a;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .whatisjpegtojpg h2 {
        font-size: 25px;
        margin-top: 0px;
        margin-left: 20px;
    }
    .convert-ol {
        padding-left: 1rem;
        margin-left: 20px;
    }
    .howtoconvert {
        margin-top: 50px;
    }
    .howtoconvert h2 {
        font-weight: 500;
        font-size: 30px;
    }
    .upload-image p {
        font-size: 13.5px;
    }
}
@media only screen and (max-width: 368px) {
    .file-converter-1 h2 {
        color: #282f3a;
        font-size: 12px;
    }
    .upload-image, .edit-design, .download-design {
        margin-left: 10px;
        width: 325px;
    }
    .file-converter-1 h1 {
        font-size: 30px;
    }
    .file-converter-1 p {
        font-size: 6px;
    }
    .upload-file{
        height: 250px;
    }
    label {
        height: 60px;
        width: 170px;
        font-size: 14px;
    }
    .upload-file img {
        height: 25px;
        width: 30px;
    }
    .upload-file p {
        font-size: 12px;
    }
    .convert-button {
        padding: 5px 10px;
        font-size: 10px;
    }
    .convert-button img {
        height: 20px;
        width: 15px;
    }
    .whatisjpegtojpg h2 {
        font-size: 20px;
    }
    .whatisjpegtojpg h3 {
        font-size: 16px;
    }
    .whatisjpegtojpg p {
        font-size: 10px;
        padding-bottom: 0;
    }
    .btn-one a, .btn-two a {
        font-size: 10px;
        padding: 14px 10px;
    }
    .howtoconvert h2 {
        font-weight: 500;
        font-size: 20px;
    }
    .upgrade-now-1 h2 {
        font-size: 13px;
    }
    .upgrade-signup {
        padding: 8px 20px;
        font-size: 10px;
        margin-top: 10px;
    }
    .upgrade-now {
        height: 150px;
    }
    .questions h1 {
        font-size: 22px;
    }
    .carousel-item h2 {
        font-size: 8px;
    }
    .carousel-item p{
        font-size: 8px;
    }
    .contact-sec h2 {
        font-size: 22px;
    }
    .contact-sec p{
        font-size: 12px;
    }
    .convert-ol li {
        margin-top: 35px;
        font-size: 9px;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #f05f3d !important;
        width: 20px;
    }
    .logo p {
        font-size: 11px;
        line-height: 30px;
    }
}