@media screen and (max-width: 1366px){
  .bannerInnerImg .imgholder{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 340px;
  }
  .bannerInnerImg {
    position: relative;
    padding-right: 30px;
    background-color: transparent;
}
.bannerInnerImg::after{
  right: 0;
}
.banner_content{
  padding: 0 20px;
}
}
@media screen and (max-width: 1200px){
  .formSec {
    margin-top: 0px;
    padding: 30px 40px 20px;
}
}
@media screen and (max-width: 1040px){

  .bannerHeading {
    font-weight: 600;
    font-size: 40px;
}
}
@media screen and (max-width: 1024px){
.customizedProduct .col-md-6{
  width: 100% !important;
}
.cpInnerTxt{
  padding: 0px;
  margin-bottom: 30px;
}
.slider-offbeat .slider-offbeat-next {
  padding: 0 !important ;
  margin-right: 23.5vw !important;
    width: 45px !important;
    background-color: #d8000c !important;
    height: 45px !important;
  border-radius: 50% !important;
  color: #fff !important;
  box-shadow: 0px 0px 10px 0px #474747 !important;
  transition: 0.6s all !important;
}
}
@media screen and (max-width: 991px){
  .bannerHeading{
    font-size: 28px;
  }
  .bannerInnerImg .imgholder {
    height: 210px;
}
}
@media screen and (max-width: 768px){
  
  .banner_txt{
    text-align: center;
    width: 100%;
  }
  .bannerInnerImg{
    padding-right: 0;
    margin: 15px 0;
  }
  .bannerInnerImg::after{
    display: none;
  }
  .formSec {
    margin-top: 0px;
}
.aboutImg{
  margin-bottom: 20px;
}
.abouttxt{
  text-align: center;
}
.secHeading::after{
  left: 50%;
  transform: translateX(-50%);
}
.abouttxt ul li{
  display: table;
  margin: 0 auto;
}
.footerWrap{
  text-align: center;
}
.social_icon{
  margin-bottom: 20px;
}
.secHeading{
  font-size: 20px;
  margin-bottom: 20px;
}
section {
  padding: 20px 0;
}
.formWrap{
  padding: 20px;
}
.logoWeap img{
  width: 80px;
}
.headerRight ul li{
  font-size: 14px;
}
.headerInner{
  padding: 4px 12px;
}
.headerRight ul li.headerMail a{
  background-color: transparent;
  color: #000;
  line-height: auto;
}
.headerRight ul li a{
  line-height: normal;
}
.content_inner {
  padding: 20px;
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0px 0px 10px -5px #5a5a5a;
  border-radius: 10px;
}
.headerRight ul li a::before{
  top: -6px;
}
.banner_content{
  padding: 0px;
}
.banner_wrap {
  position: relative;
}
.cpInnerTxt{
  text-align: center;
}
.subHeading {
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
}
.addressWrap{
  display: table;
  margin: 0 auto;
}
.addWrap{
  flex-direction: column;
  padding-bottom: 20px;
}
.addressWrap p{
  display: table;
  margin: 0 auto;
}
.justify-content-end {
  justify-content: center !important;
  margin-top: 20px;
}
}
@media screen and (max-width: 560px){
  .headerInner {
    padding: 8px 12px;
}
.headerRight ul{
  text-align: right;
}
.bannerHeading {
  font-size: 20px;
}
.banner_txt p {
  font-size: 14px;
}
.content_inner{
  padding: 10px;
}
.banner_content {
  top: 55%;
}
}
@media screen and (max-width: 485px){
.headerRight{
  text-align: right;
}
.bannerHeading {
  font-size: 20px;
}
.banner_img{
  height: 350px;
}
.banner_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.formSec{
  padding: 30px 15px 20px;
}
}
@media screen and (max-width: 360px){
  .headerRight ul li {
    font-size: 12px;
}
  }