﻿body {
}
/*banner image text css*/
.td-text-Blog {
    position: absolute;
    display: block;
    bottom: 16%;
    left: 14%;
    /*text-align: center;*/
    /*width: 50%;*/
    color: #fff;
}

.Blog-title {
    font-size: 60px;
    padding: 0 0 0px;
}

.td-text-Blog p {
    font-size: 18px;
    margin-bottom: 40px;
}
   

.td-text-Blog a{

}

.Blog-btn {
     padding: 24px 65px;
}

/* bannder text ------END*/

.td-desktop {
    background-image:none;
}

.bl-desktop-img {
     background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:593px;
}



/*FILTER bLOG START*/

.legend-filter {
    display:flex;
    align-items:center;
    cursor:pointer;
}
    .legend-filter img {
        display:block;
        width:19px;
        height:19px;
        margin-right:5px;
    }
    .legend-filter span {
        display:block;
        font-size:12px;
        font-weight:700;
        text-transform:uppercase;
        line-height:1;
    }
.legend-line {
    margin:0 10px 0 6px;
}


/*FILTER BLOG -----END*/
    


/*Blog-container start*/

.desktop-details {
    /*display:block;*/
}

.Phone-details {
display:none;
}

.Blog-content h5 {
     /*white-space: nowrap;*/
    font-size:30px;
    font-weight: 700;
    text-align:left;
    width:100%;
      /*width: 881px;*/ 
       overflow: hidden;
        text-overflow: clip; 
}



.Blog-content span {
    font-size:10px;
    text-align:left;
    /*letter-spacing:0.25px;*/
    margin-bottom:10px;

}

.Blog-content p {
   
    width: 100%; 
    height:40px;
    overflow: hidden;
    text-overflow: clip; 
    font-size:14px;
    text-align:left;
    letter-spacing:0.1px;
    margin-bottom:25px;
    margin-top:5px;
 


}
.Blog-content a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-decoration: none;
     box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2), inset 0px 2px 3px 0 rgba(255, 255, 255, 0.3);
    padding: 19px 67px;
   background-image: linear-gradient(150deg, #e31c17, #c9100c);
    text-align:center;
    color: #fff;
    border-radius: 5px;
    display:inline-block;
    text-transform: uppercase; 

}

 /*Blog Container -----END*/

   /*horizontal row*/

.hr {
    /* margin-left:15px; */
    height: 1px;
    width: 100%;
    background-color:#000000;
    margin-bottom:30px;
    margin-top:30px;
    opacity:0.2;
}

  /*horizontal row ---END*/

.Blog-fashion-btn {
    background-color: #ffe8e7;
  border: none;
  color: black;
  padding: 1px 10px;
  text-align: center;
  font-size: 10px;
  margin-bottom:16px;
  display:inline-block;
  cursor: pointer;
  border-radius:5px;
}

.blog-image01 {
    /*height:260px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;*/
    /*background-image:url(../images/BlogImage01.png);*/   
}
.blog-image02 {
    height:260px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../images/BlogImage02.png);   
}
.blog-image03 {
    height:260px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../images/BlogImage03.png);   
}
.blog-image04 {
    height:260px;
    background-repeat:no-repeat;
    background-size:cover;
    background-image:url(../images/BlogImage04.png);   
}

.Blog-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
    padding: 60px 0 0;
}

 .Blog-fashion-btn2 {
        display: none;
    }

 .td-item img {
    height: 100%;
}

/*footer padding*/
.bl-Blog {
    padding-bottom:100px;
}
/*footer padding---end*/

/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    .td-mobile {
    background-image:none;
   
    }

    .bl-phone-img{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:420px;
    }


    /*Banner button*/
    .Blog-btn {
    padding: 10px 35px;
    font-size:10px;
    }
     /*Banner button -----end*/



     /*banner title*/
     .Blog-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 9px;
   }
 /*banner title---end*/

 /*Banner icon*/
    .legend-filter img {
    width: 12px;
    height: 12px;
    }
    /*Banner icon ---end*/

    /*filter*/
    .legend-filter span {
    font-size: 10px;
    }


    /*filter ---end*/


 /*Banner text*/

 .desktop-details {
    display:none;
}

.Phone-details {
display:block;
}

    .td-text-Blog p {
        font-size: 10px;
        margin-bottom: 20px;
    }
    /*Banner text____END*/

    /*banner content*/
    .td-text-Blog {
    left:0;
    padding: 0 9px 0 24px;
    }
    /*banner content ___END*/


    /*heading*/
    .Blog-content h5 {
        font-size: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
        margin-top: 16px;
        margin-bottom: 9px;
        height:50px;
    }
    /*heading ----- end*/


     /*Paragraph*/
    .Blog-content p {
        display: none;
    }
     /*Paragraph ----- end*/

     /*blog-image*/
    .blog-image01 {
        /*height: 167px;*/
        margin-top:40px;

    }

    .blog-image02 {
        height: 167px;
        margin-top: 40px;
    }

    .blog-image03 {
        height: 167px;
        margin-top: 40px;
    }

    .blog-image04 {
        height: 167px;
        margin-top: 40px;
    }
    /*blog-image ----end*/

    /*fashion button*/
    .Blog-fashion-btn {
        display: none;
        margin-top: 40px;
    }
    /*fashion button---end*/

    /*horizontal row*/
    .hr {
        display: none;
    }

    /*horizontal row ----end*/

    /*Blog buttons*/

    .Blog-fashion-btn2 {
        background-color: #ffe8e7;
        border: none;
        color: black;
        text-align: center;
        font-size: 10px;
        margin-bottom: 16px;
        display: inline-block;
        cursor: pointer;
        border-radius: 5px;
        padding: 3px 14px;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: 700;
    }
    /*Blog buttons----end*/

    /*Title*/
    .title-wrap {
       margin-bottom: 0px;
    padding: 0px 0px 0;
    margin-top: 35px;
    }
    .legend-title {
        font-size: 24px;
        padding: 0px 0px;
        background-color: #fff;
        line-height: 1;
    }
    .legend-line {
    margin: 0;
    position:relative !important;
    bottom: 7px;
    left:auto;
    }

    .legend-filter {
    display: flex;
    margin: 4px;
    align-items: center;
    cursor: pointer;
   }
    /*Title-----END*/

    .Blog-content a {
    font-size: 10px;
    padding: 10px 40px;
    /*display:flex;
    width:135px;*/
    }

    /*footer padding*/
    .bl-Blog {
    padding-bottom:51px;
    }
/*footer padding---end*/



}
 

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    
    /*Banner button*/
    .Blog-btn {
    padding: 10px 35px;
    font-size:10px;
    }
     /*Banner button -----end*/



     /*banner title*/
     .Blog-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 9px;
   }
 /*banner title---end*/

 /*Banner icon*/
    .legend-filter img {
    width: 12px;
    height: 12px;
    }
    /*Banner icon ---end*/

    /*filter*/
    .legend-filter span {
    font-size: 10px;
    }
    /*filter ---end*/


 /*Banner text*/
    .td-text-Blog p {
        font-size: 10px;
        margin-bottom: 20px;
    }
    /*Banner text____END*/

    /*banner content*/
    .td-text-Blog {
    left:24px;
    }
    /*banner content ___END*/


    /*heading*/
    .Blog-content h5 {
        font-size: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
        margin-top: 16px;
        margin-bottom: 9px;
        height:50px;
    }
    /*heading ----- end*/


     /*Paragraph*/
    .Blog-content p {
        display: none;
    }
     /*Paragraph ----- end*/

     /*blog-image*/
    .blog-image01 {
        /*height: 167px;*/
    }

    .blog-image02 {
        height: 167px;
        margin-top: 40px;
    }

    .blog-image03 {
        height: 167px;
        margin-top: 40px;
    }

    .blog-image04 {
        height: 167px;
        margin-top: 40px;
    }
    /*blog-image ----end*/

    /*fashion button*/
    .Blog-fashion-btn {
        display: none;
        margin-top: 40px;
    }
    /*fashion button---end*/

    /*horizontal row*/
    .hr {
        display: none;
    }

    /*horizontal row ----end*/

    /*Blog buttons*/

    .Blog-fashion-btn2 {
        background-color: #ffe8e7;
        border: none;
        color: black;
        text-align: center;
        font-size: 10px;
        margin-bottom: 16px;
        display: inline-block;
        cursor: pointer;
        border-radius: 5px;
        padding: 3px 14px;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: 700;
    }
    /*Blog buttons----end*/

    /*Title*/
    .title-wrap {
       margin-bottom: 0px;
    padding: 0px 0px 0;
    margin-top: 35px;
    }
    /*Title-----END*/

    .Blog-content a {
    font-size: 10px;
    padding: 10px 40px;
    /*display:flexbox;
    width:135px;*/
    }

}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {

/*Banner title*/
    .td-text-Blog { 
    left:6%;
    }
    /*Banner title ---END*/


/*Title Section*/
    .legend-title {
    font-size:50px;
    }



    .legend-filter img {
    height:25px;
    width:25px;
    }

    .legend-filter span {
    font-size:20px;
    }
    .title-wrap {
    padding: 30px 0 0;
    }

    /*Title Section ---End*/

    .td-mobile {
    background-image:url(../images/phone%20banner.png);
     background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:800px;
    }

    
 .desktop-details {
    display:none;
}

.Phone-details {
display:block;
}


/* Blog images */
    .blog-image01 {
    /*height:400px;*/
    }
     .blog-image02 {
    height:400px;
    }
      .blog-image03 {
    height:400px;
    }
       .blog-image04 {
    height:400px;
    }
       /* Blog images ---end*/




    /*Blog fashion button*/
    .Blog-fashion-btn {
    display:none;
    
    }

    
   
    .Blog-fashion-btn2 {
        background-color: #ffe8e7;
        border: none;
        color: black;
        text-align: center;
        font-size: 10px;
        margin-bottom: 16px;
        display: inline-block;
        cursor: pointer;
        border-radius: 5px;
        padding: 3px 14px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 700;
    }
    /*Blog fashion button ----end*/
    .Blog-content h5 {
        font-size: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
       margin-top: 30px;
        margin-bottom: 9px;
        height: 85px;
    }
        /* Blog heading---end*/

 /* Blog Paragraph*/
  .Blog-content p {
    width:100%;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    height:50px;
    }
   /* Blog Paragraph---end*/


    .Blog-content span {
    font-size:16px;
    margin-left: 20px;
    }
    .Blog-fashion-btn2 {
    font-size: 14px;
    padding: 9px 35px;
    }

    .Blog-content {
    margin-bottom:40px;
    }
  
    
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    /*BANNER SECTION*/
    .Blog-title {
        font-size: 35px;
        padding: 0 0 0px;
    }

    .td-text-Blog p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .Blog-btn {
        padding: 20px 55px;
    }
      /*BANNER SECTION---END*/

/*Title Section*/
    .title-wrap {
    padding: 40px 0 0;
    }
    .legend-title {
    font-size: 50px;
    }

    .legend-filter img {
    width: 25px;
    height: 25px;
    }
    .legend-filter span {
    font-size: 20px;
    }
    .Blog-fashion-btn {
    font-size: 20px;
    padding: 1px 35px;
    }
    .Blog-fashion-btn {
    padding: 3px 30px;
    font-size: 20px;
    margin-bottom: 25px;
    }
   .Blog-content h5 {
        font-size: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
        margin-top: 1px;
        margin-bottom: 5px;
        height:90px;
    }
    .Blog-content span {
    font-size:18px;
    }

    .Blog-content p {
        display:none
    }


    .Blog-content a {
    font-size: 17px;
    padding: 20px 60px;
    margin-top:40px;
    }
    .blog-image01 {
    /*height:290px;*/
    }
     .blog-image02 {
    height:290px;
    }
      .blog-image03 {
    height:290px;
    }
       .blog-image04 {
    height:290px;
    }

    .bl-desktop-img {
        height: 400px;
    }
    
    .td-desktop {
    display: block!important;
    height: 28vh;
   }

}

@media (min-width: 1051px) and (max-width: 1151px) {

    /*.td-desktop {
    background-image: url(../images/BlogListingBanner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}*/

    .td-text-Blog p {
    font-size: 12px;
    margin-bottom: 32px;
    }

    .Blog-title {
        font-size: 30px;
    }

    .Blog-btn {
    padding: 15px 35px;
   }
    .Blog-content p {
        width: 100%;
    }



}


/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
  .Blog-btn {
    padding: 20px 50px;
}
    .Blog-title {
        font-size: 45px;
    }
     .blog-image01 {
        /*height: 230px;*/
    }
    .blog-image02 {
        height: 230px;
    }
    .blog-image03 {
        height: 230px;
    }
    .blog-image04 {
        height: 230px;
    }
      .Blog-content a {
    font-size:12px;
    padding: 13px 42px;
    }

    .Blog-content p {
    width:100%;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    }

    .Blog-content h5 {
        font-size: 25px;
    }
    .td-text-Blog {
        left: 11%;
        bottom: 20%;
    }
    
    .td-desktop {
    height:475px;
    }
    

}


/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .td-text-Blog {
        left: 15%;
        bottom: 20%;
    }

    .Blog-title {
        font-size: 48px;
        padding: 0 0 0px;
    }

    .Blog-btn {
        padding: 17px 43px;
        font-size: 11px;
    }

    .td-text-Blog p {
        font-size: 12px;
    }

    .title-wrap {
    padding: 50px 0 0;

}

    .legend-title {
    font-size:50px;
    }

    .Blog-content a {
    font-size:12px;
    padding: 13px 42px;
    }

    .Blog-content p {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.3px;
    width:100%;
    }

    .Blog-content h5 {   
    font-size:25px;
    }

    .blog-image01 {
        /*height: 230px;*/
    }
    .blog-image02 {
        height: 230px;
    }
    .blog-image03 {
        height: 230px;
    }
    .blog-image04 {
        height: 230px;
    }

    .td-desktop {
    height:500px;
    }
    
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
   
}



