/********** Global Css ***************/

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', Helvetica;
}

a {
    display: inline-block;
}

a:focus,
.btn:focus {
    outline: 0px;
}

ol,
ul {
    list-style: none;
}

.wrapper {
    /* overflow-x: hidden; */
    height: 100%;
    width: 100%;
    min-width: 1000px;
}

.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html,
body,
.mainConent,
.main,
.content,
.tabContent {
    /*min-height: 100%;*/
    width: 100%;
    overflow: hidden;
}

body {
    overflow-x: hidden;
}
.text-center{
    text-align: center;
}


::-webkit-scrollbar {
    width: 5px;
    left: 0;           
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.btn {
    width: 151px;
    height: 55px;
    border-radius: 35px;
    border: 0px;
    color: #fff;
    background: #3D3642;
    font-size: 20px;
    font-weight: bold;
    border: 0px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease;
}

.search-btn:hover {
    background-color: #3D3642;
}

.primaryBtn{
    background: #545ee3;
    width: 80px;
}

p {
    font-size: 18px;
    line-height: 32px;
    color: #3D3642;
}

h1 {
    font-size: 20px;
    line-height: 27px;
    margin: 0px;
    font-weight: 600;
    color: #fff;
}

.mainConent {
    padding-left: 96px;
    padding-right: 29px;
    transition: all .5s ease;
    width: 100%;
    box-sizing: border-box;
}

.pushLeft {
    padding-left: 16px;
}

.content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    height: 0px;
}

.contentSec {
    margin: 0px auto;
    max-width: 680px;
}

.content.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.mainPage .tabContent,
.main {
    display: none;
}

.mainPage .main {
    display: block;
}

.tabContent {
    display: block;
    position: relative;
}

.mainPage .sideMenu {
    left: -80px;
}

.mainPage .mainConent {
    padding-left: 16px;
}

.form_field {
    border: 1px solid #8EB3BD;
    height: 32px;
    font-size: 14px;
    line-height: 16px;
    color: #9FA9BA;
    font-weight: 400;
}

.form_field:focus {
    outline: 0px;
    border: 1px solid #BE99EA;
}

.blockSec {
    border: 1px solid #8EB3BD;
    box-shadow: 0px 0px 10px 10px #0000000a inset;
    margin: 10px;
    position: relative;
}

.pdfstep1-drag-enter {
    box-shadow: 0px 0px 10px 10px #0000000a inset;
    background: #383838;
}


/* .blockSec:before{
    content:'';
    box-shadow: 0px 0px 10px 10px #0000000a ;
    position: absolute;
    top: -10px;
}
.blockSec:after{
    content:'';
    box-shadow: 0px 0px 10px 10px #0000000a ;
    position: absolute;
    bottom: -10px;
} */

.plusIcon {
    color: #727DFF;
    text-decoration: none;
    position: absolute;
    /* bottom: 0px; */
    display: inline-block;
    line-height: 1;
}


/**  Scroll Box ****/
.navigation {
    height: 100%;
}
.nav{
    /* height: calc(100% - 30px); */
    overflow-y: auto;
    overflow-x: hidden;
}   

/*************** Scroll Box ******************/




/* -------------- Side Menu  ------*/

.sideMenu {
    width: 79px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #F8F8F8;
    transition: all .5s ease;
    box-sizing: border-box;
    padding: 22px 0px 22px 16px;
}

.pushRight {
    left: -80px;
}

.toggle {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 53px;
     background: url(../img/slider_Down.png) left center no-repeat; 
    margin-top: -27px;
    background-size: contain;
}

.pushRight .toggle {
    top: 50%;
    left: 100%;
    width: 30px;
    height: 53px;
    background: url(../img/slider_up.png) left center no-repeat; 
    margin-top: -27px;
    background-size: contain;
}

.logo {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0px auto 100% !important;
}

.logo img {
    width: 45px;
    margin: 2.5px;
}

.nav li a {
    transition: all 0.1s ease-in-out;
    margin-bottom: 30px;
}

.nav li a:hover {transform: scale(1.1);}

.nav li a.active,.nav li a.plusIcon {
    opacity: 1;
}

.nav li a.calculator .calculate_default {
    display: block;
}

.nav li a.calculator.active .calculate_default,
.nav li a.calculator .calculate_active {
    display: none;
}

.nav li a.calculator.active .calculate_active {
    display: block;
}
.nav li a.plusIcon{
    margin-bottom: 0px;
}

.socialBox{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 7px 20px;
    position: relative;
}
.socialBox span a{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.socialBox .closed {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -6px;
    opacity: 1;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 13px;
    background: #FFA3A3;
    border-radius: 100%;
    color: #fff;
    font-size: 9px;
    color: #fff;
    text-decoration: none;
}

/*-------- Main Page -----------*/

.header {
    margin: 0px 0px 130px;
    padding-top: 21px;
}

.search_sec {
    max-width: 680px;
    margin: 0px auto 57px;
    text-align: center;
}

.contentBlock {
    max-width: 680px;
    margin: 0px auto;
}

.logoTxt {
    max-width: 155.1px;
    width: 100%;
}

.logoTxt img {
    max-width: 100%;
}

.timeSec {
    font-size: 20px;
    line-height: 27px;
    color: #B4B4B4;
    float: right;
    display: inline-block;
    margin: 0px
}

.search {
    height: 51px;
    padding: 0px 18px;
    font-size: 20px;
    line-height: 27px;
    color: #383838;
    border: 1px solid #C6C6C6;
    margin-bottom: 28px;
    width: 100%;
    box-sizing: border-box;
}

.search:focus {
    outline: 0px;
}

.block {
    max-width: 155.24px;
    box-sizing: border-box;
    float: left;
    margin: 0px 19px 0px 0px;
    width: 100%;
    text-align: center;
}

.bgColor {
    max-width: 155.24px;
    height: 100.97px;
    border: 1px solid #707070;
    width: 100%;
    margin-bottom: 14px;
}

.block:nth-child(4) {
    margin-right: 0px;
}

.blockTable {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.block_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.block_cell a {
    color: #fff;
    text-decoration: none;
}

.fbBgColor {
    background: #5475E3;
}

.closed {
    display: none;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 21px;
    background: #FFA3A3;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    color: #fff;
    text-decoration: none;    
}

/************* Home *********************/

.tableWrap {
    padding: 38px 60px;
    transition: 0.2s all ease-in-out;
}

.loading {
    opacity: 0.2;
}

.table {
    width: 100%;
}

.arrow_right {
    display: inline-block;
    padding-right: 18px;
    position: relative;
    line-height: 32px;
    color: #9FA9BA;
}

.arrow_right:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 13px;
    background: url(../img/navigate_arrow.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
}

.tableWrap .form_field {
    padding: 0px 15px;
    width: 135px;
    box-sizing: border-box;
    color: #9FA9BA;
}

.tableWrap .select_field {
    padding: 0px 5px;
    width: 90px;
    box-sizing: border-box;
    color: #9FA9BA;
}

.tableWrap .table tr {
    height: 50px;
}

.tableWrap .table tr:last-child {
    height: auto;
}

.tableWrap .table tr td {
    vertical-align: top;
}

/************  PDF Upload  ****************/

.fileUpload_sec {
    padding: 52px 0px;
}

.file-upload {
    text-align: center;
    font-size: 14px;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    color: #9FA9BA;
}

.file-upload .file-select {
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.file-upload .file-select .file-select-button {
    padding: 0 5px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.file-upload .file-select .file-select-name {
    line-height: 32px;
    display: inline-block;
    padding: 0px 0px;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.convertPdf {
    padding: 5px 15px;
}
.convertPdf .file-upload {
    font-size:12px;
    max-width: fit-content;
    float: right;

}
.convertPdf .file-upload .file-select {
    background: transparent;
}
.textsec, .btnsec {
    float: left;
    width: 50%;
    box-sizing: border-box;
    word-wrap: break-word;
}
.textsec {
    text-align: right;
    padding: 3px 0px;
}
.FileLoad {
    font-size: 30px;
    color: #969292;
}
.convertPdf .defaultBtn:before {
    content: '';
    width: 25px;
    height: 20px;
    background: url(../img/arrow_blue.png) center center no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
}
.convertPdf .defaultBtn {
    position: relative;
    padding-left: 35px;
    margin-left: 10px;
}
.convertPdf .defaultBtn {
    width: 157px;
    height: 57px;
}
.convertPdf .centerText {
    overflow: hidden;
    margin: 23px 0 0px;
    padding-bottom: 20px;
}
.Cancel {
    color: #cecbcb;
    position: absolute;
    right: 15px;
    bottom: 10px;
    text-decoration: none;
}

@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.outerSec {
    width: 100%;
    max-width: 460px;
    margin: 37px auto;
    /* border-radius: 5px; */
    height: 8px;
    position: relative;
    /* background: #e5e5e5; */
}
#progressbar{
    width: 100%;
}
#progressbar img{
    width: 100%;
    height: 8px;
}
.innerSec {
    position: absolute;
    left: 0px;
    background: #727dff;
    width: 75%;
    height: 6px;
    border-radius: 3px;
    top: 50%;
    margin-top: -3px;
}
.contvertingProcess{
    text-align: center;
}
.convertProcess {
    position: relative;
    padding: 0px 0px 0px 25px;
    display: inline-block;
    font-size: 12px;

}
.convertProcess:before {
    content: '';
    background: url(../img/loader.png) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    background-size: contain;
    top: 50%;
    margin-top: -10px;

    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.midSec {
    /* max-width: 500px; */
    margin: 0px auto;
}
.pdf_img {
    margin:4px 0px;
    float: left;
}
.pdf_img img {
    width: 40px;
    height: auto;

}
.midSec .FileLoad {
    margin:4px 10px 0px;
    float: left;
}
.success_Sec  h3 {
      font-size: 18px;
      text-align: center;
}
.convertPdf.success_Sec .defaultBtn:before{
    display: none;
}
.convertPdf.success_Sec .defaultBtn{
    padding-left: 0px;
}

/*************  Crypto Sec *****************/
.crypto_sec{
    max-width: 1100px;
}


/***************  Calculator *************************/
.calculatorWrap{
   background: #BE99EA;
   max-width: 205px;
   width: 100%;
   margin: 0px auto;
   padding: 9px;
   box-sizing: border-box;
}
.calcTable{
    width: 100%;
}
.calcTable tr td{
    color: #BE99EA;
    background: #fff;
    width: 46px;
    height: 47px;
    vertical-align: middle;

}
.calcTable tr td input[type="text"]{
    width: 100%;
    height: 47px;
    border: 0px;
    background: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Poppins', Helvetica;
    text-align: right;
    color: #f8f8f8;
    padding: 0px 10px;
    box-sizing: border-box;
}
.calcTable tr td.operation{
    background: #727DFF;
    
}
.calcTable tr td.operation button{
    color: #fff;
}
.calcTable tr td button{
    background: transparent;
    border: 0px;
    width: 100%;
    color: #BE99EA;
    font-size: 20px; 
    line-height: 24px;    
    width: 100%;
    height: 100%;
    cursor:pointer;
}
.calcTable tr td button:focus,.calcTable tr td input[type="text"]:focus{
    outline:0px;
}

/************* Add new links***************/
.addNew_link{
    padding:10px 20px;   
}
.addNew_link .primaryBtn{
    margin-top: 30px;
}
label{
    font-size: 16px;
    line-height: 32px;
    color: #242424;
    font-weight: 600;
    display: block;
}
input[name="url"]{
    width: 100%;
    padding: 0px 13px;
    box-sizing: border-box;
}
.form_action{
  margin-bottom: 15px;
}
.linkName{
  float: left;
  width: 43%;
  box-sizing: border-box;
}
.colorPicker{
    float: left;
    width: 54%;
    box-sizing: border-box;
    margin-left: 15px;
    margin-top: 8px;
}
.colorPick{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 1px;
    border: 1px solid transparent;

}
.colorPick.active{
    border: 1px solid #C6C6C6;
}
.colorBox{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.darkBlue{
    background:rgb(84, 94, 227);
}
.red{
    background: rgb(200, 37, 54); 
}
.lightBlue{
    background: rgb(68, 184, 234);
} 
.lightgreen{
    background: rgb(174, 221, 60);
}
.darkgreen{
    background: rgb(109, 138, 38);
}
.pink{
    background: rgb(238, 106, 167);
}
.maroon{
    background: rgb(128, 0, 0);
}   
.orange{
    background: rgb(228, 120, 51);
}
.black{
    background: rgb(41, 36, 33);
}

/********* Footer ************/

.footer {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100%;
    height: 24px;
    background:white;
}

.footer ul {
    float: right;
}

.terms_policy_sec ul li {
    float: left;
}

.terms_policy_sec ul li a {
    display: inline-block;
    color: #B4B4B4;
    line-height: 19px;
    text-decoration: none;
}

.terms_policy_sec ul li a {
    border-right: 1px solid #B4B4B4;
    padding-right: 5px;
    margin-right: 5px;
}

.terms_policy_sec ul li:last-child a {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

#currency span.form_field.select_field{
    display: none;
}

/***************Currency Portal*****************/
input {
    font-weight: 600;
}

.comparer {
    margin-top: 51px;
}

.converter {
    width: 100%;
}

.left-widgets {
    display: block;
    width: 250px;
}

.links-seperator{
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-left: 1px solid white;
    margin-bottom: -3px;
}

.right-widgets {
    display: block;
    width: 750px;
}

.timeline {
    width: 100%;
}

.widget-containers {
    width: 1100px;
    margin:0px auto;
    padding:0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    background: #fff;
    box-sizing: border-box;
}
.tablinks {
    font-size: 15px !important;
}

#page404{
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

#page404 div{
	text-align: center;
}
#page404 div:first-child{
	font-size: 60px;
	margin-top: calc(25% - 110px);
	color: cadetblue;
}

/************* Media Query *****************/
@media (max-width:1200px){
     html, body, .mainConent, .main, .content, .tabContent,.wrapper  {
      overflow-x:auto;
  }
}

@media (max-height:720px){
    .header {
          margin: 0px 0px 70px;
          }
          .search_sec {
          margin: 0px auto 35px;

      }
}
 