@media(max-width:1300px) {
    .site-header__nav ul li a {
        padding: 12px 30px 12px 12px;
    }
    .site-header__logo img {
        max-width: 100px;
    }
    .site-header__nav ul li {
        margin: 20px 0;
    }

    .site-header__nav ul {
        gap: 5px;
    }

    .module__our-business {
        padding: 103px 0px 103px;
    }

    .enquiry-from {
        max-width: calc(100% - 50px);
    }

    .copy-right {
        font-size: 14px;
    }

    .related-tab {
        max-width: calc(32% - 16px);
    }

    .top-desc {
        padding: 40px;
    }
}

@media(min-width:1014px) {
    .site-header__nav ul li {
        overflow: hidden;
    }

    .site-header__nav ul li:hover {
        overflow: visible;
    }

    .site-header__nav ul li:hover .sub-menu {
        opacity: 1;
    }

    .site-header__nav ul li a:hover,
    .site-header__nav ul li a:active,
    .site-header__nav ul li a:focus,
    .site-header__nav ul li a.active {
        color: #034187 !important;
        background: #F2F4F7;
        border-radius: 32px;
    }

    .site-header__nav ul li a:hover svg,
    .site-header__nav ul li a:active svg,
    .site-header__nav ul li a:focus svg,
    .site-header__nav ul li a.active svg {
        transform: rotate(-180deg);
        transition: all 0.3s ease-in;
    }

    .site-header__nav ul li a:hover svg path,
    .site-header__nav ul li a:active svg path,
    .site-header__nav ul li a:focus svg path,
    .site-header__nav ul li a.active svg path {
        stroke: #034187 !important;
    }
}

@media(max-width:1015px) {
    .mob-menu {
        display: block;
    }

    .site-header .row {
        height: 75px;
    }

    .site-header__nav ul li {
        margin: 0;
    }

    .site-header__nav ul {
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100vh;
        left: -100%;
        top: 73px;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;

        transition: all 0.3s ease-in;
    }

    header.active .site-header__nav ul {
        left: 0;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    }

    .site-header__nav ul li a svg {
        display: none;
    }

    .site-header__nav ul li {
        width: 100%;
    }

    li.menu-item-has-children:after {
        content: '+';
        position: absolute;
        height: 26px;
        width: 26px;
        background: #F9FAFB;
        right: 0;
        top: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header__nav ul li a {
        padding: 10px;
    }

    .module__hero {
        margin-top: 75px;
    }

    .module__our-story-content {
            flex: unset;
    padding: 0 20px;
    max-width: 540px;
    width: 100%;
    }

    .module__our-story-media {
        flex: unset;
    padding: 0;
    max-width: 520px;
    width: 100%;
    }

    .module__our-story--wrapper {
        margin: 0;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .module__our-story {
        padding-top: 50px;
    }

    .btn-margin-48 {
        margin-top: 10px;
    }

    .module__our-business__wrapper {
        flex-flow: unset;
        margin: 0 -12px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .module__our-business {
        padding: 53px 0px;
    }

    .module__our-business__intro-col {
        padding-right: 0;
        margin-bottom: 25px;
        flex: unset;
    }

    .module__our-business__list {
        flex: 0 0 50%;
    }

    .module__press-room--wrapper__top,
    .module__press-room {
        padding-bottom: 55px;
    }

    .module.module__press-room .module__press-room--wrapper__list {
        flex: unset;
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .module.module__press-room .module__press-room--wrapper__lists {
        display: flex;
        flex-flow: column;
        margin-bottom: 100px;
        flex-direction: column;
    }

    .module__press-room--wrapper__list--media {
        flex-basis: 100%;
        margin-right: 0;
    }

    .contact-banner {
        min-height: 445px;
        background-size: cover;
    }


}

@media(max-width:991px) {
    .sticky-nav{
        top: 75px;
    }
    .site-header__nav ul{
        justify-content: flex-start;
    }
    .site-header__nav ul li{
        padding: 0px;
    }
    .module__hero--slide-content h2 {
        font-size: 50px;
        line-height: 72px;
    }
    .module__hero--slide-content h3{
        font-size: 36px;
    }
    .module__hero .slick-arrow {
        display: none !important;
    }
    .site-footer__bottom--lists {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .module__hero--slide--content,.module__hero {
        height: calc(100vh - 80px);
    }
    .sm-bg-grey {
        background: var(--bg-grey);
    }

    .tabs-wrp {
        justify-content: center;
    }

    ul.tabs.mxs {
        flex-direction: column;
        padding: 0;
        box-shadow: none;
        border-radius: 2px;
        position: relative;
        min-width: 100px;
        width: 100%;
    }

    ul.tabs.mxs:after {
        position: absolute;
        content: '';
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        background: url(../images/arr-dwn-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
        transition: all 0.3s ease-in;
    }
    ul.tabs.mxs.menu-open:after {
        transform: rotate(180deg);
    }
    li.tab-link {
        width: 100%;
        text-align: left;
        padding: 10px 16px;
    }
    .bromic-group-wrapper .tab-wrapper {
        padding-bottom: 25px;
    }
    .bromic-group-wrapper {
        padding-top: 35px;
    }
    .tab-content .around-the-world-desc-wrp h4{
        order: 2;
    }
    .tab-content .around-the-world-desc-wrp p{
            order: 1;
    }
    .tab-content .around-the-world-desc-wrp{
        display: contents;
    }
    li.tab-link.active,
    li.tab-link:hover {
        background: #0B233F;
        color: #fff;
        box-shadow: none;
    }

    li.tab-link.active a,
    li.tab-link:hover a {
        color: #fff;
    }

    .time-link {
        flex-direction: column;
        gap: 25px;
    }

    .view-more-with-arrow a {
        word-break: break-all;
    }

    .top-banner .bg-img {
        width: 50vw;
    }

    .top-desc {
        width: 50vw;
        padding: 20px;
        gap: 25px;
    }
    ul.tabs.mxs.menu-open {
    padding-top: 50px;
    }
    ul.tabs.mxs.menu-open li.tab-link {
        position: relative;
    }
    ul.tabs.mxs.menu-open li.tab-link.active {
        top: 0;
        position: absolute;
    }
    .slick-list .module__press-room--wrapper__list--media .media-wrapper {
        height: 400px;
        max-width: 100%;
        width: 100%;
    }
    .slick-list .module__press-room--wrapper__list--media img{
        height: 400px;
    }
}

@media(max-width:767px) {
    #slidermenu .slick-track {
        display: flex !important;
    }
    #slidermenu button.slick-prev.slick-arrow {
        display: none !important;
    }
    .quick-menu-tabs a{
        padding: 17px 20px;
        display: flex !important;
        align-items: center;
        margin: 0 5px;
    }
    #slidermenu button.slick-next.slick-arrow {
        width: 26px;
        height: 26px;
        background: #083C76;
        box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
        border-radius: 50%;
        border: 1px solid transparent;
        position: absolute;
        font-size: 0;
        top: 15px;
        right: 5px;
    }
    #slidermenu button.slick-next.slick-arrow:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: url(https://bromicgroupstg.wpengine.com/wp-content/uploads/2023/05/Icon-1.svg);
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
    }
/* #slidermenu a.active {
    order: -1;
}
#slidermenu {
    overflow: auto;
} */
.quick-menu-tabs #slidermenu .owl-nav .owl-prev {
display:none;
}
    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

    .module__our-story-media,
    .module__our-story-content {
         flex: unset;
        padding: 0;
        width: 100%;
    }

    .module__our-story-media img {
        max-width: 767px;
        width: 100%;
    }

    .site-footer__top--wrapper {
        flex-direction: column;
        gap: 41px
    }

    .site-footer__top--link-lists ul {
        flex-wrap: wrap;
    }

    .site-footer__top--link-lists ul li {
        padding: 0 15px;
    }

    .site-footer__bottom--lists {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .site-footer__bottom--lists img {
        max-width: 80px;
    }

    .site-footer__bottom--lists ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .site-footer__top {
        margin-bottom: 35px;
    }

    .contact-banner {
        min-height: 445px;
        background-size: cover;
    }

    .banner-title {
        justify-content: center;
        text-align: center;
        padding: 0 50px;
    }

    .quick-menu-tabs a {
        min-width: 160px;
    }

    .quick-menu-tabs {
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .banner-title h1 {
        font-size: 36px;
        line-height: 40px;
        margin: 0;
    }

    .intro_info {
        padding-top: 32px;
    }

    .intro-quote {
        padding: 16px 0;
    }

    .intro-desc {
        padding: 32px 0;
    }

    .intro-desc h2,
    .intro-desc h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 7px;
    }

    .introduction {
        padding-bottom: 0px;
        overflow: hidden;
    }
    .bromic-group-slide{
        margin:40px 0;
        height: 272px;
    }
    .bromic-group-slide img {
        height: 272px !important;
        object-fit: cover;
    }
    section.related-page.sm-dark {
    padding-top: 30px;
    }
    section.related-page.sm-dark .common-title-center+.tabs-wrp {
        margin-top: 30px;
    }
    .intro-quote.side-border p {
        font-size: 20px;
        line-height: 30px;
    }

    .mb-5 {
        margin-bottom: 48px !important;
    }

    .intro-vid {
        height: 343px;
    }

    .play-title h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .play-title p {
        font-size: 16px;
        line-height: 24px;
    }

    .common-title-center h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .sm-dark {
        background: #F2F4F7;
    }

    .sm-dark .related-tab {
        background: #fff;
        padding: 12px 12px 24px;
        margin: 0 auto;
    }

    .related-tab.related-tab-sm {
        margin: 0 auto;
    }

    .related-tab h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .sm-dark .related-tab p {
        border-bottom: none;
        margin-bottom: 0;
    }

    .tabs-navigation {
        flex-wrap: wrap;
        gap: 30px;
    }

    .prev-btn {
        order: 2;
        width: 40%;
    }

    .next-btn {
        order: 3;
        width: 40%;
    }

    .tabs-paginations {
        width: 100%;
        text-align: center;
    }

    .related-tab p {
        margin-bottom: 0px;
    }

    .video-frame {
        margin-bottom: 25px;
    }

    .tabs-wrp {
        margin-top: 30px;
    }

    .sm-btn {
        display: flex;
    }

    .mob-slide .owl-dots {
        bottom: -70px;
        background: #fff;
    }

    .mob-slide+.sm-btn {
        margin-top: 75px;
        justify-content: center;
    }
    .tabs-wrp.mob-slide.owl-carousel.owl-loaded.owl-drag+.sm-btn {
        margin-top: 35px;
    }

    .mob-slide .btn.btn-light.blue {
        max-width: 100%;
        width: 100%;
    }

    /* contact */
    .country-card {
        width: 343px;
    }

    .country-wrapper {
        justify-content: center;
    }

    .country-wrapper {
        padding-bottom: 50px;
    }

    .country {
        padding-bottom: 10px;
    }

    .contact-form {
        flex-direction: column;
        padding: 15px 0 95px;
    }

    .enquiry-from-wrp {
        width: 100%;
    }

    .enquiry-img-wrp {
        display: none;
    }

    .w50 .form-group {
        max-width: 50%;
    }

    .enquiry-from {
        max-width: 100%;
        padding: 0 40px;
    }

    .featrue-title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .featrues-tabs-wrap {
        padding: 20px 0;
    }

    .tab-wrap h4 {
        margin-bottom: 20px;
    }

    .tab-wrap {
        padding: 40px 24px;
        max-width: 767px;
    }

    .tab-wrap p {
        margin-bottom: 0;
    }

    .tab-wrap::after {
        top: 20px;
    }

    /* who we are */
    .top-banner {
        flex-direction: column;
    }

    .top-banner .bg-img,
    .top-banner .bg-img img {
        height: 367px;
        width: 100%;
    }

    .top-desc {
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        padding: 35px 15px;
        width: 100%;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .top-desc h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .intro-img img:nth-child(1),
    .intro-img img:nth-child(2),
    .intro-img img {
        height: 272px;
    }

    .top-desc p,
    .top-desc h1 {
        max-width: 100%;
    }

    /* brand-news */
    .news-list {
        flex-direction: column;
        padding: 0;
        background: none;
    }

    .news-img img,
    .news-img {
        max-width: 100%;
        min-height: 310px;
    }

    /* around-the-world */
    .tab-con-wrp {
        flex-direction: column-reverse;
    }

    .around-the-world-desc-wrp,
    .around-the-world-img-wrp {
        width: 100%;
    }

    .around-the-world-img-wrp img {
        height: 405px;
        width: 100%;
    }

    .around-the-world-feature-tabs {
        flex-direction: column;
    }

    .around-the-world-feature-tabs .tab-wrap {
        max-width: 100%;
    }

    /* our-business */
    .intro-single-img img {
        height: 360px;
    }

    .short-info {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
        text-align: center;
    }

    .sh-inf-btn-wrp {
        flex-direction: column;
        align-items: center;
        margin-top: 55px;
    }

    .short-info-wrp {
        align-items: center;
        padding: 50px 15px;
        margin-bottom: 50px;
    }

    .top-banner .btn.btn-light {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    /*  */
    .mid-title-wrp h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .mid-title-wrp .mid-title,
    .mid-title-wrp {
        min-height: 343px;
    }

    .branded-media-cta.bg-grey {
        padding: 30px;
    }

    .branded-media-cta p {
        font-size: 16px;
        text-align: center;
    }

    .branded-media-cta h2 {
        font-size: 26px;
    }

    .pricing-wrp h2 {
        font-size: 60px;
    }

    .pricing-wrp h5 {
        margin-bottom: 40px;
    }

    .sm-bg-extend {
        position: relative;
    }

    .sm-bg-extend:before,
    .sm-bg-extend:after {
        position: absolute;
        content: '';
        top: 0;
        left: -50vw;
        background: #fff;
        height: 100%;
        width: 100%;
    }

    .sm-bg-extend:after {
        left: unset;
        right: -50vw;
    }

    .top-banner .bg-img .service-logo img {
        max-width: 230px;
        width: 100%;
        height: 72px;
    }
    
/* benefits  */
    .bromic-group-slide .owl-dots{
        bottom:25px;
    }

    /* updated layout */
    .top-desc p {
        order: 3;
    }

    .top-banner .bg-img {
        order: 2;
    }

    .top-desc {
        display: contents;
    }

    .top-banner {
        background: #0B233F;
        padding: 30px 10px 10px;
    }

    .top-banner .btn-wrap {
        padding-bottom: 15px;
    }

    .top-desc p,
    .top-desc h1 {
        padding: 20px 0;
    }

    .top-desc h1:before {
        top: -5px;
    }

    .top-desc h1 {
        padding-top: 15px;
    }

    .top-banner .btn.btn-light {
        order: 4;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    /* our directors */
    .directors-intro-wrp,
    .directors-intro-wrp:nth-child(2n) {
        flex-direction: column;
    }

    .directors-desc {
        max-width: 100%;
    }

    .directors-intro-wrp:nth-child(2n) .directors-img:after {
        left: unset;
        right: -35px;
    }
    .directors-intro-wrp{
        padding: 25px 0;
        gap: 45px;
    }
    .featrues-tabs-wrap .featrues-tabs .tab-wrap {
        max-width: calc(50% - 16px);
        width: 100%;
    }
    .featrues-tabs{
        gap: 32px 32px;
    }
    .related-tab {
        max-width: 100%;
    }
    .module__our-story--wrapper {
        flex-direction: column-reverse;
    }
    .module__our-story-media img{
            height: 310px;
    }
    .related-tab img{
        max-width: 767px;
        width: 100%;
    }
    .side-border {
        padding-left: 55px;
        padding-right: 20px;
    }
    .pricing-wrp .side-border::after {
        left: 30px;
    }
    section.related-page.bb-1.sm-dark:after{
        display:none;
    }
}
@media(max-width:667px){
    .featrues-tabs-wrap .featrues-tabs .tab-wrap {
        max-width: 100%;
        width: 100%;
    }
        .slick-list .module__press-room--wrapper__list--media .media-wrapper, .slick-list .module__press-room--wrapper__list--media img {
        height: 350px;
    }
}
@media(max-width:640px){
    input#choice_1_9_1 {
        margin-top: 0;
    }
    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 6 !important;
    }
    
    .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full,.gfield.gfield--width-half,.gfield.gfield--width-three-quarter) {
        grid-column: span 2 !important;
        width: 60px;
    }
    .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
        grid-column: span 10 !important;
    }
    .site-footer__top--logo img {
        max-width: 143.61px;
        width: 100%;
    }
    section.module.module__press-room.bg-grey.news.sm-dark .module__press-room--wrapper__top{
        padding-bottom: 30px;
    }
    .module__our-business__list {
        padding: 0 3.5px 6px;
    }
    .btn{
        padding: 9px 35px 9px 10px;
        min-width: 100px;
        /* width: 100%;*/
    }
    .btn.btn-primary::after{
        right: 9px;
    }
    .module__our-business .button-group a.btn.btn-primary {
        max-width: 212px;
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }
    .module__our-business__intro-col .button-group a:first-child {
        max-width: 118px;
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }
    .btn.btn-white::after{
        right: 9px
    }
    .container {
        padding: 0px 20px;
    }
    .module__our-business__wrapper{
        padding: 0px 7px;
    }
    .module__our-business__intro-col{
        padding-left: 5px;
    }
    .module__our-business__list-inner .logo {
        padding-left: 0;
        width: 100%;
    }
    .overlay-content .logo img {
        max-width: 120px;
        width: 100%;
    }
    .overlay-content .anchor {
        position: absolute;
        top: -120px;
        right: 0;
    }
    .module__our-business .module__our-business__intro-col .button-group{
        display: flex;
    }
    .section-directors.bg-grey {
        overflow: hidden;
    }
    .site-footer__top--link-lists ul{
        margin: 0;
        gap: 0px 20px;
    }
    .site-footer__top--link-lists ul li {
    padding: 0px;
    }
    .site-footer__bottom--lists ul{
        margin: 0;
    }
    .site-footer__bottom--lists ul li {
        padding: 0;
    }
    .site-footer__top, .site-footer__bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
    .site-footer__top--link-lists ul li a{
        font-size: 14px;
        line-height: 34px;
        padding: 0px 10px;
    }

}
@media(max-width:440px){

        .module__hero--slide-content h2 {
        font-size: 40px !important;
        line-height: 50px;
    }
    .module__hero--slide-content h3 {
        font-size: 25px !important;
        line-height: 40px;
    }
    .module__hero--slide-content {
        padding-top: 50px;
    }
    .news-img img,
    .news-img {
        min-height: 210px;
    }
    .pricing-wrp h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .pricing-wrp h2 {
        font-size: 40px;
    }
    .ginput_container.ginput_container_checkbox .gchoice {
    margin-top: 5px;
}
.ginput_recaptcha {
    margin-top: 13px;
}
}
@media(max-width:390px){
    .ginput_container.ginput_container_select select[name="input_12"] {
    font-size: 15px;
    }
    .directors-intro-wrp:nth-child(2n) .directors-img:after, .directors-img:after {
        left: unset;
        right: -10px;
    }
    .directors-img {
        height: 328px;
        max-width: 328px;
        position: relative;
        width: 100%;
    }
    .directors-img img {
        height: 328px;
        max-width: calc(328px - 25px);
        object-fit: cover;
    }
}