* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
	font-style: normal;
	letter-spacing: 0.5px;
}
body {
  overflow-x: hidden;	
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff2') format('woff2'), url('Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Light.woff2') format('woff2'), url('Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-ExtraBold.woff2') format('woff2'), url('Montserrat-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.tphdr-fixbar {
	left: 0;
	right: 0;
	top: 0;
	position: relative;
	width: 100%;
	z-index: 99;
}
.tphdr-fixbar.sticky {
	position: fixed;
	background: #fff;
	transition: all 0.1s ease;
	z-index: 9999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}
header .dllogo {
	float: left;
	background: url(../images/dl-logo.png) no-repeat;
	background-size: 100% 100%;
	width: 90px;
	height: 90px;
	margin: 5px 0;
	transition: all 0.9s ease;
}
header .cmpnynme {
	float: right;
	width: 80%;
	padding: 25px 0 0;
}
header .cmpnynme .nmebx {
	float: left;
	width: 100%;
	display: block;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
header .cmpnynme .tagline {
	float: left;
	width: 100%;
	display: block;
	color: #3a3a3a;
	font-size: 11px;
	font-weight: 500;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
header .dlcargologo a {
	display: block;
}
header .dlcall-emlbx {
	float: right;
	padding: 10px 0 0;
}
header .dlcall-emlbx .caleml {
	float: left;
	margin-right: 15px;
}
header .dlcall-emlbx .caleml img {
	float: left;
	width: 20px;
	height: auto;
	margin: 5px;
}
header .dlcall-emlbx .caleml a {
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
header .dlcall-rgtbx .caleml a:hover {
	color: #000;
	text-decoration: none;
}
header .dlcall-emlbx .search-btn {
	float: left;
}
header .dlcall-emlbx .search-btn .srh-btn {
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	padding: 0 0 0 26px;
	margin: 0;
	text-decoration: none;
	background: url(../images/tpsrh-icn.jpg) no-repeat;
	background-size: 26px 26px;
	-webkit-transition: .4s;
	transition: all .4s ease;
}
header .dlcall-emlbx .search-btn .srh-btn:hover {
	text-decoration: none;
	background: url(../images/tpsrh-icnh.jpg) no-repeat;
	background-size: 26px 26px;
}
header .dlmain-navbar {
	float: right;
	padding: 15px 0 0;
	clear: both;
}
header .dlmain-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .dlmain-navbar ul li {
	float: left;
	position: relative;
	margin-right: 18px;
}
header .dlmain-navbar ul li:last-child {
	margin-right: 0;
}
header .dlmain-navbar ul li a {
	position: relative;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
header .dlmain-navbar ul li a:hover {
	color: #079e2c;
	text-decoration: none;
}
header .dlmain-navbar ul li a:after {
	border-bottom: 1px solid #079e2c;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	transition: width .4s linear 0s;
	width: 0;
}
header .dlmain-navbar ul li a:hover:after {
	left: 0;
	width: 100%
}
header .dlmain-navbar li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .dlmain-navbar li .sub-menu {
	position: absolute;
	min-width: 195px;
	background: #fff;
	padding: 20px;
	z-index: 9;
	left: 0;
	top: 90px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu {
	width: 655px;
    left: -67px;
	background: url(https://webonlinecity.com/dlcargoweb/wp-content/uploads/2026/01/crg-mnubg1.jpg) no-repeat 100% 0 #fff;
	background-size: 250px 265px;
	height:265px;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li {
	width: 60%;
	margin-right:0;
	margin-bottom:10px;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li a {
	font-size: 16px;
    font-weight: 500;
	line-height: 45px;
    text-decoration: none;
    text-transform: initial;
	padding-left: 18px;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li a:before {
	content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #dacea5;
	transition: width .1s linear 0s;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li a:hover:before {
    width: 10px;
	background: #079e2c;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li a:hover {
	padding-left:25px;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li a:after {
    width: 100%;
	border-bottom: 1px solid #ededed;
}
header .dlmain-navbar li.sbmnu-crgbx .sub-menu li a:hover:after {
    width: 100%;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu {
	width: 655px;
    left: -140px;
	background: url(https://webonlinecity.com/dlcargoweb/wp-content/uploads/2026/01/crg-mnubg1.jpg) no-repeat 100% 0 #fff;
	background-size: 250px 265px;
	height:265px;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li {
	width: 60%;
	margin-right:0;
	margin-bottom:10px;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li a {
	font-size: 16px;
    font-weight: 500;
	line-height: 45px;
    text-decoration: none;
    text-transform: initial;
	padding-left: 18px;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li a:before {
	content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #dacea5;
	transition: width .1s linear 0s;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li a:hover:before {
    width: 10px;
	background: #079e2c;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li a:hover {
	padding-left:25px;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li a:after {
    width: 100%;
	border-bottom: 1px solid #ededed;
}
header .dlmain-navbar li.sbmnu-shpbx .sub-menu li a:hover:after {
    width: 100%;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu {
	width: 1256px;
    left: -835px;
	background: url(https://webonlinecity.com/dlcargoweb/wp-content/uploads/2026/01/crg-mnubg1.jpg) no-repeat 100% 0 #fff;
	background-size: 330px 370px;
	height: 370px;
    padding: 20px 310px 20px 20px;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li {
	width: 31%;
    margin-right: 10px;
    margin-bottom: 10px;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li a {
	font-size: 15px;
    font-weight: 500;
	line-height: 45px;
    text-decoration: none;
    text-transform: initial;
	padding-left: 18px;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li a:before {
	content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 20px;
    background: #dacea5;
	transition: width .1s linear 0s;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li a:hover:before {
    width: 10px;
	background: #079e2c;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li a:hover {
	padding-left:25px;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li a:after {
    width: 100%;
	border-bottom: 1px solid #ededed;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li a:hover:after {
    width: 100%;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li.inn-sbmnu .sub-menu {
	width: 405px;
	left:0;
}
header .dlmain-navbar li.sbmnu-srvbx .sub-menu li.inn-sbmnu .sub-menu li {
	width: 100%;
	margin-right:0;
	margin-bottom:10px;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu {
	width: 1300px;
    left: -955px;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li {
	width: 33%;
	margin-right:0;
	margin-bottom:10px;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li a {
	font-size: 13px;
    font-weight: 500;
	line-height: 32px;
    text-decoration: none;
    text-transform: initial;
	padding-left: 12px;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li a:before {
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 16px;
    background: #dacea5;
	transition: width .1s linear 0s;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li a:hover:before {
    width: 8px;
	background: #079e2c;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li a:hover {
	padding-left:15px;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li a:after {
    width: 100%;
	border-bottom: 1px solid #ededed;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li a:hover:after {
    width: 100%;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li.inn-sbmnu .sub-menu {
	width: 410px;
	left:0;
}
header .dlmain-navbar li.sbmnu-locbx .sub-menu li.inn-sbmnu .sub-menu li {
	width: 100%;
	margin-right:0;
	margin-bottom:10px;
}
/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background: #cca94b;
	margin: 4px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 70px;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 400px;
	background: #f6f9f6;
	padding: 5px 0 20px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li .sub-menu li {
    padding: 0;
}
header .mobBar .mobNav li a {
	display: block;
	color: #0e180e;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	 padding: 7px 20px;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #079e2c;
}
header .mobBar .mobNav li.menu-item-has-children::before {
    content: '';
    position: absolute;
    top: 21px;
    right: 9%;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #079e2c;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 10px;
}
/*header .mobBar .mobNav ul>li {
    padding: 7px 20px;
}*/
header .mobBar .mobNav li .sub-menu li a {
	display: block;
    color: #079e2c;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 0;
    margin: 0 0 0 10px;
    text-decoration: none;
    transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #079e2c;
}
.dlhm-cmpnyabout-section {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.dlhm-cmpnyabout-section h5 {
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0 0;
}
.dlhm-cmpnyabout-section h1 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlhm-cmpnyabout-section h3 {
	display: block;
	font-size: 22px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 15px 0 10px;
}
.dlhm-cmpnyabout-section p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlhm-cmpnyabout-section p strong {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 500;
}
.dlhm-cmpnyabout-section .lt-imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 150px;
	width: 48%;
	float: left;
}
.dlhm-cmpnyabout-section .lt-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 150px;
}
.dlhm-cmpnyabout-section .lt-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.dlhm-cmpnyabout-section .rt-imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 150px;
	width: 48%;
	float: right;
	margin-top: 180px;
}
.dlhm-cmpnyabout-section .rt-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 150px;
}
.dlhm-cmpnyabout-section .rt-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.headbx-cnt {
	position: relative;
	display: block;
	text-align: center;
}
.sp-title {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #079e2c;
	font-weight: 500;
	line-height: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 22px;
}
.sp-title::after {
	content: "";
	position: absolute;
	bottom: 14px;
	left: 0;
	height: 15px;
	width: 8%;
	background: #fff;
	animation: MOVE-BG 2s linear infinite;
}
@-webkit-keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(88px);
	transform: translateX(150px);
}
}
 @keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(88px);
	transform: translateX(150px);
}
}
.dlhm-ourservcecate-section {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background: url(../images/servcebg1.jpg) no-repeat top right;
	background-size: 1300px 610px;
}
.dlhm-ourservcecate-section h2 {
	display: block;
	font-size: 36px;
	color: #000;
	line-height: 42px;
	font-weight: 600;
	margin: 0 0 50px;
	padding: 0;
}
.dlhm-ourservcecate-section .innserv-tbx {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	background: #fff;
	text-align: center;
}
.dlhm-ourservcecate-section .innserv-tbx h3 {
	position: relative;
	font-size: 24px;
	color: #000;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}
.dlhm-ourservcecate-section .innserv-tbx h3::before {
	content: "";
	position: absolute;
	left: 50px;
	width: 0;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	transition: 0.5s;
	background: #079e2c;
}
.dlhm-ourservcecate-section .innserv-tbx h3::after {
	content: "";
	position: absolute;
	right: 50px;
	width: 0;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	transition: 0.5s;
	background: #079e2c;
}
.dlhm-ourservcecate-section .innserv-tbx:hover h3::before {
	opacity: 1;
	visibility: visible;
	width: 50%;
}
.dlhm-ourservcecate-section .innserv-tbx:hover h3::after {
	opacity: 1;
	visibility: visible;
	width: 50%;
}
.dlhm-ourservcecate-section .innserv-tbx p {
	position: relative;
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlhm-ourservcecate-section .innserv-tbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 80%;
	margin: 0 auto 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}
.dlhm-ourservcecate-section .innserv-tbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
}
.dlhm-ourservcecate-section .innserv-tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.dlhm-ourservcecate-section .innserv-tbx .readmr-btn {
	display: block;
	padding: 30px 0 10px;
}
.dlhm-ourservcecate-section .innserv-tbx .readmr-btn a {
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 0 0 46px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.dlhm-ourservcecate-section .innserv-tbx .readmr-btn a:hover {
	color: #079e2c;
}
.dlhm-ourservcecate-section .innserv-tbx .readmr-btn a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	background: url(../images/wht-arw.png) no-repeat 55% 10px #079e2c;
	background-size: 14px 18px;
}
.dlhm-whychseus-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/gry-patrnbg.png) no-repeat;
	background-size: cover;
}
.dlhm-whychseus-section .col-lg-2 {
	padding-left: 5px;
	padding-right: 5px;
}
.dlhm-whychseus-section h3 {
	position: relative;
	display: block;
	font-size: 36px;
	color: #000;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 50px;
	padding: 0;
}
.dlhm-whychseus-section .tbx {
	position: relative;
	padding: 25px 10px;
	background: linear-gradient(-210deg, rgba(221, 180, 96, 1) 0%, rgba(221, 180, 96, 1) 50%, rgba(163, 137, 84, 1) 100%);
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	min-height: 350px;
}
.dlhm-whychseus-section .tbx .imgbx {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.dlhm-whychseus-section .tbx .imgbx img {
	display: block;
	width: 95px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10px;
}
.dlhm-whychseus-section .tbx:hover .imgbx img {
	animation: headShake 2s linear infinite;
}
.dlhm-whychseus-section .tbx:hover {
	transform: translateY(-10px);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.dlhm-whychseus-section .tbx h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	padding: 15px 0;
	margin: 0;
}
.dlhm-whychseus-section .tbx h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
}
.dlhm-whychseus-section .tbx h4 strong {
	display: block;
	font-weight: 600;
}
.dlhm-whychseus-section .tbx p {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	padding: 10px 0 0;
	margin: 0;
}
.dlhm-dubaiworld-cont-section1 {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.dlhm-dubaiworld-cont-section1 h2 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlhm-dubaiworld-cont-section1 p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlhm-dubaiworld-cont-section1 p strong {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 500;
}
.dlhm-dubaiworld-cont-section1 .lt-imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 95%;
	float: left;
}
.dlhm-dubaiworld-cont-section1 .lt-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.dlhm-dubaiworld-cont-section1 .lt-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.dlhm-dubaiworld-cont-section1 .rt-imgbx {
	position: absolute;
	top: -2px;
	right: 0;
	width: 210px;
	height: 210px;
}
.dlhm-dubaiworld-cont-section1 .rt-imgbx img {
	width: 100%;
	height: auto;
	border-radius: 150px;
}
.dlhm-cargo-shipping-section {
	position: relative;
	padding: 80px 0;
	background: #f7f7f7;
}
.dlhm-cargo-shipping-section h3 {
	position: relative;
	display: block;
	font-size: 36px;
	color: #000;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.dlhm-cargo-shipping-section p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 250px;
}
.dlhm-cargo-shipping-section .tbx {
	width: 95%;
	float: left;
	margin: 30px 0 0;
	transition: 400ms all;
	-webkit-transition: 400ms all;
}
.dlhm-cargo-shipping-section .tbx:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.dlhm-cargo-shipping-section .tbx .ltbx {
	float: left;
	width: 87%;
	text-align: right;
}
.dlhm-cargo-shipping-section .tbx .ltbx h4 {
	display: block;
	color: #333;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}
.dlhm-cargo-shipping-section .tbx .ltbx p {
	font-size: 15px;
	line-height: 24px;
	padding: 0;
}
.dlhm-cargo-shipping-section .tbx .rtbx {
	float: right;
	width: 12%;
}
.dlhm-cargo-shipping-section .tbx .rtbx .imgicn {
	position: relative;
	float: right;
	width: 60px;
	border-radius: 50%;
}
.dlhm-cargo-shipping-section .tbx .rtbx .imgicn img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	background: #079e2c;
	padding: 5px;
}
.dlhm-cargo-shipping-section .rt-imgbx {
	position: relative;
	overflow: hidden;
	width: 95%;
	float: right;
	margin: 50px 0 0;
}
.dlhm-cargo-shipping-section .rt-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
}
.dlhm-cargo-shipping-section .rt-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.dlhm-whydeluxeline-cont-section {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.dlhm-whydeluxeline-cont-section h3 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlhm-whydeluxeline-cont-section p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlhm-whydeluxeline-cont-section p strong {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 500;
}
.dlhm-whydeluxeline-cont-section .lt-imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 150px;
	width: 48%;
	float: left;
}
.dlhm-whydeluxeline-cont-section .lt-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 150px;
}
.dlhm-whydeluxeline-cont-section .lt-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.dlhm-whydeluxeline-cont-section .rt-imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 150px;
	width: 48%;
	float: right;
	margin-top: 70px;
}
.dlhm-whydeluxeline-cont-section .rt-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 150px;
}
.dlhm-whydeluxeline-cont-section .rt-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.dlhm-cargocomitment-cont-section {
	position: relative;
	overflow: hidden;
	background: url(../images/ourcommitment-bg.jpg) no-repeat;
	background-size: cover;
}
.dlhm-cargocomitment-cont-section .tbx {
	width: 65%;
	padding: 30px 40px;
	background: #a78955;
	margin: 320px auto 0;
}
.dlhm-cargocomitment-cont-section h3 {
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlhm-cargocomitment-cont-section p {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlhm-cargocomitment-cont-section p strong {
	font-weight: 500;
}
.dlhm-freeconsultation-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/mapdots.jpg) no-repeat #fff;
	background-size: cover;
}
.dlhm-freeconsultation-section h3 {
	position: relative;
	display: block;
	font-size: 36px;
	color: #000;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 20px;
	padding: 0;
}
.dlhm-freeconsultation-section .inner-freeconsult-form {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 50px;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .inpnme {
	width: 47%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	padding: 20px;
	margin: 10px;
	background: #ddb460;
	border-radius: 10px;
	border: 1px solid #fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .inpnme::placeholder {
 color:#fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .inpeml {
	width: 47%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	padding: 20px;
	margin: 10px;
	background: #ddb460;
	border-radius: 10px;
	border: 1px solid #fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .inpeml::placeholder {
 color:#fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .inpcal {
	width: 47%;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	padding: 20px;
	margin: 10px;
	background: #ddb460;
	border-radius: 10px;
	border: 1px solid #fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .inpcal::placeholder {
 color:#fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form textarea {
	width: 96.2%;
	height: 110px;
	float: left;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	padding: 20px;
	margin: 10px;
	background: #ddb460;
	border-radius: 10px;
	border: 1px solid #fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form textarea::placeholder {
 color:#fff;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .sbmt-btn {
	float: left;
	width: 96%;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 30px;
	margin: 10px 10px 0;
	background: #333;
	border-radius: 5px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.dlhm-freeconsultation-section .inner-freeconsult-form .sbmt-btn:hover {
	color: #fff;
	background: #079e2c;
}
.dlhm-cargofaqs-tabing-section {
	position: relative;
	padding: 100px 0;
	background: #f7f7f7;
}
.dlhm-cargofaqs-tabing-section h3 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 40px;
	padding: 0;
}
.dlhm-cargofaqs-tabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.dlhm-cargofaqs-tabing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.dlhm-cargofaqs-tabing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.dlhm-cargofaqs-tabing-section .text-left {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 600;
	border: 1px solid #cdcdcd;
	margin: 0;
	padding: 20px 40px 20px 15px;
	border-radius: 10px;
}
.dlhm-cargofaqs-tabing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 23px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(../images/faqarw.png) no-repeat;
	background-size: 22px 22px;
}
.dlhm-cargofaqs-tabing-section .show::before {
	content: '';
	position: absolute;
	top: 23px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(../images/faqarwh.png) no-repeat;
	background-size: 22px 22px;
}
.dlhm-cargofaqs-tabing-section .faqcontent {
	padding: 10px 20px;
	border-bottom: 1px solid #cdcdcd;
	border-radius: 0 0 10px 10px;
	margin: -10px 0 0;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: none;
}
.dlhm-cargofaqs-tabing-section .faqcontent p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 0;
}
.dlhm-cargofaqs-tabing-section .faqcontent p a {
	color: #000;
}
.fixwhtslink {
	position: fixed;
	width: 50px;
	bottom: 150px;
	right: 10px;
	z-index: 99
}
.fixwhtslink ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.fixwhtslink ul li {
	float: left;
	margin: 5px 0
}
.fixwhtslink ul li a {
	display: block
}
.fixwhtslink .whtsap {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/whsicn.png) no-repeat 5px 5px #26d367;
	background-size: 40px 40px;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.fixwhtslink .whtsap:hover {
	opacity: 100
}
.fixwhtslink .phcal {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/calicn.png) no-repeat 10px 10px #ddb460;
	background-size: 32px 32px;
	border-radius: 50%;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.fixwhtslink .phcal:hover {
	opacity: 100
}
.footer-btmwrap-section {
	position: relative;
	background: #000;
	padding: 50px 0 30px;
}
.footer-btmwrap-section .ftlgo {
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.footer-btmwrap-section .ftlgo img {
	float: left;
	width: 160px;
	height: auto;
}
.footer-btmwrap-section .ftabttxt {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 50px 10px 0;
	margin: 0;
}
.footer-btmwrap-section .ft-flwlink {
	float: left;
	width: 100%;
	color: #ddb460;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	margin: 50px 0 0;
	border-top: 1px solid #343434;
	padding: 30px 0 0;
}
.footer-btmwrap-section .ft-flwlink img {
	width: 30px;
	height: auto;
	margin-left: 10px;
}
.footer-btmwrap-section .ft-acceptlink {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	border-top: 1px solid #343434;
	padding: 30px 0 0;
}
.footer-btmwrap-section .ft-acceptlink h5 {
	display: block;
	color: #ddb460;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
}
.footer-btmwrap-section .ft-acceptlink img {
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 10px;
}
.footer-btmwrap-section .ft-contactdt {
	width: 100%;
	float: left;
}
.footer-btmwrap-section .ft-contactdt .ft-adrs {
	width: 50%;
	float: left;
	padding: 20px;
}
.footer-btmwrap-section .ft-contactdt h4 {
	position: relative;
	display: block;
	color: #ddb460;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0 0 10px;
	margin: 0;
}
.footer-btmwrap-section .ft-contactdt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-btmwrap-section .ft-contactdt ul li {
	width: 100%;
	float: left;
	margin: 8px 0;
}
.footer-btmwrap-section .ft-contactdt ul li img {
	float: left;
	width: 24px;
	margin: 2px 10px 0 0;
}
.footer-btmwrap-section .ft-contactdt ul li a {
	float: left;
	width: 90%;
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.footer-btmwrap-section .ft-servlink {
	width: 60%;
	float: left;
	padding: 20px;
}
.footer-btmwrap-section .ft-servlink h4 {
	position: relative;
	display: block;
	color: #ddb460;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0 0 10px;
	margin: 0;
}
.footer-btmwrap-section .ft-servlink ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}
.footer-btmwrap-section .ft-servlink ul li {
	position: relative;
}
.footer-btmwrap-section .ft-servlink ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.2px;
	padding: 5px 0 5px 15px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.footer-btmwrap-section .ft-servlink ul li a::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #ddb460;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.footer-btmwrap-section .ft-servlink ul li a:hover {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
}
.footer-btmwrap-section .ft-servlink ul li a:hover::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	width: 4px;
	height: 4px;
	background: #ddb460;
	border-radius: 5px;
}
.footer-btmwrap-section .ft-qucklink {
	width: 40%;
	float: left;
	padding: 20px;
}
.footer-btmwrap-section .ft-qucklink h4 {
	position: relative;
	display: block;
	color: #ddb460;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0 0 10px;
	margin: 0;
}
.footer-btmwrap-section .ft-qucklink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-btmwrap-section .ft-qucklink ul li {
	position: relative;
}
.footer-btmwrap-section .ft-qucklink ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 0 5px 15px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.footer-btmwrap-section .ft-qucklink ul li a::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #ddb460;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.footer-btmwrap-section .ft-qucklink ul li a:hover {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
}
.footer-btmwrap-section .ft-qucklink ul li a:hover::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 10px;
	width: 4px;
	height: 4px;
	background: #ddb460;
	border-radius: 5px;
}
.footer-btmwrap-section .cpy-rgtxt {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}
.footer-btmwrap-section .cpy-rgtxt a {
	color: #fff;
	text-decoration: none;
}
.footer-btmwrap-section .desgn-by {
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}
.footer-btmwrap-section .desgn-by a {
	color: #ddb460;
	text-decoration: none;
}
/******** INNER PAGES CSS ******/

.dlinner-cargohero-section {
	position: relative;
	width: 100%;
}
.dlinner-cargohero-section img {
	width: 100%;
	height: auto;
}
.dlinner-cargohero-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.dlinner-cargohero-section .innban-title-bx {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	padding: 150px 0 0;
}
.dlinner-cargohero-section .innban-title-bx h4 {
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-section {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}
.dlinner-servcepgecont-section h5 {
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0 0;
}
.dlinner-servcepgecont-section h1 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 0;
}
.dlinner-servcepgecont-section p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlinner-servcepgecont-section p strong {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 500;
}
.dlinner-servcepgecont-section .alignright {
	float: right;
	width: 44%;
	height: auto;
	border-radius: 80px;
	margin: 0 0 0 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.dlinner-servcepgecont-section1 {
	position: relative;
	overflow: hidden;
	background: url(../images/storage-services-bg.jpg) no-repeat;
	background-size: cover;
}
.dlinner-servcepgecont-section1 .tbx {
	width: 80%;
	padding: 30px 40px;
	background: #a78955;
	margin: 220px auto 0
}
.dlinner-servcepgecont-section1 h3 {
	display: block;
	font-size: 32px;
	color: #fff;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
}
.dlinner-servcepgecont-section1 p {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlinner-servcepgecont-section1 p strong {
	font-weight: 500;
}
.dlinner-servcepgecont-section2 {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
}
.dlinner-servcepgecont-section2 h3 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-section2 p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlinner-servcepgecont-section2 p strong {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 500;
}
.dlinner-servcepgecont-section2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-section2 ul li {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(../images/tickicn1.png) no-repeat 0 10px;
	background-size: 14px 15px;
	margin: 0;
	padding: 5px 0 5px 22px;
}
.dlinner-servcepgecont-section2 .alignright {
	float: right;
	width: 44%;
	height: auto;
	border-radius: 80px;
	margin: 0 0 0 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.dlinner-servcepgecont-section3 {
	position: relative;
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/gry-patrnbg1.png) no-repeat;
	background-size: cover;
}
.dlinner-servcepgecont-section3 h3 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 50px;
	padding: 0;
}
.dlinner-servcepgecont-section3 p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlinner-servcepgecont-section3 p strong {
	font-size: 18px;
	color: #4e4e4e;
	line-height: 32px;
	font-weight: 500;
}
.dlinner-servcepgecont-section3 .alignleft {
	float: left;
	width: 44%;
	height: auto;
	border-radius: 80px;
	margin: 0 20px 0 0;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.dlinner-btmcontact-section {
	position: relative;
	overflow: hidden;
	background: url(../images/callnow-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.dlinner-btmcontact-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.dlinner-btmcontact-section h5 {
	display: block;
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 70px 15% 30px;
}
.dlinner-btmcontact-section h5 strong {
	color: #0ca932;
	font-weight: 600;
}
.dlinner-btmcontact-section .callnow-btn {
	display: block;
	text-align: center;
	padding: 0 0 70px;
}
.dlinner-btmcontact-section .callnow-btn a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	line-height: 32px;
	padding: 10px 30px;
	text-transform: uppercase;
	margin: 0;
	background: #008a00;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.dlinner-btmcontact-section .callnow-btn a:hover {
	color: #008a00;
	background: #fff;
}
.dlinner-cargofaqs-tabing-section {
	position: relative;
	padding: 60px 0;
	background: #f7f7f7;
}
.dlinner-cargofaqs-tabing-section h3 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 40px;
	padding: 0;
}
.dlinner-cargofaqs-tabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.dlinner-cargofaqs-tabing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.dlinner-cargofaqs-tabing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.dlinner-cargofaqs-tabing-section .text-left {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 600;
	border: 1px solid #cdcdcd;
	margin: 0;
	padding: 20px 40px 20px 15px;
	border-radius: 10px;
}
.dlinner-cargofaqs-tabing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 23px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(../images/faqarw.png) no-repeat;
	background-size: 22px 22px;
}
.dlinner-cargofaqs-tabing-section .show::before {
	content: '';
	position: absolute;
	top: 23px;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(../images/faqarwh.png) no-repeat;
	background-size: 22px 22px;
}
.dlinner-cargofaqs-tabing-section .faqcontent {
	padding: 10px 20px;
	border-bottom: 1px solid #cdcdcd;
	border-radius: 0 0 10px 10px;
	margin: -10px 0 0;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: none;
}
.dlinner-cargofaqs-tabing-section .faqcontent p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 0;
}
.dlinner-cargofaqs-tabing-section .faqcontent p a {
	color: #000;
}
