/*Message Center Block - Template 1*/
.chief360_messagecenter_template1_hold h2
{
    color: #242329;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.chief360_messagecenter_template1_titlesep
{
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    width:65px;
    height: 3px;
    --divider-border-style: solid;
   --divider-color: #E12B28;
   --divider-border-width: 3px;
    margin:20px 0;
}
.chief360_messagecenter_template1_hold_readmore a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline !important;
}
.chief360_messagecenter_template1_desc iframe {
  position: relative !important;
}
.chief360_messagecenter_template1_hold
{
    border-radius: 10px;
 /*   box-shadow: 0px 0px 15px 0px rgba(206, 214, 219, 0.75);*/
    justify-content: space-between;
    
    padding: 20px;
}

.chief360_messagecenter_template1_inner
{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.chief360_messagecenter_template1_hold_item
{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 2fr 1fr;
}

.chief360_messagecenter_template1_hold_text
{

}
.chief360_messagecenter_template1_title
{
    color: #242329;

  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
.chief360_messagecenter_template1_date
{
    display:none;
}
.chief360_messagecenter_template1_desc
{
  font-size: 16px;
}

.chief360_messagecenter_template1_hold_img
{
    width: 200px;
  float: right;
}
.chief360_messagecenter_template1_hold_img img
{
    height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

/*Incident Listing - Template 1*/
.chief360_incidentlisting_t1
{

}
.chief360_incidentlisting_t1_incidents .incident_even
{

}
.chief360_incidentlisting_t1_incidents .incident_odd
{
    background-color: #dfecff;
    border-radius: 3px;
}

.chief360_incidentlisting_t1_incident:after
{
  border:1px solid black; 
  height: 2px;
}
.chief360_incidentlisting_t1_incident
{
  margin-bottom:20px;
  display:flex;
  padding: 10px;
}
.chief360_incidentlisting_t1_incident::after
{
    border:1px solid red;
    margin: 3p;
    height: 2x;
}
.chief360_incidentlisting_t1_left
{
    width:200px;
}
.chief360_incidentlisting_t1_right
{
    flex:1;
}
.chief360_incidentlisting_t1_btn
{
    width:170px;
    
}
.chief360_recentnews_template1_hold_img {
  height: auto !important;
}
.chief360_recentnews_template1_hold_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.chief360_incidentlisting_t1_btn a
{
    display:block;
    background-color: #ffa6a6;
    border-color: #416499;


    border-radius: 5px;
    text-align: center;
    margin: 15px 5px;
    padding: .25rem .5rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .2rem;
    width: 150px;
}
.chief360_incidentlisting_t1_nature
{
    font-weight: bold;
}
.chief360_incidentlisting_t1_address
{
    
}
.chief360_incidentlisting_t1_units
{
    
}

/*News Listing - Template 1*/
.chief360_newsdetail_template1_images
{
    display: flex;
    flex-wrap: wrap;  
}

.chief360_newsdetail_template1_image
{
    flex: 1 0 calc(25% - 10px);
    flex-basis: 25%;
    max-width: 31%;
    /* explanation below */
  margin: 5px;

    border-radius: 5px;
  /*  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
*/
    margin: 10px;
    
}
.chief360_newsdetail_template1_image img
{
    border-radius: 5px;
    min-height: 400px;
  max-height: 400px;
  width: 100%;
}
.chief360_apparatusdetail_template1_images {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_apparatusdetail_template1_image {
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
}
.chief360_apparatusdetail_template1_image img
{
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.chief360_news_template1_item:after
{
  border:1px solid black; 
  height: 2px;
}
.chief360_news_template1_item
{
  margin-bottom:20px;   
}
.chief360_news_template1_images
{
    display: flex;
    flex-wrap: wrap;
        --image-transition-duration: 800ms;
    --overlay-transition-duration: 800ms;
    --content-text-align: center;
    --content-padding: 20px;
    --content-transition-duration: 800ms;
    --content-transition-delay: 800ms;
}
.chief360_news_template1_image
{
     flex: 1 0 calc(33% - 10px);
    margin: 5px;
    border-radius: 5px;
    margin: 10px;
}

/*Recent News - Template 1*/
.chief360_recentnews_template1_hold
{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.chief360_recentnews_template1_hold_item
{
    display: block;
}
.chief360_recentnews_template1_title
{
    color: #242329;
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.chief360_recentnews_template1_desc
{
    display: none;
}
.chief360_recentnews_template1_hold_btn
{
    display:none;
}
.chief360_recentnews_template1_date::before
{

	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin-right: 4px;
	margin-left: 1px;
}
/*recent incidents - template 1*/


.chief360_recentincidentblock_t1_inner{
  display: flex;
  flex-wrap: wrap;

}
.chief360_recentincidentblock_t1_inner_item{
    flex: 1;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1); 
    justify-content: space-between;
    margin:10px;
    padding: 2px 2px 10px 2px;
}
.chief360_recentincidentblock_t1_date
{
    color: #242329;
    font-family: "Graphik", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.chief360_recentincidentblock_t1_date
{
    color:#000;
    font-size:14px;
    line-height: 28px;
    margin: 5px;
    border-radius: 5px;
    padding: 0px 10px;
    background-color: #505151
}
.chief360_recentincidentblock_t1_nature
{
    font-size:18px;
    line-height: 18px;
    color:black;
    font-weight: bold;
    padding: 5px 8px;
}
.chief360_recentincidentblock_t1_address
{
    font-size:16px;
    line-height: 18px;
    padding: 5px 8px;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 400px)
{
  .chief360_apparatusdetail_template1_image {
      width: 100%;
  }
  .chief360_newsdetail_template1_images .chief360_newsdetail_template1_image {
    flex-basis: 55%;
    max-width: 100%;
  }

}
@media only screen and (min-device-width: 400px) and (max-device-width: 900px)
{
  .chief360_apparatusdetail_template1_image {
      width: 45%;
  }


  .chief360_newsdetail_template1_images .chief360_newsdetail_template1_image {
    flex-basis: 45%;
    max-width: 45%;
}
}
/*
Paging
 */
 .chief360_paging
 {
    clear:both;
    text-align: center;
 }
.chief360_paging ul {
  list-style: none;
  width: 100%;
  clear: both;
  margin: 0px auto;
  padding: 0 0;
  text-align: center;
  height: 24px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  line-height: 24px;
}

.chief360_paging ul li
{
   display: inline-block;

  margin: 0 0;
  padding: 0;
}
.chief360_paging ul li a
{
  background-color: #d3d3d3;
  display: block;
  border: 1px solid #333;
  padding: 3px 20px 3px 10px;
  color: #000000;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: normal;
  line-height: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  float: left;
  width: 14px;
}
.chief360_paging ul li a.active
{
    background: #fff;
    border: 1px solid #d3d3d3;
    color: #000000;
    width: 14px;
}

/*Apparatus Listing by Category Template 1*/
.chief360_apparatus_template1_hold
{
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.chief360_apparatus_template1_item
{
  margin-bottom:20px;   
  box-shadow: 0px 4px 10px 0px rgba(18, 18, 18, 0.16);
  border-radius: 5px;
}
.chief360_apparatus_template1_images
{
    width: 100%;
}
.chief360_apparatus_template1_image
{
    width: 100%;
}
.chief360_apparatus_template1_image img
{
    height: 250px !important;
  object-fit: cover;
  width: 100%;
}
.chief360_apparatus_template1_text
{
    padding:10px;
    font-size:24px;
    font-weight: 600;
}
.chief360_apparatus_template1_text span
{
    color:#8EC638;
}
.chief360staffcatlist {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  .chief360staffcatlist li {
    list-style: unset;
    display: inline-block;
    width: 33%;
    padding: 10px;
  }

  .chief360staffcatlist .chiefstaff {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .chief360staffcatlist .col-lg-4.text-center {
    width: 23%;
    display: inline-block;
    padding: 12px;
    vertical-align: top;
    border: 1px solid #333;
    margin: 10px;
  }
  .chief360staffcatlist div h3 {
    background: #C6242B;
    text-align: left;
    padding: 9px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding-left: 15px;
  }
  .chief360staffcatlist .col-lg-4.text-center p {
   
    display: inline-block;
    text-align: center;
  }
  .chief360staffcatlist .col-lg-4.text-center p.fnmcls {
    width: 70%;
  }
  .chief360staffcatlist .col-lg-4.text-center p.imgcat {
    width: 28%;
    vertical-align: top;
  }
  .staffselectbox {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }
  #catliststafcat > div
{
  display: inline-block;
  width: 20%;
}

.profiledatasec
{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 10px 10px 10px 10px #eee;
  padding: 10px;
}
.profiledataleft
{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
}
.profiledataleft h3
{
  margin-top: 10px;
}
.profiledataright
{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.chief360staffcatlist .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.chief360staffcatlist .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.chief360staffcatlist.temptwo .list-group-item
{
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 300px;
  width: 100%;
  text-align: left;
}
.chief360staffcatlist.temptwo .staffselectbox {
  width: 30%;
}
.chief360staffcatlist.temptwo .right-box.clearfix
{
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.chief360staffcatlist.temptwo .col-lg-4.text-center
{
  width: 30%;
}
.chief360staffcatlist.temptwo .list-group-item.active
{
  background-color: #C6242B;
 
}
.chief360staffcatlist.temptwo .list-group-item.active a
{
  color: #fff;
}

.chief360staffcatlist.temp1dropdown .chiefstaff p.imgcat img,
.chief360staffcatlist.temp1 .chiefstaff p.imgcat img 
{
  height: 80px;
  width: 100%;
  vertical-align: top;
  min-height: 80px;
  object-fit: cover;
  object-position: top;
}
  @media only screen and (min-device-width: 200px) and (max-device-width: 450px)
   {
    .chief360staffcatlist .col-lg-4.text-center {
      width: 100%;
    }
   }

   @media only screen and (min-device-width: 450px) and (max-device-width: 767px)
   {
    .chief360staffcatlist .col-lg-4.text-center {
      width: 45%;
    }
    .chief360staffcatlist .col-lg-4.text-center p.fnmcls {
        font-size: 16px;
    }
   }


   /* ical css  */


  .ics-calendar-list-wrapper .ics-calendar-date-wrapper
  {
    display: inline-block;
    width: 100%;
   
  }
  .ics-calendar-list-wrapper  .ics-calendar-date-wrapper h4
  {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    
  }
  .ics-calendar-date-wrapper .events
  {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    color: #000 !important;
  }
  section.ics-calendar.layout-list.stickymonths
  {
   /* background-image: url('/wp-content/plugins/Chief-360/public/img/upkoming_event_banner.jpg') !important; 
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;  */
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 20px;
  padding: 0px;
  max-width: 600px;
  }
  section.layout-list article.ics-calendar-list-wrapper
  {
  /* background-color: #B72F35;
    margin: 0;
    padding: 0px !important;
    opacity: 0.8; */
    color: #fff !important; 
  }
 .ics-calendar-list-wrapper  .ics-calendar dl.events dt.time
{
  font-weight: 700;
  padding-top: .5rem;
  display: none;
}
.ics-calendar-list-wrapper dl.events dd.event .title.has_desc
{
 /* display: none;  */
 font-size: 16px;
}
.ics-calendar-list-wrapper dl.events dt.time
{
   /*display: none;*/
   font-size: 17px;
   padding-left: 9px;
}
.ics-calendar-list-wrapper h3.ics-calendar-label {
  display: none !important;
}
.ics-calendar-list-wrapper .ics-calendar-date-wrapper h4
{
  display: inline-block;
  vertical-align: top;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  line-height: 23px;
  vertical-align: top;
  margin-top: 0px;
  color: #000;
}
.ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span
{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.ics-calendar-list-wrapper .event .descloc
{
  display:none !important;
}
.ics-calendar-list-wrapper .event .descloc div.location
{
   color: var( --e-global-color-accent );
  font-family: "Molde", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.ics-calendar-list-wrapper .event .descloc div.eventdesc
{
  color: var( --e-global-color-aad6cde );
  font-family: "Molde", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.ics-calendar-list-wrapper .ics-calendar-label
{
  margin: .5em 0 .25em !important;
  font-size: 23px;
  font-weight: 500;
  padding-top: 10px;
}
.ics-calendar dl.events dd.event {
  padding-left: 10px ;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 530px)
{
  .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
       width: 36%;
  }
  .ics-calendar-date-wrapper .events {
    width: 62%;
  }
  .ics-calendar dl.events dd.event {
     padding: 10px !important;
     padding-top: 0px !important;
  }
}
   /* end ical css */


   /* star staff organization listing   */

   .staff-organization.chiefdata
   {
     display: inline-block;
     width: 100%;
   }
   .staff-organization.chiefdata .staff-group
   {
     display: inline-block;
     width: 100%;
     text-align: left;
     box-shadow: 4px 4px 4px 4px #eee;
     padding: 10px;
     margin-top: 20px;
     text-align: center;
   }
.staff-organization.chiefdata .row .col-lg-3.col-md-4.col-12
{
  flex: 0 0 25%;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
.staff-organization.chiefdata .staff-group a img
{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 15px;
  object-position: top;
}
.staff-organization.chiefdata .row a.personname h4
{
  font-size: 25px;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.staff-organization.chiefdata .row a.positionname h5
{
  font-size: 21px;
  display: inline-block;
}
.staff-group h3
{
  color: red;
  width: 100%;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
}

@media only screen and (min-device-width: 200px) and (max-device-width: 767px)
{

  .staff-organization.chiefdata .row .col-lg-3.col-md-4.col-12
  {
        flex: 0 0 25%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        text-align: center;
        max-width: 300px;
  }
}
   /* end staff organization listing   */

/* postion data from sug */
.positionslugdata
{
  display: inline-block;
  width: 100%;
  box-shadow: 10px 10px 10px 10px #eee;
  margin: 10px;
  padding: 15px;
}
.positionslugdata p
{
  display: inline-block;
  width: 31%;
  padding: 10px;
  font-weight: 400;
  font-size: 22px;
  border: 1px solid #333;
  margin: 10px;
}
.positionslugdata p a
{
  font-size: 23px;
  text-decoration: underline;
}
.positionslugdata h3.positiontitle
{
  display: inline-block;
  width: 100%;
  color: red;
  text-transform: uppercase;
}


/* end postion data  */ 

.chief360_news_template1_hold.fornews .chief360_newsdetail_template1_image img
{
  
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 450px)
{
  .chief360_news_template1_hold.fornews .chief360_newsdetail_template1_image
  {
    flex: 50%;
    flex-basis: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
    margin: 10px;
    max-width: 100%;
  }

}

@media only screen and (min-device-width: 450px) and (max-device-width: 767px)
{

  .chief360_news_template1_hold.fornews .chief360_newsdetail_template1_image
  {
    flex: 50%;
    flex-basis: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
    margin: 10px;
    max-width: 300px;
  }
  .chief360_news_template1_hold.fornews .chief360_paging ul
  {
    margin-bottom: 35px;
  }
}

/* agency volume */

.maincallagencydata {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  /*background: #000;  */
  color: #fff;
  padding: 10px;
  
}
.innercallagencydata {
  display: inline-block;
  width: 100%;
}
.volumeincidata {
  display: inline-block;
  width: 100%;
}
.volumeincidata p {
  display: inline-block;
  width: 100px;
}
.wrapervolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid;
}
.wrapervolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid;
  border-radius: 10px;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.wrapervolumeincidata {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.wrapervolumeincidata.fire h5 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: red;
  text-transform: uppercase;
  font-weight: 500;
}
.wrapervolumeincidata p span.ktype {
  color: #fff;
  text-transform: uppercase;
}
.wrapervolumeincidata p span.valtype {
  color: red;
  padding-left: 4px;
}
.wrapervolumeincidata.EMS h5 {
  color: #000080;
}
.wrapervolumeincidata.EMS p span.valtype {
  color: #000080;
  padding-left: 4px;
}
.wrapervolumeincidata.Fire h5 {
  color: red;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 767px)
{

  .wrapervolumeincidata p {
       font-size: 13px;
  }
}  
/* agency volume */

/* mesage tempalte 2  */
.chief360_messagecenter_template2_inner {
  display: inline-block;
  width: 100%;
}
.chief360_messagecenter_template2_inner .messageboxe {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-top: 15px;
}
.chief360_messagecenter_template2_inner .mcontentrighpart {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.chief360_messagecenter_template2_inner .imgleftpart {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
}
.chief360_messagecenter_template2_inner .chief360_messagecenter_template1_desc {
  font-size: 19px !important;
  line-height: 20px;
}
.chief360_messagecenter_template2_inner .imgleftpart img {
  width: 100%;
  min-height: 250px;
}
.templatetwo .chief360_messagecenter_template1_title {
  line-height: 23px;
  margin-bottom: 10px;
}

.chief360_messagecenter_template1_hold .slick-arrow {
  position: absolute;
  top: -50px;
  right: 20px;
  left: auto;
  background: transparent !important;
  color: #000 !important;
  font-size: 0;
  padding: 0;
}

.chief360_messagecenter_template1_hold .slick-arrow:before {
  color: #000;
  font-size: 26px !important;
  font-weight: 900;
}

.chief360_messagecenter_template1_hold  .slick-prev.slick-arrow {display: inline-block;transform: translate(-40px, -10px);}

.chief360_messagecenter_template1_hold .slick-next.slick-arrow:before {
  color: #8ecc41;
}
.messagedetails .chief360_newsdetail_template1_desc h1
{
  font-size: 25px;
}
.messagedetails .docsections {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
@media only screen and (min-device-width: 2000px) and (max-device-width: 767px)
{

.chief360_messagecenter_template2_inner .imgleftpart img {
  width: 100%;
  min-height: 150px;
}
.chief360_messagecenter_template1_hold .chief360_messagecenter_template1_title {
  font-size: 15px !important;
}
.chief360_messagecenter_template2_inner .chief360_messagecenter_template1_desc {
  font-size: 15px !important;
  line-height: 18px;
}
}

/* end messag template */

/* vericle live log */
.chief360_recentincidentblock_t1.tempverti3 .chief360_recentincidentblock_t1_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 500px;
}
.chief360_recentincidentblock_t1.tempverti3 .chief360_recentincidentblock_t1_inner_item {
  flex: 4;
  border-radius: 5px;
  box-shadow: unset;
  justify-content: space-between;
  margin: 10px;
  padding: 2px 2px 10px 2px;
  width: 100%;
  flex-wrap: unset;
  flex-direction: column;
}

.chief360_recentincidentblock_t1.tempverti3 {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
.tempverti3.chief360_recentincidentblock_t1 .chief360_recentincidentblock_t1_nature,
.tempverti3.chief360_recentincidentblock_t1 .chief360_recentincidentblock_t1_address {
  color: #fff !important;
}
.tempverti3.chief360_recentincidentblock_t1 .chief360_recentincidentblock_t1_date {
  background-color: #92C83E !important;
}
/* end of live log */

.chief360_recentnews_template1_hold_img img {
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
}
.chief360staffcatlist.temptwo .chiefstaff .imgcat img {
  min-height: 81px;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 600px)
{

  .chief360staffcatlist.temptwo .staffselectbox {
    width: 100%;
  }
  .chief360staffcatlist.temptwo .right-box.clearfix {
    width: 100%;
  }
  .chief360staffcatlist.temptwo .col-lg-4.text-center {
    width: 79%;
  }
  .chief360staffcatlist.temptwo  h3 {
    font-size: 18px;
  }
  .chief360staffcatlist .col-lg-4.text-center p a {
    font-size: 14px;
  }
  .chief360staffcatlist.temptwo .list-group-item {
    margin: 0 auto;
  }

}

@media only screen and (min-device-width: 600px) and (max-device-width: 1060px)
{
  .chief360staffcatlist.temptwo .col-lg-4.text-center {
    width: 43%;
  }
  .chief360staffcatlist.temptwo  h3 {
    font-size: 18px;
  }
  .chief360staffcatlist .col-lg-4.text-center p.fnmcls a {
    font-size: 14px;
  }

}


/* call volume agency template 2 */
.firesmsstic.temp2 {
  display: inline-block;
  width: 100%;
 
}

.ytdincdata {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pdatatablevolume
{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
table.firedata th {
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.tdclsFire {
  color: #ff4d49;
  font-weight: bold;
}
.tdclsEMS {
  color: #2a4fb1;
  font-weight: bold;
}
.ytdincdata h3 {
  color: #000;
  font-size: 29px !important;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.pdatatablevolume h3
{

  color: #000;
  font-size: 29px !important;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.pdatatablevolume table.pastyearvoldata th {
  background: #000;
  color: #fff;
  text-transform: capitalize;
}
.pdatatablevolume .tdclsFire {
  color: #ff4d49;
  font-weight: bold;
}

.pdatatablevolume .tdclsEMS {
  color: #2a4fb1;
  font-weight: bold;
}

table.pastyearvoldata {
  width: auto;
  overflow: 10px;
  display: inline-block;
  float: left;
}
.firesmsstic.temp2 h2 {
  font-size: 23px;
  text-transform: capitalize;
  text-align: left;
  background: #000;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
body table.firedata tbody > tr:nth-child(2n+1) > th {
  background-color: #000;
 }

.firesmsstic.temp2 .ytdincdata {
  overflow: auto;
}
/* call volume template agency */


.bluelayout  .ics-calendar-label {display: none;}       
.bluelayout .ics-calendar-date {background: #000;}
.bluelayout .ics-calendar dl.events {min-height: 70px;background: #0779B8;opacity: 1;margin: 0;}
.bluelayout section.ics-calendar.layout-list.stickymonths {background: #ffffff !important;}
.bluelayout section.ics-calendar.layout-list.stickymonths article {background: #ffffff;opacity: 1;}
.bluelayout .ics-calendar-list-wrapper .ics-calendar-date-wrapper {align-items: center;display: flex;margin: 0 0 20px;}
.bluelayout .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {margin: 0;border: 0;min-width: 100px;}
.bluelayout .ics-calendar dl.events dd.event .location {color: #d2cd17 !important;opacity: 1;font-size: 22px;}
.bluelayout .ics-calendar dl.events dt.all-day-indicator {display: none;}
/*media css*/
@media screen and (max-width:767px){
.chief360_recentnews_template1_hold {grid-template-columns: 1fr !important;}
.chief360_recentincidentblock_t1_inner {grid-template-columns: 1fr 1fr !important;display: grid;}
.chief360_recentnews_template1_hold .elementor-widget-container {padding: 0 !important;}
.elementor-widget-shortcode .elementor-widget-container {padding: 0 !important;}
.bluelayout .ics-calendar dl.events dd.event {padding: 0 0 0  16px;}
.bluelayout .ics-calendar dl.events dd.event .location {font-size: 18px;}
}

@media screen and (max-width:767px){
  .chief360_messagecenter_template1_hold .slick-arrow {
      top: -75px;
      right: 0;
  }
  }

  /* pagenation */
  .displaynopfpagetext {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
  .chief360_paging ul {
    width: 100%;
    display: inline-block;
  }

  /* end pagein */


  /* layout 2 upcomming event */
  .layout3 section.ics-calendar.layout-list.stickymonths
  {
    background-image: unset !important;
  }
  .layout3 section.layout-list article.ics-calendar-list-wrapper {
    background-color: transparent !important;
  }

  .layout3 .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
    background: #fff;
    color: #000;
    border:unset;
  } 
  .layout3 .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: bold;
  }
  .layout3 .ics-calendar-list-wrapper .event .descloc div.location {
    color: #fff;
    font-family: "Molde", Sans-serif;
    font-size: 15px;
    font-weight: normal;;
  }
  .layout3 .ics-calendar-date  span:nth-child(1)
  {
    display: none !important
  }
  .layout3 .ics-calendar-date  span:nth-child(2)
  {
    color:#000 !important
  }
  .layout3 .ics-calendar-date  span:nth-child(3)
  {
    color:red !important;
    font-size: 20px !important;
  }
  /* end of layout3 u event */


  /* appartus slider css */

.appartusslickslider  .slick-track {
  display: flex;
  column-gap: 29px;
}
.appartusslickslider .slick-slide img {
  border-radius: 5px 5px 0 0;
}
.appartusslickslider 
.chief360_apparatus_template1_image a {
  box-shadow: none;
  text-decoration: none;
  filter: drop-shadow(3.536px -3.536px 5px rgba(189,194,216,0.75));
  background-color: #ffffff;
}


.appartusslickslider button.slick-prev.slick-arrow {
  position: absolute;
  left: 6px;
  top: 42%;
  z-index: 99;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  filter: drop-shadow(1.414px -1.414px 2.5px rgba(183,183,183,0.75));
  background-color: #ffffff  !important;
}

.appartusslickslider button.slick-next.slick-arrow {
  position: absolute;
  right: -3px;
  top: 42%;
  z-index: 99;
  background: white;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  filter: drop-shadow(1.414px -1.414px 2.5px rgba(183,183,183,0.75));
  background-color: #ffffff !important;
}

.appartusslickslider .slick-prev:before {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  top: 11px;
  left: 13px;
  opacity: .7;
  z-index: -1;
  background-image: url(/wp-content/plugins/Chief-360/public/img/appartus-slide-left-arrow.png);
  background-repeat: no-repeat;
}

.appartusslickslider  .slick-next:before {
  content: "";
  position: absolute;
  height: 21px;
  width: 22px;
  top: 11px;
  left: 17px;
  opacity: .7;
  z-index: -1;
  background-image: url(/wp-content/plugins/Chief-360/public/img/appartus-slide-right-arrow.png);
  background-repeat: no-repeat;
}


.appartusslickslider  h3 a {
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  color: #b90005;
  font-weight: bold;
  font-family: "Proxima Nova";
}
.appartusslickslider .chief360_apparatus_template1_desc {
  font-size: 16px;
  line-height: 22px;
  color: #424448;
  font-family: "Proxima Nova";
}
.appartusslickslider .chief360_apparatus_template1_text span {
  color: #b90005;
}
.chief360_apparatus_template1_hold.appartusslickslider button.slick-arrow {
   font-size: 0px;
}
body .chief360_apparatus_template1_hold.appartusslickslider .chief360_apparatus_template1_item {
  box-shadow: inherit !important;
}
.chief360_apparatus_template1_hold.appartusslickslider .chief360_apparatus_template1_image a
{
  filter: unset !important;
}
/* slider css */


/* statt call agency template 3 */
.firesmsstic.temp3 {
  display: inline-block;
  width: 100%;
}
.callagencytemplate3.layout {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.callagencytemplate3.layout > h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}
.callagencytemplate3.layout .callagencytoppart h4 {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #c14e55;
  background: linear-gradient(to bottom, #d31a1f, #b90005);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: normal;
}
.callagencytemplate3.layout .callagencybottompart h4
{
  width: 100%;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #c14e55;
  background: linear-gradient(to bottom, #d31a1f, #b90005);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px !important;
  margin-top: 20px;
  font-weight: normal;
}

.callagencytemplate3.layout .callagencytoppart .totalcls span {
  display: inline-block;
  width: 48%;
  font-size: 24px;
  font-weight: bold;
}
.callagencytemplate3.layout .callagencytoppart p {
  text-align: left;
  font-size: 13px;
}
.callagencytemplate3.layout .callagencytoppart .totalcls {
  display: inline-block;
  width: 100%;
}
.callagencytemplate3.layout .callagencybottompart {
  display: inline-block;
  width: 100%;
}
.callagencytemplate3.layout .staticsleft {
  display: inline-block;
  width: 49%;
  text-align: left;
}
.callagencytemplate3.layout .staticsright {
  display: inline-block;
  width: 49%;
}
.callagencytemplate3.layout .callagencybottompart p {
  font-size: 16px;
}
.callagencytemplate3.layout .callagencybottompart .ftitle {
  font-weight: bold;
  font-size: 19px;
}
/* end call agency template 3 */


.chief360_apparatusdetail_template1_title {
  margin-bottom: 10px;
}
.chief360_apparatusdetail_template1_image {
  margin-top: 10px;
}


/* message listing */ 

.chief360_messagecenter_template1_item {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}

.chief360_messagecenter_listing_template1_hold {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.chief360_messagecenter_template1_images img {
  width: 100%;
  max-height: 250px;
}
.chief360_messagecenter_listing_template1_hold .chief360_messagecenter_template1_desc iframe {
  position: absolute !important;
 }
 .chief360_messagecenter_listing_template1_hold .chief360_news_template1_text h3
 {
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.chief360_messagecenter_listing_template1_hold .chief360_news_template1_text h3 a {
  color: red;
  line-height: 11px !important;
}
/* end message listing */


/* incident template 4  */

.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 500px;
  box-shadow: unset !important;
}

.chief360_recentincidentblock_t1.tempverti3templatefour .naturedetails {
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
}

.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_date {
  background-color: #f1c303 !important;
  margin: 0;
  padding: 8px;
    padding-left: 8px;
  border-radius: unset;
  color: #000 !important;
  text-align: left;
  padding-left: 10px;
  font-size: 16px !important;
  line-height: 24px;
}
.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_nature {
  font-size: 18px;
  line-height: 18px;
  color: #000 !important;
  font-weight: normal;
  padding: 5px 8px;
}
.chief360_recentincidentblock_t1.tempverti3templatefour .chief360_recentincidentblock_t1_inner_item
{
  border-radius: unset;
  box-shadow: unset;
}

/* end of incident template 4 */


/* profile details */

.profiledatasec .profiledataright img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  object-position: top;
}


/* profile details  */


/* call volume template 4 */

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid #fff;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata h5 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p {
  display: inline-block;
  width: 24%;
  border: 1px solid #fff;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p span.ktype {
  color: #fff;
  text-transform: uppercase;
}
.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p span.valtype {
  color:#f1c304;
  padding-left: 4px;
}

.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata.EMS h5 {
  color: #f1c304;
}
.chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata.EMS p span.valtype {
  color: #f1c304;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart h5
{
  
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart h4
{ 
  color:#fff;
  font-size: 20px;
  margin-top: 10px;
}


.chief360_agencycallvolumeapi_yearl_hold.Yearlychart  p {
  display: inline-block;
  width: 24%;
  border: 1px solid #fff;
  margin: 1%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color:#fff;
}

.chief360_agencycallvolumeapi_yearl_hold.Yearlychart p span.chartyear {
  color: #fff;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart p span.chartvalue {
  color: #f1c304;
}
.chief360_agencycallvolumeapi_yearl_hold.Yearlychart {
  margin-top: 20px;
}
@media screen and (max-width:767px){
  .chief360_agencycallvolumeapi_hold.maincallagencydatatemp4 .wrapercallvolumeincidata p,
  .chief360_agencycallvolumeapi_yearl_hold.Yearlychart p {
    width: 31%;
  }

}

/* end call volume template 4 */


/* recent news template 2 */

.chief360_recentnews_template2_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.chief360_recentnews_template2_hold .chief360_recentnews_template1_hold_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_recentnews_template2_hold.twopostlayout .chief360_recentnews_template1_hold_item {
  width: 48%;
}
.chief360_recentnews_template2_hold h3.chief360_recentnews_template1_title {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 1px !important;
}
.chief360_recentnews_template2_hold.twopostlayout .chief360_recentnews_template1_hold_img img {
  height: 370px;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.chief360_recentnews_template2_hold .chief360_recentnews_template1_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: red;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 1px;
}

@media screen and (max-width:767px){
  .chief360_recentnews_template2_hold .chief360_recentnews_template1_hold_item {
    width: 100%;
  }
 

}

@media only screen and (min-device-width: 767px) and (max-device-width:1040px)
{
  .chief360_recentnews_template2_hold .chief360_recentnews_template1_hold_item {
    display: inline-block;
    width: 48%;
  } 

}
/* recent news template 2 */

/* recent news template 3 */
.chief360_recentnews_template3_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.chief360_recentnews_template3_hold .chief360_recentnews_template3_hold_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_recentnews_template3_hold h3.chief360_recentnews_template3_title {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 1px !important;
  margin: 10px 0px;
}
.chief360_recentnews_template3_hold .chief360_recentnews_template3_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: red;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 1px;
}
.chief360_recentnews_template3_hold p.readmore a {
  background: #C2A44A;
  padding: 7px 20px;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
.chief360_recentnews_template3_hold .readmore {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.chief360_recentnews_template3_hold .chief360_recentnews_template1_hold_text {
  padding: 10px 20px 20px;
}
@media screen and (max-width:767px){
  .chief360_recentnews_template3_hold .chief360_recentnews_template3_hold_item {
    width: 100%;
  }
 
}
@media only screen and (min-device-width: 767px) and (max-device-width:1040px)
{
  .chief360_recentnews_template3_hold .chief360_recentnews_template3_hold_item {
    display: inline-block;
    width: 48%;
  } 

}
/* end recent news template 3 */




/* news listing template 2 */
.chief360_news_template2_hold.forlistingnews {
  display: inline-block;
  width: 100%; 
  vertical-align: top;
}
.chief360_news_template2_hold.forlistingnews .chief360_news_template2_item {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 1%;
}
.chief360_news_template2_hold.forlistingnews .chief360_newsdetail_template1_image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.chief360_news_template2_hold.forlistingnews .chief360_news_template2_item .chief360_news_template2_text h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.chief360_news_template2_hold.forlistingnews .chief360_news_template2_item .chief360_newsdetail_template1_date {
  text-align: center;
  color: red;
  margin-top: 3px;
  width: 100%;
}

@media only screen and (min-device-width: 250px) and (max-device-width:450px)
{
  .chief360_news_template2_hold.forlistingnews .chief360_news_template2_item {
    display: inline-block;
    width: 100%;
   } 

}


@media only screen and (min-device-width: 450px) and (max-device-width:800px)
{
  .chief360_news_template2_hold.forlistingnews .chief360_news_template2_item {
    display: inline-block;
    width: 48%;
   } 

}
/* end news listing template */

/* message center template 3 */
.chief360_messagecenter_template3_hold.templatethree {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_messagecenter_template3_hold.templatethree  .chief360_messagecenter_template3_inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_messagecenter_template3_hold.templatethree  .messageboxe {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_messagecenter_template3_hold.templatethree .messageboxe img {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
 /* max-width: 400px !important;*/
}
.chief360_messagecenter_template3_hold.templatethree .mcontentpart {
  text-align: left;
  margin-top: 10px;
}
.chief360_messagecenter_template3_hold.templatethree .mcontentpart .chief360_messagecenter_template3_title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

@media only screen and (min-device-width: 250px) and (max-device-width:700px)
{
  .chief360_messagecenter_template3_hold.templatethree .messageboxe {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0%;
    text-align: left;
  }

}
/* end message center */

/* staff template 3 */
.chief360staffcatlist.template3 .chiefstaffcatlistdata {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360staffcatlist.template3 .col-lg-4.text-center {
  width: 31%;
  display: inline-block;
  padding: 12px;
  vertical-align: top;
  border:unset;
  margin: 10px;
}
.chief360staffcatlist.template3 p.bigimgcat img {
  min-height: 350px;
  width: 100%;
  max-width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}

.chief360staffcatlist.template3 p.fnmcls a
{
  text-align: center;
  display: block;
  color: black;
  text-decoration: underline;
}

.chief360staffcatlist.template3 .col-lg-4.text-center p {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (min-device-width: 250px) and (max-device-width:600px)
{
  .chief360staffcatlist.template3 .col-lg-4.text-center {
    width: 100%;
    display: inline-block;

  }
 
}
@media only screen and (min-device-width: 601px) and (max-device-width:900px)
{
  .chief360staffcatlist.template3 .col-lg-4.text-center {
    width: 46%;
    display: inline-block;

  }

}
/*staff end template 3 */


/* start   call volumen template 5 */ 
.chief360_agencycallvolumeapi_hold.temp5data.current {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.chief360_agencycallvolumeapi_hold.temp5data.current table tr th {
  background: #000;
  color: #C3A54B;
  text-transform: capitalize;
}

.chief360_agencycallvolumeapi_hold.temp5data.current table tr:nth-child(even) {
   background: #CCC;
}
.chief360_agencycallvolumeapi_hold.temp5data.current table tr td {
  color: #C3A54B;
  text-transform: capitalize;
}



.chief360_agencycallvolumeapi_hold.temp5data.past {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
.chief360_agencycallvolumeapi_hold.temp5data.past table tr th {
  background: #000;
  color: #C3A54B;
  text-transform: capitalize;
}

.chief360_agencycallvolumeapi_hold.temp5data.past table tr:nth-child(even) {
   background: #CCC;
}
.chief360_agencycallvolumeapi_hold.temp5data.past table tr td {
  color: #C3A54B;
  text-transform: capitalize;
}



/* end call volume template 5 */

/* incident template 5 */
.chief360_recentincidentblock_t1.tempverti5templatefive {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: left;
}
.chief360_recentincidentblock_t1.tempverti5templatefive {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  text-align: left;
}

.chief360_recentincidentblock_t1.tempverti5templatefive .chief360_recentincidentblock_t5_inner_item {
  border-bottom: 1px solid #333;
    border-bottom-width: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  border-width: medium;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .chief360_recentincidentblock_t5_date {
  font-size: 15px;
  padding: 0px 10px;
  color: #C3A54B;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails {
  font-weight: normal;
  margin-bottom: 15px;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails {
  font-weight: normal;
  margin-bottom: 15px;
}
.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails p {
  font-size: 14px !important;
  font-weight: normal;
  color: #000 !important;
}

.chief360_recentincidentblock_t1.tempverti5templatefive .naturedetails {
  font-weight: normal;
  margin-bottom: 15px;
  padding: 5px 12px;
}

/* incident template 5 */



/* statt news template  4 */
.chief360_recentnews_template4_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
a.chief360_recentnews_template4_hold_itema img {
  border: 1px solid #000000;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template4_hold_item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
  text-align: left;
}
.chief360_recentnews_template4_hold h3.chief360_recentnews_template3_title {
  font-size: 20px !important;
  font-weight: 600;
  padding-bottom: 1px !important;
  margin: 10px 0px;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template3_date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: red;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 1px;
}
.chief360_recentnews_template4_hold p.readmore a {
  
  padding: 7px 20px;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
.chief360_recentnews_template4_hold .readmore {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.chief360_recentnews_template4_title .chief360_recentnews_template4_hold_itema {
  font-size: 17px;
  color: #0a1b51;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template4desc {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0; 
  padding: 0 10px;
  font-weight: 500;
}
.chief360_recentnews_template4_hold .chief360_recentnews_template4_title {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  line-height: 16px;
  font-size: 18px;
  color: #07184f;
  /* font-weight: 400; */
}
.chief360_recentnews_template4_hold p.readmoretxtlink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.chief360_recentnews_template4_hold .readmoretxtlink a {
  font-size: 18px;
  color: #313131;
  font-weight: 500;
  position: relative;
}
.chief360_recentnews_template4_hold .readlink:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 19px;
  /* background: red; */
  background-image: url(/wp-content/plugins/Chief-360/public/img/Harper-20174.png);
  left: -22px;
  top: 7px;
}

.chief360_recentnews_template4_hold .sharelink:before{
  content: "";
  position: absolute;
  height: 18px;
  width: 17px;
  /* background: red; */
  background-image: url(/wp-content/plugins/Chief-360/public/img/Harper-20175.png);
  left: -22px;
  top: 7px;
}

.chief360_newsdetail_template1_image img {
  object-fit: cover;
  min-height: 540px;
  max-height: 540px;
  object-position: top;
}

.chief360_newsdetail_template1_image img {
  object-fit: cover;
  min-height: 430px;
  max-height: 430px;
  object-position: top;
  height: 100% !important;
}

.chief360_recentnews_template4_hold .social-share-wrap {
  display: inline-block;
  margin: 0px 52px;
  align-items: center;
  justify-content: center;
  background-color: #454545;
  border-radius: 5px;
  position: absolute;
  z-index: 99;
}
.chief360_recentnews_template4_hold .social-share-wrap a {
float: left;
background: url(/wp-content/plugins/Chief-360/public/img/icon-social-share.png) no-repeat 0 0;
width: 46px;
height: 46px;
margin: 5px 3px;
font-size: 0;
}

.chief360_recentnews_template4_hold .social-share-wrap a.ssw-fb {
background-position: 0 0;
}
.chief360_recentnews_template4_hold .social-share-wrap a.ssw-tw {
background-position: -52px 0;
}

.chief360_recentnews_template4_hold .social-share-wrap a.ssw-gp {
background-position: -105px 0;
}
.chief360_recentnews_template4_hold .social-share-wrap a.ssw-li {
background-position: -157px 0;
}

.chief360_recentnews_template4_hold .social-share-wrap a.ssw-msg {
background-position: -314px 0;
}
.chief360_recentnews_template4_hold.forlistingnews.sharenews .social-share-wrap {
  margin: 0px -13px;
}
@media screen and (max-width:767px){
  .chief360_recentnews_template4_hold .chief360_recentnews_template4_hold_item {
    width: 100%;
  }
 
}
@media only screen and (min-device-width: 767px) and (max-device-width:1040px)
{
  .chief360_recentnews_template4_hold .chief360_recentnews_template4_hold_item {
    display: inline-block;
    width: 48%;
  } 

}


.chief360_recentnews_template4_hold.forlistingnews .chief360_newsdetail_template4_image img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}

/* end of new template 4 */


/* start call volume template 6 */


.chief360_agencycallvolumeapi_hold.temp6data {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #e2e2e2;
  /* padding: 10px; */
}
.chief360_agencycallvolumeapi_hold.temp6data .currentdata div:nth-child(2n+1) {
  background: white;
}

.chief360_agencycallvolumeapi_hold.temp6data .pastdata div:nth-child(2n+1) {
  background: white;
}
.chief360_agencycallvolumeapi_hold.temp6data .currentdata div {
  padding: 4px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chief360_agencycallvolumeapi_hold.temp6data .pastdata div {
  padding: 4px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chief360_agencycallvolumeapi_hold.temp6data .currentdata p {
  display: flex !important;
  align-items: center;
  gap: 1px;
  justify-content: flex-start;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto";
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.currentdata {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.currentdata p {
  width: 50%;
  display: inline-block;
  text-transform: capitalize;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.currentdata span.monthcls {
  width: 90px;
  display: inline-block;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata {
  display: inline-block;
  width: 100%;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #07184f;
  margin-bottom: 10px;
  background: white;
  padding: 5px 0;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata .monthcls {
  width: 67px;
  display: inline-block;
}
.chief360_agencycallvolumeapi_hold.temp6data .temp6.pastdata .temp6.pastdata p {
  width: 49%;
  display: inline-block;
}
/* end call volumen template 6 */

/* harper upcomming evet */
.harperevent .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
  display: inline-block;
  text-align: left;
  padding: 8px;
    padding-bottom: 8px;
  line-height: 23px;
  vertical-align: top;
  margin-top: 0px;
  color: #000;
  width: 100%;
  border: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.harperevent .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span {
  display: inline-block;
  width: auto;
  font-size: 16px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: left;
}
.harperevent .ics-calendar-date-wrapper .events {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  color: #000 !important;
  margin-bottom: 10px !important;
}
.harperevent .ics-calendar-list-wrapper .ics-calendar-date-wrapper {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #333;
}
/* end of data */


/* incident live log template 6 */
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_inner_item {
  flex: 1 1 50%;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, .1);
  justify-content: space-between;
  max-width: 47%;
  margin-top: 35px;
  width: 255px;
  background: #850101;
  margin: 0;
  text-align: center;
  padding: 10px 30px 30px 30px;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_inner {
  gap: 60px;
  max-width: 1035px !important;
  margin: auto;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_date {
  background-color: #000;
  color: #ffffff;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_date {
  color: #ffffff;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_nature {
  font-size: 18px !important;
  padding-top: 14px;
  color: #fff !important;
}
.chief360_recentincidentblock_t1.templatesixlayout .chief360_recentincidentblock_t1_address {
  font-size: 14px;
  color: #fff;
}
/* end incident live log template 6 */

/* start call volume template 7 */

.chief360_agencycallvolumeapi_hold.temp7data.current.firedata {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.temp7.currentdata {
  display: inline-block;
  width: 100%;
  max-width: 324px;
}
.temp7.currentdata p {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 8px;
  color: #FBDF36;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 8px !important;
  text-align: center;
}



.chief360_agencycallvolumeapi_hold.temp7data.past {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_agencycallvolumeapi_hold.temp7data.past table td, .chief360_agencycallvolumeapi_hold.temp7data.past table th
{
  border: 2px solid #fff;
  text-align: center;
}
.chief360_agencycallvolumeapi_hold.temp7data.past table th {
  background: #fff;
  color: #850101;
}
.chief360_agencycallvolumeapi_hold.temp7data.past table td
{
  color: #fff;
  font-weight: bold;
}
/* end call volume template 7 */


.chief360_news_template2_hold.forlistingnews .chief360_newsdetail_template1_date::before {
  content: "\e98f";
  font-family: elementskit !important;
  color: #afafaf;
  font-size: 22px;
}

/* fancy box images */
.page-index div.images {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}


.page-index div.images div.image {
  flex-basis: content;
  flex-direction: column;
  width: 300px;
  max-width: 31%;
  margin: 1%;
}

.page-index div.images div.image img {
  min-height: 350px;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  min-width: 350px;
  object-position: top;
  border: 2px solid #ccc;
}

/* fancy box images */


/* memoriam */

.chief360_template1_inmemoriam_hold.personnel-memorial {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_template1_inmemoriam_hold.personnel-memorial .persomemo{
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.persomemo p {
  display: inline-block;
  width: 20%;
  text-align: left;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 17px;
}
@media only screen and (min-device-width: 250px) and (max-device-width:750px)
{
  .chief360_template1_inmemoriam_hold.personnel-memorial .persomemo p {
    display: inline-block;
    width: 48%;
    text-align: left;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 17px;
  }

}
/*end memoriam */


/* award data */

.chief360_award_listing_t1_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_award_listing_t1_hold .chief360_award_listing_list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
 
}
.chief360_award_listing_t1_hold .chief360_award_listing_list h4 {
  font-size: 21px;
  text-align: left;
  border: 1px solid #ccc;
  padding: 14px;
  color: #850101;
  
}
.chief360_award_listing_t1_hold .chief360_award_listing_list h4 a
{
  color: #850101;
}
.chief360_award_listing_list ul {
  padding-top: 15px;
  list-style: disclosure-closed;
  display: flex;
  flex-wrap: wrap;
}
.chief360_award_listing_list li {
  width: 31%;
}

.chief360_award_listing_list.sperateawards li {
  width: 100%;
  padding: 7px;
}
.chief360_award_listing_list.yearawarded li {
  width: 100%;
  padding: 7px;
}

.profiledataleft .awarddata {
  display: inline-block;
  width: 100%;
}
.profiledataleft .awarddata h3 {
  margin-top: 10px;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}
.profiledataleft .awarddata .posname {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-device-width: 250px) and (max-device-width:750px)
{
  .chief360_award_listing_list li {
    width: 100%;
  }
  .chief360_award_listing_t1_hold .chief360_award_listing_list h4 {
    font-size: 17px;
  }

}
@media only screen and (min-device-width: 750px) and (max-device-width:1150px)
{
  .chief360_award_listing_list li {
    width: 48%;
  }
  .chief360_award_listing_t1_hold .chief360_award_listing_list h4 {
    font-size: 17px;
  }

}

@media only screen and (min-device-width: 200px) and (max-device-width: 767px) {
  .profiledataleft {
    display: inline-block;
    width: 100%;
  }
  .profiledataright {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
}
/* end of award data */

/* template 6 */

.chief360_recentnews_template5_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_hold_item {
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
  vertical-align: top;
  margin-bottom: 25px;
}
.chief360_recentnews_template5_title a {
  font-size: 20px;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_title {
  line-height: 27px;
  margin-bottom: 10px;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_hold_img img {
  min-height: 240px;
  max-height: 240px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: top;
}
.chief360_recentnews_template5_hold .chief360_recentnews_template5_date {
  font-size: 17px;
}
@media only screen and (min-device-width: 250px) and (max-device-width:500px)
{
  .chief360_recentnews_template5_hold .chief360_recentnews_template5_hold_item {
    width: 98%;
  }
}
/* template 6 */


/* recent news latest slider */

.latestNews.slider.chief360_recentnews_template6_hold .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  width: 32px;
  height: 66px;
  border: 0;
  background: #f5cb00 url('/wp-content/plugins/Chief-360/public/img/sliderArrow.png') center center no-repeat !important;
  margin-top: -33px;
  z-index: 9;
  cursor: pointer;
}
.latestNews.slider.chief360_recentnews_template6_hold .slick-prev::before,.latestNews.slider.chief360_recentnews_template6_hold .slick-next::before {
  display: none;
}
.latestNews.slider.chief360_recentnews_template6_hold  .slick-slide {
/*padding-right: 10px;*/
}
.latestNews.slider.chief360_recentnews_template6_hold{width: 100%; position: relative; float: left; padding: 25px 0 80px;}
.latestNews.slider.chief360_recentnews_template6_hold .container{position: relative;}
.latestNews.slider.chief360_recentnews_template6_hold .btn.seeall {min-width: 89px; padding: 8px 25px 8px 15px; font-weight: 400; font-size: 14px; line-height: 20px; position: absolute; top: 11px; right: 30px; }
.btn.seeall::after {height: 13px; background-size: contain; right: 8px; margin-top: -7px; }
.latestNews.slider.chief360_recentnews_template6_hold h2 {position: relative; margin-bottom: 50px; }
.latestNews.slider.chief360_recentnews_template6_hold h2::after {content: ''; position: absolute; bottom: -16px; left: 0; width: 37px; height: 4px; background: #f0c50b; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock{width: 100%; position: relative; float: left; margin: 0 15px;}
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock a {width: 100%; position: relative; float: left; display: block; height: 402px; background-size: cover !important; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont {width: 100%; position: absolute; bottom: 0; left: 0; padding: 20px; background: rgba(12,33,125,0.6); min-height: 205px;}
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont h5 { color: #fff; text-transform: uppercase; margin: 0 0 9px;}
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont h3 {font-size: 16px; line-height: 24px; color: #fff; margin: 0 0 9px; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock .newsCont p {font-size: 12px; color: #fff; }
.latestNews.slider.chief360_recentnews_template6_hold .sliderBlock a:hover .newsCont{background: rgba(12,33,125,1);}
.latestNews.slider.chief360_recentnews_template6_hold .slick-next.slick-arrow {left: auto; right: 0; transform: rotate(180deg); }
.latestNews.slider.chief360_recentnews_template6_hold .slick-arrow:hover{background-color: #d72411;}

/* recent news latest slider */


/* news listing template 6 */
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock{margin: 0; margin-bottom: 50px; box-shadow: 0 3px 4px rgba(0,53,123,0.4);}
.chief360_newslisting_template6_hold.row.newsSe.newslisting {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.chief360_newslisting_template6_hold.row.newsSe.newslisting .col-lg-6.col-md-12.col-sm-12 {
  display: inline-block;
  width: 46%;
  margin: 1% 1%;
  vertical-align: top;
}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock{width: 100%; position: relative; float: left; margin: 0 15px;}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock a {width: 100%; position: relative; float: left; display: block; height: 402px; background-size: cover !important; }
.sliderBlock .newsCont {width: 100%; position: absolute; bottom: 0; left: 0; padding: 20px; background: rgba(12,33,125,0.6); min-height: 205px;}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock .newsCont h5 { color: #fff; text-transform: uppercase; margin: 0 0 9px;}
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock .newsCont h3 {font-size: 16px; line-height: 24px; color: #fff; margin: 0 0 9px; }
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock .newsCont p {font-size: 12px; color: #fff; }
.chief360_newslisting_template6_hold.row.newsSe.newslisting .sliderBlock a:hover .newsCont{background: rgba(12,33,125,1);}
@media only screen and (min-device-width: 250px) and (max-device-width:750px)
{
  .chief360_newslisting_template6_hold.row.newsSe.newslisting .col-lg-6.col-md-12.col-sm-12 {
    display: inline-block;
    width: 98%;
  }

}
/* news listing template 6 */




/* laster sercices */

.latestpstcls.servicespostssec.recentpst {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.latestpstcls.servicespostssec.recentpst .servpostbox {
  display: inline-block;
  width: 31%;
  margin: 1%;
  position: relative;
  min-height: 393px;
}
.latestpstcls.servicespostssec.recentpst .contareawrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: linear-gradient(0deg, rgba(19,64,93,0.9999999999999999) 0%, rgba(19,64,93,0.9090785709761197) 14%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);
  display: none;
}
.latestpstcls.servicespostssec.recentpst .servpostbox img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 395px;
  max-height: 395px;
  max-height: 395px;
}
.latestpstcls.servicespostssec.recentpst .viewserbtn {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.latestpstcls.servicespostssec.recentpst .viewserbtn a {
  background: #fff;
  padding: 4px 10px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.latestpstcls.servicespostssec.recentpst .contarea {
  text-align: center;
  margin-top: 10px;
}
.latestpstcls.recentpst .servpostbox:nth-child(2) {
  min-height: 471px;
}
.latestpstcls.servicespostssec.recentpst .contarea h6 {
  color: white;
}
.latestpstcls.servicespostssec.recentpst .servpostbox:hover .contareawrap {
  display: block;
}
.latestpstcls.servicespostssec.recentpst .contarea {
  position: absolute;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  justify-content: end;
  width: 100%;
  align-items: center;
}
@media only screen and (min-device-width: 250px) and (max-device-width:767px)
{
  .latestpstcls.servicespostssec.recentpst .servpostbox {
    width: 98%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1000px)
{
  .latestpstcls.servicespostssec.recentpst .servpostbox {
    width: 48%;
  }
}
/* end lateest serve */

/* service listing */

.latestservicescls.servicesposts.listing {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.latestservicescls.servicesposts.listing .servpostbox {
  display: inline-block;
  width: 31%;
  margin: 1%;
}
.latestservicescls.servicesposts.listing .servpostbox img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 395px;
  max-height: 395px;
}
.latestservicescls.servicesposts.listing .viewserbtn {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.latestservicescls.servicesposts.listing .viewserbtn a {
  background: #fff;
  padding: 7px 21px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
}
.latestservicescls.servicesposts.listing .servpostbox {
  min-height: 393px;
}

.latestservicescls.servicesposts.listing .servpostbox img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  min-height: inherit !important;
  max-width: inherit !important;
}

.latestservicescls.servicesposts.listing .servpostbox {
  position: relative;
  background: #ddd;
}
/*.latestservicescls.servicesposts.listing .contareawrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: linear-gradient(0deg, rgba(19,64,93,0.9999999999999999) 0%, rgba(19,64,93,0.9090785709761197) 14%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);
  display: none;
} 
.latestservicescls.servicesposts.listing .contarea {
  position: absolute;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  justify-content: end;
  width: 100%;
  align-items: center;
}*/
.latestservicescls.servicesposts.listing .contarea h6 {
  color: #000;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}

/*.latestservicescls.servicesposts.listing .servpostbox:hover .contareawrap{
display: block;
} */
@media only screen and (min-device-width: 250px) and (max-device-width:767px)
{
  .latestservicescls.servicesposts.listing .servpostbox {
    width: 98%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1000px)
{
  .latestservicescls.servicesposts.listing .servpostbox {
    width: 48%;
  }
}
/* end service listing */

/* cat post client logo sldier */

.carosalpost.clientlogoslide .slick-prev {
  height: 53px;
  width: 35px;
  background-image: url(/wp-content/plugins/Chief-360/public/img/catspost-left-arrow-right1.png) !important;
  background-size: 100%;
  left: -75px;
  font-size: 0px;
  background: no-repeat;
}

.carosalpost.clientlogoslide .slick-next {
  height: 53px;
  width: 35px;
   background-size: 100%; 
  background-image: url(/wp-content/plugins/Chief-360/public/img/catspost-right-arrow-right1.png) !important;
  right: -75px;
  font-size: 0px;
  background: no-repeat;
}
  

.carosalpost.clientlogoslide .slick-prev:before{
  display: none;
}

.carosalpost.clientlogoslide .slick-next:before{
  display: none;
}

.carosalpost.clientlogoslide button:not(:hover):not(:active):not(.has-background) {
  background-color: inherit !important;
}
.carosalpost.clientlogoslide .slick-track {
  display: flex;
  gap: 20px;
}

.carosalpost.clientlogoslide .clogoslide {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
  flex-direction: column;
  background-color: #dbc08a;
  padding: 20px 20px;
  min-height: 174px !important;
  text-align: center;
  border-radius: 20px;
}

.carosalpost.clientlogoslide .slick-slide:hover .clogoslide {
  background: #f0bf06;
}
@media only screen and (max-width: 1366px) {
.carosalpost.clientlogoslide .slick-track {
  width: 1000px  !important;
  
}
}

@media only screen and (max-width: 1024px) {
.carosalpost.clientlogoslide .slick-track {
  width: 560px  !important;
  
}
}
@media only screen and (max-width: 568px) {
.carosalpost.clientlogoslide .slick-track {
  width: 200px  !important;
  
}
}
/* end cate client post logo slider */


/* cat post listing */

.categorypostlisting.catpostssec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.categorypostlisting.catpostssec .catservpostbox {
  display: inline-block;
  width: 31%;
  vertical-align: top;
  margin: 1%;
  background: #BB281D;
  text-align: center;
  border: 2px solid #eee;
}
.categorypostlisting.catpostssec .catservpostbox img {
  display: inline-block;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
.categorypostlisting.catpostssec .contareawrap {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  min-height: 119px;
}
.categorypostlisting.catpostssec .contareawrap {
  color: #fff;
  font-size: 20px;
}
.categorypostlisting.catpostssec .contarea h6 {
  font-size: 16px;
  margin-bottom: 10px;
  max-height: 45px;
  overflow: hidden;
}
.categorypostlisting.catpostssec .viewserbtn a {
  background: #E0B309;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (min-device-width: 200px) and (max-device-width:550px)
{
  .categorypostlisting.catpostssec .catservpostbox {
    display: inline-block;
    width: 98%;
  }
  #photos .col-lg-4 {
    display: inline-block;
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width:900px)
{
  .categorypostlisting.catpostssec .catservpostbox {
    display: inline-block;
    width: 48%;
  }
  #photos .col-lg-4 {
    display: inline-block;
    width: 48% !important;
    text-align: center;
  }
}
/* cat post short code listing */


/*  recent news template 7 */

.chief360_recentnews_template7_hold.twocolum.templt7 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template7_hold_item {
  display: inline-block;
  width: 48%;
  margin: 1%;
  vertical-align: top;
}
.chief360_recentnews_template7_hold_item a {
  display: inline-block;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  max-width: 100%;
  object-fit: cover;
}

.chief360_recentnews_template7_hold_item:hover .newsCont {
  --background-overlay: '';
  background: #AD421E !important;
  opacity: 0.7;
 
  
}
.chief360_recentnews_template7_hold_item .newsCont h3 {
 
  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 0px;
}
.chief360_recentnews_template7_hold_item .newsCont h5 {
 
  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 0px;
}

.chief360_recentnews_template7_hold_item a:hover h3,.chief360_recentnews_template7_hold_item a:hover h5
{
  font-size: 22px;
}
.chief360_recentnews_template7_hold_item .newsCont {
  vertical-align: bottom;
  padding: 10px;
    padding-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 250px !important;
  padding-top: 60px;
 
}
@media only screen and (max-width: 568px) {
  .chief360_recentnews_template7_hold_item {
    display: inline-block;
    width: 98%;
  }
}

/* news post listing */


.chief360_listing_post_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_listing_postnews_template7_hold_item {
  display: inline-block;
  width: 23%;
  margin: 1%;
  vertical-align: top;
}
.chief360_listing_postnews_template7_hold_item a {
  display: inline-block;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  max-width: 100%;
  object-fit: cover;
}

.chief360_listing_postnews_template7_hold_item .newsCont h3 {

  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
 }
.chief360_listing_postnews_template7_hold_item .newsCont h5 {

  color: #fff;
  margin-bottom: 22px;
  font-weight: 700;
 
  
}
.chief360_listing_postnews_template7_hold_item .newsCont {
  vertical-align: bottom;
  padding: 10px;
    padding-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 250px !important;
  padding-top: 60px;
 
 
}
.chief360_listing_postnews_template7_hold_item a h3,.chief360_listing_postnews_template7_hold_item a h5
{
  font-size: 0px;
}
.chief360_listing_postnews_template7_hold_item a:hover h3,.chief360_listing_postnews_template7_hold_item a:hover h5
{
  font-size: 22px;
}
.chief360_listing_postnews_template7_hold_item a:hover .newsCont {
  background: #AD421E !important;
  opacity: 0.7;  
}
@media only screen and (max-width: 568px) {
  .chief360_listing_postnews_template7_hold_item {
    display: inline-block;
    width: 98%;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width:767px)
{

  .chief360_listing_postnews_template7_hold_item {
    display: inline-block;
    width: 48%;
  }

}
@media only screen and (min-device-width: 767px) and (max-device-width:900px)
{

  .chief360_listing_postnews_template7_hold_item {
    display: inline-block;
    width: 31%;
  }

}
/* end news post listing */



/* apparatus start temp 4 */
.chiefholdcategory_template4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.chiefholdcategory_template4 .dropdwonfilter {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}

.chiefholdcategory_template4 .chief360_apparatus_template1_hold {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chiefholdcategory_template4 .chief360_apparatus_template1_item {
  display: inline-block;
  width: 31%;
  margin: 1%;
}
.chiefholdcategory_template4  h3 {
  color: var( --e-global-color-primary);
}
body .chiefholdcategory_template4 .chief360_apparatus_template1_item {
  background: var( --e-global-color-primary) !important;
}
.chiefholdcategory_template4 .chief360_apparatus_template1_text h3 a {
  color: var( --e-global-color-accent ) !important;
}

@media only screen and (max-width: 568px) {
  .chiefholdcategory_template4 .chief360_apparatus_template1_item{
       width: 98%;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width:800px)
{

  .chiefholdcategory_template4 .chief360_apparatus_template1_item {
       width: 48%;
   }

}
/* apparatus start temp 4 */

/* recent news template 8 */

.newsslider8  .slick-slide {
  background: #fff;
  padding: 10px;
}
.newsslider8 .slick-dots button
{
  border-radius: 10px;
  background: unset !important;
  border: 2px solid #000;
}

.newsslider8 .slick-dots li button:hover, .newsslider8 .slick-dots li button:focus {
  outline: none;
  background: var( --e-global-color-secondary ) !important;
}
.nofounddata
{
  color:#fff;
  text-align: center;
}


.chief360_recentnews_template8_hold_item {
  background: #eee;
  padding: 10px;
}
.chief360_recentnews_template8_date {
  color: red;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
.chief360_recentnews_template8_title {
  font-size: 17px !important;
  text-align: center;
}
/* end recent news */


/* latest event temp 4 */ 


.upeventlisttemp4  .location {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

.upeventlisttemp4  .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 {
  display: inline-block;
  margin-top: 0px;
  color: #000;
  border: none;
  padding-bottom: 0px;
  width: 100%;
  text-align: left;

  }

  .upeventlisttemp4 .ics-calendar-list-wrapper .ics-calendar-date-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }

.upeventlisttemp4  .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4 span {
  display: inline-block;
  width: auto !important;
  }

 .upeventlisttemp4 .ics-calendar-date-wrapper .events {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000 !important;
  margin-bottom: 0px !important;
}

.upeventlisttemp4  .ics-calendar .event .descloc {
display: block !important;
}

.upeventlisttemp4 .ics-calendar dl.events dt.time {
  font-weight: 500;
  padding-top: .5rem;
  padding-top: 0px !important;
}




/* start Recent-news 10  template 10 */
.chief360_recentnews_template10_hold {
  display: flex;
  width: 100%;
  gap: 30px;
  vertical-align: top;
}
.chief360_recentnews_template10_hold  .chief360_recentnews_template1_hold_item {
  
  display: inline-block;
  width: 100%;
  min-height: 310px;
  vertical-align: top;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
}

.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_text {
  min-height: 62px;
  padding: 0 15px;
}

.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_text h3.chief360_recentnews_template1_title {
  text-align: left;
  margin-top: 10px;
}

.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_itema {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  font-family: 'Lato';
}
.chief360_recentnews_template10_hold .chief360_recentnews_template1_hold_text {
  display: inline-block;
  width: 100%;
  background: #d10504;
  color: #fff;
  text-align: center;
}
/* end Recent-news  template */

/* recent incient template 7 */

.chief360_recentincidentblock_t1.tempverti7 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.chief360_recentincidentblock_t7_inner_item {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.chief360_recentincidentblock_t7_inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.chief360_recentincidentblock_t1.tempverti7 .chief360_recentincidentblock_t7_inner_item .chief360_recentincidentblock_t1_date {
  background-color: #D20909 !important;
  color: #fff !important;
  padding: 6px 10px 6px 10px;
}
@media only screen and (max-width: 767px) {
  .chief360_recentnews_template10_hold {
    flex-wrap: wrap;
  }
}


/* end incident template 7 */


/* start recent news 11 template */

.chief360_recentnews_template11_hold {
  display: flex;
  gap: 30px;
  width: 100%;
  vertical-align: top;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template11_hold_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;

}


.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_text {
  background: #f0f0f0;;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 260px;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_img {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template1_hold_img img {
  min-height: 250px;
  height: 400px !important;
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}
.chief360_recentnews_template11_hold h3.chief360_recentnews_template1_title {
  color: #000;
  font-family: 'Lato';
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 30px;
}
.chief360_recentnews_template11_hold .chief360_recentnews_template11_desc {
  font-size: 13px;
  font-family: 'Lato';
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .chief360_recentnews_template11_hold {
    flex-wrap: wrap;
  }
}
/* end news 11 template */


/* start news-listing  template */

.chief360_newslisting_template7_hold.newssec .col-lg-12.col-md-12.col-sm-12 {
  display: flex !important;
  gap: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.chief360_newslisting_template7_hold.newssec .newssecblockleft {
  width: 50%;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright {
  width: 50%;
}
.chief360_newslisting_template7_hold.newssec .chief360_recentnews_template1_paging {
  display: flex ;
}
.chief360_newslisting_template7_hold.newssec .chief360_paging {
  display: flex ;
  flex-direction: column;
  justify-content: flex-start;
}
.chief360_newslisting_template7_hold.newssec .chief360_paging ul {
  display: flex ;
  justify-content: flex-start;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright h3,.chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc {
  font-size: 21px !important;
  font-weight: 900;
  font-family: 'Lato';
  margin-top: 10px;
  color: #000;


}

.chief360_newslisting_template7_hold.newssec .newssecblockcont .sdesc, .chief360_newslisting_template7_hold.newssec .newssecblockcont h3 {
color: #fff !important;

}
.chief360_newslisting_template7_hold.newssec .newssecblockcont p.ndate {
  color: #fff !important;
}
.chief360_newslisting_template7_hold.newssec .newssecblockright .sdesc {
  font-size: 17px !important;
  font-weight: 400;
  font-family: 'Lato';
  line-height: 24px;
  margin-top: 10px;
  color: #000;

}
.chief360_newslisting_template7_hold.newssec .firstnews .newssecblockfullwidth {

  border-radius: 10px;
  height: 300px;
  width: 100%;
 
}
.chief360_newslisting_template7_hold.newssec .firstnews .newssecblockfullwidth {
  padding: 15px;
  display: flex;
  align-items: flex-end;
}
.chief360_newslisting_template7_hold.newssec .newssecblockfullwidth .newssecblockcont {
  z-index: 99;
}
.chief360_newslisting_template7_hold.newssec .newssecblockfullwidth{
position: relative;
}
.chief360_newslisting_template7_hold.newssec .newssecblockfullwidth:before {
  content: '';
  position: absolute;
  background: red;
  top: 0;
  left: 0;
  height: 300px;
  border-radius: 10px;
  width: 100%;
  opacity: 0.6;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging ul li a.active {
  background: #d20909;
  border: 2px solid #d20909;
  color: #fff;
  width: 34px;
}
.chief360_newslisting_template7_hold.row.newssec .chief360_paging ul li a {
  background-color: #ffffff;
  display: block;
  border: 2px solid #000;
  padding: 8px 0px;
  color: #000000;
  font-size: 21px;
  font-weight: 800;
  margin: 0 10px 0 0;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  float: left;
  width: 34px !important;
}


.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.prevcls a:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 15px;
  width: 15px;
  left: 8px;
  right: auto;
}
.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.prevcls a {
  position: relative;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.prevcls a:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/08/arrow-down-sign-to-navigate.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: auto;
  left: 8px;
  top: 6px;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.nextcls a:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 15px;
  width: 15px;
  left: 8px;
  right: auto;
}
.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.nextcls a {
  position: relative;
}

.chief360_newslisting_template7_hold.row.newssec .chief360_paging li.nextcls a:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/08/arrow-down-sign-to-navigate-copy.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: auto;
  left: 10px;
  top: 6px;
}


/* end news-listing  template */



/* temp 8 call volume */

.chief360_agencycallvolumeapi_hold.temp8data.runstate .middata div {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin: 35px 0px;
}

.chief360_agencycallvolumeapi_hold.temp8data.runstate .toppart h4 {
  font-family: "Lato", Sans-serif;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #deb84d;
   line-height:24px;
}
.chief360_agencycallvolumeapi_hold.temp8data.runstate .toppart h4 span {
  font-family: "Lato", sans-serif;
  font-weight: 600 !IMPORTANT;
  color: #ffff;
  font-size: 16px;
  line-height: 16px;
}
.chief360_agencycallvolumeapi_hold.temp8data.runstate span.valuecls {
  font-family: "Lato", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #deb84d;
      line-height: 24px;
}
.chief360_agencycallvolumeapi_hold.temp8data.runstate span.titlecls {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
      line-height: 20px;
}
.chief360_agencycallvolumeapi_hold.temp8data.runstate .middata div p {
  display: flex;
  flex-direction: column;
  gap: 5px
  
}

/* end temp 8 call vol */




/* start City news section */

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item {
  display: flex !important;
  height: 100% !important;
  gap: 110px;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_img img {
  max-height: 500px;
  width: 100%;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_img {
  width: 33.33%;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_text {
  width: 66.66%;
}
.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_text * {
  font-family: "Montserrat", Sans-serif;
  color: #fff;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_text h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 40px;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_text h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 3px;
  background: #f9da2b;
}
.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template1_hold_itema {
  font-size: 25px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
}
.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .newsbottompart {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.chief360_recentnews_template12_hold.newsslider12 .newsbottompart p.chief360_recentnews_template12_date {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}

.chief360_recentnews_template12_hold.newsslider12 .newsbottompart p.chief360_recentnews_template12_date:before {
  content: "\f133";
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  color: #f3df35;
}

.chief360_recentnews_template12_hold.newsslider12 .newsbottompart .readmore a {
  font-weight: bold;
  font-size: 13px;
  position: relative;
  padding-right: 20px;
}
.chief360_recentnews_template12_hold.newsslider12 .newsbottompart .readmore a:before {
  content: "\f178";
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  color: #f3df35;
}
.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_title {
  margin: 0 0 30px;
}
.chief360_recentnews_template12_hold.newsslider12 .slick-next:before {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  opacity: 1;
  font-size: 30px;
}

.chief360_recentnews_template12_hold.newsslider12 .slick-arrow {
  background: transparent !important;
  position: absolute;
  left: 40px;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
  top: auto;
  opacity: 1;
  color: #fff !important;
}

.chief360_recentnews_template12_hold.newsslider12 .slick-prev:before {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  opacity: 1;
  font-size: 30px;
}

.chief360_recentnews_template12_hold.newsslider12 .slick-prev.slick-arrow {left: -40px;}

.chief360_recentnews_template12_hold.newsslider12 .slick-arrow:hover:before, .slick-arrow:hover:after {
  color: #000;
}

@media screen and (max-width:991px) {
.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item {
  flex-wrap: wrap;
  gap: 0;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_img {
  width: 100%;
  margin: 0 0 20px;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_text {
  width: 100%;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_img img {
  height: 260px;
  object-fit: cover;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template12_hold_text h2 {
  font-size: 30px;
  padding-bottom: 20px;
}

.chief360_recentnews_template12_hold.newsslider12 .chief360_recentnews_template12_hold_item .chief360_recentnews_template1_hold_itema {
  font-size: 18px;
  line-height: 28px;
}

.chief360_recentnews_template12_hold.newsslider12 .slick-next:before, .chief360_recentnews_template12_hold.newsslider12 .slick-prev:before {
  font-size: 24px;
}
}
/* end City news section */



/* start Live Run Log section */

.chief360_recentincidentblock_t8.tempverti8 .chief360_recentincidentblock_t8_inner_item {
  display: flex !important;
  gap: 12px;
}

.chief360_recentincidentblock_t8.tempverti8 .incright * {
  font-family: "Montserrat", Sans-serif;
  color: #000;
}

.chief360_recentincidentblock_t8.tempverti8 .incright 
.chief360_recentincidentblock_t8_nature {font-weight: bold;font-size: 24px;margin-bottom: 11px;}

.chief360_recentincidentblock_t8.tempverti8 .incright 
.chief360_recentincidentblock_t8_address {
  font-size: 15px;
}

.chief360_recentincidentblock_t8.tempverti8 .incright 
.chief360_recentincidentblock_t8_date {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  margin: 10px 0 0 0;
}

.chief360_recentincidentblock_t8.tempverti8 .incright .chief360_recentincidentblock_t8_date:before {
  content: "\f133";
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  color: #c81044;
}





.chief360_recentincidentblock_t8.tempverti8 .slick-next:before {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  opacity: 1;
  font-size: 30px;
  color: #b0b0b0;
}

.chief360_recentincidentblock_t8.tempverti8 .slick-arrow {
  background: transparent !important;
  position: absolute;
  left: 40px;
  right: 0;
  margin: 0 0 0 auto;
  bottom: -200px;
  top: auto;
  opacity: 1;
  color: #b0b0b0 !important;
}

.chief360_recentincidentblock_t8.tempverti8 .slick-prev:before {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  opacity: 1;
  font-size: 30px;
  color: #b0b0b0;
}

.chief360_recentincidentblock_t8.tempverti8 .slick-prev.slick-arrow {right: 40px;}

.chief360_recentincidentblock_t8.tempverti8 .slick-arrow:hover:before, .slick-arrow:hover:after {
  color: #610e24;
}

@media screen and (max-width:991px) {
.chief360_recentincidentblock_t8.tempverti8 .incright .chief360_recentincidentblock_t8_nature {
  font-size: 20px;
}

.chief360_recentincidentblock_t8.tempverti8 .slick-arrow {
  bottom: -26px;
}

.chief360_recentincidentblock_t8.tempverti8 .slick-next:before, .chief360_recentincidentblock_t8.tempverti8 .slick-prev:before {
  font-size: 20px;
}
}
/* end Live Run Log section */



/* start Apparatus */
.chiefholdcategory_template7 .chief360_apparatus_template7_item {
  display: flex;
  gap: 40px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #a1a1a1;
}

.chiefholdcategory_template7 .chief360_apparatus_template7_images {
  width: 33%;
}

.chiefholdcategory_template7 .chief360_apparatus_template7_text {
  width: 66%;
  padding-right: 100px;
  position: relative;
}

.chiefholdcategory_template7  h3 {
  font-size: 18px;
  font-weight: bold;
}

.chiefholdcategory_template7 * {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.chiefholdcategory_template7 .chief360_apparatus_template1_desc {
  font-size: 16px;
}

.chiefholdcategory_template7 .viewmore a {
  color: #fff !important;!i;!;
  text-decoration: none;
  border-color: #111111;
  background-color: #000;
  color: #fff;
  background-image: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
}

.chiefholdcategory_template7 {
  padding: 0 10px 0 30px;
}

.chiefholdcategory_template7 img {
  height: auto !important;!i;!;!Im;!;
  border: 2px solid #D5D5D5;
  border-radius: 5px 5px 5px 5px;
  padding: 2px;
  background: white;
}
.chiefholdcategory_template7 .catwiseapparatus  > h3 {
  background: #ae2337a3;
  color: #fff;
  font-size: 12px;
  padding: 6px 17px;
  border-radius: 8px;
  width: min-content;
  margin: 0 8px -36px;
  position: relative;
    white-space: nowrap;
  z-index: 1;
}
.chiefholdcategory_template7 select.apparatuscatfilterdrpbox {
  width: 141px;
  height: 22px;
  font-size: 12px;
  padding: 1px 5px;
  border: 1px solid #000;
  background-position: right var(--form--spacing-unit) top 90%;
}

.chiefholdcategory_template7 .dropdwonfilter {
  text-align: right;
  margin: 0 0 50px;
}
@media screen and (max-width:767px) {

.chiefholdcategory_template7 .chief360_apparatus_template7_item {
  flex-direction: column;
  gap: 20px;
}

.chiefholdcategory_template7 .chief360_apparatus_template7_images {
  width: 100%;
}

.chiefholdcategory_template7 .chief360_apparatus_template7_text {
  width: 100%;
  padding: 0;
}

.chiefholdcategory_template7 {
  padding: 15px;
}

.chiefholdcategory_template7 .viewmore a {
  position: relative;
}
}
/* end Apparatus */





 /*===========   Latest News Start  ==========*/

 .chief360_recentnews_template13_hold {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  
}
.chief360_recentnews_template13_hold .chief360_recentnews_template13_hold_item {
  display: flex;
   background: #fff;
   border: 1px solid #b68943;
   width: 31.5%;
}

.chief360_recentnews_template13_hold .chief360_recentnews_template1_hold_img {
  width: 45%;
}
.chief360_recentnews_template13_hold .chief360_recentnews_template1_hold_text {
 
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 12px;
}

.chief360_recentnews_template13_hold h3.chief360_recentnews_template3_title {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Raleway";
  text-align: center;
}
.chief360_recentnews_template13_hold .chief360_recentnews_template13_desc {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-family: "Raleway";
  text-align: center;
}
.chief360_recentnews_template13_hold p.readmore a {
  color: #fff;
  background: #b68943;
  padding: 5px;
}
.chief360_recentnews_template13_hold p.readmore a:hover {
  background: #000;
  transition: all .3s;
}
.chief360_recentnews_template13_hold p.readmore {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin-top: 20px;
  font-weight: 500;
  font-family: "Raleway";
}

@media only screen and (max-width: 1024px) {
.chief360_recentnews_template13_hold {
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.chief360_recentnews_template13_hold .chief360_recentnews_template13_hold_item {
  width: 48%;
}

}
@media only screen and (max-width: 767px) {

  .chief360_recentnews_template13_hold .chief360_recentnews_template13_hold_item {
  width: 100%;
}

}
/*===========   Latest News End  ==========*/



/* ==========  home-page class callayout6t =============*/

.callayout6 .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4.ics-calendar-date {
  background-color: white !important;
  width: 146px !important;
  height: 80px !important;
  display: flex !IMPORTANT;
  border: none !important;
  position: relative;

}

.callayout6 h4.ics-calendar-date span:nth-child(1)  {
  font-size: 66px;
  color: #f4922a;
  font-weight: 700;
  font-family: "Oswald";
}
.callayout6 h4.ics-calendar-date span:nth-child(2) {
  font-size: 28px;
  text-transform: uppercase;
  color: #f4922a;
  font-weight: 600;
  font-family: "Lato";
  margin-top: -15px;
}
.callayout6 h4.ics-calendar-date span:nth-child(3) {
  font-size: 16px;
  text-transform: uppercase;
  color: #f4922a;
  font-weight: 400;
  font-family: "Lato";
  position: absolute;
  bottom: 15px;
  left: 28px;
}

.callayout6 .ics-calendar-date-wrapper {
  display: flex !IMPORTANT;
  border-bottom: 1px solid white;
  height: 80px;
  padding: 0;
  margin-bottom: 20px;
}
.callayout6 dl.events {
  margin: 0 !IMPORTANT;
  padding: 0 !IMPORTANT;
}
.callayout6 .events dt.time {
  color: #fff;
  font-size: 14px !IMPORTANT;
  padding-top: 0 !IMPORTANT;
}
.callayout6 .event span.title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Lato";
}
@media only screen and (max-width: 1024px) {
.callayout6 h4.ics-calendar-date span:nth-child(2) {
  font-size: 16px;
  
}
.callayout6 .ics-calendar-list-wrapper .ics-calendar-date-wrapper h4.ics-calendar-date {
  
  width: 100px;
 
}
.callayout6 h4.ics-calendar-date span:nth-child(1) {
  font-size: 30px;
 
}
.callayout6 h4.ics-calendar-date span:nth-child(3) {
  font-size: 12px;
  bottom: 18px;
  left: 18px;
}
.callayout6 .ics-calendar-date-wrapper {
  height: auto;
  
}
.callayout6 .event span.title {
  font-size: 14px;
  line-height: 20px !IMPORTANT;
  display: block;
 
}

}
/* ==========  home-page upcoming-event end =============*/

/* apparatus temp 9 */

.chief360_apparatus_template9_item {
  max-width: 370px;
  width: 100%;
  position: relative;
}
.chief360_apparatus_template9_hold {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}


.chief360_apparatus_template9_text h3 {
  margin: 0 !IMPORTANT;
  padding: 0 !important;
  font-size: 25px !IMPORTANT;
}
.chief360_apparatus_template9_text h3 a.chief360_apparatus_template1_titlea {
  font-size: 25px;
  line-height: 42px;
   color: #ffffff; 
  font-weight: 700;
  font-family: "Barlow Condensed";
  text-align: center;
}
.chief360_apparatus_template1_desc {
  font-size: 13px;
   color: #ffffff; 
  font-weight: 400;
  font-family: "Poppins";
}

.chief360_apparatus_template9_image a img {
  min-height: 260px;
  max-height: 260px;
  width: 100%;
  max-width: 100%;
}

.chief360_apparatus_template9_text {
  background-color: #0f0f62cf;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 10px;
}
.chief360_apparatus_template9_text:before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  opacity: 1 !IMPORTANT;
  border-radius: 50%;
  top: -13px;
  right: 30px;
  background-image: url(/wp-content/plugins/Chief-360/public/img/up-arrow-symbol-in-a-circle.png);
}

@media only screen and (max-width: 1024px) {

.chief360_apparatus_template9_hold {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.chief360_apparatus_template9_item {
  max-width: 32%;
  width: 100%;
  position: relative;
}

}
@media only screen and (max-width: 767px) {

.chief360_apparatus_template9_hold {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.chief360_apparatus_template9_item {
  max-width: 100%;
  width: 100%;
  position: relative;
}

}

/* end apparatus temp 9*/ 



/*  =====    home page public notice start recent news temp 15  =====*/
.chief360_recentnews_template15_hold {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;

}
.chief360_recentnews_template15_hold_item {
  width: 50%;
  max-width: 570px;
      position: relative;
}
.chief360_recentnews_template1_hold_img {
  height: auto !important;
 
}
.chief360_recentnews_template1_hold_img a.chief360_recentnews_template15_hold_itema img {
  min-height: 310px !IMPORTANT;
  
}
.chief360_recentnews_template15_hold_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 570px;
  min-height: 310px;
  background: #0f0f62cf;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
  padding: 0px 40px 20px 0px;
  clip-path: polygon(71% 0, 100% 0, 100% 100%, 22% 100%);
}
h3.chief360_recentnews_template3_title a.chief360_recentnews_template3_hold_itema {
  font-size: 29px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Barlow Condensed";
}
.chief360_recentnews_template15_desc {
  width: 256px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

@media only screen and (max-width: 1024px) {

.chief360_recentnews_template15_hold {

  gap: 2%;
  
}
.chief360_recentnews_template15_hold_item {
  width: 49%;
  max-width: 100%;
}
.chief360_recentnews_template15_hold_text {
 
  width: 100%;
  max-width: 100%;
 
  padding: 0px 15px 20px 0px;
  clip-path: polygon(71% 0, 100% 0, 100% 100%, 0% 100%);
}

}
@media only screen and (max-width: 767px) {
.chief360_recentnews_template15_hold {

  gap: 20px;
  
}
.chief360_recentnews_template15_hold_item {
  width: 100%;
  max-width: 100%;
          clip-path: inherit;
}
.chief360_recentnews_template15_hold_text {
  width: 100%;
  max-width: 100%;
  clip-path: inherit;
  min-height: auto;
}
}

/*  =====    home page public notice end recent news temp 15  =====*/


/* recent news template 17 */
.chief360_recentnews_template17_hold .chief360_recentnews_template17_hold_item.newstabcontent {
  display: none;
}
.chief360_recentnews_template17_hold .chief360_recentnews_template17_hold_item.newstabcontent1 {
  display: block;
}
/* end recent news tenplate 17 */


/* news listing 17 */

.chief360_recentnews_template17_hold_item.listing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
}
.chief360_recentnews_template17_hold_item.listing .chief360_recentnews_template1_hold_img {
  width: 48%;
  flex-direction: column;
  display: flex;
  flex-basis: 100%;
  flex: 1;
  margin: 1%;
}
.chief360_recentnews_template17_hold_item.listing .chief360_recentnews_template17_hold_text {
  width: 48%;
  margin: 1%;
}
.chief360_recentnews_template17_hold_item.listing .chief360_recentnews_template17_title {
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}
.chief360_recentnews_template17_hold_item.listing .chief360_recentnews_template17_title a {
  color: #810000;
  font-size: 20px;
  line-height: 17px;
}
.chief360_recentnews_template17_hold_item.listing .readmore {
  margin-top: 20px;
  width: 100%;
}
.chief360_recentnews_template17_hold_item.listing p.readmore a {
  background: #810000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
}
.chief360_recentnews_template17_hold_item.listing .chief360_recentnews_template17_desc {
  font-size: 17px;
}
.chief360_recentnews_template17_hold.row.newslisting .chief360_paging ul li a {
  background-color: #810000;
  display: block;
  border: 1px solid #810000;
  padding: 3px 20px 3px 10px;
  color: #fff;
  font-size: 12px;
  margin: 0 5px 0 0;
  font-weight: normal;
  line-height: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  float: left;
  width: 14px;
}
.chief360_recentnews_template17_hold.row.newslisting .chief360_paging ul li a.active
{
  background: #c69a23;
}
/* end new listing 17 */



/*  ==========      home page tab  start   =============*/


.chief360_recentnews_template17_hold ul.newsnav.nav-tabs li {
  background-image: linear-gradient(0deg, #720000 0%, #8a0000 63%, #e70000 100%);
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
  text-align: center;
  min-height: 44px;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd75;
  border-bottom: transparent;
  box-sizing: border-box;
}

.chief360_recentnews_template17_hold ul.newsnav.nav-tabs li.active {
  background-image: linear-gradient(0deg, #b27b0b 0%, #d5b135 100%);

}

.chief360_recentnews_template17_hold ul.newsnav.nav-tabs li.active a{
  color: #000;
}
.chief360_recentnews_template17_hold ul.newsnav.nav-tabs li a {
 
  font-size: 16px;
color: #ffffff;
font-weight: 400;
font-family: "Oswald";
}


.chief360_recentnews_template17_hold ul.newsnav.nav-tabs {
  display: flex;
  padding: 0;
}
.chief360_recentnews_template17_hold_item.newstabcontent {
  padding: 15px;
}




.chief360_recentnews_template17_wrapper {
  display: flex;
  gap: 20px;
}
.chief360_recentnews_template17_hold_item.recentnews {
  display: flex;
}
.chief360_recentnews_template17_hold_item.recentnews .rndate {
  font-size: 14px;
  line-height: 18px;
  color: #830000;
  font-family: "Arial";
}

.chief360_recentnews_template17_hold_item.recentnews  h5 {
  font-size: 14px;
  line-height: 18px;
  color: #515151;
  font-weight: 400;
  font-family: "Arial";
  margin-left: 20px;
}

.chief360_recentnews_template17_hold_item.newstabcontent h3.chief360_recentnews_template17_title a.chief360_recentnews_template3_hold_itema {
  font-size: 24px;
  color: #810000;
  font-weight: 400;
  font-family: "Oswald";
}
.chief360_recentnews_template17_hold_item.newstabcontent .chief360_recentnews_template3_desc {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-family: "Arial";
  margin-top: 15px;
}
.chief360_recentnews_template17_hold_item.recentnews {
  display: flex;
  padding: 10px 0px 10px 0px;
  border-top: 1px dotted;
  margin: 0 15px 0 15px;
}
.chief360_recentnews_template17_hold_img_left {
  width: 35%;
}
.chief360_recentnews_template17_hold_text {
  width: 65%;
}
.chief360_recentnews_wrapperbt {
  display: flex;
  gap: 8px;
  margin-top: 25px;
}

.chief360_recentnews_template17_hold .chief360_recentnews_wrapperbt p.readmore a {
  background-image: linear-gradient(0deg, rgb(114, 0, 0) 0%, rgb(138, 0, 0) 63%, rgb(231, 0, 0) 100%);
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
  padding: 5px 10px;
}
.chief360_recentnews_template17_hold .chief360_recentnews_wrapperbt p.readmore a:hover{
background-image: linear-gradient(0deg, #b27b0b 0%, #d5b135 100%);
  color: #000;
}

@media only screen and (max-width: 1024px) {

  .chief360_recentnews_template17_hold .chief360_recentnews_template17_wrapper {
  
  gap: 15px;
  flex-direction: column;
}
.chief360_recentnews_template17_hold .chief360_recentnews_template17_hold_img_left {
  width: 100%;
}
.chief360_recentnews_template17_hold .chief360_recentnews_template17_hold_text {
  width: 100%;
}


}
@media only screen and (max-width: 767px) {
 .chief360_recentnews_template17_hold ul.newsnav.nav-tabs {
  display: block;
  
}}

/*  ==========      home page tab  end   =============*/



/* =======   home page News start  ========  */


.chief360_recentnews_template18_hold {
  display: flex;
  gap: 55px;
}
.chief360_recentnews_template18_hold h3.chief360_recentnews_template3_title a.chief360_recentnews_template3_hold_itema {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff500;
  font-weight: 700;
  font-family: "Poppins";
}

.chief360_recentnews_template18_hold .chief360_recentnews_template18_lef_part {
  width: 40%;
}
.chief360_recentnews_template18_hold .chief360_recentnews_template18_rightpart {
  width: 60%;
}

.chief360_recentnews_template18_hold h3.chief360_recentnews_template3_title {
  margin: 15px 0px 25px 0px;
}

.chief360_recentnews_template18_hold .chief360_recentnews_template1_hold_img img {
  width: 100%;
  min-height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
}




@media only screen and (max-width: 767px) {



.chief360_recentnews_template18_hold {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.chief360_recentnews_template18_hold .chief360_recentnews_template18_lef_part {
  width: 100%;
}
.chief360_recentnews_template18_hold .chief360_recentnews_template18_rightpart {
  width: 100%;
}

}

/* =======   home page News end  ========  */


/* ///////    start news & updates    ///////// */

.chief360_recentnews_template19_hold h3.chief360_recentnews_template19_title {
  line-height: 28px;
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Barlow Condensed";
  text-align: left;
  margin-top: 15px;
}
.chief360_recentnews_template19_hold h3.chief360_recentnews_template19_title a.chief360_recentnews_template19_hold_itema {
  color: #fff;
}
.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_date {
  background: #e32e00;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 5px 0px 5px 18px;
  position: relative;
}
.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_date:before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/04/Rectangle-14-1.png);
  right: 0;
  height: 72px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.chief360_recentnews_template19_hold span.day {
  font-size: 58px;
  line-height: 58px;
  color: #000000;
  font-weight: 700;
  font-family: "Barlow Condensed";
  text-align: left;
  display: block;
}
.chief360_recentnews_template19_hold span.monthyear {
  font-size: 33px;
  line-height: 31px;
  color: #000000;
  font-weight: 500;
  font-family: "Barlow Condensed";
  text-align: left;
}
.chief360_recentnews_template19_hold {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  vertical-align: top;
}
.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_item {
  width: 100%;
  max-width: 270px;
}
.chief360_recentnews_template19_hold p.chief360_recentnews_template10_readmore a {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald";
  position: relative;
  padding: 5px 20px 5px 5px;
}
.chief360_recentnews_template19_hold p.chief360_recentnews_template10_readmore a:hover {
  background: #e32e00;
  transition: .3s
}
.chief360_recentnews_template19_hold p.chief360_recentnews_template10_readmore a:before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2025/04/arrow-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 2px;
  width: 10px;
  height: 10px;
  top: 12px;
}
.chief360_recentnews_template19_hold p.chief360_recentnews_template10_readmore {
  margin-top: 5px;
}




@media only screen and (max-width: 1024px) {


.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_date {
  padding: 5px 0px 5px 10px;
  
}
.chief360_recentnews_template19_hold span.day {
  font-size: 25px;
  line-height: 25px;

}
.chief360_recentnews_template19_hold span.monthyear {
  font-size: 20px;
  line-height: 20px;
 
}
.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_item {
  width: 100%;
  max-width: 198px;
}
.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_date:before {
  height: 50px;
  width: 48px;
}
.chief360_recentnews_template19_hold h3.chief360_recentnews_template19_title {
  line-height: 26px;
  font-size: 20px;
  margin-top: 5px;
}
}

@media only screen and (max-width: 767px) {

.chief360_recentnews_template19_hold .chief360_recentnews_template19_hold_item {
  width: 100%;
  max-width: 270px;
}
}
/* ///////    end news & updates    ///////// */
