/*================================ 
    #RESPONSIVE CSS 
====================================*/
/*========= Desktop responsive ============*/

@media screen and (min-width: 992px) and (max-width: 1600px){

  .container {
    width: 1350px;
}

  nav.navbar.bootsnav ul.nav > li > a {
     color: #fff; 
  }

  .modules-content .border .grid {
    max-height: 223px;
    min-height: 223px;
    padding: 64px 0;
  }

  img.b-cf-leaves {
    top: 0px;
    position: relative;
    left: -410px;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    max-height: 1000px;
}

  /* Banner */
  
 

  .banner-area .form-banner .double-items .thumb img{
    display: block;
  }
  
  img.modules-bg-btm {
    bottom: -145px;
  }


  /*  cases */
  div#cases {
    padding-bottom: 208px;
  }

  .cases-content .site-heading {
    margin-top: 75px;
  }

  /*  Pricing */
  .pricing-details {
    padding: 0 25px 0px 185px;
  }

  img.pricing-img {
    /* width: 61%; */
    /* left: 0px; */
  }

  /*  contact */
  .req-demo.for-req-btn-1 {
    display: none;
  }

  .for-req-btn-2 {
    display: block;
    margin-top: 30px;
  }

  /* error page */

  .error-page-area {
    height: auto;
    /* padding: 40% 0 40% 0; */
  }

  .banner-area img.desktop {
      display: none;
  }

  .banner-area img.tablet {
    display: none;
  }

  .banner-area img.mobile {
      display: none;
  }

  .banner-area .double-items {
    display: block;
    position: relative;
    top: 215px;
    align-items: initial;
  }
  .banner-area .form-banner .double-items .info h2 {
    /* font-size: 54px; */
  }
  p.banner-para {
    padding-right: 158px ;
    /* font-size: 26px !important; */
    /* line-height: 43px !important; */
  }
  .form-banner a.btn.btn-theme.effect.btn-md {
    
  }

 


/* .banner-area .form-banner .double-items .thumb img {
  top: 227px;
  position: relative;
  right: -41px;
  width: 100%;
} */

.banner-area .form-banner .double-items .thumb img {
   top: -44px;
    position: relative;
    right: 0px;
    width: 100%;
}

.banner-area .form-banner .double-items .info h2 {
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 10px;
    /* top: 64px; */
    /* position: relative; */
}

.banner-area .double-items .info {
    top: 90px;
    position: relative;
}

img.about-img {
    /* width: 100%; */
}

img.tab-module-shape-bg {
  display: none;  
}

.education-cnt-wrap {
padding-left: 100px;
}

.education-content .site-heading h2 {
  font-size: 32px;
  line-height: 59px;
}

.education-cnt-wrap p {
  /* padding: 0; */
  padding-right: 70px;
}

img.education-img {
     top: 5px;
    position: relative;
    left: -11px;
}


.about-area .about-content .left-info {
  padding-right: 50;
}

img.about-img {
  /* width: 100%; */
}

img.inhouse-img {
  margin: 0;
}

div#inhouse {
  padding-top: 65px;
}



.cases-cnt-wrap p {
  padding-right: 135px;
}

div#cases {
  padding-bottom: 117px;
    padding-top: 117px;
}

img.cornflower-circle {
  bottom: 225px;
}

div#education {
  padding-bottom: 65px;
}

ul.price-package-list {
  margin-bottom: 48px;
}

.pricing-details {
  padding-left: 100px;
}

img.pricing-img {
      /* margin: auto; */
    /* width: 59%; */
    position: relative;
    /* left: 100px; */
    top: 10px;
}

.step-cnt-wrap {
  padding-left: 79;
}

.steps-area .site-heading h2 {
  margin-top: 35px;
}
}


/*======================= Laptop ===============*/
@media (min-width: 1200px){
  .container {
      width: 1286px;
  }
  /* img.b-cf-leaves {
    top: -145px;
    left: -470px;
    width: 100%;
    height: 100%;
    min-height: 1200px;
    max-height: 1200px;
  } */

  img.b-cf-leaves {
    /* top: -145px;
    left: -580px; */
    top: -337px;
    left: -603px;
    width: 100%;
    height: 100%;
    min-height: 1586px;
    max-height: 1200px;
}

  .banner-area .double-items .info {
    top: 0px;
    position: relative;
  }

  p.banner-para {
    padding-right: 0px;  
  }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) {
  .container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation : landscape) {
/* STYLES GO HERE */
  .container {
    width: 1100px;
  }

   img.b-cf-leaves, img.b-leaves, img.b-em-c, img.b-s-c{
    /* display: block; */
    /* display: none; */
  } 

  .banner-area {
    min-height: 635px;
  }

  .banner-area .form-banner .double-items .info h2 {
    font-size: 32px;
    line-height: 39px;
   
  }
  .site-heading h2{
    font-size: 40px;
    line-height: 49px;
  }

  div#inhouse {
    padding-bottom: 68px;
  }
  img.inhouse-img {
    margin: 0;
    width: 90%;
  }
  img.pricing-img {
    /* margin: auto; */
    /* width: 59%; */
    position: relative;
    /* left: 100px; */
    top: 116px;
  }
}




/*============= tablet pro =============*/

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation : portrait) {
  img.b-cf-leaves, img.b-leaves, img.b-em-c, img.b-s-c{
    /* display: block; */
    display: none;
  } 
  .container {
    width: 844px;
  }

  nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  

 .error-page nav.navbar.bootsnav ul.nav > li > a {
    color: #293B4C;
  }

  /* img.b-cf-leaves, img.b-leaves, img.b-em-c, img.b-s-c{
    display: none;
  } */

  .site-heading h2 {
    font-size: 32px;
    line-height: 39px;  
  }

  .modules-content .border .grid {
    max-height: 110px;
    min-height: 110px;
    padding: 64px 0;
  }


  /* Banner */
  


  .banner-area .form-banner .double-items .thumb img{
    display: block;
  }
  
  /* img.modules-bg-btm {
    bottom: -220px;
  } */

  img.modules-bg-btm {
    bottom: -220px;
    width: 13%;
  }


  /*  cases */
  div#cases {
    padding-bottom: 208px;
  }

  .cases-content .site-heading {
    margin-top: 0;
  }

  /*  Pricing */
  .pricing-details {
    padding: 0 65px 45px 185px;
  }

  img.pricing-img {
    width: 61%;
    /* left: 0px; */
  }

  /*  contact */
  .req-demo.for-req-btn-1 {
    display: none;
  }

  .for-req-btn-2 {
    display: block;
    margin-top: 30px;
  }

  /* error page */

  .error-page-area {
    height: auto;
    padding: 33% 0 33% 0;
  }

  .banner-area img.desktop {
      display: none;
  }

  .banner-area img.tablet {
    display: block;
    width: 100%;
  }

  .banner-area img.mobile {
      display: none;
  }

  .banner-area .double-items {
    display: block;
    position: relative;
    top: 215px;
    align-items: initial;
  }
  .banner-area .form-banner .double-items .info h2 {
    /* font-size: 54px; */
  }
  p.banner-para {
    padding-right: 158px !important;
    /* font-size: 26px !important; */
    /* line-height: 43px !important; */
  }
  .form-banner a.btn.btn-theme.effect.btn-md {
    display: none;
  }

  .h-100 {
    display: none;
  }


  .banner-area .form-banner .double-items .thumb img {
    top: 227px;
    position: relative;
    right: -41px;
    width: 100%;
  }

  .banner-area .form-banner .double-items .thumb img {
    top: 159px;
    position: relative;
    right: -41px;
    width: 100%;
  }

  .banner-area .form-banner .double-items .info h2 {
      font-size: 40px;
      line-height: 49px;
      padding-bottom: 10px;
      /* top: 64px; */
      /* position: relative; */
  }

  .banner-area .double-items .info {
      top: 90px;
      position: relative;
  }

  .about-area .about-content .left-info {
      padding-right: 0;
  }

  img.about-img {
      width: 100%;
  }

  img.tab-module-shape-bg {
    display: none;  
  }

  .education-cnt-wrap {
    padding: 0;
  }
  .cases-content .site-heading h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .education-content .site-heading h2 {
      font-size: 24px;
      line-height: 29px;
  }
  .pricing-details h2 {
    font-size: 24px;
      line-height: 29px;
  }

  .pricing-details h2 {
    font-size: 24px;
      line-height: 29px;
  }

  .education-cnt-wrap p {
    /* padding: 0; */
    padding-right: 88px;
  }

  img.education-img {
    top: 57px;
    position: relative;
    left: -35px;
  }


  .about-area .about-content .left-info {
    padding-right: 0;
  }

  img.about-img {
    width: 100%;
  }

  img.inhouse-img {
    margin: auto;
  }

  div#inhouse {
    padding-top: 65px;
  }

  div#about {
    padding-bottom: 35px;
  }

  .cases-cnt-wrap p {
    padding-right: 59px;
  }

  div#cases {
    padding-bottom: 160px;
    /* padding-top: 325px; */
  }

  img.cornflower-circle {
    bottom: 225px;
  }

  div#education {
    padding-bottom: 65px;
  }

  ul.price-package-list {
    margin-bottom: 48px;
  }

  .pricing-details {
    padding-left: 100px;
  }

  img.pricing-img {
    /* margin: auto; */
    /* width: 59%; */
    position: relative;
    left: 100px;
    top: 52px;
  }

  .step-cnt-wrap {
    padding-left: 0;
  }

  .steps-area .site-heading h2 {
    margin-top: 35px;
  }

  /* ===========map============== */
  .dot-2 {
    top: 30.3%;
    left: 54%;
  }
  .dot-3 {
    /* top: 30.6%;
    left: 48%; */

    top: 37.6%;
    left: 44%;

  }
  .dot-4 {
    top: 50.5%;
    left: 11.9%;
  }
  .dot-5 {
    top: 70.8%;
    left: 74.1%;
  }
  .dot-6 {
    top: 86.6%;
    left: 88.3%;
  }
}

.error-page-area .error-box h2{
  padding: 0;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  
  .container {
    width: 690px;
  }
  .banner-area .banner-shape img.tablet {
    display: block;
    width: 100%;
  }
  .banner-area img.mobile {
      display: none;
  }

  img.tab-module-shape-bg {
    display: block;
}
  img.module-shape-bg {
    display: none;
  }

  div#modules {
    /* padding: 30px 0; */
    padding-top: 100px;
  }

 .modules-content .border .grid {
    max-height: 212px;
   min-height: 212px;
  }

  div#education {
    padding-top: 95px;
  }
  img.inhouse-img.img-responsive {
    margin: auto;
    width: 66%;

  }

  img.education-img {
    text-align: center;
    margin: auto;
  }

  .education-cnt-wrap {
    padding: 0;
  }

  .education-content .site-heading h2 {
      font-size: 24px;
      line-height: 29px;
  }

  .education-cnt-wrap p {
    /* padding: 0; */
    padding-right: 88px;
  }

  img.education-img {
      top: 30px;
      position: relative;
      left: -0px;
  }

  .pricing-heading h2 {
      font-size: 32px;
      line-height: 39px;
  }

  img.pricing-img {
      width: 63%;
      top: 51px;
      left: 100px;
  }

  .pricing-details h2 {
      font-size: 24px;
      line-height: 29px;
  }

  p.padd-r {
      padding-right: 148px;
  }

  img.vector-1 {
      bottom: 220px;
  }

  img.mask {
      width: 222px;
  }

  img.contact-img {
    display: none;
  }

  .site-heading h2 {
    font-size: 32px;
    line-height: 39px;
  }

  img.sunray-leaf {
      top: -72px;
  }

  img.steps-img {
    margin: auto;
    /* width: 55%; */
    padding-top: 40px;
  }

  .banner-area {
    z-index: 1;
    min-height: 1010px;
    max-height: 1000px;
    top: 0;
  }

  .modules-content div.border:nth-child(9):after{
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    bottom: -8px;
    right: -8px;
    background: #3f4b8c;
    z-index: 1;
  
  }






  /* Banner Area */
  .banner-area .double-items .thumb {
    display: block;
    width: 76%;
    margin: auto;
  }

  .banner-area.inc-form .double-items .thumb {
    display: inline-block;
  }

  .banner-area .top-padding .double-items {
    padding-top: 60px;
  }

  .banner-area.bottom-shape .shape img {
    bottom: -30px;
  }

  .banner-area .form-banner .double-items .thumb img{
    display: block;
  }
  
  .banner-area .form-banner .double-items {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .banner-area .form-banner .double-items .thumb {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }


  .banner-area .form-banner .double-items .info h2{
    padding-right: 0px;
    /* margin-top: 100px; */

  }

  .banner-area img.desktop {
    display: none;
}

  .banner-area img.tablet {
    display: block;
  }

  .banner-area img.mobile {
      display: none;
  }

  .banner-area .double-items {
    display: block;
    position: relative;
    top: 54px;
    align-items: initial;
  }
  .banner-area .form-banner .double-items .info h2 {
    /* font-size: 54px; */
  }
  p.banner-para {
    padding-right: 158px !important;
    /* font-size: 26px !important; */
    /* line-height: 43px !important; */
  }
  .form-banner a.btn.btn-theme.effect.btn-md {
    display: none;
  }



  /* About */

  img.sunray-leaf2 {
    top: 258px;
    display: none;
  }

  .about-content-wrap {
    padding: 62px 30px 30px 30px;
  }

  .about-area .about-content .right-info {
    border-left: none;
    padding-left: 15px;
    margin-top: 30px;
  }

  .about-area.half-bg .about-content .right-info {
    margin-top: 0;
  }

  .video-play-button.relative {
    display: none;
  }

  .about-area .content-info::after {
    height: 200px;
    width: 200px;
  }

  .about-area.half-bg::after {
    width: 100%;
  }

  .about-area.half-bg .about-content .right-info p {
    color: #ffffff;
  }


  .about-area.inc-thumb .thumb-left {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  /*================ modules--------*/
  /* img.modules-bg-btm {
    bottom: -199px;
  } */

  img.modules-bg-btm {
    bottom: -199px;
    width: 16%;
}
  .modules-content .border .grid {
    padding: 90px 0;
  }

  .modules-content div.border:nth-child(3),
  .modules-content div.border:nth-child(7),
  .modules-content div.border:nth-child(11){
    border-left: 0;
  }

  .modules-content div.border:nth-child(9),
  .modules-content div.border:nth-child(10){
    border-bottom: 1px solid #fff;
  }

  /* cases */

  .cases-cnt-wrap {
    padding: 30px 0px;
  }

  img.grooup-2 {
    top: -160px;
    width: 185px;
  }

  /* Education */

  img.fame-1 {
    top: -40px;
    width: 110px;
  }


  /* pricing */

  div#pricing {
    padding-top: 155px;
    padding-bottom: 185px;
  }

  /* Contact */
 
  .contact-area .contact-forms {
    margin-top: 30px;
  }
  .req-demo.for-req-btn-1 {
    padding: 0 30px;
  }

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

  /* ======== Map ============== */

  h2.map-icon {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }

  /* ==1 == */
  .dot.dot-1 h2.map-icon {
    /* left: -56px;
    top: -3px; */
    left: 0px;
    top: 18px;
  }

  /* ==2== */
  .dot-2 {
    top: 30.7%;
    left: 53.7%;
  }
  .dot.dot-2 h2.map-icon {
    left: 21px;
    top: -2px;
  }

  /* ==3 == */
  .dot-3 {
    top: 37.8%;
    left: 43.8%;
    /* top: 30.8%;
    left: 47.8%; */
  }
  .dot.dot-3 h2.map-icon {
    left: -70px;
    top: -4px;
  }
  /* ==4== */
  .dot-4 {
    top: 50.5%;
    left: 11.9%;
  }
  .dot.dot-4 h2.map-icon {
    left: 20px;
    top: -2px;
  }

  /* ==5== */
  .dot-5 {
    left: 74%;
  }
  .dot.dot-5 h2.map-icon {
    top: -3px;
  }

  /* ==6== */
  .dot-6 {
    top: 86.6%;
    left: 88.3%;
  }
  .dot.dot-6 h2.map-icon {
    left: -70px;
    top: -5px;
  }

  
  

  /* Footer */
  footer .item {
    margin-top: 50px;
  }

  footer .footer-bottom .container > .row {
    display: block;
    text-align: center;
  }

  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 15px;
  }

  .footer-logo img {
    display: none;
  }

  /* error pages */

  .error-page-area {
    height: auto;
    padding: 32% 0 25% 0;
  }
}

@media only screen and (max-width: 767px)  {

  /* #map {
    display: none;
  } */
  /* ==map == */
  h2.map-icon {
    font-size: 12px;
    line-height: 12px;
  }
  .dot-5 {
    top: 70.8%;
    left: 74.1%;
  }
  .dot.dot-5 h2.map-icon {
    left: 14px;
    top: -10px;
  }

  
/* ===6 === */
  .dot-6 {
    top: 86.6%;
    left: 87.3%;
  }
  .dot.dot-6 h2.map-icon {
    left: -51px;
    top: -10px;
  }
  /* ==1== */
  .dot.dot-1 h2.map-icon {
    left: 12px;
    top: -1px;
  }
  /* ==3== */
  .dot-3 {
    left: 44%;
  }
  .dot.dot-3 h2.map-icon {
    top: -3px;
    left: -52px;
  }
  /* ==2== */
  .dot.dot-2 h2.map-icon {
    left: 13px;
    top: -1px;
  }

  /* ==4== */
  .dot-4 {
    top: 50.5%;
    left: 11.9%;
  }
  .dot.dot-4 h2.map-icon {
    left: 12px;
    top: -2px;
  }

  /* ===5=== */
  .dot.dot-5 h2.map-icon {
    left: 14px;
    top: -2px;
  }

  /* ==6== */
  .dot.dot-6 h2.map-icon {
    left: -51px;
    top: -3px;
  }
}

@media only screen and (max-width: 767px)  and (orientation : portrait)  {
  .banner-area {
    z-index: 1;
    min-height: 570px;
    top: 0;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  /* Heading */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .container-medium {
    width: 100%;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .default-padding.bottom-30 {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .default-padding.bottom-20 {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .padding-less-mobile {
    padding-top: 0;
  }

  .site-heading {
    margin-bottom: 40px;
  }

  .site-heading.single {
    margin-bottom: 20px;
  }

  .page-title-area {
    padding: 100px 0;
  }

  .page-title-area h1 {
    font-size: 36px;
  }


  /* Topbar */
  .top-bar-area {
    display: none;
  }

  nav.navbar .quote-btn {
    display: none;
  }

  .attr-nav {
    display: none;
  }

  .side {
    padding: 50px 50px 50px 35px;
    width: 320px;
  }

  /* Banner Area */

  .banner-area .content h2 {
    font-size: 36px;
  }

  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .content {
    overflow: hidden;
    padding: 50px 0;
  }


  /* banner */
  .banner-area {
    z-index: 1;
    min-height: 667px;
    top: 0;
  }
  
  .form-banner .item {
    position: absolute;
    top: 60px;
  }


  .banner-area .top-padding .double-items {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .banner-area .light-bg h2 {
    font-size: 36px;
  }

  .banner-area .double-items .info {
    padding-right: 0;
  }

  .banner-area .double-items {
    display: block;
  }

  .banner-area .double-items .thumb {
    text-align: center;
    margin-top: 30px;
  }

  .banner-area .double-items .thumb img {
    max-width: 80%;
    margin: auto;
  }

  .banner-area.auto-height .content-box {
    padding-top: 70px;
  }

  .banner-area.text-normal .content h2 {
    font-size: 36px;
    line-height: 1.2;
  }


.banner-area .form-banner .double-items {
  padding-top: 65px;
  padding-bottom: 50px;
}

.banner-area .form-banner .double-items .thumb {
  padding-right: 0;
  text-align: center;
  margin-bottom: 30px;
}

.banner-area .form-banner .double-items .info h2 {
  font-size: 32px;
    line-height: 39px;
    padding-left: 12px;
}



.banner-area .banner-shape img.desktop {
  display: none;
}

.banner-area .banner-shape img.tablet {
  display: none;
}

.banner-area .banner-shape img.b-em-c {
  bottom: 24px;
  width: 74px;
}

img.b-leaves {
  width: 160px;
}

p.banner-para {
  display: none;
}

.banner-area .btn{
  display: none;
}

/* About */
  .about-area {
    overflow: hidden;
  }

  .about-area.half-bg::after {
    width: 100%;
  }

  .about-area .about-content .right-info {
    border-left: none;
    padding-left: 15px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
    display: none;
  }

  .about-area.half-bg .about-content .right-info p {
    color: #ffffff;
  }

  .about-area .about-content .left-info {
    padding-right: 15px;
    text-align: center;
  }

  .about-area .content-info::after {
    left: 30px;
    height: 200px;
    width: 200px;
    border: 10px solid rgba(255, 255, 255, 0.03);
  }

  .about-area .about-content .left-info h4 {
    padding-left: 0;
  }

  .about-area .about-content .left-info h4::after {
    display: none;
  }


  .about-area.inc-thumb .thumb-left {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .about-area.inc-thumb .about-content .left-info {
    padding-right: 15px;
    text-align: left;
  }


  /* Contact */
  .contact-form-wrap{
    padding-left: 0;
  }
  .pd-l {
    padding-left: 15px;
  }
  .contact-area .contact-forms {
    margin-top: 30px;
  }

  .contact-area .form-items {
    padding: 50px 30px;
  }
  
  

  .maps-area .google-maps iframe {
    min-height: 350px;
}


  /* Error Page */
  .error-page-area .error-box h1 {
    font-size: 120px;
    line-height: 1;
  }

  .error-page-area .error-box form {
    width: 100%;
  }


  /* Footer */
  .svg-shape svg {
    fill: #f5f5ff;
    position: absolute;
  }

  footer .item {
    margin-top: 50px;
  }

  footer .footer-bottom .container > .row {
    display: block;
    text-align: center;
  }

  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 15px;
  }
  /* error page */

  .error-page-area {
    /* padding-top: 126px; */
    height: 100%;
    padding: 43% 0 25% 0;
  
  }
  .error-page-area .error-box h2{
    width: 100%;
    padding: 25px 0;
  }

  /* step section */
  ul.steps {
    width: 100%;
  }

  /* Map section */
  ul.steps {
    padding-left: 17px;
    /* padding-right: 303px; */
    width: 100%;
    margin-bottom: 40px;
  }
  h2.map-icon{
    width: 100%;
  }
  /*====================================================
     All shap for mobile 
  ==========================================================*/
  img.sienna-circle {
    display: none;
  }

  .site-heading h2 {
    font-size: 32px;
    line-height: 39px;
    padding-left: 0;
    padding-right: 0;
  }

  img.sunray-leaf2 {
    display: none;
  }

  img.modules-bg-btm {
    bottom: -85px;
  }

  img.emerald-circle {
      display: none;
  }

  .about-content-wrap {
      padding-top: 40px;
  }

  .about-content-wrap h2 {
      text-align: left;
  }

  .about-content-wrap p {
      text-align: left;
  }

  .content-pad-right {
      padding-right: 0;
  }

  img.vector-righlleaf {
    width: 70px;
    top: -86px;

  }

  div#modules {
      padding-top: 60px;
  }

  .modules-content .border .grid {
    padding: 15px 0;
    max-height: 120px;
    min-height: 120px;
}

  div#inhouse {
      padding-bottom: 102px;
  }

  img.sunray-leaf2 {
    display: none;
  }

  img.modules-bg-btm {
    bottom: -92px;
    width: 16%;
}

  div#cases .h-100 {
      display: none;
  }

  img.grooup-2 {
      width: 130px;
      top: -110px;
  }

  img.cornflower-circle {
      display: none;
  }

  img.fame-1 {
      width: 67px;
      top: -25px;
  }

  h2.map-icon {
      /* font-size: 16px; */
  }

  #dots p {
      display: none;
  }

  /* .dot.dot-1 h2.map-icon {
      left: -62px;
      top: -5px;
  }

  .dot.dot-2 h2.map-icon {
      left: 17px;
      top: -5px;
  }

  .dot.dot-3 h2.map-icon {
      top: -6px;
      left: 20px;
  }

  .dot-3 {
      left: 67%;
  } */
  .pricing-heading h2 {
    font-size: 32px;
    line-height: 39px;
  }

  p.pd-r {
      padding-right: 0 !important;
  }

  .pricing-details {
      padding: 20px 0px;
  }

  img.mask {
      display: none;
  }

  img.vector-1 {
      display: none;
  }

  img.pricing-img {
      margin: auto;
      left: 0;
  }
  .content-info img {
    /* display: none; */
    width: 82%;
    margin: auto;
  }
  img.contact-img{
    display: none;
  }
  .col-md-3.col-sm-6.border {
      border: none !important;
  }

  .grid {
      border-bottom: 1px solid #fff;
  }

  img.mob-module-shape-bg {
    display: block;
  }
  img.tab-module-shape-bg {
    display: none;
  }

}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

  .attr-nav {
    display: inline-block;
  }


}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


  .side {
    padding: 50px;
    width: 400px;
  }

  .error-page-area .error-box form {
    width: 80%;
  }

 
}
