h1 {
	font-weight: 700;
    letter-spacing: -0.18rem;
    font-size: 3.5rem;
    text-transform: capitalize;
	
}
h2 {
    font-size: 34px;
    line-height: 1.15em;
    font-weight: 700;
    letter-spacing: -0.5px;
}
h3 {
	font-weight: 700;
}	
.turn-pdf{
    text-align: center;
    font-size: 34px;
    line-height: 1.15em;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.pdf-converter-bg {
    padding-top: 130px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: var(--one_color);
    background-image: url(/images/pdf-flipbook-converter/header-bg1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #ffffff;
}
.ebook-gallery {
	padding-top: 30px
	
}
.ebook-gallery .ebook-item {
	padding-bottom: 20px
	
}
.ebook-title {
	margin-top: 5px;
}
.btn-wrapper {
	margin-bottom: 60px;
	    margin-top: 60px;
    text-align: center;
	
}
.upload-btn, .upload-btn:visited, .upload-btn:active {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	    margin-right: 30px;
    font-weight: 700 !important;
    background-color: #4cd0e5;
    border-radius: .2rem;
    color: #fff;
border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(76, 208, 229,.3);
}

.upload-btn:hover, upload-btn:focus {
    background-color: #51ddf3;
    cursor: pointer;
    text-decoration: none;
     color: #fff;
         box-shadow: 0 0px 0px rgba(76, 208, 229,.3);
}

.upload-btn-invert, .upload-btn-invert:visited, .upload-btn-invert:active {
margin-right: 30px;
    font-weight: 700 !important;
    background-color: #ffffff;
    border-radius: .2rem;
    color: #4cd0e5;
border: 2px solid #4cd0e5;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(76, 208, 229,.3);
}

.upload-btn-invert:hover, .upload-btn-invert:focus {
    background-color: #41bcd0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0px 0px rgba(76, 208, 229,.3);
}

.three-features-content .three-features-item {
	    border-radius: 10px;
    padding: 30px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 50px 0px rgb(157 157 157 / 8%);
    box-shadow: 0px 15px 50px 0px rgb(157 157 157 / 8%);
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    height: 250px;
}
.three-features-content{
	margin-bottom: 20px;
}

.three-features-headline {
    margin-top: 25px;
    text-align: center;
}
.three-features-headline h3{
letter-spacing: -.5px;
}
.three-features-txt {
    margin-top: 20px;
        line-height: 24px;
         text-align: center;
}
.three-features {
    background-image: url(/images/pdf-flipbook-converter/bg-shape-1.png);
}
.how-to-convert {
    background-image: url(/images/pdf-flipbook-converter/base_bg_1.png);
    background-size: cover;
}

.convert-flipbook-wrapper {
    padding: 40px;
    border-radius: 10px;
       background-color: #1AD3EF;
    top: -50px;
    position: relative;
}
.convert-flipbook-wrapper-content h2{
	color: #fff;
		font-weight: 700;
}
.convert-flipbook-wrapper-content p {
	color: #fff;

}


.features-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 75px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
}

.features-list li .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(45.24deg, #1AD3EF 5.99%, #A0EDF8 91.87%);
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 25px;
    left: 0;
    top: 0;
}
.features-list li .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ri-download-cloud-2-line:before {
    content: "\ec56";
}

ul li::marker {
display: none;
}

.features-list li h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.card-header {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.card-header h2{
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.card {
    border: none;
    box-shadow: 0 5px 20px rgba(97, 105, 140, 0.12);
    padding:0px 20px 0px 20px;
    margin-bottom: 20px;
        background-color: #fff;
}
.card-body {
	padding-bottom: 40px;
}
button.btn.btn-link {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-align: left;
    color: #282d47;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    height: auto;
    white-space: break-spaces;
         -webkit-user-select: text;  /* Chrome all / Safari all */
  -moz-user-select: text;     /* Firefox all */
  -ms-user-select: text;      /* IE 10+ */
  user-select: text;
}
button.btn.btn-link:hover {
	color: #282d47;
	
}
button.btn:focus {
   color: #282d47;
    opacity: 1;
}

button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 1;
    background: #fff;
       color: #282d47;
}
button.btn.btn-link:before {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 0px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    transition: all .3s;
}
.fbox-img {
    padding: 40px 18% 50px;
    margin-bottom: 70px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
}
.bg-whitesmoke-gradient {
    background-image: linear-gradient(
180deg, rgba(247, 248, 250, .8) 50%, rgba(255, 255, 255, .05) 100%);
}
.fbox-img img {
    margin-bottom: -80px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.video-iframe {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
	
}
.new-badge-flipbook {
	text-align: center;
}
.badge-new {
 background-color: #EF7A85;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-size: 11px;
    vertical-align: inherit;
}
/*-------------- Flipbook Converter --------------*/
html{
 scroll-behavior: smooth;
}
.fixed-width-desc {
width: 75%;
	    margin-right: auto;
    margin-left: auto;
}
.convert-button-group {
	
	margin-top: 50px;
}
.header-bg{
 padding: 60px 0 100px 0;
    background-color: #f0f7ff;
    background-image: url(/images/flipbooks/flipbook-converter/top-header.png), linear-gradient(-45deg, #f8f8f8 0%, #ffffff 100%);
    background-position: center center;
    background-repeat: no-repeat,repeat;
}
#flipbook-converter-vert-tab .nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#flipbook-converter-vert-tab .nav-tabs-dropdown:before {
	font-family: "Font Awesome 5 Free"; 
  content: "\f358";
  position: absolute;
  right: 30px;
}
#flipbook-converter-vert-tab .well{
background-color: transparent;
    border: 0px solid #fff;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 5%);
        padding: 20px 3px;
}
#flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li {
margin-bottom: 20px;

}

#flipbook-converter-vert-tab .nav-pills>li.active>a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
  top: 50%;
  border-left: 10px solid #FFC371;
  left: auto;
  right: -10px;
}
#flipbook-converter-vert-tab .nav-pills>li.active>a {
background-image: linear-gradient(to right, #f4848e 0%, #FFC371  100%);
color: #fff;
  position: relative;
  z-index: 10;
}
#flipbook-converter-vert-tab .nav-tabs>li>a {
    border: 0px solid transparent;
    font-size: 16px;
    font-weight: 700;
    color: #4B4B4C;
    background: #fff;
    padding: 20px 0px;   
}

#flipbook-converter-vert-tab .nav-tabs>li>a:hover {
    border: 0px solid transparent;
	background-image: linear-gradient(to right, #f4848e 0%, #FFC371  100%);
	color: #fff;
}

@media screen and (max-width: 768px) and (min-width:680px) {
    #flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
    	width:120px;
    }
}

@media screen and (max-width:679px)  and (min-width:630px){
	#flipbook-converter-vert-tab .nav-tabs>li>a {
	  font-size: 15px;
	}
	
	#flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
		width:110px;
	}
}

@media screen and (max-width:629px) and (min-width:580px){
	#flipbook-converter-vert-tab .nav-tabs>li>a {
	  font-size: 14px;
	}
	
	#flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
		width:100px;
	}
}

@media screen and (max-width:579px){
	#flipbook-converter-vert-tab .nav-tabs>li>a {
	  font-size: 13px;
	}
	
	#flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
		width:90px;
	}
}

/* @media screen and (max-width:529px) and (min-width:480px){
	#flipbook-converter-vert-tab .nav-tabs>li>a {
	  font-size: 12px;
	}
	
	#flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
		width:80px;
	}
} */

/* @media screen and (max-width:479px){
	#flipbook-converter-vert-tab .nav-tabs>li>a {
	  font-size: 11px;
	}
	
	#flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
		width:70px;
	}
} */

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: grid!important;
  }
}
@media screen and (max-width: 768px) {
   /*  #flipbook-converter-vert-tab .nav-tabs-dropdown {
        display: grid;
    } */
    /* #flipbook-converter-vert-tab .nav-tabs > li, .nav-pills > li{
    	width:120px;
    } */
    
    #flipbook-converter-vert-tab .nav-tabs>li>a{
    	padding:10px 0px;
    }
    
    #nav-tabs-wrapper {
        /* display: none; */
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
    
    #flipbook-converter-vert-tab .nav-pills>li.active>a::after{
    	content:none;
    }
    
    .flipbook-converter-vert-tab-wrapper {
    display: block !important;
    }
}

         .btn-grad {background-image: linear-gradient(to right, #f4848e 0%, #FFC371  51%, #FF5F6D  100%)}
         .btn-grad {
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 6px;
        font-weight: 700;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
.flipbook-converter-read-more {
margin-left: 7.1px;
color: #08AEEA;
}
.flipbook-converter-read-more:hover {
color: #08AEEA;
}
#flipbook-converter-vert-tab .card-title{
padding-top: 10px;
font-size: 16px;
    padding-bottom: 5px;
}
#flipbook-converter-vert-tab .card-text {
font-size: 14px;
color: #797979;
}
#flipbook-converter-vert-tab .card-body {
    padding-bottom: 25px;
}
.flipbook-converter-vert-tab-wrapper {
        border-radius: 1.875rem;
   background-image: linear-gradient(45deg, #fde9ff 0%, #fbfcdb 100%);
    display: flex;
}
.tab-content .tab-pane {
	padding: 0rem;
}

#flipbook-converter-vert-tab .tab-content {
	margin-left: 0px;
	margin-top: 20px;
	position: relative;
	top: 0px;
}
.icon.small {

    font-size: 41px;
    display: block;
        text-align: center;
    margin-left: auto;
    margin-right: auto;
        top: 320px;
        position: relative;
        box-shadow: 0 5px 20px rgb(255 255 255 / 85%);
}
.icon.small:hover {
color: #fff;
        box-shadow: 0 5px 20px rgb(255 255 255 / 100%);
}
.icon-arrow-style {
	    top: 6px;
    position: relative;
}
a.icon {
    display: inline-block;
}
.icon {
    border-color: rgba(6,12,22,.15);
}
.icon {
    border: 1px solid;
    width: 4rem;
    height: 4rem;
    position: relative;
    border-radius: 100%;
    color: #fff;
}
.upload-image-area {
	display: block;
	width: 100%;
}
.upload-image-box {
	width: 100%;
	padding: 4rem;
	outline: 4px #41bcd0 dashed;
	outline-offset: 0;
	transition: all 0.3s ease;
}
.highlight .upload-image-box {
	background: #fff;
	outline: 4px #41bcd0 dashed;
	outline-offset: -15px;
}
.upload-image {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload-btn {
	display: block;
	text-align: center;
}
.upload-image + label, .download-btn {
	display: inline-block;
	padding: 0.625rem 2rem;
	width: 100%;
	background-color: #4cd0e5;
	border-radius: .2rem;
	border: 3px solid #4cd0e5;
	color: #fff !important;
	font-size: 1.25rem;
	font-weight: 700 !important;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

#flipbook-formats-overlay{
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1032;
	box-shadow:0 3px 5px rgb(0 0 0 / 30%);
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;
}

#flipbook-formats-overlay .flipbook-overlay-container {
	width:100%;
	height:100%;
	position: relative;
	padding: 0;
}

#flipbook-formats-overlay .flipbook-overlay-content {
	position: relative;
	display: flex;
	justify-content:center;
	align-items:center;
	width: 100%;
	height:100%;
}

#flipbook-formats-overlay .preview-template {
	position: relative;
	max-width:640px;
	width:90vw;
	border-radius: 6px !important;
	background: white;
	margin:0px;
}

#flipbook-formats-overlay,#flipbook-formats-overlay p {
	font-size:1rem;
	color:#212529;
	line-height:1.5rem;
}

#flipbook-formats-overlay .template-spinner p{
	margin-bottom:1rem;
}

#flipbook-formats-overlay .free-tag{
	background-color:#00bf00;
	color:#ffffff;
	font-size:10px;
	border-radius:4px;
	font-weight:600;
	padding:3px 5px;
}

#flipbook-formats-overlay th,#flipbook-formats-overlay td {
	border:2px solid silver;
	vertical-align:top;
	padding:5px;
	height:80px;
}

#flipbook-formats-overlay .template-spinner{
	padding:20px;
}

/*-------------- Flipbook DOT Converter --------------*/
.pdf-converter-bg-1 {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
        background: rgb(125 163 162 / 10%);
    background-image: url(/images/flipbooks/flipbook-converter/header-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    box-shadow: 0 0 0 0 #ffffff;
}
.btn-upload {
    background-color: #21D19F;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 50px;
    margin-bottom: 15px;
}
.upload-icon {
	margin-right: 20px;
}
.converter-selection-btn {
	background: #fff!important;
    border: 1px solid #dddddd !important;
    margin-right: 5px !important;
    color: #747474 !important;
	
}
.converter-selection-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;

}
.converter-note {
	    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    font-weight: 600;
	
}
.converter-learn-more {
	color: #28b6e3;
    font-weight: 600;
        text-decoration: underline;
	
}
.format-boxes {
 border: 1px solid #d7e3ec;
     border-radius: 10px;
margin: 5px;
        padding-top: 45px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #313131;
}
.format-boxes-links {
	color: #313131;
}
.format-boxes-doc {
      background-color: #f2f9fe;
    border-color: #d7e3ec;
}
.format-boxes-general {
  background-color: #fdf8ff;
    border-color: #eee2f3;
}
.format-boxes-presentation {
    background-color: #fffcfa;
    border-color: #f0e3db;
}
.format-boxes-presentation {
    background-color: #fffcfa;
    border-color: #f0e3db;
}
.format-boxes-others {
    background-color: #f4fdff;
    border-color: #bceffa;
}
.format-icons {
    transition: all 150ms;
   
width: 48px;
margin-left: auto;
margin-right: auto;
    text-align: center;
    display: flex;
}
.format-boxes h4{
font-size: 14px;
text-align: center;
padding: 14px;
    height: 63px;
}
@media only screen and (max-width: 500px) {
	.format-boxes h4{
    font-size: 13px;
    text-align: center;
    padding: 7px;
    height: 63px;
}
.format-boxes {
    margin-bottom: 15px;
    padding-top: 16px;

}
}

@media(max-width:992px){
	.navbar-default .navbar-nav > li > a{
		font-size:15px;
	}
}