@media only screen and (min-width: 1000px){
    .header-wrap .navbar-collapse {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px){
    .shareholders-sections .world-hayleys-boxes,
    .employees-sections .world-hayleys-boxes {
        justify-content: start;
        width: -webkit-fill-available;
        overflow-x: scroll;
        gap: 20px;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1300px){
    .leadership-governance-contents:before {
        width: 1350px;
        left: -50px;
    }
    .shareholders-sections .world-hayleys-boxes,
    .employees-sections .world-hayleys-boxes {
        margin-right: -58px;
        margin-left: -58px;
        padding: 0 58px;
    }
    .yml-modal .modal-dialog {
        margin: 15px auto;
    }
    
}

@media only screen and (min-width: 1500px){
    .container {
        /* max-width: 1512px;
        padding-left: 95px;
        padding-right: 95px; */
    }
    .inner-page-lists {
        margin-top: 60px;
    }
    .main-banner-contents {
        padding-bottom: 90px;
    }
    .main-banner-contents {
        padding-bottom: 62px;
    }
    .inner-page-lists ul li{
        width: 188px;
        height: 188px;
    }
    .inner-page-lists ul li a {
        font-size: 16px;
    }
    .header-wrap {
        padding: 30px 0;
    }
    .header-wrap ul.navbar-nav{
        gap: 42px;
    }
    .main-banner-contents > h1{
        font-size: 56px;
        margin-bottom: 38px;
    }
    .shareholders-sections .world-hayleys-boxes,
    .employees-sections .world-hayleys-boxes {
        margin-right: 0;
        margin-left: 0;
        padding: 0 0;
        overflow: visible;
        justify-content: center;
    }

}

@media only screen and (min-width: 1920px){
    .inner-page-lists{
        margin-top: 110px;
    }
    .main-banner-contents {
        padding-bottom: 90px;
    }
    .yml-modal .modal-dialog {
        margin: 0 auto;
        align-items: center;
    }
    .yml-modal .modal-body .tab-content .tab-pane {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .approach-report-circles {
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 1300px){
    
}

@media only screen and (max-width: 1200px){
    .container { 
        padding-left: 30px;
        padding-right: 30px;
    }
    button.navbar-toggle{
        display: flex !important;
    }
    .header-wrap {
        top: 0;
        padding: 15px 0;
        height: auto;
        position: fixed;
    }
    .header-wrap .navbar-collapse {
        /* background: #ffffff; */
        background: linear-gradient(50deg, rgb(29 35 92) -5.81%, rgb(16 19 44) 91.19%);
        position: fixed;
        display: block;
        z-index: -1;
        top: 0;
        right: 0;
        width: 42%;
        height: 100vh;
        transition: .7s ease;
        transform: translate(100%,0);
        padding: 32px 35px 30px;
    }
    .header-wrap .navbar-collapse.open {
        transform: translate(0,0);
    }
    header ul.navbar-nav {
        width: 100%;
        float: unset;
        padding-top: 35px;
        align-items: start !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .header-wrap .navbar .collapse ul li {
        /* padding: 10px 0; */
    }
    .header-wrap .navbar .collapse ul li a {
        font-size: 20px;
    }
    .header-wrap .navbar .collapse ul li a:before,
    .header-wrap .navbar .collapse ul li a:after{
        display: none;
    }
    .header-wrap.scrolled .navbar .collapse ul li a {
        color: #ffffff;
    }
    body.menu-opened .header-wrap {
        background: transparent !important;
    }
    body{
        position: relative;
    }
    body:before {
        content: '';
        position: absolute;
        width: 58%;
        /* height: 100vh; */
        height: 100%;
        /* background: linear-gradient(50deg, rgb(16 19 44 / 14%) -5.81%, rgb(29 35 92 / 61%) 91.19%); */
        background: #00000052;
        top: 0;
        left: 0;
        transform: translate(-100%,0);
        z-index: 9999999;
        transition: .7s;
        backdrop-filter: blur(5px);
    }
    body.menu-opened:before{
        transform: translate(0,0);
    }
    button#mob-menu-btn {
        width: 28px;
        height: 28px;
        padding: 0 !important;
    }
    .header-wrap nav.navbar {
        justify-content: space-between;
    }
    .hamburg-logo{
        display: block;
    }


    .inner-page-lists ul li {
        width: 140px;
        height: 140px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .inner-page-lists ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .approach-report-scroll {
        /* overflow-x: auto;
        width: -webkit-fill-available;
        margin-right: -30px;
        margin-left: -30px; */
    }
    .approach-report-circles {
        /* justify-content: start; */
        justify-content: center;
        gap: 70px;
        /* width: max-content;
        overflow-x: scroll;
        padding: 50px 85px 75px 80px; */
        transform: scale(0.7);
        margin-top: 0;
        margin-bottom: -70px;
    }
    .page-title-content h1:before {
        width: 130px;
        height: 130px;
        left: -82px;
    }
    .ar-circle {
        min-width: 259px;
        flex: 0 0 auto;
    }
    .wh-box {
        padding: 60px 28px 40px;
        width: 215px;
        min-width: 215px;
        height: 300px;
        font-size: 24px;
        line-height: 30px;
    }
    .wh-count {
        font-size: 58px;
        line-height: 50px;
    }
    .wh-count span {
        font-size: 38px;
    }
    .wh-count sup {
        font-size: 35px;
    }
    .world-hayleys-boxes {
        gap: 25px;
    }
    .our-year-circle {
        width: 220px;
        min-width: 220px;
        height: 220px;
    }
    .our-year-circles {
        gap: 28px;
    }
    .leadership-governance-blocks {
        flex-direction: column;
    }
    .you-may-like-block {
        padding-top: 32px;
    }
    .you-may-like-points {
        flex-direction: unset;
        gap: 15px;
        overflow-x: scroll;
        width: auto;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px 15px 30px;
    }
    .yml-tab-btn {
        width: 270px;
        min-width: 270px;
        min-height: 112px;
    }
    .yml-modal .modal-content {
        padding: 48px 30px 40px 35px;
        width: 94%;
        height: 92%;
    }
    .yml-modal .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .yml-modal .modal-body .tab-content {
        width: 70%;
        padding-right: 25px;
    }
    .yml-modal .modal-body .you-may-like-block {
        width: 30%;
    }
    .yml-tab-btn {
        width: 268px;
        min-width: 268px;
        min-height: 82px;
        font-size: 20px;
        line-height: 28px;
        padding: 25px 55px 25px 18px;
    }
    .modal-tab-buttons {
        gap: 15px;
    }
    .yml-tab-btn:before {
        width: 12px;
        height: 22px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        left: unset;
        right: 28px;
        transform: rotate(180deg);
    }
    .cg-details {
        width: 380px;
        min-width: 380px;
    }
    .cg-highlights h4 {
        margin-left: 45px;
    }
    .cg-highlight-points {
        padding-left: 0;
    }
    .cg-highlight-points ul li {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
    }
    .vc-single-circle {
        width: 210px;
        min-width: 210px;
        height: 210px;
        font-size: 22px;
        line-height: 26px;
    }
    .vc-circles {
        justify-content: start;
        gap: 18px;
        overflow-x: scroll;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px 20px 30px;
        overflow-y: hidden;
    }
    .strategy-circles {
        /* justify-content: start; */
        gap: 5px;
        /* overflow-x: scroll;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px 20px 42px;
        overflow-y: visible; */
    }
    .strategy-single-circle {
        padding: 28px 22px 38px 22px;
        width: 190px;
        min-width: 190px;
        height: 190px;
    }
    .strategy-single-circle span {
        font-size: 18px;
        line-height: 25px;
    }
    .strategy-single-circle button {
        bottom: 22px;
    }
    .strategy-single-circle button span {
        font-size: 15px;
        line-height: 25px;
    }
    .strategy-single-details {
        width: 300px;
        padding: 95px 22px 40px 22px;
    }
    .strategy-single-details ul li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .strategy-single-details ul li span {
        font-size: 18px;
        line-height: 45px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
    }
    .strategy-det-values span {
        font-size: 32px;
        line-height: 36px;
    }
    .strategy-det-values {
        font-size: 15px;
        line-height: 20px;
        width: 50%;
    }
    .har-table-col-2 {
        width: 28%;
    }
    .har-table-col-3 {
        width: 47%;
    }
    .har-table-col-1 h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .har-table-body .har-table-col-3 {
        padding: 25px 25px 25px 15px;
    }
    .har-table-1:after {
        top: -85px;
        right: -100px;
    }
    .har-table-col-1 a, .har-table-col-3 a {
        padding: 0 10px;
        font-size: 14px;
    }
    .har-table-2 .har-table-col-2 {
        width: 40%;
        padding: 25px 30px 25px 28px;
    }
    .har-table-2 .har-table-col-3 {
        width: 35%;
    }
    .har-table-value h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .har-table-value span {
        font-size: 27px;
        line-height: 32px;
    }
    .har-table-row ul li {
        font-size: 15px;
        line-height: 22px;
    }
    .har-report-wrap {
        margin-top: -260px;
    }
    .header-wrap ul.navbar-nav li.other-site-btn {
        margin-top: 8px;
    }
    .other-site-btn a {
        height: 45px;
        padding: 0 18px 0 18px;
    }                                       
    .har-table-3 .har-table-col-1 a {
        padding: 0 10px;
        font-size: 12px;
    }
    .bs-block a img {
        width: 100%;
    }
    .bc-block {
        padding-left: 45px;
    }
    .bc-block .value-creation-block .vc-single-circle {
        width: 185px;
        min-width: 185px;
        height: 185px;
    }
    .way-forward-boxes {
        max-width: 100%;
    }
    .sei-block img {
        width: 100%;
    }
    .strategy-single-circle-block:nth-child(1) .strategy-single-details {
        left: 70%;
    }
    .strategy-single-circle-block:nth-child(5) .strategy-single-details {
        left: 30%;
    }
    .shareholders-sections .world-hayleys-boxes,
    .employees-sections .world-hayleys-boxes {
        width: auto;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px 15px 30px;
        justify-content: start;
        overflow-x: auto;
    }
    .lg-top-circles .vc-circles {
        justify-content: center;
        overflow-x: unset;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }
    .yml-modal .modal-body .tab-pane h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .yml-modal .modal-body .you-may-like-block {
        padding-top: 10px;
    }
    .shareholders-sections .leadership-governance-contents {
        padding: 100px 0 30px;
    }
    .bs-and-bc-block {
        padding-top: 40px;
    }
    .shareholders-sections .way-forward-single-box:nth-child(4) {
        margin-top: -108px;
    }
    .hc-block a img {
        width: 100%;
    }
    .supplier-sections .wh-box {
        width: 265px;
        min-width: 265px;
    }
    .gup-sections .har-table-2 .har-table-value {
        padding-right: 12px;
    }


    
}

@media only screen and (max-width: 992px){
    .main-banner-contents {
        align-items: center;
        padding-bottom: 75px;
    }
    .inner-page-lists {
        margin-top: 50px;
    }
    .main-banner-contents > h1 {
        margin: 0;
        margin-bottom: 40px;
    }
    .inner-page-lists ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .inner-page-lists ul li {
        width: 165px;
        height: 165px;
    }
    .inner-page-lists ul li a {
        font-size: 15px;
        line-height: 22px;
    }
    header ul.navbar-nav {
        padding-top: 45px;
    }
    .header-wrap .navbar .collapse ul li a {
        font-size: 18px;
    }
    .header-wrap .navbar-collapse {
        width: 48%;
    }
    body:before {
        width: 52%;
    }
    .approach-report-scroll {
        overflow-x: auto;
        width: -webkit-fill-available;
        margin-right: -30px;
        margin-left: -30px;
    }
    .approach-report-circles {
        justify-content: start;
        transform: scale(0.85);
        margin-bottom: -50px;
        width: max-content;
        overflow-x: scroll;
        padding: 50px 55px 82px 55px;
        margin-left: -75px;
        margin-right: -70px;
        overflow-y: hidden;
    }
    .world-hayleys-boxes {
        justify-content: start;
        width: auto;
        overflow-x: scroll;
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 30px 15px 30px;
        overflow-y: hidden;
    }
    .our-year-circles {
        gap: 15px;
        justify-content: start;
        width: auto;
        overflow-x: scroll;
        margin-left: -30px;
        margin-right: -30px;
        padding: 0 30px 15px 30px;
        overflow-y: hidden;
    }
    .chairman-msg-block {
        flex-direction: column-reverse;
        width: 100%;
    }
    .chairman-msg {
        padding: 60px 40px 0 40px;
    }
    .corp-governance-contents {
        flex-direction: column;
    }
    .cg-details {
        width: 100%;
        min-width: unset;
    }
    .cg-highlights h4 {
        margin-left: 0;
        writing-mode: unset;
        text-align: center;
        width: 100%;
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 38px;
    }
    .cg-highlights {
        margin-top: 40px;
    }
    .cg-highlight-points {
        padding-left: 12px;
    }
    .corp-governance-block h3 {
        margin-bottom: 60px;
        text-align: center;
    }
    .corp-governance-block {
        padding-top: 60px;
        padding-bottom: 42px;
    }
    .cg-highlight-points ul li {
        font-size: 18px;
        line-height: 27px;
    }
    .value-creation-block {
        padding-top: 28px;
    }
    .value-creation-block a {
        margin-top: 40px;
    }
    .leadership-governance-contents {
        padding: 75px 0 65px;
    }
    .you-may-like-block h3 {
        margin-bottom: 25px;
        padding-left: 0;
    }
    .har-report-wrap {
        margin-top: -155px;
    }
    .strategy-single-circle-block:nth-child(2), .strategy-single-circle-block:nth-child(4) {
        margin-top: 0;
    }
    .strategy-single-circle-block:nth-child(1) {
        margin-top: 0;
        padding-bottom: 0;
    }
    .strategy-circles {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        overflow: unset;
        /* margin-right: 0;
        margin-left: 0;
        padding: 0; */
        padding: 0 30px 20px 30px;
    }
    .strategy-contents > div > a {
        margin-top: 55px;
    }
    .strategy-single-details {
        width: 290px;
    }
    .har-table-col-1 {
        width: 28%;
    }
    .har-table-col-2 {
        width: 30%;
    }
    .har-table-col-3 {
        width: 42%;
    }
    .har-table-body .har-table-col-1 {
        padding: 20px 20px;
    }
    .har-table-body .har-table-col-2 {
        padding: 20px 20px;
    }
    .har-table-body .har-table-col-3 {
        padding: 20px 20px 20px 18px;
    }
    .har-table-col-1 a, .har-table-col-3 a {
        padding: 0 8px;
        font-size: 12px;
        height: 35px;
    }
    .har-table-value span {
        font-size: 22px;
        line-height: 28px;
    }
    .har-table-value h6 {
        font-size: 14px;
        line-height: 22px;
    }
    .har-table-col-1 h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .har-table-3 .har-table-col-1 {
        width: 25%;
    }
    .har-table-3 .har-table-col-2 {
        width: 35%;
    }
    .har-table-3 .har-table-col-3 {
        width: 40%;
    }
    .har-table-3 .har-table-col-1 a {
        padding: 0 10px;
        font-size: 10px;
    }
    .bs-and-bc-block {
        flex-direction: column;
    }
    .bs-block {
        width: 100%;
    }
    .bc-block {
        width: 100%;
        padding-left: 0;
        padding-top: 32px;
    }
    .bc-block .value-creation-block h3 {
        text-align: center;
        margin-bottom: 42px;
    }
    .bs-block h3 {
        text-align: center;
    }
    .bc-block .value-creation-block .vc-circles {
        justify-content: start;
        gap: 18px;
        overflow-x: scroll;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px 37px 30px;
        flex-wrap: nowrap;
    }
    .bc-block .value-creation-block .vc-single-circle {
        width: 210px;
        min-width: 210px;
        height: 210px;
        font-size: 22px;
        line-height: 26px;
    }
    .way-forward-block {
        padding-top: 58px;
    }
    .way-forward-boxes {
        max-width: 85%;
        flex-direction: column;
    }
    .way-forward-single-box {
        width: 100%;
    }
    .strategy-single-circle-block:nth-child(1) .strategy-single-details {
        left: 50%;
    }
    .strategy-single-circle-block:nth-child(5) .strategy-single-details {
        left: 50%;
    }
    .world-hayleys-wrap {
        padding-top: 55px;
        padding-bottom: 50px;
    }
    .approach-report-wrap {
        padding-bottom: 50px;
    }
    .yml-modal .modal-body .yml-tab-btn {
        width: 100%;
        min-width: unset;
        min-height: 82px;
        font-size: 18px;
        line-height: 25px;
        padding: 25px 38px 25px 18px;
    }
    .yml-modal .modal-body .yml-tab-btn:before {
        right: 15px;
    }
    .yml-modal .modal-body .tab-pane h4 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .yml-modal .modal-body .you-may-like-block {
        padding-top: 10px;
    }
    .gup-sections .har-table-2 .har-table-col-2 {
        width: 47%;
    }
    .gup-sections .har-table-2 .har-table-col-3 {
        width: 30%;
    }
    .gup-sections .har-table-2 .har-table-value h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .wh-count {
        font-size: 50px;
        line-height: 50px;
    }
    .wh-box {
        width: 245px;
        min-width: 245px;
        height: auto;
        padding: 60px 28px 52px;
    }
    .lg-top-circles .vc-circles {
        justify-content: start;
        overflow-x: auto;
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 30px 28px;
    }
    .har-table-3 {
        margin-top: 42px;
    }
    .shareholders-sections .way-forward-single-box:nth-child(4) {
        margin-top: 0;
    }
.communities-sections .ar-modal-blocks {
    gap: 25px;
}
.communities-sections .ar-modal-single-block > span {
    font-size: 15px;
}
.communities-sections .our-year-contents .modal .modal-dialog,
.customer-sections .our-year-contents .modal .modal-dialog,
.employees-sections .our-year-contents .modal .modal-dialog,
.supplier-sections .our-year-contents .modal .modal-dialog {
    max-width: 95%;
}
.gup-sections .har-table-2 .har-table-col-2 {
    width: 72%;
}



}

@media only screen and (max-width: 767px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    button#mob-menu-btn {
        width: 45px;
        height: 40px;
    }
    button#mob-menu-btn span {
        width: 30px;
        height: 3px;
        left: 7px;
    }
    button#mob-menu-btn span:nth-child(1) {
        transform: translateY(-11px);
        width: 25px;
        left: 7px;
    }
    button#mob-menu-btn span:nth-child(2) {
        transform: translateY(11px);
        width: 18px;
        left: 7px;
    }
    button#mob-menu-btn.active span:nth-child(1) {
        width: 30px;
        left: 5px;
    }
    button#mob-menu-btn.active span:nth-child(2) {
        width: 30px;
        left: 5px;
    }
    .header-wrap .navbar-collapse {
        width: 72%;
    }

    .landing-main-contents {
        /* padding: 50px 0 85px; */
        padding: 50px 0 120px;
    }
    .landing-main-contents-block h3 {
        font-size: 35px;
    }
    .landing-main-contents-block p {
        font-size: 13px;
        margin-bottom: 55px;
    }
    .landing-main-contents-block a {
        font-size: 10px;
        font-weight: 600;
    }
    .inner-page-lists ul li {
        width: 130px;
        min-width: 130px;
        height: 130px;
    }
    .main-banner-contents > p {
        font-size: 14px;
        line-height: 24px;
        max-width: unset;
    }
    .main-banner-contents > h1 {
        font-size: 38px;
        margin-bottom: 28px;
    }
    .inner-page-lists ul li a {
        font-size: 12px;
        line-height: 20px;
        gap: 7px;
    }
    .inner-page-lists ul {
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px 22px 20px;
        gap: 15px;
    }
    .inner-page-lists {
        margin-top: 42px;
        width: 100%;
    }
    /* .inner-page-lists ul::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    } */
    .inner-page-lists ul::-webkit-scrollbar
    {
        height: 3px;
        background-color: transparent;
    }
    .inner-page-lists ul::-webkit-scrollbar-thumb
    {
        /* background: linear-gradient(55deg, rgba(53, 76, 178, 0.885) 38.27%, rgba(53, 76, 178, 0.852) 79.6%); */
    }
    body:before {
        width: 22%;
    }
    .header-wrap .navbar-collapse {
        width: 78%;
        z-index: 1;
        padding: 22px 30px 30px;
    }
    button#mob-menu-btn {
        z-index: 2;
    }
    .header-wrap {
        padding: 8px 0;
    }

    .page-title-content h1 {
        font-size: 35px;
    }
    .page-title-content h1:before {
        width: 100px;
        height: 100px;
        left: -65px;
    }
    .page-title-wrap {
        padding-bottom: 65px;
    }
    .approach-report-content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .approach-report-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .ar-circle {
        min-width: 180px;
        width: 180px;
        height: 180px;
        padding: 25px 22px;
        font-size: 18px;
        line-height: 28px;
        margin-top: 40px !important;
        margin-bottom: 85px !important;
    }
    .ar-circle:before {
        width: 240px;
        height: 240px;
    }
    .ar-circle:after {
        transform: scale(0.55);
    }
    .ar-circle:nth-child(1):after, #ar-modal-1 .modal-body:before {
        top: -50px;
        left: -38px;
    }
    .approach-report-circles {
        transform: unset;
        padding: 32px 60px 0 60px;
        margin-left: 0;
        margin-right: 0;
        gap: 75px;
        margin-bottom: 0;
    }
    .ar-circle:nth-child(2),
    .ar-circle:nth-child(3),
    .ar-circle:nth-child(4) {
        margin-top: 0;
    }
    .approach-report-wrap {
        padding-bottom: 0;
    }
    .world-hayleys-content h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .world-hayleys-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .ar-circle:nth-child(1):hover:after {
        transform: translate(20px, 0) rotate(15deg) scale(0.55);
    }
    .ar-circle:nth-child(2):hover:after {
        transform: translate(10px, 0) rotate(-8deg) scale(0.55);
    }
    .ar-circle:nth-child(3):hover:after {
        transform: translate(18px, 0) rotate(-5deg) scale(0.55);
    }
    .ar-circle:nth-child(4):hover:after {
        transform: translate(-10px, 0) rotate(8deg) scale(0.55);
    }
    .world-hayleys-content:before {
        width: 150px;
        height: 150px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        top: 170px;
        left: -27%;
    }
    .world-hayleys-content:after {
        width: 110px;
        height: 140px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        top: -75px;
        right: -10%;
    }
    .wh-count {
        font-size: 38px;
        line-height: 40px;
    }
    .wh-box {
        /* padding: 40px 22px 35px; */
        padding: 40px 22px 40px;
        width: 170px;
        min-width: 170px;
        /* height: 220px; */
        height: auto;
        font-size: 20px;
        line-height: 25px;
    }
    .shareholders-sections .wh-box {
        padding: 40px 15px 40px;
    }
    .shareholders-sections .wh-count {
        font-size: 35px;
    }
    .wh-count span {
        font-size: 32px;
    }
    .wh-count sup {
        font-size: 30px;
    }
    .world-hayleys-boxes {
        margin-top: 35px;
    }
    .world-hayleys-wrap {
        padding-bottom: 35px;
    }
    .our-year-wrap {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .our-year-contents h2 {
        font-size: 35px;
        margin-bottom: 38px;
    }
    .our-year-circle {
        width: 170px;
        min-width: 170px;
        height: 170px;
        font-size: 32px;
        line-height: 30px;
        padding: 35px 20px 25px;
    }
    .our-year-circle span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .our-year-circle button {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }
    .our-year-contents .modal .modal-dialog {
        margin: auto;
    }
    .our-year-contents .modal .modal-content {
        width: 94%;
        height: auto;
        padding: 25px 22px 25px;
    }
    .our-year-contents .modal .modal-body h3 {
        font-size: 28px;
        line-height: 38px;
        width: 88%;
    }
    .our-year-contents .modal .modal-content > button {
        top: 52px;
        right: 30px;
        width: 22px;
        height: 22px;
    }
    .ar-modal-count {
        font-size: 40px;
        line-height: 48px;
    }
    .ar-modal-count span {
        font-size: 35px;
    }
    .ar-modal-count sup {
        font-size: 32px;
    }
    .ar-modal-single-block > span {
        font-size: 14px;
        line-height: 24px;
        margin-top: 8px;
    }
    .ar-modal-single-block {
        padding-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #F490B3 !important;
    }
    .ar-modal-single-block:last-child{
        border-bottom: none !important;
    }
    .ar-modal-blocks {
        margin-top: 32px;
        gap: 22px;
    }
    .our-year-contents > div a,
    .chairman-msg a,
    .value-creation-block a,
    .strategy-contents > div > a,
    a.table-report-down-button {
        height: 42px;
        padding: 0 25px;
        font-size: 15px;
        line-height: 25px;
    }
    .our-year-contents > div a {
        margin-top: 50px;
    }
    .leadership-governance-wrap {
        padding-top: 20px;
    }
    .leadership-governance-contents:before {
        /* width: 100%; */
        width: 110.5%;
        /* left: 0; */
        left: -5.5%;    
    }
    .leadership-governance-contents {
        padding: 48px 0 0;
    }
    .leadership-governance-contents > div > h2 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .chairman-msg h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
        text-align: center;
    }
    .chairman-msg {
        padding: 40px 25px 0 25px;
    }
    .chairman-msg p {
        font-size: 18px;
        line-height: 26px;
    }
    .chairman-msg a {
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        margin-top: 30px;
        height: auto;
        padding: 8px 25px;
        line-height: 23px;
    }
    .chairman-pic img {
        width: 100%;
    }
    .chairman-name {
        bottom: 25px;
        left: 25px;
        min-width: 265px;
        padding: 18px 20px 15px;
    }
    .chairman-name h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .chairman-name span {
        font-size: 14px;
        line-height: 30px;
    }
    .you-may-like-points{
        display: none;
    }
    .yml-tabs-mobile{
        display: flex;
    }
    .yml-modal .tab-pane {
        display: block;
    }
    .yml-modal .modal-content {
        padding: 45px 30px 40px 30px;
        width: 94%;
        height: auto;
    }
    .yml-modal .modal-body {
        padding: 0;
    }
    .yml-modal .modal-body .tab-content {
        width: 100%;
        padding-right: 0;
    }
    .yml-modal .modal-body .tab-pane h4 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 25px;
        width: 92%;
    }
    .yml-modal .modal-body .tab-pane ul {
        gap: 12px;
        padding-left: 18px;
    }
    .yml-modal .modal-body .tab-pane ul li {
        font-size: 15px;
        line-height: 25px;
    }
    .yml-modal .modal-content > button {
        top: 28px;
        right: 28px;
    }
    .yml-tab-btn {
        width: 225px;
        min-width: 225px;
        min-height: 75px;
        font-size: 18px;
        line-height: 22px;
        padding: 15px 40px 15px 22px;
        border-radius: 18px;
    }
    .yml-tab-btn:before {
        width: 10px;
        height: 20px;
    }
    #ymlModal{
        display: none !important;
    }
    .corp-governance-block {
        padding-top: 48px;
        padding-bottom: 30px;
    }
    .corp-governance-block h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 45px;
    }
    .cg-details {
        padding: 40px 28px 38px 28px;
    }
    .cg-details p {
        font-size: 20px;
        line-height: 30px;
    }
    .cg-highlights h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .cg-highlight-points ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .cg-highlight-points {
        padding-left: 10px;
    }
    .value-creation-block h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 28px;
    }
    .value-creation-block {
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .vc-single-circle {
        width: 165px;
        min-width: 165px;
        height: 165px;
        font-size: 17px;
        line-height: 22px;
        box-shadow: 10px 13px 10px 0px rgba(0, 0, 0, 0.17);
    }
    .vc-circles {
        gap: 15px;
    }
    .value-creation-block a {
        margin-top: 25px;
    }
    .har-table-layout{
        display: none;
    }
    .har-accordion-mobile-layout {
        margin-top: 30px;
        display: block;
    }
    .har-accordion-mobile-layout > div > h4 {
        color: #D5D5D5;
        font-family: 'Lab Antiqua Small Condensed';
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.54px;
        text-align: center;
        margin-bottom: 22px;
    }
    .har-accordion-mobile-layout .accordion h2{

    }
    .har-accordion-mobile-layout .accordion h2 button{
        background: rgba(232, 241, 250, 0.90);
        color: #1F376E;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.5px;
        border-radius: 10px !important;
    }
    .har-accordion-mobile-layout .accordion-body > h5{
        color: #696a6e;
        font-family: 'Lab Antiqua Small Condensed';
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.54px;
        margin-bottom: 12px;
        margin-top: 22px;
    }
    .har-accordion-mobile-layout .accordion-body > h5:first-child{
        margin-top: 0;
    }
    .har-accordion-mobile-layout .accordion-body {
        background: rgba(209, 228, 243, 0.90);
        padding-bottom: 30px;
        border-radius: 0 0 10px 10px;
    }

    .har-acc-contents{

    }
    .har-acc-contents ul {
        padding-left: 18px;
    }
    .har-acc-contents ul li{
        color: #1F376E;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .har-accordion-mobile-layout .har-table-values {
        border-right: none;
    }
    .har-accordion-mobile-layout .accordion-item{
        border: none !important;
        margin-bottom: 15px;
        background: transparent;
        border-radius: 0 !important;
    }
    .har-accordion-mobile-layout .accordion-item:last-child{
        margin-bottom: 0;
    }
    .har-accordion-mobile-layout .accordion h2 button[aria-expanded="true"] {
        border-radius: 10px 10px 0 0 !important;
    }
    .har-accordion-mobile-layout .accordion-body > a {
        width: fit-content;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.40);
        backdrop-filter: blur(11.5px);
        color: #303030;
        text-align: center;
        font-family: Inter;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 22px;
    }
    .har-accordion-2 .har-table-values {
        display: flex;
        flex-wrap: wrap;
    }
    .har-accordion-2 .har-table-values .har-table-value {
        width: 50%;
        margin-top: 15px;
    }
    .har-accordion-2 .har-table-values .har-table-value:first-child,
    .har-accordion-2 .har-table-values .har-table-value:nth-child(2) {
        margin-top: 0;
    }
    .har-table-content-single {
        margin-top: 50px;
    }
    .strategy-contents h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .strategy-contents p {
        font-size: 14px;
        line-height: 24px;
    }
    .strategy-single-circle {
        padding: 25px 15px 30px 15px;
        width: 175px;
        min-width: 175px;
        height: 175px;
    }
    .strategy-single-circle span {
        font-size: 16px;
        line-height: 24px;
    }
    .strategy-single-circle button {
        bottom: 18px;
    }
    .strategy-single-circle button span {
        font-size: 14px;
        line-height: 24px;
    }
    .strategy-single-details {
        width: 275px;
        top: 90px;
        padding: 92px 20px 35px 20px;
    }
    .strategy-single-circle-block:nth-child(Odd) .strategy-single-details{
        left: 70%;
    }
    .strategy-single-circle-block:nth-child(Even) .strategy-single-details{
        left: 30%;
    }
    .strategy-single-details ul li {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
        align-items: start;
    }
    .strategy-single-details ul li span {
        font-size: 14px;
        line-height: 27px;
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
        position: relative;
        top: -4px;
    }
    .strategy-single-det-top {
        margin-bottom: 30px;
    }
    .strategy-det-values {
        font-size: 13px;
        line-height: 18px;
    }
    .strategy-det-values span {
        font-size: 26px;
        line-height: 32px;
    }
    .strategy-single-circle button img {
        width: 15px;
    }
    .strategy-single-circle-block:nth-child(5) .strategy-single-details {
        left: 50%;
    }
    .strategy-contents > div > a {
        margin-top: 32px;
    }
    .strategy-wrap > img {
        width: 100%;
        margin-top: 0;
        height: 350px;
        object-fit: cover;
    }
    .har-report-wrap {
        margin-top: -130px;
    }
    .har-table-content-single > div > h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .har-table-content-single > div > p {
        font-size: 14px;
        line-height: 24px;
    }
    footer:before {
        width: 100%;
        height: 400px;
        background-size: cover !important;
        top: 0;
    }
    .footer-bottom img {
        height: 250px;
        object-fit: cover;
    }
    footer {
        margin-top: 150px;
    }
    .footer-contents:after {
        width: 150px;
        height: 155px;
        top: -150px;
        left: 0;
    }
    .footer-contents:before {
        width: 105px;
        height: 155px;
        top: -105px;
        right: -10px;
    }
    .footer-bottom:before {
        width: 150px;
        height: 125px;
        top: -45px;
        left: 50%;
    }
    .back-to-top {
        bottom: 20px;
        right: 20px;
    }
    .footer-copyrights {
        margin-top: 0;
        padding: 0 20px;
        bottom: 42px;
    }
    header.header-wrap.scrolled {
        padding: 5px 0;
    }
    .har-acc-3-head {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
    }
    .har-acc-3-head span {
        color: #696a6e;
        font-family: 'Lab Antiqua Small Condensed';
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0.54px;
    }
    .har-acc-3-head span:nth-child(1) {
        width: 62%;
    }
    .har-acc-3-head span:nth-child(2) {
        width: 38%;
    }
    .bc-block .value-creation-block .vc-circles {
        gap: 15px;
    }
    .bc-block .value-creation-block .vc-single-circle {
        width: 165px;
        min-width: 165px;
        height: 165px;
        font-size: 17px;
        line-height: 22px;
        box-shadow: 10px 13px 10px 0px rgba(0, 0, 0, 0.17);
    }
    .bc-block .value-creation-block h3 {
        margin-bottom: 32px;
    }
    .way-forward-block {
        padding-top: 40px;
    }
    .way-forward-block h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 38px;
    }
    .way-forward-boxes {
        max-width: 100%;
        gap: 20px;
    }
    .way-forward-single-box h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 28px;
    }
    .way-forward-single-box ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 14px;
    }
    .sei-block {
        padding-top: 55px;
    }
    .sei-block h3 {
        margin-bottom: 25px;
    }
    .strategy-circles {
        padding: 0 0 20px 0;
    }
    .strategy-contents:after {
        width: 190px;
        height: 130px;
        bottom: 200px;
        right: -40px;
    }
    .ar-percent {
        font-size: 25px;
        line-height: 32px;
        margin-top: 0;
    }
    .har-table-value h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .shareholders-sections .leadership-governance-contents {
        padding: 48px 0 0;
    }
    .lg-top-circles {
        padding-bottom: 25px;
    }
    .bs-and-bc-block {
        padding-top: 32px;
    }
    .communities-sections #oy-modal-4 .ar-modal-blocks {
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .communities-sections #oy-modal-4 .ar-modal-single-block {
        padding: 12px 20px;
    }
    .hc-block h3 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 25px;
    }
    .hc-block h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .hc-block {
        padding: 35px 0 50px;
    }
    .employees-sections .our-year-wrap {
        padding-top: 50px;
    }
    .shareholders-sections .bs-and-bc-block {
        padding-bottom: 0;
    }
    
}

@media only screen and (max-width: 425px){

}

@media only screen and (min-width: 391px) and (max-width: 425px){

}

@media only screen and (max-width: 390px){
    .page-title-content h1:before {
        left: -52px;
    }
    .strategy-single-circle {
        width: 160px;
        min-width: 160px;
        height: 160px;
    }
    .strategy-single-circle-block:nth-child(Odd) .strategy-single-details {
        left: 75%;
    }
    .strategy-single-circle-block:nth-child(Even) .strategy-single-details {
        left: 25%;
    }
    .strategy-single-details {
        padding: 85px 20px 35px 20px;
    }
    .strategy-single-circle-block:nth-child(5) .strategy-single-details {
        left: 50%;
    }
    .our-year-contents .modal .modal-dialog {
        align-items: start;
    }

}

@media only screen and (max-width: 375px){
    .inner-page-lists {
        margin-top: 30px;
    }
    .main-banner-contents {
        padding-bottom: 25px;
    }
    .main-banner-contents > p {
        font-size: 13px;
        line-height: 21px;
    }
    .leadership-governance-contents:before {
        width: 112%;
        left: -6%;
    }
    .strategy-single-circle {
        width: 160px;
        min-width: 160px;
        height: 160px;
    }
    .strategy-single-details {
        padding: 75px 20px 35px 20px;
    }





}

@media only screen and (max-width: 360px){
    .page-title-content h1:before {
        left: -42px;
    }
    .our-year-contents .modal .modal-content {
        padding: 22px 12px 5px;
    }
    .leadership-governance-contents:before {
        width: 113%;
        left: -6.5%;
    }
    .strategy-single-circle {
        width: 152px;
        min-width: 152px;
        height: 152px;
    }
    .strategy-single-circle span {
        font-size: 15px;
        line-height: 20px;
    }
    .strategy-single-circle button {
        bottom: 15px;
    }
    .strategy-single-circle-block:nth-child(Odd) .strategy-single-details {
        left: 85%;
    }
    .strategy-single-circle-block:nth-child(Even) .strategy-single-details {
        left: 15%;
    }
    .strategy-single-circle-block:nth-child(5) .strategy-single-details {
        left: 50%;
    }



}

