﻿body {

}
.title-wrap {
    margin-bottom: 80px;
    padding: 50px 0 0;
    position: relative;
    justify-content: center;
}
.legend-title {
    font-weight: 500;
    font-size:30px;
    margin-bottom: 0;
    line-height: 30px;
    color: #0a0908;
    background-color: #fffffc;
    padding: 0 70px;
    text-transform:uppercase;
}
.legend-line {
    position: absolute;
    width: 105%;
    left: -5%;
    bottom: 15px;
    margin: 0;
    z-index: -1;
    height: 1px;
    background-color: #000;
    background-image: none;
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.legend-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rec.png);
    height: 15px;
    width: 15px;
    background-size: contain;
}
.legend-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background-image: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rec.png);
    height: 15px;
    width: 15px;
    background-size: contain;
}
.legend-va-mobile {
    display:block;
}
.black-va-btn {
    border-radius: 5px;
    padding: 12px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.black-va-btn:hover {
    background-position: left bottom;
    color: white;
    /* border: 1px solid black; */
}
.black-va-btn img {
    width: 15px;
    display: inline;
    margin-left: 5px;
}
/*Banner*/
.BlogDetail-banner {
    justify-content:center;
    position:relative;
}
.desktop {
background-position:center;
background-repeat:no-repeat;
background-size:cover;
height: 544px;
}

.phone {
    display:none;
    background-position:center;
background-repeat:no-repeat;
background-size:cover;
height: 419px;
}

/*Banner ---END*/

.mobileresponce {
    background-color: #fff;
    border: none;
    color: black;
    text-align: center;
    font-size: 11px;
    /*margin-bottom: 16px;*/
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 3px 9px 12px;
    padding-left: 0;
    text-transform: uppercase;
    margin-bottom: 0.7%;
    font-weight: 700;
    text-decoration:underline;
}
/* BlogDetail-Heading */
.BlogDetail-Heading h1 {    
    font-size:60px;
    line-height: 1;
  letter-spacing: -1.5px;
  text-align: left;
  font-family: 'Varela Round', sans-serif;;
}
/* BlogDetail-Heading --END*/



 /*Blog -info Details*/
.BlogDetail-fashion-btn {
      background-color: #fff;
      border: none;
      color: black;
      text-align: center;
      font-size: 10px;
      cursor: pointer;
      border-radius: 5px;
      padding: 3px 14px;
      text-transform: uppercase;
      text-decoration:underline;
      font-weight: 700;
}

.BlogDetail-info p {
    font-size:18px;
    line-height: 1.5;
    letter-spacing: 0.45px;
    text-align: left;
    font-weight:600;
    margin-bottom:0px;
    text-transform:uppercase;
}

.BlogDetail-info span {
color:#A27D00;
font-size:14px;
font-weight: 600;
line-height: 1.29;
letter-spacing: 0.35px;
text-align: left;
margin-bottom:57px;
}
/*Blog -info Details---END*/


/*horizontal Row*/
.hrline {
    height: 1px;
    background-color: #0a0908;
    opacity: 0.2;
    border: solid 0.5px #0a0908;
}

.hrline2 {
    height: 1px;
    background-color: #0a0908;
    margin-left: -20px;
    opacity: 0.2;
    border: solid 0.5px #0a0908;
}

/*horizontal Row ---END */

/*Blog Description and image section*/
.BlogDetail-description {
    padding-top:45PX;
}

    .BlogDetail-description .paragraph1 {
        /* margin-bottom: 50PX; */
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 0.35px;
        text-align: left;
        opacity: 0.8;
        color: rgba(0, 0, 0, 0.8);
    }

    .BlogDetail-description .paragraph2 {
        padding-top: 44PX;  
        font-size: 14px;
        line-height: 1.71;
        opacity: 0.8;
        letter-spacing: 0.35px;
        text-align: left;
         margin-bottom: 34px;
        color: rgba(0, 0, 0, 0.8);
    }

    .BlogDetail-description .paragraph3 {
       font-size: 14px;
        line-height: 1.71;
        opacity: 0.8;
        margin-top:45px;
        margin-bottom:103px;
        letter-spacing: 0.35px;
        text-align: left;
        color: rgba(0, 0, 0, 0.8);
    }
    
/*Blog center img*/
.centerimg1 {
width: 100%;
padding-right: 8px ;
}
.centerimg2 {

    width: 100%;
   padding-left: 8px;
    
}
/*Blog center img---END*/



/*Blog Description and image section---END*/


.center-section {
    padding-top:60px;
}


/*Share icon*/
.BlogDetail-media span {
font-size:18px;
  line-height: 3.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #000000;
  font-weight:700;
}


 .sb-wrap {
        top:75px;
    }

 .sb-flex {
    display:flex;
}


 .ed-icon {
    width: 40px;
    height: 40px;
    margin-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #000;
    border-radius: 50%;
}

.facebook {
height: 19px;
    width: 8px;
}

.twitter {
height: 17px;
width: 22px;
}

.instragram {
height: 20px;
    width: 20px;
}

.BlogDetail-media {
margin-top:31px;
}

/*Media section ---END*/


/*More Blog image */

/*More Blog-image*/
.MoreBlog-image1 {
      height:260px;
    background-repeat:no-repeat;
    background-size:cover;
    /*background-image:url(../images/BlogDetail-img1.png);*/   
    background-position:center;

}
.MoreBlog-image2 {
      height:260px;
    background-repeat:no-repeat;
    background-size:cover;
    /*background-image:url(../images/BlogImage04.png);*/   
      background-position:center;

}
/*More Blog-image --END*/


/* More Blog Details */
.moreBlog {
margin-bottom:30px;
}

.CustomFilter span {
    font-size:14px !important;
    color:#A27D00;
    font-weight: 600;
    line-height: 1.29;
  letter-spacing: normal;
 
}

.hedding h5 {
margin-top:10px;
}

/* More Blog Details---END */

/*Slider*/
.nw-item {
    padding: 20px 30px;
}

    .nw-item img {
        padding: 0 0 8px;
    }
/*Slider---END*/


/*.Sliderssection {
display:none;
}*/

/*footer padding*/
.bd-content {
    padding-bottom:100px;
    overflow:hidden;
}
/*footer padding---end*/

.MoreBlogDesktop {
    display:block;
}

 .View-all-desktop {
    display:block;
    }

 /*Slider Dots*/
 .mnw-slider .slick-dots {
    bottom: 30px;
}

.mnw-slider .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #fff;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.mnw-slider .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.mnw-slider .slick-dots li button:before {
    content: '';
}

.mnw-slider .slick-dots li.slick-active {
    /*width: 100px;
    height: 8px;
    transition: 0.5s;*/
}

.mnw-slider .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    /*transition: 3s;*/
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}
.mnw-slider .slick-prev {
    left: 0;
    top: 45%;
    z-index: 1;
    opacity:0.5;
    background-color:#000;
    height: 45px;
    width: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: all .5s ease-out;
}
.mnw-slider .slick-next {
    right: 0;
    top: 45%;
    z-index: 1;
    opacity:0.5;
    background-color:#000;
    height: 45px;
    width: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all .5s ease-out;
}
.mnw-slider .slick-prev:before{
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/left-arrow-angle-white.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
    background-size: contain;
    border: 0px;
}
.mnw-slider .slick-next:before{
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/right-arrow-angle-white.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin: auto;
    background-size: contain;
    border: 0px;
}

.mnw-slider .slick-prev:hover, .mnw-slider .slick-next:hover  {
    opacity:1;
}


/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px)
 {
    .no-container {
        max-width:100%;
    }
    .slick-dotted.slick-slider {
    margin-bottom: 50px;
}


    .mnw-slider .slick-next:before {
        content: '';
        display: block;
        background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
       width: 50px;
    height: 50px;
    border: 0px;
    }

    .mnw-slider .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
   
}

    

   .mnw-slider .slick-next {
    right: 45%;
    top:105%;
    bottom:35px;
    z-index: 1;
}
   .mnw-slider .slick-prev {
    left: 43%;
    top:105%;
    bottom:35px;
    z-index: 1;
}


    .mnw-slider .slick-dots li {
         width: 8px;
    height: 8px;
    opacity: 1;
    background: black;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    }

    .mnw-slider .slick-dots {
  bottom: -51px;
    }


    .MoreBlogDesktop {
    display:none;
}
    .View-all-desktop {
    display:none;
    }
    .mnw-slider-wrap {
        width:150%;
    }
    .nw-item {
        padding: 15px;
    }
    .center-section {
        padding-top: 0px;
    }

    .BlogDetail-Heading h1 {       
    padding-top: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    font-weight: 700;
    font-size:20px;
    }

/*Line*/
    .hrline {
        display: none;
    }

    .hrline2 {
        display: none;
    }
/*Line---END*/

/* Hide Desktop Image and heading*/
     .desktop {
    display:none;
    }

   .BlogDetail-Heading h1 {       
    padding-top: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    font-weight: 700;
    font-size:20px;
    }

    /* Hide Desktop Image and heading---END*/

/*Blog Detail Description and heading*/
    /*.BlogDetail-Heading h5 {
        padding-top: 30px ;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        font-weight: 700;
    }*/

    .BlogDetail-info {
        display: none;
    }

    .BlogDetail-description {
        padding-top: 10PX;
    }

        .BlogDetail-description .paragraph1 {
            margin-bottom: 32px;
        }

        .BlogDetail-description .paragraph2 {
            padding-top: 28px;
            margin-bottom:33px;
        }

    .BlogDetail-description .paragraph3 {
        display: none;
    }

     /*Blog Detail Description and heading*/

/*Share Icons*/

    .BlogDetail-media {
        display: none;
    }
    /*Share Icons---END*/


    .Blog-content {
        margin-left: 12px !important;
    }

    .MoreBlogContent {
        display: none;
    }

    .phone {
    display:block;
    height: 419px;
    }

      /*.Sliderssection {
        display: block;
    }*/
      /*Blog center img*/
    .centerimg1 {
        padding: 0px 0px 0px 0px;
        height: 172px;
        width:100%;
        margin-bottom:20px;
}
     /*.Blog-content span {
        display: inline-block;
          margin-left:1px;
    }*/

    .centerimg2 {
        margin-left: 0px;
         height: 172px;
        width:100%;
        padding: 0px 0px 0px 0px;
    }
    /*Blog center img---END*/


    .moreBlog {
    margin-bottom: 0px;
}

/* BlogDetails Slider */
.Blog-content {
    margin-left: 0px !important;
}

    .Blog-content h5 {
   font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    margin-top: 0.4%;
    margin-bottom: 0.4%;
    height: 50px;
    }
     
    

    .Blog-content a {
    font-size: 10px;
    padding: 9px 40px;
    margin-top: 23px;
}
  

    .legend-line {
    /*width:0px ;*/
    }
    .legend-title {
        font-size:20px;
        padding:0 35px;
    }
    .Blogimg {
    padding-right:10px !important;
    }
    .Blogimg1 {
    padding-left:10px !important;
    }

/* BlogDetails Slider---END */
    .BlogLine {
    width:99%;
    }

    .custom-container {
    padding-left:25px;
      padding-right:25px;
    }
    .no-container {
        max-width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .Blog-content span {
    font-size:11px;
    padding-left:7px;
    }

    /*footer padding*/
    .bd-content {
        padding-bottom: 30px;
    }
    /*footer padding---end*/

}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
     .mnw-slider .slick-next:before {
        content: '';
        display: block;
        background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0;
    }

    .mnw-slider .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 25px;
    height: 25px;
    border:none;
    border-radius:0;
}

    

   .mnw-slider .slick-next {
    right: 53px;
      top: 102%;
    /* bottom: 35px; */
    z-index: 1;
}
   .mnw-slider .slick-prev {
     left: 37px;
    top: 102%;
    /* bottom: 35px; */
    z-index: 1;
}

     .MoreBlogDesktop {
    display:none;
}

      .View-all-desktop {
    display:none;
    }



   /* Hide Desktop Image and heading*/
     .desktop {
    display:none;
    }
     .phone {
     display: block; 
     height: 419px;
}

   .BlogDetail-Heading h1 {       
    padding-top: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    font-weight: 700;
    font-size:20px;
    }
    /* Hide Desktop Image and heading---END*/

    .BlogDetail-info {
    display:none;
    }

    .hrline {
    display:none;
    }

    .hrline2 {
    display:none;
    }

    .BlogDetail-media {
    display:none;
    }

    .MoreBlogContent {
    display:none;
    }

    .Sliderssection {
    display:block;
    }

    .moreBlog {
    margin-bottom: 20px;
   }

    .BlogDetail-description .paragraph3 {
    margin-bottom:0px;
    margin-top:0px;
    }
    .Blog-content span {
        font-size: 12px;
    }
    .BlogDetail-description {
         padding-top: 0PX;
    }
    .center-section {
    padding-top: 20px;
}

}

@media (min-width: 410px) and (max-width: 450px) {
        .mnw-slider .slick-dots {
  bottom: -53px;
    }
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {

     .mnw-slider .slick-next:before {
        content: '';
        display: block;
        background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
        width: 25px;
        height: 25px;
        border: none;
        border-radius: 0;
    }

    .mnw-slider .slick-prev:before {
    content: '';
    display: block;
    background: url(https://palladiumahmedabad.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 25px;
    height: 25px;
    border:none;
    border-radius:0;
}

    

   .mnw-slider .slick-next {
    right: 53px;
      top: 102%;
    /* bottom: 35px; */
    z-index: 1;
}
   .mnw-slider .slick-prev {
     left: 37px;
    top: 102%;
    /* bottom: 35px; */
    z-index: 1;
}

     .MoreBlogDesktop {
    display:none;
}
      .View-all-desktop {
    display:none;
    }


    .phonebanner {
    height:410px;
    }

   .center-section {
        padding-top: 0px;
    }

   .BlogDetail-Heading h1 {       
    padding-top: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    font-weight: 700;
    font-size:20px;
    }

/*LINE*/
    .hrline {
        display: none;
    }

    .hrline2 {
        display: none;
    }

    
/*LINE---END*/

.phone {
     display: block; 
}

/*Desktopn Banner */
     .desktop {
    display:none;
    }
/*Desktopn Banner--END*/

/*BlogDetails Heading and Description*/
    .BlogDetail-Heading h1 {       
    padding-top: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    font-weight: 700;
    font-size:20px;
    }

    /*.BlogDetail-Heading h5 {
        padding: 30px 0px 0px 0px;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        font-weight: 700;
        font-size: 40px;
    }*/

    .BlogDetail-info {
        display: none;
    }

    .BlogDetail-description {
        padding-top: 10PX;
    }

        .BlogDetail-description .paragraph1 {
            margin-bottom: 32px;
        }

        .BlogDetail-description .paragraph2 {
            padding-top: 28px;
            margin-bottom:33px;
        }

    .BlogDetail-description .paragraph3 {
        display: none;
    }

    .Blog-content span {
        display: inline-block;
    }
    /*BlogDetails Heading and Description ---END*/

/*Share Icons*/
    .BlogDetail-media {
        display: none;
    }

    /*Share Icons---END*/

    .MoreBlogContent {
        display: none;
    }

      /*Blog center img*/
    .centerimg1 {
        padding: 0px 0px 0px 0px;
        width:100%;
        margin-bottom:20px;

    }

    .centerimg2 {
        margin-left: 0px;     
        width:100%;
        padding: 0px 0px 0px 0px;
    }
    /*Blog center img---END*/

    .Blog-content span {
    margin-left:1px;
    }

   .Blog-fashion-btn2 {
   display:initial;   
}

/* BlogDetails Slider */
.Blog-content {
    margin-left: 0px !important;
}

    .Blog-content h5 {
   font-size: 23px;
    width: 100%;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    margin-top: 16px;
    margin-bottom: 16px;
    height:auto;
  
    }

    .mobileresponce {
    background-color: #ffe8e7;
    border: none;
    color: black;
    text-align: center;
    font-size: 10px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    padding: 3px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

    .Blog-content span {
  font-size: 11px;
    }

    .Blog-content a {
   font-size: 15px;
    padding: 10px 40px;
    margin-top: 23px;
}

    .legend-line {
    width:0px;
    }

    .Blogimg {
    padding-right:10px !important;
    }
    .Blogimg1 {
    padding-left:10px !important;
    }

/* BlogDetails Slider---END */

/*Title*/
    .BlogLine {
    width:99%;
    }

    .custom-container {
    padding-left:25px;
      padding-right:25px;
    }


  .viewall {
    display: block !important;
}
  .legend-title {
    font-size: 30px;
}

    .moreBlog {
        margin-bottom: 20px;
        margin-top: 50px;
        padding: 0px 20px 0px 21px;
    }
    /*Title---END*/

    .Sliderssection {
        display: block;
    }

}

/*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) {
    .Blog-content a {
    margin-top: 28px;
}
    .Blog-content span {
        display: inline-block;
    }
    /*.phone {
        display: none;
    }*/

    .MoreBlogContent {
        display: none;
    }
     /*.BlogDetail-Heading h5 {
    display:none;
    }*/

    .BlogDetail-info p {
    font-size:15px;
    }

      /*Blog center img*/
    .centerimg1 {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .centerimg2 {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    /*Blog center img---END*/

    .title-wrap {
    padding: 0px 28px 55px 20px;
}
    .moreBlog {
    margin-bottom:0px;
    }

/* Button Inside Slider */
   .mobileresponce {
    background-color: #ffe8e7;
    border: none;
    color: black;
    text-align: center;
    font-size: 10px;
    margin-bottom: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
   padding: 5px 17px;
    text-transform: uppercase;
    font-weight: 700;
}

   .btnspan span {
   display:none;
}
   /* Button Inside Slider---END */

/*SLIDER*/
    .Sliderssection {
        display: none;
        margin-top: 85px;
    }
    /*SLIDER---END*/
}


@media (min-width: 1051px) and (max-width: 1151px) {

    .centerimg2 {
       padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .centerimg1 {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .Blog-content p {
     width: 100%; 

}
    .Blog-content h5 {
        width: 100%;
    }

    .Blog-content span {
    display: none;
    }

    .BlogDetail-info p {
        font-size: 14px;
    }
    /*.BlogDetail-Heading h5 {
    display:none;
    }*/
    .Blog-content p {
    margin-bottom: 80px;
    }
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .desktop {
background-position:center;
background-repeat:no-repeat;
background-size:cover;
height: 417px;
}

     .BlogContainer {
 padding-left: 50px;
    padding-right: 70px;
  }
     /*heading*/
    .BlogDetail-Heading h1 {
    font-size:50px;
    }
    /*heading---END*/

     /*.BlogDetail-Heading h5 {
    display:none;
    }*/


/*BlogDetail center img*/
    .Blog-detail-img3 {
    width:390px;
    height:400px;
    }

     .Blog-detail-img2 {
    width:390px;
    height:400px;
    }
     /*BlogDetail center img ---END*/

/*MoreBlog image and red btn*/
    .MoreBlog-image1 {
    height:230px;
    }
    .MoreBlog-image2 {
    height:230px;
    }

    .blog-detail-btn {
        margin-top: 0px;
    }
    /*MoreBlog image and red btn---END*/

/*name and date */
    .BlogDetail-fashion-btn {
    font-size: 9px;
    padding: 1px 0px;
    }

    .BlogDetail-info p {
    font-size:15px;
    }
    .BlogDetail-info span {
    font-size:12px;
    }
    /*name and date ---END*/

/*share icons*/
    .BlogDetail-media span {
    font-size:15px;
    }
    .ed-icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    }
    /*share icons---END*/

     /*Blog center img*/
    .centerimg1 {
        padding-right: 0px;
        width: 100%;
    }

    .centerimg2 {
      
        width: 100%;
        padding-left:0px;
    }
    /*Blog center img---END*/

    /*.Sliderssection {
    display: none;
}*/
     .btnspan {
    display:none;
    }

    .Blog-content h5 {
    width: 100%;
    }

    .Blog-content p {
        width: 100%;
        font-size: 13px;
    }


   
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .desktop {
background-position:center;
background-repeat:no-repeat;
background-size:cover;
height: 488px;
}

     .BlogContainer {
 padding-left: 50px;
    padding-right: 70px;
  }
      /*.BlogDetail-Heading h5 {
    display:none;
    }*/


/*heading*/
    .BlogDetail-Heading h1 {
    font-size:50px;
    }
    /*heading---END*/

/*MoreBlog image and red btn*/
    .MoreBlog-image1 {
    height:230px;
    }
    .MoreBlog-image2 {
    height:230px;
    }

    .blog-detail-btn {
        margin-top: 30px;
    }
    /*MoreBlog image and red btn---END*/

/*name and date */
    .BlogDetail-fashion-btn {
    font-size: 9px;
    padding: 1px 0px;
    }

    .BlogDetail-info p {
    font-size:15px;
    }
    .BlogDetail-info span {
    font-size:12px;
    }
    /*name and date ---END*/

/*share icons*/
    .BlogDetail-media span {
    font-size:15px;
    }
    .ed-icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    }
    /*share icons---END*/



    /*Blog center img*/
    .centerimg1 {
    padding-right:0px;
        width: 100%;
    }

    .centerimg2 {
     padding-left:0px;
        width: 100%;
      
    }
    /*Blog center img---END*/

    .Sliderssection {
    /*display:none;*/
    }
     .btnspan {
    display:none;
    }


}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
    .BlogContainer {
 padding-left: 50px;
    padding-right: 70px;
  }
     /*.BlogDetail-Heading h5 {
    display:none;
    }*/

    .Sliderssection {
    /*display:none;*/
    }    
    
     .btnspan {
    display:none;
    }
    .BlogDet-catgory {
    padding-right: 0px !important;
    }

    .blog-Con-Cen {
    max-width:1250px !important;
    }

    .Blog-Cat1 {
    padding:3px 0;
    }
}









