@charset "utf-8";
/* CSS Document */
html,body {
    /*overflow-x: hidden;*/
}
body { margin: 0px;color: #000000;font-size:20px;font-family: 'Poppins', sans-serif;font-weight:400;line-height:normal;padding:0px;}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px;color:#000;line-height:normal;font-weight:500;margin-bottom:15px;font-family: 'Poppins', sans-serif;}
h1{font-size:65px;}
h2 { font-size:58px;}
h3{ font-size:30px;}
h4{ font-size:26px;}
h5{ font-size:24px; }
h6{ font-size:22px; }

hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; line-height:28px; padding:0px;}
ul *, ol * { margin:0px; padding:0px;}
ol,ul { padding-left: 25px;}
ul {display:block; list-style:none; }
ul li{line-height:30px;}
a img { border: 0px;}
p,ul,ol { margin-bottom: 18px;}
.clr{ display: block; float: none; clear: both;}
.c { overflow:hidden; float:none;}
.underline{text-decoration:underline;}
.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; }
.hidden { display:none;}
.italic{font-style:italic;	}
.bold{font-weight:bold;	}
table{border-spacing:0px;border-collapse:collapse;}
input[type="text"],input[type="url"],input[type="tel"], input[type="email"], input[type="password"], select, textarea { background:#fff; border:1px solid #e0e0e0;color: #000; font-size: 14px; padding: 10px 15px; resize: vertical;width:100%;font-weight:400;box-sizing:border-box;font-family: 'Poppins', sans-serif;}
textarea { width:100%;}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { }
select { padding: 12px; width:100%;}
input[type="button"], input[type="submit"], input[type="reset"], .primary-button, .btn { background: #043442 none repeat scroll 0 0;border:0px;color: #fff;display: inline-block; font-size:14px; font-weight: 600;min-width:120px; padding: 12px 15px; text-transform: uppercase; vertical-align: top;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s;}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover ,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{ background-color:#000;color:#fff;}
.form-control { border-radius:0px; -moz-border-radius:0px;  -ms-border-radius:0px; -o-border-radius:0px; -webkit-border-radius:0px; box-shadow: 0 0 0; height: auto;}
a:focus{outline:none;	text-decoration:none;}
a{color:#000;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s;	}
a:hover,a:focus{text-decoration:none;color:#000;}
.cfx::after {clear: both; content: "+";display: block; height: 0;visibility: hidden;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity:1; color: #000;}
::-moz-placeholder { /* Firefox 19+ */opacity:1; color: #000;}
:-ms-input-placeholder { /* IE 10+ */opacity:1; color: #000;}
:-moz-placeholder { /* Firefox 18- */opacity:1; color: #000;}	



/*-------------------------*/

.mob-menu { display: none;}
.top-box { background-color: #0d6b88;padding: 10px 0;}
.top-box .top-link {text-align: center;}
.top-box .top-link {text-align: center; font-size: 0;}
.top-box .top-link a { display: inline-block;vertical-align: top; color: #fff; font-size: 17px;font-family: 'Open Sans', sans-serif;font-weight: 600;}
.top-box .top-link a:hover {color: #000;}
.top-box .top-link a + a { margin-left: 5px;}
.logo-section .logo-content {display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #c1bcb0;padding-bottom: 20px;position: relative;}
.logo-content .logo-box {
    width: calc(50% - 150px);
}


.logo-content .captn-box {
    width: 300px;
    text-align: center;
    background-color: #bc202c;
    border-radius: 23px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 15px;
    position: relative;
}

.logo-content .captn-box::after {
    position: absolute;
    content: "";
    left: -5px;
    top: -6px;
    border: 1px dashed #000;
    width: 310px;
    height: 60px;
    border-radius: 30px;
}


.logo-content .nav-box {
    width: calc(50% - 150px);
    text-align: right;
}


.logo-content .nav-box ul { padding: 0; margin: 0;font-size: 0;}
.logo-content .nav-box ul li { display: inline-block;vertical-align: top; font-size: 15px;position: relative;}
.logo-content .nav-box ul li a { display: block; color: #000; font-weight: 600; text-transform: uppercase;}
.logo-content .nav-box ul li a:hover,  .logo-content .nav-box ul li.current-menu-item >a {color: #0d6b88;}
.logo-content .nav-box ul li ul li.current-menu-item >a {
    color: #fff !important;
}
.logo-content .nav-box ul li ul li a:hover{color: #000 !important;}
.logo-content .nav-box ul li + li {margin-left: 40px;}
.logo-content .nav-box ul .menu-item-has-children { position: relative;}
.logo-content .nav-box ul .menu-item-has-children::after { position: absolute;content: "\f107";right: -16px; top: 0;font-family: fontawesome;font-size: 18px;cursor: pointer;}
.logo-content .nav-box ul li ul {background: #0d6b88; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);left: 0;min-width: 250px; opacity: 0; position: absolute;top: 24px;transition: all 0.2s linear 0s;visibility: hidden; z-index: 999; display: block;text-align: left;}
.logo-content .nav-box ul li ul li {display: block;}
.logo-content .nav-box ul li ul li a {font-size: 14px;padding: 6px 15px; color: #fff;}
.logo-content .nav-box ul li ul li + li {margin-left: 0;}
.logo-content .nav-box ul li ul li:hover > a{color:#000;}
.logo-content .nav-box ul li:hover > ul{opacity:1;visibility:visible;}
.logo-content .nav-box ul li ul li ul { top: 0;left: 211px;}



/*
.top-section {
    position: relative;
}
.top-section .banner-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top-section {
    background-color: #e6e2d9;
    position: relative;
    z-index: -1;
}
*/
.top-section .banner-section {  position: relative; top: -144px; margin-bottom: -150px;}
.top-section .logo-section {padding: 20px 0;    position: relative;
    z-index: 999;}
.home-categories { padding: 50px 0;}
.home-categories .category-head h3 { font-size: 31px; text-transform: uppercase; font-family: 'Poppins', sans-serif;font-weight: 700;    margin-bottom: 0;}
.image-box .category-image img { width: 100%;}
.image-box .category-image { position: relative;  margin-bottom: 0;    margin-top: 20px;}
.image-box .category-image h2 { position: absolute; bottom: 20px; left: 50%;transform: translateX(-50%); font-size: 20px;color: #fff; text-transform: uppercase;font-family: 'Open Sans', sans-serif;font-weight: 700;padding: 16px;min-width: 370px; background-color: #043342;  margin-bottom: 0;pointer-events: none;}
.image-box .top-image { margin-bottom: 20px !important;}
.who-we-are { padding: 50px 0;}
.who-we-are .who-content h4 { color: #313131; font-size: 19px; text-transform: uppercase; font-weight: 300; letter-spacing: 4px; margin-bottom: 10px;}
.who-section .who-content h2 { font-size: 38px;text-transform: uppercase; font-weight: 900; line-height: 48px;margin-bottom: 30px;}
.who-we-are .who-content p {font-size: 18px;font-weight: 400;color: #494949;line-height: 30px;}
.who-we-are .who-section { max-width: 1500px; margin: 0 auto;}
.who-section .who-content { padding-right: 80px;}
.button-box .vc_general.vc_btn3 {background-color: #043342 !important; background-image: none; border-radius: 0; color: #fff !important;font-weight: 600;text-transform: uppercase; font-size: 18px;font-family: 'Open Sans', sans-serif; letter-spacing: 3px; padding: 14px 32px;}
.button-box .vc_general.vc_btn3:hover{ background-color: #000 !important; color: #fff !important;}


.stand-out { background-position: center !important; background-size: cover;}
.stand-out .stand-image { margin-bottom: 0; margin-top: 30px;}
.stand-out .stand-content { background-size: cover; padding: 30px 20px; max-width: 600px;background-position: center !important;}
.stand-out .stand-content h1 { color: #fff; font-size: 156px; font-weight: 900; text-transform: uppercase; line-height: 115px; margin-bottom: 30px;}
.stand-out .stand-content h2 { color: #fff; font-size: 118px; font-weight: 900;text-transform: uppercase; line-height: 90px; margin-bottom: 10px;}
.stand-out .stand-content h4 { color: #fff;font-size: 89px;font-weight: 900;text-transform: uppercase;line-height: 90px; margin-bottom: 0;}
.stand-out .stand-content h3 { color: #fff; font-size: 103px;font-weight: 900; text-transform: uppercase;line-height: 90px; margin-bottom: 0;letter-spacing: 10px;}
.stand-out .stand-right { padding-left: 150px;}
.stand-out .stand-text { max-width: 600px; color: #fff;font-size: 28px;font-family: 'Poppins', sans-serif;font-weight: 600;font-style: italic;}
.stand-out .stand-text p{ line-height: 35px;}
.stand-out .button-box.white { max-width: 600px;}
.stand-out .button-box.white .vc_general.vc_btn3 { background-color: #fff !important; color: #043342 !important;}
.stand-out .button-box.white .vc_general.vc_btn3:hover { background-color: #000 !important; color: #fff !important; border-color: #000;}
.mission-vission { padding: 50px 0;}
.mission-box .wpb_column >.vc_column-inner { padding-right: 0;}
.mission-box .mission-text h3 { font-size: 37px; font-weight: 700;line-height: 40px;}
.mission-box .mission-text { color: #494949; font-size: 18px;}


.explore-ucg { display: flex; flex-wrap: wrap; flex-direction: row-reverse;    background-color: #f4f0eb;}
.explore-ucg .wpb_column >.vc_column-inner { padding-top: 0 !important; padding-bottom: 0 !important; background-position: right !important; background-size: cover;}
.explore-ucg .explore-image { margin-bottom: 0;}
.explore-ucg .explore-text { padding-top: 70px; padding-left: 120px;}
.explore-ucg .explore-text h3 { font-size: 43px;font-weight: 900;text-transform: uppercase;}
.explore-ucg .explore-text p { font-size: 18px; letter-spacing: 2px;}
.explore-ucg .explore-text ul { padding: 0;margin: 0;}
.explore-ucg .explore-text ul li { font-size: 16px; position: relative;padding-left: 20px;}
.explore-ucg .explore-text ul li::after { position: absolute; content: ""; left: 0; width: 6px;height: 6px; background-color: #ac2521; top: 11px;}
.explore-img .vc_custom_1703659224840 { background-size: cover; background-position: right !important;}
.why-go-ucg h2 { font-size: 43px; text-transform: uppercase; font-weight: 900;margin-bottom: 30px;}
.why-go-ucg {padding: 30px 0 80px;}
.why-box .why-image {margin-bottom: -80px;}
.why-box .why-text { padding: 90px 20px 20px;color: #fff;font-size: 16px;min-height: 200px;}
.why-box .why-image { padding-left: 20px;}
.fueled-passion .passion-section { max-width: 1200px; margin: 0 auto; padding: 0 50px;background-position: center !important;background-size: cover;}
.passion-section .passion-left h4 {color: #313131; font-weight: 300; font-size: 20px; text-transform: uppercase;letter-spacing: 3px; margin-bottom: 5px;}
.passion-section .passion-left h3 {color: #000; font-size: 43px; text-transform: uppercase; line-height: 50px;font-weight: 900;}
.passion-section .button-box { padding-top: 42px;}
.fueled-passion { margin-bottom: -85px;}
.footer-section { background-color: #0d6b88; padding: 130px 0 30px;}
.footer-section .footer-content { display: flex; flex-wrap: wrap; border-bottom: 1px solid #259bc1; padding-bottom: 20px;}
.footer-content .footer-box a { display: block; color: #fff; font-size: 16px;font-weight: 400;}
.footer-content .footer-box a:hover{ color: #000;}
.footer-content .footer-box p{ color: #fff; font-size: 16px; font-weight: 400;}
.footer-content .footer-box h4{ font-size: 18px;color: #fff; text-transform: uppercase;}
.footer-box .footer-logo {margin-bottom: 20px;}
.footer-content .footer-box {width: 20%;}
.footer-box .social-links { display: flex; flex-wrap: wrap;}
.footer-box .social-links a + a {margin-left: 20px;}
.footer-content .footer-box ul {padding: 0;margin: 0;}
.footer-section .footer-copy {text-align: center;color: #fff;font-size: 16px; padding-top: 30px;}



.inner-banner { background-image: url(../images/inner-banner.jpg); background-repeat: no-repeat;background-position: center; background-size: cover;text-align: center; padding: 110px 0 80px; margin-top: -143px;}
.inner-banner h2 { font-size: 40px;font-weight: 800; line-height: 52px; padding-top: 75px; font-family: 'Open Sans', sans-serif;}
.deep-understand { padding: 50px 0;}
.deep-understand .deep-content h3 {font-size: 19px;color: #313131; font-weight: 400;text-transform: uppercase;letter-spacing: 2px; margin-bottom: 10px;}
.deep-understand .deep-content h2 { font-size: 43px; color: #000; font-weight: 900;text-transform: uppercase;margin-bottom: 20px;line-height: 50px;}
.deep-understand .deep-content {font-size: 18px;color: #494949;padding-top: 60px;}
.deep-understand .deep-content p {line-height: 30px;}
.deep-understand .deep-image { margin-bottom: 0;}
.about-section { padding: 0 0 60px;}
.about-section .about-content h2 { font-size: 30px;font-weight: 900; margin-bottom: 5px;}
.about-section .about-content h3 { font-size: 26px;font-weight: 400;margin-bottom: 25px;}
.about-section .about-content {font-size: 18px; color: #494949; max-width: 1350px;margin: 0 auto;}
.about-section .about-content p { line-height: 30px;}
.boost-business .boost-content { background: rgba(1,17,27,0.8); padding: 50px 20px; text-align: center;margin-top: 50px;}
.boost-business .boost-content h2 { color: #fff;text-transform: uppercase; font-weight: 900; line-height: 96px;margin-bottom: 0; font-size: 83px;}
.boost-business .boost-content h4 { color: #fff;text-transform: uppercase;font-weight: 800; line-height: 66px; margin-bottom: 0; font-size: 30px;}
.boost-business .boost-content h5 { color: #fff;text-transform: uppercase;font-weight: 400; line-height: 26px; margin-bottom: 15px;font-size: 21px;}
.boost-business .boost-content h3 {color: #fff;text-transform: uppercase;font-weight: 700; line-height: 65px; font-size: 59px;}
.boost-business .boost-image { margin-bottom: 0;}
.beyond-business {  padding: 20px 0;}
.beyond-business .beyond-head { max-width: 1410px; margin: 0 auto 50px; color: #494949; font-size: 18px;}
.beyond-business .beyond-head h3 {font-size: 26px; font-weight: 700;}
.beyond-content { padding: 10px 0 70px;}
.beyond-content .beyond-box h2 {font-size: 23px;font-weight: 700; text-transform: uppercase;line-height: 26px; padding-top: 15px; margin-left: -18px;}
.beyond-content .beyond-box .beyond-img { margin-bottom: 20px;}
.beyond-content .beyond-text { color: #494949;font-size: 15px;}
.custom-dress { padding: 60px 0; background-size: cover;}
.custom-dress .wpb_column >.vc_column-inner { padding-top: 0;}
.custom-dress .custom-content h2 {font-size: 38px; font-weight: 900;text-transform: uppercase; line-height: 45px; margin-bottom: 20px;}
.custom-dress .custom-content { color: #494949; font-size: 18px;}
.custom-dress .custom-content p{ line-height: 30px;}
.custom-dress .custom-content h3 {font-size: 23px; font-weight: 700; text-transform: uppercase;line-height: 35px;}
.custom-dress .custom-content ul { padding: 0; margin: 0;}
.custom-dress .custom-content ul li { position: relative; padding-left: 16px;}
.custom-dress .custom-content ul li::after { position: absolute; content: ""; left: 0;top: 10px; width: 5px; height: 8px;background-color: #000;}
.custom-dress .custom-content ul li +li { margin-top: 20px;}
.custom-dress .custom-image {padding-top: 40px;}
.contact-section { padding: 130px 0 100px;}
.contact-section .contact-head h3 {color: #313131; font-size: 19px; text-transform: uppercase;font-weight: 300;letter-spacing: 2px; margin-bottom: 0;}
.contact-section .contact-head h2 { color: #000;font-size: 43px;text-transform: uppercase; font-weight: 900;}
.contact-content .contact-box { color: #fff;}
.contact-content .second-box >.vc_column-inner {  padding: 50px 40px;}
.contact-box .contact-info h3 {color: #fff;font-size: 29px;font-weight: 700;}
.contact-box .contact-info { font-size: 16px;}
.contact-addrs .adrs-box { display: flex; flex-wrap: wrap;    font-size: 16px;}
.contact-addrs .adrs-box .adrs-icon { width: 45px;}
.contact-addrs .adrs-box .adrs-txt { width: calc(100% - 45px);padding-left: 30px;}
.contact-addrs .adrs-box .adrs-txt h5 { color: #fff;font-size: 16px; font-weight: 700;margin-bottom: 8px;}
.contact-content .third-box >.vc_column-inner {padding: 50px 35px; background-size: cover;}
.contact-box .contact-img { margin-bottom: 0;}
.contact-addrs .adrs-box +.adrs-box { margin-top: 20px;}
.contact-content .first-box >.vc_column-inner {padding-right: 0;  background-size: cover;background-position: center !important;}
.contact-box .form h3 {font-weight: 700; font-size: 29px; margin-bottom: 0;}
.contact-box .form .fid-box {position: relative;}
.contact-box .form .fid-box img { position: absolute; left: 18px; top: 42px; z-index: 999;}
.contact-box .form .fid-box input[type="text"], .contact-box .form .fid-box input[type="tel"], .contact-box .form .fid-box input[type="email"], .contact-box .form .fid-box textarea { padding: 10px 45px; border: none; color: #888888;font-size: 16px;}
.contact-box .form .fid-box textarea { height: 180px;}
.contact-box .form .fid-box p { margin-bottom: 0;}
.contact-box .form .msg-bx {margin-bottom: 30px;}
.contact-box .form .submit-btn input[type="submit"] { font-size: 21px; min-width: 240px; letter-spacing: 2px;}
.contact-box .wpcf7-response-output { color: #000 !important;}


::-webkit-input-placeholder { color:#888888; }
.location-map .map-section { margin-bottom: 0;}

.we-care-what {padding: 40px 0 0;}
.we-care-what .care-text h3 { color: #313131;font-size: 19px;font-weight: 300; letter-spacing: 3px; margin-bottom: 6px;}
.we-care-what .care-text h2 { color: #313131; font-size: 43px;font-weight: 700; margin-bottom: 20px; line-height: 35px;}
.we-care-what .care-text { font-size: 18px; color: #494949;}
.we-care-what .care-text { font-size: 18px; color: #494949; padding-right: 110px; padding-top: 50px;}
.we-care-what .care-image {margin-bottom: 0;}
.school-uniform { padding: 60px 0;}
.school-uniform .vc_column-inner.vc_custom_1704101166995 { background-size: cover;}
.school-uniform .unifom-txt h3 { font-size: 43px; font-weight: 700; margin-bottom: 30px;}
.school-uniform .unifom-txt ul {padding: 0;margin: 0;}
.school-uniform .unifom-txt ul {padding: 0;margin: 0;}
.school-uniform .unifom-txt ul li {font-size: 18px;color: #494949; position: relative; padding-left: 16px;}
.school-uniform .unifom-txt ul li::after { position: absolute;content: ""; left: 0;top: 10px; width: 5px;height: 8px;background-color: #000;}
.school-uniform .unifom-txt ul li + li { margin-top: 10px;}
.school-one-stop{position: relative;overflow: visible !important;}
.school-one-stop::after{position: absolute; content: ""; background-image: url(../images/school-abt-bg.png); background-repeat: no-repeat; width: 962px; height: 907px;right:0; bottom: -260px; z-index: -1;}



.customized-unifm {background-size: cover;padding: 50px 0 0;}
.customized-unifm .wpb_column >.vc_column-inner { padding-top: 0 !important;}
.customized-unifm .unifm-head { text-align: center; color: #fff; font-size: 18px;font-weight: 400;margin-bottom: 0;}
.customized-unifm .unifm-head h2 { color: #fff;font-weight: 700; font-size: 43px;  margin-bottom: 30px;line-height: 40px;}
.customized-unifm .unifm-img {margin-bottom: 0;}

.accessories-section { background-position: right !important; padding: 30px 0;}
.accessories-text h3 {font-size: 43px; font-weight: 700;}
.accessories-section .accessories-text { font-size: 18px; padding-right: 50px;padding-top: 130px;}
.school-apparel h2 {font-size: 43px;font-weight: 900;margin-bottom: 40px;}
.school-apparel .apparel-box + .apparel-box { padding-left: 60px;}
.apparel-desktop .apparel-box .left-img { padding-top: 110px;}
.school-apparel .apparel-mobile { display: none;}
.school-apl-boys { padding: 50px 0 0; position: relative; z-index: 1;  }
.school-apl-boys::after{position: absolute; content: ""; background-image: url( ../images/size-left-bg.png);background-repeat: no-repeat; background-size: 460px;  width: 549px; height: 843px; left: 0;  top: 0; z-index: -1;} 
.school-apl-girls { padding: 0 0 50px; position: relative; z-index: 1;}
.school-apl-girls::after{ position: absolute; content: ""; background-image: url( ../images/size-right--bg.png); background-repeat: no-repeat; width: 419px;height: 985px;right: 0; top: 0; z-index: -1;}
.apparel-box .right-img-girls { padding-top: 210px;}

.medical-workwear { padding: 90px 0 50px;}
.medical-workwear .medical-head h3 { color: #313131; font-size: 19px; letter-spacing: 3px; font-weight: 300;margin-bottom: 10px;}
.medical-workwear .medical-head h2 { color: #000; font-size: 43px;font-weight: 900; line-height: 35px; margin-bottom: 60px; text-transform: uppercase;}
.medical-condent .med-img img { width: 100%;}
.medical-condent .med-img { margin-bottom: 30px;}
.medical-condent .med-text h3 { font-size: 20px; text-transform: uppercase; font-weight: 800;}
.medical-condent .med-text h5 { font-size: 20px; text-transform: uppercase; font-weight: 700;}
.medical-condent .med-text ul {padding: 0;margin: 0;}
.medical-condent .med-text ul li {font-size: 18px; color: #494949; font-weight: 400; position: relative; padding-left: 16px;}
.medical-condent .med-text ul li::after { position: absolute;content: "";left: 0;top: 10px; width: 5px; height: 8px;background-color: #000;}
.medical-condent .med-text p { font-size: 18px;color: #494949; padding-left: 17px; margin-bottom: 5px;}
.medical-workwear .medical-condent { margin-top: 20px; margin-left: -30px; margin-right: -30px;}
.medical-condent .wear-img { padding-top: 80px;}
.medical-condent .wpb_column >.vc_column-inner { padding-right: 30px;padding-left: 30px;}
.behind-stitches { padding: 100px 0;}
.behind-stitches h2 { text-transform: uppercase;font-size: 43px; font-weight: 900; line-height: 40px; margin-bottom: 0;}
.behind-box .behind-img { margin-bottom: 0; width: 86px; height: 86px; text-align: center; border: 2px solid #fff;background-color: #f2f3f6; border-radius: 50%; padding-top: 13px;position: relative; bottom: -40px; left: 20px;}
.behind-box .behind-text { font-size: 18px; color: #2e2d2d;}
.behind-box .behind-text h4 { font-size: 18px;color: #2e2d2d; font-weight: 800;}
.behind-box .behind-text { font-size: 18px; color: #2e2d2d; padding: 60px 30px 20px 30px; min-height: 270px;margin-bottom: 0;}
.corporate-active { padding: 50px 0 0;}
.corporate-active .corporate-text h2 { font-size: 43px; font-weight: 900; text-transform: uppercase;}
.corporate-active .corporate-text { font-size: 15px;color: #494949; padding-top: 120px;}
.out-kit-sec .wpb_column >.vc_column-inner { padding-left: 10px !important; padding-right: 10px !important;}
.medical-workwear .out-kit-sec { margin-left: -10px !important;margin-right: -10px !important;}
.corporate-active .corporate-img { margin-bottom: 0;}
.why-chose-sec .chose-txt h4 { font-size: 23px; font-weight: 700; text-transform: uppercase;}
.why-chose-sec .chose-txt { font-size: 15px;color: #494949; margin-top: 80px;}
.why-chose-sec { padding: 0 0 70px;}

.indus-work { padding-top: 100px;}
.indus-work .corporate-text { padding-top: 0 !important;}
.out-kit-sec .resort-unifm ul{font-size: 0;}
.out-kit-sec .resort-unifm ul li { display: inline-block; vertical-align: top; width: 50%;}
.out-kit-sec .resort-unifm p {padding-left: 0 !important;margin-bottom: 20px;}



.hotel-ourkit {padding-top: 0 !important;}
.hotel-abt{position: relative;}
.hotel-abt::after { position: absolute;content: '';background-image: url(../images/hotel-abt-bg.png);background-repeat: no-repeat;width: 896px; height: 1291px; z-index: -1; right: 0; top: 0;}
.hotel-abt {overflow: visible !important;}
.hotel-ourkit .out-kit-sec { margin: 0 -30px !important;}
.hotel-ourkit .out-kit-sec .wpb_column >.vc_column-inner { padding-left: 30px !important; padding-right: 30px !important;}
.hotel-ourkit .wpb_column >.vc_column-inner {padding-top: 0 !important;}
.indus-work .corporate-text h3 { font-size: 19px; color: #313131; font-weight: 400; text-transform: uppercase; letter-spacing: 2px;margin-bottom: 0;}
.custom-dress .womens-pants ul li +li {margin-top: 0 !important;}
.custom-dress .womens-pants ul{margin-bottom: 15px;}
.chef-coat {background-size: cover;}
.chef-coat .chef-image { margin-bottom: 0;}
.chef-coat .chef-content {color: #fff;font-size: 18px; padding-top: 120px;}
.chef-coat .chef-content h3{color: #fff; font-size: 28px;font-weight: 700;}
.features-sectin { padding: 60px 0;}
.features-sectin .featr-txt {color: #494949; font-size: 18px;}
.features-sectin .featr-txt h3 { font-size: 23px;font-weight: 700;}
.features-sectin .featr-txt ul{ padding: 0;}
.features-sectin .featr-txt ul li::after { position: absolute;content: ""; left: 0; top: 10px; width: 5px; height: 8px;background-color: #000;}
.features-sectin .featr-txt ul li { position: relative;padding-left: 16px; display: inline-block;vertical-align: text-bottom; width: 49%;}
.features-sectin .feature-secnd {display: flex;flex-wrap: wrap;flex-direction: row-reverse;}
.women-coat .custom-content h2 {font-size: 28px !important;font-weight: 700 !important;}
.women-coat .custom-content ul li +li{ margin-top: 0  !important; }
.women-coat .custom-content ul{ margin-bottom: 20px;}
.women-coat .custom-image { padding-top: 0 !important;}
.cook-shirt { padding: 50px 0 20px;}
.cook-shirt .cook-txt h3 {font-size: 28px; font-weight: 700;}
.cook-shirt .cook-txt h4 { font-size: 23px; font-weight: 700;}
.cook-shirt .cook-txt ul{padding: 0;margin: 0;}
.cook-shirt .cook-txt ul li { position: relative; padding-left: 16px;}
.cook-shirt .cook-txt{ color: #494949; font-size: 18px;}
.cook-shirt .cook-txt ul li::after { position: absolute; content: ""; left: 0; top: 10px; width: 5px; height: 8px; background-color: #000;}
.waist-coat h3 { font-size: 28px; font-weight: 700;}
.waist-coat { padding: 0 0 20px;}
.waist-coat .waist-sec img { width: 100%;}
.waist-coat .waist-sec { margin: 0 -50px;}
.waist-sec .wpb_column >.vc_column-inner { padding-left: 50px; padding-right: 50px;}


.bed-lenin-sec { padding: 30px 0;background-size: cover;}
.bed-lenin-sec .bed-lin-txt h4 { color: #fff; text-transform: uppercase;font-weight: 800;font-size: 28px;}
.bed-lenin-sec .bed-lin-txt { color: #fff; font-size: 17px;padding-left: 30px;}
.bed-lenin-sec .bed-lin-txt ul { padding: 0; margin: 0;}
.bed-lenin-sec .bed-lin-txt ul li { position: relative; padding-left: 20px;}
.bed-lenin-sec .bed-lin-txt ul li::after { position: absolute; content: "";left: 0;top: 11px;width: 7px;height: 7px;background-color: #fff;}
.bed-lenin-sec .bed-lin-txt ul li ul li::after{ display: none;}
.bed-lenin-sec .bed-lin-txt ul li ul li {font-size: 15px;list-style: disc; padding-left: 0;margin-left: 20px;}
.bedding-sec {display: flex; flex-wrap: wrap;flex-direction: row-reverse; background-position: right bottom !important;  background-size: inherit;}
.bedding-sec .beding-txt h4 {color: #000;}
.bedding-sec .beding-txt{color: #000;}
.bedding-sec .beding-txt ul li::after{ background-color: #000;}
.bedding-sec .beding-txt ul li ul li{ padding-left: 0;list-style: disc;    margin-left: 16px;}

.bath-lenin { padding: 0;}
.bedding-sec .beding-txt ul + ul {margin-top: 10px;}
.laundry-bag .bed-lin-txt ul li + li { margin-top: 20px;}
.linen-sepecific { padding: 60px 0;}
.linen-sepecific h3 {text-transform: uppercase;font-size: 28px;font-weight: 800;margin-bottom: 30px;}
.specific-table .table tbody tr th { text-align: center; background-color: #f2e9d5;font-size: 18px;padding: 20px;}
.specific-table .table tbody tr td { padding: 30px 85px; text-align: center;font-size: 18px; font-weight: 500;}
.specific-table .table tbody tr td:nth-child(3) { text-align: left;}
.linen-sepecific .wpb_column .vc_column-inner {padding-top: 0 !important;}
.cusion-text .cusin { display: flex; flex-wrap: wrap;color: #494949; font-size: 18px;}
.cusion-text .cusin .left { width: 50%;}
.cusion-text .cusin .rigt { width: 50%;}
.linen-cusion-cover h3 { font-size: 28px; font-weight: 800;}
.linen-cusion-cover h4 { font-size: 28px; font-weight: 400; text-transform: uppercase;line-height: 25px;}
.cusion-box .cusion-img { margin-bottom: 25px;}
.cusion-box .cusion-text h5 {font-size: 18px;text-transform: uppercase; font-weight: 800;margin-bottom: 10px;}


.hospital-outkit { padding-top: 50px !important;}
.linen-cusion-cover h5 {font-size: 18px;text-transform: uppercase;font-weight: 800;}
.cusion-box .cusion-img img { width: 100%;}

.out-kit-sec .med-text h4 {font-size: 16px; text-transform: uppercase; margin-bottom: 0;}
.home-categories .category-head p{font-family: 'Playfair Display', serif;}
.logo-content .captn-box.mob { display: none;}





/*-------------------------*/
@media only screen and (min-width:1560px) and (max-width:1660px){
	.container{
		width:1530px;	
	}

    .school-apl-boys::after{background-size: 380px;    width: 399px;height: 733px;}
    .school-apl-girls::after { background-size: 340px;width: 330px;height: 750px; }
    .behind-box .behind-text {min-height: 300px; }

}
@media only screen and (min-width:1460px) and (max-width:1560px){
	.container{
		width:1430px;	
	}

    .school-apl-boys::after { background-size: 340px;width: 339px; height: 703px;}
    .school-apl-girls::after { background-size: 270px; width: 270px;height: 610px; }
    .behind-box .behind-text { min-height: 300px; }
    
}

@media only screen and (min-width:1360px) and (max-width:1460px){
	.container{
		width:1330px;	
	}
    .school-apl-boys::after {background-size: 300px; width: 339px; height: 663px;}
    .school-apl-girls::after {background-size: 270px; width: 270px;height: 610px; }
    .behind-box .behind-text { min-height: 320px;}
	
}
@media only screen and (min-width:1260px) and (max-width:1360px){
	.container{
		width:1200px;	
	}

    .school-apl-boys::after {background-size: 300px; width: 339px;height: 663px;}
    .school-apl-girls::after {background-size: 230px;width: 200px; height: 590px; }

    .behind-box .behind-text { min-height: 350px; }
}
@media only screen and (min-width:992px) and (max-width:1260px){
	.container{
		width:960px;	
	}
	
	
}
@media only screen and (min-width:768px) and (max-width:991px){
	
	
}
@media only screen and (max-width:1660px){
    .explore-ucg .explore-text { padding-top: 20px; padding-left: 120px;}
    .beyond-content .beyond-box h2{ font-size: 20px;}
    .school-uniform .unifom-txt h3{ font-size: 38px;}

   
   
    

}

@media only screen and (max-width:1560px){

    .stand-out .stand-content h1{font-size: 130px;line-height: 95px;}
    .stand-out .stand-content h2{font-size: 100px;line-height: 70px;}
    .stand-out .stand-content h4{font-size: 75px;line-height: 70px;}
    .stand-out .stand-content h3{font-size: 86px;line-height: 75px}
    .stand-out .stand-text{font-size: 20px;}
    .stand-out .stand-text p {line-height: 26px;}
    .stand-out .stand-right { padding-left: 40px;}
    .corporate-active .corporate-text h2{    font-size: 38px;}

}
@media only screen and (max-width:1460px){

    .who-section .who-content h2{ font-size: 32px;}
    .why-box .why-text{min-height: 220px;}
    .deep-understand .deep-content h2 { font-size: 36px; line-height: 42px;}
    .boost-business .boost-content h2{font-size: 80px; line-height: 80px;}
    .boost-business .boost-content h4{ line-height: 40px; font-size: 26px; margin-bottom: 10px;}
    .boost-business .boost-content h3{line-height: 50px;    font-size: 45px;}
    .beyond-content .beyond-box h2{padding-top: 5px;font-size: 18px;}
    .custom-dress .custom-content h2{font-size: 35px;}
    .school-uniform .unifom-txt h3 { font-size: 32px; margin-bottom: 10px;}
 /*   .medical-condent .med-text h3{    font-size: 28px;}*/
    .chef-coat .chef-content{padding-top: 40px;}

    
}
@media only screen and (max-width:1360px){


    .image-box .category-image h2 {  font-size: 16px;min-width: 270px;  padding: 12px 10px; }
    .footer-content .footer-box { width: 33.3%;}
    .footer-box .footer-call { margin-bottom: 20px;}
    .beyond-content .beyond-box h2 { font-size: 16px; line-height: 22px; }
    .custom-dress .custom-content h2 {font-size: 30px; line-height: 35px;}

    .corporate-active .corporate-text h2 { font-size: 30px;}
    .corporate-active .corporate-text { padding-top: 60px; }
    .why-chose-sec .chose-txt{margin-top: 50px;}

    .logo-content .nav-box ul li + li { margin-left: 20px;}
    
	
}
@media only screen and (max-width:1260px){
  
     
  
    .logo-content .nav-box{padding-right: 40px;}
    .who-section .who-content h2 { font-size: 24px; line-height: 32px;}
    .who-section .who-content { padding-right: 0;}
    .stand-out .stand-content h1 { font-size: 100px; line-height: 70px;margin-bottom: 10px; }
    .stand-out .stand-content h2 { font-size: 90px; line-height: 70px;}
    .stand-out .stand-content h4 { font-size: 65px; line-height: 50px; }
    .stand-out .stand-content h3 {font-size: 70px; line-height: 60px;}
 /*   .stand-out .stand-text{    color: #000;}*/
    .stand-out .stand-image img { width: 460px;}
    .stand-out .stand-content{    max-width: 400px;}
    .stand-out .stand-text{    max-width: 400px;    margin-bottom: 10px;}
    .stand-out .button-box.white { max-width: 400px;}
    .why-box .why-text { min-height: 250px;}
    .why-go-ucg { padding: 30px 0 30px; }


    .inner-banner h2 { font-size: 30px; line-height: 40px;;}
    .deep-understand .deep-content{padding-top: 20px;}
    .deep-understand .deep-content h2 { font-size: 22px;line-height: 28px;}
    .boost-business .boost-content h2 { font-size: 44px;line-height: 50px;}
    .boost-business .boost-content h4 {line-height: 30px;font-size: 20px;}
    .boost-business .boost-content h5 {line-height: 26px;font-size: 16px;}
    .boost-business .boost-content h3 {line-height: 32px; font-size: 32px;}
    .beyond-content { display: flex; flex-wrap: wrap;}
    .beyond-content >.wpb_column { width: 50%;}
    .custom-dress .custom-content h2 {  font-size: 24px;}
    .custom-dress .custom-content h3{    font-size: 18px;}
    .contact-section {  padding: 60px 0;}
    .contact-section .contact-head h2{font-size: 30px;}
    .contact-addrs .adrs-box .adrs-icon { width: 30px; }
    .contact-addrs .adrs-box .adrs-txt {width: calc(100% - 30px);padding-left: 10px;}
    .contact-content .second-box >.vc_column-inner { padding: 30px 20px;}
    .contact-content .third-box >.vc_column-inner { padding: 30px 15px; background-size: cover; }
    .contact-box .contact-info h3{ font-size: 25px;}
    .contact-box .form h3{font-size: 25px;}
    .contact-addrs .adrs-box .adrs-txt p br { display: none; }
    .contact-addrs .adrs-box +.adrs-box { margin-top: 0px;}
    .school-uniform .unifom-txt h3 {font-size: 25px;}
    .school-uniform {padding: 30px 0;}

    .customized-unifm .unifm-head h2 { font-size: 35px; margin-bottom: 10px; }
    .customized-unifm .unifm-head p br { display: none;}
    .accessories-section .accessories-text{padding-top: 50px;}
    .school-apparel .wpb_column .vc_column-inner { padding-top: 0 !important;}
    .school-apparel h2 { font-size: 30px; margin-bottom: 20px; }
    .school-apl-boys::after { background-size: 270px; width: 339px; height: 523px;}
    .school-apl-girls::after { background-size: 230px;width: 200px; height: 590px;}

    .medical-workwear { padding: 50px 0;}
    .medical-workwear .medical-head h2 { font-size: 30px; margin-bottom: 40px;}
  /*  .medical-condent .med-text h3 { font-size: 25px; }*/
    .medical-condent .wpb_column >.vc_column-inner { padding-right: 15px; padding-left: 15px; }
    .medical-workwear .medical-condent { margin-left: -15px;margin-right: -15px; }
    .behind-stitches { padding: 50px 0;}
    .behind-stitches h2{font-size: 30px;}
    .behind-box .behind-text{min-height: 430px;}
    .why-chose-sec .chose-txt { margin-top: 0;}
    .why-chose-sec { padding: 0 0 20px;}
    .women-coat .custom-content h2{font-size: 25px !important;}

    .bed-lenin-sec .bed-lin-txt { padding-left: 0;}
    .linen-sepecific { padding: 30px 0;}
    .specific-table .table tbody tr td{    padding: 30px 15px;}
    .specific-table .table tbody tr th:nth-child(3) { width: 300px !important;}
    .cusion-text .cusin{    font-size: 14px;}

    .logo-content .logo-box {
        width: calc(50% - 110px);
    }
    .logo-content .captn-box{width: 220px;    font-size: 18px;}
    .logo-content .nav-box{    width: calc(50% - 110px);}
    .logo-content .captn-box::after{    width: 231px;height: 52px;}
    .logo-content .nav-box ul li + li {
        margin-left: 16px;
    }
    .logo-content .nav-box ul li{font-size: 12px;}
}
@media only screen and (max-width:991px){
    .logo-content .nav-box {display: none;}
    .mob-menu {display: block;width: calc(50% - 110px);text-align: right;}
    .top-section .banner-section{top: 0;    margin-bottom: 0;}
   /* .top-section { background-color: #fff;}*/
    .logo-section .logo-content { border-bottom: none; padding-bottom: 0;}
    .footer-box .footer-logo img { width: 120px;}
    .image-box .category-image h2 { font-size: 14px; min-width: 200px; }
	.stand-out .stand-right { padding-left: 0px; }
    .stand-out .stand-content h1{font-size: 80px;}
    .stand-out .stand-content h2 { font-size: 70px; }
    .stand-out .stand-content h4 { font-size: 50px;}
    .stand-out .stand-content h3 { font-size: 50px; }
    .mission-vission { padding: 20px 0;}
    .why-go-ucg h2{    font-size: 36px;}
    .why-box .why-text { min-height: 330px;}
    .passion-section .passion-left h3 {font-size: 30px; line-height: 38px;}
    .button-box .vc_general.vc_btn3{font-size: 16px;padding: 14px 22px;}

    .inner-banner{ margin-top: 0;}
    .inner-banner h2{ padding-top: 0;}
    .inner-banner{  padding: 50px 0 30px;}
    .inner-banner h2 { font-size: 24px;  line-height: 30px; }
    .deep-understand {padding: 20px 0;}
    .deep-understand .deep-content{    text-align: center;}
    .deep-understand .deep-image { text-align: center !important;}
    .boost-business { background-size: cover;background-position: center !important; }
    .boost-business .boost-content h2 {font-size: 30px; line-height: 30px; margin-bottom: 10px; }
    .boost-business .boost-content h4 {line-height: 20px; font-size: 16px;}
    .boost-business .boost-content h5 br {display: none; }
    .boost-business .boost-content h5 { line-height: 18px; font-size: 14px; margin-bottom: 8px; }
    .boost-business .boost-content h3 { line-height: 26px; font-size: 25px; }
    .boost-business .boost-content{    padding: 30px 20px;    margin-top: 10px;    margin-bottom: 0;}
    .location-map .map-section iframe { height: 300px;}

    .we-care-what .care-text{ padding-right: 0px;padding-top: 20px;}
    .we-care-what .care-text h2{ font-size: 30px;    margin-bottom: 20px;}
    .accessories-text h3{font-size: 35px;}
    .school-apparel h2 { font-size: 20px;}
    .school-apl-boys::after, .school-apl-girls::after{background-image: none;}
    .behind-box .behind-text { font-size: 16px; padding: 60px 15px 20px 15px; }
    .medical-condent .med-text h3 {font-size: 20px;}
    .contact-box .form .submit-btn input[type="submit"]{ font-size: 18px; min-width: 200px;letter-spacing: 2px; }
    .corporate-active .corporate-text h2 { font-size: 26px;}

    .features-sectin { padding: 20px 0;}
    .linen-sepecific { padding: 30px 0 0;}
}
@media only screen and (max-width:767px){

	.mob-menu{display: block;text-align: right;}
    .image-box .category-image {margin-bottom: 20px;}
    .home-categories {  padding: 30px 0 0;}
    .home-categories .category-head h3{font-size: 28px;}
    .who-section .who-image { text-align: center !important;}
    .who-section .who-content {text-align: center; }
    .who-we-are { padding: 10px 0;}
    .who-we-are .who-content h4{letter-spacing: 0;}
    .who-section .button-box { text-align: center !important;}
    .button-box .vc_general.vc_btn3 { letter-spacing: 0; font-size: 16px;}
    .who-section .who-content h2 br {display: none;}
    .stand-out .stand-right { background-color: #043342;}
    .stand-out .stand-content { margin: 0 auto 20px;}
    .stand-out .stand-text { margin: 0 auto 20px; color: #fff;}
    .stand-out .button-box.white { margin: 0 auto 40px;}
    .stand-out .stand-text p br { display: none;}
    .stand-out { background-position: left !important;}
    .mission-box .mission-img { text-align: center !important;    margin-bottom: 10px;}
    .mission-box .mission-text { text-align: center;    margin-bottom: 10px;}
    .mission-box .mission-text h3 { font-size: 30px;}
    .explore-ucg .explore-text { padding-left: 0;}
    .explore-ucg .explore-text h3 { font-size: 30px;margin-bottom: 5px; text-align: center;}
    .why-go-ucg .wpb_column >.vc_column-inner { padding-top: 0 !important;}
    .why-go-ucg h2 {font-size: 30px;text-align: center !important;}
    .why-box .why-image { padding-left: 0; text-align: center;}
    .why-box .why-text {min-height: auto; text-align: center;margin-bottom: 0;}
    .passion-section .passion-left { text-align: center; margin-bottom: 0;}
    .passion-section .button-box { padding-top: 0; text-align: center !important;}
    .passion-section .wpb_column >.vc_column-inner { padding-top: 20px !important;}
    .passion-section .passion-left h3 br { display: none;}
    .fueled-passion .passion-section{padding: 0;}
    .fueled-passion { margin-bottom: 30px;}
    .footer-section{padding: 40px 0 30px;}

    .inner-banner h2 br { display: none;}
    .deep-understand .deep-content h2 { font-size: 18px; }
    .deep-understand .deep-content p { line-height: 26px;}
    .about-section .about-content h2{    font-size: 25px;}
    .about-section .about-content h3 { font-size: 20px; margin-bottom: 18px;}
    .about-section .about-content p {line-height: 26px;}
    .beyond-business .wpb_column >.vc_column-inner {padding-top: 0 !important;}
    .beyond-business .beyond-head h3 { font-size: 22px;}
    .beyond-content >.wpb_column { text-align: center;}
    .beyond-content .beyond-box .beyond-img {text-align: center;}
    .beyond-content .beyond-box h2 { text-align: center !important;}
    .beyond-content { padding: 10px 0;}
    .custom-dress { padding: 30px 0;}
    .custom-dress .custom-content h2 { font-size: 20px;text-align: center; line-height: 26px;}
    .custom-dress .custom-image { padding-top: 0; }
    .custom-dress .wpb_column >.vc_column-inner { padding-top: 0 !important; }
    .contact-section .contact-head { text-align: center;}
    .contact-section { padding: 30px 0; }
    .contact-section .contact-head h2 { font-size: 22px; }
    .contact-box .contact-info {text-align: center; }
    .contact-box .contact-suport { margin-bottom: 0;}
    .contact-content .first-box >.vc_column-inner { height: 970px; }
    .contact-box .form h3 {text-align: center; }
    .contact-box .form .fid-box { text-align: center;}
    .we-care-what .care-text { text-align: center;}
    .we-care-what .care-image { text-align: center !important; }
    .we-care-what { padding: 20px 0 0; }
    .we-care-what .care-image { margin-bottom: 0; }
    .beyond-content .wpb_column >.vc_column-inner { padding-top: 0 !important;}
    .we-care-what .care-text h3{letter-spacing: 0;}
    .school-uniform .unifom-txt h3 { text-align: center;}
    .customized-unifm .unifm-head h2 { font-size: 25px;line-height: 24px;}
    .customized-unifm .unifm-head{margin-bottom: 20px;}
    .accessories-section { background-size: cover;}
    .accessories-section .accessories-text { padding-top: 0; text-align: center;padding-right: 0;}
    .accessories-section .wpb_column >.vc_column-inner {padding-top: 0 !important;}
    .accessories-text h3 { font-size: 25px;}
    .school-apparel .apparel-box + .apparel-box { padding-left: 0; }
    .apparel-desktop .apparel-box .left-img {padding-top: 20px;}
    .apparel-box .right-img-girls { padding-top: 0;}

    .medical-workwear .medical-head {text-align: center; margin-bottom: 20px;}
    .medical-workwear .medical-head h3 { font-size: 16px; letter-spacing: 0px;margin-bottom: 0;}
    .medical-workwear .medical-head h2 { font-size: 26px; margin-bottom: 20px;}
    .medical-workwear .medical-condent { margin-top: 0;}
    .medical-condent .med-img {margin-bottom: 10px; }
    .medical-condent .wear-img { padding-top: 0;}
    .medical-workwear { padding: 30px 0 10px; }
    .medical-condent .med-text {margin-bottom: 20px;}
    .behind-box .behind-text { min-height: auto;text-align: center;}
    .behind-stitches h2 {font-size: 24px;text-align: center !important;}
    .behind-box .behind-img{ left: 50%;transform: translateX(-50%);}
    .corporate-active .corporate-text {padding-top: 0; text-align: center;}
    .corporate-active .corporate-text h2 { font-size: 22px; }
    .corporate-active { padding: 30px 0; }
    .why-chose-sec .chose-txt { text-align: center;    margin-bottom: 0;}
    .why-chose-sec .chose-image { margin-bottom: 20px; }

    .essential-item .wpb_column >.vc_column-inner {padding-top: 0 !important;}
    .chef-coat .chef-content { padding-top: 0;text-align: center;font-size: 16px; }
    .medical-condent .med-text p{font-size: 16px;}
    .women-coat .custom-content h2 { font-size: 20px !important;}
    .women-coat .custom-image { margin-bottom: 0;}
    .features-sectin .featr-txt { font-size: 16px; }
    .cook-shirt { padding: 20px 0;}
    .cook-shirt .cook-img { margin-bottom: 0;}
    .cook-shirt .cook-txt h3 {  font-size: 22px; text-align: center;}
    .cook-shirt .cook-txt h4 {font-size: 18px;}
    .cook-shirt .cook-txt { font-size: 16px;    margin-bottom: 0; }
    .waist-coat h3 {font-size: 22px; text-align: center !important; }
    .chef-coat .chef-content h3{font-size: 25px;}

    .bed-lenin-sec .wpb_column >.vc_column-inner { padding-top: 0 !important;}
    .specific-table .table tbody tr td{font-size: 16px;}
    .linen-sepecific .specific-table { overflow-x: scroll; }
    .linen-sepecific h3{font-size: 20px;}
    .specific-table .table tbody tr th{font-size: 15px;}
    .specific-table .table tbody tr td { font-size: 14px;}
    .linen-cusion-cover h3 { font-size: 22px;}
    .linen-cusion-cover h4{font-size: 22px;}
    .cusion-img img { width: 100%;}

    
}
@media only screen and (max-width:640px){
    .footer-section .footer-content { display: block;}
    .footer-content .footer-box { width: auto; text-align: center; margin-bottom: 20px;}
    .footer-content .footer-box h4 {margin-bottom: 5px; }
    .footer-box .social-links { display: inline-flex;}
	
}

@media only screen and (max-width:550px){
    .beyond-content {display: block;}
    .beyond-content >.wpb_column { width: auto;}
    .beyond-business .beyond-head{margin: 0 auto 0px;}
    .features-sectin .featr-txt ul li{display: block;    width: auto;}
    .features-sectin .featr-txt h3 { text-align: center;}
}
@media only screen and (max-width:480px){

    .logo-content .logo-box img { width: 75px; }
    .top-box .top-link a{font-size: 14px;}
    .stand-out .stand-content h1 { font-size: 50px;    line-height: 40px;}
    .stand-out .stand-content h2 { font-size: 40px;line-height: 35px; }
    .stand-out .stand-content h4 { font-size: 30px;line-height: 35px;}
    .stand-out .stand-content h3 { font-size: 40px; line-height: 45px;letter-spacing: 2px;}
    .passion-section .passion-left h3 { font-size: 22px; line-height: 32px;}
    .explore-ucg .explore-text p {letter-spacing: 0px;}
    .mission-vission .wpb_column >.vc_column-inner { padding-top: 0 !important;}
    .mission-box .mission-text{ font-size: 16px;}
    .mission-box .mission-text h3 { font-size: 22px; line-height: 24px;}
    .explore-ucg .explore-text h3 { font-size: 22px; }
    .why-go-ucg h2 {font-size: 22px;}
    .who-section .who-content h2 { font-size: 20px;line-height: 28px;margin-bottom: 10px;}
    .who-we-are .who-content p{font-size: 16px;line-height: 24px;}
    .home-categories .category-head h3 { font-size: 22px; }
    

    .inner-banner h2 { font-size: 20px;line-height: 26px; }
    .contact-content .first-box >.vc_column-inner {height: 620px;}
    .location-map .map-section iframe {height: 200px;}
    .custom-dress .custom-content ul li +li { margin-top: 10px; }
    .school-uniform .unifom-txt h3 {font-size: 20px;}
    .school-apparel .apparel-desktop { display: none;}
    .school-apparel .apparel-mobile {display: block;}
    .apparel-mobile .wpb_wrapper >.wpb_single_image { margin-bottom: 10px; }
    .apparel-mobile .left-img img { width: 150px;}
    .apparel-mobile .right-img img {width: 130px;}
    .apparel-mobile .gls-last-img img { width: 260px;}
    .deep-understand .deep-content h3{letter-spacing: 0;}
    .deep-understand .deep-content{font-size: 16px;}
    .about-section { padding: 0 0 30px;}
    .beyond-business .beyond-head{font-size: 16px;}
    .custom-dress .custom-content p { line-height: 26px; text-align: center;  }
    .custom-dress .custom-content {font-size: 16px;}
    .custom-dress .custom-content h3 {text-align: center; }
    .custom-dress .custom-content h2{font-size: 18px;}
    .we-care-what .care-text{ font-size: 16px;}
    .we-care-what .care-text h3{font-size: 16px;}
    .we-care-what .care-text h2 {font-size: 22px; margin-bottom: 10px;}
    .school-uniform .unifom-txt ul li{ font-size: 16px;}
    .accessories-section .accessories-text{font-size: 16px; margin-bottom: 10px;}
    .accessories-section .accessories-image { margin-bottom: 0;}
    .medical-workwear .medical-head h2{    font-size: 22px;}
    .medical-condent .med-text ul li{font-size: 16px;}
    .medical-condent .med-text h3 { font-size: 18px;margin-bottom: 10px;}
    .behind-stitches { padding: 30px 0;}
    .contact-box .form .submit-btn input[type="submit"] { font-size: 18px; min-width: 180px;letter-spacing: 0; padding: 10px 15px; }
    .contact-box .form .fid-box textarea { height: 140px; }
    .medical-condent .med-text p{font-size: 16px;}

    .out-kit-sec .resort-unifm ul li { display: block; width: auto;}
    .out-kit-sec .resort-unifm p {margin-bottom: 10px;}
    .corporate-active { padding: 30px 0 0;}
    .medical-condent .med-text h5 {font-size: 18px;}

    .bedding-sec .beding-txt {margin-bottom: 0; }
    .bed-lenin-sec .bed-lin-txt h4{font-size: 22px;}

    .contact-box .form .fid-box img{left: 10px;}
    .contact-box .form .fid-box input[type="text"], .contact-box .form .fid-box input[type="tel"], .contact-box .form .fid-box input[type="email"], .contact-box .form .fid-box textarea{padding: 10px 40px;font-size: 14px;}
    .contact-box .form .submit-btn span.wpcf7-spinner { display: block;margin: 0 auto; }

    .school-uniform .unifom-txt {margin-bottom: 0;}
    .school-uniform .wpb_column >.vc_column-inner { padding-top: 0 !important;}
    /*.logo-content .captn-box{    width: 190px;    font-size: 15px;}
    .logo-content .captn-box::after {
        width: 200px;
        height: 46px;
    }
*/

    .logo-content .captn-box { width: 180px; font-size: 14px; margin-left: 30px;}
    .logo-content .captn-box::after { width: 190px;height: 46px;}
    .home-categories .category-head { margin-bottom: 0;}




    .specific-table .table tbody tr th { display: none;}
    .specific-table .table tbody tr td {display: block; position: relative; padding: 30px 15px 30px 180px;    text-align: left;}
    .specific-table .table tbody tr td:nth-child(1)::after { position: absolute;content: "Quality"; left: 15px;top: 50%;  transform: translateY(-50%);font-weight: 700;}
    .specific-table .table tbody tr td:nth-child(2)::after { position: absolute; content: "Pattern"; left: 15px; top: 50%;  transform: translateY(-50%);font-weight: 700;}
    .specific-table .table tbody tr td:nth-child(3)::after { position: absolute;content: "Fabric Construction"; left: 15px; top: 50%; transform: translateY(-50%); font-weight: 700;}

   
   	
}
@media only screen and (max-width:380px){
	
	.apparel-mobile .gls-last-img img {width: 230px;}
	
}
