 .image-bg-custom1 {
     background-image: url("/images/session25/bg11.png");
     background-repeat: no-repeat;
     /* background-position: center left; */
     background-position: left;
     height: 700px !important;
     ;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     background-size: cover;
 }

 .image-bg-custom2 {
     background-image: url("/images/session25/bg2.png");
     background-repeat: no-repeat;
     /* background-position: center right; */
     background-position: right;
     height: 700px !important;
     right: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     background-size: cover;
 }

 .gl1 {
     width: 50%;
     padding-left: 0rem;
     padding-top: 3rem;
     padding-right: 7rem;
 }

 .bx2 {
     width: 50%;
     display: flex;
     flex-direction: column;
     align-items: left;
     justify-content: center;
 }

 .bx2 h3 {
     font-size: xxx-large;
 }

 .bx2 h5 {
     margin-top: 1rem;
     font-size: x-large;
 }

 .download-photo-btn,
 .download-photo-btn:hover {
     margin-top: 1rem;
     background-color: white;
     color: black;
     border-color: #5f2a2a;
     box-shadow: 0 0 0 0.2rem rgb(95 42 42);
     width: 18rem;
     font-weight: 700;
 }

 .fotter-desc {
     margin-top: 1rem;
 }

 .front-section {
     display: flex;
     flex-direction: row;
 }

 @media(max-width:767px) {
     .front-section {
         display: flex;
         flex-direction: column-reverse;
     }

     .gl1 {
         width: 100% !important;
         padding-left: 0rem;
         padding-top: 5rem;
         padding-right: 1rem;
     }

     .bx2 {
         width: 100% !important;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: left;
         padding-top: 2rem;
     }

     .image-bg-custom1 {
         background-image: url("/images/session25/bg11.png");
         background-repeat: no-repeat;
         background-position: left;
         /* height: 42% !important; */
         height: 23rem !important;
         left: 0;
         position: absolute;
         top: 34rem;
         width: 100%;
         z-index: -1;
         background-size: cover;
     }

     .image-bg-custom2 {
         background-image: url("/images/session25/bg2.png");
         background-repeat: no-repeat;
         background-position: right;
         height: 35rem !important;
         right: 0;
         position: absolute;
         top: 0;
         width: 100%;
         z-index: -1;
         background-size: cover;
     }

     .bx2 h3 {
         font-size: x-large;
     }

     .bx2 h5 {
         font-size: large;
     }

     .fotter-desc {
         margin-top: 1rem;
         font-size: small;
     }
 }




 .fcallin {
     display: none;
 }

 @media (min-width: 320px) and (max-width: 991.98px) {
     .fcallin {
        display: block;
         position: fixed;
         bottom: 0;
         background: #F5F5DC;
        /* background: linear-gradient(#F5F5DC,#322263 ); */
         /* background: #502726; */
         float: left;
         width: 100%;
         /* margin-left: -15px; */
         padding: 5px;
         /* display: block; */
         z-index: 11111;

     }
 }

 @media (min-width: 320px) and (max-width: 991.98px) {
     ul.calllist {
         width: 100%;
         float: left;
         list-style: none;
         display: flex;
         padding-left: 5px;
         gap: 3px;
         padding-top: 5px;
        justify-content: space-evenly;
     }

     .float-right,
     .float {
         display: none;
     }
 }

 @media (min-width: 320px) and (max-width: 991.98px) {
     ul.calllist li {

         float: left;
         /* padding: 10px 10px 5px; */
         text-align: center;
         background: #fff;
         border-radius: 10px;
         /* margin: 2px; */
         /* width: 21%; */
         /* line-height: 23px; */
         /* border: 2px solid #502726; */
         border: 3px solid #322263;
         padding: 5px;
     }

     ul.calllist li a {
         /* color: #0484cc; */
         color: #94085c;
        /* #94085c !important */
        padding:2px;
     }
 }
