 /* our center section css start */
        .our_centers {}

        .white_main_heading {
            flex-direction: column;
            display: flex;
            justify-content: end;
            align-items: center;
        }

        .white_main_heading h2 {
            /* color: var(--white); */
        }

        .white_main_heading .gradient-line {
            /* background: var(--white); */
        }

        .center_tab {
            margin: 2%;
            flex-wrap: wrap;
        }

        .center_tab .main-button {
            border-radius: 50px;
            margin: 3px
        }


        .owl-prev {
            position: relative;
            left: -5%
        }

        .owl-next {
            position: relative;
            right: -3%
        }


        .active_tab {
            color: var(--white);
            background-color: var(--primary-blue-colour);
            border: 2px solid var(--white);
        }

        .center_btn {
            display: block;
            margin: 0 auto;
        }
        
        .lazy-map iframe {
          opacity: 0;
          animation: fadeIn 0.4s forwards ease-in;
        }
        
        @keyframes fadeIn {
          to { opacity: 1; }
        }
        
        .loading-msg {
          padding: 30px 0;
          text-align: center;
          font-size: 14px;
          color: #555;
        }



        /* our center section css end */