@media screen and (min-width: 100px) and (max-width: 999px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
.banner .main {
    padding: 20px 60px !important;
}
.header .title h3 span {
    font-size: 14px !important;
}
.header .logo img {
    height: 60px;
    width: 100%;
}




}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}



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

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160vh;
}

.banner .row.last {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px auto 0;
    width: 850px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -260px;
}

}


@media screen  and (min-width: 1200px) and (max-width: 1500px){
    
.banner .row.top {
    margin-top: 155px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.banner .row.last {
    /* margin: 210px 200px 0; */
}
.header .title h3 {
    font-size: 25px;
}
.banner .main {
    width: 390px;
    height: 409px;
}

.banner .main .link a{
    font-size: 18px;
    margin: 10px 0 10px;
}

.banner .main .link a i{
    top: -5px;
}

.banner .main .link p{
    font-size: 12px;
}

.banner .right-main {
    height: 429px;
    width: 330px;
    left: -30px;
}

.banner .right-main .welcome h2 {
    font-size: 30px;
}

.banner .right-main .welcome p{
    font-size: 14px;
        line-height: 20px;
}

.banner .right-main .welcome {
    padding: 60px 45px 10px;
    margin-top: 10px;
}

section.banner .last {
    background-size: 50%;
    background-position: center;
    display: flex;
    justify-content: center;
}

.banner .row.last {
    width: 45% !important;
    bottom: -120px;
    left: 50px;
}

.banner .row.last .box img {
    height: 110px;
}

}


/*@media screen  and (max-width: 1300px){*/
/*.banner .right-main {*/
/*    height: 440px;*/
/*    width: 450px;*/
/*    left: -170px;*/
/*}*/

/*.banner {*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    height: 1100px;*/
/*}*/
/*.banner .row.last {*/
/*    margin: 80px 200px 0;*/
/*}*/

/*}*/


@media screen  and (min-width: 1070px) and (max-width: 1199px){
.header .container-fluid {
    padding: 0 20px;
}

.header .title h3,
.header .title h3 span{
    font-size: 28px;
}

.banner .container-fluid{
    padding: 0;
}
    
.banner .right-main {
    height: 440px;
    width: 450px;
    left: -190px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 950px;
}

.banner .main{
    height: 500px;
}

.banner .row.last {
    margin: 80px 200px 0;
    bottom: -55px;
}

.banner .right-main .welcome p{
    line-height: 24px;
}

}


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

.header .title h3 span {
    font-size: 20px;
}

.header .title h3 {
    font-size: 20px;
}

.banner .row.top {
    margin-top: 80px;
}
.banner .right-main {
    height: 450px;
    width: 450px;
    left: -230px;
}
.banner .main {
    padding: 40px 60px;
    width: 450px;
    height: 450px;
    position: relative;
    left: -30px;
}
.banner .row.last {
    width: 650px !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 70px auto 0!important;
}
.banner {
    height: 700px;
}
.banner .row.last {
    width: 650px !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0px auto 0!important;
}
.banner .right-main .welcome p {
    font-size: 14px;
    line-height: 25px;
}
.banner .right-main .welcome h2 {
    margin: 0 0 10px;
    font-size: 30px;
}
.banner .main .link h6 {
    font-size: 18px;
    width: 310px;
    padding: 5px 15px;
    margin: 10px 0 10px;
}
.banner .row.last .box img {
    height: 120px;
}

.banner .main .link h6 i {
    top: -3px;
    right: -12px;
    height: 25px;
    width: 25px;
}



}



@media screen  and (max-width: 1024px){
.banner .right-main .welcome {
    padding: 60px 55px 10px;
}
.banner .right-main {
    height: 420px;
    width: 400px;
    left: -180px;
}
.banner .right-main .welcome p {
    font-size: 13px;
    line-height: 24px;
}
.banner .main {
    padding: 50px 60px;
    width: 430px;
    height: 420px;
    position: relative;
    left: -90px;
}

.banner .main .link p {
    font-size: 13px;
}
.banner .row.last .box img {
    height: 120px;
}
.header .title h3 {
    font-size: 18px;
}

.header .title h3 span {
    font-size: 16px;
}

.banner .container-fluid {
    padding: 0 80px;
}
.banner {
    height: 700px;
    background-image: url(https://insuranceinpa.360dbstagingserver.com/wp-content/uploads/2023/11/768-X-1024.jpg) !important;
}
    
}


@media screen  and (max-width: 500px){
.header .row.main {
    display: block;
    align-items: center;
}
.banner .row.last .box img {
    height: 122px !important;
}
.banner .main {
    padding: 40px 60px !important;
}
.header .title h3 span {
    font-size: 19px !important;
}

.header .container-fluid {
    padding: 0 0px;
}
.banner .row.top {
    margin-top: 150px;
}
.header .title h3 span {
    font-size: 26px;
}
.header .title h3 {
    font-size: 26px;
    text-align: center;
    margin: 20px 20px;
}
.banner .main {
    padding: 50px 60px;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    margin-bottom: 0px;
}
.banner .container-fluid {
    padding: 0 0px;
}
.banner .right-main {
    height: 450px;
    width: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner .row.last .box img {
    height: auto;
}

.banner .row.last .box {
    text-align: center;
    margin-bottom: 20px;
}
.banner .row.last {
    width: 300px !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto 0!important;
    background-image: none !important;
    padding: 0;
}
.banner {
    height: auto;
}
.banner .main .link h6 {
    font-size: 18px;
    width: auto;
    padding: 5px 15px;
    margin: 10px 0 10px;
}

.header .col-sm-4 {
    width: 100%;
    padding: 0;
}

.header .col-sm-8 {
    width: 100%;
}

.banner .row.top .col-sm-3 {
    width: 100%;
}

.banner .row.top .col-sm-6 {
    width: 100%;
}

.banner .row.last .col-sm-3 {
    width: 100% !important;
    margin: 0;
}
.banner .right-main .welcome h2 {
    margin: 0 0 5px;
    font-size: 26px;
}

.header .logo {
    text-align: center;
    margin: 0 auto;
    margin-left: 13px;
}

.header .title {
    text-align: center;
}

.banner .row.last .col-sm-3 {
    width: 50% !important;
    margin: 0;
    float: left;
}
.banner .row.last .box img {
    height: 150px;
}
.banner {
    height: auto;
    background-image: url(https://insuranceinpa.360dbstagingserver.com/wp-content/uploads/2023/11/400-X-600.jpg) !important;
}
    
    
}



