@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.container {
	max-width: 1170px;
}
.header-top h2 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.header {
	background: #35870b;
	padding: 19px 0;
}
.border-top {
	width: 100%;
}
.header .container {
	padding: 0 10px;
}
.header-top {
	color: #fff;
}
.header-top ul li:hover {
	background: #bf212f;
}
.border-top p {
	margin: 0;
}
/*========================================== header-end ============================================= */

.header-service {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
.service-wrap {
	display: flex;
}
.service-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
}
.service-text span {
	font-size: 13px;	
}
.header-service .service-text h2 {
	text-transform: uppercase;
	font-size: 17px;
}

.middle-header-position {
	width: 100%;
	padding: 58px 0;
}
.why-choose-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.why-choose-title h2 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dfdede;
	margin-bottom: 30px;
}
.why-choose-title {
	margin-top: 53px;
}
.why-choose-content {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 23px;
	background: #f3f3f3;
	margin: 10px;
	border: 1px solid #d2d2d2;
}

.why-choose-content p {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}
/*============================================ end =====================================*/

.main_menu ul.navigation {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.main_menu .toggle, .main_menu #drop {
	display: none;
}
.main_menu ul.navigation li:not(first-child){
	background-image: url(../images/nav-line.png);
	background-repeat: no-repeat;
}
.main_menu ul.navigation li:first-child{
	background-image: none;
}
.main_menu ul.navigation a {
	color: #333333;
	text-decoration: none;
	padding: 18px 46px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 2px;
	font-size: 20px;
}
.main_menu {
	width: 100%;
}
.menubar {
	padding: 18px 0px 18px 0px;
	background: #eaeaea;
}
.main_menu ul.navigation a:hover {
	background: #35870b;
	margin-left: 2px;
	color: #fff;
	transition: ease-in-out .5s;
}

/*========================================= end ==========================================================*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
36% { left: -100%; }
50% { left: -100%; }
70% { left: -200%; }
80% { left: -200%; }
99% { left: -300%; }
100% { left: -300%; }
}

div#slider { overflow: hidden; }
div#slider figure img {
    width: 16%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 625%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite;
}
/*========================================== end ============================================*/
.spare-service {
	background: url(../images/spare-parts-bg.png) no-repeat center;
	margin: 35px 0;
}
.spare-parts-content {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 100px 0;
	max-width: 1140px;
	width: 100%;
}

.spare-parts-content img {
  width: 100px;
  height: 100px;
  animation: scroll 10s linear infinite;
}

.spare-parts-wrap {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-700%)}
  0% {transform: translatex(100%)}
}
/*========================================== end ============================================*/
.top-categories-section .store-categories ul {
	list-style: none;
	border: 1px solid #cecdcd;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.top-categories-section .left-content .title {
	display: flex;
	align-items: first baseline;
	gap: 10px;
	padding: 17px 10px;
	color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	text-transform: uppercase;
	background: linear-gradient(180deg, rgba(227,15,15,1) 0%, rgba(255,66,83,1) 50%, rgba(227,15,15,1) 100%);
}
.top-categories-section .left-content .title h2 {
	font-weight: 700;
	font-size: 20px;
}
.top-categories-section .store-categories ul li a {
	display: flex;
	align-items: first baseline;
	padding: 10px 8px;
	gap: 9px;
}
.top-categories-section .store-categories ul li p {
	margin: 0;
	font-size: 15px;
}
.top-categories-section .store-categories ul li:not(:last-child) {
	border-bottom: 1px dashed #cecdcd;
}
.top-categories-section .store-categories ul li a {
	color: #000;
	text-decoration: none;
}
.top-categories-section .store-categories ul li:last-child a:hover {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.top-categories-section .store-categories ul li a:hover {
	color: #fff;
	background: #232323;
}
.fa-solid.fa-bars {
	font-size: 25px;
}

.payment-categories {
	margin-top: 30px;
}
.payment-img {
	display: flex;
	justify-content: center;
	border: 1px solid #cecdcd;
	padding: 30px 20px 12px;
}
.left-content {
	max-width: 263px;
	width: 100%;
}

/*================================================= end ======================================*/

.right-content {
	margin: 0 auto;
	width: 100%;
}

/*==================================== gallery =====================================================*/
.theme-box {
    margin: 0px auto 40px;
}
.item-description-text.theme-box {
    margin: 0;
}
#gallery {
    border: 0px solid #dddddd;
    box-sizing: border-box;
    height: auto;
    margin: 0px auto 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 0px;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px;
}
#gallery #slides {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
    margin: 15px auto 0px;
}
#gallery #slides div ul {
    display: table;
    height: auto;
    list-style: outside none none;
    margin: 0px auto 0;
    padding: 0;
    width: auto;
}
.box-item-1 {
    display: grid;
    grid-template-columns: unset;
}

.box-item {
    display: block !important;
    grid-template-columns: unset !important
    text-align: center !important
    margin: 0 auto !important
}

#gallery #slides div ul li:nth-of-type(1){
    margin-left:0px;
    }
#gallery #slides div ul li {
    margin: 0px 0px 0px 10px;
    float: left;
    margin-bottom: 0px;
    background: #fff;
}
#gallery #slides div ul li:last-child {
    margin-right: 0;
}
#gallery .big-img-wpr {
    box-sizing: border-box;
    display: inline-block;
    height: 700px;
    margin: 0 auto;
    max-width: 700px;
    vertical-align: middle;
    width: 100%;
}
#gallery div.img-wpr {
    background-color: #fff;
    border: 1px solid #c8c3c3;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    max-height: 700px;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 702px;
    margin: 0px auto 0px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 698px;
    max-width: 698px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: auto;
    border: 0px solid #d8d8d8;
    width: auto;
}
#gallery .thumb {
    background-color: transparent;
    border: 0px solid #f00;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 116px;
    left: 0;
    position: relative;
    right: 0px;
    width: 116px;
    z-index: 2;
    border: 1px solid #d8d8d8;
    margin-bottom: 0;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
    display: none !important;
}
.thumb-wpr {
    position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
    z-index: 1;
}
#gallery #slides input {
    display: none;
}
#gallery #slides input:checked ~ .img-wpr {
    z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
    display: none;
}
#gallery #slides div ul li:only-#gallery {
    left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {

#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}
.org-content {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: table;
    padding: 30px;
}
.product-title {
    padding: 14px 0;
    background: #333;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.badge {
	text-align: center;
	margin: 30px 0 0;
}
.product-title p {
    margin: 0;
    font-family: open-sans, sans-serif;
}
.title-p {
    padding: 0 !important;
}
.product-description-title .container {
    padding: 0;
}
.gallery-bg {
    border: 1px solid #c8c3c3;
    padding: 42px 0px;
}

.title h2 {
	background-color: #333333;
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding: 12px 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

/*------------------------------ gallery -----------------------------------*/

.heading-title h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 0px;
	color: #fff;
	margin-top: 40px;
	text-align: center;
	background: #333333;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.description {
	border: 1px solid #d2d2d2;
	padding: 30px 30px;
}
.title img {
	padding-right: 7px;
}

.header-top-left p {
    margin-bottom: 0;
    font-size: 13px;
    font-family: lato, sans-serif ;
}
.header-top-left span {
    text-transform: uppercase;
}

.product-desc .title {
	width: 100%;
	text-align: center;
	padding: 16px 10px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(72,72,72,1) 50%, rgba(0,0,0,1) 100%);
	color: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.product-desc {
	margin-top: 18px;
}
.fa-solid.fa-xmark {
	padding: 5px 8px;
	border-radius: 50px;
	background: #3c2b98;
	color: #2b1b81;
	font-size: 20px;
}
.product-desc .title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.product-description {
	padding: 0px 18px;
}
.product-heading {
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.product-heading h2 {
	font-size: 20px;
	font-weight: 700;
}

.details p {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin-bottom: 0;
}
.details h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 13px;
	color: #f00;
}
.details h4 {
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: 700;
}
/*============================= end ==============================
.services {
	background: url(../images/spare-parts-bg.png) no-repeat center;
	margin: 70px 0;
	padding: 90px 0;
}
.services .service-content {
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
.services .service-content h4 {
	padding: 14px 40px;
	background: #fff;
	margin-top: 17px;
	font-size: 15px;
	text-transform: uppercase;
}

/*============================== about us ===========================*/
.about-img img {
    width: 100%;
}
.about-section {
    margin: 72px 0;
}
.about-heading h2 {
	font-size: 50px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 20px;
	color: #35870b;
}
.about-para p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}


/*============================================ end ========================================*/

/*===========Tab=============*/
.tab-conatiner {
    width: 100%;
}

.tabs1 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.tabs {
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	float: left;
	width: 100%;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 0 0 0 0px;
	cursor: pointer;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	width: 17.5%;
	margin-left: 0;
	float: left;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	font-size: 20px;
	clear: both;
	position: absolute;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: left;
}
.tabs input[type="radio"]:checked + label img {
	margin-right: 5px;
	filter: brightness(1);
}

.tabs label a {
    color: #fff;
    text-decoration: none;
		height: 58px;
    padding: 14px 8px;
}


.tabs label:hover::after{
	position: absolute;
	content: "";
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	height: 17px;
	top: 21px;
}

.tabs input[type="radio"]:checked + label {
	border: none !important;
}
.tabs input[type="radio"]:checked + label::after {
	position: absolute;
	content: "";
	right: -7px;
	background: url("../images/tab-icon_roll.png") no-repeat scroll center top / 100%;
	border: none !important;
	width: 8px;
	top: 21px;
}

.tabs label img {
	margin-right: 5px;
	filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(261deg) brightness(0%) contrast(106%);
}

label.nomarginleft {
}
.tabs input[id="tab2"] ~ label {
	margin-top: 72px;
}
.tabs input[id="tab3"] ~ label {
	margin-top: 143px;
}
.tabs input[id="tab4"] ~ label {
	margin-top: 217px;
}
.tabs input[id="tab5"] ~ label {
	margin-top: 289px;
}
.tabs input[id="tab6"] ~ label {
	margin-top: 361px;
}
.tabs input[id='tab7'] ~ label {
	margin-top: 330px;
}
.tabs input[id='tab8'] ~ label {
	margin-top: 385px;
}
.tabs input[id='tab9'] ~ label {
	margin-top: 440px;
}
.tabs input[id='tab10'] ~ label {
	margin-top: 495px;
}
.tabs input[id='tab11'] ~ label {
	margin-top: 550px;
}
.tabs input[id='tab12'] ~ label {
	margin-top: 605px;
}
.tabs .tab {
    font-family: 'Open Sans', sans-serif;
    width: 74.8%;
    display: none;
    float: right;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    right: 0;
    z-index: 1;
    min-height: 346px;
    background: #fff;
}
.tabs .tab ul{
	padding: 0px;
}
.tabs .tab p, .tabs .tab ul li {
	font-size: 18px;
	color: #333;
	text-align: justify;
	list-style: none;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.est-wrapcens p {
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0px;
    font-family: 'Open Sans', sans-serif;
}
.tabs .tab p strong {
	color:#001298;
}
.tabs .tab a {
    color: black;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}

.image-box img {
    width: 100%;
}
.tabs .tab, .tabs label {
	-webkit-box-ordinal-group: NaN;
	-webkit-order: initial;
	-ms-flex-order: initial;
	order: initial;
}
.tabs {
	border: none;
	padding-top: 0;

	width: 100%;
}
.tabs label {
    width: 100%;
    margin: 0;
    display: inherit;
    flex: inherit;
    position: inherit;
    font-size: 15px;
    padding-left: 0px;
    padding-top: 4px;
    padding-bottom: 49px;
    font-size: 20px;
    padding-top: 14px;
}
.item-title h2 {
    background-color: #1a1a1a;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 12px 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.desc-title {
	padding: 14px 0px;
	margin-left: 2px;
	font-size: 20px;
	font-weight: bold;
}
.tabs input[type="radio"]:checked + label {
	border: none !important;
	width: 100%;
	font-weight: bold;
	color: #35870b;
}
.tabs .tab {
	width:100%;
	min-height:inherit;
}
.tabs label:after {
	float: right;
	line-height: normal;
	padding: 0;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	
}


.tabs input[id="tab1"] ~ label, .tabs input[id="tab2"] ~ label, .tabs input[id="tab3"] ~ label, .tabs input[id="tab4"] ~ label, .tabs input[id="tab5"] ~ label {
	position: inherit;
	margin: 20px 0 0 0;
	font-weight: bold;
	border-bottom: 2px solid;
	display: flex;
	align-items: center;
	padding: 15px 0px;
	margin: 0;
	gap: 10px;
	font-size: 30px;
	color: #232323;
}

.tabs input[type="radio"]:checked + label:after {
	font-family: FontAwesome;
	margin: 8px 5px 0 0;
	position: absolute;
	right: 10px;
	content:url(../images/minus.png) ;
}

.tab-img {
    display: flex;
    margin-top: 40px;
    column-gap: 32px;
}

.tab-section .container {
	max-width: 1140px;
	margin: 0 auto;
}
.tabs.themebox i.fa-solid.fa-angle-down {
	padding: 5px 0px;
	margin-left: auto;
}

.tab-conatiner i.fa-solid.fa-angle-down {
    padding-right: 11px;
    padding-top: 6px;
    font-size: 22px;
}

.tabs input[type="radio"]:checked + label i.fa-solid.fa-angle-down {
	transform: rotate(900deg);
	margin-right: 0px;
	margin-top: 5px;
	color: #35870b;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
	border-bottom: 2px solid #35870b;
}

.head-title h2 {
    margin: 0;
    padding: 0px 0px 13px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-weight: bold;
    text-align: left;
    position: relative;
}
.gallery-single-img {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #cecdcd;
	padding: 70px 0;
	width: 100%;
}
.gallery-single-img img {
	width: 100%;
}
.antiques-sec {
	padding: 40px 0 0;
	margin: 40px 0 0;
}
.antiques-title h2 {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.antiques-title h4 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.antiques-img {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.view-btn a {
	display: block;
	max-width: max-content;
	margin: 0 auto;
	margin-top: 50px;
	color: #000;
	text-decoration: none;
	padding: 16px 40px;
	border: 2px solid;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.view-btn a:hover {
	background: #000;
	color: #fff;
}
.subscribe {
	background: #35870b;
}
.subscribe .newsletter h2 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	word-spacing: 2px;
}
.subscribe .newsletter {
	padding: 28px 10px;
	color: #fff;
}
.subscribe .newsletter p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.subscribe-now-btn a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 14px 44px;
	display: block;
}
.subscribe-now-btn a:hover {
	background: #000;
	color: #fff;
}

.footer {
	padding: 58px 0;
	background: #35870b;
	color: #fff;
}
.footer .store {
	max-width: 250px;
	width: 100%;
}
.footer .store .title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #56b724;
	padding-bottom: 13px;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
ul {
	list-style: none;
}
.text li:not(:last-child) {
	margin-bottom: 5px;
}
.text li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	letter-spacing: .5px;
	font-size: 12px;
}
.fa-solid.fa-arrow-right-long {
	margin-right: 5px;
}
.fa-solid.fa-envelope {
	margin-right: 7px;
}

.store.newsletter .text a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid;
	padding-bottom: 3px;
	text-transform: uppercase;
	display: block;
	max-width: max-content;
}
.text li a:hover {
	color: #000;
	transition: ease-in-out .5s;
}
.store.newsletter .text a:hover {
	color: #000;
	transition: ease-in-out .5s;
}
.copy {
	background: #333;
	padding: 18px 0;
	color: #fff;
}
.copyright {
	display: flex;
	justify-content: space-between;
	word-spacing: 2px;
	flex-wrap: wrap;
}
.copyright p {
	margin: 0;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
.copyright span {
	text-transform: uppercase;
	font-size: 16px;
}

.footer-logo-sec {
	background: #333333;
	padding: 47px 0;
	margin-top: 60px;
}
.thank-text h1 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 60px;
	padding: 30px 0 20px;
}
.header-top {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.benner img {
	width: 100%;
}
img {
	max-width: 100%;
}
.desc-table td:first-child {
	width: 20%;
	line-height: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.desc-table td:last-child {
	width: 60%;
	line-height: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	text-transform: capitalize;
}
.service-content {
	display: flex;
	align-items: center;
	color: #333333;
	gap: 8px;
}
.service-content h4 {
	font-size: 20px;
	letter-spacing: 1px;
}
.service-grid {
	display: flex;
	justify-content: space-between;
}
.services {
	padding: 40px 0;
}

.middle-header {
	background: #333333;
	padding: 21px;
}

.flag {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.ship-img {
	text-align: center;
	padding: 20px 10px;
	border: 1px solid #c8c3c3;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.tab-section {
	margin-top: 80px;
}