 .group_1
	{
	position: fixed;
	bottom: 45px;
    right: -35px;
    z-index: 99;   
    border: 0;
    outline: 0;
  
    cursor: pointer;
  width:40%
   
	}
	 /* Styling the parent container */
    .promo-container {
        position: fixed;
        bottom: 20px; /* Adjust placement as needed */
        right: 20px;
        z-index: 9999;
        display: inline-block;
    }

    /* Styling the close (X) button */
    .close-btn {
        position: absolute;
        top: -165px; /* Places it slightly above the image */
        right:1px;
        background-color: #000; /* Black background */
        color: #fff; /* White X text */
        border-radius: 50%; /* Makes it a circle */
        width: 24px;
        height: 24px;
        text-align: center;
        line-index: 24px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
		z-index:999;
    }

    /* Hover effect for the close button */
    .close-btn:hover {
        background-color: #ff0000; /* Turns red on hover */
    }
  
  /* Basic styling for the popup */
  dialog {
  
    border-radius: 8px;
    border: none;

    position: fixed;
   background: none !important;
     
  }
  dialog img {
  width:500px;
  height:500px;
  }
  /* The "X" button style */
  #closeBtn {
    position: absolute;
    top: 17px;
    right: 17px;
    background: none;
    border: none;
    font-size: 2.3rem;
    cursor: pointer;
	color:#fff;
  }
  /* Backdrop styling */
  dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
  } 
  
  .fixed-top {
  padding-top: 0;
  padding-bottom: 0px
    /* margin-top: -28px; */
	}
	
	/* .logo {
        width: 200px;
    }
   */
.carousel-caption h3 {
    font-family: "gothamrounded-bold", sans-serif;
    font-size: calc(1rem + ((2vw - 0.2rem) * 2));
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.banner-mobile {
    display: none;
}
.floating-sidebar {
    z-index: 9;
    position: relative;
}

.btn-danger1 {
    background-color: #e31e25;
    color: #fff;
    border-color: #e31e25;
}
.test_img img {
    border-radius: 0;
}
.carousel-caption h3 span {
    color: #f3c915;
}
.banner-carousel .test_img {
    margin: 0 0;
    margin-top: 0;
}
.banner-carousel {
    height: 100%;
    margin-top: 74px;
}
.close {
    top: 5px;
    right: 6px;
}
.carousel-item {
    background-size: cover;
}
@media (max-width: 1920px) {
    .carousel-item {
        background-size: contain;
    }
}
@media (max-width: 1400px) {
    .carousel-item {
        background-size: cover;
    }
}

@media (max-width: 768.98px) {
    #parent-circle {
        width: 60vw;
        height: 60vw;
    }
    .carousel-item {
        background-size: contain;
        height: 62vh;
    }
	
	
.our-branches .my-4{
	        width: 100%;
			}
}
.main-desk {
    display: block;
}
.main-mob {
    margin-top: 19px;
    display: none;
}
.let {
    margin-left: 61px;
}
#journey .owl-nav {
    text-align: center;
    width: 14%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#journey {
    margin-bottom: 6%;
}


.fixed-top {
    padding-top: 0;
    border-bottom: 1px solid #14aae2;

}

.mobl{
	display:none;
}

@media only screen and (max-width: 600px) {

    .banner-desktop {
        display: none;
    }
	
	.mobl{
	display:block;
	        width: 100%;
}

.activities{

    background: none;

}

.activities .mt-5{
    margin-top: 0rem !important;
}

    .banner-mobile {
        display: block;
        margin-top: 100px;
    }
    #journey .owl-nav {
        text-align: center;
        width: 50%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #journey {
        margin-bottom: 24%;
    }
    .let {
        margin-left: 0;
        margin-bottom: 9px;
    }
    .main-desk {
        display: none;
    }
    .main-mob {
	        margin-top: revert-layer;
        display: block;
    }
}
 /* @media (min-width:1200px) {  section.light {height: 1000px;} } */
    .test_img img {background-color: #005baa !important;}


    @media (max-width: 1399.98px) {
    .logo {
        width: 186px;
    }
}

.logo-small {
    width: 151px;
}


.navbar-brand
{
  padding: 0;
  margin: 0px;
}

@media (max-width: 575.98px) 
{

dialog {
 max-width: 95%;
}
 dialog img {
  width:100%;
  height:100%;
 } 
    .logo {
        width: 75%;
        height: auto;
    }

    .fixed-top {

      padding-bottom: 0px;
    }
	.group_1
			{
			width:70%;
			right:-10px;
			}
			 .close-btn {
			  top: -110px; 
			 }
}
@media (max-width: 320px) {
		.close-btn {
			  top: -90px; 
			 }
		}

.toggle-bar::before, .toggle-bar::after {
    background: #ffffff;
  
}
.toggle-bar
{
  border-top: 2px solid #fff;
}