.hero_section {
  position: relative;
  margin: auto;
  background: var(--main-color);
  padding: 50px 0;
  color: #fff;
}
.hero_section .title-divider-line {
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
}
.hero_section .block-description {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 38px;
}



.left_con{
	font-size:16px;
	line-height:30px;
}

body .listing_sec > .container > .row .left_con {
	order:1;
}
 body .listing_sec > .container > .row .right_con {
	 order:2;
 }
 
body .row_tab, 
body .listing_sec > .container > .row{
	 grid-template-columns: 65% 35%;
 }
 
 .search_home_model_sidebar{
padding: 30px 35px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
  position:relative;
  overflow:hidden;
	 }
 
	 
	.search_home_model_sidebar h3{
font-size: 28px;
  line-height: 38px;
  color: var(--main-color);
  margin-bottom: 20px;
font-family: 'robotobold', Arial, Helvetica, sans-serif;
letter-spacing: -0.5px;
	} 
	
	
	.search_home_model_sidebar h3,
	.search_home_model_sidebar ul,
	.search_home_model_sidebar .btn{
		position: relative;
  z-index: 1;
	}
	

	
	.search_home_model_sidebar h3:after {
		height: 3px;
	  width: 60px;
	  content: "";
	  display: block;
	 background-color: #000;
	  margin-top: 18px;
	  margin-left:0;
	  margin-right:auto;
	}
	 
 .hero_section .block-description{
	 margin-bottom:0px;
 }


 .search_home_model_sidebar ul{
	 list-style:none;
	margin-bottom: 28px;
  padding-top: 12px;
 }
  .search_home_model_sidebar ul li{
font-size: 16px;
  margin-bottom: 10px;
  background: url(/app/uploads/2024/07/checked6.png)no-repeat 0px 4px;
  background-size: 20px;
  padding-left: 31px;

  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;

  }
  
    .search_home_model_sidebar ul li:last-child{
		 border-bottom: 0px solid #ddd;
		padding-bottom: 0px;
	}
  
  .lead{
		  font-size: 22px;
	  line-height: 32px;
	  font-family:'robotolight', Arial, Helvetica, sans-serif ;
  }
  
  .hero_section .inner_box .block-description p{
	  margin-bottom:0px;
  }
  
 body .listing_sec > .container > .row .left_listing{
	  padding-right:0px;
	  top: 210px;
  }
  
  .listing_sec {
	  background: #f5f8ff;
  }
  
  .left_con .conNew_sec ul{	  
		margin-bottom: 20px;
	  padding-top: 8px;	  
	  list-style:none;
  }
  
  .left_con .conNew_sec ul li{
	  background:url(/app/uploads/2024/07/right_arrow-2.png)no-repeat 1px 8px;
	background-size: 19px;
  padding-left: 33px;
  }
  
  .left_con .conNew_sec li+li{
	margin-top:10px;  
  }
  
.information_cont {
  color: #2E2E2E;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 0;
  border: 1px solid #cdd9f4;
}
.information_toggle{
	margin-top:30px;
	margin-bottom:30px;
}

.information_det{
	padding-top:0px;
	opacity: 0.8;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

body .information_cont .information_title {
  padding: 18px 45px 18px 18px;
font-size: 22px;
}

.information_cont + .information_cont {
  margin-top: 10px;
}

.information_cont .information_title:after {
  content: "";
  background: #fff url(/app/uploads/2024/04/down-arrow41.png)no-repeat;
  background-size: 17px;
  background-position: center;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.information_cont .information_title.t_open::after {
  transform: translateY(-50%) rotate(-180deg) !important;
}

.search_home_model_sidebar .btn{
padding: 17px 20px 15px;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0;
	    font-family: 'robotolight', Arial, Helvetica, sans-serif;
		background: var(--second-color);
}

.search_home_model_sidebar .btn .price{
	font-size: 22px;	
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
}

body .search_home_model_sidebar .btn:hover{
	background: var(--main-color);
}
 
 @media(min-width:992px){
	 
	 .search_home_model_sidebar{
		 margin-top:-175px;
	 }

	  .hero_section .inner_box .block-description{
		   max-width: 62%;
	  }
	  
	 .search_home_model_sidebar{
		  margin-left: 30px;
	  }
	 
 }
 
 .conNew_sec table{
	 border:1px solid rgba(55,97,191,.3);
	 width: 100%;
  border-collapse: collapse;
  background:#fff;
  margin-bottom:30px;
 }
 
  .conNew_sec table tr td,
    .conNew_sec table tr th{
	  border:1px solid rgba(55,97,191,.3);
	  padding:15px;
  }
  
  .conNew_sec table tr td p:last-child{
	  margin-bottom:0px;
  }
  
 /* Make the table responsive */
@media screen and (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers */
   .conNew_sec table tr:first-child {
    display: none;
  }

  /* Style each table row as a card */
  .conNew_sec table tr {
    margin-bottom: 10px;
  }

  /* Label each cell with the header name */
   .conNew_sec table td {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 12px;
    text-align: left;
    border: none;
    position: relative;
    padding-left: 50%;
  }

  /* Add the label before the content */
   .conNew_sec table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    white-space: nowrap;
font-family: 'robotobold', Arial, Helvetica, sans-serif;
  font-weight: normal;
	font-size: 15px;
  }
  
	.conNew_sec table tr:nth-child(even) {
	  background-color: #f9f9f9;
	}
} 

@media screen and (max-width: 500px) {
	
	 .conNew_sec table td {
		display: block;
    text-align: center;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0px !important;
	  }
  .conNew_sec table td::before{
	  font-size: 17px;
    position: static;
    display: block;
  }
  .conNew_sec table tr {
    margin-bottom: 0;
  }
}
  
  
  
.information_det table tr th{
  color: #000;
	background: #e8eeff;
}

.information_det ul li{
  color: #000;
  font-size: 14px;
}

  
  @media(min-width:768px){
	  .col_two{
		  display:flex;
		  flex-wrap:wrap;
		  gap:6px 10px;
	  }
	  
	  .col_two li{
		  width:48%;
	  }
	   .information_det ul li + li{
		  margin-top:3px !important;
	  }
  }
  
   .related_manual_list  h2{
	   position:relative;
   }
 .related_manual_list  h2::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

 .related_manual_list  h2::after {
  content: '';
  height: 8px;
  width: 8px;
  background-color: var(--second-color);
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 99px;
  border: 2px solid var(--second-color);
  transform: translateY(-50%);
} 
 .related_manual_list  h2 span {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
}

.mImgBox{
	display: block;
  height: 166px;
  overflow: hidden;
}
    
.mImgBox img{
	margin-top: -57px;
  display: block;
}

.related_manual_list h3 {
  font-family: 'robotobold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin:0px;
  text-align:center;
  position:relative;
  padding-top:15px;
}



.related_manual_list h3::after {
height: 2px;
  width: 52px;
  content: "";
  display: block;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #bbb 64%, rgba(206,211,246,0) 99%);
  transition:all 0.3s;
}

.related_manual_list .col-md-3:hover h3:after{
	width: 100%;
}


.related_manual_list h3 a{
  display:block;
}


.faqInfo_toggle {
  margin-top: 30px;
}
.faqInfo_cont .faqInfo_title{
	padding: 18px 45px 18px 0;
  font-size: 20px;
  margin: 0;
  cursor:pointer;
  position:relative;
   font-family: 'robotomedium';
   font-weight:normal;
}

.faqInfo_cont {
  color: #2E2E2E;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
border-bottom: 1px solid #cdd9f4;
}
.faqInfo_cont:last-child{
	border-bottom: 0px solid #cdd9f4;
	padding-bottom:0px;
}

.faqInfo_det {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  display:none;
}
.faqInfo_cont .faqInfo_title:after {
  content: "";
  background: #fff url(/app/uploads/2024/04/down-arrow41.png)no-repeat;
  background-size: 17px;
  background-position: center;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.faqInfo_cont .faqInfo_title.t_open::after {
  transform: translateY(-50%) rotate(-180deg) !important;
}


.ctaBOxInner{
	margin:10px 0 60px;
	padding: 40px;
	text-align:center;
	color:#fff;
	background:var(--main-color);
	border-radius:22px;
}

.ctaBOxInner .ctaTitle{
font-family: 'robotobold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.ctaBOxInner .lead{
	max-width:900px;
	margin:auto;
  font-size: 26px;
  	line-height: 40px;
}

.ctaBOxInner .btn{
background-color: #fff;
background-image: url(/app/uploads/2024/03/right-arrow3-1.png);
background-repeat: no-repeat;
background-position: 92% center;
  background-size: 24px;
  text-align: left;
  font-size: 22px;
  margin-top: 34px;
  color: var(--main-color);
  padding: 16px 64px 16px 20px;
}
body .ctaBOxInner .btn:hover{
background-color: #000;
background-image: url(/app/uploads/2024/03/right-arrow_oem.png);
background-repeat: no-repeat;
background-position: 92% center;
  background-size: 24px;
}


.ask_expert{
  background: #f8f8f8;
}


.ask_expert .advice_div h3 {
  background: url(/app/uploads/2024/04/advice_icon.png) 0 0/32px no-repeat;
}

.ask_expert h3 {
  font-size: 26px;
  padding-left: 50px;
  background: url(/app/uploads/2024/04/question2.png) 0 0/32px no-repeat;
}

.ask_expert ul {
  list-style: none;
  padding-left: 0 !important;
  margin-top: 25px;
}

.ask_expert ul li a {
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d4d4;
  padding-right: 35px;
  background: url(/app/uploads/2024/03/right-arrow3-1.png) right/24px no-repeat;
  font-size: 16px;
  font-family: "robotomedium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}


.faq_sec .container {
 border: 2px solid #cdd9f475;
  padding: 50px 50px 30px;
  background: #fff;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}

.faq_sec {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.faq_sec::after {
  content: "";
  position: absolute;
  height: 50%;
  left: 0px;
  width: 100%;
  top: 0px;
  background: url(/app/uploads/2024/07/gradiant_bg.png)no-repeat;
  background-size: contain;
  z-index: -1;
}

.faq_sec h2::after {
  height: 3px;
  width: 60px;
  content: "";
  display: block;
  background-color: #000;
  margin-top: 18px;
  margin-left: 0;
  margin-right: auto;
}

.list_tab ul{
	list-style:none;
	margin-bottom:20px;
	display: flex;
}

.list_tab ul li{
	display:inline-block;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 15px;
	position:relative;
}

.list_tab ul li:after{
content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #00000069;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -11px;
}

.list_tab ul li:first-child:after,
.list_tab ul li:last-child:after{
	display:none;
}

.list_tab ul li+li{
	margin-left:18px;
}

.titleS{
	font-size:18px;
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.card_top{
	background: #fff;
  padding: 20px 0px;
  margin-bottom:25px;
  position:relative;
}

.card_top:before {
    content: "";
    position: absolute;
    left: -2000px;
    width: 2000px;
    background: #fff;
    height: 100%;
    top: 0;
    bottom: 0;

  }
  
  .card_top:after {
content: "";
    position: absolute;
  left: 100%;
    width: 2000px;
    background: #fff;
    height: 100%;
    top: 0;
    bottom: 0;

  }

.card_top .lead{	
	text-transform:capitalize;
	font-size: 20px;
}

@media(min-width:992px) and (max-width:1199px){
	.card_top::after {	 
	  left: 100%;
	  width: 54%;	 
	}
	.card_top::before {	 
	  left: -100%;
	  width: 100%;	 
	}
	.search_home_model_sidebar h3{
		font-size: 22px;
  line-height: 33px;
	}
	.search_home_model_sidebar{
		padding: 20px;
	}
	
	  .list_tab ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.list_tab ul li:first-child{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.list_tab ul li:nth-child(2){
		margin-left:0px;
	}
	
}

@media(min-width:992px){
 .related_manual_list .col-md-3 {
  margin-bottom:30px;
  }
  .related_manual_list {
	  padding-bottom:10px!important;
  }

	
}

@media(max-width:991px){
	.list_tab ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.list_tab ul li:first-child{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.list_tab ul li:nth-child(2){
		margin-left:0px;
	}
	
	.hero_section .title-divider-line {
		font-size: 33px;
	  line-height: 35px;
	}
	.hero_section .lead {
	  font-size: 20px;
	  line-height: 28px;		
	}
	.related_manual_list h2::after,
	.related_manual_list h2::before{
		display:none;
	}
	
	.list_tab ul li::after {
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
}

.related_manual_list .col-md-3{
	max-width: 350px;
  margin: auto;
  margin-bottom:30px;
}
.related_manual_list .col-md-3:last-child{
	 margin-bottom:0px;
}

.listing_sec{
	overflow: hidden;
}
.related_manual_list h2{
	text-align: center;
}

.ctaBOxInner .ctaTitle{
	font-size: 30px;
  line-height: 38px;
}

.ctaBOxInner .lead{
	font-size: 22px;
  line-height: 34px;
}

.faq_sec .container{
	  max-width: 95%;
	  padding: 20px 20px 20px;
}

.faq_sec{
	padding-top: 40px;
  padding-bottom: 40px;
}

.card_top .lead {
  text-transform: capitalize;
  font-size: 18px;
}

.ctaBOxInner .btn{
	font-size: 18px;
  margin-top: 34px;
	padding: 11px 55px 11px 20px;
}

}/*max-width:991px*/


@media(max-width:767px){

	.hero_section .title-divider-line {
	font-size: 26px;
    line-height: 38px;
	}
	.hero_section .lead {
	  font-size: 18px;
	  line-height: 28px;		
	}
	body .information_cont .information_title{
		font-size: 18px;
	}
	
	.ctaBOxInner .ctaTitle{
	font-size: 24px;
	  line-height: 33px;
	}

	.ctaBOxInner .lead{
		font-size: 18px;
	  line-height: 28px;
	}
	
	.faqInfo_cont .faqInfo_title{
		padding: 14px 45px 14px 0;
	font-size: 16px;
	}
	
		.title-divider-line {
	  font-size: 24px;
	}
	.list_tab ul li{
		margin-top: 5px;
	}

}/*max-width:767px*/

.toggle-content {
display: none;
padding: 10px;
margin-top: 5px; 
}
.toggle-header {
cursor: pointer; position: relative;
padding: 10px; margin-top: 20px;
background-color: #f9f9f9;
}
.toggle-header:hover {
background-color: #f1f1f1;
}
.pageCitations ul {
list-style: none;
padding-left: 0px;
}.pageCitations ul li {
border-left: 2px solid #416199;
margin-bottom: 20px;
margin-left: 0px;
padding-left: 20px;
line-height: 26px;
}
.pageCitations ul li a {
font-weight: 700;
text-decoration: underline;
}.arrow {
content: '';
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.arrow.down {
border-top: 5px solid #416199;
}
.arrow.up {
border-bottom: 5px solid #416199;
}

.toggle-section {

  max-width: 1005px;
  margin: auto;
  margin-bottom: 50px;
}
