        .GlobalEventsPage-module__content___jljZX {
            width: 100%;
            max-width: 2200px;
        }

        .customer_leftsec {
            background-color: #fff;
        }

        .help-bar {
            background-color: #43444A;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 12px 0px;
            padding-left: 16.44px;
        }

        .help-bar p {
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 0;
            padding-left: 4px;
        }

        .customer_service {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            background: url(../../images/contact/customer_service.png) no-repeat, linear-gradient(#32333c, #3f4149);
            background-position: right;
            background-size: contain;
            height: 190px;
            position: relative;
            margin-top: 15.04px;
        }

        .customer_service:before {
            width: 177px;
            height: 69px;
            content: " ";
            background-image: url(../../images/contact/24_shape.png);
            background-repeat: no-repeat;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: -10px;
        }
        /** mobile **/

        .customer_service_mob {
            display: flex;
            flex-wrap: wrap;
            /* align-items: center;
            justify-content: flex-start; */
            background: url(../../images/contact/customer_service_mob.png) no-repeat, linear-gradient(#32333c, #3f4149);
            /* background: url(../../images/contact/customer_service_mob.png) no-repeat, linear-gradient(#32333c, #3f4149); */
            background-position: center;
            background-size: cover;
            height: 350px;
            position: relative;
            margin-top: 15.04px;
        }

        .customer_service_mob:before {
            width: 95px;
            height: 38px;
            content: " ";
            background-image: url(../../images/contact/24_shape_mob.png);
            background-repeat: no-repeat;
            left: 15px;
            position: absolute;
            right: 0;
            top: -6px;
        }

        .whatsapp_service_mob {
            display: flex;
            flex-wrap: wrap;
            background: url(../../images/contact/vip_whatsapp_mob.png) no-repeat, linear-gradient(#32333c, #3f4149);
            background-position: center;
            background-size: cover;
            height: 350px;
            position: relative;
            margin-top: 15.04px;
        }

        .email_service_mob {
            display: flex;
            flex-wrap: wrap;
            background: url(../../images/contact/email_icon_mob.png) no-repeat, linear-gradient(#32333c, #3f4149);
            background-position: center;
            background-size: cover;
            height: 350px;
            position: relative;
            margin-top: 15.04px;
        }

        .customer_service_mob .cust_center-mobtext,
        .whatsapp_service_mob .cust_center-mobtext,
        .email_service_mob .cust_center-mobtext {
            display: flex;
            align-items: flex-end;
            margin: 0 auto;
            padding-bottom: 20px;
        }

        .customer_service_mob .cust_center-mobtext h2,
        .whatsapp_service_mob .cust_center-mobtext h2,
        .email_service_mob .cust_center-mobtext h2 {
            color: #fff;
            font-weight: 700;
            font-size: 28px;
            line-height: 31px;
        }

        .customer_service_mob .text_24,
        .whatsapp_service_mob .text_24,
        .email_service_mob .text_24 {
            left: 48px;
            position: absolute;
            top: 0px;
        }

        .customer_service_mob .text_24 h1,
        .whatsapp_service_mob .text_24 h1,
        .email_service_mob .text_24 h1 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            margin: 0;
        }

        .customer_service_mob .text_24 h6,
        .whatsapp_service_mob .text_24 h6,
        .email_service_mob .text_24 h6 {
            font-size: 6px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            margin: 0;
        }

        @media(min-width:768px) {
            .customer_service_mob,
            .whatsapp_service_mob,
            .email_service_mob,
            .sociallinks_sec.mob_email_sec {
                display: none;
            }
        }
        /** mobile device **/

        .customer_service.whatsapp_service {
            background: url(../../images/contact/vip_whatsapp.png) no-repeat, linear-gradient(#32333c, #3f4149);
            background-position: right;
            background-size: contain;
        }

        .customer_service.email_service {
            background: url(../../images/contact/email_icon.png) no-repeat, linear-gradient(#32333c, #3f4149);
            background-position: right;
            background-size: contain;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .customer_service .text_24 {
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 5px;
        }

        .customer_service .text_24 h1 {
            font-size: 30px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            margin: 0;
        }

        .customer_service .text_24 h6 {
            font-size: 11px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            margin: 0;
        }

        .email_services_box {
            display: flex;
            flex-basis: 100%;
        }

        .cust_center-text.email_text {
            display: flex;
            flex: 1;
        }

        .service_mail {
            display: flex;
            flex: 1;
            margin-top: 40px;
            justify-content: center;
            align-items: center;
        }

        .empty_div {
            display: flex;
            flex: 1;
        }

        .customer_service .cust_center-text h2 {
            font-size: 48px;
            color: #fff;
            font-weight: 700;
            line-height: 53.13px;
            padding: 40px 0px 40px 40px;
            margin: 0px;
        }

        .sociallinks_sec {
            display: flex;
            flex-wrap: wrap;
            column-gap: 8px;
            -webkit-column-gap: 8px;
            -moz-column-gap: 8px;
            row-gap: 8px;
            padding-top: 10px;
        }
        .help_secs {
            cursor: pointer;
        }
        .social_secs {
            flex: 1;
            display: flex;
            /* flex-wrap: wrap; */
            background: #F3F3F3;
            /* padding: 26px 6vw; */
            /* justify-content: center; */
            align-items: center;
            /* width: 24%; */
            /* padding-left: 4.5vw !important; */
            padding: 20px 1vw 20px 2.5vw;
            min-width: calc(24.4% - 0px);
        }
        .social_secs p {
            color: #2B2F35;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0em;
            padding-left: 10px;
            margin-bottom: 0;
           /* width: 120px; */
        }
        .customer_leftsec_inner {
            margin: 10px;
        }
        .customer_leftsec.customer_leftwhatsapp {
            margin-top: 15px;
        }
        .social_secs.whatsapp_secs h5,
        .social_secs.email_secs h5 {
            color: #C51A1B;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 21.09px;
            letter-spacing: 0em;
            padding-left: 10px;
            margin-bottom: 0;
        }
        .social_secs.whatsapp_secs p,
        .social_secs.email_secs p {
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 21.09px;
            letter-spacing: 0em;
            padding-left: 10px;
            padding-top: 5px;
        }
        .service_mail h4 {
            color: #fff;
            font-size: 26px;
            font-weight: 500;
            line-height: 30px;
        }

        @media only screen and (max-width:1775px) {
            .social_secs {
                min-width: calc(19.6% - 0px);
            }
        }

        @media only screen and (max-width:1440px) {
            .social_secs {
                min-width: calc(49% - 0px);
            }
        }
        @media (min-width:1200px) {
            .sociallinks_sec.mob_email_sec {
                display: none;
            }
        }

        @media (max-width:1199px) {
            .sociallinks_sec.mob_email_sec {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                background: #F3F3F3;
                padding: 0;
                margin-top: 10px;
            }
            .email_service .service_mail {
                display: none;
            }
            .algnLeftEmail {
                width: auto !important;
                justify-content: flex-start !important;
                padding-left: 2vw;
            }
        }

        @media only screen and (max-width: 1550px) and (min-width: 1426px) {
            .social_secs_img img {
                max-width: 46px;
            }
        }

        @media only screen and (max-width: 1425px) and (min-width: 1200px) {
            .social_secs_img img {
                max-width: 46px;
            }
        }

        @media only screen and (max-width: 1180px) and (min-width: 992px) {
            .social_secs_img img {
                max-width: 46px;
            }
        }

        @media only screen and (max-width: 1024px) and (min-width: 768px) {
            .customer_service {
                background-position: calc(100% - -35px);
                background-size: contain;
                height: auto;
            }
            .customer_service.whatsapp_service {
                background-position: calc(100% - -35px);
                background-size: contain;
                height: auto;
            }
            .customer_service.email_service {
                background-position: calc(100% - -35px);
                background-size: contain;
                height: auto;
            }
        }

        @media only screen and (max-width: 991px) and (min-width: 768px) {
            .social_secs_img img {
                max-width: 46px;
            }
            .customer_service .cust_center-text h2 {
                font-size: 30px;
                line-height: 34px;
            }
            .customer_service .text_24 h1 {
                font-size: 24px;
            }
            .social_secs p {
                padding-left: 5px;
               /* width: 90px !important; */
            }
            .customer_service .cust_center-text h2 {
                padding-left: 25px;
            }
            .social_secs_img img {
                max-width: 42px;
            }
            .social_secs p {
                font-size: 20px;
                line-height: 24px;
            }
            .customer_service .cust_center-text h2 {
                font-size: 26px;
                line-height: 30px;
            }
            .service_mail h4 {
                font-size: 24px;
                line-height: 28px;
            }
        }

        @media only screen and (max-width:900px) and (min-width: 800px) {
            .social_secs.whatsapp_secs h5,
            .social_secs.email_secs h5,
            .social_secs.whatsapp_secs p,
            .social_secs.email_secs p {
                font-size: 16px;
                line-height: 18.09px;
                padding-left: 5px;
            }
        }

        @media(max-width:767px) {
            .social_secs p {
                font-size: 20px;
            }
            .social_secs_img img {
                max-width: 34px;
            }
            .social_secs.whatsapp_secs h5,
            .social_secs.whatsapp_secs p,
            .social_secs.email_secs h5,
            .social_secs.email_secs p {
                font-size: 14px;
            }
            .customer_service,
            .customer_service.whatsapp_service,
            .customer_service.email_service {
                display: none;
            }
            .social_secs.whatsapp_secs p,
            .social_secs.email_secs p {
                padding-top: 0px;
            }
            .social_secs.whatsapp_secs h5,
            .social_secs.email_secs h5 {
                margin-top: 0px;
            }
            .social_secs p {
               /* width: 65px; */
            }
        }
        @media(max-width:600px) {
            .social_secs {
                padding: 20px 1vw 20px 6vw;
            }
            .social_secs p {
                font-size: 18px;
                line-height: 21px;
            }
            .help-bar p {
                font-size: 14px;
                line-height: 16px;
            }
            .social_secs.email_secs {
                width: 100%;
            }
            .algnLeftEmail {
                padding-left: 6vw;
            }
            .customer_service_mob .cust_center-mobtext,
            .whatsapp_service_mob .cust_center-mobtext,
            .email_service_mob .cust_center-mobtext {
                padding-bottom: 5px !important;
            }
        }

        @media only screen and (max-width: 599px) and (min-width: 381px) {
            .customer_service_mob,
            .whatsapp_service_mob,
            .email_service_mob {
                height: 305px;
            }
        }

        @media(max-width:520px) {
            .pad_topzero {
                padding-top: 0;
            }
        }

        @media(max-width:380px) {
            .social_secs.whatsapp_secs h5,
            .social_secs.email_secs h5 {
                line-height: 16px;
            }
            .social_secs.whatsapp_secs h5,
            .social_secs.whatsapp_secs p,
            .social_secs.email_secs h5,
            .social_secs.email_secs p {
                font-size: 13px;
            }
            .social_secs {
                width: 100%;
            }
            .customer_service_mob,
            .whatsapp_service_mob,
            .email_service_mob {
                height: 240px;
                background-size: cover;
            }
            .customer_service_mob:before {
                top: -6px;
            }
            .customer_service_mob .text_24,
            .whatsapp_service_mob .text_24,
            .email_service_mob .text_24 {
                top: 2px;
            }
            .customer_service_mob .cust_center-mobtext,
            .whatsapp_service_mob .cust_center-mobtext,
            .email_service_mob .cust_center-mobtext {
                padding-bottom: 5px;
            }
        }

        @media only screen and (max-width: 479px) and (min-width: 361px) {
            .social_secs p {
             /*   width: 80px; */
            }
        }

        @media(max-width:320px) {
            .social_secs {
                width: 100%;
            }
            .customer_service_mob .cust_center-mobtext h2,
            .whatsapp_service_mob .cust_center-mobtext h2,
            .email_service_mob .cust_center-mobtext h2 {
                font-size: 26px;
            }
            .social_secs.help_secs {
                justify-content: flex-start;
                padding-left: 8vw;
            }
        }
