/* blog page css start */
.bg-header {
        height: 205px;
        background-image: url(./images/bg-header1.svg);
        background-repeat: no-repeat;
        background-position: 50% -20px;
        background-size: 2000px auto;
    }

    .Blogheader {
        text-align: center;
        margin-top: 11px;
        /* transform: rotate(6deg); */
        /* -ms-transform: rotate(20deg); */
        width: 98%;
        padding: 10px 0px;
    }
    .openblog-contant {
      cursor: pointer;
       transition: all 0.3s ease;
    }
    #blog_open {
      /* transition: opacity .15s cubic-bezier(0.9, 0.3, 1, 1); */
      transition: opacity .15s cubic-bezier(0.9, 0.3, 1, 1);
      transition-delay: 0.3s;
    }
    .banner-container {
        padding: 12px;
    }
    .main-celebration-bl {
        border: 1px solid black;
        border-radius: 5px;
    }
    .main-celebration-bl {
        max-width: 372px;
        width: 100%;
        height: 348px;
        border-radius: 8px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
        /* border: solid 1px #e5e5e5; */
        border-top: 3px solid orange;
        background-color: #ffffff;
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .main-celebration-bl .image-field {
        cursor: pointer;
    }
    .main-celebration-bl .image-field .main-image {
        width: 388px;
        border-radius: 8px;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        height: 247px;
    }
    .main-celebration-bl .blogtitle {
        font-family: sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.33;
        color: #000000;
        overflow: hidden;
        height: 31px;
        text-transform: capitalize;
    }
    .main-celebration-bl .description-field {
        font-family: sans-serif;
        font-size: 14px;
        line-height: 1.43;
        color: #666666;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 11px;
        padding-right: 11px;
    }
    .blog_model_container .modal-header {
      background-image: linear-gradient(#ff6200,rgba(255,128,0,.9));
      text-transform: capitalize;
      color: white;
    }
    #blog_openModalLabel {
      text-align: center;
      font-weight: bold;
      font-variant: traditional;
    }
    .blog_model_container .modal-dialog {
      margin: 23px 30px 9px 30px;
      width: auto;
      max-width: unset;
      display: flex;
      justify-content: center;
    }
    .watermark-logo {
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      position: absolute;
      width: 40%;
      z-index: 0;
      opacity: 0.1;
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .blogcontant-header {
      font-family: sans-serif;
      font-size: 14px;
      color: black;
      overflow: hidden;
      height: 60px;
      text-transform: capitalize;
    }
    .blog_main_heading {
          padding: 3px 7px 3px 7px;
      }
      div#para_contant {
        color: black;
        font-size: 18px;
    }
    @media (min-width: 400px) and (max-width: 767px) {
        .Blogheader img {
            width: 160px;
        }
    }
    @media (max-width: 400px) {
        .Blogheader img {
            width: 117px;
            margin-left: 12px;
        }
    }
    @media (max-width: 768px) {
        .main-celebration-bl .image-field {
            width: unset;
        }
        .main-celebration-bl {
            max-width: unset;
            height: unset;
            margin-bottom: 10px;
        }
        .main-celebration-bl .image-field .main-image {
            width: 762px;
            height: 177px;
        }
        .main-celebration-bl .blogtitle {
            overflow: hidden;
            height: unset;
            margin-bottom: 12px;
        }
        .watermark-logo {
          top: 50%;
        }
        .blg-model-img{
          max-width: 300px;
        }
    }
    @media (min-width: 768px) {
      .blg-model-img{
        max-width: 490px;
      }
      #blog_openModalLabel {
        font-size: 34px;
      }
    }
