@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 


/****
font-family: 'Poppins', sans-serif;
****/

/*****xix******* bootstrap override start here*******xix*******/

body{ 
   font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7A7A7A; 
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;

}

.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
gap: 5px;
  justify-content: center;
}

.btn-primary {
  color: #fff;
  border-color: transparent;
  background: #8CC63C; 
  border-radius: 6px;
}
.btn-primary span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
}

.btn-primary:hover {
  background: #9dd451;
  border-color: transparent;
}

.btn-outline-primary {
    color: #8CC63C;
    border-color: #8CC63C;
}

.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}

.text-primary {
  color: #8CC63C !important;
}

.text-black {
  color: #222 !important;
}
 
  .container,
  .container-lg,
  .containerx-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  } 

   

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.193px;
}

.navbar {
    padding-top: 27px;
    padding-bottom: 17px
}

.navbar-brand {
  padding-left: 0;
  z-index: 5;
}

.btn-check:focus+.btn-primary, .btn-primary:focus { 
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight: 700;
  color: #222222;
}

a {
    color: #A0A0A0;
    text-decoration: none;
}

a:hover {
    color: #a0a0a094;
}

.h1,
h1 { 
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

.h2,
h2 {
  font-size: 40px; 
  font-weight: 700;
  line-height: 48px;
}

.h3,
h3 { 
    font-size: 26px; 
    font-weight: 600;
    line-height: 32px;
}

.h6,
h6 {
  font-size: 15px;
  line-height: 18px;
}
 

.fw-600{
  font-weight: 600;
}

.banner-wrap { }
 
.banner-heading, .banner-heading strong{
    color: #FFF;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25); 
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; 
}

.header-banner-wrap{
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 770px;
}


.bannner-line-shape {
  position: relative;
}

.bannner-line-shape:after {
  background-image: url(../images/bannner-line-shape.svg);
  position: absolute;
  left: -43px;
  width: 49px;
  top: -1px;
  content: "";
  height: 55px;
}

.banner-sub-heading {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.banner-img {
  width: 107%;
  transform: translate(-36px, -8px);
}


.form-box {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 36px 72px rgba(119, 137, 171, 0.12);
    border-radius: 16px;
    padding: 37px 36px;
    margin-top: -141px;
}

.form-box-sub-heading {
    color: #7A7A7A;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.form-step-text {
    color: #121212;
    text-align: center; 
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


.custom-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    width: 182.668px;
    height: 114.381px;
    color: #7A7A7A;
    text-align: center;
    font-family: Poppins;
    font-size: 15.365px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.193px;
    justify-content: center;
    padding-top: 50px;
} 
 
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox-checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #000000;
    border: 1px solid #E0E9F3;
    transform: translate(-50%, -93%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-checkbox input:checked ~ .custom-checkbox-checkmark {
  background-color: #8CC63C;
  border-color: #8CC63C; 
  box-shadow: 0px 6px 12px rgba(140, 198, 60, 0.24);
  z-index: 2;
}

.custom-checkbox input:checked ~ .custom-checkbox-checkmark svg fill{
color: #fff;
}
 
.custom-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .custom-checkbox-checkmark svg path {
    fill: white;
}

.form-box-heading {
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 32.436px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.215px;
}
 
 
 
.custom-checkbox-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E0E9F3;
  border-radius: 8px;
}

.custom-checkbox input:checked ~ .custom-checkbox-checkmark + .custom-checkbox-border { 
  border-color: #8CC63C; 
  background-color: rgba(140, 198, 60, 0.06);
}

.custom-checkbox input:checked ~  em {  
    color:#8CC63C;
}

.custom-checkbox-square .custom-checkbox-checkmark {
  border-radius: 6px;
}

.custom-checkbox em {
  position: relative;
  z-index: 2;
  font-style: normal;
}


.progress { 
  background: #E2F3FB;
  border-radius: 100px;
  height: 8px;
}

.bg-primary {
    background-color: #099adc !important;
}

.bg-secondary {
   background-color: #0A9ADC !important;
}


.mx-w-700 {
  max-width: 700px;
}
 
.banner-img-text {
  background: #FFFFFF;
  color: #000;
  padding: 31px 18px 19px;
  box-shadow: 0px 18px 60px rgb(114 122 146 / 12%);
  border-radius: 12px;
  max-width: 340px;
  position: absolute
}

.imgtxt-wrap{

}

.imgtxt-con{

}

.top-icon{
  position: relative;
}
 
.top-icon::after{
  background-image: url(../images/doctortopicon.svg);
  content: "";
  position: absolute;
  left: 12%;
  top: 50px;
  width: 49px;
  height: 35px;
}

.text-secondary {
  color: #8CC63C !important;
}

.heading-top-icon:after{ 
  background-image: url(../images/heading-top-icon.svg);
  content: "";
  position: absolute;
  left: 82%;
  top: -48%;
  width: 136px;
  height: 136px;

}

.bg-light-green {
  background-color: #FDFEFB;
}

.services-wrap{

}

.services-con {}


.services-box {

}

.price-box{
    border-radius: 27.315px;
    background: #FFF;
    box-shadow: 3.414351224899292px 2.560763359069824px 8.53587818145752px 0px rgba(0, 0, 0, 0.09);
    padding: 36px;
    max-width: 484.838px;
    width: 100%;
    margin: 0 auto;
   position: relative;
}

.price-box-heading {
    color: #5E5E5E;
    text-align: center;
    font-family: Poppins;
    font-size: 29.876px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.193px;
}

.price-box-price {
    color: #8CC63C;
    font-family: Poppins;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: 128px;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0 0 0 40px;
}

.price-box-price sub {
    color: rgba(140, 198, 60, 0.55);
    font-size: 73px;
    left: -2px;
    bottom: -8px;
}

.price-box-sub-heading {
color: #5E5E5E;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 20px 0 0;
}

.price-box-sub-heading strong {
    color: #8CC63C;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.price-icon{
  background-image: url(../images/price-icon.svg);
  content: "";
  position: absolute;
  left: -30px;
  top: -30px;
  width: 112px;
  height: 110px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
}

.navbar-toggler {
  color: rgba(255, 255, 255, .55) !important;
  border-color: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 4;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#8CC63C;
}

.borderR-10{
  border-radius: 10px;
}

.services-icon {
  background: #FFFFFF;
  box-shadow: 0px 19.2063px 48.0157px rgba(0, 0, 0, 0.07);
  border-radius: 48.0157px;
  height: 96px;
  width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services-box {
  z-index: 1;
  position: relative;
}

.services-icons { 
  margin: 0 auto;
  gap: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.service-icons {
  display: inline-flex;
  background-color: #F2FBF9;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
 
.reviews-slider-con{
  position: relative;
}
 

.reviews-box {
    text-align: center;
    line-height: 24px;
    padding: 40px 30px;
    border: 1px solid #F9F9F9;
    border-radius: 15.365px;
    background: #FFF; 
    margin: 20px auto;
} 

.reviews-box:hover { 
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07); 
}   

.reviews-con h4.sub-heading {
  margin-top: 14px;
}

.reviews-box-text { 
    text-align: left;
    margin-top: 20px;
    margin-bottom: 29px;
    line-height: 22px;
}
 
.star-rating {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.client-name { 
    margin: 0;
    color: #121212;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
} 

.client-job { 
}

.reviews-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 50%;
  width: calc(100% + 50px);
  left: -25px;
  display: flex;
  justify-content: space-between;
}


.reviews-carousel.owl-theme .owl-nav button {
  width: 39px;
  height: 39px;
  background-size: 39px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.reviews-carousel.owl-theme .owl-nav button span{
  visibility: hidden;
}

.reviews-carousel.owl-theme .owl-nav button.owl-prev {
  background-image: url(../images/review-left-arrow.png) !important;
}

.reviews-carousel.owl-theme .owl-nav button.owl-next {
  background-image: url(../images/review-right-arrow.png) !important;
}

.reviews-carousel.owl-theme .owl-nav button.owl-prev.disabled {
  background-image: url(../images/review-left-arrow-disable.png) !important;
}

.reviews-carousel.owl-theme .owl-nav button.owl-next.disabled {
  background-image: url(../images/review-right-arrow-disable.png) !important;
}

.reviews-carousel.owl-theme .owl-nav button:hover {
  background-color: transparent;
}

.profile-heading{
  font-family: inherit;
}

small.text-light {
  color: #ACACAC !important;
}

.ul-style-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-style-01 li { 
    padding-left: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 18px;
    margin-bottom: 15px;
    color: #121212;
    font-family: Poppins;
    font-size: 17.072px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.486px;
    position: relative;
}

.ul-style-01 li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #8CC63C;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.mainitem-con {
    border-radius: 40.972px;
    background: #F8FAF5;
}

.mainitem-img {
    margin-bottom: -18px;
}

.mainitem-text-box {
    padding-left: 60px;
}
  
.footer-wrap {
  margin-top: 79px;
} 

.footer-con {  
    padding: 0 0;
    color: #011638;
}

.footer-logo img.space {
  margin: 0 0 20px 0;
}

.h4-subheading {
    color: #8CC63C;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.footer-detail { 
    line-height: 22px;
    margin-top: 9px;
} 

.socail-icon {  
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center; 
}

.socail-icon:hover,
.socail-icon.active { 
}

.footer-line {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.c-right {
  line-height: 20px;
  text-align: left;
  color: #222222;
  margin: 40px 0 20px;
  display: flex;
  justify-content: space-between;
  background-color: #F8FAF5;
  padding: 19px 55px;
  border-radius: 5px
}

.word-break {
  text-overflow: ellipsis;
  width: 92%;
  overflow: hidden;
}

.lineH-20{
  line-height: 20px;
}

.reviews-wrap,
.imgtxt-wrap {
  overflow: hidden;
}

button.navbar-toggler.collapsed span.close,
.navbar-toggler span.open {
  display: none;
}

button.navbar-toggler.collapsed span.open  {
  display: block;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.banner-main-img {
  width: 110%;
  text-align: center;
}

.word-nowrap{
white-space: nowrap;
}

header.header-wrap.fixed {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
  box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}

header.header-wrap.fixed .navbar-light .navbar-nav .nav-link {
    color: #000;
}

header.header-wrap.fixed .btn-outline-secondary {
    color: #000 !important;
    border-color: #000;
}

header.header-wrap.fixed .btn-outline-secondary:hover {
  color: #000 !important;
  background-color: #e5f0d5;
  border-color: #8cc53c !important;
}

header.header-wrap.fixed svg path {
    fill: #000;
}

header.header-wrap.fixed nav.navbar {
    padding-top: 17px;
    padding-bottom: 17px;
}


header.header-wrap.fixed .navbar-light .navbar-nav .nav-item.active .nav-link{
    color: #8CC63C;
    text-shadow: none;
}

header.header-wrap.fixed .navbar-light .navbar-nav .nav-link.active,
header.header-wrap.fixed .navbar-light .navbar-nav .show>.nav-link {
    color: #8CC63C;
    text-shadow: none;
}

header.header-wrap.fixed .navbar-light .navbar-nav .nav-link {
    color: #000;
}


/*   MULTISTEP FORM   */

#employer-post-new-job{ 
}

.multistep-con{
  z-index: 10;
  position: relative;
}

.multistep-action-content .icon {
  margin-bottom: 20px;
}
 
.employer-post-new-job-container{
    max-width: 1200px;
    position: relative;
    margin: 0 auto; 
    overflow: hidden;
}


#employer-post-new-job .res-steps-container .res-steps {
    width: 16.5%;
    text-align: right;
    float: left;
    cursor: default;
}

#employer-post-new-job .res-steps-container .res-steps .res-step-bar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: #88D229;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-top: 10px;
    text-align: center;
    color: #88D229;
    font-size: 17px;
    position: relative;
    z-index: 10;
	left: 2px;
	border: 2px solid rgba(255,255,255,0);
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-title {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    display: block
}

#employer-post-new-job .res-steps-container .res-steps .res-progress-bar {
    height: 8px;
    background: #0A9ADC;
    width: 100%;
    float: left;
    position: relative;
    margin-top: -17px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s; 
}


#employer-post-new-job .res-steps-container .res-steps.res-step-one .res-progress-bar { 
border-radius: 100px 0 0 100px;
}

#employer-post-new-job .res-steps-container .res-steps.res-step-six .res-progress-bar { 
border-radius:0 100px 100px 0;
}

#employer-post-new-job .res-steps-container .res-step-two .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-three .res-progress-bar, #employer-post-new-job .res-steps-container .res-step-four .res-progress-bar ,  #employer-post-new-job .res-steps-container .res-step-five .res-progress-bar,
#employer-post-new-job .res-steps-container .res-step-six .res-progress-bar
#employer-post-new-job .res-steps-container .res-step-seven .res-progress-bar {
    width: 100%;
    margin-left: 0%
}

#employer-post-new-job .res-steps-container .res-step-eight .res-progress-bar {
    width: 100%;
    float: none;
}

#employer-post-new-job .res-step-form {
	position: absolute;
	width: 100%;
}

#employer-post-new-job .res-step-form h3 {
    margin: 10px 0;
    color: #0aa7e1;
    font-size: 18px
}

#employer-post-new-job .res-step-form .form-horizontal label {
    font-weight: normal
}

#employer-post-new-job .res-form-two, #employer-post-new-job .res-form-three, #employer-post-new-job .res-form-four, #employer-post-new-job .res-form-five  , #employer-post-new-job .res-form-six, #employer-post-new-job .res-form-seven, #employer-post-new-job .res-form-eight   {
    left: 150%
}

#employer-post-new-job .active .res-step-bar {
    background: #0A9ADC;
    border-radius: 100px;
    height: 8px;
}

#employer-post-new-job .active .res-progress-title {
    color: #0aa7e1
}

#employer-post-new-job .active .res-step-bar {
    background: #0A9ADC !important;
    color: white !important;
}
#employer-post-new-job .active ~ .res-steps .res-progress-bar {
    background: #E2F3FB;
}

body .res-btn-gray{
    background: none;
    border: none;
    text-align: center;
	color: #9a9a9a; 
	display: block; 
  font-weight: 300;
}

.image-checkbox { 
}
.image-checkbox input[type="checkbox"] {
	display: none;
}
.image-checkbox input[type="radio"] {
	display: none;
}
.image-checkbox:hover .fa-times {
	visibility: visible;
} 

.image-checkbox .fa {
   position: absolute;
   color: white;
   background-color: #000759;
   padding: 10px;
   visibility: hidden;
   border-radius: 50%;
}
.image-checkbox .fa.fa-check {
	top: 10px;
	right: 10px;
  display: none;
}
.image-checkbox .fa.fa-times {
	top: 0;
	left: 0;
}

.pu-img-devis {
	width: 230px;
    height: 190px;
}
.pu-button-devis{
 margin-top: 30px;
}

.pu-img-devis img{
    margin-top: 20px;
    height: 90px;
}

.pu-devis-checkbox-1 .pu-img-devis img{
  padding:3%;
}

.pu-img-devis span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
    padding: 5px;
}

.pu-devis-checkbox-4 .pu-img-devis span{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 40px;
  font-size: 17px;
}  

.res-btn-orange{
  padding: 16px 40px;
}


.pu-error{
	border: 1px solid red !important; 
}

.res-form-five .form-control, .res-form-six .form-control, .res-form-seven .form-control{
  padding: 10px 14px;
  margin: 8px;
}

.form-control{
  font-size: 1.02rem;
  line-height: 1.8;
}

.res-form-five .form-horizontal, .res-form-six .form-horizontal, .res-form-seven .form-horizontal{
  max-width: 800px;
  margin: 0 auto;
}

.pu-expertise{
  position: relative;
  top: -7px;
  right: -5px;
}

.pu-reviews{
  box-shadow: 6px 9px 30px 1px rgba(51,164,180,0.07);
  border-radius: 20px;
  display: block;
  margin: 40px auto 70px auto;
}

.res-step-form-height {
  width: 100%;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  overflow: hidden;
}

.error-select-content{
  border: 1px solid #ff0000;
  background: white;
  color: #ff0000;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 20px;
  margin-top: 15px;
}

.form-box.multistep-action-content.last-step h3.form-box-heading,
.form-box.multistep-action-content.last-step h3.form-box-heading + p,
.form-box.multistep-action-content.last-step .res-steps-container,
.form-box.multistep-action-content.last-step .clearfix  {
    display: none;
}

/* Divers */

.logo-noir{
  display: none;
}

.fixed .logo-noir{
  display:block
}

.fixed .logo-blanc{
  display:none;
}

@media (max-width: 1400px) {
  .banner-main-img {
    width: 100%;
}

.reviews-slider-con {
  position: relative;
  padding: 0 50px;
}

.banner-heading, .banner-heading strong { 
  font-size: 40px;
  line-height: 50px; 
}

}

@media (max-width: 1199px) {
.collapse.navbar-collapse {
    position: absolute;
    top: 100px;
    background-color: #fff;
    padding: 8px 20px 20px;
    width: calc(100% - 30px);
    z-index: 5;
    border-radius: 10px;
    left: 15px;
}

.navbar-expand-xl .navbar-nav .nav-link { 
    padding-left: 0; 
}

.collapse.navbar-collapse .btn-outline-secondary {
    color: #000 !important;
    border-color: #000;
}

.collapse.navbar-collapse svg path {
    fill: #000;
}

 .navbar-light .collapse.navbar-collapse .navbar-nav .nav-link.active,
.navbar-light  .collapse.navbar-collapse .navbar-nav .show>.nav-link {
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

header.header-wrap.fixed {
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
    box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}

}
  
@media (max-width: 992px) {
 

.footer-con { 
  padding: 0;
}

.banner-img {
  width: auto;
  transform: translate(0, 0);
}

.header-banner-wrap { 
    min-height: 600px;
}

 .mainitem-text-box { 
    padding: 30px 30px 20px;
}


}

@media (max-width: 767px) {
  .h2, h2 {
    font-size: 30px;
    line-height: 38px;
}
 

.c-right { 
  padding: 10px; 
}

.row>* { 
  padding-right: 1.5rem;
  padding-left: 1.5rem; 
}
 
.banner-heading, .banner-heading strong {
    font-size: 28px;
    line-height: 38px;
}

.form-step-text { 
    font-size: 18px; 
}

.custom-checkbox { 
    width: 130px; 
}

.price-icon { 
    left: -10px;
    top: -20px;
    width: 70px;
    height: 70px; 
}

.form-box-heading { 
    font-size: 22px; 
    line-height: 20px;
}

.price-box-sub-heading {  
    font-size: 20px; 
    margin: 20px 0 0;
}

.price-box-sub-heading strong,
.price-box-heading { 
    font-size: 20px; 
}

.form-box { 
    margin-top: -40px;
}

  }































