/*-------------Medium part ends-----------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
/*-------------Medium part ends-----------------*/

/*-------------Tablet part start-----------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }

  .container {
    width: 750px;
  }
}
/*-------------Tablet part ends-----------------*/

/*-------------moile part start-----------------*/
@media (min-width: 320px) and (max-width: 767px) {
  .for_mobile {
    width: 60%;
    float: left;
  }
  .col-md-6.text-end.for_mobile {
    width: 38%;
    float: right;
    margin-top: -12px;
  }
  header.header img.img-fluid {
    width: 100%;
    height: auto;
  }
  .dropbtn {
    padding: 20px 25px 4px;
  }
  .form-group input.form-control::placeholder {
    font-size: 16px;
}
  .headerText h4 {
    font-size: 30px;
    line-height: 32px;
  }
  .hiden_mobile {
    display: block;
  }
  .headerText button.btn.btn-primary {
    margin-top: 31px;
  }
  header.header {
    height: 530px;
  }
  .map-text h3 {
    margin-top: 0;
  }
  .map-text h3 {
    font-size: 28px;
    line-height: 30.61px;
  }
  .map-text h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
  .border-area p {
    font-size: 16px;
    line-height: 22.8px;
  }
  .iconBlock{
    margin-top: 50px;
  }
  .sliderBg {
    margin-top: 69px;
    padding-left: 30px;
  }
  .slideText p {
    padding-left: 0;
    font-size: 12px;
    line-height: 22.8px;
    /* height: 232px; */
  }
  .slideText a.readMore {
    padding: 0;
    text-align: center;
    display: inherit;
    padding-bottom: 40px;
  }
  .for_responsive {
    width: 100%;
  }
  .sliderImage img {
    width: 100%;
    height: auto;
  }
  .sliderImage p {
    display: none;
  }
  .slick-dots {
    top:119px !important;
  }
  .maparea {
    padding-bottom: 0;
    min-height: inherit;
}
  .column_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .sliderBg h4 {
    padding: 49px 0 52px;
    font-size: 14px;
    line-height: 24.05px;
  }
  .slick-next {
    right: 8px !important;
    top: 63px !important;
  }
  .slick-prev {
    left: -25px !important;
    top: 63px !important;
  }
  .whyInsta {
    padding-top: 50px;
  }
  .whyInsta h4{
    font-size: 28px;
    line-height: 30.61px;
  }
  .whyInsta p{
    font-size: 18px;
    line-height: 23.04px;
  }
  .formleft {
    display: none;
}
.contactFrom {
  padding: 33px 0px 60px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.formdata {
  border: 3px solid rgba(55, 63, 217, 1);
  mix-blend-mode: inherit;
  background: transparent;
  box-shadow: none;
}
.contactFrom h4 {
  font-size: 18px;
  line-height: 26.24px;
  padding: 0;
}
.form-group input.form-control {
  width: 95%;
}
.borders {
  width: 95%;
}
input.telnum.form-control {
  width: 61%;
}
.formarea {
  padding-top: 50px;
}
.form-group label {
  margin-left: 30px;
}
.iconBlocktwo {
  padding: 0;
  margin: 0;
}
.copyright p {
  font-size: 14px;
  line-height: 19.95px;
}
.contactFrom p{
  font-size: 14px;
  line-height: 19.95px;
  padding: 0 35px;
}
.dropdown-content {
  min-width: 145px;
  top: 50px;
}
.dropdown-content a {
  padding-top: 4px;
  padding-bottom: 0;
}
.thanks.text-center ul li p {
  text-align: center;
  font-size: 19px;
  color: #434349;
  opacity: 1;
  font-weight: 500;
}
.thanks.text-center ul.text-left {
  text-align: center;
}
.thanks.text-center h3 {
  font-size: 23px;
  line-height: 26.36px;
}
.thanks.text-center p {
  font-size: 16px;
}
.thanks_block a {
  padding: 14px 77px;
  font-size: 18px;
}
.thanks_block {
  padding: 50px 0;
  width: 100%;
}
.thanks.text-center .copyright p {
  font-size: 14px;
}
.dropbtn {
  padding: 7px 18px 4px;
}
.for_mobile {
  width: 42%;
}
.col-md-6.text-end.for_mobile {
  width: 58%;
}
}

/*-------------mobile part ends-----------------*/

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .container {
    width: 970px;
  }

}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .container {
    width: 1170px;
  }
  .container {
    width: 1240px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .col-md-6.for_responsive {
    width: 50%;
    float: left;
}
.thanks_block {
  width: 100%;
}
.col-md-6.for_mobile {
  width: 50%;
  float: left;
}
.sliderImage img {
  width: 100%;
  height: auto;
}
.slideText p {
  padding-left: 25px;
}
.slick-prev {
  left: 15px !important;
}
.slick-next {
  right: 15px !important;
}
.sliderImage p {
  margin-bottom: 20px;
  padding-right: 0;
}

}
@media (min-width: 992px) and (max-width: 1440px) {
  .slick-prev {
    left: 80px !important;
}
.slick-next {
  right:80px !important;
}
.sliderBg h4 {
  font-size: 17px;
}
}
@media (min-width: 320px) and (max-width: 374px) {
  .sliderBg h4 {
    padding: 49px 25px 70px;
}
.dropbtn {
  padding: 7px 18px 4px;
}
input.telnum {
  width: 64%;
}
.for_mobile {
  width: 42%;
}
.col-md-6.text-end.for_mobile {
  width: 58%;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .iconBlock{
    margin-top: 50px;
  }
  .maparea {
    padding-bottom: 0;
  }
  .iconBlocktwo .col-md-4 {
    display: inline-flex;
}
.iconBlocktwo {
  padding: 0;
}
.whyInsta.thanks-hidden .col-md-3 {
  display: inline-flex;
  width: 24%;
}
.formleft {
  padding-bottom:70px;
}
.sliderBg h4 {
  font-size: 15px;
}
}
@media (min-width: 500px) and (max-width: 767px){
  .sliderBg h4 {
    padding: 49px 31px 52px;
    font-size: 13px;
}
.slick-dots {
  top: 91px !important;
}
}

@media (min-width: 320px) and (max-width:767px) {
  .sliderBg h4 {
    padding: 49px 25px 52px;
    font-size: 13px;
}
.slick-dots {
  top: 97px !important;
}
}