@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
:root{
    --theme-pink: #e91e63;
}
*{
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
    box-sizing: border-box;
}
body {
    background: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
img {
    width: 100%;
    height: auto;
}

.bg-theme-pink{
    background-color: var(--theme-pink);
}
.text-theme-pink{
    color: var(--theme-pink);
}



/*MANDATE CSS DO NOT REMOVE*/
.sapkbtn {
    border: 1px solid #b10326;
    border-radius: 10px;
    margin-right: 25px;
    padding: 15px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background: #b10326;
    color: #fff!important;
    display: block;
    max-width: 280px;
    margin: auto;
    margin-top: 50px;
}
.suggestlang {
    text-align: center;
    border-bottom: 2px solid var(--theme-pink);
    padding: 10px;
    color: #fff;
    display: none;
}
.suggestlang a{
    color: var(--theme-pink);
}
.itfloater {
    display: none;
    width: 740px;
    background: #fff;
    border-radius: 15px;
    border: 4px solid #31a51a;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -395px;
}
.itfloater_close:before {
    content: "\f00d";
}
.itfloater_close {
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #999;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.itfloater_headline {
    font-size: 28px;
    text-align: center;
    color: black;
    font-weight: bold;
}
.itfloater_ph {
    text-transform: uppercase;
    font-weight: bold;
    color: #f90;
}
.itfloater_images {
    height: 166px;
    width: 620px;
    margin: auto;
    margin-top: 30px;
}
.itfloater_images:after {
    content: "";
    display: table;
    clear: both;
}
.itfloat_area_img {
    height: 155px;
    width: 240px;
    float: left;
}
.itfloat_area_txt {
    width: 346px;
    margin-left: 30px;
    margin-top: 10px;
    float: left;
}
.itfloat_area {
    display: none;
}
.itfloat_area_count {
    float: left;
    width: 37px;
    height: 53px;
}
.itfloat_area_txtr {
    float: left;
    width: 300px;
}
.itfloat_area_txtr:after {
    content: "";
    display: table;
    clear: both;
}
.itfloat_area_count_btn {
    background-color: #38a169;
    color: #fff;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    border-radius: 5px;
    font-size: 20px;
    width: 90%;
    font-weight: bold;
}
.itfloat_area_txt_hd {
    font-size: 26px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 12px;
    line-height: 23px;
}
.itfloat_area_txt_txt {
    font-size: 17px;
    line-height: 22px;
}
.itfloat_prev1 .itfloat_area_img {
    background: url(/i/itubego/assets/images/step-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloat_prev2 .itfloat_area_img {
    background: url(/i/itubego/assets/images/step-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloat_prev3 .itfloat_area_img {
    background: url(/i/itubego/assets/images/step-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloat_prev4 .itfloat_area_img {
    background: url(/i/itubego/assets/images/step-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloat_prev1x .itfloat_area_img {
    background: url(/i/itubego/assets/nimg/step_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloat_prev2x .itfloat_area_img {
    background: url(/i/itubego/assets/nimg/step_2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloat_prev3x .itfloat_area_img {
    background: url(/i/itubego/assets/nimg/step_3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.itfloater_args {
    margin: auto;
    margin-top: 30px;
    width: 350px;
}
.itfloater_args_two {
    margin: auto;
    margin-top: 20px;
    margin-left: 20px;
    width: auto;
    float: left;
}
.itfloater_args_two_first {
    width: 330px;
}
.itfloater_row:after {
    content: "";
    display: table;
    clear: both;
}
.itfloater_args_two .itfloater_row {
    margin-top: 3px;
}
.itfloater_icon {
    background-image: url(/i/option-3.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
    float: left;
}
.itfloater_args_two .itfloater_icon {
    width: 25px;
    height: 25px;
}
.itfloater_label {
    font-size: 20px;
    padding-top: 17px;
    float: left;
    margin-left: 20px;
}
.itfloater_args_two .itfloater_label {
    font-size: 16px;
    margin-left: 10px;
    padding-top: 5px;
}
.itfloater_btn {
    text-align: center;
}
.itfloater_btn a {
    font-weight: 700;
    background-color: #31a51a;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 10px 14px;
    text-align: center;
    width: auto;
    margin: auto;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.itfloater_btn a:hover {
    background-color: #298616;
}
.itbrstk {
    width: 308px;
    height: 95px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: var(--theme-pink);
    border-radius: 10px;
}
.itbrstk a {
    display: block;
    text-decoration: none;
    background: url(/i/itubego/itubego-icon-1.png) no-repeat;
    background-size: 60px;
    background-position: 18px 18px;
    padding-left: 90px;
    padding-top: 22px;
    padding-bottom: 10px;
    color: #fff;
}
.itbrstk .itbrstk-txt1 {
    font-size: 19px;
    font-weight: bold;
}
.itbrstk-txt2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0px;
}
.dlbtn-itube {
    margin-left: 10px;
    font-weight: normal;
    padding: 7px 14px;
    border-radius: 2px;
    color: #fff !important;
    text-decoration: none;
    background-color: var(--theme-pink);
}
.dpage .dlbtn-big:hover,
.e2 .dlbtn-big:hover,
.dlbtn-itube:hover,
.itg .dlbtn-big:hover {
    background-color: var(--theme-pink);
    text-decoration: none;
}
@media only screen and (min-width: 800px) {
    .formobile {
        display: none !important;
    }
}
@media only screen and (max-width: 800px) {
    .fordesktop {
        display: none !important;
    }
}
#loading-message{
    margin-top: 10px;
    padding-bottom: 5px!important;
    display: none;
    padding: 0;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.loader {
    font-size: 5px;
    display: inline-block;
    margin: 0 auto;
    text-indent: -9999em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f90;
    background: linear-gradient(to right, var(--theme-pink) 10%, rgba(2, 4, 1, 0) 42%);
    position: relative;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: var(--theme-pink);
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #1f1f1f;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@keyframes load3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.error-msg {
    background-color: #fff;
    max-width: 100%;
    margin: auto;
    padding: 15px;
    padding-top: 18px;
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    border: 4px solid #ff0000;
    margin-bottom: 20px;
}
.success-msg {
    background-color: #2fb717;
    max-width: 100%;
    margin: auto;
    padding: 15px;
    padding-top: 18px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.ads_sec img{
    width: 100%;
}
.fordesktop img,
.formobile img{
    width: 100%;
}

.dlbtn-big {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: normal;
    background-color: var(--theme-pink);
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
}
.dlbtn-big:hover{
    color: #fff;
}
.dlbtn-big:before {
    font-family: "Font Awesome 5 Free";
    content: "\f358";
    padding-right: 10px;
    font-size: 20px;
}
.notice-msg {
    text-align: left;
    font-size: 15px;
    padding-top: 17px;
    font-weight: 400;
    background-color: #e0180b;
    margin: auto;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}
.htmldownloader a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline !important;
}
.it1 {
    text-align: left;
    margin-top: 20px;
    border: 2px solid red;
    padding: 10px;
    font-size: 14px;
}
.it1-hdline {
    text-decoration: underline;
    font-weight: normal;
    font-size: 19px;
    color: #fff;
}
.it1-notice{
    color: #ccc;
    font-size: 15px;
    margin-top: 10px;
}
.it1-notice a{
    color: var(--theme-pink);
    text-decoration: underline !important;
}
.it1-btn-plc {
    text-align: center;
}
.it1-btn {
    font-weight: normal;
    background-color: #b10326;
    border-radius: 3px;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    padding: 6px 9px;
    text-align: center;
    width: auto;
    margin: auto;
    font-size: 18px;
    margin-top: 10px;
}
main #sddlbtn {
    display: block;
    max-width: 280px;
    margin: auto;
    margin-top: 50px;
}
header {
    height: 92px;
}
header#z21>div:first-of-type, header>div:first-of-type {
    float: left;
    padding-left: 15px;
}

header#z21 div {
    padding: 35px 0;
}
header>div:first-of-type a {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
}

.logo a {
    white-space: nowrap;
}
header a {
    text-decoration: none;
}
header>div:first-of-type a span {
    position: relative;
    top: 2px;
}
header>div:first-of-type a span strong {
    font-weight: 700;
    background-color: #f90;
    padding: 5px 3px;
    border-radius: 2px;
    color: #000;
    margin-left: 3px;
}
header#z21>div:last-of-type, header>div:last-of-type {
    float: right;
    padding-right: 15px;
}
#sddlbtn {
    background: #31a51a;
    color: #fff;
}
#sddlitbtn, #sddlbtn {
    border: 1px solid #298616;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.sdlifr {
    width: 100%;
    height: 400px;
    border: 0;
}
#sdovl {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.6;
    height: 100%;
    width: 100%;
}
#sdovl1 {
    position: absolute;
    display: none;
    top: 10px;
    left: 50%;
    width: 80%;
}
#sdovl122 {
    position: relative;
    left: -50%;
    background-color: white;
    border: 2px solid green;
    border-radius: 5px;
    padding: 10px 10px 40px 10px;
    margin: auto;
    margin-top: 100px;
}
#sdovl3:before {
 content: "\f00d";
}
#sdovl3 {
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #999;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-align: right;
    padding-right: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    float: right;
}
#sdovl11 {
    color: black;
    font-size: 16px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    text-align: left;
}
#sdovl11 p {
    margin-top: 8px;
    margin-bottom: 12px;
}
#sdovl11 p {
    margin-top: 8px;
    margin-bottom: 12px;
}
#sdovl11 p {
    margin-top: 8px;
    margin-bottom: 12px;
}
#sdovl12 {
    margin-top: 40px;
    text-align: center;
}
#sdovl13 {
    border: 1px solid #298616;
    border-radius: 5px;
    background: #31a51a;
    color: #fff;
    padding: 12px 25px 9px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
/*MANDATE CSS DO NOT REMOVE*/
a{
    text-decoration: none !important;
}
.navbar{
    background: transparent;
    border-bottom: 2px solid var(--theme-pink);
}
.navbar .nav-link{
    color: var(--theme-pink) !important;
}
.navbar-brand{
    color: #fff !important;
}
.navbar-brand span{
    background: var(--theme-pink);
    padding: 5px;
    margin-left: 3px;
    border-radius: 3px;
}
.navbar-toggler i{
    color: #fff !important;
}
a.dlbtn-itube.nav-link.text-white{
    color: #fff !important;
}
.main_section{
    text-align: center;
    padding: 70px 0px;
}
.main_section h1{
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}
#m {
    position: relative;
    max-width: 750px;
    padding: 4px;
}
.l {
    margin: auto;
    background: #363636;
    border-radius: 4px;
    border: 1px solid #444;
}
#convertForm{
    width: 100%;
}
#convertForm input{
    font-size: 17px;
    background-color: #363636;
    color: #cacaca;
    width: calc(100% - 152px);
    padding: 0 10px;
    outline: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
}
.l button[type=reset], button[type=reset] {
    width: 20px;
    height: 51px;
    color: #fff;
    background: 0 0;
    display: inline-block;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}
#convBtn{
    width: 73px;
    height: 51px;
    display: inline-block;
    text-decoration: none;
    background: var(--theme-pink);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
.tips_sec{
    color: #fff;
    padding: 40px 0px;
}
.tips_sec .card{
    text-align: center;
    background: #0f0f0f;
    border: 1px solid #202020;
}
.tips_sec .card-header{
    color: var(--theme-pink);
    border-bottom: 1px solid #3e3a3a96;
}
.tips_sec .notranslate{
    color: var(--theme-pink);
}
.middle_sec{
    background: #222121fa;
    padding: 40px 0px 10px;
}
.middle_sec h2{
    color: var(--theme-pink);
    text-align: center;
    font-size: 28px;
}
.middle_sec p{
    color: #ccc;
    text-align: center;
}
.features_box{
    margin-top: 20px;
    text-align: center;
}
.features_box i{
    color: var(--theme-pink);
    font-size: 45px;
}
.features_box h3{
    font-size: 20px;
    color: #fff;
    margin: 10px 0px;
}
.features_box p{
    text-align: center;
}
.howtodownload_sec{
    padding: 40px 0px;
}
.howtodownload_sec h2{
    text-align: center;
    color: var(--theme-pink);
    font-size: 28px;
}
.howtodownload_sec p{
    color: #ccc;
    text-align: center;
}
.step_box{
    padding: 20px 0px;
    text-align: center;
}
.step_box h4{
    color: var(--theme-pink);
    font-size: 20px;
}
.step_box p{
    text-align: justify;
}
.nu_box{
    border-radius: 2px;
    padding: 5px;
    width: 50px;
    margin: auto;
    background: var(--theme-pink);
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.faq_sec{
    background: #222121fa;
    padding: 40px 0px 10px;
}
.faq_sec h2{
    color: var(--theme-pink);
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}
.faq_sec p{
    color: #ccc;
 }
 .faq_sec h5{
    color: var(--theme-pink);
    font-size: 17px;
 }
 footer{
    padding: 30px 0px;
 }
 footer h4{
    text-align: center;
    font-size: 17px;
    color: var(--theme-pink);
 }
 footer .cop{
    text-align: center;
    margin-top: 10px;
 }
 footer ul{
    margin-bottom: 0px;
    list-style: none;
 }
 
  footer ul li a,
  footer ul li a:hover{
    color: var(--theme-pink);
  }
  .copyr{
    color: #ccc;
  }
  .categories{
    text-align: center;
    padding: 40px 0px;
  }
  .categories h2{
    font-size: 17px;
    color: #fff;
    margin: 10px 0px 30PX;

}
.categories h1{
    text-align: center;
    color: var(--theme-pink);
    font-size: 28px;
}
.categories h1 span{
    color: #fff;
}
.categories h2 a{
    color: var(--theme-pink);
    text-decoration: underline !important;
}
.cat_cat a{
    display: block;
    color: var(--theme-pink);
    border: 1px solid #333;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}

.tags_sec{
    text-align: center;
    padding: 40px 0px;
  }
  .tags_sec h2{
    font-size: 17px;
    color: #fff;
    margin: 10px 0px 30PX;

}
.tags_sec h1{
    text-align: center;
    color: var(--theme-pink);
    font-size: 28px;
}
.tags_sec h1 span{
    color: #fff;
}
.tags_sec h2 a{
    color: var(--theme-pink);
    text-decoration: underline !important;
}
.search_results{
    text-align: center;
    padding: 40px 0px;
    background: #1b1b1b;
  }
  .search_results h2{
    font-size: 17px;
    color: #fff;
    margin: 10px 0px 30PX;

}
.search_results h1{
    text-align: center;
    color: var(--theme-pink);
    font-size: 28px;
    margin-top: 10px;
}
.search_results h1 span{
    color: #fff;
}
.search_results h2 a{
    color: var(--theme-pink);
    text-decoration: underline !important;
}
.search_results .cat_cat a{
    display: block;
    color: var(--theme-pink);
    border: 1px solid #333;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}

.dlc {
    height: 240px;
    width: 100%;
    min-height: 210px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dlc a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.dlt {
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.dlc a .dl-title {
    text-decoration: underline;
    color: var(--theme-pink);
}
.pagination {
   justify-content: center;
}
.pagination_div{
    text-align: center;
    margin: 30px 0px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-pink);
    border-color: var(--theme-pink);
}
.page-link{
    color: var(--theme-pink);
    background-color: #0f0f0f;
    border: 1px solid var(--theme-pink);
}
.page-item.disabled .page-link{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #0f0f0f;
    border-color: var(--theme-pink);
}
.contact_us_sec{
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.contact_us_sec h1{
    color: var(--theme-pink);
}
.contact_us_sec label{
    color: #fff;
}
.contact_us_sec input,
.contact_us_sec input:active,
.contact_us_sec input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-color: #ccc;
    background: #ccc;
    color: #000 !important;
}
.contact_us_sec textarea,
.contact_us_sec textarea:active,
.contact_us_sec textarea:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-color: #ccc;
    background: #ccc;
    color: #000 !important;
}
.form-cptc {
    width: 75px!important;
    float: left;
}
.cptc-row:after {
    content: "";
    display: table;
    clear: both;
}
.cptc {
    width: 80px;
    height: 39px;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    float: left;
    margin-left: 10px;
}
.contact_submit_btn,
.contact_submit_btn:hover{
    background: var(--theme-pink);
    color: #fff;
}
.download_top_sec img{
    width: 100%;
    margin-top: 30px;
}
.ads img{
   width: 100%;
   margin-top: 30px;}
.ads_sec img{
    margin-bottom: 30px;
}
.fbottom_img img{
    margin-bottom: 0px !important;
    margin-top: 40px;
}
.download_main_sec{
    background: #0f0f0f;
    text-align: center;
    padding: 60px 0px 10px;
}
.download_title{
    color: var(--theme-pink);
    font-size: 27px;
}
.download_thumbnail{
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}
.download_left_sec{
    margin-top: 20px;
}
.download_thumb_img{
    width: 100%;
    margin-bottom: 15px;
}
.download_link{
    transition: 1s;
    color: var(--theme-pink);
    margin-top: 15px;
}
.download_link:hover{
    color: #fff;
    text-decoration: underline;

}
.download_right_sec{
    margin-top: 20px;
}
.d-page{
    max-width: 1000px;
}
.choose_quality_h3{
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}
#dtable table {
    border: 0 !important;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
#dtable table tr td{
    vertical-align: middle;
    text-align: center;
    color: #ccc;
    border-top: 1px solid #363636;
    padding: 0.75rem;
}
.dlbtn,
.dlbtn:hover{
    display: inline-block;
    width: 100px;
    padding: 5px !important;
    font-size: 17px;
    background: var(--theme-pink);
    color: #fff;
    transition: 1.3s;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.2em;
    line-height: 1.5;
}
.how_to_download_sec{
    text-align: center;
}
.how_to_download_sec{
    padding: 40px 0px;
}
.how_to_download_sec img{
    width: 100%;
}
.how_to_download_sec h1{
    color: var(--theme-pink);
    font-size: 25px;
}
.how_to_download_sec h2{
    color: #fff;
    font-size: 16px;
}
.how_to_download_sec h2 a{
    color: var(--theme-pink);
    text-decoration: underline !important;
}
.faq_sss h3{
    color: var(--theme-pink);
    font-size: 20px;
    text-align: left;
}
.faq_sss p{
    color: #ccc;
    text-align: left;
}
.faq_sss p a{
    color: var(--theme-pink);
    text-decoration: underline !important;
}
.privacy_sec{
    padding: 30px 0px;
}
.privacy_sec h1{
    text-align: center;
    color: var(--theme-pink);
    font-size: 35px;
    margin-bottom: 20px;
}
.textbox{
    color: #ccc;
}
.textbox a{
    color: var(--theme-pink);
}
.textbox h2{
    font-size: 25px;
    color: var(--theme-pink);
}
.textbox h3{
    font-size: 18px;
    color: var(--theme-pink);
}
.textbox p{
    text-align: justify;
}
@media(max-width: 746px){
   .main_section{
    padding: 50px 0px;
   }
   #convertForm input{
    width: calc(100% - 110px);
   }
   #convBtn{
    width: 65px;
   }
}