*,
        body {
            margin: 0;
            padding: 0;
            line-height: 1.2;
        }
        :root {
            --c1: #178236;
            --c2: #00d1ff;
            --c3: #2B7FFF;
            --green: #7008E7
        }
img{
    max-width: 100%;
    height: auto;
}
        body,
        header {
            color: #fff;
            background-color: #574c4c
        }

        .logo,
        .logo a,
        .logo a strong,
        .logo-bar,
        a,
        header {
            transition: .5s ease-in;
            text-decoration: none;
        }

        a:hover {
            text-decoration: none !important;
        }

        .logo a,
        .top-navigation a,
        .top-phone span {
            text-transform: uppercase
        }

        *,
        .responsive-menu-icon,
        body {
            box-sizing: border-box
        }


        :focus {
            outline: 0
        }

       

        body {
           font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji!important;
            font-size: 16px;
            line-height: 30px;
            margin: 0;
            font-weight: 400
        }

        a,
        strong {
            color: var(--c2)
        }

        html {
            scroll-behavior: smooth
        }

        a {
            text-decoration: none
        }

        a:hover {
            color: #fff;
            text-decoration: underline
        }

        .logo a,
        .top-navigation a,
        .top-phone a {
            text-decoration: none
        }

        a,
        a:active,
        a:focus {
            border: 0;
            outline: 0
        }

        img {
            border: 0
        }

        header {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            z-index: 1000;
            display: table;
            height: 120px
        }

        .logo {
            width: 33%;
            float: left;
            display: inline-block;
            text-align: center
        }

        .logo a {
            color: #ffffff;
            font-size: 50px;
            line-height: 70px;
            font-weight: 600
        }

        .logo a strong {
            font-weight: 800
        }

        .logo-bar {
            display: table;
            width: 100%;
            border-bottom: 1px solid #8e19a3
        }

        .top-phone {
            display: inline-block
        }

        .top-phone span {
            display: block;
            font-weight: 500
        }

        .top-navigation {
            width: 100%;
            text-align: center
        }

        .top-navigation div {
            border-left: 1px solid #555
        }

        .top-navigation a {
            display: inline-block;
            float: left;
            color: #fff;
            border-top: 3px solid #000;
            border-right: 1px solid #555;
            width: 12.5%;
            font-size: 14px;
            line-height: 46px;
            font-weight: 400;
            letter-spacing: 1px;
            min-width: 46px;
        }

        .top-navigation a:hover {
            background-color: #ef2b7c;
            border-top: 3px solid #ef2b7c
        }

        .responsive-menu-icon {
            cursor: pointer;
            background-color: #ef2b7c;
            width: 52px;
            height: 52px;
            position: fixed;
            right: 0;
            top: 0;
            padding: 14px;
            z-index: 10000
        }

        .bar1,
        .bar2,
        .bar3 {
            width: 23px;
            height: 2px;
            background-color: #fff;
            margin: 4px 0;
            transition: .4s
        }

        .phone-icon,
        .sms-icon,
        .whatsapp-icon {
            display: block;
            width: 30px;
            height: 30px;
            background-image: url(../images/combine-image.png);
            background-repeat: no-repeat
        }

        .timings,
        .top-phone {
            transition: .5s ease-in
        }

        .phone-icon {
            background-position: -40px 0;
        }

        .sms-icon {
            background-position: 0 0;
        }

        .whatsapp-icon {
            background-position: -80px 0;
        }

        @media all and (max-width:1349px) {
            .grid-1280 {
                width: 1170px
            }

            .logo a {
                font-size: 50px
            }
        }

        @media all and (max-width:1239px) {
            .grid-1280 {
                width: 920px
            }

            .top-navigation a {
                letter-spacing: 1px;
                font-size: 12px
            }

            .logo a {
                font-size: 35px
            }
        }

        @media all and (max-width:979px) {
            .grid-1280 {
                width: 720px
            }

            .timings {
                display: none
            }

            .logo {
                width: auto;
                text-align: left
            }

            .logo a {
                line-height: 50px
            }

            header {
                height: 52px;
                background-color: #000
            }

            .logo-bar {
                border-bottom: 0; 
                padding-bottom: 3px !important
            }

            .top-phone {
                margin-right: 67px;
                margin-top: 3px
            }

            .responsive-menu-icon {
                display: block
            }

            .top-navigation {
                top: 53px;
                width: 100%;
                position: fixed;
                left: 0;
                height: auto;
                background-color: #000;
                display: none
            }

            .top-navigation .grid-1280 {
                width: 100%
            }

            .top-navigation a {
                width: 100%;
                border-bottom: 1px solid #333;
                text-align: left;
                padding-left: 20px;
                line-height: 40px;
                font-size: 14px
            }

            header .top-phone {
                margin-top: 3px;
                margin-right: 70px
            }
        }

        @media all and (max-width:767px) {
            .grid-1280 {
                width: 600px
            }

            .top-phone {
                margin-right: 40px
            }

            .top-navigation a {
                width: 50%
            }

           
        }

        @media all and (max-width:639px) {
            .grid-1280 {
                width: 440px
            }

            header .top-phone {
                margin: 3px 0 0;
                text-align: center;
                width: 92% !important;
                border-top: 1px solid #333;
                float: none;
                font-size: 24px
            }

            .logo,
            header .grid-1280 {
                width: 100%
            }

            header .top-phone a {
                display: inline-block;
                height: 25px
            }

            .logo {
                margin: 0 auto;
                text-align: center
            }

            header {
                border-bottom: 1px solid #444;
                height: 99px;
                background-color: #000
            }

            .logo a {
                line-height: 50px;
                margin-left: 0
            }

            .top-phone span {
                line-height: 25px;
                display: inline-block
            }

            .top-phone a {
                float: left;
                margin-right: 12px;
                margin-top: 1px
            }

            header .top-phone a,
            header .top-phone span {
                font-size: 16px;
                letter-spacing: 1.7px;
                line-height: 27px
            }

            header .top-phone span {
                display: block
            }

            header .top-phone {
                line-height: 30px !important;
                padding: 7px 0 0 30px !important
            }
        }

        @media all and (max-width:479px) {
            .grid-1280 {
                width: 320px
            }

            .logo,
            .top-navigation a {
                width: 100%
            }

            .logo {
                margin: 0 auto;
                text-align: center
            }

            .logo a {
                font-size: 28px;
                display: block;
                margin-top: 5px;
                line-height: 44px;
                margin-left: 0
            }

            .top-phone span {
                line-height: 25px;
                display: inline-block
            }

            .top-phone a {
                float: left;
                margin-right: 20px;
                margin-top: 1px
            }

            header .top-phone a,
            header .top-phone span {
                font-size: 15px;
                letter-spacing: 1.7px;
                line-height: 15px
            }

            header .top-phone {
                line-height: 30px !important;
                text-align: center;
                width: 100% !important
            }

            header .top-phone a {
                float: none;
                margin-top: -1px
            }

            header .top-phone span {
                line-height: 20px
            }
        }

        @media all and (max-width:359px) {
            .grid-1280 {
                width: 290px
            }

            .logo a {
                font-size: 22px;
                padding-top: 5px;
                display: inline-block;
                margin-top: 0
            }

            header .top-phone {
                width: 90px
            }

            header .logo a {
                line-height: 44px
            }

            .top-phone a {
                margin-right: 10px
            }
        }

        .responsive-menu-icon {
            display: none
        }

        @media (max-width:979px) {
            .responsive-menu-icon {
                display: block
            }
        }

        .grid-1280 {
            display: table;
            width: 1280px;
            margin: auto
        }

        .timings,
        .top-phone a {
            display: inline-block;
            float: left
        }

        .timings {
            width: 33%;
            margin-top: 20px;
            font-weight: 400
        }

        .timings img {
            float: left;
            margin-right: 10px
        }

        .top-phone {
            width: 300px;
            float: right;
            display: flex;
            text-align: right;
            margin-top: 10px;
            font-size: 22px;
            line-height: 47px
        }

        .top-phone a {
            color: #fff;
            font-size: 23px;
            line-height: 23px;
            margin-right: 20px;
            margin-top: 8px
        }

        @media all and (max-width:979px) {
            .grid-1280 {
                width: 720px
            }

            .timings {
                display: none
            }

            .top-phone {
                margin-right: 62px;
                margin-top: 3px
            }
        }

        @media all and (max-width:767px) {
            .grid-1280 {
                width: 600px
            }

            .top-phone {
                margin-right: 40px
            }

           
        }

        @media all and (max-width:639px) {
            .grid-1280 {
                width: 440px
            }

            .top-phone a {
                float: left;
                margin-right: 12px;
                margin-top: 1px
            }
        }

        @media all and (max-width:479px) {
            .grid-1280 {
                width: 320px
            }

            .top-phone a {
                float: left;
                margin-right: 20px;
                margin-top: 1px
            }
        }

        @media all and (max-width:359px) {
            .grid-1280 {
                width: 290px
            }

            .top-phone a {
                margin-right: 10px
            }
        }

        @media all and (max-width:1349px) {
            .grid-1280 {
                width: 1170px
            }
        }

        @media all and (max-width:1239px) {
            .grid-1280 {
                width: 920px
            }
        }

        @media all and (max-width:979px) {
            .grid-1280 {
                width: 720px
            }
        }

        @media all and (max-width:767px) {
            .grid-1280 {
                width: 600px
            }
        }

        @media all and (max-width:639px) {
            .grid-1280 {
                width: 440px
            }
        }

        @media all and (max-width:479px) {
            .grid-1280 {
                width: 320px
            }
        }

        @media all and (max-width:359px) {
            .grid-1280 {
                width: 290px
            }
        }

        @media (max-width:900px) {
            body {
                font-size: 75%
            }
        }

        .top-phone span {
            font-size: 20px;
            vertical-align: middle;
            line-height: 45px
        }

        .change .bar1 {
            -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-4px, 4px)
        }

        .change .bar2 {
            opacity: 0
        }

        .change .bar3 {
            -webkit-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-4px, -5px)
        }

        .active {
            display: block !important;
        }

        .header-gap {
            height: 95px;
            background-color: #000;
        }

        

        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width: 768px) {
            .container {
                width: 750px;
            }
        }

        @media (min-width: 992px) {
            .container {
                width: 970px;
            }
        }

        @media (min-width: 1200px) {
            .container {
                width: 1170px;
            }
        }

        .left {
            float: left !important;
        }

        .right {
            float: right !important;
        }

        .redirect-btn-sec {
            margin-bottom: 52PX;
            padding: 0px 30px;
        }

        .redirect-btn {
            background: #2ba6cb;
            padding: 5px 15px;
            border-radius: 0 0 8px 8px;
            color: #fff;
        }

        .redirect-btn:hover {
            background: #eb57a7;
            text-decoration: none;
        }

        .banner-img {
            background-image: radial-gradient(#a0144f, black);
        }

        .resp-img {
            max-width: 100%;
            height: auto;
            width: 100%;
        }

        .responsive-img {
            padding: 0 6%;
            display: block;
            margin: 0 auto;
            height: auto;
            max-width: 100%;
        }

        /* Category Buton */

        .hero_banner_buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 26px;
            justify-content: center;
        }

        .primary_button {
            padding: 0 20px;
            border-radius: 70px;
            font-size: 16px;
            color: #fff;
            background: #c06;
            border: 1px solid #c06;
            text-decoration: none;
        }

        .banner-btn-sec {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-top: 20px;
        }

        .banner-btn {
            background: #c06;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: .5px;
            font-weight: 900;
            padding: 10px 12px;
            border-radius: 4px !important;
            cursor: pointer;
            transition: background-color 300ms ease-out;
            line-height: normal;
            display: inline-block;
            outline: none;
            border: none;
            color: #fff;
        }

        .banner-btn:hover {
            background-color: #eb57a7;
            color: #fff;
        }

        .banner-btn.blue {
            background-color: #00d1ff;
            color: #fff;
        }

        .banner-btn.blue:hover {
            background-color: #2ba6cb;
            color: #fff;
        }

        .video-section {
            position: relative;
            max-height: 289px;
            overflow: hidden; 
        }

        .video-section .members-vid-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* Right Float Button */
        .opn-btn,
        .call-btn,
        .cross-btn,
        .whatsapp-btn,
        .top-btn {
            display: inline-block;
            position: fixed;
            right: 20px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            font-size: 24px;
            color: #fff;
            background: #c06;
            transition: all .3s ease-in-out;
            z-index: 100
        }

        .opn-btn,
        .cross-btn {
            text-decoration: none;
        }

        .opn-btn,
        .cross-btn:hover {
            text-decoration: none;
        }

        .opn-btn img,
        .cross-btn img,
        .call-btn img,
        .whatsapp-btn img,
        .top-btn img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

        .opn-btn {
            bottom: 0;
            right: 20px;
            width: 50px;
            height: 20px;
            background: #fff;
            border-radius: 0
        }

        .cross-btn {
            bottom: 190px;
            right: 60px;
            width: 20px;
            height: 20px;
            background: #fff
        }

        .call-btn {
            bottom: 70px
        }

        .whatsapp-btn {
            bottom: 130px
        }

        .top-btn {
            bottom: 10px
        }

        .opn-btn:hover,
        .call-btn:hover,
        .top-btn:hover,
        .whatsapp-btn:hover {
            transform: scale(1.1);
            background: #00d1ff;
        }
        .loopvid{
            max-height: 290px;
            overflow: hidden;
        }
        @media (max-width:979px){
            .loopvid{
                max-height: 175px;
            }
          

        }
        @media (max-width:576px){
           
            .loopvid img{
                width: 275px;
            }


        }

        .top-cta-btn {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 20px;
          }
          
          .top-cta-btn a {
            flex-basis: calc(50% - 10px); /* Two buttons in a row for mobile */
            text-align: center;
            padding: 10px;
            margin: 5px;
            background-color: #3498db;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
          }
          
          @media (min-width: 769px) {
            .top-cta-btn a {
              flex-basis: calc(25% - 10px); /* Four buttons in a row for desktop */
            }
          }
          .top-cta-btn a:first-child {
            background-color: #c06;
          }
          
          .top-cta-btn a:nth-child(n+2) {
            background-color: #00d1ff;
            color: black;
          }
          
          .top-cta-btn a:hover {
            background-color: #c0b7cb;
            color: black; /* Change text color on hover for all buttons */
          }
          
          .top-cta-btn a:first-child:hover {
            background-color: #00d1ff;
            color: black;  
          }
          
          .top-cta-btn a:nth-child(n+2):hover {
            background-color: #c06;
           color: #ffffff;
          }
          .main-heading {
            font-weight: 900;
            font-size: 42px;
            text-transform: uppercase
        }
        
        .main-heading span {
            display: block;
            font-size: 21px;
            font-weight: 900
        }
        
        @media screen and (min-width: 1201px) {
            .main-heading {
                font-size:52px
            }
        }
        
        @media screen and (max-width: 1200px) {
            .main-heading {
                font-size:42px
            }
        
            .main-heading span {
                font-size: 30px
            }
        }
        
        @media screen and (max-width: 425px) {
            .main-heading {
                font-size:36px
            }
        
            .main-heading span {
                font-size: 22px
            }
        }
        
        @media screen and (max-width: 370px) {
            .main-heading {
                font-size:30px
            }
        
            .main-heading span {
                font-size: 20px
            }
        
         
        }
        p {
            margin: 0 0 25px;
            font-size: 19px; 
        }
        h1{
            margin: 0 0 25px;
        }
