
/******** Maximum width responsive *************/

 .captcha-font{
font-size:16px !important;
 }



@media screen and (max-width:399px){
 .captcha-font{
   font-size: 10px !important;
 }
    
}

@media screen and (min-width: 992px) and (max-width: 1199px){
section.about{
     padding-top:20rem!important; 
    
}
.banner-form{
    width:40%!important;
}
    
}

@media screen and (max-width: 991px){
    .header_menu .logo{text-align:left;}
.header_menu .contact{text-align:right;float:none;}
    .banner-form {
        position: inherit;
        width: 100%;
        left: 0;
    }
    .contact.pt-3 ul li span {
        font-size: 14px;}
        .contact ul li {
                    font-size: 13px;}
                    .contact.pt-3 ul li i {
                        font-size: 13px;
                        padding-right: 3px;
                    }                    

                    input.form-control.mr-sm-2 {
                        font-size: 16px;
                        font-weight: 300;
                        width: 70%;
                    }
                    .navbar-light .navbar-toggler {
                                              margin-top: 10px;
                    }
}
@media screen and (max-width: 767px){
    .banner-form {
        position: inherit;
        width: 100%;
        left: 0;
    }
    .pricing-table.pricing-table-js .each-table .right { right: 0px !important;}
    .pricing-table.pricing-table-js .each-table .left{ left: 0px !important;}
    form.form-inline.my-2.my-lg-0 {
        position: absolute;
        top: -47px;
        right: 0;
    }
    .menu {
        position: relative;
      
    }

}

@media screen and (max-width: 479px){
    .banner-form {
        position: inherit;
        width: 100%;
        left: 0;
    }
.logo img {
    /*width: 100%;*/
    width: 80%;
}
a.get-started-btn {
    position: absolute;
    top: -40px;
    right: 0;
    padding: 7px 15px;
    margin-top: 5px;
}
.service-desc {
    margin-bottom: 20px;
}
.content-grid .icon-holder {
    float: inherit;
    border-radius: 2px;
    padding: 0px;
    margin-right: 0;

}
.about-icon {
    float: left;
    margin-bottom: 20px;}
    .content-grid .icon-holder:after{
        display: none;
    }
    .pricing_head .pricing_price .p_r {
             font-size: 22px;
    }
    .pricing_head .pricing_price {
        background: #fff;
        position: absolute;
        left:33%;
        bottom: -30%;
        width: 110px;
        height: 110px;}
        .pricing_head {
                      height: 160px;
        }
        .footer-area {
                    text-align: center;
        }
        .privacy {
            float: inherit;
        }
        
}
    
/******** Minimum width responsive *************/
@media screen and (max-width: 600px){
.header_menu .logo{text-align:center; width:100%;}
.header_menu .contact{display:none}
  }
  @media screen and (min-width: 480px){

  }
  @media screen and (min-width: 768px){

  }
  @media screen and (min-width: 992px){

  }
  @media screen and (min-width: 1200px){
  
  }
  /*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
 
}