@media(min-width:992px){
    .header-get-in-touch .button{
        transition: all ease 400ms
    }  
    .sticky .header-get-in-touch .button{
        padding-top: 14px;
        padding-bottom: 14px
    }   
}


@media(min-width:1400px){
.header-grid {
    margin-left: -75px;
    margin-right: -75px
}
   .container.c{
        max-width: 1270px
    }  
    .bg-fixed{
        background-attachment: fixed
    }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}    
}

@media(min-width:1500px){
     .container.cc{
        max-width: 1388px
    }  
}

@media(min-width:1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}




@media(max-width:1199px){
    .how-list-title br, .steps-inner br{
        display: none
    } 

}


@media (max-width: 991px){
 h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 20px;
}
h6, .h6 {
    font-size: 18px;
}
.step-row-block {
    display: flex;
}
.step-row-block > div {
    width: 50%;
}
.step-row {
    margin-top: 0;
}
.step-block-2 {
    font-size: 18px;
    padding-right: 20px;
}
.how-list-title {
    font-size: 22px;
    line-height: 1.35;
    margin-top: 20px;
}
.celebrating-success-box-bg {
    position: static;
    padding-bottom: 56.24%;
    transform: none;
    height: auto;
}
.celebrating-success-box {
    height: auto;
    flex-direction: column;
    padding: 15px
}
.celebrating-success-logo {
    width: 100px;
}
.header-get-in-touch .button {
    padding: 15px 20px;
    font-size: 18px;
}
.header-get-in-touch > div{
    line-height: 1
}
}

@media(max-width:767px){
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;
}    
 h1, .h1 {
    font-size: 30px;
}
.header-get-in-touch .button{
    display: none
}
.hero-slider .button {
    min-width: 1px;
    padding: 18px 25px;
    font-size: 18px;
}
.steps-inner {
    margin-left: 0;
    margin-right: 0;
}
.steps-section .row {
    --bs-gutter-x: 1.5rem;
}
.how-list-icon {
    width: 95px;
    margin: 0 auto;
}
    
/**** BANNER ***/ 
.inner-banner {
    height: auto;
    min-height: 110px;
    padding-top: 30px;
    padding-bottom: 30px
}
}


@media(max-width:575px){
  .celebrating-success-logo {
    position: static;
    text-align: center;
    margin: 0 auto 15px;
} 
.step-bg {
    height: 0;
    padding-bottom: 100%
}
.step-row {
    flex-direction: column;
}
.step-block-2 {
    width: 100%;
}
.step-row-block {
    align-items: flex-start;
}
.step-block-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 10px
}
.button {
    font-size: 18px;
}
}

@media(max-width:479px){
h1, .h1 {
    font-size: 26px;
}
 h2, .h2 {
    font-size: 26px;
}
h3, .h3 {
    font-size: 23px;
}
h4, .h4 {
    font-size: 21px;
}
h5, .h5 {
    font-size: 19px;
}
h6, .h6 {
    font-size: 17px;
}   
.celebrating-success-box-inner {
    font-size: 16px;
}
.hero-slider ul {
    font-size: 18px;
}
.how-list-title {
    font-size: 18px;
}
.main-contact-form {
    font-size: 16px;
}
}

@media(max-width:399px){
.form-style-default input:not([type="radio"]):not([type="checkbox"]), .form-style-default select {
    height:55px;
}    
.form-style-default input:not([type="radio"]):not([type="checkbox"]), .form-style-default textarea, .form-style-default select {
    padding: 0 15px;
}
.main-contact-form {
    font-size: 14px;
}
}

@media(max-width:344px){
.main-contact-form {
    font-size: 12px;
}    
}