body {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f5f7f9;
}
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
.dtdc-overlay {
  background-color: rgba(227, 25, 55, .2);
  position: absolute;
  width: 100%;
  height: 100%!important;
  left: 0;
  top: 0;
}
/* dtdc-header */
.dtdc-header {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.dtdc-header-top {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.dtdc-logo {
  margin: 0;
  padding: 10px 0;
  float: left;
}
.dtdc-logo img {
  max-height: 80px;
}
.dtdc-top-links {
  padding: 20px;
  float: right;
  position: relative;
  background-color: #fff;
}
.dtdc-phone-link {
  display: inline-block;
  position: relative;
}
.dtdc-phone-link i {
  color: #e31937;
  padding: 0;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  font-size: 36px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dtdc-phone-numbers {
  display: inline-block;
  vertical-align: middle;
}
.dtdc-phone-link a {
  color: #e31937;
  padding: 0;
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.dtdc-phone-link a:hover {
  color: #333;
}
.dtdc-request-link {
  margin: 0;
  display: inline-block;
  position: relative;
}
.dtdc-request-link a {
  background-color: #e31937;
  color: #fff;
  padding: 10px 20px;
  margin: 8px 0 8px 15px ;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}
.dtdc-request-link a:hover {
  background-color: #333;
  color: #fff;
}
.dtdc-header-bottom {
  margin: 0;
  position: relative;
  background-color: #000066;
}
.dtdc-navbar {
  margin: 0;
  position: relative;
}
.dtdc-navbar > .container {
  padding: 0;
}
.dtdc-navbar-toggle {
  margin: 0 auto;
  display: none;
  padding: 10px 0;
  text-align: center;
}
.dtdc-navbar-toggle > i {
  font-size: 24px;
  vertical-align: middle;
  color: #fff;
}
.dtdc-navbar-toggle > i > span {
  margin-left: 10px;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.dtdc-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.dtdc-nav > li {
  position: relative;
  display: block;
  float: left;
}
.dtdc-nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dtdc-nav > li > a:hover,
.dtdc-nav > li > a:focus {
  text-decoration: none;
  color: #e31937;
}
.dtdc-nav > li > a > i {
  margin-left: 5px;
}
.dtdc-nav > .dtdc-dropdown {
  position: relative;
}
.dtdc-nav > .dtdc-dropdown > .dtdc-dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding-left: 0;
  list-style: none;
  min-width: 250px;
  width: 100%;
  z-index: 1;
}
.dtdc-dropdown-menu > li {
  position: relative;
  display: block;
}
.dtdc-dropdown-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.dtdc-dropdown-menu > li > a:hover,
.dtdc-dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #e31937;
  color: #fff;
}
@media (min-width: 1200px) {
  .dtdc-navbar-nav {
    display:block !important;
  }
}
@media (max-width: 1199.98px) {
  .dtdc-navbar-toggle {
    display: block;
  }
  .dtdc-navbar-nav {
    display: none;
    max-height: 300px;
    overflow-y: scroll;
  }
  .dtdc-nav > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .dtdc-nav > li:last-child {
    border-bottom: none;
  }
  .dtdc-nav > li > a {
    background-color: #f5f7f9;
    color: #333;
    padding: 10px 20px;
  }
  .dtdc-nav > li > a > i {
    float: right;
  }
  .dtdc-nav > .dtdc-dropdown > .dtdc-dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
    z-index: 1;
  }
  .dtdc-dropdown-menu > li > a {
    padding: 10px 20px 10px 40px;
  }
}
@media (max-width: 991.98px) {
  .dtdc-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .dtdc-top-links {
    float: none;
    margin: 0 auto;
    padding: 10px 20px 20px;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .dtdc-logo {
    padding: 15px 0 0;
  }
  .dtdc-phone-link {
    border-right: none;
    padding-right: 0;
    padding-bottom: 8px;
    display: block;
  }
  .dtdc-request-link a {
    margin: 10px 0 0;
    display: block;
  }
}
/* dtdc-slider */
.dtdc-slider {
  position: relative;
  background-color: #f5f7f9;
}
.dtdc-slider > .container-fluid {
  padding: 0;
}
.dtdc-slider img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.carousel-control-next,
.carousel-control-next:focus,
.carousel-control-prev,
.carousel-control-prev:focus {
  color: #e31937;
  opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #000066;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 42px;
  border-radius: 50%;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators li:hover {
  background-color: #e31937;
}
.carousel-indicators li.active {
  background-color: #000066;
}
@media (max-width: 991.98px) {
  .dtdc-slider img {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .dtdc-slider img {
    min-height: 350px;
  }
}
/* dtdc-main */
.dtdc-main {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.dtdc-article {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.dtdc-article span {
  color: #222;
}
.dtdc-article > h1.homepage-heading {
  padding: 0;
}
.dtdc-article > h1.homepage-heading:before {
  content: none;
}
.dtdc-article > h1 {
  color: #000066;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 10px;
}
.dtdc-article > h1:before {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #e31937;
  position: absolute;
  left: 0;
  bottom: 0;
}
.dtdc-article > h2 {
  color: #e31937;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}
.dtdc-article > h3 {
  color: #e31937;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 0;
}
.dtdc-article > img,
.dtdc-article > p > img,
.dtdc-article > a > img,
.dtdc-article > p > a > img {
  margin-bottom: 25px;
}
.dtdc-article a {
  color: #000066;
  text-decoration: none;
  font-weight: 500;
}
.dtdc-article a:hover {
  color: #fff35d;
}
.dtdc-article > p {
  color: #333;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}
.dtdc-article > ul {
  padding-left: 40px;
  margin-bottom: 25px;
  list-style-type: disc;
}
.dtdc-article > ul > li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 2;
  letter-spacing: .5px;
}
.dtdc-aside {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.dtdc-aside-contact {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #000066;
  word-wrap: break-word;
}
.dtdc-aside-request {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #e31937;
  text-align: center;
  word-wrap: break-word;
}
.dtdc-aside-request a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.dtdc-aside-contact h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
}
.dtdc-aside-contact p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.dtdc-aside-contact p:last-child {
  margin-bottom: 0;
}
.dtdc-aside-contact a {
  color: #e31937;
}
.dtdc-aside-list {
  margin-bottom: 20px;
  background-color: #f5f7f9;
}
.dtdc-aside-group {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.dtdc-aside-group > li {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.dtdc-aside-group > li:before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 900;
  color: #000066;
}
.dtdc-aside-group > li:last-child {
  border-bottom: none;
}
.dtdc-aside-group > li > a {
  color: #333;
  margin: 0;
  margin-left: 20px;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.dtdc-aside-group > li > a:hover {
  color: #e31937;
}
@media (max-width: 767.98px) {
  .dtdc-article > h1 {
    font-size: 26px;
  }
  .dtdc-article > h2 {
    font-size: 24px;
  }
  .dtdc-article > h3 {
    font-size: 22px;
  }
  .dtdc-article > p {
    font-size: 15px;
  }
  .dtdc-article > ul > li {
    font-size: 15px;
  }
  .dtdc-aside {
    display: none;
  }
}
/* dtdc-services */
.dtdc-services {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #f5f7f9;
  background-image: url(../images/thumbnails/moving-goods.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.dtdc-services h1,
.dtdc-services h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #000066
}
.dtdc-services h1::before,
.dtdc-services h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #e31937;
}
.dtdc-services-list {
  margin-left: 0;
  margin-right: 0;
}
.dtdc-service {
  padding: 0;
  background-color: transparent;
}
.dtdc-service > img {
  display: block;
  margin: 0 auto;
}
.dtdc-service > a {
  color: #fff;
  padding: 15px;
  background-color: #000066;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
  margin: 0;
}
.dtdc-service > a:hover {
  color: #fff;
  background-color: #e31937;
}
/* dtdc-locations */
.dtdc-locations {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.dtdc-locations h1,
.dtdc-locations h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #000066;
}
.dtdc-locations h1::before,
.dtdc-locations h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #e31937;
}
.dtdc-locations-list {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  margin-right: 0;
  margin-left: 0;
}
.dtdc-location {
  padding: 40px;
  background-color: #f5f7f9;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.dtdc-location > a {
  color: #e31937;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  display: block;
  letter-spacing: 1px;
  margin: 0;
}
.dtdc-location > a:hover {
  color: #000066;
}
/* dtdc-clients */
.dtdc-clients {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.dtdc-clients h1,
.dtdc-clients h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #000066;
}
.dtdc-clients h1::before,
.dtdc-clients h2::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #e31937;
}
.dtdc-clients-list {
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  margin-left: 0;
  margin-right: 0;
}
.dtdc-client {
  padding: 50px;
  background-color: #f5f7f9;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.dtdc-client > img {
  color: #e31937;
  margin: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.dtdc-client > img:hover {
  opacity: .8;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* dtdc-offices */
.dtdc-offices {
  margin: 0;
  padding: 50px 0;
  position: relative;
  background-color: #fff;
}
.dtdc-offices h1,
.dtdc-offices h2 {
  margin: 0 0 35px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000066;
}
.dtdc-offices h1::before,
.dtdc-offices h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #e31937;
}
.dtdc-office-list {
  margin-right: 0;
  margin-left: 0;
}
.dtdc-office {
  padding: 25px 50px;
  border-bottom: 2px solid #eee;
  background-color: #f5f7f9;
}
.dtdc-office > h1,
.dtdc-office > h2,
.dtdc-office > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}
.dtdc-office > h1::before,
.dtdc-office > h2::before,
.dtdc-office > h3::before {
  content: none;
}
.dtdc-office > h1::after,
.dtdc-office > h2::after,
.dtdc-office > h3::after {
  content: none;
}
.dtdc-office a {
  color: #000066;
  text-decoration: none;
  font-weight: 500;
  word-wrap: break-word;
}
.dtdc-office a:hover {
  color: #e31937;
}
.dtdc-office > p {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: .5px;
}
/* dtdc-homepage */
.dtdc-homepage {
  padding: 0;
}
.dtdc-homepage-col {
  padding: 50px 20px;
}
.dtdc-homepage-btns {
  padding: 10px 0 0;
  position: relative;
}
.dtdc-homepage-btns a {
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-weight: 400;
  border-radius: 25px;
  margin: 0 10px;
}
.dtdc-homepage-btns .more-btn {
  background-color: #000066;
}
.dtdc-homepage-btns .request-btn {
  background-color: #e31937;
}
.dtdc-homepage-btns a:hover {
  color: #fff;
  background-color: #333;
}
/* dtdc-forms */
.dtdc-forms {
  margin: 0;
  padding: 50px 0 0;
  position: relative;
  background-color: #fff;
  background-image: url(../images/thumbnails/moving-goods.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.dtdc-forms h1,
.dtdc-forms h2 {
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000066;
}
.dtdc-forms h1::before,
.dtdc-forms h2::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 3px;
  background-color: #e31937;
}
.dtdc-form {
  padding: 25px 30px;
  margin-bottom: 50px;
  background-color: #eee;
  border-style: solid;
  border-width: 5px 0;
  border-color: #000066;
}
.dtdc-form > h1,
.dtdc-form > h2,
.dtdc-form > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  padding: 0;
}
.dtdc-form > h1::before,
.dtdc-form > h2::before,
.dtdc-form > h3::before {
  content: none;
}
.dtdc-form > h1::after,
.dtdc-form > h2::after,
.dtdc-form > h3::after {
  content: none;
}
.dtdc-form button {
  background-color: #e31937;
  color: #fff;
  width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 18px;
}
.dtdc-form button:hover {
  background-color: #000066;
  color: #333;
}
/* dtdc-page-header */
.dtdc-page-header {
  margin: 0;
  position: relative;
  background-color: #f5f7f9;
}
.dtdc-page-thumbnail {
  margin: 0;
  width: 100%;
  display: block;
}
.dtdc-page-thumbnail > img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.dtdc-page-map {
  margin: 0;
  width: 100%;
  display: block;
}
.dtdc-page-map > iframe {
  margin: 0;
  width: 100%;
  height: 400px;
  border: none;
}
.dtdc-page-breadcrumb {
  margin-top: 0;
  width: 100%;

}
.dtdc-page-breadcrumb .breadcrumb {
  border-radius: 0;
  background-color: #f5f7f9;
  margin-bottom: 0;

}
.dtdc-page-breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
}
.dtdc-page-breadcrumb a {
  font-weight: 700;
  color: #e31937;
  text-decoration: none;
}
/* dtdc-footer */
.dtdc-footer {
  margin: 0;
  position: relative;
  background-color: #f5f7f9;
}
.dtdc-footer-sidebars {
  margin: 0;
  padding: 40px 0;
  position: relative;
  background-color: #424242;
}
.dtdc-footer-sidebar {
  position: relative;
  padding: 15px;
}
.dtdc-footer-text {
  text-align: center;
}
.dtdc-footer-text img {
  margin:0 auto 30px;
  max-height: 80px;
}
.dtdc-footer-text p {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}
.dtdc-footer-menu {
  display: block;
  float: left;
}
.dtdc-footer-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-left: .5px dashed #eee;
  column-count: 4;
}
.dtdc-footer-links > li {
  position: relative;
  display: list-item;
  color: #848484;
  padding: 5px 0 5px 23px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  cursor: pointer;
}
.dtdc-footer-links > li > a {
  color: #848484;
  text-decoration: none;
}
.dtdc-footer-links > li:hover,
.dtdc-footer-links > li > a:hover {
  color: #000066;
}
.dtdc-footer-bottom {
  margin: 0;
  padding: 15px 0;
  position: relative;
  background-color: #212121;
}
.dtdc-copyright {
  margin: 0;
  padding: 7px 0;
  color: #848484;
  float: left;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}
.dtdc-social {
  float: right;
  margin: 0;
}
.dtdc-social-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.dtdc-social-links > li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  cursor: pointer;
  min-width: 36px;
  text-align: center;
  border-radius: 50%;
}
.dtdc-social-links > li:last-child {
  margin-right: 0;
}
.dtdc-social-links > li.dtdc-facebook {
  background-color: #29487d;
}
.dtdc-social-links > li.dtdc-youtube {
  background-color: #ff0000;
}
.dtdc-social-links > li.dtdc-twitter {
  background-color: #1da1f2;
}
.dtdc-social-links > li.dtdc-google {
  background-color: #dd4e41;
}
.dtdc-social-links > li:hover {
  background-color: #000066;
}
.dtdc-social-links > li > a {
  color: #fff;
  vertical-align: middle;
}
.dtdc-social-links > li > a > i {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .dtdc-footer-bottom {
    text-align: center;
  }
  .dtdc-copyright {
    float: none;
    margin-bottom: 10px;
  }
  .dtdc-social {
    float: none;
  }
}
/*dtdc-whatsapp*/
.dtdc-whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 0px;
  z-index: 1000;
}



@media(max-width: 768px) { 

  .dtdc-footer-sidebar{
    .row{
      /* margin-left: auto !important; */
      /* position: relative; */
      justify-content: center;
      align-items: center;
      /* margin-right: auto !important; */
      /* background-color: #000066; */
    }
  }
  
}



.benefits-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
}

.benefits-section h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
}

.benefits-section .highlight {
  color: #e74c3c;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 50px;
}

.benefit-item {
  background-color: #e74c3c;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.benefit-item:hover {
  transform: scale(1.05);
}

.benefit-item .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
}

.benefit-item{
  padding: 20px;
}

.benefit-item i{
  font-size: 32px;
  margin-bottom: 15px;
}

.count-grid{
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  width: 90%;
  margin: 0px auto;
}

.count-area{
  border: 1px solid #d2d2d2;
  padding: 10px;
}

.count-area p{
  margin-bottom: 7px;
}

.count-area ol{
  margin-bottom: 0px;
  list-style: none;
  padding: 0px;
}


@media (max-width:500px){

.dtdc-homepage-btns a:first-child{
  margin-bottom: 10px;
}

.benefits-container {
   grid-template-columns: repeat(1, auto);
}

.cmn-cont{
  text-align: center;
}

.cmn-cont p{
  font-size: 15px;
}

.cmn-cont ul{
  padding: 0px;
}

.cmn-cont li{
  list-style: none;
}

#charges-summary-table h2{
  font-size: 20px;
}

#div2 h2,#div3 h2,#div4 h2,#div5 h2,#div6 h2{
  font-size: 20px;
}

.cmn-cont h3{
  font-size: 20px;
}

.cmn-cont ol{
  padding: 0px;
}

.count-grid{
  grid-template-columns: repeat(1, auto);
}
}

@media (max-width: 767px) {
  .dtdc-footer {
    padding: 30px 0;
  }
  
  .dtdc-footer-sidebar {
    margin-bottom: 30px;
  }

  .dtdc-footer-menu {
    padding-right: 15px !important;
  }

  .dtdc-footer-links li {
    margin-bottom: 8px;
  }

  .dtdc-footer-links li a {
    font-size: 14px;
    line-height: 1.5;
  }

  .dtdc-footer-bottom {
    text-align: center;
    padding: 15px 0;
  }

  .dtdc-copyright span {
    margin: 0;
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
  }

  .dtdc-social {
    margin-top: 15px;
  }

  .dtdc-social-links li {
    display: inline-block;
    margin: 0 8px;
  }

  .dtdc-social-links li a {
    font-size: 16px;
  }

  .dtdc-footer-links {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-left: .5px dashed #eee;
    column-count: 1;
}

.dtdc-footer-menu{
  text-align: center;
}
}