@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


body{
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
.vc_row {
  margin: 0px !important;
}
.vc_column_container>.vc_column-inner {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0px;
}
::marker {
  color: transparent;
  display: none !important;
  visibility: hidden;
}
.text-orange{
  color: #e96920;
}
.text-navy{
  color: #0c374f;
}
.text-blue{
  color: #1870a2;
}
.text-sky{
  color: #1490b4;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.z-index-1{
  z-index: 1;
}
.mtpx-15 {
    margin-top: 15px;
}
.unstyled{
  list-style-type: none;
}
.centered_items{
  display: flex;
  align-items: center;
}
.prim-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #9e1a02;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  padding: 8px 54px 8px 14px;
  text-decoration: none;
  border: 1px solid #9e1a02;
  position: relative;
}
.prim-btn:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bolder;
  font-size: 22px;
  font-style: normal;
  margin: 1px 0 0 10px;
  text-decoration: none;
  color: #9e1a02;
  display: inline-block;
  padding: 5.4px 15px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #9e1a02;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: -2px;
  right: -1px;
}
.prim-btn:hover {
  background: #fff;
  color: #9e1a02;
  border: 1px solid #9e1a02;
}
.prim-btn:hover::after {
  color: #fff;
  background-color: #9e1a02;
}
.mt40{
  margin-top: 40px;
}
/** white btn **/

.prim-btn-white{
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  color: #9e1a02;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  padding: 8px 54px 8px 14px;
  text-decoration: none;
  border: 1px solid #fff;
  position: relative;
}
.prim-btn-white:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bolder;
  font-size: 22px;
  font-style: normal;
  margin: 1px 0 0 10px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 5.4px 15px;
  background-color: #9e1a02;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: -2px;
  right: -1px;
}
.prim-btn-white:hover {
  background: #9e1a02;
  color: #fff;
  border: 1px solid #fff;
}
.prim-btn-white:hover::after {
  color: #9e1a02;
  background-color: #fff;
}
.bordered_right{
  position: relative;
}
.bordered_right:before {
  content: "";
  height: 4px;
  background: #9e1a02;
  width: 110px;
  position: absolute;
  right: 0;
  bottom: -12px;
}
.bordered_left{
  position: relative;
}
.bordered_left:before {
  content: "";
  height: 4px;
  background: #9e1a02;
  width: 110px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.bordered_center{
  position: relative;
}
.bordered_center:before {
  content: "";
  height: 4px;
  background: #9e1a02;
  width: 60px;
  position: absolute;
  right: 0;
  left:0;
  margin: 0 auto;
  bottom: -12px;
}
/* 
**********************************
**********************************
******* Navbar Css ******** 
********************************** 
**********************************
*/
.hide_desktop{
  display: none;
}
header.header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 10px 0px;
}
.nav_topbar ul {
  padding: 0;
  display: table;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 24px;
}
.nav_topbar ul li {
  float: left;
  margin-left: 12px;
}
header.header .nav_topbar ul li a {
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

header.header .nav_topbar ul li:nth-child(4) a {
  border: none;
  padding-right: 0px;
}
header.header .nav_topbar ul li a i {
  margin-right: 10px;
}
.navbar_area {
  float: right;
    display: flex;
    align-items: center;
    justify-content: end;
}
.navbar_area #menu-main-menu {
  display: table;
  margin-bottom: 0px;
  padding: 0;
}
.navbar_area ul li {
  float: left;
}
.navbar_area ul li a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #fff;
  text-transform: uppercase;
}
.navbar_area ul li a:hover {
  color: #fff;
  border-color: #9e1a02;
}
/** fixed header **/
header.sticktop {
  background: #fff !important;
  z-index: 1;
  width: 100%;
  position: fixed;
}
header.sticktop ul li a {
  color: #000;
  border-color: #9e1a02;
}
header.sticktop .nav_topbar ul li a {
  color: #000;
}
header.sticktop .nav_topbar ul li a i {
  color: #9e1a02;
}
.logo img {
  filter: brightness(0) invert(1);
}
.header.sticktop .logo img {
  filter: brightness(1);
}
.header.sticktop .mobile_header .menu_toggle_btn i {
    color: #c50000;
    font-size: 24px;
    background: transparent;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #c50000;
    cursor: pointer;
}
ul#menu-main-menu .current_page_item a {
  color: #fff;
  border-color: #9e1a02;
}
.mobile_header .mobile_navbar_area .navbar-item li a:hover {
  background: black;
}
/** End Header **/

/** Home page Banner Css Start **/
.home-slide-item {
  height: 70vh;
  display: flex !important;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-slide-item .banner-content {
  width: 66%;
  margin: 0 auto;
}
.home-slide-item .banner-content .sub-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-slide-item .banner-content .banner_content_box {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  border: 5px solid #fff;
  background: transparent;
  border-radius: 0;
  padding: 25px 10px 10px 10px;
  margin: 0;
  position: relative;
  margin-top: 40px;
  border-top: 0px;
}
.home-slide-item .banner-content .banner_content_box:before {
  content: "";
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
}
.home-slide-item .banner-content .banner_content_box:after {
  content: "";
  background: #fff;
  width: 30px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.home-slide-item .banner-content .banner_content_box .title {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-align: right;
  position: absolute;
  top: -27px;
  right: 50px;
  padding: 0px 30px;
}
.home-slide-item .banner-content .banner_content_box .desc {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.home-slide-item .banner-content .banner_content_box .btn-wrap {
  margin-top: -40px;
  position: relative;
  top: 35px;
}
.home-banner ul.slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}
.home-banner button{
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: transparent;
}
.home-banner ul.slick-dots .slick-active button{
  background: #fff;
}
.sticktop ul#menu-main-menu .current_page_item a {
    color: #9e1a02;
}
header.sticktop ul li a:hover {
    color: #9e1a02;
}
/** Home page Banner Css end **/

/** Page Slogan Css **/

.page-slogan {
  background-color: #9e1a02;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}
.page-slogan p{
  margin-bottom: 0px;
	font-size:20px;
}

/** Page Slogan Css end **/

/** What is cui section start **/
.what_is_cui_section {
  padding: 40px 0px;
}
.what_is_cui_section .left {
  text-align: right;
}
.what_is_cui_section .left .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0px 0 30px;
  text-transform: uppercase;
  
}

.what_is_cui_section .left .title img {
  width: 20px;
  margin-top: -10px;
  margin-right: 5px;
}
.what_is_cui_section .left .sub_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 6%;
}
/** What is cui section start **/

/** CUI Advantages Css Start **/
.cui-advantages-sec {
  background: #f5f5f5;
}
.cui-advantages-sec .left {
  background-image: url("../images/cui-advantages-left-img.jpg");
  background-repeat: no-repeat;
  height: 497px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.cui-advantages-sec .right {
  width: 65%;
}
.cui-advantages-sec .right .title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0px 0 30px;
  text-transform: uppercase;
}
.advantages-list{
  margin-bottom: 25px;
}
.advantages-list li {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
}
.advantages-list li:before {
  content: "\f046";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  color: #9e1a02;
  font-size: 18px;
  top: 0;
  left: -26px;
}

/** CUI Advantages Css End **/

/** Join Now Sec Css Start **/
.join-now {
  padding: 50px 0;
  background-color: #9e1a02;
  color: #fff;
  text-align: center;
}
.join-now .title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0px 0 30px;
  text-transform: uppercase;
}
.join-now .desc {
  margin-bottom: 40px;
}
/** Join Now Sec Css end **/

/** Testimonials Section Css start here **/
.testimonials {
  background-color: #9e1a02;
  padding: 50px 0;
}
.testimonials .title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 30px 0;
  text-transform: uppercase;
  color: #fff;
}
.testimonails_box img {
  border-radius: 50px;
  margin: 0 auto;
}
.testimonials .testimonails_box .testi_content {
  text-align: center;
  padding: 20px;
  position: relative;
  border-left: 5px solid #fff;
  margin: 0px 10px;
}
.testimonials .testimonails_box .testi_content .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px;
  padding: 0;
  position: relative;
  width: 48%;
  text-align: center;
  margin-top: -50px;
}
.testimonials .testimonails_box .testi_content .title:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-weight: bolder;
  display: inline-block;
  float: left;
  font-size: 70px;
  padding: 0;
  margin-top: 0px;
  left: -20px;
  position: relative;
  line-height: 1;
}
.testimonials .testimonails_box .testi_content p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  padding: 30px;
  color: #fff;
  text-align: center;
}
.testimonials .testimonails_box .img_box {
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 50px;
}
.testimonials ul.slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  position: relative;
  top: -9px;
}
.testimonials button{
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: transparent;
}
.testimonials ul.slick-dots .slick-active button{
  background: #fff;
}
.testi_content:before {
  content: "";
  height: 5px;
  width: 26%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.testi_content:after {
  content: "";
  height: 5px;
  width: 40%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.quote_form .wh-100 {
  width: 100%;
}
.quote_form input, .quote_form textarea {
    padding: 10px;
    width: 100%;
}
/** Testimonials Section Css End here **/
.faq_sec button.accordion-button {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  /* display: block; */
  padding: 15px 15px;
  background-color: #c9c7c6;
  color: #444444;
  text-decoration: none;
}
.faq_sec .accordion-button:not(.collapsed) {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  /* display: block; */
  padding: 15px 15px;
  background-color: #9e1a02;
  color: #ffffff;
  text-decoration: none;
}
.faq_sec .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq_sec .accordion-button:focus {
  z-index: 3;
  border-color: #c9c7c6;
  outline: 0;
  box-shadow: none;
}
.faq_sec .accordion-collapse .accordion-body {
  background: #9e1a02;
  color: #fff;
  padding: 20px;
}
.faq_sec .accordion-item {
  margin-bottom: 10px;
}
/** Faq Section Css Start **/

.faq_sec {
  padding: 50px 0;
  background-color: #fff;
}
.faq_sec .title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 30px 0;
  text-transform: uppercase;
}
.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
}
/** Faq Section Css Start **/

/****************************************************/
/************ About Page Css Start *****************/
/****************************************************/

/** Inside Page section start **/
.inside-slide-item{
  height: 50vh;
  display: flex !important;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-slide-item .banner-content .banner_content_box .title {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  background: #3c3321;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-align: right;
  position: absolute;
  top: -27px;
  right: 20px;
  padding: 0px 30px;
}
.inside-slide-item .banner-content .banner_content_box .desc {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.inside-banner .left {
  text-align: right;
}
.inside-banner .left .title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0px 0 30px;
  text-transform: uppercase;
  line-height: 40px;
}
.inside-banner .left .title img {
  width: 20px;
  margin-top: -10px;
  margin-right: 5px;
}

/** Inside page about section css **/









/** Inside Page section start **/
.inside-slide-item-v2{
  height: 55vh;
  display: flex !important;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-slide-item-v2 .banner-content {
  width: 66%;
  margin: 0 auto;
}
.inside-slide-item-v2 .banner-content .sub-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.inside-slide-item-v2 .banner-content .banner_content_box {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  border: 5px solid #fff;
  background: transparent;
  border-radius: 0;
  padding: 25px 10px 10px 10px;
  margin: 0;
  position: relative;
  margin-top: 40px;
}
.inside-slide-item-v2 .banner-content .banner_content_box .title {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.inside-slide-item-v2 .banner-content .banner_content_box .desc {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.inside-slide-item-v2 .banner-content .banner_content_box .btn-wrap {
  margin-top: -40px;
  position: relative;
  top: 35px;
}

/** Inside page about section css **/

.inside_page_about_section {
  padding: 40px 0px;
}
.inside_page_about_section .left {
  text-align: right;
}
.inside_page_about_section .left .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0px 0 30px;
  text-transform: uppercase;
}
.inside_page_about_section .left .title img {
  width: 20px;
  margin-top: -10px;
  margin-right: 5px;
}
.inside_page_about_section .left .sub_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 6%;
}

/** Inside Page section start **/



/****************************************************/
/************ About Page Css End *****************/
/****************************************************/


/****************************************************/
/************ Contact Page Css Start *****************/
/****************************************************/
.contact_section {
  padding: 50px 0;
}
.contact_section textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  height: 80px;
}
.contact_section input{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.contact_section .contact_btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 15px 30px !important;
  height: auto !important;
  width: auto !important;
}
.contact_list li {
  margin-bottom: 15px;
}

/****************************************************/
/************ Contact Page Css End *****************/
/****************************************************/

/****************************************************/
/************ Blog Page Css Start *****************/
/****************************************************/

.blog-banner {
  padding: 200px 0px 140px;
  background-image: url(https://www.checkurinsurance.com/wp-content/uploads/2017/10/iStock-500808492.jpg);
  background-position: center;
  background-size: cover;
}
.blog-banner .title {
  color: #fff;
  font-size: 44px;
  text-align: center;
}
.all-blog-posts {
  padding: 60px 0px;
} 
.blog_box {
  box-shadow: 0px 0px 20px #ddd9;
  margin-bottom: 30px;
}
.blog_box img{
  width:100%;
height: 100%;
  object-fit: cover;
}
.blog_box .title {
font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 34px;
  margin-bottom: 11px;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_box .box_desc {
  font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.blog_content{
padding:20px;
}
.read_more_btn {
  display: block;
  padding: 10px;
  background: #9e1a02;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}
.read_more_btn:hover {
  background: #000;
  color: #fff;
}
.blog_box .title a {
  color: #9e1a02;
  text-decoration: none;
}
.blog-img {
  display: block;
  height: 240px;
}
@media(max-width:767.8px){
  .blog-banner .title {
  font-size: 34px;
  line-height: 44px;
}
.blog-banner {
  padding: 160px 0px 100px;
  
}
.all-blog-posts {
  padding: 40px 0px;
}
.blog_box .title {
  font-size: 20px;
  line-height: 28px;
}
.blog-banner fieldset legend {
  font-size: 30px;
}

}
    /** Blog Single page Css Start Here **/
    .blog-banner-inside {
      padding: 200px 0px 140px;
      background-position: center;
      background-size: cover;
      background-blend-mode: overlay;
      background-color: #00000070;
  }
  .blog-banner-inside .title {
      color: #fff;
      font-size: 44px;
      text-align: center;
      line-height: 60px;
  }
  .single-post-content-wrapper {
      padding: 60px 0px;
  }
  html, body {
      overflow: initial !important;
  }
  @media(max-width:1024px){
      .blog-banner-inside .title{
      font-size: 30px;
      line-height: 50px;
      }
  }
  @media(max-width:767.8px){
      .blog-banner-inside .title {
      font-size: 24px;
      line-height: 40px;
  }
  .blog-banner-inside {
      padding: 160px 0px 100px;
      
  }
  .single-post-content-wrapper{
      padding: 40px 0px;
  }
  
  }
  /** Blog Single page Css End Here **/
  .blog-banner fieldset {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    border: 5px solid #fff;
    background: transparent;
    border-radius: 0;
    padding: 25px 10px 10px 10px;
    margin: 0;
    position: relative;
    margin-top: 40px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.blog-banner fieldset legend {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.blog-banner fieldset .hero-text {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.testimonials .wpcf7-response-output {
  border-color: #15bf1f !important;
  color: #fff;
  text-align: center;
}
/****************************************************/
/************ Blog Page Css end *****************/
/****************************************************/

/**********************************************************/
/************ Testimonials Page Css start *****************/
/**********************************************************/
.testimonails_inside .content_box {
  margin: 10px 10px 0;
  background: #ddd;
  padding: 20px 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
}
.testimonails_inside .content_box:before {
  content: "";
  position: absolute;
  border-top: 23px solid #dddddd;
  border-right: 16px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -30px;
  transform: rotate();
}
.testi_quotes{
  position: relative;
}
.testi_quotes:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-weight: bolder;
  display: inline-block;
  float: left;
  font-size: 20px;
  padding: 0;
  margin-top: 0px;
  left: -40px;
  position: absolute;
  line-height: 1;
  color: #fff;
  top: -5px;
}
.testi_quotes:after {
  content: "\f10d";
  font-family: FontAwesome;
  font-weight: bolder;
  display: inline-block;
  font-size: 20px;
  padding: 0;
  margin-top: 0px;
  right: -40px;
  position: absolute;
  line-height: 1;
  color: #fff;
  bottom: -20px;
  transform: rotate(175deg);
}
/**********************************************************/
/************ Testimonials Page Css End *****************/
/**********************************************************/

.inside_faq_sec button.accordion-button {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  /* display: block; */
  padding: 15px 15px;
  background-color: #c9c7c6;
  color: #444444;
  text-decoration: none;
}
.inside_faq_sec .accordion-button:not(.collapsed) {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  /* display: block; */
  padding: 15px 15px;
  background-color: #9e1a02;
  color: #ffffff;
  text-decoration: none;
}
.inside_faq_sec .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.inside_faq_sec .accordion-button:focus {
  z-index: 3;
  border-color: #c9c7c6;
  outline: 0;
  box-shadow: none;
}
.inside_faq_sec .accordion-collapse .accordion-body {
  background: #9e1a02;
  color: #fff;
  padding: 20px;
}
.inside_faq_sec .accordion-item {
  margin-bottom: 10px;
}
/** Popup Css Start **/
.custom_cui_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
}

.popup-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 40px;
  width: 30%;
  text-align: center;
  border-radius: 14px;
  z-index:999;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#cui_popup .col-md-6 {
  width: 100%;
}
#cui_popup input {
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
}
#cui_popup textarea {
  width: 100%;
padding: 10px;
height: 150px;
max-width: 100%;
  min-width: 100%;

}
#cui_popup .wpcf7-submit {
  background: #c40000;
  border: none;
  padding: 15px !important;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.cui_popup_title {
  margin-bottom: 30px;
  color: #c40000;
  font-weight: bold;
  font-size: 30px;
}
#cui_popup .close {
  background: red;
  height: 30px;
  width: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
      opacity: 1;
}
.sticky_quote_btn {
  background: #9e1a02;
  position: fixed;
  z-index: 9999;
  padding: 15px 40px;
  left: -70px;
  top: 50%;   
  transform: translate(0px, -50px) rotate(-90deg);
      cursor: pointer;
}
.sticky_quote_btn .sticky_quote_btn_link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
/* Start Footer Section */
.footer p{
  margin-bottom: 0px;
}
.footer .main_footer_area{
  background-color: #252525;
  padding: 30px 0;
  color: #fff;
}
.footer .main_footer_area .footer_col-1 .desc{
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.footer .copyrigth_area {
  background-color: #201f1f;
  padding: 15px 0;
  text-align: center;
  color: #ececec;
}
.footer_disclaimar {
  margin-top: 30px;
}
.footer_disclaimar .desc {
  font-size: 12px;
}
.footer_col-2 ul {
  padding: 0;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.footer_col-2 ul li a {
  padding-bottom: 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.main_footer_area .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}
.footer_col-3 ul {
  padding: 0;
}
.footer_col-3 ul li {
  margin-bottom: 10px;
}
.footer_col-3 ul li i{
  margin-right: 10px;
}
.footer_col-3 ul li a{
  color:#fff;
  text-decoration: none;
}
.footer_col-3 ul li a:hover{
  color:#9e1a02;
}
.sticky_quote_btn {
    display: none;
}