/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+Myanmar:wght@100;200;300;400;500;600;700;800;900&display=swap"); */

:root {
  --color-body: #383838;
  --primarycolor: #168b10;
}
@font-face {
  font-family: "Myanmar Sans Pro";
  src: url("/wp-content/themes/ns-bffcarrental/fonts/MyanmarSansProRegular/MyanmarSansProRegular.woff")
      format("woff"),
    url("/wp-content/themes/ns-bffcarrental/fonts/MyanmarSansProRegular/MyanmarSansProRegular.ttf")
      format("truetype"),
    url("/wp-content/themes/ns-bffcarrental/fonts/MyanmarSansProRegular/MyanmarSansProRegular.svg#Myanmar Sans Pro")
      format("svg");
}
.bodycolor {
  color: var(--color-body);
}
* {
  font-family: "DM Sans", "Noto Sans Myanmar";
  font-size: 16px;
  color: var(--color-body);
}
h1,
h2 {
  font-size: 40px;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.titlefont {
  font-family: "DM Sans", "Myanmar Sans Pro" !important;
  color: var(--primarycolor);
  margin-bottom: 40px;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
.floatleft {
  float: left !important;
}
.homebgtitle {
  width: 35%;
  padding: 10px 0px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  background: var(--primarycolor);
  color: white;
  position: relative;
}
.homebgtitle:before {
  position: absolute;
  width: 95%;
  top: 0;
  height: 68px;
  content: "";
  display: block;
  background-color: var(--primarycolor);
  left: -95%;
  z-index: -1;
}
p {
  line-height: 30px !important;
  margin-bottom: 20px;
}
.text-right {
  text-align: right;
}
.white {
  color: white;
}
.width80 {
  width: 80%;
}
i.fa-solid {
  font-family: "fontawesome" !important;
  font-style: normal !important;
}
.text-center {
  text-align: center;
}
.white {
  color: white;
}
.green {
  color: var(--primarycolor) !important;
}
.mb-20 {
  margin-bottom: 30px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
#othercarseatsection .owl-theme .owl-nav {
  margin-top: 25px;
}
ul.dropdown-menu.depth_0.show {
  border: 0px;
  background: transparent;
}
.dropdown-item {
  padding: 7px 5px 7px 5px;
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px dotted var(--maincolor);
  width: 20px;
}
.dropdown-menu .menu-item {
  margin: 8px 0px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  width: 140px;
}
/* ********************* Readmore Btn ********************** */
.floatright {
  float: right;
}
.readmorebtn .btn {
  color: white !important;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 40px;
  margin: 20px 0px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  border: 2px solid var(--primarycolor);
  font-family: "Roboto", "Myanmar Sans Pro" !important;
  margin: 15px auto;
  display: block;
  margin-top: 15px;
  background: var(--primarycolor);
}
.readmorebtn .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.readmorebtn .btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #333;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.readmorebtn .btn:hover {
  color: #fff;
}
.readmorebtn .btn:hover:before {
  width: 100%;
}
.readmorebtn .btn svg {
  margin-left: 10px;
}
.readmorebtn span {
  color: white;
}
/* ********************* Menu ********************** */
nav.navbar.navbar-expand-md.navbar-light {
  z-index: 999;
}
.highwaybox {
  justify-content: space-between;
  background: #f9fcf9;
  border-radius: 25px;
  padding: 35px 25px;
  display: flex;
  align-items: center;
  border: 1px solid #cccccc4f;
}
h4.downtowntitle.borderline {
  margin-bottom: 0px;
}
li#menu-item-53,
#menu-item-92 {
  margin: 0px;
  margin-left: 40px;
}
.menu-item span {
  font-size: 16px;
}
.dropdown-item span {
  padding-left: 7px;
}
.navbar-expand-md .navbar-nav {
  justify-content: end;
  width: 100%;
}
.menu-item img {
  width: 27px !important;
  height: 27px !important;
  border-radius: 50%;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  /* padding-right: 1rem; */
  color: #f5f5f5;
  content: var(--bs-breadcrumb-divider, "/");
  padding: 0px 25px;
}
.page-template-cleanser #innerbreadcrumb {
  display: none;
}
.right-side-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  background: white;
  position: relative;
}
.right-side-menu:before {
  content: "";
  display: block;
  background: red;
  position: absolute;
  height: 56px;
  background: var(--primarycolor);
  width: 32%;
  z-index: 500;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.menu-item {
  font-size: 16px;
  font-weight: 400;
  padding: 9px 20px 2px 20px;
  margin: 0px 12px;
  background: white;
  border-radius: 25px;
  border: 1px solid white;
}
.current-menu-item {
  border: 1px solid var(--primarycolor);
}
.nav-link {
  display: block;
  padding: 0px !important;
}
.dropdown-item {
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px dotted var(--maincolor);
}
.dropdown-menu {
  padding: 0px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--primarycolor);
  background-color: var(--maincolor);
}
.current-menu-item a {
  border-bottom: 1px solid white !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primarycolor);
}
header:before {
  width: 32%;
  height: 56px;
  background: var(--primarycolor);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 27%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
header {
  z-index: 2;
  width: 100%;
  padding: 10px 0px;
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  color: var(--color-body);
  margin-top: -2px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--primarycolor);
}

/* ********************* Home ********************** */
#home_rentcar .owl-nav {
  right: 0% !important;
  /* width: 100%; */
  top: -100px;
  width: 120px;
  left: auto;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
  top: 100%;
}
.homeslider .owl-nav {
  width: 70px;
  left: 18%;
  top: 80% !important;
  position: absolute;
  bottom: 0;
}
.homeslider .owl-prev {
  left: -50px;
}
.homeslideinner {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 15%;
  flex-wrap: wrap;
}
.homeslide h3,
.homeslide h3 span {
  font-size: 44px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}
.cartimeflex {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  column-gap: 15px;
}
.homeslide {
  border-radius: 60px;
  position: relative;
}
.homeslidercontentinner {
    min-height: 250px;
}
.homeslideinner {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 15%;
  flex-wrap: wrap;
}
.hometravelservice li,
.whitecontent li {
  list-style: none;
  margin-bottom: 10px;
}
.hometravelservice li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(../images/stargreen.png);
  margin-right: 15px;
}
.whitecontent li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(../images/starwhite.png);
  margin-right: 15px;
}
#slider {
  position: relative;
  top: 0;
  z-index: 1;
  max-width: 1800px;
  margin: 0px auto;
}

.page-template .tourpackagesmalltitle span {
  background: white;
}
.homesection {
  margin: 120px 0px;
  padding: 40px 0px;
}
#home_service {
  background: #e9e9e9;
  overflow-x: clip;
}
.whitecontent {
  position: relative;
  z-index: 999;
  color: white;
  padding-left: 40px;
}
.whitecontent * {
  color: white;
}
.homecarrentalbg {
  position: absolute;
  z-index: -1;
  top: -115px;
  float: right;
  left: 0;
}
#home_about {
  margin-top: 50px;
}
/********************** About Us **********************/
.round {
  border-radius: 35px;
}
.servicecontent {
  margin-right: 5%;
  display: block;
  margin-bottom: 50px;
  margin-top: 0px;
}
#aboutservice p.text-right {
  width: 80%;
  margin-left: 20%;
}
.servicecontent h2.text-right:after {
  display: block;
  width: 20%;
  height: 2px;
  background: #afc3ac;
  content: "";
  align-items: end;
  justify-content: end;
  margin-left: 80%;
  margin-top: 15px;
}
.aboutserviceflex {
  display: flex;
  background: white;
  /* margin-right: -20%; */
  z-index: 9000;
  position: relative;
  padding: 20px 40px;
  border-radius: 75px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: 30%;
  width: 110%;
  border: 1px solid #cccccc57;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.eachserviceicon {
  width: 100px;
  height: 100px;
  background: #168b1012;
  border-radius: 50%;
  padding: 30px;
  border: 1px solid #168b1021;
  margin-right: 15px;
}
.aboutservicetitle {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-body);
}
.eachserviceicon img.img-fluid {
  filter: brightness(0) saturate(100%) invert(34%) sepia(74%) saturate(2934%)
    hue-rotate(87deg) brightness(91%) contrast(87%);
  width: 95%;
  margin: 0px auto;
  display: block;
}
.eachaboutservice {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#innerBanner {
  width: 95%;
  margin: 0px auto;
}
.offertitle {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.aboutcontent {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 10%;
}
section#aboutservice {
  background: #b3ddab14;
}
/* ************************* Articles ************************ */

.contactaddressbox h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.contactaddressbox {
  padding: 5px 0px;
  /* background: #ffffff; */
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  margin-bottom: 10px;
}
.contactaddressboxcontent a {
  margin-bottom: 20px;
  color: var(--bodycolor);
}
.contactaddressboxcontent {
  margin-bottom: 20px;
}
/* ************************* Articles ************************ */
.contactticketbox {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.contactticketbox {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.eachbox {
  width: 30%;
  text-align: center;
  background: #f5f5f5;
  padding: 30px;
  margin: 40px 0px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.eachbox a {
  color: black;
  font-size: 18px;
  width: 100%;
}
.eachboxicon {
  width: 90px;
  height: 90px;
  background: #01a55026;
  border: 1px solid var(--primarycolor);
  border-radius: 50%;
  display: flex;
  padding: 25px;
  margin-bottom: 25px;
}
.articledetailimage {
  margin-bottom: 15px;
}
h4.eachboxtitle {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
h1.singlecategorytitle {
  font-size: 27px !important;
  font-weight: 600 !important;
}
h3.articletitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}
.articledetailimage img {
  border-radius: 25px;
}
.single-post .eventsdate {
  background: #f9f9f9;
  width: 150px;
  text-align: center;
  padding: 10px 15px;
  margin-top: 25px;
  border-radius: 25px;
  border: 1px solid #ccc;
}
h3.sidebartitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar .eachhomearticles {
  margin: 10px 0px;
}
.sidebar h2.allhometitle {
  margin-bottom: -20px;
}
.sidedate {
  font-size: 13px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.eachhomearticles {
  margin-bottom: 45px;
  margin-top: 25px;
}
.firsthomearticle .eacharticles {
  display: block;
}
.firsthomearticle .eacharticlesimage,
.firsthomearticle .eacharticlescontent {
  width: 100%;
}
.firsthomearticle .eacharticlescontent {
  width: 100%;
  padding: 10px 25px;
}
.firsthomearticle h3.eacharticlestitle {
  min-height: auto;
}
.eachhomearticles.firsthomearticle {
  width: 98%;
}
.category-articles .tourpackagetitle,
.category-places-to-visit .tourpackagetitle {
  font-size: 48px !important;
  font-family: "Roboto", "Myanmar Sans Pro" !important;
}
.category-articles .tourpackagetitle span,
.category-places-to-visit .tourpackagetitle span {
  font-size: 48px !important;
  font-family: "Roboto", "Myanmar Sans Pro" !important;
}
.category-articles .tourpackagesmalltitle span,
.category-places-to-visit .tourpackagesmalltitle span {
  font-size: 15px !important;
  background: white;
}
.category-articles .tourpackagesmalltitle,
.category-places-to-visit .tourpackagetitle {
  margin-top: 15px;
}
h3.eacharticlestitle {
  font-size: 19px;
  color: #333;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 500;
  min-height: 90px;
  display: flex;
  align-items: center;
}
.eacharticles {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  align-items: center;
  margin: 20px 0px;
}
.eacharticlesimage img {
  border-radius: 20px;
}
.eacharticlesimage {
  width: 35%;
}
.eacharticlescontent {
  width: 65%;
  padding-left: 25px;
  padding: 0px 25px;
}
.eacharticles .readmorebtn .btn {
  margin: 0px;
}
.eventsdate {
  color: var(--primarycolor);
  font-size: 14px;
  margin-bottom: 15px;
}
.eventsdate svg {
  margin-right: 7px;
}

/* ************************************************* */
.allpagesection {
  padding: 80px 0px;
}

/*============================= Header =================================*/

/*============================= Footer =============================*/
.allfootercontact {
  padding-left: 10%;
}
p.partnername {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.followtext {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
}
.follow {
  display: flex;
  margin-top: 15px;
  justify-content: center;
  font-size: 20px;
  align-items: center;
}
.footerlogo {
  background: white;
  width: 90%;
  margin-top: -40px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 25px 0px;
}
.footerlogo img.img-fluid {
  display: block;
  margin: 0px auto;
}
i.fa-solid.fa-arrow-up {
  font-family: "fontawesome";
  font-style: normal;
}
.footersocial {
  display: flex;
  margin-top: 20px;
}
.footersocialtext {
  margin-right: 15px;
}
.footer {
  padding: 40px 0px 20px 0px;
  background: var(--primarycolor);
  color: white;
}
.footerflex.flexright {
  justify-content: end;
}
.footerflex.flexright .footercontent {
  width: 47%;
  word-break: break-all;
}
.footer h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px !important;
}
.footer * {
  color: white;
  font-size: 15px;
}

.copyright-footer p,
.copyright-footer a {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.footerflex {
  display: flex;
  margin-bottom: 20px;
}
.footerflex p {
  margin-bottom: 0px;
}
.footerofficetitle {
  width: 23%;
}
.footercontent {
  width: 77%;
}
.footerofficetitle b {
  font-weight: 500;
  font-size: 17px;
}
.footerofficetitle b:after {
  content: "-";
  display: inline-block;
  width: 5px;
  height: 5px;
  padding-left: 10px;
}
.footerlist a {
  text-decoration: none;
}
.copyright-footer {
  border-top: 1px solid #cccccc40;
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--primarycolor);
}
/*==================================== Banner =================================*/
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
  font-size: 17px;
  font-weight: 500;
}
div#innerBanner {
  background: var(--maincolor);
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0px auto;
  border-radius: 45px;
}
li.breadcrumb-item.active {
  color: #ece7e7;
}
li.breadcrumb-item a {
  font-family: var(--header-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #ece7e7;
  /* border-bottom: 1px solid #ccc; */
}
.page-breadcrumb {
  margin-top: 20px;
}
.bannerimagecontainer {
  overflow: hidden;
}
.bannerimage {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* -webkit-animation: kenburns-top 10s ease-out infinite both;
  animation: kenburns-top 10s ease-out infinite both; */
  z-index: 999;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.bannerimage .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: left;
  padding: 250px 15px 50px 15px;
}
.bannerimage h1 {
  width: 100%;
  text-align: left;
  color: white;
  margin-top: 20px;
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 0px;
}

.subtitle:after {
  content: "";
  display: inline-block;
  width: 92px;
  height: 17px;
  margin-left: 15px;
  background-image: url("../images/title-icon2.png");
}
.subtitle {
  margin-top: 40px;
  width: 100%;
  text-align: left;
  color: white;
}

.form-control {
  padding: 15px;
  margin: 15px;
  border-radius: 25px;
}
/*================================ Car Range =============================*/
.seatercaticon:before {
  content: "";
  display: inline;
  width: 35px;
  height: 35px;
  background: #168b104a;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  left: -15px;
}
.seatercaticon {
  width: 50px;
  height: auto;
  margin-right: 25px;
  position: relative;
}
.seatercaticon img {
  z-index: 200;
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 5px #888);
  filter: drop-shadow(5px 5px 5px #888);
}
.nav-pills .nav-link {
  background: #eef8ed;
  padding: 5px !important;
  margin: 5px 0px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.seatercattitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primarycolor);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #eef8ed;
  border: 1px solid var(--primarycolor);
}
/*================================ Car Packages =============================*/
.linkcar {
  position: relative;
}
.linkfeature {
  position: relative;
  margin-bottom: 25px;
}
.linktitlebox {
  width: 95%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  background: rgba(56, 56, 56, 0.2);
  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);
  backdrop-filter: blur(3.5px);
  /* margin: 15px; */
  padding: 10px 15px 10px 30px;
  border-radius: 35px;
  top: 70%;
  left: 2.5%;
  align-items: center;
}
.linktitlebtn {
  width: 50px;
  height: 50px;
  background: white;
  text-align: center;
  display: flex;
  padding: 18px;
  border-radius: 50%;
}
.linktitlebox h4 {
  margin-bottom: 0px;
  font-size: 20px;
}
.linkfeature img.img-fluid.wp-post-image {
  border-radius: 25px;
}
/*================================ Service =============================*/

section#rentalservicedetail {
  background: #b3ddab14;
}
.servicetravelimage {
  width: 85%;
  height: 480px;
  border-radius: 180px;
  margin: 0px auto;
}
.servicetravelimage img {
  border-radius: 180px;
}
.tourflex {
  background: #f5f5f5;
  margin: 10px 0px 40px 0px;
  padding: 15px 25px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.tourflex {
  background: #f5f5f5;
  margin: 10px 0px 40px 0px;
  padding: 15px 25px;
  border-radius: 40px;
  display: flex;
}
.touricon {
  width: 50px;
  height: 50px;
  background: #57a5531c;
  margin-right: 10px;
  border-radius: 50%;
  padding: 10px;
}
.touricon img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(74%) saturate(2934%)
    hue-rotate(87deg) brightness(91%) contrast(87%);
}
.tourtext {
  width: 85%;
}
h3.traveltitle {
  position: absolute;
  right: 50%;
  top: 30px;
  background: #f5f5f5;
  padding: 10px 45px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 40px;
}
/*================================ Car Detail =============================*/
.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.parent .carimageitem {
  min-height: 295px;
}
.parent .carimageitem .imagegallery {
    min-height: 300px;
    border-radius: 15px;
    border: 1px solid #ccc;
}
.div1 .imagegallery,
.div5 .imagegallery {
  position: relative;
  width: 100%;
  min-height: 460px !important;
  background-size: cover;
  background-position: center;
}
.div1 {
  grid-area: 1 / 1 / 4 / 3;
}
.div2 {
  grid-area: 4 / 1 / 6 / 3;
}
.div3 {
  grid-area: 1 / 3 / 3 / 5;
}
.div4 {
  grid-area: 1 / 5 / 3 / 7;
}
.div5 {
  grid-area: 3 / 3 / 6 / 7;
}
.hometravelservice li span {
  width: 95%;
}

.tab-content .linktitlebtn {
  width: 40px;
  height: 40px;
  padding: 13px;
}
.tab-content .linktitlebox h4 {
  margin-bottom: 0px;
  font-size: 17px;
}
#aboutpage .hometravelservice ul {
  padding-left: 0px;
}
section#rentalothercity .hometravelservice li,
#aboutpage .hometravelservice li,
.servicecontent .hometravelservice li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
section#rentalothercity .hometravelservice li:before,
#aboutpage .hometravelservice li:before,
.servicecontent .hometravelservice li:before {
  width: 25px;
  background-repeat: no-repeat;
}
.servicecontent .hometravelservice li {
  justify-content: end;
  text-align: right;
  border-bottom: 1px dotted #afc3ac;
  padding-bottom: 15px;
  margin-bottom: 8px;
}
#v-pills-tab {
  width: 20%;
}
#v-pills-tabContent {
  width: 80%;
  margin-left: 5%;
}
.carservice {
  border: 1px solid #168b10a6;
  border-radius: 5px;
  padding: 35px 15px;
  margin-top: 5px;
}
.carservice img.img-fluid {
  margin: 5px auto;
  display: block;
  width: 45%;
  filter: brightness(0) saturate(100%) invert(16%) sepia(3%) saturate(0%)
    hue-rotate(350deg) brightness(97%) contrast(82%);
}
.carservice h5 {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  /* color: black; */
  text-transform: capitalize;
  font-size: 17px;
  margin-top: 15px;
}
.joinuscarrental {
  height: 560px;
  background-image: url("../images/join.png"),
    linear-gradient(rgba(8, 135, 2, 20%)); /* W3C */
}
.joinusinner {
  background-color: rgb(8 135 2 / 60%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
}
.owl-nav {
  position: absolute;
  /* top: 25%; */
  width: 15%;
  left: 40%;
  right: 0;
}
button.owl-prev {
  left: 0;
}
button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
}
.notdowntown {
  background: #f9fcf8;
  padding: 20px 120px;
  border: 1px solid #168b10a6;
  margin: 40px 0px 20px 0px;
  border-radius: 15px;
  text-align: center;
}

section#othercarseatsection {
  background: linear-gradient(
    to bottom,
    #b3ddab14 0%,
    #b3ddab14 80%,
    #b3ddab14 80%,
    white 80%,
    white 100%
  );
}
h4.downtowntitle {
  /* border-bottom: 1px solid #ccc; */
  font-weight: 600;
}
.eachseater h5 {
  color: black;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}
.cartimeflex {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  column-gap: 15px;
}
.eachtime {
  width: 45%;
  border: 1px solid #168b10a6;
  padding: 25px;
  text-align: center;
  border-radius: 25px;
  margin: 5px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.eachtimeicon {
  width: 30%;
  margin: 10px auto;
}
.eachtimeicon img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(88%) saturate(5109%)
    hue-rotate(103deg) brightness(89%) contrast(87%);
}
.eachtimetitle,
.eachtimeprice {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--primarycolor);
  color: white;
  border-radius: 15px;
  padding: 5px;
  margin: 10px 0px;
}
.eachtimetitle {
  background-color: transparent;
  color: #168b10;
}
.innersubtitle {
  color: var(--primarycolor);
  margin-bottom: 25px;
}
section#carrentaltime {
  background: #b3ddab14;
}
.eachtime.bgcolor {
  background: var(--primarycolor);
  display: flex;
  align-items: center;
  color: white !important;
}
.eachtime.bgcolor p {
  color: white !important;
}
.carrentalservicetitle:before {
  content: "";
  display: block;
  width: 92px;
  height: 17px;
  margin-left: 15px;
  margin: 0px auto;
  background-image: url(../images/title-icon1.png);
  margin-bottom: 15px;
}
.cardetailmaintitle {
  width: 100%;
}
#cardetail .svg {
  position: absolute;
  width: 0;
  height: 0;
}
#cardetail .clipped {
  width: 581px;
  height: 583px;
  background: turquoise url(https://source.unsplash.com/600x600?summer);
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}
.seaterimage {
  width: 120px;
  margin: 25px auto;
  height: 120px;
  background: #168b1021;
  border-radius: 50%;
  padding: 25px;
}
.seaterimage img.img-fluid {
  display: block;
  margin: 0px auto;
  filter: brightness(0) saturate(100%) invert(32%) sepia(100%) saturate(833%)
    hue-rotate(82deg) brightness(99%) contrast(92%);
}
.carrentalcontentflex {
  margin-top: 45px;
}
