/*
Theme Name: Email Backup Help Blog
Theme URI: https://www.emailbackuphelp.com/
Author: Rupak
Author URI: https://www.emailbackuphelp.com/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Mukta', sans-serif;
	font-size: 17px;
    box-sizing: border-box;
    word-spacing: 2px;
}
p, ul, ol, li{
    color: #666666;
}
a{
    color: #ff4450;
    text-decoration: none;
}
.heading{
    font-size: 40px;
    font-weight: 800;
    color: #002359;
}
.heading span{
    color: #ff4450;
}
.custom-download-btn{
    background: #ff4450;
    color: #ffffff;
    border: 2px solid #ff4450;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
}
.custom-download-btn:hover{
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #ffffff;
    border: 2px solid #ff4450;
}
.custom-buy-btn{
    background: transparent;
    color: #002359;
    border: 2px solid #002359;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.custom-buy-btn:hover{
    background: #002359;
    color: #ffffff;
    border: 2px solid #002359;
}
.custom-safe-refund{
    text-align: center;
    color: #666666;
}
.custom-safe-refund span{
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 5px 1rem;
    margin: 0 10px;
}
.list-check{
    list-style: none;
}
.list-check li{
    position: relative;
    line-height: 33px;
    padding-left: 10px;
}
.list-check li::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    height: 10px;
    width: 15px;
    border-left: 2px solid #ff4450;
    border-bottom: 2px solid #ff4450;
    transform: rotate(316deg);
}
.block_sum{
    background: #f5f5ff;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.nav-tabs{
    border: 0;
}
.nav-tabs .nav-item .nav-link{
    background: #fff;
    border-radius: 50px;
    color: #002359;
    border: 1px solid #e9ecef;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.nav-tabs .nav-item .nav-link.active{
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #fff;
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
}
.nav-tabs .nav-item .nav-link:hover{
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
}
.btns-sec{
    text-align: center;
    padding: 1rem 0;
}
.btns-sec .download-btn{
    background: #ff4450;
    color: #ffffff;
    border: 2px solid #ff4450;
    padding: 10px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 0.5rem;
}
.btns-sec .download-btn:hover{
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #ffffff;
    border: 2px solid #ff4450;
}
.btns-sec .buy-btn{
    background: transparent;
    color: #002359;
    border: 2px solid #002359;
    padding: 10px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 0.5rem;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.btns-sec .buy-btn:hover{
    background: #002359;
    color: #ffffff;
    border: 2px solid #002359;
}
.post-title{
    font-size: 25px;
    font-weight: 800;
    color: #002359;
    display: block;
    padding: 0 1rem;
}
.post-box{
    margin-bottom: 2rem;
}
.post-box img{
    width: 100%;
}
.post-user-date{
    display: inline-block;
    position: relative;
    top: -3rem;
    padding: 1rem;
    background: #fff;
    margin-bottom: -2rem;
}
.post-user-date .date{
    border-left: 2px solid #e7e7e7;
    padding-left: 10px;
    margin-left: 10px;
}
.excerpt{
    padding: 1rem 1rem;
}
.excerpt a{
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    color: #777777;
    margin-top: 1rem;
}
.sidebar-container{
    border: 1px solid #e7e7e7;
    padding: 0 1rem 0 1rem;
}
.widget-area{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.widget-title{
    color: #002359;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}
.wp-block-heading{
    color: #002359;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}
.wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search__input{
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
    outline: none;
    border-radius: 35px;
}
.wp-block-search__button{
    padding: 0 25px;
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #fff;
    border-radius: 35px;
    position: absolute;
    right: 0;
    height: 100%;
}
.wp-block-latest-posts__list{
    margin-bottom: 0;
}
.wp-block-latest-posts__list li{
    border-bottom: 1px solid #e7e7e7;
    padding: 1rem 0;
}
.wp-block-latest-posts__list li:nth-last-child(1){
    border-bottom: none;
}
.wp-block-latest-posts__post-title{
    color: #002359;
    font-size: 20px;
    font-weight: 600;
}
.post-page-content{
    border-top:  0 !important;
    /*border: 1px solid #e7e7e7;*/
    padding: 1rem;
}
.post-page-thumbnail{
    border: 1px solid #e7e7e7;
    border-bottom: 0 !important;   
}
.post-page-thumbnail img{
    width: 100%;
}
.rp-title{
    color: #002359;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}
.post-author-details{
    background: #f5f5ff;
    padding: 1rem;
    border-radius: 10px;
}
.post-author-details .name img{
    border-radius: 50%;
}
.share{
    position: fixed;
    top: 45%;
}
.share ul{
    list-style: none;
    padding: 0;
}
/*navbar start*/
.navbar .navbar-nav .nav-item .nav-link{
    font-size: 17px;
    font-weight: 600;
    padding: 35px 15px;
    color: #002359;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #ff4450;
}
.navbar .navbar-download-btn{
    color: #ff4450;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    margin-left: 8px;
    padding: 7px 25px !important;
}
/*navbar end*/
/*live chat start*/
.psmtc_Ik96{
    top: 100px !important;
}
/*live chat end*/
/*gototop start*/
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 9999;
    display: none;
    transition: 0.3s ease;
    background: #ff4450;
    border: 1px solid #ddd;
    color: #ffffff;
}
/*gototop end*/
/*breadcrumb start*/
.breadcrumb{
	margin: 0;
    padding: 0;
}
.breadcrumb ul{
	margin: 0;
    list-style: none;
}
.breadcrumb ul li{
	float: left;
	margin-right: 15px;
	color: #666666;
	position: relative;
}
.breadcrumb ul li a{
	color: #666666;
	text-decoration: none;
}
.breadcrumb ul li a:after{
	content: ">";
    position: absolute;
    top: -1px;
    right: -10px;
    font-family: cursive;
}
/*breadcrumb end*/
/*pagination start*/
.pagination{
	margin: 15px !important;
}
.page-numbers {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #002359;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 5px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
	background: #fafafa;
	text-decoration: none;
}
.page-numbers:hover {
	background: #ff4450 none repeat scroll 0 0;
    border-color: transparent;
    color: #ffffff;
}
.page-numbers.current{
	background: #ff4450 none repeat scroll 0 0;
    border-color: transparent;
    color: #ffffff;
}
/*pagination end*/
/*footer start*/
footer{
    padding: 1rem 0;
    background: #002359;
    color: #fff;
}
footer p{
    color: #afafaf;
    text-decoration: none; 
    padding: 10px;
    margin: 0 10px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer .text-right ul{
    list-style: none;
}
footer .text-right ul li{
    float: right;
    padding: 10px;
    margin: 0 10px;
}
/*footer end*/
/*responsive start*/
@media (min-width: 280px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
    }
    .navbar .navbar-collapse {
        box-shadow: 0 1px 1px #ddd;
        padding: 1rem;
    }
    .navbar .navbar-toggler {
        box-shadow: none;
    }
}
@media (min-width: 280px) and (max-width:575px) {
    header .navbar .navbar-brand {
        width: 70%;
    }
}
/*responsive end*/

.schema-faq {
    background-color: #f5f5ff;
    padding: 20px;
    border-left: 4px solid #ff4258;
    margin-bottom: 40px;
}


.faq-heading {
    background-color: #f5f5ff;
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    font-weight: 700;
    border-left: 4px solid #ff4258;
}
