body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #000;
    line-height: normal;
    margin: 0px;
    padding: 0px;   
	background-size:auto;
	background-repeat:repeat;
	background-position:center center;
}

.btn-primary {
    background: #4D4DFF;
    background: linear-gradient(to bottom, #4D4DFF 0%, #071d8f 101%);
    color: #fff;
}

/*Start  CSS*/
.banner_text {
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
}
.banner_text h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.menu ul li ul.dropdown {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .5s ease;
  top: 35px;
  padding: 10px 0px;
  margin: 0px;
  width: 170px;
  background: #111;
}
.menu ul li.cate:hover ul.dropdown {   
    height: 155px;
  opacity: 1;
  transform: translateY(0);
}
.menu ul li ul.dropdown li a {
    color: #fff;
}
.menu ul li ul.dropdown li:hover a {
    color: #fdc716;
}

.container-fluid.heading {
	    margin-top: 138px;
	float: left;
	width: 100%;
	text-align: center;
	background: url('../topb.jpg');
	padding: 100px 0 65px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.heading_text h4 {
	font-size: 54px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-transform:capitalize;
}

.container-fluid.about {
    float: left;
    width: 100%;
    padding: 0px 0px 50px;
}
.about_txt h2 {
    font-size: 26px;
    color: #105eb0;
    font-weight: 500;
    margin: 0px;
    padding-top: 60px;
}
.about_txt p {
    font-size: 15px;
    color: #5a5a5a;
    padding: 0px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
.aimg {
    margin-top: 109px;
}
.contact {
    float: left;
    width: 100%;
    padding: 50px 0px 75px;
}
.contact .card-title {
	color: #0071bc;
}
.address {
    float: left;
    width: 100%;
}
.address h3, .map h3 {
	font-size: 28px;
	color: #2431be;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
	margin-bottom: 22px;
}
.address p {
    font-size: 15px;
    color: #5a5a5a;
    padding: 0px 15px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
	font-weight:400;
}
.address p a {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}

.container-fluid.inquiry {
    float: left;
    width: 100%;
    position: relative;
    bottom: 70px;
}

.iimg {
    margin-top: 90px;
}








.top-bar {
    top: 12px;
    z-index: 41;
    position: absolute;
    left: 50%;
    width: 41%;
    border-bottom: 2px solid #fff;
    right: 0px;
}
ul.top_link {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
ul.top_link li {
    display: inline-block;
    padding: 0px 9px;
    line-height: 45px;
    color: rgb(255 255 255 / 87%);
    font-size: 26px;
}
ul.top_link li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Lato', sans-serif;
}
ul.top_link li a:hover {
    color: #d8482a;
}


.header {
    height: 90px;
    background: #ffffff;
}
.logo {
    line-height: 90px;
    margin-top:0px;
    
}
	.navbar {
	min-height: 90px !important;
	border: 0;
	background: #fff !important;
}
.menu.navbar-header {
    float: right;
}
.menu {
    float: right;
}
.menu ul {
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
}
.menu ul li {
    display: inline-block;
    padding: 0px 17px;
    margin: 0px;
    border-radius: 50px;
}
.menu ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #105eb0;
    line-height: 110px;
    text-decoration: none;
    padding: 0px;
    text-transform: none;
    height: 110px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.menu ul li a:hover{
    background:transparent;
    color:#147fc3;
}

.menu ul li.login {
    background: #fff;
    margin-right: 13px;
    padding: 0px 35px;
    border-radius: 50px;
    margin-left: 20px;
}
.menu ul li.login a {
    font-weight: 600;
    color: #105eb0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.menu ul li.sign {
    background: #d8482a;
    margin-right: 13px;
    padding: 0px 35px;
    border-radius: 50px;
}
.menu ul li.sign a {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
/*.menu ul li:hover,
.menu ul li:focus {
    background: #d8482a;
}
.menu ul li:hover a,
.menu ul li:focus a {
    color: #fff;
    background: none;
} */
.menu ul li:last-child {
  
}


div#navbar {
    padding-left: 0px;
}
.navbar-collapse {
    padding-right: 0px !important;
}
.design {
    float: left;
    width: 100%;
    position: relative;
    bottom: 201px;
}
.design img {
    width: 100%;
}

.section_1 {
	margin-top: 340px;
    float: left;
    width: 100%;
    position: relative;
    padding-top: 0px;
	padding-bottom:45px;
	border-bottom:1px solid #e1e1e1;
	background:#fff;
}


.section_2 {
    float: left;
    width: 100%;
    position: relative;
	padding-top:64px;
}
.heading h2 {
    font-size: 40px;
    color: #2431be;
    font-weight: 600;
    margin: 0px;
    margin-top: 50px;
	margin-bottom:50px;
}
.heading p {
    font-size: 22px;
    color: #000;
    padding-top: 11px;
    margin-bottom: 30px;
}
.team_088_wrapper {
    margin-bottom: 25px;
}
.team_088_content {
    bottom: 80px;
    text-align: center;
    background: rgb(1 30 65 / 80%);
    width: 75%;
    padding: 9px;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -ms-transition: -webkit-transform 0.35s, color 0.35s;
    -o-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
}
.team_088_wrapper:hover .team_088_content {
    -webkit-transform: translate3d(0,0%,0) translate3d(0,-40px,0);
    -moz-transform: translate3d(0,0%,0) translate3d(0,-40px,0);
    -ms-transform: translate3d(0,0%,0) translate3d(0,-40px,0);
    -o-transform: translate3d(0,0%,0) translate3d(0,-40px,0);
    transform: translate3d(0,0%,0) translate3d(0,-40px,0);
}
.team_088_content > h4 {
    font-size: 22px;
    font-weight: 600;
}
.team_088_content > p {
    font-size: 12px;
}
.team_088_content > h6 {
    font-size: 20px;
    color: #03e296;
    font-weight: 500;
}

.section_3 {
    float: left;
    width: 100%;
    background: url(../img/banner.jpg) no-repeat;
    padding: 99px 0px;
    background-size: cover;
}
.info-block {
    text-align: center;
}
.info-block h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    background: url(../img/line.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.info-block p {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
}
.section_4 {
    float: left;
    width: 100%;
    padding: 80px 0px 0px;
}
.cate_img img {
    width: 100%;
}
.block {
    padding-left: 99px !important;
}
.block .about {
    
}
.block .about h1 {
    font-size: 42px;
    color: #105eb0;
}
.block .about p {
    font-size: 19px;
    color: #000;
    line-height: 28px;
    padding-bottom: 25px;
    padding-top: 5px;
}
.block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.block ul li {
    display: inline-block;
    background: #646464;
    width: 38%;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 18px 10px;
    text-align: center;
}
.block ul li h5 {
    font-size: 20px;
    color: #fff;
}
.block ul li p {
    font-size: 14px;
    color: #fff;
}
.block ul li a {
    display: none;
    font-size: 14px;
    color: #0f79bf;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.block ul li:nth-child(1) a {
    position: absolute;
    bottom: 175px;
    left: 145px;
}
.block ul li:nth-child(2) a {
    position: absolute;
    bottom: 175px;
    right: 128px;
}
.block ul li:nth-child(3) a {
    position: absolute;
    bottom: 28px;
    left: 145px;
}
.block ul li:nth-child(4) a {
    position: absolute;
    bottom: 28px;
    right: 128px;
}
.block ul li:hover {
    background: #105eb0;
}
.block ul li:hover a {
    display: block;
}



.section_5 {
    float: left;
    width: 100%;
	padding-bottom:20px;
background-image:url('../2021-bg.jpg') !important;
	background-size:auto;
	background-repeat:repeat;
	background-position:center center;
}


.section_6 {
	background: #e1e1e1;
	padding: 82px 0 100px;
}
.section_60 {
	background: #fff;
	padding: 82px 0 0px 0;
}
.section_60 .head {
	padding-top: 82px;
}
.section_60 .head p{

	color: #010101;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
}
.section_60 .head h2 {
	color: #2431be;
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	padding-bottom: 32px;
}

.section_7 {
    float: left;
    width: 100%;
    padding: 80px 0px 150px;
}

.section_7 .head h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2431be;
    padding-bottom: 30px;
}

.accordion-item {
    border: 1px solid #d7d7d7 !important;
    border-radius: 4px !important;
    margin-bottom: 15px !important;
    padding: 2px;
}
#flush-headingOne {
    margin-top: 0;
}
.accordion-header {
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 0;
    margin: 0;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    font-size: 20px;
    color: #2431be;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-weight: 500;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    box-shadow: 0 0 0;
}
.accordion-button i {
	background: #ececec;
	color: #393939;
	width: 25px;
	margin-right: 15px;
	padding: 5px;
	border-radius: 25px;
	font-size: 15px;
	text-align: center;
}

.section_8 {
    padding: 20px 0 50px;
}
.section_8 .head h2 {
    color: #105eb0;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 60px;
}


.brand {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.15);
    margin-top: 20px;
}
.brand img {
    width: 100%;
}

.pd-r {
    padding-right: 0px !important;
}
.pd-l {
    padding-left: 0px !important;
}


footer {
    background: #4D4DFF;
    background: linear-gradient(to bottom, #4D4DFF 0%, #071d8f 101%);
	float: left;
    width: 100%;
	padding:0;
}
.footer-top {
    padding: 14px 0 23px;
}
.feat {
    text-align: center;
}
.feat p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
}
.footer-bottom {
    padding: 12px 0 18px;
}

footer h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
    background: url(../img/fline.jpg) no-repeat left bottom;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
footer .Col_2 h3 {

}
footer .Col_1 {
    padding: 0px;
    padding-right: 30px;
}
footer .Col_2 {
    padding: 0px 50px 0px 60px;
}
footer .Col_3 {
    padding: 0px;
}
.flogo {
    margin-bottom: 20px;
}
footer .Col_1 li img {
    float: left;
    margin-right: 11px;
}
footer .Col_1 ul li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .Col_1 ul li:nth-child(1) {
    font-size: 22px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
footer .Col_1 ul li:nth-child(2) {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
footer .Col_1 ul li:nth-child(3) a {
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
footer .Col_1 ul li:nth-child(3) {
     border: none;
}

footer .Col_1 ul, footer .Col_2 ul, footer .Col_3 ul, footer .Col_4 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer .Col_1 ul li, footer .Col_2 ul li, footer .Col_3 ul li, footer .Col_4 ul li {
    padding-bottom: 18px;
}
footer .Col_1 ul li a, footer .Col_2 ul li a, footer .Col_3 ul li a, footer .Col_4 ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
footer .Col_3 p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px;
    margin-bottom: 30px;
}
footer .Col_3 form input.news {
    width: 240px;
    height: 50px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #797979;
    padding: 0px 20px;
    border-radius: 2px 0px 0px 2px;
    font-style: italic;
    float: left;
}
footer .Col_3 form input.news-btn {
    width: 52px;
    height: 50px;
    font-size: 0px;
    border: none;
    background: url(../img/news.html) no-repeat #ff6600 center center;
}
footer .Col_3 .social {
    float: left;
    width: 100%;
    margin-top: 25px;
}
footer .Col_3 .social ul {
    
}
footer .Col_3 .social ul li {
    padding: 0px 0px;
    display: inline-block;
    border: 1px solid #4369cf;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 9px;
    border-radius: 3px;
}
footer .Col_3 .social ul li:hover {
    border: 1px solid #4369cf;
    background: #ff6600;
}
footer .Col_3 .social ul li i {
    color: #fff;
}



.contact {
    float: left;
    width: 100%;
}
.contact ul {
    list-style: none;
    margin: 0px;
    padding: 20px 0px 0px;
}
.contact ul.link {
    padding: 0px;
}
.contact ul li {
    padding-bottom: 30px;
    font-size: 15px;
    color: #fff;
    width: 100%;
}
.contact ul.link li {
    padding-bottom: 9px;
}
.contact ul li i {
    margin-right: 5px;
    font-size: 11px;
}
.contact ul li img {
    margin-right: 7px;
}
.contact ul li a {
    font-size: 15px;
    color: #fff;
    width: 100%;
    text-decoration: none;
}
.contact ul li a:hover {
    color: #fff;
}
.footer-text .social_icon {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.footer-text .social_icon li {
    display: inline-block;
    padding: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #53585a;
    text-align: center;
    margin: 0px 4px;
    line-height: 30px;
    border-radius: 3px;
}
.social_icon li a i {
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0px;
    position: relative;
    bottom: 1px;
}








.copyright {
    float: left;
    width: 100%;
    text-align: center;
    height: 48px;
    background: #fff;
    line-height: 46px;
    border-top: 1px solid #f3f3f4;
}
.right {
    line-height: 45px;
    font-size: 13px;
    color: #8e8e8e;
}

#button {
  display: inline-block;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
    text-decoration: none;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0f79bf;
    text-decoration: none;
}
#button:active {
  background-color: #555;
    text-decoration: none;
}
#button.show {
  opacity: 1;
  visibility: visible;
}









/*End Gameco CSS*/









.slider img {
    width: 100%;
}


/* products_page */





.banner img {
    width: 100%;
}

.main_wear {
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
    margin-bottom: 24px;
}
.visibility_description {
    padding-top: 30px;
}
.visibility_description h2 {
    background: url(../img/yellow_line.html) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 44px;
    font-weight: 400;
    color: #23292c;
}
.visibility_description span {
    font-weight: 600;
}
.visibility_description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.vesibilty_wear img {
    float: left;
    width: 100%;
}

.coveralls{ 
    background-color: #d4d9d5;
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
}
.coverall_description{
    padding-top: 51px;
}
.coverall_description h2{
    background: url(../img/yellow_line.html) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 44px;
    font-weight: 400;
    color: #23292c;
}
.coverall_description span{
    font-weight: 600;
}
.coverall_description p{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}


.safety_description{
    padding-top: 51px;
}
.safety_description h2{
    background: url(../img/yellow_line.html) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 44px;
    font-weight: 400;
    color: #fff;
}
.safety_description span{
    font-weight: 600;
}
.safety_description p{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}


.baseball { 
    background-color: #d4d9d5;
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
}
.baseball_description {
    padding-top: 51px;
}
.baseball_description h2 {
    background: url(../img/yellow_line.html) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 44px;
    font-weight: 400;
    color: #23292c;
}
.baseball_description span {
    font-weight: 600;
}
.baseball_description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.baseball_wear img {
    width: 100%;
}



.all_gloves {
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
    margin: 20px 0px;
}
.pro_heading h4 {
    padding-bottom: 16px;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    color: #23292c;
    background: url(../img/yellow_line.html) no-repeat bottom center;
    margin-bottom: 30px;
}
.pro_heading span {
    font-weight: 600;
}
.coverrals_wear img {
    float: left;
    width: 100%;
}
.safety_wear img{
    width: 100%;
}

.products p {
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}



.safety_piant{
    background: url(../img/products_bg.html) no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
    
}

.vest_jacket {
    float: left;
    width: 100%;
    margin-top: 14px;
    position: relative;
    bottom: 80px;
}

/* medical_page--*/
.medical{
    float: left;
    width: 100%;
    background: url(../img/pant_bg.html) no-repeat;
    background-size: cover;
    position: relative;
    bottom: 80px;
}

.medical_gown{
    background: url(../img/gown_bg.html) no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
}
.safety_description1{
    padding-top: 51px;
}
.safety_description1 h2{
    background: url(../img/yellow_line.html) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 44px;
    font-weight: 400;
    color: #23292c;
}
.safety_description1 span{
    font-weight: 600;
}
.safety_description1 p{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.chef_piant{
    background: url(../img/chef_bg.html) no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
    bottom: 80px;
    padding: 30px 0px;
}

.card:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin: 10px;
	background: #fff;
	padding: 14px 0px 14px 20px;
	padding:0;
	border-radius:5px;
	height:96.5%;
}
.card-body
		{
			justify-content: center;
  display: flex;
  flex-direction: column;
		}
.card-title a
{
	color: #212529;
}
.makkah-card {

	margin: 0;
    height:100%;
}
.card-header {
background: #4D4DFF;
    background: linear-gradient(to bottom, #4D4DFF 0%, #071d8f 101%);    padding: 0;
    padding-top: 10px;
    border: 0;
    padding-bottom: 10px;
}
.days {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 0px;
    width: 25%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffa63e;
}

.days h5 {
    text-align: center;
    font-size: 18px;
    color: #001a40;
    font-weight: 600;
}
.price {
    float: right;
    background: #ffa63e;
    width: 25%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}
.price h5 {
    text-align: center;
    font-size: 22px;
    color: #001a40;
    font-weight: 600;
}
.content {
    padding: 0px 20px;
    text-align: center;
    background-image: url(../images/face-bg.png);
    background-repeat: repeat;
}
.flip-card-back {
	padding: 0px;
    text-align: center;
    background-image: url(../images/face-bg.png);
    background-repeat: repeat;
}
.umrah-title {
	position: absolute;
    bottom: 10px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    left: 10px;
    right: 10px;
    width: auto;
    background: linear-gradient(to bottom, #4d4dffa8 0%, #071d8f 101%);
}
.umrah-dest{
	padding:20px 0;
	border-top: 1px dashed #d5d5d5;
}
.hotel-name {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
}
.stay {
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Roboto Condensed', sans-serif;
}
.imgs-caro {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0px;
}
.imgs-caro img{
	width: 100% !important;

}
/*.imgs-caro img {
	width: auto;
	height: 120px;
	margin: 0 auto;
} */







@media only screen and (max-width: 760px) {
	
	.container-fluid.heading {
    margin-top: 0px;
	float: left;
	width: 100%;
	text-align: center;
	background: url('../topb.jpg');
	padding: 40px 0 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.heading_text h4 {
	font-size: 24px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-transform:capitalize;
}
	
.header {
    padding: 0px;
    background-color: #fff;
    height: 60px;
    margin-top: 0px;
}
.menu.navbar-header {
    float: right;
}
.logo {
    padding-top: 0;
    line-height: 60px;
}
.logo img {
    width: 90% important
}
	.navbar {
    min-height: 60px !important;
    border: 0;
    background: #fff !important;
}
	.header .container {
    margin: 0;
}
    .menu ul li.login {
    margin-left: 35px;
    border: 1px solid #0f79bf;
    margin-right: 10px;
    background: #0f79bf;
    width: 41%;
    text-align: center;
    padding: 0px;
}
    .menu ul li.login a {
    font-weight: 700;
    color: #ffffff;
}
    .menu ul li.sign {
    border: 1px solid #0f79bf;
    background: #0f79bf;
    width: 40%;
}
    .menu ul li.sign a {
    font-weight: 700;
    color: #ffffff;
}
.navbar {
	min-height: 60px;
	border: 0;
	background: #fff !important;
	float: right;
	padding-right: 30px;
}
.navbar-toggle .icon-bar {
    background: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-collapse.in {
    width: 100%;
    background: #333333;
    padding-bottom: 10px;
    border: none;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.navbar-collapse {
    width: 100%;
}   
.menu {
    float: right;
    position: relative;
    top: -63px;
    z-index: 1;
}
.menu ul li {
    text-align: left;
    width: 100%;
    padding-left: 40px;
}
.menu ul li a {
  
}
    .menu ul {
    list-style: none;
    margin-top: 10px;
}
.menu ul li.social {
    display: none;
}
.carousel-indicators {
    display: none;
}
.mobile {
    padding: 0px;
}
.menu ul li.phone {
    top: 0px;
    width: 40%;
    display: inline-block;
    text-align: center;
    margin: 0px 30%;
}
    #fw_al_009 {
 
}
.menu ul li {
    text-align: left;
    width: 100%;
    padding-left: 40px;
}
.section_1 .heading-1 h2 {
  font-size: 25px;
}
.section_1 .heading h2 {
    font-size: 26px;
}
.boxs > div {
    margin-bottom: 25px;
}
.boxs > div .editor-content .head h2 {
    font-size: 22px;
}
.boxs > div .editor-content .view h3 span {
    font-size: 18px;
}
.about h1 {
    font-size: 40px;
}
.section_1 {
    bottom: 0px;
    padding-top: 30px;
}
.section_1 .block {
    padding-left: 20px;
    padding-right: 20px;
}
    .about {
    padding-top: 0px;
}
.section_2 {
    padding: 10px 0px;
    background-size: cover;
    bottom: 0px;
}
    .section_2 .heading,
    .section_3 .heading { font-size: 35px;}
.features {
    padding-top: 0px;
}
.led {
    position: relative;
    right: 0px;
}
.led img {
    width: 100%;
}
.section_2 .dis-text .editor-content h2 {
    font-size: 90px;
}
.section_2 .dis-text .editor-content h1 {
    font-size: 70px;
}
.section_4 {
    padding-bottom: 50px;
    height: auto;
    bottom: 0px;
}
.section_4 .heading {
    font-size: 25px;
    margin-bottom: 10px;
}
.section_5 .banks {
    position: relative;
    top: 15px;
}
.section_5 .banks img {
    margin-left: 0;
    width: 100%;
}
    .footer-text {
    padding-top: 30px;
}
    .footer .block {
    padding-left: 20px;
    padding-right: 20px;
    background: none;
    height: auto;
    padding-bottom: 30px;
}
.send_money {

}
.pd-l {
    padding-left: 15px !important;
}
.section_3 {
    padding: 0px;
    bottom: 0px;
}
    .section_1 .heading-1 {
    text-align: center;
    padding: 0px 0px 10px;
}
.about_img {
    margin-top: 30px;
}
.mobile {
    padding: 0px;
}
footer {
    padding: 10px 0px 20px;
    background-size: cover;
}
footer .Col_2 {
    padding: 0px;
}
.copyright {
    height: 60px;
    padding: 10px 0px;
    margin-top: 0px;
}
.right {
    line-height: 20px;
}
.right_img img {
    width: 100%;
}
    
    .mobile_img img{
        
        width: 100%;
        top: 20px;
        left: 30px;
    }
.flags {
    padding: 0px 0px;
}
    .flag img {
    width: 100%;
}
.secure {
    width: 80%;
}
.flag {
    text-align: center;
    margin-bottom: 30px;
}
    footer .col_1 {
    padding-right: 0px;
    padding-left: 20px;
}
    footer .col_2 {
    padding-left: 10px;
    padding-right: 0px;
    width: 100%;
}
    .footer_link {
    float: left;
    width: 100%;
    border-right: 0px;
    padding-bottom: 0px;
}
    footer .col_1 {
    padding-right: 0px;
    padding-left: 15px;
    width: 100%;
}
.footer_1 .col-lg-3:nth-child(2) {
    width: 50%;
    left: 0px;
}
.footer_1 .col-lg-3:nth-child(3) {
    width: 100%;
    left: 0px;
    padding-left: 15px;
}
.footer_1 .col-lg-3:nth-child(4) {
    width: 100%;
    left: 0px;
    padding-left: 0px;
}

    .rate_exchange h1
    {
        font-size: 42px;
    }
    .section_5 h3{
        font-size: 19px;
    }
    
    .slider{
        bottom: 0px;
    }
    
.navbar-toggle {
    margin-bottom: 22px !important;
    margin-top: 15px !important;
}
    .top-bar {
    display: none;
}
    #fw_al_009 {
    bottom: 0px !important;
}
    .design {
    display: none;
}
    .section_1 .head:before {
    top: 28px;
    left: 42%;
}
.section_1 .heading {
    margin-bottom: 40px;
    font-size: 30px;
}
    .section_2 .block {
    padding-right: 20px;
    padding-left: 20px;
}
    .cate_detail {
    padding-top: 30px;
}
    .section_3 .block {
    padding-right: 20px;
    padding-left: 20px;
}
    
    .testimonial_095_indicators {
    padding: 0px 20px;
}

    .section_5 .block {
    padding-right: 20px;
    padding-left: 20px;
}
    .section_6 .block {
    padding-right: 20px;
    padding-left: 20px;
}
    .section_7 .heading {
    font-size: 35px;
}
    .section_7 .blocks {
    margin-bottom: 20px;
}
    .section_7 .blocks .text {
    float: left;
    width: 65%;
}
    .section_7 .blocks .text h4 {
    font-size: 18px;
}
    .section_7 .blocks .text p {
    font-size: 14px;
}
    .section_5 {
    bottom: 0;
}
    .section_6 {

    bottom: 0;
}
    .section_7 {
    bottom: 0;
}
    .footer {
    bottom: 0px;
    padding: 0px 0px 20px;
}
    .menu ul li.cate:hover {
    padding-bottom: 160px;
    transition: all .5s ease;
}
    .menu ul li.cate:hover ul.dropdown {
    width: 100%;
}
    .main_wear {
    bottom: 0;
    padding-top: 25px;
}
    .visibility_description h2 {
    font-size: 30px;
}
    .coverall_description {
    padding-top: 10px;
}
    .coverall_description h2 {
    font-size: 30px;
}
    .coverrals_wear {
    padding-top: 10px;
    float: left;
    width: 100%;
}
    .all_gloves {
    bottom: 0;
        margin: 20px 0px 0px;
}
    .products {
    text-align: center;
    padding-bottom: 20px;
}
    .safety_piant {
    bottom: 0;
}
    .coveralls {
    bottom: 0;
}
    .vest_jacket {
    bottom: 0;
}
    .chef_piant {
    bottom: 0;
}
    .medical {
    bottom: 0;
}
    .medical_gown {
    bottom: 0;
}
    .safety_description {
    padding-top: 30px;
}
    .safety_description h2 {
    font-size: 30px;
    margin-top: 0px;
}
    .banner_text {
    top: 35px;
}
    .banner_text h4 {
    font-size: 24px;
}
    .container-fluid.about {
    bottom: 0;
    padding-bottom: 30px;
}
    .aimg {
    margin-top: 20px;
}
    .aimg img {
    width: 100%;
}
    .container-fluid.contact {
    bottom: 0;
    padding: 20px 0px;
}
    .address h3 {
    margin-bottom: 30px;
}
    .container-fluid.inquiry {
    bottom: 0;
    padding: 20px 0px;
}
.inquiry_form h3 {
    margin-bottom: 20px;
}
    .iimg {
    margin-top: 20px;
}
    .iimg img {
    width: 100%;
}
    #topbar{
		display:none;
	}
    
}
.imgs-caro img
{
	height:200px;
	border-radius: 6px 6px 0px 0px;
}
		.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
 color: #0476be;
text-align: center;
background-color: #fff;
border: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(11, 56, 32);
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 35px;
    width: 50px;
    max-width: 50px !important;
   
}

/* design umrah inquiry form */
.umrah-main-deal-section {
  margin-bottom: 15px;
  min-height: 345px;
  background: white;
 
  margin: 10px 0px 20px 0px;
  border-radius: 5px;
  border: 1px solid #f2e9e9;
}
#submit-btn,
#submit-btn:focus
{
	color: #fff;
  background-color: #0476be;
  border-color: #0476be;
}
		/* ......airport .......*/
		#airportDetails {
  padding-left: 0;
  margin-bottom: 10px;
  max-height: 250px;
  overflow: auto;
  margin-top: 0px;
}
/* ......card .......*/
.cradfooter
		{
			display: flex;
justify-content: space-between;
color: #000000;
background-color: #ffa63e;
height: 35px;
align-items: center;
			margin-top:0px;
			padding:0 10px;
		}
		.fac-check
		{
			font-size:12px;
			padding-right:5px;
		}
/*........hotel  child .......
/* 
*
*              search form & z
*
*/
/* Dropdown Button */
	.dropbtn {
	background-color: #0476be;
	color: #fff;
	padding: 8px 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	font-family: 'Jost';
	border-radius: 25px;
}

  /* Dropdown button on hover & focus */
  /* .dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
} */

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff !important;
    min-width: 360px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px 15px;
	left:-100px;
    width: 100%;
	  top:41px;
  }


  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block;
  }



  /*

*/
  .ant-row {
    display: flex;
    flex-flow: row wrap;
  }

  .ant-col-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ant-row-middle {
    align-items: center;
  }

  .ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
  }

  ._3SDCK3iZzYhJGMx9MhJOoB .st-svg-icon {
    width: 16px;
  }

  .text-gray-9 {
    color: #262626 !important;
  }

  .ant-typography {
    color: rgba(0, 0, 0, 0.85);
    overflow-wrap: break-word;
  }

  .text-sm {
    font-size: 0.95rem !important;
  }

  .ant-row-middle {
    align-items: center;
  }

  .ant-row-center {
    justify-content: center;
  }

  .ant-btn-circle.ant-btn-lg {
    min-width: 40px;
    border-radius: 50%;
  }

.ant-btn-icon-only.ant-btn-lg {
    width: 30px;
    height: 30px;
    padding: 4.9px 0;
    font-size: 12px;
    border-radius: 4px;
}

  .ant-btn-circle {
    min-width: 32px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
  }

  .ant-btn .anticon {
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .anticon svg {
    display: inline-block;
  }

  .text-base {
    font-size: 1.5rem !important;
    padding: 0 10px;
  }

  .ant-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.85);
    border-color: #d9d9d9;
    background: #fff;
  }

  .ant-btn-circle {
    min-width: 32px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
  }



  .search {
  background: #fff;
  padding: 28px 25px 38px 25px;
  border-radius: 6px;
}

  .section_0 {
  background-image: url(img/banner1.html);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 00px;
}
/*button.round-pill {
  border-radius: 50px;
  border: 1px solid #c2c2c2;
  background: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-family: 'Jost';
  font-weight: 400;
  margin-right: 12px;
}*/
.round-pill {
    border-radius: 50px;
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 8px 15px;
    font-size: 15px;
    font-family: 'Jost';
    font-weight: 500;
    margin-right: 12px;
	cursor: pointer;
}
.round-pill:hover {
background-color: #0a549c;
border:1px solid #0a549c;
	color:#fff;
font-weight: 500;
}
.round-pill.active {
background-color: #0a549c !important;
border:1px solid #0a549c !important;
	color:#fff !important;
font-weight: 500;
}
.form {
  padding: 30px 0px 40px;
}
.form-group-brdr {
  border: 1px solid #c2c2c2;
  border-radius: 0px;
  height: 45px;
  padding: 12px 18px;
  background: #fff;
}
.inputdiv input[type=text] {
  border: 0 !important;
  line-height: 0px;
  font-family: 'Jost';
  font-weight: 600;
  color: #000;
}
.inputdiv input[type="date"] {
  border: 0;
  font-family: 'Jost';
  font-weight: 600;
  color: #000;
  width: 90%;

}
input[type="date"]::placeholder{
color:#000;
}
.search-btn {
  background: #0a549c;
  color: #fff;
  padding: 15px 60px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #0a549c;
	font-size:16px;
}
.search-btn:hover {
  background: #fff;
  color: #0a549c;
  padding: 14px 60px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #0a549c;
	text-decoration:none;

}
._1MZrIK28AE8HVj289UBgZw path {
  fill: #0a549c;
}

.pl-3{
text-align: end;
}
*:focus {
  outline: none;
}
select{
border: 0;
	background:#fff;
}

.ant-popover {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    font-weight: normal;
    white-space: normal;
    text-align: left;
    cursor: auto;
    user-select: text;
}
#donebtn,
#donebtn2 {
  background: #0476be;
  color: #fff;
  padding: 0 25%;
}
#airportDetails1 {
	padding-left: 0;
	margin-bottom: 10px;
	max-height: 250px;
	overflow: auto;
}
.table-bordered > thead > tr > th
{
	background: #105eb0;
    color: white;
	line-height:30px;
}
.table-bordered > tbody > tr > td {
	border: 1px solid #ddd;
	line-height: 60px;
}


