body {
  color: #000 !important;
  font-family: 'Nexa-Regular' !important;
  overflow-x: hidden!important;
  font-size: 15px !important;
  background-color: #fff !important;
  
}

@font-face {
  font-family: 'NexaBold';
  src: url('../fonts/NexaBold.woff2') format('woff2'),
      url('../fonts/NexaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa-Regular';
  src: url('../fonts/Nexa-Regular.woff2') format('woff2'),
      url('../fonts/Nexa-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa-RegularItalic';
  src: url('../fonts/Nexa-RegularItalic.woff2') format('woff2'),
      url('../fonts/Nexa-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa-XBold';
  src: url('../fonts/Nexa-XBold.woff2') format('woff2'),
      url('../fonts/Nexa-XBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa-Black';
  src: url('../fonts/Nexa-Black.woff2') format('woff2'),
      url('../fonts/Nexa-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
p {
  margin-bottom: 0 !important
}

a {
    color: #196DC7;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover, a:active {
    outline: none;
    text-decoration: none !important;
    color: #FA4A0C !important;
}

ul, p {
    padding: 0;
  margin:0;
  font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'NexaBold' !important;
  padding: 0 !important;
  margin:0 !important;
}

.form-control:focus {
  color: var(--cui-input-focus-color, rgba(44, 56, 74, 0.95));
  background-color: var(--cui-input-focus-bg, #fff);
  border-color: var(--cui-input-focus-border-color, #59b0ee) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #59b0ee81 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before 
{
  background-color: #007bff !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section
{
  display:block;
  float:left;
  width:100%;
  padding: 50px 0;
}
.top_header
{
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  padding: 0;
  z-index: 2;
}
.top_header_inner
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 10px 0; 
  align-items: center;
  justify-content: space-between;
}

.logo_area
{
  display: block;
  float: left;
  width: 200px;
}
.logo_area img
{
  width: 100%;
  max-width: 200px;
}

.country_flag_area
{
  display: inline-block !important;
  background: #f2f3f5;
  border-radius: 5px;
  height: 44px;
  padding: 10px 15px;
  margin: 10px 0;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: auto;
  z-index: 2;
}
.country_flag_area .inside
{
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
}
.country_flag_area img
{
  float: left;
  width: 20px;
}
.country_flag_area p
{
  font-size: 14px;
  margin: 4px 0 0 5px;
  display: flex;
    align-items: center;
}
.country_drop
{
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 12px;
  top: 50px;
  left: 0;
  min-width: 200px;
}
.country_img_text img
{
  width: 20px;
  height: 10px;
  object-fit: cover;
  object-position: center;
}

.search_area
{
  display: flex;
  width: 100%;
  max-width: 400px;
  background: #f2f3f5;
  border-radius: 5px;
  height: 44px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.search_area p
{
  font-size: 15px;
  color: #0A0A0A;
  margin: 0 !important;
}

.top_header_right
{
  display: flex;
  float: right;
  align-items: center;
}
.top_header_right i
{
  color: #0666A9 ;
  font-size: 18px;
  cursor: pointer;
}
.top_header_right .fa-comment-alt
{
  margin-top: 3px;
}
.broadcasts_area
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px 5px;
}
.broadcasts_area img
{
  width: 25px;
}
.broadcasts_area .alart {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px;
  background: #FA4A0C;
  position: absolute;
  top: -8px;
  right: -6px;
  border-radius: 100px;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}

.notification_area
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px 5px;
}
.notification_area img
{
  width: 23px;
}
.notification_area .alart {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px;
  background: #FA4A0C;
  position: absolute;
  top: -11px;
  right: -10px;
  border-radius: 100px;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}

.enquiry_area
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px 5px;

}
.enquiry_area img
{
  width: 25px;
  color: #0666A9;
}
.enquiry_area i
{
  color: #0666A9;
  cursor: pointer;
}
.enquiry_area .alart
{
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px;
  background: #FA4A0C;
  position: absolute;
  top: -8px;
  right: -6px;
  border-radius: 100px;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}

.profile_area
{
  display: flex;
  vertical-align: middle;
  padding: 10px 15px;
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  border-radius: 5px;
  margin: 10px 0px 10px 15px;
  align-items: center;
}
.profile_area img
{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 5px;
}
.profile_area p
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  margin: 3px 0 0 5px !important;
}
.profile_area:hover
{
  background: linear-gradient(90deg, #0666A9 0%, #0D87D2 100%);
}


.menu_section
{
  padding: 10px 0;
  position: relative;
}
.top_header_menu_area
{
  display: block;
  float: left;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  background: #fff;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.13);
box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.13);
}
.sticky  .menu_section 
{
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;  
}
.menu_section_inside
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
    align-items: center;
    position: relative;
}
.list_item
{
  display: inline-block;
  color: #0D87D2;
  font-size: 18px;
  font-family: 'NexaBold';
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
  display:inline-block;
  vertical-align:middle;
  margin:0;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align:left;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}
.nav-menu .home_icon
{
  font-size:16px;
  margin-right:5px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  width: 100%;
  text-align: right;
}


@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 18px 5px 18px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 16px;
  outline: none;
  position:relative;
  border-radius: 5px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #fff !important;
  background: #FA4A0C !important;
} 


.nav-menu > li {
  margin-left: 5px;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #1f1a17;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #e4fb41;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  margin: 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
.fa-times
{
  color: #fff;  
}
.fa-bars
{
  color: #FA4A0C !important;    
}

@media (max-width:768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #005890;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
   cursor:pointer; 
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #DA251D;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #DA251D;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#intro
{
  display:block;
  float:left;
  width:100%;
  position:relative;
  z-index:1;
  background-repeat: no-repeat;
  background-size: cover;
  background: black;
}

#intro .carousel
{
  position:relative;
  float:left;
  width:100%;
}
#intro .slider_contanear
{
  display:block;
  float:left;
  width:100%;
  position:relative;
  background:#000;
}
#intro .img_area
{
  display:block;
  float:left;
  width:100%;
  position:relative;
  z-index:1;
}
#intro .img_area img
{
  width:100%;
  height:450px;
    object-fit: cover;
    object-position: center;
}

#intro .slider_main_area
{
  display:block;
  float:left;
  width:96%;
  max-width:1140px;
  margin:0;
  position:absolute;
  z-index:2;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  padding:0 15px;
  text-align:center;
}
#intro .text_area
{
  display:inline-block;
  width:100%;
  max-width:1140px;
  text-align:center;
}
#intro .text_area p
{
  color:#fff;
  font-size:40px;
  font-family: 'Nexa-Regular';
  display: inline-block;
  width: 100%;
}
#intro .text_area h2
{
  color:#fff;
  font-size:50px;
  font-family: 'NexaBold';
  display: inline-block;
  width: 100%;
}
#intro .carousel-indicators
{
  bottom:30px;
}

#intro .carousel-control-prev-icon
{
  background:url(../images/left_arrow.png) no-repeat;
  width:41px;
  height:79px;
}
#intro .carousel-control-next-icon
{
  background:url(../images/right_arrow.png) no-repeat;
  width:41px;
  height:79px;  
}
#intro .carousel-control-next, .carousel-control-prev
{
  width:auto !important;
  opacity: 1;
}
#intro .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius:100%;
  background:#21254A;
  cursor:pointer;
}
#intro .carousel-indicators .active {
  background-color: #00ADEF;
}

#intro .our_services_but
{
  display: inline-block;
  padding: 15px 35px;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins-SemiBold';
  background: #67b930;
  border-radius: 5px;
  margin-top: 15px; 
}
#intro .our_services_but:hover
{
  background: #067190;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0) !important;
}
.carousel-control-prev, .carousel-control-next
{
  opacity: 1 !important;
}

.section1
{
  padding-bottom: 0;
}
.section1_inner_box
{
  display: block;
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #0666A9 0%, #0D87D2 100%);
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 25px;
}
.section1_inner_box .main_heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.section1_inner_box .main_heading h2
{
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}
.section1_inner_box .boxes_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: calc(100% + 20px);
  margin: 0 -10px;
  margin-top: 10px;
}
.section1_inner_box .boxes_area .box1
{
  display: block;
  float: left;
  width: calc(100% / 4 - 20px);
  margin: 10px;
  background: #fff;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
}
.section1_inner_box .boxes_area .box1:hover
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
}
.section1_inner_box .boxes_area .box1 img
{
  width: 50px;
  height: 38px;
  object-fit: contain;
  object-position: top;
}

.section1_inner_box .boxes_area .box1 p
{
  color: #3C3C3C;
  font-size: 20px;
  margin-top: 20px !important;
}
.section1_inner_box .boxes_area .box1 h2
{
  color: #0000002f;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.section1_inner_box .boxes_area .box1:hover p
{
  color: #fff;
}
.section1_inner_box .boxes_area .box1:hover img
{
  filter: grayscale(100%) brightness(600%);

}
.section_main_heading
{
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.section_main_heading h2
{
  font-size: 25px;
}
.section_slider_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.section_slider_area .owl-dots
{
  display: none;
}
.section_slider_area  .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
  outline-style: none;
  border: none;
}
.section_slider_area .item
{
  padding: 10px;
  float: left;
  width: 100%;
}
.section_slider_area .owl-prev
{
  background:url(../images/left_arrow2.png) !important;
  width:32px;
  height:32px;
  float: left;
  color:transparent !important;
  margin-left:-35px !important;
  outline-style:none !important;
  opacity:.4;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;  
}
.section_slider_area .owl-prev:hover
{
  opacity:1;  
}
.section_slider_area .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.section_slider_area  .owl-next
{
  background:url(../images/right_arrow2.png) !important;  
  width:32px;
  height:32px;
  color:transparent !important;
  float: right;
  margin-right:-35px !important;  
  outline-style:none !important;  
  opacity:.4; 
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;        
}
.section_slider_area .owl-next:hover
{
  opacity:1;  
}
.section_slider_area .owl-nav.disabled {
  display: block !important;
}


.vehicles_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

.vehicles_box1 .img_area
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.vehicles_box1 .img_area img
{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 180px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;

}
.vehicles_box1:hover .img_area img
{
  transform: scale(1.05); 
}
.vehicles_box1 .logo_img
{
  float: left;
  width: 100%;
  display: flex;
  padding: 20px;
  justify-content: center;
}
.vehicles_box1 .logo_img img
{
  width: 120px !important ;
  height: 120px !important; 
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.vehicles_box1 .logo_img a
{
  display: flex;
  width: 120px !important ;
  height: 120px !important; 
  object-fit: cover;
  object-position: center;
  border-radius: 100%; 
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.bg_color1
{
  background: #ffe9f1;
}
.vehicles_box1 .logo_img a span
{
  font-size: 30px;
  border: none !important;
  background: none !important;
}

.vehicles_box1 .img_area .price
{
  display: block;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(245, 136, 17, 0.8);
  padding: 10px 25px;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
.vehicles_box1 .img_area .price p
{
  color: #fff;
  font-size: 15px;
}
.vehicles_box1 .img_area .favorite
{
  display: flex;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  justify-content: center;
    align-items: center;
}

.vehicles_box1 .img_area .favoriteRed
{
  display: flex;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 16px;
  color: rgb(252, 49, 49);
  cursor: pointer;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  justify-content: center;
    align-items: center;
}
/*.vehicles_box1 .img_area .favorite:hover
{
  color: rgb(252, 49, 49); 
}
*/


.vehicles_box1 .text_area
{
  display: flex !important;
  flex-direction: column !important;
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 14px;
  flex: 1 1 auto;

}
.vehicles_box1 .text_area .top1
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  cursor: pointer;
}
.vehicles_box1 .text_area .top1 p
{
  font-size: 13px;
  margin-top: 4px;
  color: #656565;
}

.vehicles_box1 .text_area .top1 p strong
{
  color: #0666A9;
}
.vehicles_box1 .text_area .top1 p i
{
  color: #0666A9; 
}
.vehicles_box1 .text_area .top2
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.vehicles_box1 .text_area .top2 p
{
  color: #000000;
  font-size: 16px;
  font-family: 'NexaBold';
}
.vehicles_box1 .text_area .top3
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  cursor: pointer;
}
.vehicles_box1 .text_area .top3 p
{
  color: #656565;
  font-size: 13px;
  margin-top: 0px;
  position: relative;
  padding: 0 6px 0 4px;
}
.vehicles_box1 .text_area .top3 p::after
{
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #656565;
  right: 0;
  top: 7px;
}
.vehicles_box1 .text_area .top3 p:first-child
{
  padding-left: 0;
}
.vehicles_box1 .text_area .top3 p:last-child::after
{
  display: none;
}

.vehicles_box1 .text_area .top4
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  cursor: pointer;
}
.vehicles_box1 .text_area .top4 p
{
  color: #060606;
  font-size: 13px;
  margin-top: 4px;
  position: relative;
  padding: 0 6px 0 4px;
}
.vehicles_box1 .text_area .top4 p::after
{
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #656565;
  right: 0;
  top: 7px;
}
.vehicles_box1 .text_area .top4 p:first-child
{
  padding-left: 0;
}
.vehicles_box1 .text_area .top4 p:last-child::after
{
  display: none;
}


.vehicles_box1 .text_area .button_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  margin-top: auto !important;
}
.vehicles_box1:hover
{
	transform: scale(1.02);	
  box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}
.enquire_but
{
  border: 1px solid #0666A9 !important;
  background: none !important;
  color: #0666A9 !important;
  margin-top: 15px !important;
  padding: 5px 12px !important;
  width: 48% !important;
  font-size: 12px !important;
  font-family: 'NexaBold' !important;
}
.enquire_but i
{
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom:6px;
  margin-right: 5px;
}
.enquire_but:hover
{
  background: #0666A9 !important;
  color: #fff !important;
}
.enquire_but a:hover
{
  color: #fff !important;
}


.edit_but
{
  border: 1px solid #0666A9 !important;
  color: #0666A9 !important;
  margin-top: 15px !important;
  padding: 5px 12px !important;
  width: 48% !important;
  font-size: 14px !important;
  font-family: 'NexaBold' !important;
}
.edit_but i
{
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom:6px;
  margin-right: 5px;
}
.edit_but:hover
{
  background: #0666A9 !important;
  color: #fff !important;
}
.edit_but a:hover
{
  color: #fff !important;
}

.vehicles_box1 .text_area .published_and_expire_section
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  margin-top: auto !important;
  font-size: 10px;
  align-items: center;
}
.published_tag
{
  background: #339F46;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 4px 8px 1px 8px;
  border-radius: 5px;
  line-height: normal;
}
.renew_to_Publish_tag
{
  background: #FF301E;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 4px 8px 1px 8px;
  border-radius: 5px;
  line-height: normal;  
}
.expire
{
  display: flex;
  align-items: center;
}
.expire img
{
  margin-right: 2px;
}


.more_button_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.view_all_but
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%) !important;
  border-radius: 5px !important;
  color: #fff !important;
  padding: 6px 25px !important;
  font-size: 18px !important;
  font-family: 'NexaBold';
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
  border: none;

}
.view_all_but:hover
{
  background: #000 !important;
}
.blue_gradient_bg
{
  background: linear-gradient(90deg, #0666A9 0%, #0D87D2 100%);
}
.white
{
  color: #fff;
}
.vehicles_box1 .text_area .garages_contact
{
  display: block;
  float: left;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.vehicles_box1 .text_area .garages_contact p
{
  color: #656565;
  font-size: 13px;
  position: relative;
  margin: 3px 0 0 0 !important;
  padding-left: 22px !important;
}
.vehicles_box1 .text_area .garages_contact p i
{
  position: absolute;
  left: 0;
  top: 0;
  color: #0666A9;
}
.vehicles_box1 .text_area .garages_contact p a
{
  color: #656565;
}
.vehicles_box1 .text_area .garages_contact p a:hover
{
  color: #0666A9;  
}
.add_area
{
  padding: 0 0 40px 0;
  text-align: center;
}
.add_area img
{
  max-width: 100%;
}

footer
{
  display: block;
  float: left;
  width: 100%;
}
.top_footer_section
{
  display: block;
  float: left;
  width: 100%;
  background: url(../images/footer_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}
.top_footer_section::before
{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 121, 192, 0.9), rgba(10, 121, 192, 0.9));
} 

.top_footer_section .box1
{
  margin: 12px 0;
}
.top_footer_section .box1 h2
{
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
}
.top_footer_section .container
{
  position: relative;
  z-index: 2;
}
.top_footer_section .box1 ul
{
  color: #fff;
  list-style-type: none;
}
.top_footer_section .box1 ul li
{
  margin-top: 5px;
  font-size: 15px;
}
.top_footer_section .box1 ul li a
{
  color: #fff;
}

.top_footer_section .box1 p
{
  color: #fff;
  margin-top: 5px;
  font-size: 15px;
}
.top_footer_section .box1 p i
{
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
}
.top_footer_section .box1 p img 
{
  margin: 2px 9px 0 0;
  width: 127px;
}
.bottom_footer_section
{
  display: block;
  float: left;
  width: 100%;
  background: #02558F;
  padding: 20px 0;
}
.bottom_footer_section p
{
  color: #fff;
}
.subpage_header
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #000;
  padding: 0;
}
.subpage_header img
{
  float: left;
  width: 100%;
  height: 100px;
  object-position: center;
  object-fit: cover;
  opacity: .5;
  position: relative;
  z-index: 1;
}
.subpage_header h2
{
  position: absolute;
  width: 100%;
  padding: 0 15px;
  max-width: 1300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-family: 'NexaBold';
  z-index: 2;
  text-align: center;
  color: #fff;
}
.subpage_body
{
  display: block;
  float: left;
  width: 100%;
}
.login_section
{
  display: block;
  float: left;
  background: #FFFFFF;
box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.25);
border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.login_section .img_area
{
  display: block;
  float: left;
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.login_section .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.login_section .right_area
{
  display: block;
  float: right;
  width: 52%;
  padding: 35px;
}
.login_section .right_area .top
{
  display: block;
  float: left;
  width: 100%;
}
.login_section .right_area .top h2
{
  font-size: 32px;
  color: #282C40;
}
.login_section .right_area .top p
{
  font-size: 16px;
  color: #8a8a8a;
  margin: 10px 0;
}
.login_section .right_area .form
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.login_section .right_area .form label
{
  font-family: 'NexaBold';
  margin-bottom: 0px;
}
.input_style1
{
  border: 1px solid #d4d0d0 !important;
  padding: 12px 15px !important;
  margin-top: 5px;
}
.select_style1
{
  border: 1px solid #d4d0d0 !important;
  padding:12px 15px !important;
  appearance: none !important;
  background: #fff url(../images/bottom_arrow.png) no-repeat;
  background-position: calc(100% - 15px) center;
}
.select_style6
{

  width: 400%;
  max-width: 400px;
  background:   #F5FFFA;
  height: 99px;
  padding: 0 15px;
  /*border: 1px solid #d4d0d0 !important;
  padding:12px 15px !important;
  appearance: none !important;*/

}


.login_section .right_area .form .remember_pass
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 15px;
  justify-content: space-between;
    align-items: center;
}
.login_section .right_area .form .remember_pass .forgot
{
  color: #0666A9;
  font-size: 14px;
}
.login_section .right_area .form .remember_pass .forgot:hover
{
  color: #FA4A0C;
}
.login_section .submit_style
{
  margin-top: 20px;
  width: 100%;
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
border-radius: 10px;
font-family: 'NexaBold';
border: none;
padding: 13px 15px;
}
.login_section .submit_style:hover
{
  background: linear-gradient(0deg, rgba(10, 121, 192, 0.9), rgba(10, 121, 192, 0.9)); 
}
.login_section .or
{
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0;
  position: relative;
  text-align: center;
}
.login_section .or::after
{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  z-index: 1;
}
.login_section .or p
{
  position: relative;
  color: #B4B6C2;
  font-size: 14px;
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 12px;
}
.radiobuttons
{
  color: #b1b1b1;
}
.radiobuttons a
{
  color: #196DC7 !important;
}
.login_section .social_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.login_section .social_area img
{
  margin: 5px;
  margin-bottom: 25px;
}
.login_section .social_area p
{
  font-size: 14px;
}
.login_section .social_area p a
{
  text-transform: uppercase;
  font-family: 'NexaBold';
  color: #000;

}
.login_section .social_area p a:hover
{
  color: #FA4A0C;
}

.login_section .otp_area
{
  display: flex;
  width: 100%;
  margin-top: 30px;
} 
.otp_style
{
  display: block;
  float: left;
  width: 100%;
  margin:0 5px ;
  border: 1px solid #585858;
  text-align: center;
  border-radius: 10px;
  height: 50px;
}


.login_section .right_area_signup
{
  display: block;
  float: right;
  width: 52%;
  padding: 35px;
}
.login_section .right_area_signup .top
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.login_section .right_area_signup .top h2
{
  font-size: 20px;
}

.login_section .right_area_signup  .tab_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.login_section .right_area_signup  .tab_area h2
{
  font-size: 16px;
  margin-bottom: 10px;
}
.login_section .right_area_signup  .tab_area .custom-radio
{
  margin-top: 5px;
  cursor: pointer;
}
.login_section .right_area_signup  .tab_area .custom-radio span
{
  color: #9F9F9F;
}
.login_section .right_area_signup  .tab_area .custom-radio label
{
  margin-left: 10px;
}

.login_section .right_area_signup .form
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.login_section .right_area_signup .form label {
  font-family: 'NexaBold';
  margin-bottom: 0px;
}
.login_section .right_area_signup .form .social_area
{
  margin-top: 20px;
}
.custom-control-label::before {
  top: 1px;
}
.custom-control-label::after {
  top: 1px;
}


.private_account
{
  float: left;
  width: 100%;
}
.business_account
{
  display: none;
  float: left;
  width: 100%;
}

.contact_section
{
  display: block;
  float: left;
  background: #FFFFFF;
box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.25);
border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px;
}
.contact_section .heading
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.contact_section .heading h2
{
  font-size: 20px;
}

.input_style2
{
  padding: 8px 12px !important;
  margin-top: 15px;
}
.textarea_style2
{
  padding: 12px;
  margin-top: 15px;
}

.contact_section .submit_style {
  margin-top: 20px;
  width: 100%;
  background: linear-gradient(
90deg
, #EE523A 0%, #F68E0D 100%);
  border-radius: 10px;
  font-family: 'NexaBold';
  border: none;
  padding: 13px 15px;
}

.contact_section .submit_style:hover {
  background: linear-gradient(
0deg
, rgba(10, 121, 192, 0.9), rgba(10, 121, 192, 0.9));
}

.contact_section .right p
{
  margin-bottom: 12px !important;
  position: relative;
  padding-left: 22px;
}
.contact_section .right p i
{
  position: absolute;
  left: 0;
  top: 3px;
  color: #0666A9;
}
.contact_section .right p a
{
  color: #000;
}
.contact_section .right p a:hover
{
  color: #FA4A0C;
}
.contact_section .right h5
{
  margin-top: 20px;
  font-size: 20px;
}
.contact_section .right h5 i
{
  margin-right: 15px;
  color: #000;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
}
.contact_section .right h5 i:hover
{
  color: #FA4A0C;
}
.contact_section .map_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
}
.login_section .right_area .form-control:focus ,.login_section .right_area_signup .form-control:focus
{
  box-shadow: none !important;
}
.about_right img
{
  width: 100%;
}
.about_left h2
{
  font-size: 35px;
  font-family: 'NexaBold';
}
.about_left h2 span
{
  color: #0666A9;
}
.about_left p
{
  font-size: 15px;
  color: #656565;
  margin-top: 20px;
}
.about_left ul
{
  margin-top: 20px;
  list-style-type: none;
  font-size: 15px;
  color: #656565;
}
.about_left ul li
{
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.about_left ul li::before
{
  content: url(../images/tick.png);
  position: absolute;
  left: 0;
  top: 0;
}
.about_bg
{
  background: url(../images/about_bg.jpg) top center no-repeat;
}
.subpage_bg
{
  background: url(../images/bg_top.svg), url(../images/bg_bottom.svg);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
}
.service_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}
.service_box1 .img_area
{
  float: left;
  width: 100%;
  overflow: hidden;
}
.service_box1 .img_area img
{
  float: left;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
}
.service_box1 .text_area
{
  float: left;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
}
.service_box1 .text_area p
{
  font-size: 20px;
  color: #000;
}

.service_box1:hover  .img_area img
{
  transform: scale(1.1);  
}
.create_but_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: right;
}
.create_but
{
  display: inline-block;
  padding: 13px 25px 10px 25px;
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  border-radius: 10px;
  margin: 10px 0px 10px 5px;
  align-items: center;
  color: #fff;
}
.create_but i
{
  margin-left: 30px;
}
.create_but:hover
{
  background: linear-gradient(0deg, rgba(10, 121, 192, 0.9), rgba(10, 121, 192, 0.9));
  color: #fff !important;
}

.create_listing_body
{
  display: block;
  float: left;
  width: 100%;
}
.create_listing_body .vehicles_box1
{
  margin: 15px 0;
}
.add_upload_section
{
  display: block;
  float: left;
  width: 100%;
}
.add_upload_section .top_text
{
  display: block;
  float: left;
  width: 100%;
}
.add_upload_section .top_text h2
{
  color: #0666A9;
  font-size: 20px;
}
.add_upload_section .img_boxes
{
  display: block;
  float: left;
  width: 100%;
}
.add_form_section
{
  display: block;
  float: left;
  width: 100%;
}
.add_form_section p
{
  margin-top: 25px;
  font-size: 15px;
  font-family: 'NexaBold';
}
.select_style2
{
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
  appearance: none;
  outline-style: none;
  background: #fff url(../images/down_arrow.svg) no-repeat;
  background-position: calc(100% - 15px) center;
  font-size: 15px;
  margin-top: 5px;
}
.select_style9
{
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
  appearance: none;
  outline-style: none;
  /*background: #fff url(../images/down_arrow.svg) no-repeat;*/
  background-position: calc(100% - 15px) center;
  font-size: 15px;
  margin-top: 5px;

}

.select_style8
{
  border: none !important;
  border-bottom: 1px solid #d4d0d0 !important;
  padding: 12px 0 !important;

}
.input_style3
{
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
  outline-style: none;
  background: #fff;
  font-size: 15px;
  margin-top: 5px;

}
.add_form_section h2
{
  margin-top: 30px !important;
  font-size: 20px;
  color: #0666A9;
}
.service_page_inner_search_area
{
  display: block;
  float: left;
  width: 100%;
  background: linear-gradient(90deg, #0666A9 0%, #0D87D2 100%);
border-radius: 10px;
padding: 20px;
}
.service_page_inner_search_area h2
{
  font-size: 22px;
  color: #fff;
}
.select_style3
{
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
  appearance: none;
  outline-style: none;
  background: #fff url(../images/down_arrow.svg) no-repeat;
  background-position: calc(100% - 15px) center;
  font-size: 15px;
  margin-top: 5px;

}
.service_listing_body
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.service_listing_body .vehicles_box1 {
  margin: 15px 0;
}
.details_page_top_section
{
  display: block;
  float: left;
  width: 100%;
}
.details_page_top_section .slider_area
{
  display: block;
  float: left;
  width: 100%; 
}
.details_page_top_section .img_area
{
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
.details_page_top_section .slider_area img
{
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}
.details_page_top_section .slider_area .carousel {
  position: relative;
  float: left;
  width: 100%;
}
.details_page_top_section .slider_area .carousel-control-prev, .details_page_top_section .slider_area .carousel-control-next
{
  width: 40px !important;
}
.details_page_top_section .slider_area  .carousel-control-prev-icon 
{
  background: url(../images/left_arrow3.png) no-repeat;
  background-size: 100%;
  width: 40px !important;
  height: 40px !important;
}
.details_page_top_section .slider_area  .carousel-control-next-icon 
{
  background: url(../images/right_arrow3.png) no-repeat;
  background-size: 100%;
  width: 40px !important;
  height: 40px !important;
}

.details_page_top_section .left_but_area
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between; 
  margin-top: 10px;
}
.enquire_but2
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 10px 25px !important;
  font-size: 20px !important;
  font-family: 'NexaBold';
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
  margin: 15px 0;
  width: 48%;

}
.enquire_but2:hover
{
  background: #000 !important;
}
.details_page_right_top
{
  display: block;
  float: left;
  width: 100%;   
}
.details_page_right_top .inside
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.details_page_right_top h3 span
{
  padding-right: 15px;
  position: relative;
}
.details_page_right_top h3 span::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #656565;
  right: 6px;
  top: 9px;
}
.details_page_right_top h3 span:last-child::after  {
  display: none;
}
.details_page_right_top .rateing_area
{
  display: flex;
  width: 100%;
  margin: 6px 0;
  align-items: center;
}
.details_page_right_top .rateing_area i
{
  color: #C7C7C7;
}
.details_page_right_top .rateing_area p
{
  color: #0373BB;
  font-family: 'NexaBold';
}
.details_page_right_top .rateing_area button ,.details_page_right_top .rateing_area strong
{
  margin-left: 12px;
}
.details_page_right_top h2
{
  font-size: 22px;
  font-family: 'NexaBold';
}
.details_page_right_top h3
{
  font-size: 17px;
  color: #656565;
  font-family: 'NexaBold';
}
.details_page_right_top p
{
  font-size: 15px;
  color: #656565;
}
.details_page_right_top .details
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}
.details_page_right_top .details p
{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #0666A9;
}
.details_page_right_top h5
{
  font-size: 22px;
  color: #EE5537;
  margin-top: 15px !important;
}
.details_page_overview
{
  display: block;
  float: left;
  width: 100%;   
  margin-top: 15px; 

}
.details_page_overview table
{
  border: 2px solid #dee2e6;
}
.details_page_overview table th
{
  color: #0666A9;
  font-size: 18px;
}

.details_page_right_contact_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.details_page_right_contact_area p
{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 16px;
  margin-top: 12px;
  position: relative;
  padding-left: 24px;
  word-wrap: break-word;
}
.details_page_right_contact_area p a
{
  color: #000;
}
.details_page_right_contact_area p i
{
  color: #005890;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.details_page_description
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 22px;
  margin-top: 20px;
}
.details_page_description .nav-pills .nav-link.active, .details_page_description .nav-pills .show > .nav-link {
  background: #0666A9 !important;
  color: #fff !important;
}
.details_page_description .nav-link
{
  color: #000;
}
.details_page_description p
{
  color: #737373;
}
.details_releted_section
{
  display: block;
  float: left;
  width: 100%;
  background: #ECF1F8;
  padding: 50px 0;
}
.details_releted_section .heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center; 
}
.details_releted_section .heading h2
{
  font-size: 25px;
  text-transform: uppercase;
}
.details_releted_section_boxes
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.details_releted_section_boxes .vehicles_box1
{
  margin: 15px 0;
}
.details_samll_description_area
{
  display: block;
  float: left;
  width: 100%;   
  margin-top: 15px; 

}
.details_samll_description_area h4
{
  font-size: 16px;
}
.details_page_right_service_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.details_page_right_service_area p
{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 18px;
  color: #656565;
  position: relative;
}
.EnquireModal .textarea_style2
{
  padding: 12px;
  margin-top: 15px;
  height: 150px;
}
.EnquireModal .modal-body p
{
  margin-top: 10px;
}
.EnquireModal .modal-title
{
  font-size: 20px;
}
.send_but
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  border-radius: 10px;
  margin: 10px 0 0 0;
  align-items: center;
  border: none;
  outline-style: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-family: 'NexaBold';
}
.EnquireModal .modal-content
{
  border-radius: 12px;
}
.send_but:hover
{
  background: #000;
  color: #fff;
}


.cancel_but
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  align-items: center;
  border: none;
  outline-style: none;
  cursor: pointer;
  color: #EE523A;
  background: none;
  font-size: 16px;
  font-family: 'NexaBold';
  border: 1px solid #EE523A;
}
.cancel_but:hover
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  color: #fff;
}
.modal-header
{
  padding: 5px 1rem !important;
}
.ReviewModal .modal-body
{
  text-align: center;
}
.ReviewModal .modal-body .star_area
{
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  padding-bottom: 15px;
  font-size: 30px;
  border-bottom: 1px solid #D1D1D1;
}
.ReviewModal .modal-body .star_area i
{
  color: #C4C4C4;
  cursor: pointer;
}
.ReviewModal .modal-body .star_area i :hover
{
  color: #FFC727;
}


.search_page_main_area
{
  display: block;
  float: left;
  width: 100%;
}
.search_page_main_area .nav-pills .nav-link.active, .search_page_main_area .nav-pills .show > .nav-link {
  background: #0666A9 !important;
  color: #fff !important;
}
.search_page_main_area .nav-link
{
  color: #000;
}
.search_page_main_area .nav-pills .nav-link {
  font-family: 'NexaBold' !important;
}
.search_page_main_area .nav-pills
{
  border-bottom: 4px solid #EDEDED;
  padding-bottom: 10px;
}
.search_page_form_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.search_page_form_area p {
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Nexa-XBold';
}
.search_page_form_area h4 {
  font-size: 15px;
  color: #9A9A9A;  
  font-family: 'Nexa-Regular';
}
.search_page_form_area .row
{
  margin-bottom: 15px;
}



/***for uppload****/
.add_form_section .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 180px;
  margin: 15px 10px 0 0;
  border: 2px solid #0666A9;
}
.add_form_section  .upload_img
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file
{
  position: absolute;
  z-index: 4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file span
{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  border: 2px solid #afafaf;
}


.add_form_section .file_upload2
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
}
.add_form_section  .upload_img2
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file2
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 170px;
  margin: 15px 10px 0 0;
  border: 2px solid #0666A9;
  text-align: center;
  line-height: 170px;
}
.add_form_section  .input--file2 input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file2 span
{
  display: flex;
  cursor: pointer;
  font-weight: bold;
  color: #919191;
  line-height: normal;
  justify-content: center;
  align-items: center;
  height: 170px;
  flex-wrap: wrap;
  align-content: center;
}
.add_form_section  .input--file2 span i
{
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  background: #919191;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  line-height: 29px;
  padding: 12px;
  color: #fff;
}
.add_form_section  .input--file2 span p
{
  width: 100%;
  margin-top: 10px !important;
}
.add_form_section .ng-hide
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 245px;
  height: 170px;
  margin: 15px 10px 0 0;
  border: 2px solid #0666A9;
  margin-bottom: 15px;
}
.add_form_section .close
{
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 27px ;
  opacity: 1 !important;
  border: 2px solid #afafaf;
  cursor: pointer;
}


.body_grey_bbg
{
  background-color: #F1F3F6;
}
.get_in_touch_box
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 30px 30px 60px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 25px;
}

.get_in_touch_box .header
{
  display: block;
  float: left;
  width: 100%;
}
.get_in_touch_box .header h2
{
  color: #0373BB;
  font-size: 20px;
}
.get_in_touch_box .header p
{
  font-size: 20px;
  font-family: 'NexaBold';
}
.get_in_touch_box .left h4
{
  font-size: 20px;
  margin-top: 20px !important;
  color: #0666A9;
}
.get_in_touch_box .left p
{
  margin-bottom: 12px !important;
  position: relative;
}
.get_in_touch_box .left p i
{
  top: 3px;
  color: #0666A9;
  margin-right: 10px;
}
.get_in_touch_box .left p a
{
  color: #000;
}
.get_in_touch_box .left p a:hover
{
  color: #FA4A0C;
}
.get_in_touch_box .left h5
{
  margin-top: 20px;
  font-size: 20px;
}
.get_in_touch_box .left h5 i
{
  margin-right: 15px;
  color: #0666A9;
  -webkit-transition: all .5s ;
  -moz-transition: all .5s ;
  -ms-transition: all .5s ;
  -o-transition: all .5s ;
  transition: all .5s ;
  transition-timing-function:ease-out;
}
.get_in_touch_box .left h5 i:hover
{
  color: #FA4A0C;
}


.get_in_touch_form_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.get_in_touch_form_area p {
  margin-top: 20px;
  font-size: 15px;
}
.input_style4
{
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
  outline-style: none;
  background: #fff;
  font-size: 15px;
}
.textarea_style3
{
  display: inline-block;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 15px;
  outline-style: none;
  background: #fff;
  font-size: 15px;
  margin-top: 5px;
}
.broadcasts_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}
.broadcasts_box1 .top
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 16px;
  background: #0373BB;
  justify-content: space-between;
}
.broadcasts_box1 .top i
{
  display: flex;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: #4daae6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.broadcasts_box1 .top p
{
  color: #fff;
  font-size: 15px;
  font-family: 'NexaBold';
}
.broadcasts_box1 .bottom
{
  display: block;
  float: left;
  width: 100%;
  padding: 16px;
  background: #fff;
}
.broadcasts_box1 .bottom p
{
  font-size: 14px;
  font-family: 'NexaBold';
}
.broadcasts_box1 .bottom h2
{
  font-size: 12px;
  color: #0373BB;
  font-family: 'Nexa-Regular';
  margin-top: 10px !important;
}
.my_enquiries_main_area
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.my_enquiries_main_area .top_area
{
  display: block;
  float: left;
  width: 100%;
}
.my_enquiries_main_area .top_area h2
{
  color: #0373BB;
  font-size: 20px;
}
.my_enquiries_main_area .top_area p
{
  font-size: 15px;
}
.select_style4
{
  display: inline-block;
  width: 250px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
  appearance: none;
  outline-style: none;
  background: #fff url(../images/down_arrow.svg) no-repeat;
  background-position: calc(100% - 15px) center;
  font-size: 15px;
  margin-top: 5px;
}
.my_enquiries_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}
.my_enquiries_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  padding:10px 16px;
  background: #0373BB;
  align-content: center;
    justify-content: space-between;
}
.my_enquiries_box1 .top .enquiri_name
{
  margin-right: 20px;
  font-weight: bold;
}
.my_enquiries_box1 .top .profile
{
  display: flex;
  float:left;
  align-items: center;
  flex-wrap: wrap;
}
.my_enquiries_box1 .top .profile img
{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin-right: 10px;
}
.my_enquiries_box1 .top .profile p
{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.my_enquiries_box1 .top .date
{
  display: inline-block;
  vertical-align: middle;
}
.my_enquiries_box1 .top .date p
{
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  
}

.my_enquiries_box1 .bottom
{
  display: block;
  float: left;
  width: 100%;
  padding:16px;
}
.my_enquiries_box1 .bottom p
{
  font-size: 14px;
}
.my_enquiries_box1 .bottom h2
{
  font-size: 14px;
  margin-top: 10px !important;
}
.chat_left_area
{
  display: block;
  float: left;
  width: 350px;
}
.chat_left_area .inner
{
  display: block;
  float: left;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 10px;
}
.chat_left_area .inner::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #e9e9e9;
}

.chat_left_area .inner::-webkit-scrollbar
{
  width: 6px;
  background-color: #e9e9e9;
}

.chat_left_area .inner::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #bebebe;
}
.chat_right_area
{
  display: block;
  float: right;
  width: calc(100% - 370px);
}
.chat_left_area .box1
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
}
.chat_left_area .box1 .inside
{
  display: flex;
  float: left;
  width: 100%;
  padding: 12px;
  align-items: center;
  border-radius: 10px;
}
.chat_left_area .box1 .inside .img_area
{
  display: flex;
  float: left;
  flex: 46px 0 0;
  width: 46px;
  height: 46px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.chat_left_area .box1 .inside .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 1px solid #C9C9C9;
}
.chat_left_area .box1 .inside .mid_area
{
  display: block;
  float: left;
  width: 100%;
  margin: 0 12px;
}
.chat_left_area .box1 .inside .mid_area h3
{
  font-size: 14px;
}
.chat_left_area .box1 .inside .mid_area p
{
  color: #7A7A7A;font-size: 12px;
}
.chat_left_area .box1 .inside .right_area
{
  display: block;
  float: right;
  flex: 0 0 60px;
  width: 60px;
  position: relative;
  text-align: right;
}
.chat_left_area .box1 .inside .right_area p
{
  color: #7A7A7A;font-size: 12px;
}
.chat_active_icon
{
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #20E070;
  border-radius: 100%;
  right: 0;
  top: 0;
}
.chat_notification_icon
{
  position: absolute;
  display: flex;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  background: #F41717;
  border-radius: 100%;
  right: 3px;
  top: 3px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  line-height: 21px;
  justify-content: center;
}
.chat_right_main_area
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
}
.chat_right_main_area .top
{
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px;
  background: #EDEDED;
}
.chat_right_main_area .top .img_area
{
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  position: relative;
}
.chat_right_main_area .top .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 1px solid #C9C9C9;
}
.chat_right_main_area .top .name_area
{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  padding-left: 15px;
}
.chat_right_main_area .top .name_area h3
{
  font-size: 18px;
}
.chat_right_main_area .top .name_area p
{
  font-size: 14px;
}
.chat_right_main_area .mid
{
  display: block;
  float: left;
  width: 100%;
  padding: 25px;
  max-height: 450px;
  overflow-y: auto;
}
.chat_right_main_area .mid::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #e9e9e9;
}

.chat_right_main_area .mid::-webkit-scrollbar
{
  width: 6px;
  background-color: #e9e9e9;
}

.chat_right_main_area .mid::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #bebebe;
}

.chat_date
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;

}
.chat_date p
{
  color: #767676;
  font-size: 15px;
}
.chat_date:nth-child(1)
{
  margin-top: 0;
}
.chat_incoming
{
  display: flex;
  float: left;
  width: auto;
  max-width: 90%;
  align-items: flex-start;
}
.chat_incoming .img_area
{
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  flex: 40px 0 0;
  margin-right: 10px;
}
.chat_incoming .img_area img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.chat_incoming .text_area
{
  display: block;
  float: left;
  width:auto;
  max-width: 100%;
  background: #F3F3F3;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
  border-radius: 15px 15px 15px 0px;
  padding: 12px;
  margin-bottom: 6px;
  clear: both;
}

.chat_incoming p
{
  font-size: 14px;
  color: #001B40;
}
.chat_incoming h4
{
  font-size: 12px;
  color: #001B40;
  float: right;
}
.chat_outgoing
{
  display: flex;
  float: right;
  width: auto;
  max-width: 90%;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.chat_outgoing .img_area
{
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  flex: 0 0 40px;
  margin-left: 10px;
}
.chat_outgoing .img_area img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.chat_outgoing .text_area
{
  display: block;
  float: right;
  width:auto;
  background: #0373BB;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
  border-radius: 15px 15px 0 15px;
  padding: 12px;
  margin-top: 2px;
  clear: both;
  text-align: right;
}

.chat_outgoing p
{
  font-size: 14px;
  color: #fff;
}
.chat_outgoing h4
{
  font-size: 12px;
  color: #fff;
}
.chat_right_main_area .bottom
{
  display: flex;
  float: left;
  width: 100%;
  padding: 25px 25px 10px 25px;
  align-items: center;
    justify-content: space-between;
}
.chat_right_main_area .bottom .img_area
{
  display: flex;
  float: left;
  flex: 46px 0 0;
  width: 46px;
  height: 46px;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #0666A9;
  border-radius: 100%;
  overflow: hidden;
}
.chat_right_main_area .bottom .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 1px solid #C9C9C9;
}
.chat_right_main_area .bottom .send_area
{
  display: block;
  float: left;
  width: 100%;
  margin: 0 15px;
  background: #F3F3F3;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 50px;
}
.chat_input_style
{
  display: block;
  float: left;
  width: calc(100% - 40px);
  border: none;
  border-radius: 10px;
  padding: 14px 15px;
  max-height: 50px;
  background: none;
  outline-style: none;
  resize: none;
  overflow-y: auto;

}
.chat_submit_style
{
  display: block;
  float: right;
  width: 40px;
  height: 50px;
  border: none; 
  outline-style: none;
  background:url(../images/send.svg) no-repeat center center;
  color: transparent;
}
.chat_right_main_area .bottom .send_img_area
{
  display: block;
  float: right;
}

.profile_section_left_area
{
  display: block;
  float: left;
  width: 350px;
}
.profile_section_right_area
{
  display: block;
  float: right;
  width: calc(100% - 380px);
}
.profile_section_left_area .top_area
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
}
.profile_section_left_area .top_area .img_area
{
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #0D87D2;
  text-align: center;
  line-height: 60px;
}
.profile_section_left_area .top_area .img_area img
{
  float: left;
  width: 57px !important;
  height:57px !important;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.profile_section_left_area .top_area .text_area
{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  padding-left: 15px;
}
.profile_section_left_area .top_area .text_area p
{
  font-size: 14px;
}
.profile_section_left_area .top_area .text_area h4
{
  font-size: 18px;
  font-family: 'Nexa-Regular';
}

.profile_section_left_area .mid_area
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);  
  margin-top: 20px;
}
.profile_section_left_area .accordion-header
{
  color: #0666A9 !important;
  font-size: 17px;
  background: #f2f3f5;
  border-radius: 0 !important;
}
.accordion-button:focus
{
  border-color:transparent !important;
  box-shadow: none !important;
  color: #0666A9 !important;
  background: #f2f3f5 !important;
}

.profile_section_left_area .mid_area h3
{
  color: #0666A9;
  font-size: 17px;
}
.accordion-button:not(.collapsed) {
  color: #0666A9 !important;
  background: none !important;
  box-shadow: none !important;
}
.profile_section_left_area .mid_area .nav_set1
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px !important;
}
.profile_section_left_area .mid_area .nav_set1 ul
{
  list-style-type: none;
  margin: 2px 0 0 0 !important;
}
.profile_section_left_area .mid_area .nav_set2
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px !important;
}
.profile_section_left_area .mid_area .nav_set2 ul
{
  list-style-type: none;
  margin: 2px 0 0 0 !important;
}
.profile_section_left_area .mid_area .nav_set1 ul li a
{
  padding: 12px 20px 8px 20px;
  color: #000;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.profile_section_left_area .mid_area .nav_set2 ul li a
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  padding: 12px 20px 8px 20px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.profile_section_left_area .mid_area .nav_set1 ul li a::after
{
  content:">";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
}
.profile_section_left_area .mid_area .nav_set1 ul li a:hover
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  color: #fff !important;
}

 .menu-activeVehicles  {
   background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  color: #fff !important;
}
.menu-activeVehicles a
{
  color: #fff !important;
} 

.profile_section_left_area .mid_area h4
{
  padding: 0 20px !important;
  color: #000;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.profile_section_left_area .mid_area .dropdown_nav ul li a
{
  padding: 12px 20px 8px 30px;
  color: #7C7C7C;
}
.profile_section_left_area .bottom_area
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  margin-top: 20px;
}
.profile_section_left_area .bottom_area
{
  color: #000 !important;
  font-size: 17px;
  width: 100%;
}
.profile_section_left_area .bottom_area i
{
  color: #0666A9;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 18px;
}
.profile_section_left_area .bottom_area:hover
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  color: #fff !important;
}
.profile_section_left_area .bottom_area:hover i
{
  color: #fff;
}
.profile_section_right_area_inner
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.profile_section_right_form_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.profile_section_right_form_area h4
{
  font-size: 18px;
  margin: 10px 0 20px 0 !important;
}
.profile_section_right_form_area h4 a
{
  color: #0D87D2 !important;
  cursor: pointer;
}
.profile_section_right_form_area h4 a:hover
{
  color: #FA4A0C !important;
}
.profile_section_right_form_area .heading
{
  display: block;
  float: left;
  width: 100%;
}
.profile_section_right_form_area .heading h2
{
  margin: 0 !important;
  font-size: 20px;
  color: #0666A9;
}
.profile_section_right_form_area .heading p
{
  margin: 0 !important;
  font-size: 16px;
}
.modal-title {
  font-size: 20px;
}
.modal_body_change_password
{
  padding: 1rem;
}
.modal_body_change_password .form-control
{
  margin-top: 0 !important;
}
.close {
  outline: none;
  border: none;
  background: none;
  font-size: 25px;
}
.close:focus, .close:hover {
  outline: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.1 !important;
  cursor: default;
}
select.form-control:not([size]):not([multiple]) {
  height: auto !important ;
}
.form-group .fa-eye-slash
{
  float: right;
  margin: -32px 15px 0 0;
}
.form-group .fa-eye
{
  float: right;
  margin: -32px 15px 0 0;
}
.owl-carousel .owl-item img {
  float: left;
}
.owl-carousel .owl-item img {
  float: left;
}
.fa-phone
{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.rating_but
{
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px 6px 15px !important;
  color:  #fff;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  border: none !important;
  height: auto !important;
  line-height: normal !important;
  border-radius: 5px !important;
}
.rating_but:hover
{
  background: linear-gradient(90deg, #F68E0D 0%, #EE523A 100%);
  color:  #fff;
}
.modal-content .rateing_area
{
  justify-content: center;
}
.alart2
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
  color: #F41717;
  font-size: 12px;
}
.add_upload_section .top_text p
{
  margin-top: 10px;
}
.mobile_number
{
  display: block;
  float: left;
  width: 100%;
}
.mobile_number .top
{
  display: flex;
  float: left;
  width: 100%; 
}
.mobile_number .select_style2
{
  max-width: 100px;
  margin-right: 10px;
}

.right_area_signup .mobile_number
{
  display: flex;
  float: left;
  width: 100%;
  margin: 5px 0 15px 0;
}
.right_area_signup .mobile_number .input_style1
{
  width: 100%;
  margin-left: 10px;
  margin-top: 0;
}
.right_area_signup .ng-star-inserted
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
}
.dealers_details_slider
{
  text-align: center;
}
.dealers_details_slider img
{
  width: auto !important;
  max-width: 100% !important;
}
.carousel-inner
{
  float: left;
}
.add_top_image
{
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  float: none;
  margin-right: 15px;
}
.add_right_text
{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.add_right_text p
{
  font-size: 16px;
}
.broadcast_heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.broadcast_heading h2
{
  font-size: 22px;
  align-items: center;
}
.profile_image
{
  width: 180px !important;
  border-radius: 100%;
}
.profile_image .upload_img
{
  border-radius: 100% !important;
  text-align: center;
    line-height: 180px;
    font-size: 33px;
    border: none !important;
    background: none !important;
    color: #0666A9 !important;
}
.upgrade_business
{
  font-family: 'Nexa-XBold';
  color: #0666A9;
  font-size: 18px;
}
.upgrade_business:hover
{
  color: #EE523A;
}

.profile_section_left_area .mid_area .card-header:not(.collapsed) .rotate-icon {
transform: rotate(180deg);
}

.profile_section_left_area .mid_area .card-header
{
  display: flex;
  justify-content: space-between;
  border-bottom: none !important;
  background: none !important;
  padding: 0 20px!important;
  cursor: pointer !important;
}
.profile_section_left_area .mid_area .card-header i
{
  color: #0666A9;
  font-size: 18px;
}
.profile_section_right_area_inner  h2
{
  margin-top: 0 !important;
}
.my_broadcast_area
{
  display: block;
  float: left;
  width: 100%;
  margin: 25px 0;
  padding:  0 !important;
}
.my_broadcast_area p
{
  margin-top: 0 !important;
}

.right_area_signup .mobile_number .code
{
  width: 210px;
}
.right_area_signup .mobile_number .number
{
  width: 100%;
}
.swal2-popup
{
  width: 100% !important;
  max-width: 500px !important;
  border-radius: 25px !important;
  padding: 0 20px 20px 20px !important;
}
.swal2-title 
{
  font-size: 20px !important;
}
.swal2-html-container
{
  font-size: 15px !important;
}
.swal2-styled.swal2-confirm
{
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%) !important;
  box-shadow:  none !important; 
}
.swal2-icon {
  width: 3em !important;
  height: 3em !important;
}
.swal2-icon .swal2-icon-content {
  font-size: 2.75em !important;
  margin-top: 15px !important;
}
.swal2-icon.swal2-warning {
  border-color: #0D87D2 !important;
  color: #0D87D2 !important;
}
.upgrade span
{
  display: inline-block;
  padding: 7px 20px 6px 20px;
  border-radius: 25px;
  background: rgb(243, 243, 243);
}
.service_listing_body .bottom_loader
{
  text-align: center;
}
.offcanvas-body  .nav-menu
{
  float: left;
  width: 100%;
}
.offcanvas-body .nav-menu > li
{
  float: left;
  width: 100%;
  padding: 0 !important;
  cursor: pointer;
}
.offcanvas-body .nav-menu a {
  padding: 10px 0;
  border-radius: 0;
}
.offcanvas-body .nav-menu li:hover > a, .offcanvas-body .nav-menu > .menu-active > a {
  background: none !important;
  color: #FA4A0C !important;
}
.list_your_items
{
  float: left;
  width: 100%;
}
.offcanvas-body .profile_area {
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  border-radius: 5px;
  margin: 0;
}
.offcanvas-body .mobile_profile
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.mobile_country_and_chat
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
}
.mobile_logo
{
  max-width: 150px;
}
.offcanvas-header {
  padding: 1rem 1rem 0 1rem !important;
}
.mobile_menu
{
  display: none !important;
  background: linear-gradient(90deg, #EE523A 0%, #F68E0D 100%);
  border: none;
  color: #fff !important;
  padding: 5px 10px 2px 10px !important;
  border-radius: 3px;
}
.mobile_menu i
{
  color: #fff !important; 
}
.logo_img2
{
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 100%; 
}
.logo_img2 .upload_img
{
  border-radius: 100% !important;
}
.section_slider_area .owl-stage {
  display: flex;
}
.section_slider_area .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.section_slider_area .vehicles_box1
{
  min-height: 290px;
}

.slider_logo_img
{
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_logo_img img
{
  width: 300px !important;
  height: 300px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 100% !important;
}


.chat_right_main_area .bottom .file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat_right_main_area .bottom .file > input[type='file'] {
  display: none
}

.chat_right_main_area .bottom .file > label {
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  outline: 0;
  color: hsl(0, 0%, 29%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat_outgoing .text_area img
{
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 5px;
}
.chat_incoming .text_area img
{
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 5px;
}
.profile_section_left_area .img_areaColor
{
  border-radius: 100%;
  display: block;
  float: left;
  width: 57px;
  height: 57px;
  position: relative;
  font-size: 20px;
  flex: 45px 0 0;
}
.profile_area .profileNameColor
{
  border-radius: 100%;
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  font-size: 11px;
  line-height: 23px;
}

.slider_profile {
  display: flex;
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #ffe9f1;
  font-weight: 700;
  font-size: 40px;
}
.fa-phone
{
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.profile_broadcast .top
{
  padding: 7px 16px;
  align-items: center;
}
.profile_broadcast .top i
{
  cursor: pointer;
}

.notification_box1
{
  display: flex;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
  padding: 15px;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.notification_box1:hover
{
  background: #dbf0ff;
}
.notification_box1 .profile
{
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  position: relative;
  flex: 45px 0 0;
}
.notification_box1 .profile img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.notification_box1 .bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-left: 10px;
}
.notification_box1 .bottom p
{
  font-size: 14px;
  font-family: 'NexaBold';
}
.notification_box1 .bottom h2
{
  font-size: 12px;
  font-family: 'Nexa-Regular';
  margin-top: 10px;
  color: #0666A9;
}

.notification_profile img
{
  border-radius: 100%;
}

.enquiries_box .top .profile p
{
  margin-right: 10px;
}
.notification_profile
{
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 100%;
  justify-content: center;
    align-items: center;
    line-height: 44px;
    text-align: center;
    color: firebrick !important;
    font-weight: bold;
}
.notification_profile p
{
  background: #ffe9f1 !important;
  line-height: 44px;
  text-align: center;
  color: firebrick !important;
}
.pointer
{
  cursor: pointer;
  text-decoration: underline;
}
.custom-checkbox input {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.custom-checkbox label
{
  margin-left: 10px;
}
.custom-radio input {
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}
.profile_section_right_area .vehicles_box1
{
  margin: 0 0 30px 0;
}
.dealers_bg
{
  background: #edeff6;
}
.more_filter
{
  font-weight: 700;
  margin-top: 10px;
  text-align: right;
}
.more_filter a
{
  color: #fff;
  text-decoration: underline !important;
}
.more_filter a:hover
{
  text-decoration: none !important;
  color: #fff !important;
}
.mobile_error
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
}
.nodata-text
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.phone i
{
  font-size: 16px !important;
}
.quick_search_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #EBEEF1;
}
.quick_search_section h2
{
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.quick_search_boxes
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}
.quick_search_box1
{
  display: flex;
  vertical-align: top;
  width: 120px;
  height: 110px;
  border-radius: 10px;
  margin: 10px;
  background: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.quick_search_box1:hover
{
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); 
}
.quick_search_box1 img
{
  width: 80px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}
.quick_search_box1 p
{
  margin-top: 5px;
}

.bookmark
{
  display: flex;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: #efefef;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbdbdb;
}


.bookmark_active
{
  display: flex;
  font-size: 16px;
  color: rgb(252, 49, 49);
  cursor: pointer;
  background: #efefef;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbdbdb;
}

.subscription_method_section
{
  display: block;
  float: left;
  width: 100%;
}
.subscription_method_section h2
{
  font-size: 18px;
}

.subscription_method_section h3
{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  border: 1px solid #E2E2E2;
  padding: 10px 20px !important;
  border-radius: 10px;
  margin-top: 10px !important;
  font-weight: 100;

}

.subscription_plan_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.subscription_plan_section h2
{
  font-size: 18px;
}
.subscription_plan_section .boxes
{
  display: block;
  float: left;
  width: 100%; 
}
.new_plan_box
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 3.209px 10.429px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 10px 0 20px 0;
}
.new_plan_box .top_section
{
  float: left;
  width: 100%;
  background: #0373BB;
  padding: 10px 15px;
  position: relative;
  color: #fff;
}
.new_plan_box .top_section h2
{
  font-size: 18px;
}
.new_plan_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 12px 15px;
  position: relative;
}
.free_tag
{
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  background: #21AA47;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  margin: -11px 0 0 0;
}

.new_plan_body h3
{
  font-size: 30px;
}
.new_plan_body p
{
  font-size: 16px;
  margin-top: 5px;
}

.plan_check
{
  position: absolute;
  right: 15px;
  top: 15px;
}
.plan_check .form-check-input
{
  background: none !important;
  border: 2px solid #000000;
  width: 24px;
  height: 24px;
}
.plan_check .form-check-input:checked {
  background: #FA4A0C url(../images/tick3.svg) center no-repeat !important;
  border-color: #FA4A0C !important;
}

.pay_modal-header .left
{
  position: relative;
  padding-left: 45px;
}
.pay_modal-header .left img
{
  position: absolute;
  left: 0;
  top: 4px;
  width: 38px;
}
.pay_modal-header  {
  align-items: flex-start;
}

.pay_modal_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.pay_modal_body h4
{
  margin: 30px 0 20px 0;
  font-size: 16px;
  font-weight: 100;
}
.pay_modal_body h4 strong
{
  color: #0373BB;
  font-size: 23px !important;
  font-weight: bold;
}
.pay_modal_body h3
{
  font-size: 16px;
  color: #0373BB;
  margin-top: 15px;
  text-align: left;
}
.pay_modal_body ul
{
  list-style-type: none;
  margin-top: 15px;
  text-align: left;
}
.pay_modal_body ul li
{
  margin: 10px 0;
  position: relative;
  padding-left: 80px;
}
.pay_modal_body ul li span
{
  display: inline-block;
  padding: 4px 15px;
  background: #21AA47;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.pay_modal_body ul li strong
{
  font-weight: bold;
  color: #E3000B;
  font-size: 20px;
}
.wait_approve
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #FFE7A1;
  padding: 10px 20px;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}

.expired_wait
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #b3b2b2;
  padding: 10px 20px;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}

.decline_wait
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #ffa1a1;
  padding: 10px 20px;
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}

.active_plan
{
  display: flex;
  vertical-align: top;
  width: 100%;
  background: #D9ECCB;
  padding: 10px 20px;
  margin-bottom: 15px;
  align-items: center;
}
.active_plan .left
{
  width: 100%;
}
.active_plan .left p
{
  margin: 2px 0;
}
.active_plan .left p span
{
  margin-left: 20px;
}
.plan_tag
{
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  background: #F68812;
  border-radius: 50px;
  white-space: nowrap;
}

.hover-message-container {
  position: relative;
}

.hover-message-button {
  cursor: pointer;
}

.hover-message {
  position: absolute;
  top: 100%; /* Position the message below the button */
  left: 30%; /* Position the message centered horizontally */
  transform: translateX(-50%); /* Center horizontally */
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  display: none; /* Initially hide the message */
}

.hover-message-container:hover .hover-message {
  display: block; /* Show message on hover */
}

.vehicles_box1 .hover-message-container {
  position: absolute;
  display: inline-block;
  right: 12px;
  color: #0D87D2;
}
.vehicles_box1 .hover-message {
  position: absolute;
  top: 100%;
  left: inherit;
  right: 0;
  transform: inherit;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  z-index: 2;
}
.table_area {
  display: block;
  float: left;
  width: 100%;
}
.table_area .table_header {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  background: #0666A9;
  border-radius: 4px;
}
.table_area .table_header > div {
  padding: 0 5px;
}
.table_area .table_body {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  padding: 10px 10px;
  color: #000;
  font-size: 12px;
  align-items: center;
  transition: all .5s;
  transition-timing-function: ease-out;
  text-align: center;
  min-height: 56px;
  background: #fff;
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);

}
.table_area .table_body p
{
  color: #000;
  font-size: 12px;
}
.table_area .table_body > div {
  padding: 0 5px;
}
.table_area .table_body .mobile_heading {
  display: none;
  color: #809FB8;
  margin-right: 10px;
}
.status
{
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  border-radius: 6px;
  background: #21AA47;
  color: #fff !important;
}
.status_pending
{
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  border-radius: 6px;
  background: #aa9621;
  color: #fff !important;
}

.status_declined
{
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  border-radius: 6px;
  background: #aa2121;
  color: #fff !important;
}
.more_plan
{
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
  text-decoration: underline;
  color: #0D87D2;
  cursor: pointer;
}
.plan_heading
{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.plan_heading h2
{
  font-size: 18px;
  color: #0666A9;
}

.note_business{
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
  background: #FFE5E5;
  color: #C82121;
  padding: 8px 15px;
  border-radius: 4px;
}
.vehicles_box1 .dropdown-toggle::after
{
  display: none;
}
.vehicles_box1 .dropdown button
{
  background: none;
  border: none;
}
.vehicles_box1 .dropdown button
{
  font-size: 14px;
}
.vehicles_box1 .dropdown-item.active, .vehicles_box1 .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff
}
.btn-close
{
  background: url(../images/modal_close.svg) center center no-repeat !important; 
}
.payment_success
{
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px;
  width: 100%;
  max-width: 300px;
}

.payment_ongoing_box1 .processing_area
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.payment_ongoing_box1 .processing_area p
{
  font-size: 17px;
  font-weight: 600;
}
.payment_ongoing_box1 .processing_area .information
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.pay_modal_card
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 350px;
    background: #F0F0F0;
    padding: 15px 20px;
    margin-top: 15px;
    position: relative;
    text-align: left;
    border-radius: 15px;
}
.pay_modal_card h2
{
    font-size: 20px;
}
.tag
{
  position: absolute;
  right: 8px;
  top: -12px;
  background: #0373BB;
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
}
.payment_protection_section
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.payment_protection_section .inner
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  background: #F0F0F0;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
.payment_protection_section .inner h5
{
  margin-top: 5px;
  color: #0D87D2;
}
.payment_protection_section .inner p
{
  font-size: 15px;
  margin-top: 5px;
}
