.form-control:disabled, .form-control[readonly] {
    /* background-color: #e9ecef; */
    opacity: 1;
}  body {
  	background: #fff;
  	border-radius: 6px;
   	font-size: 14px;
  	color: #000;
  }
 
  :root {
  	--primary: #59ab97;
  	--secondary: #080808;
  	--accent: #6f42c1;
  }
  @font-face {
	font-family: CodeNext-Bold;
	src: url(/resources/font/BarlowSemiCondensed-ExtraBold.ttf);
  }
  @font-face {
	font-family: CodeNext-thin;	
	src: url(/resources/font/Fontfabric-CodeNext-Thin.otf);
  }

  h1, h2, h3, h4, h5, h6{
	font-family: CodeNext-Bold;
  }
  p, a, li, input, button, .form-control{
	font-family: CodeNext-thin;	
  }

  .text-error {
  	color: red;
  	font-weight: 500;
  }

  .pt-120 {
  	padding-top: 120px;
  }
  .pt-40 {
	padding-top: 40px;
}

  .pb-120 {
  	padding-bottom: 120px;
  }

  .company-logo {
  	width: 200px;
  	position: relative;
  	margin-top: 0;
  }

  .navbar { 
	position: absolute;
	top: 0;
	z-index: 1;
   	margin-bottom: 120px;
	width: 100%;
  }

  .navbar .navbar-brand {
  	position: relative;
  	margin-right: 0;
	font-size: 0;
  }
/* 
  .navbar .navbar-brand:before {
  	position: absolute;
  	content: '';
  	width: 200px;
  	height: 200px;
  	background: linear-gradient(to bottom, white 50%, #ffffff 50%);
  	text-align: center;
  	z-index: 0;
  	border: 0;
  	bottom: -27px;
  	left: -26px;
  	box-shadow: 0px 1px 7px rgb(191 191 191 / 51%);
  } */

  .navbar-collapse {
  	justify-content: flex-end;
  }

  .nav-link {
  	font-size: 24px;
  	color: #fff !important;
  	margin-right: 34px;
  }

  .banner_wrap {
  	height: 100vh;
  }

  .banner_wrap img {
  	height: 100vh;
  }

 .section{
	position: relative;
 }


  .form_wrap {
  	position: relative;
	background-color: #f8fbfa;
  }
.form-control:disabled, .form-control[readonly] {
     background-color: #fff; 
    
}
 

  .offer_left {
  	background: url(../../images/offer_left.jpg) no-repeat;
  	height: 100%;
  	display: flex;
  	align-items: center;
  	color: #fff;
  	padding: 20px;
  }



  .offer-section {
  	position: relative;
  }

 

  .product-wrapper {
  	position: relative;
  	box-shadow: 0 2px 8px 0.5px rgb(0 0 0 / 22%);
  	overflow: hidden;
  	margin-bottom: 30px;
  }

  .product-content-wrapper {
  	bottom: 0;
  	display: flex;
  	justify-content: space-between;
  	left: 0;
  	opacity: 1;
  	padding: 30px 40px 20px;
  	position: absolute;
  	transition: all 0.3s ease 0s;
  	width: 100%;
  	justify-content: center;
  }

  .product-content-wrapper h4 {
  	font-weight: 600;
  	font-size: 1.4rem;
  }

  .emi_banner img {
  	width: 100%;

  }


  p {
  	font-size: 16px;
  	line-height: 24px;
  	text-align: justify;
  }

  .common-btn {
  	background: linear-gradient(-180deg, #505cfe, #282e7f);
  	padding: 15px 60px;
  	border: none;
  	margin-bottom: 10px;
  	font-weight: 400;
  }

  .title-header h6 {
  	display: inline-block;
  	padding-left: 74px;
  	font-size: 20px;
  	font-weight: 600;
  }

  .title-header h6:before {
  	position: absolute;
  	content: '';
  	width: 60px;
  	top: 14px;
  	height: 2px;
  	background: red;
  	left: 0;
  }

  .title-header h3 {
  	font-size: 35px;
  	font-weight: bold;
  	color: red;
  }




  .footer-sec {
  	background: #000;
  	color: #fff;
  	padding: 150px 0px;
  	margin-top: 100px;
  }


  .footer-sec li a {
  	color: #fff;
  	font-size: 21px;
  	font-weight: 200;
  	text-decoration: none;
  }

  .footer-sec p {
  	font-size: 23px;
  	line-height: 20px;
  }

  .footer-sec h4 {
  	font-size: 29px;
  	margin-bottom: 30px;
  	font-weight: 600;
  }

  .footer-sec .form-control {
  	height: 65px;
  	border-radius: 0px;
  	background: transparent;
  	font-size: 26px;
  }

  .footer-sec .input-group-text {
  	background: transparent;
  	font-size: 33px;
  }



  .copyright-sec a {
  	color: #ee832b;
  	font-weight: bold;
  }

  .copyright a {
  	color: #fff;

  }

  .thumb {
  	margin-bottom: 15px;
  }

  .thumb:last-child {
  	margin-bottom: 0;
  }

 
  .thumb figure img {
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	-webkit-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
  }

  .thumb figure:hover img {
  	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  }

  .logo-wrapper img {
  	/*    border: 1px solid;*/
  	margin-bottom: 40px;
  	width: 50%;

  }

  .submit-btn {
  	background-color: var(--primary);
  	border-radius: 25px;
  	border: 1px solid var(--primary);
  	padding: 11px 40px;
  	box-shadow: 10px 10px 10px rgb(0 0 0 / 27%);
  	font-weight: 500;
  	font-size: 20px;
  	color: #fff;
	margin: 10px 10px;
  }
  .prebooking{
	background-color: #bec7c500;
  	border-radius: 25px;
  	border: 1px solid var(--primary);
  	padding: 11px 40px;
  	box-shadow: 10px 10px 10px rgb(0 0 0 / 27%);
  	font-weight: 500;
  	font-size: 20px;
  	color: var(--primary);
	margin: 10px 10px;
  }
  .sticky_btn{
	background-color: var(--primary);
    border-radius: 10px;
    border: 1px solid var(--primary);
    padding: 15px 13px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 27%);
    font-weight: 500;
    font-size: 20px;
    color: #fff; 
    position: fixed; 
    right: 0px;
    z-index: 100;
    top: 30%;
	text-transform: uppercase;
  }
  .sticky_btn span{
	color: #fff;
  }
  .submit-btn:hover{
 	color: #000;
	border: 1px solid var(--primary);
  }
  .prebooking:hover{
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
  }
  .sticky_btn:hover{
	color: #000;
  }


  .offer_left__content .submit-btn {
  	background: #fff;
  	border-radius: 25px;
  	border: none;
  	padding: 11px 40px;
  	box-shadow: 10px 10px 10px rgb(0 0 0 / 27%);
  	font-weight: 500;
  	font-size: 20px;
  	color: #d31a0a;
  }

  .form_inner {
  	position: relative;
  }


 

  .form-control {
  	border-radius: 42px !important;
  	background: transparent;
  	margin-bottom: 28px !important;
  }



  .common-title {
  	margin-bottom: 25px;
	position: relative;
  }

  .common-title h2 {
	/* position: absolute; */
    font-size: 42px;
    display: inline-block;
    /* color: #fff; */
    /* left: 41%;
    top: 5px; */
	position: relative;
	color: #000;
	text-align: center;
 
  }
  /* .common-title h2:before {
    position: absolute;
    content: '';
    background: url(../../images/tree.jpg) no-repeat;
    width: 50%;
    height: 100%;
    background-size: 70px;
    left: -90px;
    top: 15px;
} */
.common-title h2:after {
    position: absolute;
    content: '';
	background-color: var(--primary);
    width: 60%;
    height: 3px;
    /* background-size: 70px; */
    /* right: -55%; */
    /* top: 15px; */
    bottom: -5px;
    left: 15%;
}

 .ribin_img{
	width: 42%;
 }



  .common-title h1:before {
  	position: absolute;
  	content: '';
  	width: 60px;
  	height: 2px;
  	background: #59ab97;
  	bottom: 5px;
  	left: calc(50% - 30px);
  }

  .common-title h1:after {
  	position: absolute;
  	content: '';
  	width: 100px;
  	height: 2px;
  	background: #59ab97;
  	bottom: 0;
  	left: calc(50% - 50px);
  	bottom: 0;
  }


  .outer-wrap {
  	position: relative;
  }


  .common-title p {
  	color: #fff;
  	font-weight: 400;
  }

  .logo-outer-wrap {
  	text-align: center;
  	box-shadow: 3px 7px 25px rgb(0 0 0 / 5%);
  	margin-bottom: 30px;
  	padding: 40px 0px 0px;
  	background: #fff;
  }

  .logo-outer-wrap h5 {
  	text-align: center;
  	padding: 16px 10px;
  	color: #fff;
  	text-transform: uppercase;

  }



  .copyright {
  	background-color:  var(--primary);
  	bottom: 0;
  	width: 100%;
  }

  .form_inner {
  	box-shadow: 0px -1px 10px rgb(0 0 0 / 11%), 0px 0px 10px rgb(0 0 0 / 7%);
  	padding: 60px 50px;
  	background: #fff;
  	z-index: 10;
  }

  .navbar {

  	margin-bottom: 0px;
  }

  .btn-wrapper {
  	margin-top: 35px;
  }

  .thank-wrap i {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #59ab97, #bcf5e7);
    line-height: 50px;
    font-size: 32px;
    color: #fff;
    margin-top: 10%;
  }

  .offer_left__content p {
  	font-size: 20px;
  	line-height: 30px;
  }

.thankyou .copyright {
    position: fixed;
    border: 0;
}
.feature_wrap{
    margin: 20px 0px;
}
.feature_box{
    text-align: center;
    padding: 20px 20px;
    /*height:100%;*/
    margin-bottom: 20px;
    /*box-shadow: 3px 2px 8px 0px grey;*/
}

.feature_box img{
    width: 90px;
    margin-bottom: 20px;
}
.feature_box h3{
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

  @media screen and (min-width :240px) and (max-width :767px) {
  	p {
  		font-size: 14px;
  		line-height: 26px;
  	}

  	.navbar {
  		margin-bottom: 50px;
  	}

  	.common-title h1 {
  		font-size: 30px;
  	}

  	.form_inner {
  		padding: 40px 20px;
  	}
	.form_wrap:before {
		width: 25%;
	}
	.form_wrap:after {
		width: 25%;
	}

  	.common-title p {

  		text-align: justify !important;
  	}

  	.btn-wrapper {
  		margin-top: 20px;
  	}

  	.banner_wrap img {
  		height: auto;
  	}

  	.banner_wrap {
  		height: auto;
  	}

  	.common-title h2:before {
  		left: calc(50% - 20px);
  		top: 0;
  	}

  	.common-title h2:after {
  		display: none;
  	}

  	.common-title h2 {
  		padding: 40px 0px 0px;
  	}

  	.pb-120 {
  		padding-bottom: 40px;
  	}


  	.pt-120 {
  		padding-top: 40px;
  	}

  	.flex-dir {
  		flex-direction: column-reverse;
  	}

  	.offer-section:after {
  		display: none;
  	}

  	.common-title h2 {
  		font-size: 30px;
  	}

  	.product-content-wrapper {
  		padding: 30px 30px 20px;

  	}
  	.form-control {
    margin-bottom: 15px !important;
    }
  }

  @media screen and (min-width :470px) and (max-width :575px) {
  	.product-wrapper {

  		width: 80%;
  		margin: auto;
  		margin-bottom: 30px;
  	}
	.company-logo {
		width: 90px;
	}
	.sticky_btn {
		padding: 7px 20px;
		font-size: 18px;
	}
	.feature_box img {
	    width: 70px;
	    margin-bottom: 10px;
	}
  }
  @media screen and (max-device-width: 460px){
	.company-logo {
		width: 60px;
	}
	.sticky_btn {
		padding: 7px 20px;
		font-size: 18px;
	}
	.feature_box h3 {
	    font-size: 18px;
	}
  }

  @media screen and (min-width :576px) and (max-width :767px) {
  	p {
  		font-size: 17px;
  		line-height: 26px;

  	}
	  .company-logo {
		width: 130px;
	}

  	.common-title {
  		font-size: 28px;
  		margin-bottom: 30px;
  	}

  	.btn-wrapper {
  		margin-top: 20px;
  	}

  	.product-content-wrapper {
  		padding: 30px 18px 20px;

  	}

  	.product-content-wrapper h4 {
  		font-size: 1.1rem;
  	}
  }



  @media screen and (min-width :768px) and (max-width :993px) {
  	p {
  		font-size: 14px;
  		line-height: 19px;
  	}

  	.btn-wrapper {
  		margin-top: 8px;
  	}

  	.logo-wrapper img {
  		width: 58%;
  	}

  	.offer-section:after {
  		width: 150px;
  		height: 150px;
  		background-size: 150px 150px;
  		bottom: 34px;
  		left: calc(50% - 70px);
  	}

  	.offer-section .common-title h2 {
  		padding-bottom: 0;
  		margin-bottom: 0;
  		font-size: 35px;

  	}

  	.offer-section .common-title h2:before,
  	.offer-section .common-title h2:after {

  		left: -55px;
  	}

  }
 


  @media screen and (min-width :995px) and (max-width :1030px) {
  	.offer_left .common-title {
  		margin-bottom: 0;
  	}

  	.offer-section:after {
  		width: 200px;
  		height: 200px;
  		background-size: 200px 200px;
  		bottom: 34px;
  		left: calc(50% - 100px);
  	}

  	.offer_left p {
  		font-size: 15px;
  		line-height: 25px;
  	}


  	.logo-wrapper img {
  		width: 65%;
  	}

  	.product-content-wrapper {
  		padding: 30px 34px 20px;
  	}

  	.product-content-wrapper h4 {
  		font-size: 1.2rem;
  	}

  }

  @media screen and (min-width :240px) and (max-width :1400px) {
  	.banner_wrap {
  		height: auto;
  	}

  	.banner_wrap img {
  		height: auto;
  	}
  	.features{
  	    padding: 0% 8%;
  	}
  }
  @media screen and (min-device-width: 1440px){
      .container-xl{
          padding: 0% 8%;
      }
	.form-control{
		height: calc(2.25rem + 9px);
	}
	.form_inner {
		padding: 90px 70px;
	}
	.feature_box{
		margin: 40px 0px;
	}
	
  }
