@media screen and (max-width: 1199.98px){
  /* .carousel-item img{
    height: auto !important;
    min-height: 0vh;
  } */
  /* .banner_text {
    top: 48%;
  } */
  section{
    padding: 80px 0px;
  }
  .python-image a .sub-date .rent{
    width: 25%;
  }
  .footer_mailchimp_form .form-row .col-auto{
    width: 85%;
  }
}

@media screen and (max-width: 991.98px){
  section{
    padding: 60px 0px;
  }
  .banner_text h2 {
    font-size: 100px;
    margin-bottom: 0px;
  }
  .col-blog{
    margin-bottom: 30px;
  }
  .col-footer{
    margin-bottom: 30px;
  }
  .footer_mailchimp_form .form-row .col-auto {
    width: 80%;
  }
  .col-bottomfooter{
    margin-bottom: 30px;
  }
  .copyright-widget{
    text-align: center !important;
  }
  .footer_menu_widget{
    text-align: center;
  }
  .python-image a .sub-date .rent {
    width: 11%;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
}

@media screen and (max-width: 850px){
  .banner_text h2 {
    font-size: 55px;
    line-height: 100px;
  }
  .banner_text p {
    font-size: 20px;
    line-height: 50px;
  }
  .download_btn h3 {
    width: 180px;
    height: 40px;
    margin: 5px;
  }
  .banner_text a {
    font-size: 22px;
  }
  .banner_text .fadeInUp {
    font-size: 12px;
  }
  .python-image a .sub-date .rent {
    width: 15%;
  }
}

@media screen and (max-width: 550px){
  .banner_text p {
    font-size: 18px;
    line-height: 40px;
  }
  .download_btn h3 {
    width: 150px;
    height: 35px;
    margin: 5px;
  }
  .banner_text a {
    font-size: 22px;
  }
  .banner_text .fadeInUp {
    font-size: 12px;
  }
}