@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;
    --theme-orange: #ff6f00;
    --theme-dark: #000000;
    --theme-gradient: linear-gradient(to right, rgba(243,15,15,1) 12%, rgba(0,0,0,1) 100%, rgba(243,15,15,1) 100%);
    --theme-red: #ef4343;
    --theme-red-solid: #F30F0F;
}
*{
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
    box-sizing: border-box;
}
body {
    background: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
img{
    height: auto;
    width: 100%;
}

.bg-theme-red{
    background-color: var(--theme-red);
}
.text-theme-red{
    color: var(--theme-red);
}
.bg-theme-dark{
    background-color: var(--theme-dark);
}
.text-theme-dark{
    color: var(--theme-dark);
}




/*MANDATE CSS DO NOT REMOVE*/
.itgban1{
   /* max-width: 1000px !important;*/
    max-height: 149px;
}
.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 {
    display: none;
    text-align: center;
    padding: 8px;
    color: #fff;
}
.suggestlang a{
    color: var(--theme-orange);
}
.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: -372px;
    z-index: 9999;
}
.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: 254px;
    height: 97px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: var(--theme-gradient);
    border-radius: 10px;
}
.itbrstk a {
    display: block;
    text-decoration: none;
    background: url(/i/itubego/itubego-icon-1.png) no-repeat;
    background-size: 53px;
    background-position: 18px 21px;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
}
.itbrstk .itbrstk-txt1 {
    font-size: 18px;
}
.itbrstk-txt2 {
    font-size: 17px;
    padding-top: 0px;
}
.dlbtn-itube {
    margin-left: 10px;
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    background: var(--theme-red-solid);
    -webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}
.dpage .dlbtn-big:hover,
.e2 .dlbtn-big:hover,
.dlbtn-itube:hover,
.itg .dlbtn-big:hover {
    background: var(--theme-gradient);
    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 {
     max-width:600px;
     margin: auto;
     margin-top: 0px;
     display: none;
     padding: 10px 0px 0px 0px;
     text-align: center;
     overflow: hidden 
}
 #loading-message .status {
    text-align: center;
    font-size: 17px;
    margin-top: 56px;
    color: #fff;
    font-weight: 500;
}

.loader {
    text-indent: -9999em;
    transform: translateZ(0);
    position: relative;
}
.loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -10px;
    margin-left: -38px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: var(--theme-red-solid);
    border-bottom-color: var(--theme-red-solid);
    border-left-color: #fff;
    animation: spinner .8s linear infinite;
    border-right-color: #fff;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes load3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.error-msg {
    background-color: #fff;
    max-width: 700px;
    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;
}

/*.fordesktop img,
.formobile img{
    width: 100%;
}*/

.dlbtn-big {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: normal;
    background: var(--theme-gradient);
    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: 4px solid red;
    padding: 10px;
    font-size: 14px;
    background: #fff;
}
.it1-hdline {
    text-decoration: underline;
    font-weight: bold;
    font-size: 19px;
    color: var(--theme-dark);
}
.it1-notice{
    color: #000;
    font-size: 15px;
    margin-top: 10px;
}
.it1-notice a{
    color: var(--theme-red-solid);
    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;
    border-bottom: 1px solid #ccc;
    background: var(--theme-gradient);
}
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;
    border: 2px solid #000;
}

.logo a {
    white-space: nowrap;
}
header a {
    text-decoration: none;
}
header>div:first-of-type a span {
    position: relative;
    background: #000;
    margin-left: -5px;
    border-radius: 0px;
}
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-light .navbar-toggler{
    border: none;
}
.navbar{
    background: var(--theme-dark);
    padding: 15px 10px;
}
.navbar .nav-link{
    color: #fff !important;
    font-size: 17px;
}
.navbar-brand{
    color: #fff !important;
    margin-right: 0px;
    border: 2px solid #ffffff85;
    padding: 5px;
    border-radius: 5px;
}
.navbar-brand span{
    background: var(--theme-red-solid);
    padding: 5px;
    margin-left: 0px;
    margin-right: 3px;
    border-radius: 3px;
    color: #fff;
}
.navbar-toggler i{
    color: #fff !important;
}
a.dlbtn-itube.nav-link.text-white{
    color: #fff !important;
}
.main_section{
    text-align: center;
    padding: 70px 0px;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,.4)), url(img/banner.jpg) bottom center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;

}
.main_section h1{
    font-size: 33px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}
.main_section h1 span {
    color: #F30F0F;
    font-weight: 700 !important;
}
#m {
    position: relative;
    max-width: 907px;
}
.l {
    margin: auto;
    background: #fff;
}
#convertForm{
    width: 100%;
    margin-top: 30px;
}
#convertForm input{
    height: 60.9px;
    font-size: 17px;
    background-color: #363636;
    color: var(--theme-dark);
    width: calc(100% - 175px);
    /*padding: 0 10px;*/
    outline: 0;
    background: 0 0;
    border: 1px solid transparent;
    box-shadow: none;


    background-image: url(img/link.svg);
    background-repeat: no-repeat;
    background-position: center left 12px;
    border-radius: 0;
    padding: 0 10px 0 55px;
    text-align: left;
}
.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: 128px;
    height: 60.8px;
    text-decoration: none;
    background: var(--theme-red-solid);
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    transition: all 0.2s ease 0s;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid var(--theme-red-solid);
}
.tips_sec{
    color: #fff;
    padding: 0px;
    max-width: 907px;
    margin: auto;
}
.tips_sec .card{
    text-align: center;
    background: #fff;
    border: none;
}
.tips_sec .card-header{
    color: #fff;
    font-size: 18px;
    background: var(--theme-gradient);
}
.tips_sec .card-body{
    color: #fff;
    background: var(--theme-dark);
}
.tips_sec span{
    color: var(--theme-red-solid);
}
.middle_sec{
    padding: 50px 0px 10px;
    background: var(--theme-gradient);
}
.middle_sec h2{
    color: #fff;
    text-align: center;
    font-size: 2rem;
}
.middle_sec p{
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.features_box{
    margin: 50px 0px;
    text-align: center;
}
.features_box i{
    color: var(--theme-pink);
   
}
.features_box h3{
    font-size: 20px;
    color: var(--theme-red-solid);
    margin: 10px 0px;
    font-weight: bold;
}
.features_box p{
    color: var(--theme-dark);
    text-align: center;
}
.col-box p{
    text-align: left;
}
.col-box {
    position: relative;
    padding: 10px;
    background: #ffff;
    margin: 20px 0;
    text-align: left;
    box-shadow: 1px 2px 6px -2px rgba(13,11,11,0.91);
    -webkit-box-shadow: 1px 2px 6px -2px rgba(13,11,11,0.91);
    -moz-box-shadow: 1px 2px 6px -2px rgba(13,11,11,0.91);
    border-radius: 13px;
}
.col-box i{
    color: #ffffff;
    font-size: 30px !important;
    background: var(--theme-gradient);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px 13px 0px 13px;
    margin-bottom: 13px;
    position: absolute;
    right: 0;
    top: -20px;
}
.howtodownload_sec{
    background: var(--theme-dark);
    padding: 60px 0px;
}
.howtodownload_sec h2{
    color: #fff;
    text-align: center;
    font-size: 2rem;
}
.howtodownload_sec p{
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.how_to_title_content_p{
    font-size: 15px !important;
    color: var(--theme-red) !important;
}
.howtodownload_sec img{
    width: 100%;
}
.step_col_details{
    margin-top: 40px;
}
.step_col_details h4{
    color: var(--theme-red);
    font-size: 20px;
}
.step_col_details p{
    text-align: left;
}
.howtodownload_sec .row_1{
    margin-top: 90px;
}
.howtodownload_sec .row_2{
    margin-top: 90px;
}
.card-text h5{
    text-align: left;
    color: var(--theme-dark);
}
.card-text p{
    text-align: left;
}
.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: 20px 0px;
    background: var(--theme-dark);
 }
 footer h4{
    text-align: center;
    font-size: 17px;
    color: var(--theme-red);
 }
 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-red);
  }
  .copyr{
    color: #fff;
    font-size: 13px;
  }
  .categories{
    text-align: center;
    padding: 40px 0px;
    background: var(--theme-gradient);
  }
  .cat_sec_div{
    margin: auto;
    max-width: 907px;
  }
  .categories h2{
    font-size: 17px;
    color: #fff;
    margin: 10px 0px 30px;
    text-align: center;

}
.categories h1{
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.categories h1 span{
    color: var(--theme-red-solid);
}
.categories h2 a{
    color: #fff;
    text-decoration: underline !important;
}
.cat_cat a {
    font-weight: bold;
    display: block;
    color: var(--theme-red-solid);
    border: 1px solid #ffffff94;
    width: 100%;
    padding: 14px 10px;
    border-radius: 9px;
    box-shadow: 0 0rem 0.5rem rgb(0 0 0 / 15%);
    transition: .25s;
    background: #fff;
}
.cat_cat a:hover{
    /*transform: translate(0,-5px);*/
}

.tags_sec{
    text-align: center;
    padding: 40px 0px;
    background: var(--theme-gradient);
  }
  .tags_sec h2{
    font-size: 17px;
    color: #fff;
    margin: 10px 0px 30PX;

}
.tags_sec h1{
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.tags_sec h1 span{
    color: var(--theme-dark);
}
.tags_sec h2 a{
    color: #fff;
    text-decoration: underline !important;
}
.tags_sec .cat_cat_tags a{
    background: transparent!important;
    color: #fff;
    border-radius: 30px 0px 30px 0px;
    font-weight: normal;
}
.tagsshow_h2{
    text-align: center !important;
}
.search_results{
    text-align: center;
    padding: 30px 0px 0px 0px;
    background: var(--theme-gradient);
  }
  .search_results h2{
    font-size: 17px;
    color: var(--theme-dark);
    margin: 10px 0px 30PX;

}
.search_results h1{
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 27px;
}
.search_results h1 span{
    color: #fff;
}
.search_results h2 a{
    color: var(--theme-orange);
    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: #fff;
}
.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-red-solid);
    border-color: var(--theme-red-solid);
}
.page-link{
    color: var(--theme-orange);
    background-color: #fff;
    border: 1px solid var(--theme-red-solid);
}
.page-item.disabled .page-link{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: var(--theme-red-solid);
}
.contact_us_sec{
    padding: 40px 0px;
    background: var(--theme-gradient);
}
.contact_us_sec h1{
    color: #fff;
}
.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-red);
    color: #fff;
}
.download_top_sec img{
    width: 100%;
    margin-top: 30px;
}
.ads_sec{
    max-width: 907px;
    margin: auto;
}
.ads img{
   width: 100%;
   margin-top: 30px;
}
.ads_sec img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 907px;
}
.fbottom_img img{
    margin-bottom: 0px !important;
    margin-top: 40px;
}
.download_main_sec{
    background: var(--theme-gradient);
    text-align: center;
    padding: 40px 0px 10px;
}
.download_title{
    color: #ffff;
    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;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 10px;
}
.download_link{
    transition: 1s;
    color: #fff;
    margin-top: 15px;
}
.download_link:hover{
    color: #ccc;
    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{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
#dtable table tr td{
    vertical-align: middle;
    text-align: center;
    color: #000;
    background: #fff;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}
#dtable .loader{
    padding: 0px 0px 90px !important;
}
#dtable .loader:before{
    margin-top: -30px !important;
}
.dlbtn,
.dlbtn:hover{
    width: 100px;
    padding: 5px !important;
    font-size: 17px;
    background: var(--theme-gradient);
    color: #fff;
    transition: 1.3s;
    border: 0;
    border-radius: 23px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
}
.how_to_download_sec{
    padding: 40px 0px;
    text-align: center;
    background: var(--theme-gradient);
}
.how_to_download_sec img{
    width: 100%;
}
.how_to_download_sec h1{
    color: #fff;
    font-size: 25px;
}
.how_to_download_sec h2{
    color: #fff;
    font-size: 16px;
}
.how_to_download_sec h2 a{
    color: #fff;
    text-decoration: underline !important;
}
.faq_sss{
    padding: 10px;
    background: #fff;
}
.faq_sss h3{
    color: var(--theme-red-solid);
    font-size: 20px;
    text-align: left;
}
.faq_sss p{
    color: var(--theme-dark);
    text-align: left;
}
.faq_sss p a{
    color: var(--theme-red-solid);
    text-decoration: underline !important;
}
.privacy_sec{
    padding: 30px 0px;
    margin: auto;
    max-width: 1000px;
}
.privacy_sec h1{
    text-align: center;
    color: var(--theme-red-solid);
    font-size: 35px;
    margin-bottom: 20px;
}
.textbox{
    color: #fff;
}
.textbox a{
    color: var(--theme-red-solid);
}
.textbox h2{
    font-size: 25px;
    color: var(--theme-red);
}
.textbox h3{
    font-size: 18px;
    color: var(--theme-red);
}
.textbox p{
    text-align: justify;
}
.textbox ul {
    padding-left: 20px;
    text-align: justify;
}
.lst_downloads{
    text-align: center !important;
}
.fqaq h3{
    text-align: left;
    color: var(--theme-orange);
    font-size: 18px;
}
.fqaq p{
    text-align: justify;
    font-size: 15px;
    color: var(--theme-dark);
}
@media(max-width: 746px){
   .main_section{
    padding: 40px 0px;
    min-height: auto;
    background-attachment: unset;
   }
   #convertForm input{
    width: 80%;
    padding: 0 10px 0 47px;
    background-position: center left 0px;
   }
   #convBtn{
    width: 100%;
   }
   .howtodownload_sec .card_t .icon{
        width: 20%;
        border-radius: 0px 30px 30px 0px;
   }
   .howtodownload_sec .card-text {
        width: 80%;
    }
    .htd{
        background: var(--danger);
    }
    .main_section h1{
        font-size: 22px;
        line-height: 24px;
    }
    #loading-message{
        margin-top: 70px;
    }
    .howtodownload_sec{
        padding: 60px 0px;
    }
    .howtodownload_sec .row_1{
        margin-top: 0px;
    }
    .howtodownload_sec .row_2{
        margin-top: 20px;
    }
}
