/* ------------------------------------------------------- */
/* Global CSS
/* ------------------------------------------------------- */
body {
	font-family: "Open Sans", sans-serif;
  }
  
  .content {
	padding: 60px 0;
	background-color: #fff;
  }
  
  .content-alt {
	background-color: whitesmoke;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	/* font-family: 'Montserrat', sans-serif; */
  }
  .red {
	color: red;
  }
  
  .img-mob {
	display: none;
  }
  
  .call-btn-mobile {
	display: none;
  }
  
  #sticky-call {
	display: none;
  }
  
  /* Custom Scrollbar */
  ::-webkit-scrollbar {
	width: 10px;
  }
  
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 20px;
  }
  
  ::-webkit-scrollbar-thumb {
	background: lightgray;
	border-radius: 20px;
	box-shadow: 0px 2px 5px 1px #000 inset;
  }
  
  /* ------------------------------------------------------- */
  /* Home
  /* ------------------------------------------------------- */
  #header {
	padding: 25px 0;
	border-bottom: 2px solid #ffcc32;
	box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.3);
  }
  
  .logo img {
	width: 250px;
	height: auto;
  }
  
  .call-btn span {
	float: left;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	color: red;
  }
  .call-btn a {
	color: #000 !important;
  }
  .call-btn a:hover {
	text-decoration: none;
  }
  
  /* ------------------------------------------------------- */
  /* Banner
  /* ------------------------------------------------------- */
  #banner {
	background-image: url("../images/header-kitchenbanner.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4); 
    background-blend-mode: overlay;
  }
  
  #banner::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 400px;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 0;
	transform-origin: top left;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
  }
  
  #banner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
  }
  
  .my_link_1 {
	font-size: 50px;
	word-spacing: 5px;
	font-weight: 300;
	letter-spacing: -2px;
	color: #fff;
  }
  
  .my_link_1:hover {
	color: #fff;
	text-decoration: none;
  }
  
  .my_link_1 span {
	display: block;
  }
  
  #banner h2 {
	letter-spacing: 5px;
	word-spacing: 12px;
	margin: 10px 0;
  }
  
  .my_link_2 {
      line-height: 3px;
    padding-right: 24px;
    padding-left: 22px;
    padding-top: 15px;
    background-color: #fff;
    display: inline-block;
    color: #000;
    /* padding: 5px 32px; */
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 100px;
}
  
  .my_link_2:hover {
	text-decoration: none;
	color: #000;
  }
  
  .call-us {
	text-align: center;
  }
  
  .call-us a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	border-radius: 40px;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #df543e;
	background-color: #ec2438;
	text-shadow: 0 1px 2px rgba(25, 25, 25, 0.25);
	padding: 15px 50px;
  }
  
  .call-animation {
	-webkit-animation-name: callAnimation; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: callAnimation;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes callAnimation {
	0% {
	  box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
	}
	50% {
	  box-shadow: 0 0 0 10px rgba(223, 84, 62, 0.7);
	}
	100% {
	  box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
	}
  }
  
  /* Standard syntax */
  @keyframes callAnimation {
	0% {
	  box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
	}
	50% {
	  box-shadow: 0 0 0 10px rgba(223, 84, 62, 0.7);
	}
	100% {
	  box-shadow: 0 0 0 0px rgba(223, 84, 62, 0.7);
	}
  }
  
  .my_link_3 {
	padding: 20px 100px;
	border: 1px solid orange;
	border-radius: 100px;
	font-size: 18px;
	margin-top: 10px;
	color: #fff;
	display: block;
	text-align: center;
  }
  
  .my_link_3:hover {
	text-decoration: none;
	color: #fff;
  }
  
  /* ------------------------------------------------------- */
  /* Insurance
  /* ------------------------------------------------------- */
  #insurance {
	position: relative;
  }
  
  #insurance::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 500px;
	top: 100%;
	left: 0;
	background-color: whitesmoke;
	z-index: 1;
	transform-origin: top left;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
  }
  
  #insurance .no-gutters {
	margin-bottom: 100px;
  }
  
  #insurance h2 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 35px;
  }
  
  #insurance h2 span {
	font-weight: 600;
	display: block;
  }
  
  .in-box {
	position: relative;
	cursor: pointer;
	display: block;
  }
  
  .in-text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px;
  }
  
  .in-text-box p {
	font-size: 28px;
	line-height: 33px;
	font-weight: 400;
	text-align: left;
	color: #666;
  }
  
  .in-text-box p span {
	display: block;
  }
  
  /* ------------------------------------------------------- */
  /* Step
  /* ------------------------------------------------------- */
  
  #steps {
	position: relative;
	z-index: 1;
  }
  
  #steps::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 0;
	transform-origin: top left;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
  }
  
  #steps h2 {
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 50px;
  }
  
  #steps img {
	width: 150px;
	margin-top: -25px;
  }
  
  #steps h2 span {
	display: block;
	font-weight: 600;
  }
  
  .step-box {
	position: relative;
	margin-bottom: 80px;
	margin-left: 50px;
  }
  
  .step-no {
	font-size: 60px;
	color: #777;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 30px;
	position: absolute;
	right: 102%;
	top: 20%;
  }
  
  .step-box h3 {
	font-size: 25px;
	font-weight: 600;
  }
  
  .step-box h5 {
	font-size: 16px;
  }
  
  /* ------------------------------------------------------- */
  /* Testimonial
  /* ------------------------------------------------------- */
 
  /* ------------------------------------------------------- */
  /* Our Services
  /* ------------------------------------------------------- */
  
  #services {
	position: relative;
	z-index: 1;
  }
  
  #services h2 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 35px;
  }
  
  #services h2 span {
	font-weight: normal;
	display: block;
	margin-bottom: 55px;
	font-size: 18px;
	margin-top: 10px;
  }
  
  /* ------------------------------------------------------- */
  /* Get Help
  /* ------------------------------------------------------- */
  
  #get-help {
	position: relative;
	z-index: 1;
  }
  
  #get-help::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	background-color: whitesmoke;
	z-index: 0;
	transform-origin: top left;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
  }
  
  .our-services {
	margin-bottom: 60px;
  }
  
  .our-services ul li {
	font-size: 18px;
	line-height: 36px;
  }
  
  #get-help h2 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 35px;
  }
  
  #get-help h2 span {
	font-weight: normal;
	display: block;
	margin-bottom: 55px;
	font-size: 18px;
	margin-top: 10px;
  }
  
  #testimonial h2 img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
  }
  
  .you_us h3 {
	color: #e1292b;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
  }
  
  .you_us p {
	margin-top: 30px;
	font-weight: 700;
	color: #555;
  }
  
  .you_us a {
	font-size: 35px;
	color: #e1292b;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: -15px;
  }
  
  .you_us a:hover {
	text-decoration: none;
  }
  
  #get-help .input-group-text {
	background-color: #fff;
	padding-right: 0;
	color: #fff;
  }
  
  #get-help .form-control:focus {
	box-shadow: none;
	border: 1px solid lightgray;
  }
  
  #get-help .input-group .form-control {
	border-left: none;
	padding-left: 0;
	font-size: 20px;
  }
  
  #get-help .input-group .form-control:focus {
	padding-left: 0;
	border-left: none;
  }
  
  #get-help button {
	background-color: #e1292b;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
  }
  
  /* ------------------------------------------------------- */
  /* Footer Top
  /* ------------------------------------------------------- */
  #footer-top {
	padding: 150px 0;
	background-image: url("../images/footer-kitchenbanner.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 0;
	color: #fff;
	position: relative;
	background-color: rgba(0, 0, 0, 0.3); 
    background-blend-mode: overlay;
	z-index: 200;
  }
  
  #footer-top::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	z-index: 300;
	transform-origin: top left;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	transform: skewY(-3deg);
  }
  
  #footer-top::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
  }
  
  #footer-top h1 {
	font-size: 50px;
  }
  
  #footer-top h2 {
	font-size: 40px;
  }
  
  #footer-top p {
	font-size: 30px;
	margin: 40px 0;
  }
  
  /* ------------------------------------------------------- */
  /* Footer
  /* ------------------------------------------------------- */
  #footer {
	padding: 30px 0;
	border-top: 2px solid #ffcc32;
  }
  
  #footer p {
	margin-bottom: 0;
	font-size: 14px;
  }
  
  #footer a {
	font-size: 14px;
	/* float: right; */
  }
  
  #footer a:hover {
	text-decoration: none;
  }
  
  #footer p {
	margin-bottom: 0;
	font-size: 12px;
	color: grey;
  }
  
  .footer-menu {
	list-style: none;
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
  }
  
  .footer-menu li {
	border-right: solid #ccc 1px;
	float: left;
	/* padding-right: 20px; */
	line-height: normal;
  }
  
  .footer-menu li:last-child {
	border-right: none;
	padding-right: 0;
  }
  
  .footer-menu li a:hover,
  .footer-menu li a:focus {
	color: #ec2438;
  }
  #footer a {
	  font-size: 13px;
	  /* float: right; */
	  color: #222;
	  /* margin-left: 20px;
	  padding-right: 0px; */
	  padding: 0 10px;
  }
  .fixed {
	position: fixed;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 55555555;
  }
  
  /* ------------------------------------------------------- */
  /* Modal
  /* ------------------------------------------------------- */
  
  #helpServices,
  #rear-end-collision,
  #side-impact-collision,
  #sideswipe-collision,
  #head-on-collisions,
  #single-car-accident,
  #multiple-vehicle-pile-up {
	background-color: rgba(0, 0, 0, 0.6);
  }
  
  #helpServices h3,
  #rear-end-collision h3,
  #side-impact-collision h3,
  #sideswipe-collision h3,
  #head-on-collisions h3,
  #single-car-accident h3,
  #multiple-vehicle-pile-up h3 {
	font-size: 35px;
	margin-bottom: 15px;
	text-align: center;
  }
  
  #helpServices h4,
  #rear-end-collision h4,
  #side-impact-collision h4,
  #sideswipe-collision h4,
  #head-on-collisions h4,
  #single-car-accident h4,
  #multiple-vehicle-pile-up h4 {
	font-size: 20px;
	text-align: center;
  }
  
  #helpServices p,
  #rear-end-collision p,
  #side-impact-collision p,
  #sideswipe-collision p,
  #head-on-collisions p,
  #single-car-accident p,
  #multiple-vehicle-pile-up p {
	font-size: 11px;
	font-weight: normal;
	color: #738194;
	text-align: center;
  }
  
  #helpServices .input-group-text,
  #rear-end-collision .input-group-text,
  #side-impact-collision .input-group-text,
  #sideswipe-collision .input-group-text,
  #head-on-collisions .input-group-text,
  #single-car-accident .input-group-text,
  #multiple-vehicle-pile-up .input-group-text {
	background-color: #fff;
	padding-right: 0;
	color: #fff;
  }
  
  #helpServices .form-control:focus,
  #rear-end-collision .form-control:focus,
  #side-impact-collision .form-control:focus,
  #sideswipe-collision .form-control:focus,
  #head-on-collisions .form-control:focus,
  #single-car-accident .form-control:focus,
  #multiple-vehicle-pile-up .form-control:focus {
	box-shadow: none;
	border: 1px solid lightgray;
  }
  
  #helpServices .input-group .form-control,
  #rear-end-collision .input-group .form-control,
  #side-impact-collision .input-group .form-control,
  #sideswipe-collision .input-group .form-control,
  #head-on-collisions .input-group .form-control,
  #single-car-accident .input-group .form-control,
  #multiple-vehicle-pile-up .input-group .form-control {
	border-left: none;
	padding-left: 0;
  }
  
  #helpServices .input-group .form-control:focus,
  #rear-end-collision .input-group .form-control:focus,
  #side-impact-collision .input-group .form-control:focus,
  #sideswipe-collision .input-group .form-control:focus,
  #head-on-collisions .input-group .form-control:focus,
  #single-car-accident .input-group .form-control:focus,
  #multiple-vehicle-pile-up .input-group .form-control:focus {
	padding-left: 0;
	border-left: none;
  }
  
  #helpServices button[type="submit"],
  #rear-end-collision button[type="submit"],
  #side-impact-collision button[type="submit"],
  #sideswipe-collision button[type="submit"],
  #head-on-collisions button[type="submit"],
  #single-car-accident button[type="submit"],
  #multiple-vehicle-pile-up button[type="submit"] {
	font-size: 20px;
	margin: 0 auto;
	display: block;
	font-weight: 600;
	background-color: #ec2438;
	border-radius: 50px;
	border: 1px solid #ec2438;
	padding: 10px 30px;
  }
  
  #helpServices .modal-content,
  #rear-end-collision .modal-content,
  #side-impact-collision .modal-content,
  #sideswipe-collision .modal-content,
  #head-on-collisions .modal-content,
  #single-car-accident .modal-content,
  #multiple-vehicle-pile-up .modal-content {
	font-weight: 600;
	background-color: #f7f8f9 !important;
	padding: 15px;
	border: 15px solid #fff;
  }
  
  #helpServices .close,
  #rear-end-collision .close,
  #side-impact-collision .close,
  #sideswipe-collision .close,
  #head-on-collisions .close,
  #single-car-accident .close,
  #multiple-vehicle-pile-up .close {
	cursor: pointer;
	display: block;
	margin: auto;
	margin-right: 0;
	font-size: 15px;
  }
  
  #helpServices label,
  #rear-end-collision label,
  #side-impact-collision label,
  #sideswipe-collision label,
  #head-on-collisions label,
  #single-car-accident label,
  #multiple-vehicle-pile-up label {
	font-weight: 600;
  }
  
  #modalRes {
	text-align: center;
  }
  
  .success {
	color: green;
  }
  
  .error {
	color: red;
  }
  
  #sticky-footer-desktop {
	position: fixed;
	right: -480px;
	bottom: 25px;
	width: 480px;
	height: 100px;
	z-index: 99999;
	transition: 0.5s;
  }
  
  .call-req {
	width: 350px;
	position: relative;
  }
  
  .call-req span {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
	background-color: #e1292b;
	color: #fff;
	top: -5px;
	right: -5px;
	cursor: pointer;
  }
  
  .call-req a {
	display: inline-block;
	background-color: #484848;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: "Open Sans", sans-serif;
	position: relative;
	width: 350px;
	border-radius: 5px;
	padding: 15px;
	padding-right: 100px;
	text-decoration: none;
  }
  
  .call-req a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "YES";
	background-color: #e1292b;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 5px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
  }
  
  .call-req a::after {
	position: absolute;
	content: "";
	top: 50px;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 12px solid #484848;
	border-bottom: 10px solid transparent;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
  }
  
  .call-req a strong {
	font-weight: 700;
  }
  
  .call-ico i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	font-size: 35px;
	background-color: #e1292b;
	position: absolute;
	right: 20px;
	top: 50%;
	text-align: center;
	color: #fff;
	z-index: -2;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
  
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes example {
	0% {
	  box-shadow: 0 0 0 0px rgba(225, 41, 43, 0.3);
	}
	100% {
	  box-shadow: 0 0 0 15px rgba(225, 41, 43, 0.3);
	}
  }
  
  /* Standard syntax */
  @keyframes example {
	0% {
	  box-shadow: 0 0 0 0px rgba(225, 41, 43, 0.3);
	}
	100% {
	  box-shadow: 0 0 0 15px rgba(225, 41, 43, 0.3);
	}
  }
  
  .call-ico i::after {
	content: "1";
	font-size: 8px;
	top: 5px;
	left: 5px;
	position: absolute;
	background-color: #000;
	color: #fff;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 100%;
  }
  .alignContent {
	display: flex;
	justify-content: center;
	align-items: center;
  }



  /* ***************************************************************************** */
  /* ===============================WHY CHOOSE US==================START========== */
  /* ***************************************************************************** */
  
  /* .steeper {
  
	position: absolute;
    width: 25%;
    left: 20%;
    top: 13%;
    transform: translateY(-50%);
    z-index: 1;
} */

/* .steeper {
    position: absolute;
    width: 25%;
    left: 20%;
    top: 10%;
    transform: translateX(-50%);
    z-index: 1;
} */



.stepper-wrapper {
    position: absolute;
    width: 25%;
    left: 34%;
    top: 5%;
	
    transform: translateX(-50%);
    z-index: 1;
}
.stepper-wrapper2 {
    position: absolute;
    width: 25%;
    left: 66%; 
    top: 10%;  
    transform: translateX(-50%);
    z-index: 2;
}







  .how-it-works {
	  background-color: #f5f5f5;
	  text-align: center;
	  padding: 50px 20px;
  }
  .how-it-works h2 {
	  font-size: 35px;
	  line-height: 42px;
	  font-weight: 600;
	  margin-bottom: 20px;
  }
  .how-it-works p {
	  font-size: 18px;
	  color: #212529;
	  margin-bottom: 40px;
  }
  .card {
	  border: none;
	  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
	  transition: transform 0.3s ease-in-out;
	  background-color: transparent;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
  }

  .card:hover {
	  transform: translateY(-5px);
  }
  .card img {
	  width: 80px;
	  margin: 20px auto;
  }
  .card-body {
	  flex: 1;
	  display: flex;
	  flex-direction: column;
  }
  .card-title {
	  font-weight: 600;
	  font-size: 25px;
	  margin-bottom: 15px;
	
  }
  .card-text {
	  font-size: 16px;
	  color: #212529;
	  flex: 1;
	  text-align: left;
  }

  
  @media (max-width: 1199.98px) {
	  .how-it-works h2 {
		  font-size: 32px;
	  }
	  .card-title {
		  font-size: 22px;
	  }
  }

  @media (max-width: 991.98px) {
	  .how-it-works {
		  padding: 40px 15px;
	  }
	  .how-it-works h2 {
		  font-size: 28px;
		  line-height: 36px;
	  }
	  .card img {
		  width: 70px;
	  }
	  .stepper-wrapper2{
		top:7%;
	  }
	  .stepper-wrapper{
		top:1%;
	  }
	 
  }


  @media (max-width: 767.98px) {
	  .how-it-works {
		  padding: 30px 10px;
	  }
	  .how-it-works h2 {
		  font-size: 26px;
		  line-height: 32px;
	  }
	  .how-it-works p {
		  font-size: 15px;
		  margin-bottom: 30px;
	  }
	  .card-title {
		  font-size: 20px;
	  }
	  .card-text {
		  font-size: 15px;
	  }
	  .card {
		  margin-bottom: 20px;
	  }
	  .stepper-wrapper{
		display: none;
	  }
  }

  @media (max-width: 575.98px) {
	  .how-it-works h2 {
		  font-size: 24px;
		  line-height: 30px;
	  }
	  .card img {
		  width: 60px;
	  }
	  .card-title {
		  font-size: 18px;
	  }
  }


  /* ***************************************************************************** */
  /* ===============================WHY CHOOSE US==================END========== */
  /* ***************************************************************************** */



/* ***************************************************************************** */
  /* ===============================FAQ SECTION==================START========== */
/* ***************************************************************************** */


  .faq-section {
	  background-color: #F5F5F5;
	  padding: 60px 0;
  }
  
  .faq-section .section-header {
	  margin-bottom: 50px;
  }
  
  .faq-section .section-header h2 {
	  color: #2C3E50;
	  font-weight: 600;
	  font-size:35px;
	  position: relative;
	  padding-bottom: 15px;
  }
  
  .faq-section .section-header h2:after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 80px;
	  height: 3px;
	  background: #E74C3C;
  }
  
  .faq-section .section-header p {
	  color: #333;
	  font-size: 18px;
  }
  
  .faq-section .accordion .card {
	  margin-bottom: 15px;
	  border: none;
	  border-radius: 8px;
	  background: transparent;
	  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	  overflow: hidden;
  }
  
  .faq-section .accordion .card-header {
	  background-color: #fff;
	  border: none;
	  padding: 0;
	  border-radius: 8px !important;
  }
  
  .faq-section .accordion .btn-link {
	  color: #2C3E50;
	  text-decoration: none;
	  width: 100%;
	  text-align: left;
	  padding: 18px 25px;
	  font-weight: 600;
	  font-size: 18px;
	  position: relative;
	  background-color: #fff;
  }
  
  .faq-section .accordion .btn-link:hover {
	  color: #E74C3C;
	  text-decoration: none;
  }
  
  .faq-section .accordion .btn-link:focus {
	  text-decoration: none;
	  box-shadow: none;
  }
  
  .faq-section .accordion .btn-link i {
	  color: #E74C3C;
	  margin-right: 12px;
	  font-size: 1.1rem;
  }
  
  .faq-section .accordion .btn-link.collapsed i {
	  color: #2C3E50;
  }
  
  .faq-section .accordion .btn-link:after {
	  /* font-family: ""Open Sans", sans-serif"; */
	  content: "+";
	  font-weight: 900;
	  position: absolute;
	  right: 25px;
	  color: #E74C3C;
	  transition: all 0.3s;
  }
  
  .faq-section .accordion .btn-link.collapsed:after {
	  content: "-";
	  color: #2C3E50;
  }
  
  .faq-section .accordion .card-body {
	  background-color: #fff;
	  padding: 20px 25px;
	  border-top: 1px solid rgba(0,0,0,0.05);
  }
  
  .faq-section .contact-btn {
	  background-color: #E74C3C;
	  color: white;
	  border: none;
	  padding: 12px 35px;
	  font-weight: 600;
	  border-radius: 30px;
	  transition: all 0.3s;
	  box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
  }
  
  .faq-section .contact-btn:hover {
	  background-color: #2C3E50;
	  color: white;
	  transform: translateY(-3px);
	  box-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);
  }
  
  @media (max-width: 767px) {
	  .faq-section {
		  padding: 40px 0;
	  }
	  
	  .faq-section .section-header h2 {
		  font-size: 24px;
	  }
	  
	  .faq-section .accordion .btn-link {
		  padding: 15px 20px;
		  font-size: 14px;
	  }
	  
	  .faq-section .accordion .btn-link:after {
		  right: 15px;
	  }
	 
  }
/* ***************************************************************************** */
/*  ===============================FAQ SECTION==================END========== */
/* ***************************************************************************** */

/* <style>
    .how-it-works {
        background-color: #f5f5f5;
        text-align: center;
        padding: 50px 20px;
    }
    .how-it-works h2 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .how-it-works p {
        font-size: 16px;
        color: #212529;
        margin-bottom: 40px;
    }
    .card {
        border: none;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .card:hover {
        transform: translateY(-5px);
    }
    .card img {
        width: 80px;
        margin: 20px auto;
    }
    .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .card-title {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .card-text {
        font-size: 16px;
        color: #212529;
        text-align: left;
        flex: 1;
    }

   
    @media (max-width: 1199.98px) {
        .how-it-works h2 {
            font-size: 32px;
        }
        .card-title {
            font-size: 22px;
        }
    }

    @media (max-width: 991.98px) {
        .how-it-works {
            padding: 40px 15px;
        }
        .how-it-works h2 {
            font-size: 28px;
            line-height: 36px;
        }
        .card img {
            width: 70px;
        }
    }

    @media (max-width: 767.98px) {
        .how-it-works {
            padding: 30px 10px;
        }
        .how-it-works h2 {
            font-size: 26px;
            line-height: 32px;
        }
        .how-it-works p {
            font-size: 15px;
            margin-bottom: 30px;
        }
        .card-title {
            font-size: 20px;
        }
        .card-text {
            font-size: 15px;
        }
        .card {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 575.98px) {
        .how-it-works h2 {
            font-size: 24px;
            line-height: 30px;
        }
        .card img {
            width: 60px;
        }
        .card-title {
            font-size: 18px;
        }
    }
</style> */