*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }
  input:focus {
    outline: 0px; }

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1440px;
  display: flex;
  margin: 0 auto; }
  @media only screen and (max-width: 1600px) {
    .container {
      max-width: 1280px; } }
  @media only screen and (max-width: 1370px) {
    .container {
      max-width: 1180px; } }

body {
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #302c36;
  letter-spacing: 1px;
  padding-top: 110px; }
  body.no-padding {
    padding-top: 0px; }
  @media only screen and (max-width: 1600px) {
    body {
      padding-top: 90px; } }
  @media only screen and (max-width: 1300px) {
    body {
      padding-top: 75px; } }

.cleartxtbtn {
  background: none;
  color: #a55f77;
  font-weight: 600;
  font-size: 14px;
  border: none;
  outline: none; }

.anim, .leftPannel .FilterBox .arrow, .leftPannel .FilterBox .filetrOption, .ListingMain .thumbnailbox .imageBox img, .p-yearBook .Yearbook-slider .slick-slide {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.anim2, .blacktn, .p-login .loginBtn, .blacktn-2, .greybtn-2, .blacktn-3, .m-Header .search-box .search-auto, .otherphotos .container ul li img, .p-login .signInBox, .p-login .otpBox, .leftPannel, .ListingMain, .p-DetailPage .container .photoDetails, .p-DetailPage .container .Thumbnail-main, .p-DetailPage .container .Thumbnail-main .thumbs img, .p-DetailPage .container .Thumbnail-main .navigations .arrow {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.blacktn, .p-login .loginBtn {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  line-height: 28px;
  padding: 14px 20px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  border: 0px;
  border: none;
  border: 1px solid #000000; }
  .blacktn:hover, .p-login .loginBtn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3); }

.blacktn-2 {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  line-height: 28px;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  border: 0px;
  border: none;
  border: 1px solid #000000; }
  .blacktn-2:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3); }

.greybtn-2 {
  background-color: #b3b3b3;
  color: #302c36;
  text-decoration: none;
  line-height: 28px;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  border: 0px;
  border: none; }
  .greybtn-2:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3); }

.blacktn-3 {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  line-height: 30px;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  border: 0px;
  border: none;
  border: 1px solid #000000; }
  .blacktn-3:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3); }

.hamburger,
.closemenu {
  display: none; }
  @media only screen and (max-width: 900px) {
    .hamburger,
    .closemenu {
      display: block; } }

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

/* ONE */
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0; }

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg); }

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg); }

.sendemailBox {
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 8px;
  width: 400px;
  padding: 20px;
  display: none;
  flex-direction: column;
  row-gap: 20px;
  position: absolute;
  right: 50px;
  z-index: 3;
  -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1); }
  .sendemailBox input {
    width: 100%;
    background-color: rgba(60, 60, 67, 0.2);
    border: 0px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    padding-right: 45px;
    color: #ffffff;
    width: 100%; }
  .sendemailBox.PopupContainer {
    position: relative;
    padding-top: 50px !important; }
  .sendemailBox.active {
    display: flex; }
  .sendemailBox .FilterPannel-search {
    position: relative; }
    .sendemailBox .FilterPannel-search input {
      color: #000000; }
    .sendemailBox .FilterPannel-search .searchbtn {
      width: 30px;
      height: 30px;
      border-radius: 5px;
      background-color: #ffffff;
      position: absolute;
      right: 5px;
      top: 50%;
      padding: 0px;
      transform: translateY(-50%);
      outline: 0px;
      border: 0px; }
  .sendemailBox ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
    .sendemailBox ul li {
      display: flex;
      width: 100% !important;
      justify-content: space-between;
      align-items: center; }
      .sendemailBox ul li .blacktn-2 {
        font-size: 14px;
        padding: 3px 15px; }
      .sendemailBox ul li .teamMemberDetails {
        display: flex;
        column-gap: 15px; }
        .sendemailBox ul li .teamMemberDetails h3 {
          font-size: 16px;
          color: #000000;
          font-weight: 500; }
        .sendemailBox ul li .teamMemberDetails p {
          color: #8e8e93;
          font-size: 14px; }
        .sendemailBox ul li .teamMemberDetails .profilepic {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: #bab7c1;
          text-decoration: none;
          text-transform: uppercase;
          color: #ffffff;
          line-height: 40px;
          text-align: center; }
  .sendemailBox .hidden {
    display: none; }

.PopupBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center; }
  .PopupBox ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    margin-top: 20px; }
  .PopupBox.active {
    display: flex; }
  .PopupBox textarea {
    width: 100%;
    background-color: rgba(60, 60, 67, 0.2);
    border: 0px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    padding-right: 45px;
    color: #ffffff;
    width: 100%;
    color: #302c36; }
  .PopupBox .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: pointer; }
  .PopupBox .PopupContainer {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    position: relative;
    z-index: 1; }
    .PopupBox .PopupContainer .popupConBox {
      display: flex;
      flex-direction: column;
      row-gap: 20px; }
    .PopupBox .PopupContainer .popupThankyou {
      display: none; }
    .PopupBox .PopupContainer .closebtn {
      width: 20px;
      height: 20px;
      line-height: 20px;
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .PopupBox .PopupContainer h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #443b54; }
    .PopupBox .PopupContainer p {
      line-height: 22px; }

.m-Header {
  background-color: #f2f3f5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9; }
  @media only screen and (max-width: 900px) {
    .m-Header {
      padding: 15px;
      display: flex;
      justify-content: flex-start;
      background-color: #ffffff; } }
  @media only screen and (max-width: 480px) {
    .m-Header {
      padding: 10px 15px; } }
  .m-Header:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 100%;
    background: url(../images/Header_shadow.png);
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 900px) {
      .m-Header:after {
        top: 0px;
        background-size: cover;
        background-position: top;
        height: 20px;
        display: none; } }
    @media only screen and (max-width: 480px) {
      .m-Header:after {
        top: 100%;
        background-size: cover;
        background-position: top;
        height: 20px;
        display: block; } }
  .m-Header .container {
    justify-content: space-between;
    position: relative; }
    .m-Header .container .closemenu {
      position: absolute;
      top: 20px;
      right: 20px; }
    .m-Header .container.is-active {
      left: 0%; }
    @media only screen and (max-width: 900px) {
      .m-Header .container {
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        position: fixed;
        left: -100%;
        top: 0px;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 30px;
        align-items: flex-start;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 9; } }
  .m-Header .headerLeft {
    display: flex;
    align-items: center;
    align-content: center;
    width: calc(100% - 180px);
    justify-content: space-between;
    padding-right: 20px;
    position: relative; }
    .m-Header .headerLeft .Navigation {
      z-index: 1; }
    .m-Header .headerLeft::after {
      width: 1px;
      content: "";
      position: absolute;
      right: 0px;
      border-right: 1px solid #302c36;
      top: 25%;
      height: 50%;
      display: none; }
    @media only screen and (max-width: 900px) {
      .m-Header .headerLeft {
        order: 2;
        width: 100%;
        flex-direction: column;
        padding-right: 0px;
        padding: 30px 0px;
        justify-content: flex-start; } }
  .m-Header .search-box {
    width: 20%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .m-Header .search-box .searchbtn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: absolute;
      right: 0px;
      top: 50%;
      padding: 0px;
      transform: translateY(-50%);
      outline: 0px;
      border: 0px;
      line-height: 30px;
      text-align: center; }
    .m-Header .search-box .closebtn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: absolute;
      right: 0px;
      top: 50%;
      padding: 0px;
      transform: translateY(-50%);
      outline: 0px;
      border: 0px;
      line-height: 30px;
      text-align: center;
      opacity: 0.5; }
    .m-Header .search-box.active {
      width: 100%; }
      .m-Header .search-box.active .search-auto {
        padding: 15px 15px;
        max-height: 500px; }
    .m-Header .search-box .tabs {
      width: 100%;
      background-color: #dadae0;
      border-radius: 5px;
      padding: 7px; }
      .m-Header .search-box .tabs ul {
        display: flex;
        column-gap: 10px; }
        .m-Header .search-box .tabs ul li {
          padding: 10px;
          cursor: pointer;
          border-radius: 5px;
          display: flex;
          position: relative; }
          .m-Header .search-box .tabs ul li.active, .m-Header .search-box .tabs ul li:hover {
            background-color: #fff; }
            .m-Header .search-box .tabs ul li.active::after, .m-Header .search-box .tabs ul li:hover::after {
              width: 70%; }
          .m-Header .search-box .tabs ul li::after {
            width: 0%;
            height: 5px;
            content: "";
            bottom: 0px;
            left: 15%;
            position: absolute;
            background-color: #000000; }
    .m-Header .search-box .search-auto {
      width: 100%;
      padding: 0 15px;
      border-radius: 20px;
      background-color: #f2f2f7;
      position: absolute;
      left: 0px;
      top: 100%;
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      max-height: 0px;
      height: auto;
      overflow-y: auto; }
      .m-Header .search-box .search-auto .search-result {
        padding: 25px;
        background-color: #ffff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        row-gap: 20px; }
        .m-Header .search-box .search-auto .search-result .headings {
          position: relative;
          padding-left: 25px;
          display: flex;
          justify-content: space-between;
          z-index: 1;
          align-items: center; }
          .m-Header .search-box .search-auto .search-result .headings a {
            z-index: 1; }
          .m-Header .search-box .search-auto .search-result .headings span {
            background-color: #ffffff;
            padding: 5px;
            z-index: 1;
            position: relative;
            font-size: 18px;
            font-weight: 600;
            color: #000000; }
          .m-Header .search-box .search-auto .search-result .headings::after {
            content: "";
            height: 1px;
            background-color: #bab7c1;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
            position: absolute;
            width: 100%; }
        .m-Header .search-box .search-auto .search-result ul {
          display: flex;
          flex-direction: column;
          row-gap: 15px; }
          .m-Header .search-box .search-auto .search-result ul li {
            display: flex;
            align-items: center;
            column-gap: 10px; }
            .m-Header .search-box .search-auto .search-result ul li a {
              text-decoration: none;
              color: #302c36; }
            .m-Header .search-box .search-auto .search-result ul li .thumb {
              width: 70px;
              height: 70px;
              overflow: hidden;
              background-color: #302c36;
              border-radius: 50%; }
    .m-Header .search-box.active {
      width: 100%; }
    @media only screen and (max-width: 900px) {
      .m-Header .search-box {
        order: 1;
        width: 100%; } }
    @media only screen and (max-width: 560px) {
      .m-Header .search-box {
        order: 1;
        width: 100%;
        position: relative;
        top: 0px;
        transform: translateY(0%); } }
    .m-Header .search-box input {
      width: 100%;
      background-color: #e2e2e2;
      border: 0px;
      line-height: 20px;
      padding: 5px 15px;
      border-radius: 24px; }
  .m-Header .login-profile {
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 10px;
    position: relative;
    font-size: 14px; }
    .m-Header .login-profile .profileimage {
      width: 40px;
      height: 40px;
      border-radius: 5px;
      background-color: #6750a4;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: 200; }
    .m-Header .login-profile:hover .logoutdrpdown {
      display: block; }
    .m-Header .login-profile .logoutdrpdown {
      position: absolute;
      top: 100%;
      background-color: #ebedf0;
      width: 100%;
      display: none;
      left: 0px;
      z-index: 2; }
      .m-Header .login-profile .logoutdrpdown a {
        padding: 10px;
        display: block;
        text-decoration: none; }
    @media only screen and (max-width: 900px) {
      .m-Header .login-profile {
        order: 1;
        background-color: #ebedf0;
        padding: 10px;
        border-radius: 5px; } }
  @media only screen and (max-width: 900px) {
    .m-Header .Navigation {
      width: 100%;
      order: 2; } }
  .m-Header .Navigation ul {
    display: flex;
    column-gap: 30px; }
    @media only screen and (max-width: 1600px) {
      .m-Header .Navigation ul {
        column-gap: 25px; } }
    @media only screen and (max-width: 1370px) {
      .m-Header .Navigation ul {
        column-gap: 20px; } }
    @media only screen and (max-width: 900px) {
      .m-Header .Navigation ul {
        flex-direction: column; } }
    .m-Header .Navigation ul li {
      display: flex;
      position: relative; }
      .m-Header .Navigation ul li::after {
        content: "";
        width: calc(100% + 40px);
        height: 1px;
        border-bottom: 1px solid #d9d9d9;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: 0px; }
      .m-Header .Navigation ul li a {
        font-size: 14px;
        padding: 15px;
        line-height: 30px;
        text-decoration: none;
        color: #302c36; }
        @media only screen and (max-width: 1600px) {
          .m-Header .Navigation ul li a {
            padding: 10px; } }
        @media only screen and (max-width: 1370px) {
          .m-Header .Navigation ul li a {
            font-size: 12px;
            padding: 10px; } }
        @media only screen and (max-width: 900px) {
          .m-Header .Navigation ul li a {
            display: block;
            width: 100%;
            padding: 10px 0px; } }

.Top-Banner {
  width: 100%;
  height: 75vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative; }
  .Top-Banner::after {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    background-image: url(../images/mobile_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left; }
  @media only screen and (max-width: 1300px) {
    .Top-Banner {
      height: 85vh; } }
  @media only screen and (max-width: 1080px) {
    .Top-Banner {
      height: 85vh;
      align-items: flex-start;
      padding-top: 70px; } }
  @media only screen and (max-width: 600px) {
    .Top-Banner {
      height: auto;
      padding-bottom: 100px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom; } }
  .Top-Banner h2 {
    font-size: 34px;
    font-weight: 300; }
  .Top-Banner h3 {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px; }
    .Top-Banner h3 span {
      color: #6750a4; }
  .Top-Banner p {
    font-size: 16px;
    line-height: 20px; }
  .Top-Banner .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1080px) {
      .Top-Banner .container {
        flex-direction: column; } }
    @media only screen and (max-width: 600px) {
      .Top-Banner .container {
        flex-direction: column; } }
  .Top-Banner .text {
    width: 30%;
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
    @media only screen and (max-width: 1080px) {
      .Top-Banner .text {
        width: 100%;
        padding-bottom: 150px; } }
    @media only screen and (max-width: 600px) {
      .Top-Banner .text {
        width: 100%;
        padding-bottom: 100px; } }
  .Top-Banner .image-gal {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1600px) {
      .Top-Banner .image-gal {
        transform: scale(0.8); } }
    @media only screen and (max-width: 1300px) {
      .Top-Banner .image-gal {
        transform: scale(0.7); } }
    @media only screen and (max-width: 1080px) {
      .Top-Banner .image-gal {
        width: 100%;
        transform: scale(0.8); } }
    @media only screen and (max-width: 600px) {
      .Top-Banner .image-gal {
        width: 100%;
        transform: scale(0.6); } }
    .Top-Banner .image-gal > div {
      background-color: #6750a4;
      border-radius: 10px;
      line-height: 0px;
      background-size: cover; }
      .Top-Banner .image-gal > div img {
        width: 100%; }
      .Top-Banner .image-gal > div > div {
        background-color: #000000;
        border-radius: 10px;
        position: absolute;
        background-size: cover;
        background-position: center; }
        .Top-Banner .image-gal > div > div a {
          position: absolute;
          width: 100%;
          height: 100%; }
    .Top-Banner .image-gal .mainImg {
      width: 250px;
      height: 280px;
      position: relative; }
      .Top-Banner .image-gal .mainImg > a {
        position: absolute;
        width: 100%;
        height: 100%; }
      .Top-Banner .image-gal .mainImg .img-1 {
        width: 135px;
        height: 140px;
        top: 0px;
        left: 0px;
        transform: translateY(calc(-100% - 15px)); }
      .Top-Banner .image-gal .mainImg .img-2 {
        width: 100px;
        height: 85px;
        top: 0px;
        right: 0px;
        transform: translateY(calc(-100% - 15px)); }
      .Top-Banner .image-gal .mainImg .img-3 {
        width: 195px;
        height: 140px;
        position: absolute;
        bottom: 0px;
        background-color: #000000;
        transform: translateY(calc(100% + 15px)); }
      .Top-Banner .image-gal .mainImg .img-4 {
        width: 100px;
        height: 85px;
        bottom: 0px;
        right: 0px;
        transform: translateY(calc(100% + 15px)) translateX(calc(100% - 40px)); }
      .Top-Banner .image-gal .mainImg .img-5 {
        width: 130px;
        height: 140px;
        bottom: 0px;
        right: 0px;
        transform: translateX(calc(100% + 15px)); }
      .Top-Banner .image-gal .mainImg .img-6 {
        width: 130px;
        height: 140px;
        top: 50%;
        left: 0px;
        transform: translateX(calc(-100% - 15px)) translateY(-50%); }
      .Top-Banner .image-gal .mainImg .img-7 {
        width: 100px;
        height: 120px;
        bottom: -65px;
        left: 0px;
        transform: translateX(calc(-100% - 15px)); }
      .Top-Banner .image-gal .mainImg .img-8 {
        width: 80px;
        height: 130px;
        top: -75px;
        left: 0px;
        transform: translateX(calc(-100% - 15px)); }
      .Top-Banner .image-gal .mainImg .img-9 {
        width: 80px;
        height: 200px;
        top: -75px;
        right: 0px;
        transform: translateX(calc(100% + 15px)); }
  .Top-Banner .action-btns {
    margin-top: 30px; }

.otherphotos {
  background-color: #ebedf0;
  padding: 60px 0px; }
  .otherphotos .container {
    display: flex;
    flex-direction: column;
    row-gap: 35px; }
    .otherphotos .container .action-btns {
      align-items: flex-end;
      align-content: flex-end;
      display: flex;
      justify-content: flex-end; }
    .otherphotos .container ul {
      display: flex;
      width: 100%;
      column-gap: 50px;
      flex-wrap: wrap;
      row-gap: 40px; }
      @media only screen and (max-width: 1390px) {
        .otherphotos .container ul {
          column-gap: 45px; } }
      @media only screen and (max-width: 1300px) {
        .otherphotos .container ul {
          column-gap: 45px; } }
      @media only screen and (max-width: 1200px) {
        .otherphotos .container ul {
          column-gap: 40px; } }
      @media only screen and (max-width: 800px) {
        .otherphotos .container ul {
          column-gap: 30px; } }
      @media only screen and (max-width: 650px) {
        .otherphotos .container ul {
          row-gap: 25px;
          column-gap: 15px; } }
      .otherphotos .container ul li {
        width: 22%;
        display: flex;
        row-gap: 10px;
        flex-direction: column; }
        @media only screen and (max-width: 1080px) {
          .otherphotos .container ul li {
            width: 20%; } }
        @media only screen and (max-width: 800px) {
          .otherphotos .container ul li {
            width: 30%; } }
        @media only screen and (max-width: 650px) {
          .otherphotos .container ul li {
            width: calc(50% - 10px); } }
        .otherphotos .container ul li:hover .thumbnail img {
          transform: scale(1.2); }
        .otherphotos .container ul li a {
          text-decoration: none;
          color: #302c36; }
          .otherphotos .container ul li a h6 {
            font-size: 16px;
            color: #302c36; }
            .otherphotos .container ul li a h6 span {
              color: #000000;
              font-weight: 600; }
        .otherphotos .container ul li .thumbnail {
          border-radius: 10px;
          overflow: hidden;
          width: 100%; }
        .otherphotos .container ul li img {
          width: 100%;
          line-height: 0px; }
        .otherphotos .container ul li h6 {
          font-size: 16px;
          color: #302c36; }
          .otherphotos .container ul li h6 span {
            color: #000000;
            font-weight: 600; }

.p-login {
  width: 100%;
  height: 100vh;
  background-color: aqua;
  display: flex;
  align-items: center;
  background-image: url("../images/image_6.webp");
  background-size: cover; }
  .p-login .loginBtn {
    max-width: 120px;
    padding: 10px 30px; }
    @media only screen and (max-width: 520px) {
      .p-login .loginBtn {
        right: 20px;
        top: 20px; } }
    .p-login .loginBtn.active {
      border-radius: 30px 30px 0px 0px;
      background-color: #FFF;
      color: #000000; }
  .p-login .container {
    display: flex;
    justify-content: flex-end; }
    .p-login .container.terms {
      justify-content: center; }
  .p-login form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px; }
  .p-login h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center; }
  .p-login h1 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #000000; }
  .p-login ul {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .p-login ul li {
      width: 100%;
      display: flex;
      justify-content: center; }
      .p-login ul li:last-child {
        margin-top: 30px; }
  .p-login input {
    width: 80%;
    background-color: #ffffff;
    border-radius: 8px;
    line-height: 20px;
    padding: 10px 15px;
    border: 0px;
    font-size: 16px;
    border: 1px solid #d9d9d9; }
    .p-login input:focus {
      border: 1px solid #d9d9d9;
      outline: 0px; }
    @media only screen and (max-width: 520px) {
      .p-login input {
        width: 100%; } }
  .p-login .checkBox {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    /* Create a custom checkbox */ }
    .p-login .checkBox input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .p-login .checkBox input[type="checkbox"]:checked ~ .checkmark {
        background-color: #000000; }
        .p-login .checkBox input[type="checkbox"]:checked ~ .checkmark::after {
          opacity: 1; }
    .p-login .checkBox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #eee;
      border-radius: 4px;
      border: 1px solid #757575; }
      .p-login .checkBox .checkmark:after {
        content: url(../images/icon_tick.png);
        left: 0px;
        top: 0px;
        width: 100%;
        height: 14px;
        font-size: 12px;
        line-height: 16px;
        position: absolute;
        text-align: center;
        opacity: 0;
        color: #ffffff; }
  .p-login a {
    font-size: 14px;
    font-style: italic;
    color: #007aff;
    text-decoration: underline; }
  .p-login .signInBox {
    width: 450px;
    padding: 0px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    position: absolute;
    right: 0px;
    overflow: hidden;
    height: auto;
    max-height: 0px; }
    .p-login .signInBox.active {
      padding: 30px 20px;
      max-height: 500px;
      border-radius: 30px 0px 30px 30px;
      background-color: #FFF; }
    @media only screen and (max-width: 800px) {
      .p-login .signInBox {
        padding: 40px; } }
    @media only screen and (max-width: 520px) {
      .p-login .signInBox {
        width: 100%;
        padding: 30px; } }
  .p-login .otpBox {
    width: 450px;
    padding: 0px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    position: absolute;
    right: 0px;
    overflow: hidden;
    height: auto;
    padding: 30px 20px;
    max-height: 500px;
    border-radius: 30px 0px 30px 30px;
    background-color: #FFF; }
    .p-login .otpBox.active {
      padding: 30px 20px;
      max-height: 500px;
      border-radius: 30px 0px 30px 30px;
      background-color: #FFF; }
    @media only screen and (max-width: 800px) {
      .p-login .otpBox {
        padding: 40px; } }
    @media only screen and (max-width: 520px) {
      .p-login .otpBox {
        width: 100%;
        padding: 30px; } }
  .p-login .loginBoxContainer {
    width: auto;
    position: absolute;
    width: 120px;
    top: 20px;
    right: 20px; }
  .p-login .termsBox {
    width: 80%;
    padding: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    max-height: 75vh;
    overflow-y: auto; }
    @media only screen and (max-width: 520px) {
      .p-login .termsBox {
        width: 100%;
        padding: 15px;
        max-height: 70vh;
        overflow: auto; } }
    .p-login .termsBox p {
      margin-top: 30px;
      color: #443b54;
      text-align: left;
      line-height: 22px;
      padding: 0 30px;
      color: #000000; }
    .p-login .termsBox ol {
      padding: 20px 30px; }
      .p-login .termsBox ol li {
        list-style-type: upper-roman;
        padding-bottom: 10px;
        line-height: 22px; }
        .p-login .termsBox ol li:last-child {
          padding-bottom: 0px; }

.p-Listpage {
  display: flex;
  flex-direction: column;
  row-gap: 20px; }
  .p-Listpage .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
  .p-Listpage .filterbtn {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ebedf0;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 1; }
    .p-Listpage .filterbtn img.close_img {
      display: none; }
    @media only screen and (max-width: 600px) {
      .p-Listpage .filterbtn {
        top: calc(5% + 20px);
        left: 15px; } }
    .p-Listpage .filterbtn.mobFilter {
      display: none; }
      @media only screen and (max-width: 600px) {
        .p-Listpage .filterbtn.mobFilter {
          display: block;
          position: relative;
          top: 0;
          left: 0px; } }
  .p-Listpage input {
    width: 100%;
    background-color: #e5e5ea;
    border: 0px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    padding-right: 45px;
    color: #302c36;
    width: 100%; }
  .p-Listpage .sendEmailMain {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .p-Listpage .sendEmailMain {
        display: none; } }
  .p-Listpage .send-email {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1); }
  .p-Listpage .page-heading {
    display: flex;
    align-items: center;
    column-gap: 20px; }
    .p-Listpage .page-heading h1 {
      font-size: 24px;
      font-weight: 600;
      padding-left: 20px;
      border-left: 1px solid #d9d9d9; }
      @media only screen and (max-width: 600px) {
        .p-Listpage .page-heading h1 {
          font-size: 18px; } }
  .p-Listpage .backbtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ebedf0;
    text-align: center;
    line-height: 40px; }

.leftPannel {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  border-color: red;
  width: 23%;
  min-height: 500px;
  height: auto;
  border-radius: 12px;
  box-sizing: border-box;
  padding-left: 50px;
  overflow: hidden; }
  .leftPannel.is-active {
    width: 0%; }
    @media only screen and (max-width: 600px) {
      .leftPannel.is-active {
        width: 100%;
        transform: translateX(0%); } }
  @media only screen and (max-width: 600px) {
    .leftPannel {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      left: 0px;
      top: 0px;
      position: fixed;
      z-index: 9;
      padding-left: 25px;
      transform: translateX(105%); } }
  .leftPannel .allfilters {
    display: flex;
    flex-direction: column;
    row-gap: 35px; }
    @media only screen and (max-width: 600px) {
      .leftPannel .allfilters {
        background-color: #ffffff;
        width: 70%;
        padding: 15px;
        border-radius: 10px;
        height: 90%;
        top: 5%;
        position: absolute;
        overflow: auto; } }
  .leftPannel .hidden {
    display: none; }
  .leftPannel .customCheckbox {
    display: flex;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #000000;
    align-items: flex-start;
    /* Create a custom checkbox */ }
    .leftPannel .customCheckbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .leftPannel .customCheckbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #eee;
      border: 1px solid #757575;
      border-radius: 4px; }
      .leftPannel .customCheckbox .checkmark:after {
        content: url(../images/icon_tick.png);
        position: absolute;
        display: none;
        left: 0px;
        top: 0px;
        width: 14px;
        height: 10px; }
    .leftPannel .customCheckbox:hover input ~ .checkmark {
      background-color: #ccc; }
    .leftPannel .customCheckbox input:checked ~ .checkmark {
      background-color: #000000; }
    .leftPannel .customCheckbox input:checked ~ .checkmark:after {
      display: block; }
  .leftPannel .FilterPannel-search {
    position: relative; }
    @media only screen and (max-width: 600px) {
      .leftPannel .FilterPannel-search {
        padding-left: 20px; } }
    .leftPannel .FilterPannel-search .searchbtn {
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background-color: #ffffff;
      position: absolute;
      right: 5px;
      top: 50%;
      padding: 0px;
      transform: translateY(-50%);
      outline: 0px;
      border: 0px; }
  .leftPannel .inlineSearchBox {
    position: relative; }
    .leftPannel .inlineSearchBox input {
      color: #000000;
      padding: 5px 15px;
      background-color: rgba(120, 120, 128, 0.1);
      border-radius: 5px; }
    .leftPannel .inlineSearchBox .searchbtn {
      width: 24px;
      height: 24px;
      border-radius: 5px;
      background-color: #ffffff;
      position: absolute;
      right: 5px;
      top: 50%;
      padding: 0px;
      transform: translateY(-50%);
      outline: 0px;
      border: 0px; }
  .leftPannel .FilterBox {
    background-color: #e5e5ea;
    border-radius: 8px;
    padding: 0 15px;
    position: relative; }
    .leftPannel .FilterBox h5 {
      color: #000000;
      font-weight: 700; }
    .leftPannel .FilterBox.active-filter:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: red;
      top: -4px;
      left: -4px;
      border-radius: 50%; }
    .leftPannel .FilterBox.active .filetrOption {
      max-height: 500px; }
    .leftPannel .FilterBox.active .arrow {
      transform: rotate(180deg); }
    .leftPannel .FilterBox .Filterhead {
      padding: 10px 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .leftPannel .FilterBox .Filterhead .headingaction {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 20px);
        padding-right: 5px;
        border-right: 1px solid #d9d9d9;
        align-items: center; }
    .leftPannel .FilterBox .filetrOption {
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      height: auto;
      max-height: 0px;
      overflow: hidden; }
      .leftPannel .FilterBox .filetrOption ul {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        padding-bottom: 15px;
        max-height: 200px;
        overflow: auto; }

.ListingMain {
  width: calc(77% - 40px);
  height: auto;
  border-radius: 12px;
  box-sizing: border-box;
  padding-bottom: 50px; }
  .ListingMain.is-active {
    width: calc(100% - 40px); }
    @media only screen and (max-width: 600px) {
      .ListingMain.is-active {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    .ListingMain {
      width: 100%; } }
  .ListingMain ul {
    display: flex;
    column-gap: 24px;
    row-gap: 30px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 600px) {
      .ListingMain ul {
        column-gap: 15px; } }
    .ListingMain ul li {
      width: calc(33.33% - 20px); }
      @media only screen and (max-width: 600px) {
        .ListingMain ul li {
          width: calc(50% - 10px); } }
  .ListingMain .thumbnailbox {
    width: 100%;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1); }
    .ListingMain .thumbnailbox .imageBox {
      border-radius: 8px;
      line-height: 0px;
      overflow: hidden; }
      .ListingMain .thumbnailbox .imageBox img {
        width: 100%; }
    .ListingMain .thumbnailbox h3 a {
      font-size: 18px;
      color: #302c36;
      letter-spacing: 0px;
      padding: 20px;
      display: flex;
      text-decoration: none;
      column-gap: 10px; }
      .ListingMain .thumbnailbox h3 a strong {
        font-weight: 700; }
      @media only screen and (max-width: 600px) {
        .ListingMain .thumbnailbox h3 a {
          font-size: 14px;
          padding: 15px; } }
    .ListingMain .thumbnailbox:hover .imageBox img {
      transform: scale(1.2); }

.p-DetailPage .container {
  display: flex;
  column-gap: 30px; }
  @media only screen and (max-width: 1024px) {
    .p-DetailPage .container {
      flex-wrap: wrap;
      row-gap: 30px; } }
  @media only screen and (max-width: 600px) {
    .p-DetailPage .container {
      flex-direction: column; } }
  .p-DetailPage .container > div {
    min-height: 500px;
    height: auto; }
    @media only screen and (max-width: 1024px) {
      .p-DetailPage .container > div {
        min-height: auto; } }
  .p-DetailPage .container .photoDetails {
    width: 25%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    position: relative; }
    .p-DetailPage .container .photoDetails h1 {
      font-size: 24px;
      font-weight: 700; }
    .p-DetailPage .container .photoDetails .closebtnDetails {
      background-color: #ffffff;
      width: 40px;
      height: 40px;
      list-style: 30px;
      display: none;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 20px;
      top: -20px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
      -moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
      box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36); }
      @media only screen and (max-width: 600px) {
        .p-DetailPage .container .photoDetails .closebtnDetails {
          display: flex; } }
    @media only screen and (max-width: 1024px) {
      .p-DetailPage .container .photoDetails {
        order: 3;
        width: 100%;
        flex-direction: row;
        justify-content: space-between; } }
    @media only screen and (max-width: 600px) {
      .p-DetailPage .container .photoDetails {
        width: 100%;
        order: 2;
        position: fixed;
        background-color: #f2f3f5;
        left: 0px;
        padding: 25px 15px;
        bottom: 0px;
        z-index: 2;
        -webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        transform: translateY(calc(100% + 40px)); } }
    .p-DetailPage .container .photoDetails.is-active {
      transform: translateY(-60px); }
    .p-DetailPage .container .photoDetails .details {
      display: flex;
      flex-direction: column;
      row-gap: 15px; }
      @media only screen and (max-width: 1024px) {
        .p-DetailPage .container .photoDetails .details {
          width: 50%; } }
    .p-DetailPage .container .photoDetails ul {
      display: flex;
      column-gap: 10px;
      flex-wrap: wrap;
      row-gap: 10px; }
      .p-DetailPage .container .photoDetails ul li {
        padding-right: 10px;
        border-right: 1px solid #d9d9d9; }
        .p-DetailPage .container .photoDetails ul li a {
          font-size: 16px;
          color: #000;
          text-decoration: none; }
        .p-DetailPage .container .photoDetails ul li:last-child {
          padding-right: 0px;
          border-right: 0px; }
    .p-DetailPage .container .photoDetails .tags a {
      font-size: 16px;
      color: #000;
      text-decoration: none; }
    .p-DetailPage .container .photoDetails .buttonsMain {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      text-align: center; }
      .p-DetailPage .container .photoDetails .buttonsMain a {
        text-decoration: none; }
      @media only screen and (max-width: 1024px) {
        .p-DetailPage .container .photoDetails .buttonsMain {
          column-gap: 20px;
          width: 45%; } }
    .p-DetailPage .container .photoDetails .actionrow {
      display: flex;
      justify-content: space-between; }
      .p-DetailPage .container .photoDetails .actionrow a {
        width: 48%;
        background-color: #ebedf0;
        padding: 10px 10px;
        font-size: 12px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        column-gap: 5px;
        justify-content: center;
        text-decoration: none;
        color: #000000; }
  .p-DetailPage .container .MainImage {
    -webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
    line-height: 0px;
    border-radius: 20px;
    width: 42%;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .p-DetailPage .container .MainImage {
        width: 55%; } }
    @media only screen and (max-width: 600px) {
      .p-DetailPage .container .MainImage {
        width: 100%;
        order: 1; } }
    .p-DetailPage .container .MainImage img {
      width: 100%; }
    .p-DetailPage .container .MainImage .arrow {
      position: absolute;
      z-index: 1;
      width: 40px;
      padding: 10px;
      background-color: #ffffff;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
      .p-DetailPage .container .MainImage .arrow.arrow-prev {
        left: 10px; }
      .p-DetailPage .container .MainImage .arrow.arrow-next {
        right: 10px; }
  .p-DetailPage .container .Thumbnail-main {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 1600px) {
      .p-DetailPage .container .Thumbnail-main {
        padding-bottom: 50px; } }
    @media only screen and (max-width: 1024px) {
      .p-DetailPage .container .Thumbnail-main {
        width: 40%; } }
    .p-DetailPage .container .Thumbnail-main .closebtnDetails {
      background-color: #ffffff;
      width: 40px;
      height: 40px;
      list-style: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 15px;
      top: -20px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
      -moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
      box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36); }
    .p-DetailPage .container .Thumbnail-main.is-active {
      transform: translateY(-60px); }
    @media only screen and (max-width: 600px) {
      .p-DetailPage .container .Thumbnail-main {
        width: 100%;
        order: 3;
        width: 100%;
        position: fixed;
        background-color: #f2f3f5;
        left: 0px;
        padding: 25px 15px;
        bottom: 0px;
        z-index: 2;
        row-gap: 30px;
        -webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        transform: translateY(calc(100% + 40px)); } }
    .p-DetailPage .container .Thumbnail-main .thumbanails {
      display: flex;
      flex-direction: column;
      row-gap: 20px; }
    .p-DetailPage .container .Thumbnail-main ul {
      display: flex;
      flex-wrap: wrap;
      column-gap: 30px;
      row-gap: 30px;
      justify-content: space-between; }
      @media only screen and (max-width: 1600px) {
        .p-DetailPage .container .Thumbnail-main ul {
          column-gap: 20px;
          row-gap: 20px; } }
      @media only screen and (max-width: 1024px) {
        .p-DetailPage .container .Thumbnail-main ul {
          column-gap: 15px;
          row-gap: 15px; } }
    .p-DetailPage .container .Thumbnail-main .thumbs {
      width: 120px;
      height: 120px;
      border-radius: 10px;
      background-color: #000;
      overflow: hidden;
      line-height: 0px;
      cursor: pointer; }
      .p-DetailPage .container .Thumbnail-main .thumbs:hover img {
        transform: scale(1.2); }
      @media only screen and (max-width: 1600px) {
        .p-DetailPage .container .Thumbnail-main .thumbs {
          width: 110px;
          height: 110px; } }
      @media only screen and (max-width: 1370px) {
        .p-DetailPage .container .Thumbnail-main .thumbs {
          width: 100px;
          height: 100px; } }
      @media only screen and (max-width: 1024px) {
        .p-DetailPage .container .Thumbnail-main .thumbs {
          width: 90px;
          height: 90px; } }
      @media only screen and (max-width: 790px) {
        .p-DetailPage .container .Thumbnail-main .thumbs {
          width: 85px;
          height: 85px; } }
      @media only screen and (max-width: 600px) {
        .p-DetailPage .container .Thumbnail-main .thumbs {
          width: 100px;
          height: 100px; } }
      .p-DetailPage .container .Thumbnail-main .thumbs img {
        object-fit: cover;
        height: 100%; }
    .p-DetailPage .container .Thumbnail-main .filterDrpDown .Dropdown {
      width: 100%;
      padding: 0px 15px;
      background-color: #ebedf0;
      border-radius: 4px;
      line-height: 20px;
      display: flex;
      position: relative; }
      .p-DetailPage .container .Thumbnail-main .filterDrpDown .Dropdown .filterHead {
        padding: 15px 0px; }
      .p-DetailPage .container .Thumbnail-main .filterDrpDown .Dropdown .arrowIcon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
    .p-DetailPage .container .Thumbnail-main .navigations {
      display: flex;
      column-gap: 15px;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #302c36; }
      .p-DetailPage .container .Thumbnail-main .navigations .arrow {
        width: 46px;
        height: 46px;
        line-height: 40px;
        border-radius: 50%;
        background-color: #ffffff;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .p-DetailPage .container .Thumbnail-main .navigations .arrow:hover {
          background-color: #888;
          box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.3); }

.mobileNavDetails {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  box-shadow: -5px -5px 10px 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 600px) {
    .mobileNavDetails {
      display: block; } }
  .mobileNavDetails ul {
    display: flex;
    justify-content: space-between; }
  .mobileNavDetails .iconbtn {
    width: 46px;
    height: 46px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f2f3f5;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .mobileNavDetails .iconbtn img {
      width: 70%; }

.memory-main {
  padding: 50px 0;
  position: relative; }
  @media only screen and (max-width: 650px) {
    .memory-main {
      padding-bottom: 100px; } }
  .memory-main::after {
    position: absolute;
    height: calc(100% + 150px);
    background-color: #ebedf0;
    content: "";
    width: 100%;
    left: 0%;
    bottom: 0px;
    z-index: -1;
    background-color: #ebedf0; }
  .memory-main .container {
    display: flex;
    flex-direction: column;
    row-gap: 25px; }
  .memory-main button {
    width: 100%; }
  .memory-main textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 22px; }
  .memory-main .postMemory form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 10px 15px; }
  .memory-main ul {
    display: flex;
    flex-direction: column;
    row-gap: 40px; }
    .memory-main ul li {
      display: flex;
      column-gap: 20px; }
      .memory-main ul li .memory-user {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: #e3e3e3;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: #302c36;
        display: flex;
        justify-content: center; }
      .memory-main ul li .memoryDesc {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        width: calc(100% - 70px); }
        .memory-main ul li .memoryDesc h3 {
          font-size: 22px;
          color: #000000;
          font-weight: 400; }
        .memory-main ul li .memoryDesc p {
          line-height: 20px; }

.p-yearBook {
  width: 100%;
  height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  .p-yearBook .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    position: relative; }
  .p-yearBook .firstrow {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .p-yearBook .page-heading {
    display: flex;
    align-items: center;
    column-gap: 20px; }
    .p-yearBook .page-heading h1 {
      font-size: 36px;
      font-weight: 900; }
  .p-yearBook .backbtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ebedf0;
    text-align: center;
    line-height: 40px; }
  .p-yearBook .carousel-yearbook {
    width: 100%;
    z-index: 1;
    position: relative; }
    .p-yearBook .carousel-yearbook .carousalNav {
      padding: 10px;
      background-color: #ffffff;
      position: absolute;
      left: 50%;
      bottom: -30px;
      display: flex;
      column-gap: 20px;
      border-radius: 30px;
      z-index: 2;
      transform: translateX(-50%); }
      .p-yearBook .carousel-yearbook .carousalNav .arrows {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ebedf0;
        text-align: center;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
    .p-yearBook .carousel-yearbook::after {
      position: absolute;
      height: 40%;
      background-color: #ebedf0;
      content: "";
      width: 180%;
      left: 50%;
      bottom: 0px;
      transform: translateX(-50%);
      z-index: -1;
      background-color: #ebedf0; }
  .p-yearBook .Yearbook-slider {
    display: block;
    width: 100%; }
    .p-yearBook .Yearbook-slider .slick-list {
      width: 100% !important;
      position: relative;
      overflow-y: visible;
      padding: 100px 20px; }
      .p-yearBook .Yearbook-slider .slick-list .slick-track {
        width: 100%; }
    .p-yearBook .Yearbook-slider .slick-slide {
      width: 100%;
      padding: 30px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      align-items: center; }
      @media only screen and (max-width: 650px) {
        .p-yearBook .Yearbook-slider .slick-slide {
          padding: 10px; } }
      .p-yearBook .Yearbook-slider .slick-slide h2 {
        font-size: 18px;
        font-weight: 300; }
        .p-yearBook .Yearbook-slider .slick-slide h2 a {
          text-decoration: none;
          color: #302c36; }
      .p-yearBook .Yearbook-slider .slick-slide.slick-current, .p-yearBook .Yearbook-slider .slick-slide:hover {
        transform: scale(1.6); }
        @media only screen and (max-width: 650px) {
          .p-yearBook .Yearbook-slider .slick-slide.slick-current, .p-yearBook .Yearbook-slider .slick-slide:hover {
            transform: scale(1.2); } }
        .p-yearBook .Yearbook-slider .slick-slide.slick-current h2, .p-yearBook .Yearbook-slider .slick-slide:hover h2 {
          font-weight: 900; }
      .p-yearBook .Yearbook-slider .slick-slide .thumb {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        line-height: 0px;
        -webkit-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 10px 11px -7px rgba(0, 0, 0, 0.36); }
      .p-yearBook .Yearbook-slider .slick-slide img {
        width: 100%; }
