@media (min-width: 1400px) {
    .container {
        max-width: 1321px;
    }
}


.logo a img {
    max-width: 260px !important;
}

.logo a {
    padding: 14px 0 !important;
    color: #ffff;
    font-size: 42px;
    letter-spacing: 2px;
    text-shadow: 1px 1px #dfc70d;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    font-family: "Arial", "Helvetica", sans-serif;
}

.container-fluid {
    padding: 0 100px;
}

.headerMain.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #252121;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.header-menu ul li a:hover {
    color: #b08541 !important;
}
.breadcrumb-area .title {
    padding: 20px 0 !important;
}
.breadcrumb-area {
    text-align: center;
}

.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: block !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}


.carousel-item img {
    transition: transform 8s ease;
}
.carousel-item.active img {
    transform: scale(1.1); /* Zoom level */
}

.carousel-item.active img {
    animation: zoomin 10s ease-in-out infinite alternate;
}
.carousel-caption p {
    color: red;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

@keyframes zoomin {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.main-header {
    background-color: #554b4b63 !important;
}

.header-menu ul li a {
    color: #fff !important;
    padding: 36px 15px !important;
    display: block;
    font-size: 14px !important;
    transition-duration: 0.3s;
    margin: auto 0px;
    font-weight: bold !important;
    text-transform: uppercase;
}
.homeBannerMain {
    position: relative;
}
.homeAboutText h4 {
    text-align: left;
    padding: 10px 0px;
}
.homeAboutText p {
    text-align: justify;
}
.aboutDirector {
    padding: 50px 0;
}
.aboutDirectorRight p {
    text-align: justify;
    margin-top: 54px;
}
.homeBannerContent {
    position: absolute;
    top: 0 !important;
    left: 60px !important;
    right: auto !important;
    display: inline-block !important;
    width: 850px !important;
    background: rgb(13 24 24 / 76%);
    height: 100% !important;
    padding: 0 100px;
}
.logo a {
    padding: 14px 0 !important;
}

.slider-content {
    position: absolute;
    top: 50%;
    width: 650px;
    transform: translate(0, -45%);
}

.slider-content .p-title {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-weight: bold;
    line-height: 70px;
    font-family: "Arial", "Helvetica", sans-serif;
        color: #fff;
}
.slider-content h3 {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #fff;
}
.slider-content .p-title {
    font-size: 75px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-weight: bold;
    line-height: 70px;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #cffb48;
}
.slider-content .p-text {
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: #fff;
}
.aboutPartMain {
    position: relative;
}

 .title-rotate {
    position: absolute;
    top: 20px;
    left: 90px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    white-space: nowrap;
    z-index: 9;
}
 .title-rotate h5 {
    font-size: 50px;
    letter-spacing: 20px;
    text-transform: lowercase;
    font-weight: bold;
    color: #494644;
    opacity: .3;
}

.aboutPartMain .container-fluid{
    padding: 0;
}


.aboutPartMain .row {
    margin: 0;
}

.homeAboutRight h4 {
    padding: 10px 0;
}
.homeAboutRight h5 {
    text-align: center;
}

.productListGrid h4 {
    color: black;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}
.homePageRight img {
    border-radius: 20px;
}
.mBox img {
    height: 100%;
    width: 100%;
}

.mBox {
    margin-bottom: 20px;
    height: 200px;
}

.aboutLeft img {
    width: 80%;
    margin: 0 auto;
    display: block;
    /*height: 760px;*/
}

/*homepageContent css start*/
.homePageContent {
    padding: 100px 0;
}
.homePageRight h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}

.homePageRight p {
    font-size: 18px;
    text-align: justify;
}

.homePageLeft img {
    border-radius: 20px;
    width: 100%;
}

.homePageRight a {
    display: block;
    text-align: center;
    margin-top: 25px;
}
.homePageRight h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
/*homepageContent css end*/


.aboutRight {
    background: #c7c3c2;
    padding: 50px;
    height: 80vh;
}
.box-symbol {
    font-size: 200px;
    line-height: 0;
    margin-top: 250px;
    text-align: center;
    
}
.box-symbol .box-symbol_1 {
    margin-right: 80px;
}
.box-symbol .box-symbol_2 {
    color: #cca083;
    margin-top: 26px;
    margin-left: 80px;
}
.aboutRight h3 {
    text-align: center;
    font-size: 40px;
    padding: 0 30px;
    color: #fff;
    font-weight: bold;
}
.aboutLink {
    text-align: center;
    margin-top: 20px;
}
.aboutLink a {
    border-radius: 0;
    background-color: #363131;
    border-color: #363131;
}
.about2MainPart {
    padding: 100px 0;
}

.aboutCompanyImage img {
    border-radius: 20px;
}
.aboutCompany p {
    text-align: justify;
}
.memberBox {
    background: #c7c3c2;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.homeAboutRight h3 {
    text-align: center;
    margin: 0;
    padding: 10px;
}

.homeAboutRight h4 {
    text-align: center;
    margin: 0;
}

.homeAboutRight ul {
    text-align: center;
    margin-top: 14px;
}

.homeAboutRight ul li a {
    margin-right: 10px;
    display: block;
    font-size: 22px;
}

.homeAboutRight ul li {
    display: inline-block;
}

.memberBox .countBorder {
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
}

.homeWhyChoosUs .title-rotate_2 {
    position: absolute;
    left: 120px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    white-space: nowrap;
    z-index: 9;
    border-top: 10px solid #c6c3c1;
    width: 485px;
    padding-top: 20px;
}
  body {
    counter-reset: section; /* initialize counter */
  }
.homeWhyChoosUs  .box-img {
    height: 485px;
    width: 100%;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}
.list-numbers li {
    padding: 40px 0 15px 30px;
}

.list-numbers li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    font-size: 50px;
    color: #BFC0C0;
    font-family: "Playfair Display", sans-serif;
    font-weight: 900;
    margin-left: -40px;
    margin-top: -35px;
}
.moreServices {
    display: none;
}
.mngBox img {
    max-height: 280px;
    width: 100%;
}
.clientBox {
    background-color: #fff;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 10px;
}
.clientBox img {
    filter: grayscale(114%);
}
.ourClients .title-rotate {
    display: none;
}
.ourClients h1 {
    font-size: 50px;
    margin-bottom: 40px;
    text-align: center;
    color: #ffff;
    font-weight: bold;
}
.gallery a {
    border: 1px solid lightgray;
}
.featuredGrid h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.featuredGrid h5 {
    text-align: center;
}
.scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s;
}
.scrollToTop:hover {
    background: #333;
}
.ourPartner {
    background: #eee;
    padding: 60px 0;
}
.partner-slider .slick-arrow {
    display: none !important;
}
.partnerBox {
    border: 1px solid lightgray;
    margin: 0 10px;
    border-radius: 10px;
    padding: 0 15px;
}
.partnerBox img {
    width: 100%;
}
.ourPartner h4 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 30px;
    font-size: 30px;
}
.serviceGrid p {
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    color: black;
    font-family: sans-serif;
    line-height: 20px;
}
.serviceGrid .ctg a {
    color: black !important;
    font-size: 18px;
    font-weight: bold;
}
.serviceGrid {
    overflow: hidden;
        position: relative;
}
.serviceGrid h4 {
    position: absolute;
    background: #d3d3d3b0;
    text-align: center;
    width: 100%;
    top: 10px;
    padding: 30px 20px;
    font-size: 20px;
}
.serviceGrid .image img {
    overflow: hidden;
    transition: 0.5s all;
    width: 100%;
}

.ourSorum {
    position: relative;
}
.ourSorum .container-fluid {
    padding: 0;
}
.ourSorum .col-md-6 {
    padding: 0;
}
.ourSorum .row {
    margin: 0;
}
.box .box-bg.img--full {
    background-size: cover;
    height: 100vh;
    background-position: left top;
}
.sorumCuntryBox {
    text-align: center;
    background: #9c958d;
    color: #fff;
    padding: 50px;
    margin-bottom: 20px;
}
.sorumLeft .box-img {
    height: 235px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    margin-left: 13px;
}
.sorumInfoBox h5 {
    font-family: "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    margin: 40px 0;
    text-align: right;
    font-weight: bold;
    color: #5a5a5a;
}
.sorumInfoBox p {
    text-align: right;
}
.sorumLeft {
        padding: 50px 100px;
}
.sorumLeft h4 {
    margin-left: 14px;
    padding-bottom: 10px;
    font-weight: bold;
}
.homeProductCgtMain .col-md-2 {
        flex: 20%;
        max-width: 20%
}


.ourClients {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
    background-size: cover;
}


.ourMng {
    position: relative;
    padding: 69px 0;
}

.ourMng h1 {
    text-align: center;
    padding-bottom: 30px;
}
.mngBox {
    position: relative;
    transition: 0.5s all;
    border: 1px solid lightgray;
    margin-bottom: 20px;
}
.mngInfo h5 {
    text-align: center;
    color: #fff;
}
.mngInfo h2 {
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.mngInfo {
    background: #224746b3;
    padding: 24px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.5s all;
    opacity: 0;
}
.mngBox:hover .mngInfo {
    opacity: 1;
    bottom: 0;
}


.blog-content h5 a {
    color: black !important;
    font-weight: bold !important;
}
.blog-content h4 {
    color: black !important;
}
.blog-content p {
    font-size: 14px;
    color: black;
    font-family: sans-serif;
    text-align: justify;
}
.subscriptionPart {
    background: #a0a0b5;
    padding: 90px 0;
}
.newsLatterForm .form-control {
    border-radius: 0;
    margin-bottom: 20px;
}
.nButtonSub button {
    border: none;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #cccccc;
}

.nButtonSub {
    text-align: right;
}
.newsLatter p {
    color: #ffff;
    font-size: 18px;
}
.newsLatter h4 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.weAreFollow {
    padding: 90px 0;
    background: #b5afa9;
    color: #FFF;
}
.flowrigh {
    float: right;
}
.flowrigh ul li {
    display: inline-block;
}

.flowrigh ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #948f8b;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.flowrigh ul li a i {
    font-size: 30px;
}
.flowLeft h4 {
    font-size: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.flowLeft p {
    font-size: 25px;
}
.flowrigh h2 {
    font-size: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.flowrigh ul {
    float: right;
}
.footerWidgetArea h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.footerWidgetArea {
    background: #5A5A59 !important;
}
.ethiceMain {
    padding: 60px 0;
    position: relative;
}
.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #f4f4f4;
    margin-bottom: 30px;
    background-color: #FFF;
}
.ethiceMain .card .card-bg {
    height: 410px;
}
.ethiceMain  .card .card-body {
    left: 50%;
    padding: 0;
    color: #232323;
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -40%);
}

.ethiceMain .card .card-body h3 {
    font-size: 40px;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    padding: 20px 0;
    text-align: center;
}
.ethiceMain .card .card-body p {
    margin: 10px auto 0;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.ethics-logos {
    padding: 40px 0;
    max-width: 80%;
    margin: 0 auto;
}

.ethicsBox {
    padding: 50px;
}

.ethicsBox h4 {
    background: #b08541;
    text-align: center;
    font-weight: bold;
}

.ethicsBox h4 span {
    margin-top: -33px;
    display: inline-block;
    font-size: 60px;
}
.ethicsBox p {
    text-align: center;
}
.ethicsBox2 {
    margin-top: 80px;
}
.ethicsBox img {
    width: 100%;
    height: 400px;
    display: block;
}

.cory-right-section {
    background: #5a5a59 !important;
}
footer {
    margin-top: 0 !important;
}


.homeProductCgtMain {
    background-color: #eee;
    padding: 100px 0;
}

.homeProductCtgTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.homeProductCgtGrid {
    display: block;
    padding: 20px;
}

.homeProductCgtGrid img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.homeProductCgtGrid h4 {
    color: #000;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}


/*.serviceGrid:hover .image img {*/
/*    transform: scale(1.1);*/
/*}*/
.serviceGrid .readMore {
    transition: 0.5s all;
}
.serviceGrid .readMore:hover {
    background: #b60f3f;
    cursor: pointer;
}
.homeMangeMentLeft img {
    width: 60%;
    margin: 0 auto;
    display: block;
}
.homeMangementPart {
    padding-top: 100px;
}

.homeMangementPart h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}
.homeMangeMentLeft h2 {
    text-align: center;
    color: black;
    margin: 0;
    padding: 20px 0;
    font-size: 40px;
    font-weight: bold;
}


.homeMangeMentLeft h5 {
    text-align: center;
    color: black;
    font-size: 26px;
    margin: 0;
    padding-bottom: 20px;
}
.homeMangeMentLeft p {
    font-size: 18px;
    text-align: justify;
}
.homeMangeMentRight {
    padding: 60px 30px;
}
.managementBox {
    margin-bottom: 70px;
}
.managementGrid {
    border: 1px solid lightgray;
}
.topMidile{
    margin-top: 74px;
}
.bottomMidle{
    margin-top: -30px;
}
.missionVissionPart {
    padding: 80px 0;
}
.missionVision {
    margin-bottom: 30px;
}

.missionVision img {
    width: 100%;
    border-radius: 20px;
}
.missionVision p {
    text-align: justify;
    font-size: 17px;
}

.missionVision h4 {
    font-size: 35px;
    font-weight: bold;
}
.mvText {
    padding: 20px;
    box-shadow: 1px 1px 20px 10px #d3d1d1;
    border-radius: 20px;
}
.productImg {
    background: #F3F3F3;
    padding: 10px;
}

.productListGrid h4 a {
    color: black;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.productListMain {
    padding: 60px 0;
}

/*dropdwon css start*/
.menu, .submenus {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu > li {
    position: relative;
    display: inline-block;
}

.menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    
}

.menu li a:hover {
    background: #555;
}

.submenus {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 200px;
    background: #444;
    z-index: 1000;
}

.submenus li {
    display: block;
}

.dropdown:hover > .submenus {
    display: block;
}

/* Optional: Style for nested submenus */
.submenus li:hover > .submenus {
    display: block;
    left: 100%;
    top: 0;
    position: absolute;
}

.submenus li {
    display: block !important;
}
.submenus li a {
    display: block !important;
    text-align: left;
    padding: 0 !important;
}


/*dropdwon css end*/

.productListGrid {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.productImg a img {
    width: 100%;
    transition: 0.5s all;
}

.productListGrid:hover .productImg a img {
    transform: scale(1.2);
}


.sidebar {
  width: 100%;
  background: #2c3e50;
  color: #ecf0f1;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  position: relative;
}
.footer-widget img {
    background: #fff;
    border-radius: 5px;
}
.menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  color: #ecf0f1;
  text-decoration: none;
  border-bottom: 1px solid #34495e;
  transition: all 0.3s ease;
}

.menu-link:hover {
  background: #34495e;
  color: #fff;
}

.menu-link span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow i {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.submenu {
  display: none;
  background: #34495e;
  padding-left: 0;
  margin: 0;
}

.submenu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 50px;
  color: #bdc3c7;
  text-decoration: none;
  transition: all 0.2s ease;
}

.submenu li a:hover {
  background: #3d566e;
  color: #fff;
}

.submenu li a i {
  font-size: 8px;
}

/* Active state */
.menu-item.active .arrow i {
  transform: rotate(180deg);
}

.menu-item.active .menu-link {
  background: #34495e;
  color: #fff;
}


.managementBox h5 {
    text-align: center;
}
.managementBox h2 {
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.serviceCompany .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.serviceInfo {
    padding: 10px;
    height: 100px;
}
.serviceCompanys {
    padding: 50px 0;
}


@media only screen and (max-width: 767px) {
    .homeBannerMain {
        height: 400px;
    }
       .homeBannerContent {
        position: absolute;
        top: 0 !important;
        left: 0px !important;
        right: auto !important;
        display: inline-block !important;
        width: 100% !important;
        background: rgba(190, 169, 144, 0.8);
        height: 100% !important;
        padding: 0 15px;
    }
.slider-content .p-title {
    font-size: 32px;
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 25px;
}
.container-fluid {
    padding: 0 15px;
}
.title-rotate {
    position: absolute;
    top: 18px;
    left: 55px;
}
.title-rotate h5 {
    font-size: 30px;
    letter-spacing: 12px;
}
.aboutLeft img {
    width: 58%;
    margin: 0 auto;
    display: block;
    height: 400px;
}
.aboutRight {
    padding: 2px !important;
    height: 50vh !important;
}
.aboutRight h3 {
    font-size: 32px !important;
    padding: 0 27px !important;
}
.box-symbol {
    font-size: 122px !important;
    margin-top: 90px !important;
}
.serviceCompany .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.homeWhyChoosUs .box-img {
    height: 385px !important;
    width: 80% !important;
}
.homeWhyChoosUs .title-rotate_2 {
    position: absolute;
    left: 75px !important;
    width: 385px !important;
    
}
.homeWhyChoosUs h4 {
    font-size: 18px;
    margin-top: 30px;
}
.sorumLeft .box-img {
    display: none;
}
.sorumLeft {
    padding: 20px 40px;
}
.sorumInfoBox h5 {
    font-size: 50px;
    margin: 15px 0;
}
.sorumLeft h4 {
    text-align: center;
}
.sorumLeft  .col-4 {
    padding: 0 5px !important;
}
.sorumCuntryBox {
    padding: 8px 4px;
    margin-bottom: 8px;
}
.sorumCuntryBox h6 {
    font-size: 14px;
    margin: 0;
}
.box .box-bg.img--full {
    height: 50vh;
}
.serviceCompany .title h1 {
    font-size: 27px;
}
.ethiesRight h3 {
    font-size: 20px;
    text-align: center;
}
.mngBox img {
    width: 100%;
}
.ourMng .title-rotate {
    display: none;
}
.flowrigh ul {
    float: unset;
}
.flowrigh {
    float: left;
}
.weAreFollow {
    padding: 30px 0;
}
.flowLeft h4 {
    margin-bottom: 12px;
}
.subscriptionPart {
    padding: 30px 0;
}
.footerWidgetArea {
    padding: 30px 0px !important;
}
.footerWidgetArea h1 {
    margin-bottom: 10px;
}
.slider-content {
    width: 100%;
}
.logo a {
    font-size: 24px;
}
.headerMain.is-sticky {
    display: none;
}
.sidebar {
    margin-bottom: 20px;
}


}


@media only screen and (max-width: 575px) {
    .gallery a {
        width: 100% !important;
    }
}