*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body {
        -webkit-user-select: none; / Safari /
        -moz-user-select: none; / Firefox /
        -ms-user-select: none; / IE 10+ /
        user-select: none; / Standard syntax /
    }

.button {
    background: #66cef6;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #00000087;
    transition: all 0.4s ease-in-out;
    margin-top: 20px
}

.button:hover {
    color: #000;
    border: 1px solid #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 40px
}

.border_bottom {
    border-bottom: 1px solid #80808030;
    padding-bottom: 15px
}

.table_style {
    width: 100%
}

.license {
    background: #f4f4f4;
    padding: 13px;
    margin-bottom: 10px
}

a {
    color: #AA0377;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.no-padd {
    padding: 0
}

#footer {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF
}

.footer-text {
    background: #27262b;
    padding: 15px 0;
    position: relative
}

.well-1 {
    min-height: 20px;
    padding: 15px;
    color: #292829;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    color: #333
}

.well-1 a {
    color: #333 !important
}

.footer-text.footer-text:before {
    position: absolute;
    content: "";
    width: 25px;
    background: #27262b;
    height: 25px;
    left: 50%;
    top: -13px;
    transform: rotate(45deg)
}

.footer-text p {
    padding-left: 10px;
    margin: 0;
    font-size: 13px;
    color: #ffffff
}

.follow_link a {
    color: #fff;
    padding: 5px 7px;
    font-size: 20px
}

.follow_link a.facebook {
    background: #3b5998
}

.follow_link a.facebook:hover {
    background: #264075
}

.follow_link a.twitter {
    background: #4494c6
}

.follow_link a.twitter:hover {
    background: #276e9a
}

.footer-text p a {
    color: #fff
}

.scrolltop {
    display: none;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    background: #9C1C7D;
    width: 36px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px
}

.scrolltop svg {
    fill: #fff;
    position: relative;
    left: -2px;
    top: 2px;
}

.menu-large {
    position: static !important
}

.megamenu {
    width: 100%
}

.megamenu>li>ul {
    padding: 0;
    margin: 0
}

.megamenu>li>ul>li {
    list-style: none
}

.megamenu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px
}

.download_box_area {
    padding: 30px 0
}

.download_box_area h2 {
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 28px
}

.box_content {
    text-align: center;
    padding-bottom: 30px;
    background: #e9e9e9;
    margin-bottom: 28px;
    position: relative
}

.product_container {
    background: #0a81ac;
    padding: 20px 0 40px;
    color: #fff
}

.share_like li a {
    background: #17b0de;
    padding: 5px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px
}

.converter {
    min-height: 500px;
    padding: 40px 0
}

.file-box input[type="file"] {
    display: none
}

.file-boxs input[type="file"] {
    display: none;
}


#blah {
    display: none;
    padding: 40px 0
}

.box-append {
    width: 80%;
    margin: auto;
    padding: 30px 0
}

.box-append img {
    width: 100%
}

.file-box .custom-file-upload {
     display: inline-block;
     padding: 15px 20px;
      font-size: 22px;
    background: #fff;
    fill: #AA0377;
    color: #AA0377;
    border: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1000;
    transition: color 400ms;
}

.file-box .custom-file-upload::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000FF;
    fill: #fff;
    color: #fff;
    z-index: -1;
    transition: transform 400ms ease-out;
    transform: scaleX(0);
    transform-origin: left;
}

.file-box .custom-file-upload:hover::before {
   transform: scaleX(1);
  }
.file-box .custom-file-upload:hover {
    fill: #fff ;
    color: #fff;
}


.download-btn {
     display: inline-block;
     padding: 15px 30px;     
      font-size: 22px;
    background: #0000FF;
    fill: #fff;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff !important;
    border: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    transition: color 400ms;
}


.download-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #AA0377;
    z-index: -1;
    transition: transform 400ms ease-out;
    transform: scaleX(0);
    transform-origin: left;
}

.download-btn:hover::before {
   transform: scaleX(1);
}

.download-btn:hover {
    color: #fff;
    text-decoration: none;
}

.mac-btn {
     display: inline-block;
     padding: 15px 30px;     
      font-size: 22px;
    background: #9C1C7D;
    fill: #fff;
    margin-left: 10px;
    margin-top: 10px;
    color: #fff !important;
    border: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    transition: color 400ms;
}

.mac-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000FF;
    z-index: -1;
    transition: transform 400ms ease-out;
    transform: scaleX(0);
    transform-origin: left;
}

.mac-btn:hover::before {
   transform: scaleX(1);
}

.mac-btn:hover {
    color: #fff;
    text-decoration: none;
}

.share_like li a:hover {
    background: #0a98c3;
    text-decoration: none
}

.footer_link li a {
    color: #fff;
    font-size: 12px
}

.download {
    padding-top: 10px;
    display: flex
}

.download a {
    color: #fff;
    font-size: 18px;
    padding: 12px 18px;
    display: block;
    border-radius: 6px;
    margin: 10px
}

.download a span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 1px
}

.download a:hover,
.download a:focus {
    text-decoration: none
}

.download .text {
    color: grey;
    text-align: center
}

.btn_green:hover {
    background-color: #5CBEDE !important;
    border-color: #5CBEDE;
    color: #fff !important
}

.btn_green {
    color: #fff;
    background-color: #31add6;
    transition: all 0.4s ease-in-out;
    text-decoration: none
}

.btn_orange {
    color: #fff;
    background-color: #8cc838;
    border-color: #8cc838
}

.btn_orange:hover {
    color: #fff !important;
    background-color: #83D411 !important;
    text-decoration: none
}

.page-title {
    padding: 65px 0 15px
}

.v_border:before {
    border-right: 1px solid #e5e6e7;
    height: 100%;
    content: "";
    position: absolute;
    right: 0
}

.v_border:after {
    content: url(https://www.freeconverter.app/images/home/arrows.webp);
    width: 10px;
    height: 13px;
    position: absolute;
    right: -9px;
    top: 50%
}

.separator {
    background: url(https://www.freeconverter.app/images/home/bg-sep.webp)repeat-x scroll center center transparent;
    margin: 10px 0 5px 0;
    text-align: center
}

.separator .h3 {
    background-image: url(https://www.freeconverter.app/images/home/home_gray_backg.webp);
    background-repeat: repeat;
    padding: 7px 15px 10px;
    display: inline-block
}

.mac_part2 {
    padding: 20px 0
}

.product_info {
    border: unset
}

.product_info .mr_free {
    background: url(https://www.freeconverter.app/images/home/sign.webp)94px center no-repeat transparent
}

.product_info .second_td,
.product_info .third_td {
    width: 172px;
    border: 1px solid gainsboro
}

.second_header,
.third_header {
    border: 1px solid gainsboro
}

.product_info td,
.product_info th {
    vertical-align: middle;
    padding: 1px 10px;
    text-align: left;
    border: 1px solid #cfd1d7
}

.product_info tr.odd {
    background-color: #fcfcfc
}

.table_padding {
    padding: 40px;
    background: #fafafa
}

.product_info .first_header {
    border: none;
    border-bottom: 1px solid #cfd1d7;
    text-align: left;
    width: 480px;
    font-weight: normal;
    font-size: 26px;
    color: #333333;
    text-transform: uppercase
}

.common_white_block .wrapper {
    margin: 0 auto;
    display: table
}

.common_white_block .wrapper ul.languages li.flag .l_icon {
    position: relative;
    top: 5px;
    display: inline-block;
    height: 16px;
    width: 20px;
    background-image: url(https://www.freeconverter.app/images/home/flag-sprite.webp);
    background-repeat: no-repeat
}

.common_white_block .wrapper ul.languages {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 11px
}

.common_white_block .wrapper ul.languages li {
    list-style: none;
    display: inline;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
    margin-right: 5px
}

.product_info tr {
    background-color: #ffffff
}

.product_info .mr_pay {
    background: url(https://www.freeconverter.app/images/home/sign.webp)-121px center no-repeat transparent
}

.product_info a.download_mr {
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #8cc838;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19), inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.31);
    border: solid 1px #8cc838;
    display: block;
    text-align: center;
    color: #fff
}

.product_info .first_td {
    border-right: none;
    font-size: 13px;
    text-transform: uppercase;
    border-left: none;
    text-align: left;
    font-weight: bold;
    padding-top: 4px
}

.product_info a.download_mr_p {
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #31add6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19), inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.31);
    border: solid 1px #31add6;
    display: block;
    text-align: center;
    color: #fff
}

.text-underline {
    text-decoration: underline
}

.bottom_shadow {
    background-image: url(https://www.freeconverter.app/images/home/shadow.webp);
    background-repeat: no-repeat;
    height: 10px;
    margin: 0 auto
}

p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
}

.olm_part_2 {
    padding: 40px 0
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width:767px) {

    .table_padding {
        margin-top: -144px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1)
    }
    .common_white_block {
        position: relative;
        top: -40px;
        padding-bottom: 70px
    }
    .wrapper {
        margin-bottom: 60px !important
    }
    .bottom_shadow {
        width: 940px
    }
    .margin_Top {
        margin-top: -40px
    }
    .spotlight:hover::before {
        position: absolute;
        content: url(https://www.freeconverter.app/images/home/bg-hover.webp);
        z-index: 1000
    }
}

.list_heading dl {
    margin-bottom: 0
}

.list_heading dt {
    width: 20px;
    padding: 5px 0
}

.list_heading dt i {
    color: #dadada;
    font-size: 18px
}

.list_heading dd {
    margin-left: 37px;
    padding: 5px 0
}

.screenshorts {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E5E6E7;
    border-top: 2px solid #E5E6E7;
    background: #f1f2f4
}

.light_logo {
    margin-top: -10px;
    font-size: 17px;
    color: #76dfff;
    padding-bottom: 10px
}

.product_area {
    background: #efefef;
    padding: 30px 0;
    color: #000;
}

.product_area p {
    color: #000;
}

.product_area a {
    color: #000;
}

.star {
    margin-top: -10px;
    font-size: 17px;
    color: #808080cf;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2dbdb
}

.star i {
    font-size: 14px;
    color: #e67719
}

.list_heading dl {
    margin-bottom: 0
}

.list_heading dt {
    width: 20px;
    padding: 5px 0
}

.list_heading dt i {
    color: #292829;
    font-size: 18px
}

.list_heading dd {
    margin-left: 37px;
    padding: 5px 0
}

.border_round {
    margin: 0 auto;
    display: table;
    padding-top: 30px
}

.img_padding {
    padding-top: 30px
}

.border_round li a {
    border: 1px solid #0000005c;
    padding: 10px;
    font-size: 20px
}

.border_round li a i {
    color: #292829
}

.border_round li span {
    padding-top: 16px;
    display: block;
    text-align: center;
    color: grey
}

.youtube_color {
    color: red
}

.download {
    padding-top: 10px;
    display: flex
}

.text-bold {
    font-weight: bold
}

.download a {
    color: #fff;
    font-size: 18px;
    padding: 10px 18px;
    display: block;
    border-radius: 2px;
    margin: 10px
}

.download a span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 1px
}

.download a:hover,
.download a:focus {
    text-decoration: none
}

.download .text {
    color: grey;
    text-align: center
}

.btn_green:hover {
    background-color: #202321 !important;
    border-color: #202321;
    color: #fff !important
}

.btn_green {
    color: #fff;
    background-color: #e67719;
    border-color: #e67719;
    transition: all 0.4s ease-in-out;
    text-decoration: none
}

.btn_orange {
    color: #fff;
    background-color: #292829;
    border-color: #292829
}

.btn_orange:hover {
    color: #fff !important;
    background: #0a0a0a !important;
    text-decoration: none
}

.font_size {
    font-size: 30px;
    font-weight: bold
}

.text_green {
    color: green
}

.price_cross {
    line-height: 66px;
    font-size: 18px
}

.product_banner {
    background: linear-gradient(180deg, #3fb3d8, #d4d4d4)
}

.justify-content-center {
    border-radius: 30px;
    border: 4px solid #292829;
    justify-content: center !important;
    display: grid;
    padding: 30px;
    margin: 30px
}

.quick_responsive {
    background: #e4f3ff;
    display: table;
    padding-bottom: 50px
}

.bg-blue {
    background-color: #292829;
    margin-top: 170px
}

.border_bottom_list li:not(:last-child) {
    border-bottom: 1px solid #80808038
}

.quick_content_p {
    padding: 30px;
    margin-bottom: 30px
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa !important;
    margin: 0 auto;
    display: table !important;
    margin-top: 30px
}

.feature_icon_2 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    padding: 10px 0;
    margin: 20px 6px;
    border-radius: 8px;
    transition: all 0.4s ease-in-out
}

.feature_icon_2:hover {
    box-shadow: 0 0 10px 0 rgba(122, 215, 245, 0.38)
}

.btn-outline-light:hover {
    background: #fff
}

.quick_term {
    color: #3fb3d8;
    font-size: 16px;
    padding-top: 10px
}

.overcome_term {
    color: #3fb3d8 !important;
    padding: 7px;
    font-size: 21px !important;
    padding: 7px
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 20px 30px
}

.key_feartures {
    padding: 50px 0
}

.icon_modal {
    position: absolute;
    left: 44%;
    display: block;
    top: 25%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #3e5a99
}

.feats-list {
    padding-top: unset
}

.line_height_26 {
    line-height: 26px !important
}

.feats-slides .feats-desc {
    font-weight: 500;
    color: grey
}

.s_award_area {
    background: whitesmoke
}

._award_area {
    color: #000
}

._award_area .carousel-caption {
    text-shadow: unset;
    color: black !important;
    bottom: unset;
    padding: 30px 20px
}

._award_area .carousel-caption {
    text-align: left
}

._award_area .software_heading {
    padding: 10px 0;
    color: #3fb3d8;
    font-size: 17px
}

.bg_logo_color {
    border: 1px solid #e4e4e4;
    border-bottom: unset;
    padding: 10px 15px;
    padding-bottom: 14px
}

.bg_logo_color_blue {
    background: #292829;
    padding: 7px 10px
}

.card-body {
    border: 1px solid #e4e4e4;
    padding: 10px
}

.bg_logo_color .card-link {
    color: #fff
}

._award_control {
    position: relative !important;
    top: -20px !important;
    bottom: 0;
    float: right !important;
    width: 50px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
    margin: 1px 2px
}

._award_control.left,
._award_control.right {
    background-image: unset !important
}

.feats-slides {
    height: 350px;
    padding: 1px 0;
    transition: all 0.4s ease-in-out
}

.feats-slides .feats-control {
    position: relative
}

.feats-slides .feats-ctrl {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 23px;
    opacity: .0;
    pointer-events: none;
    z-index: 3
}

.feats-slides .feats-ctrl.active {
    opacity: 1;
    cursor: pointer;
    pointer-events: initial
}

.feats-slides .feats-ctrl.prev {
    top: -35px
}

.feats-slides .feats-ctrl.next {
    bottom: -35px
}

.feats-slides .feats-box {
    padding-right: 40px;
    text-align: left;
    transition: all 0.4s ease-in-out
}

.feats-slides .feats-list li {
    margin-bottom: 10px;
    opacity: .3;
    cursor: pointer
}

.feats-slides .feats-list li.active,
.feats-slides .feats-list li:hover {
    opacity: 1
}

.feats-slides .feats-list li>div,
.feats-slides .feats-list li>a>div {
    display: inline-block;
    height: 72px
}

.feats-slides .feats-icon {
    width: 85px;
    padding: 3.5px 0;
    background-repeat: no-repeat;
    background-origin: content-box
}

.feats-slides .feats-text {
    width: 270px;
    width: calc(100%-90px);
    padding-left: 15px
}

.feats-slides .feats-title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: bold
}

.feats-slides .feats-desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 7px
}

.feats-slides .feats-video {
    width: 584px;
    padding-bottom: 56.1644%
}

.feats-slides .feats-video .yt-cover {
    padding-bottom: 56.1644%
}

.feats-slides .feats-icon.fc24 {
    background-image: url(https://www.freeconverter.app/images/product/quick-scan.webp);
    position: relative;
    top: -7px
}

.feats-slides .feats-icon.fc25 {
    background-image: url(https://www.freeconverter.app/images/product/deep-scan.webp)
}

.feats-slides .feats-icon.fc26 {
    background-image: url(https://www.freeconverter.app/images/product/range-based-scan.webp)
}

.free_download {
    padding: 30px 0;
    background: #f5f6f7
}



.software_area h3 {
    font-size: 24px;
    color: black;
    margin-bottom: 6px
}

.btn_area {
    padding: 18px 32px;
    text-decoration: none !important;
    border-radius: 2px;
    font-size: 19px;
    margin-top: 10px;
    display: inline-block;
    text-align: center
}

.size_area {
    padding: 20px 0;
    font-size: 18px
}

.size_area span {
    font-size: 18px;
    color: black
}

.ratings_area {
    padding: 30px;
    padding-left: 100px;
    font-size: 17px
}

.ratings_area .rating_no {
    font-size: 70px;
    font-weight: 600;
    line-height: 50px;
    color: #033770;
    padding-bottom: 20px
}

.ratings_area .star_no1 {
    color: orange;
    font-size: 15px
}

.rating_count {
    color: black;
    font-size: 18px;
    padding-top: 2px;
    padding-left: 5px
}

.trial_limit dl {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px
}

.border_bottom {
    border-bottom: 1px solid #dee2e6
}

.trial_limit dl dt {
    text-align: left
}

.trial_limit dl dd {
    margin-left: 210px
}

.head {
    color: black;
    font-size: 20px;
    font-weight: unset
}

.text_left {
    padding-left: 43px
}

strong {
    color: #000000b5
}

.box_area {
    display: block;
    border-radius: 10px;
    border: 1px dotted #ccc;
    text-align: center;
    min-height: 100px;
    color: #dc3545;
    margin-bottom: 10px;
    cursor: pointer
}

.box_area:hover {
    box-shadow: 0 0 5px #ccc
}

.box_area i {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px
}

.button_r a {
    border: 1px solid #292829;
    padding: 10px 20px;
    margin: 4px;
    color: #292829
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: flex;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
    padding-left: 48px
}

.more-less {
    float: right;
    color: #212121
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE
}

.accordion-section .panel-default .panel-title a:after {
    font-style: normal;
    font-weight: bold;
    content: "";
    color: #2c2e2f;
    float: right;
    margin-top: -12px;
    font-size: 26px
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f106"
}

.accordion-section .panel-default .panel-body {
    font-size: 16px
}

.panel-title a:before,
.panel-title a.collapsed:before,
.panel-title a:after,
.panel-title a.collapsed:after {
    content: "-";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    left: 21px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease 0s
}

.panel-title a:after,
.panel-title a.collapsed:after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    border: 1px solid #fff
}

.panel-title a.collapsed:before {
    opacity: 0;
    transform: scale(0)
}

.panel-title a.collapsed:after {
    opacity: 1;
    transform: scale(1);
}

#accordion .panel-title {
    background: #AA0377;
}

#accordion .panel-title a {
    color: #fff;
}

.price_testimonial_area {
    background: #f5f6f7;
    padding-bottom: 50px
}

.price_testimonial_area p {
    padding-bottom: unset
}

.price_testimonial_area p a {
    color: #fff
}

.price_testimonial_area .software_heading {
    color: #7d8284;
    font-weight: bold;
    border-bottom: 1px dotted #babbbb;
    display: table;
    margin-bottom: 13px
}

.border_area_testimonail {
    position: relative;
    padding: 15px 22px 15px 34px;
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: #babbbb73
}

.profiler_indicators {
    bottom: 10px
}

.profiler_indicators li {
    border: 1px solid #3fb3d8
}

.profiler_indicators .active {
    background: #3fb3d8
}

.bg-white {
    background: #fff
}

.border_area_testimonail:before {
    left: 10px;
    width: 46px;
    border-width: 1px 1px 0 0;
    transform: skew(45deg);
    transform-origin: 100%100%;
    content: '';
    position: absolute;
    bottom: -10px;
    height: 10px;
    border-style: solid;
    border-color: #babbbb73
}

.border_area_testimonail:after {
    right: 10px;
    width: calc(100%-66px);
    border-width: 1px 0 0 1px;
    transform: skew(-45deg);
    transform-origin: 0 100%;
    content: '';
    position: absolute;
    bottom: -10px;
    height: 10px;
    border-style: solid;
    border-color: #babbbb73;
    background-color: transparent
}

.profiler_testimonial_img_icon img {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    padding: 5px;
    border-radius: 36px
}

.single-review {
    display: block;
    position: relative;
    margin: 12px 0
}

.single-review .title {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    width: 50px;
    color: #bababa
}

.single-review .review-count-section {
    display: inline-block;
    width: 60%;
    vertical-align: middle
}

.single-review .review-count-section .progress {
    height: 5px;
    width: 100%;
    margin: 0;
    background-color: #f3f3f3;
    box-shadow: none;
    border-radius: 0
}

.single-review .count-review {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 8px;
    color: #bababa;
    vertical-align: middle
}

.rating-section {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 8px;
    padding: 24px
}

.rating-section .rating-number {
    font-size: 70px;
    font-weight: 600;
    line-height: 50px;
    color: #033770;
    display: block;
    position: relative
}

.rating-section .start-review {
    margin-top: 8px;
    display: block;
    position: relative;
    font-size: 12px;
    padding-bottom: 10px
}

.rating-section .count-number {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #000
}

.review-rating {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-top: 31px;
    padding: 30px
}

.text-warning {
    color: #e67719
}

table .thead-dark .thd {
    color: #ffffff !important;
    background-color: #343a40 !important;
    text-align: left !important
}

.table .thead-dark .thdn {
    color: #ffffff !important;
    background-color: #343a40 !important
}

.table .thead th {
    text-align: unset
}

.comparison_version {
    padding-top: 30px;
    padding-bottom: 60px
}

.comparison_version tr:first-child th {
    text-align: unset;
    font-weight: unset
}

.comparison_version tr th {
    font-weight: unset
}

.comparison_version table {
    margin: 0 auto;
    display: table !important
}

.comparison_version .td-icon {
    font-size: 22px;
    color: #5297d8
}

@media(max-width:400px) {
    .download {
        padding-top: 10px;
        display: block
    }
    .margin_Top {
        margin-top: 50px
    }
    .product_info .mr_free {
        background: url(https://www.freeconverter.app/images/home/sign.webp)39px center no-repeat transparent
    }
    .product_info .mr_pay {
        background: url(https://www.freeconverter.app/images/home/sign.webp)-180px center no-repeat transparent
    }
    .table_padding {
        padding: 0
    }
    .product_info .first_header {
        font-size: 14px
    }
    .product_info td,
    .product_info th {
        padding: 1px 10px
    }
    .product_info a.download_mr,
    .product_info a.download_mr_p {
        font-size: 10px
    }
    .footer-text p {
        padding-bottom: 20px
    }
    .follow_link {
        display: block
    }
    .megamenu .navbar-nav>li>a {
        border: unset !important
    }
}

@media(max-width:767px) {
       .m-p-t0 {
        padding-top: 0px !important;
           }
    .product_area {
        padding-top: 0
    }
    .mobile_img_center {
        display: table;
        margin: 0 auto
    }
    .key_desc dt {
        float: unset;
        text-align: center;
        width: 100%
    }
    .key_desc dd {
        padding-top: 12px;
        text-align: center
    }
    .trial_limit dl dt {
        float: unset;
        text-align: center;
        width: 100%;
        padding-bottom: 16px
    }
    .trial_limit dl dd {
        margin-left: unset;
        text-align: center
    }
    .text_left {
        padding-left: unset
    }
    .button_r a {
        display: grid
    }
    .free_download {
        text-align: center
    }
    .bg-blue {
        margin-top: unset
    }
    .carousel-indicators .active {
        background: #292829
    }
    .carousel-indicators li {
        border: 1px solid #716f6f
    }
    .s_award_area {
        text-align: center
    }
    ._award_area .software_heading {
        text-align: center
    }
    ._award_area p {
        text-align: center;
        padding-bottom: 10px
    }
}

.feats-slides .feats-list li {
    list-style-type: none
}

.transition a:hover,
.transition a:focus {
    text-decoration: none
}

.free_1 {
    background: #9C1C7D;
    padding: 64px 0;
    color: #fff
}

.text-white {
    color: #fff
}

.flex_area {
    display: flex
}

.free_flex_img {
    padding-right: 10px
}

.free_flex_img img {
    width: 50px
}

.free_2_content {
    padding: 20px 0
}

.free_2_content a:hover {
    text-decoration: none
}

.free_2_content:hover .free_flex_content p {
    color: blue !important
}

.free_2_content p {
    font-size: 14px;
    color: #333;
    line-height: 19px;
    padding-top: 7px
}

@media(max-width:767px) {
    .free_1 {
        text-align: center
    }
}

.app_1 {
    background: url(https://www.freeconverter.app/images/app/app_banner.webp);
    padding: 110px 0;
    text-align: center;
    background-attachment: fixed
}

.app_1 h1 {
    color: #bb11a0;
    font-weight: bold;
    text-shadow: 0px 2px 1px #383333
}

.app_2 {
    position: relative
}

.app_2_content {
    padding: 10px 10px;
    border: 1px solid #c9ddf9;
    text-align: center;
    margin-top: 20px;
    position: relative;
    transition: all 0.4s ease-in-out
}

.app_2_content p {
    margin-bottom: 0
}

.app_2_content:hover {
    box-shadow: 0 1px 9px grey;
    text-decoration: none
}

.app_2_content:hover p a {
    color: blue;
    text-decoration: none
}

.app_2_content p a {
    color: #000;
}

.no_padding {
    padding: 5px
}

.app_header p {
    background: #c10e9d;
    padding: 5px 20px;
    color: #fff
}

.app_fix_area {
    box-shadow: 0px 1px 10px grey;
    margin-top: 20px
}

#sidebar.sticky {
    float: none;
    position: fixed;
    top: 0px;
    left: auto
}

.app_editor {
    display: block
}

.app_sider_list {
    padding: 2px 10px
}

.app_sider_list li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.app_sider_list li a {
    color: grey
}

.app_sider_list li a:hover {
    text-decoration: none;
    color: blue
}

.app_sider_list li:before {
    content: "\23F5";
    font-size: 16px;
    position: absolute;
    left: 0;
    color: grey
}

.main_content h2 a {
    color: #bb11a0;
    font-weight: bold;
    text-decoration: none
}

.form-group {
    position: relative
}

.form-group .icon_area {
    position: absolute;
    top: 12px;
    left: 10px;
    fill: #9C1C7D;
}

.contact_form .input-lg {
    padding-left: 30px;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.btn-logo-color {
    background: #9C1C7D;
    border: 1px solid #9C1C7D;
}

.btn-logo-color:hover {
    background-color: #27262b !important;
    border-color: #27262b;
    color: #fff !important
}

.form_area_container {
    background: #80808014;
    padding: 0px 30px
}

.contact_us_page h1 {
    padding: 0;
    line-height: 0
}

.btn-lg {
    background: #ed9d59;
    border: 1px solid #ed9d59
}

.btn-lg:hover {
    background: #27262b;
    border: 1px solid #27262b
}

.contact-form input,
.contact-form input:focus {
    height: 45px;
    box-shadow: none;
    border: 1px solid #347ab894
}

.contact-form textarea,
.contact-form textarea:focus {
    max-width: 555px;
    width: 100%;
    height: 135px;
    box-shadow: none;
    border: 1px solid #347ab894
}

.contact-form label {
    font-weight: 400;
    color: #2b2a2f;
    font-size: 16px;
    margin-bottom: 15px
}

.contact-form .btn-blue {
    width: 145px;
    height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 12px
}

.calling_area {
    margin-top: 18px;
    background: whitesmoke
}

.contact-form .form-group {
    margin-bottom: 30px
}

.map-sec {
    margin-top: 120px;
    margin-bottom: 40px
}

#map-canvas {
    width: 100%;
    height: 500px
}

.map-sec-wrap {
    position: relative
}

@media(max-width:767px) {
    #sidebar.sticky {
        position: unset
    }
}

.App_1 {
    background: url(https://www.freeconverter.app/images/app/banner2.webp);
    padding: 100px 0;
    background-attachment: fixed
}

.App_content {
    text-align: center;
    border: 1px solid #cac9c9;
    padding: 20px 10px
}

.App_Read_More a {
    background: #4796f7;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    transition: all 0.4s ease-in-out
}

.App_Read_More a:hover {
    text-decoration: none;
    background: #b614a4
}

.App_content p {
    color: #000;
    margin-top: 20px
}

.App_view_product a {
    border: 1px solid #0000FF;
    color: #0000FF;
    padding: 12px 20px;
    margin: 28px;
    font-weight: bold;
    border-radius: 2px
}

.App_view_product a:hover {
    background: #0000FF;
    color: #fff;
    text-decoration: none
}

.App_view_product {
    padding: 40px 0
}

.App_conversion {
    padding-top: 20px;
    padding-bottom: 60px
}

.App_popular_link li a {
    border: 1px solid #0000FF;
    color: #0000FF;
    padding: 7px 16px;
    display: block;
    margin: 4px 4px;
    transition: all 0.4s ease-in-out
}

.App_popular_link li a:hover {
    text-decoration: none;
    background: #0000FF;
    color: #fff
}

.app_width {
    width: 400px;
    margin: 0 auto;
    display: table
}

.app_contact_border {
    border: 1px dashed #cacaca;
    padding: 20px;
    margin: 20px 0
}

.app_contact h1 {
    color: grey
}

.app_contact h2 {
    color: grey
}

._border_left {
    border-left: 1px solid #d6d5d5
}

._contact_1 li {
    list-style-type: none;
    line-height: 38px
}

._contact_1 li a {
    color: grey;
    font-size: 20px;
    text-decoration: none
}

._contact_1 li a:hover {
    color: #4f85b3;
    font-size: 20px;
    text-decoration: none
}

.sub_dropdown_list li a {
    font-size: 16px;
    color: #8080f3
}

.sub_dropdown_list {
    padding-left: 30px
}

.list_bullet_angle {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.list_bullet_angle li {
    padding-left: 35px !important;
    position: relative;
    line-height: 33px;
    cursor: pointer
}

.list_bullet_angle li:hover {
    color: black
}

.list_bullet_angle li:before {
    font-family: 'fontello';
    content: "\e8cf";
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #4f85b3 !important;
    font-weight: bold;
    padding: 0 14px
}

@media(max-width:767px) {
    .app_contact {
        text-align: center
    }
    ._contact_1 {
        text-align: left
    }
    .list_bullet_angle {
        padding-left: 0
    }
}

.searchButton {
    position: absolute;
    right: 15px;
    top: 0
}

.list_dropdown {
    position: relative
}

.list_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list_dropdown ul li {}

.list_dropdown ul li a {
    display: block;
    background: #f7f7f7;
    border-bottom: 1px solid #efe9e9;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear
}

.list_dropdown ul li a:hover {
    background: #f8f8f8;
    color: #515151
}

.list_dropdown ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right
}

.list_dropdown ul ul {
    background-color: #ebebeb
}

.list_dropdown ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px
}

.list_dropdown ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db
}

.cs_page {
    background: #f7f7f7;
    padding: 16px;
    border: 1px solid #efe9e9
}

.csv_button {
    float: right;
    cursor: pointer
}

.breadcrumb_cs {
    margin-top: 20px
}

.breadcrumb_cs li {
    padding-left: 0
}

.breadcrumb_cs li a {
    background: #c10e9d;
    color: #fff;
    padding: 4px;
    border: 2px solid #c10e9d;
    border-radius: 3px;
    margin: 2px;
    display: block
}

.breadcrumb_cs li a.active_cs {
    background: #3955e7;
    border: 1px solid #3955e6
}

.list_cs li {
    padding: 8px 0
}

.post_title {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px
}

.tab_data {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background: #f3f3f3
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


/*footer css start*/

.ftr-container{
  max-width: 1170px;
  margin:auto;
}
.ftr-row{
  display: flex;
  flex-wrap: wrap;
}
.footer-colm ul{
  list-style: none;
}
.ftr-footer{
  background-color: #A00373;
    padding: 40px 0;
}
.footer-colm{
   width: 25%;
   padding: 0 15px;
}
.footer-colm .ftr-h{
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
}
.footer-colm .ftr-h::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background-color: #fff;
  height: 3px;
  box-sizing: border-box;
  width: 50px;
}
.footer-colm ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-colm ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}
.footer-colm ul li a:hover{
  color: #FFFF00;
  text-decoration: underline;
  padding-left: 8px;
}
.footer-colm .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  fill: #fff;
  transition: all 0.5s ease;
}
.footer-colm .social-links a:hover{
    fill: #000;
  background-color: #ffffff;
}

.footer-colm .social-links svg {
  position: relative;
  top: 5px;
}

/*responsive*/
@media(max-width: 767px){
  .footer-colm{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-colm{
    width: 100%;
}
}

 
/*footer css end*/

.fc-fff {
    color: #fff !important;
}
.p-t50 {
    padding-top: 50px;
}

.p-t10 {
    padding-top: 10px;
}
.p-b30 {
    padding-bottom: 30px;
}
.fs-18 {
    font-size: 18px !important;
}
.bg-AA0377 {
/*    background: #AA0377;*/
 background-image: linear-gradient(120deg, #AA0377, #0000FF, #AA0377);
}

.m-t20 {
    margin-top: 20px;
}

.m-tb10 {
    margin: 10px 0px;
}

hr.hr-line {
    width: 100%;
    max-width: 90%;
    height: 02px;
    background: #fff;
}




/*first section css start*/
  // use only the available space inside the 400x400 u-frame
.u-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
    border-radius: 2px;
    box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    color: #333;
    font-family: "Open Sans", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*--------- BEGIN : upload-main-wrapper ---------------- */
.fluid-wrapper {
    min-height: 100%;
    width: 100%;
/*    background-image: linear-gradient(120deg, #0000FF 0%, #AA0377 100%);*/
    padding: 50px;
}
.upload-box {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.46);

    .content-wrapper {
        min-height: 250px;
        display: flex;
        align-items: center;
    }
     .content-inner-wrapper {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: 30px;
    }
    .upload-box-inner {
        position: relative;
        padding: 10px;
        height: 100px;
        aspect-ratio: 1;
        border: 1px dashed #000;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding: 10px;
        text-align: center;
        transition: 150ms;
        .is-dragover,
        :focus-within {
            background-color: #f7f6ff;
             .upload-icon-arrow {
                animation: arrMovinUpDown 1000ms infinite ease-in-out alternate;
                @keyframes arrMovinUpDown {
                    to {
                        translate: 0 1.5px;
                    }
                }
            }
        }
     
     
       .file-element {
            position: absolute;
            inset: 0;
            z-index: 2;
            opacity: 0;
            cursor: pointer;
        }
        .placeholder-icon {
            width: 80px;
            aspect-ratio: 1;
        }
      
    }

     .btn-box {
        width: 100%;
        max-width: 100%;
           }
     .submit-btn {
          line-height: 20px;
        --submit-btn-radius: 26px;
        --submit-btn-transition: 250ms;
        --box-shadow-color: rgba(0, 0, 0, 0.42);
        background-color: #fce305;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        color: #111;
        position: relative;
        padding: 15px 20px;
        border-radius: var(--submit-btn-radius);
        border: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
      
        transition: var(--submit-btn-transition);
        outline-offset: 3px;
        box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.42);     
  
  
          
        }
    }
}
/*first section css end*/

img.img-menu {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
