.angled-top-left {
    width: 100%;
    position: relative;
}
.angled-top-left:before, .angled-top-left:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}

.angled-top-left:before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg);
}

.angled-top-right {
    width: 100%;
    position: relative;
}
.angled-top-right:before, .angled-top-right:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-top-right:before {
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg);
}

.angled-bottom-left {
    width: 100%;
    position: relative;
}
.angled-bottom-left:before, .angled-bottom-left:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-bottom-left:after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg);
}

.angled-bottom-right {
    width: 100%;
    position: relative;
}
.angled-bottom-right:before, .angled-bottom-right:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-bottom-right:after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg);
}

.angled-both-left {
    width: 100%;
    position: relative;
    background-color: #4394ff;
}
.angled-both-left:before, .angled-both-left:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-both-left:before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg);
}
.angled-both-left:after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg);
}

.angled-both-right {
    width: 100%;
    position: relative;
    background-color: #e4e4e4;
    padding-right: 40px;
}
.angled-both-right:before, .angled-both-right:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-both-right:before {
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg);
}
.angled-both-right:after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg);
}

.angled-both-left-right {
    width: 100%;
    position: relative;
}
.angled-both-left-right:before, .angled-both-left-right:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-both-left-right:before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg);
}
.angled-both-left-right:after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg);
}

.angled-both-right-left {
    width: 100%;
    position: relative;
}
.angled-both-right-left:before, .angled-both-right-left:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s;
}
.angled-both-right-left:before {
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg);
}
.angled-both-right-left:after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg);
}
span.icon a img {
    padding-right: 10px;
}
@media (max-width: 1850px) {
    .pageFooter .footerNav ul li span {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        font-weight: bold;
        line-height: 1.5;
    }

    .pageFooter .footerNav ul li a {
		font-size: 12px;
	}
}
@media (max-width: 1640px) {
    .insurTypeBlock .blockLeft__inner {
        margin-left: 20px;
        padding: 0px 0 0 8px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock {
        padding: 15px 0 15px 15px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock ul li {
        line-height: 55px;
        font-size: 15px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock ul li .icon {
        padding-right: 19px;
    }

    .banner-sec .banner .messageBlock {
        bottom: 100px;
    }

    .news .news-list .img {
        width: 250px;
    }

    .pageFooter .footerNav .fnav03 ul li {
        padding: 0 0px 0 0;
    }
	.pageFooter .smBlock ul {
    padding-left: 1px;
	}
    .pageFooter .smBlock ul li {
        padding: 0 11px;
    }
}
@media (max-width: 1481px) {
    .pageHeader .pageheader__navmain ul li {
        padding: 0 11px;
    }
    .pageHeader .pageheader__navmain ul li a {
        font-size: 15px;
    }

    .banner-sec .banner .banner-text {
        /* padding: 110px 0 30px 40px; */
    }
   /* .banner-sec .banner .banner-text p {
        font-size: 43px;
    }*/
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 4%;
        top: 10%;
    }
    .banner-sec .banner .banner-logos__banner-button {
        /* padding-left: 40px; */
    }
    /*.banner-sec .banner ul.banner-list li {
        font-size: 18px;
    }*/

    .pageFooter .footerNav ul li span {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (max-width: 1478px) {
    .insurTypeBlock .blockLeft__inner {
        margin-left: 15px;
        padding: 0px 0 0 8px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock {
        padding: 15px 0 15px 10px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock ul li {
        line-height: 48px;
        font-size: 15px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock ul li .icon {
        padding-right: 19px;
    }

    .imgWrap__imgBox p {
        font-size: 27px;
    }

    .news .news-list .img {
        width: 113px;
    }
}
@media (max-width: 1350px) {
    /*.banner.contact-banner .banner--bg-banner {*/
    /*    height: 460px;*/
    /*    background-position: center top;*/
    /*}*/
 .banner.contact-banner .banner--bg-banner {
        height: 385px;
        background-position: center top;
        margin-top: 20px;
    }
    .banner.contact-banner .contactBanner-text {
        padding-top: 150px;
    }
}
@media (max-width: 1272px) {
    .insurTypeBlock #blockLeft {
        background: url(../img/insurance-type-bg.jpg) right center no-repeat;
        background-size: 100%;
        height: 98.7%;
    }
    .insurTypeBlock .blockLeft__inner {
        background: rgba(226, 225, 225, 0.7);
    }
    .insurTypeBlock .blockLeft__inner .listingBlock {
        padding: 15px 0 15px 10px;
        background: rgba(255, 255, 255, 0.5);
    }
    .insurTypeBlock .blockLeft__inner .listingBlock ul li {
        line-height: 52px;
        font-size: 22px;
    }
    .insurTypeBlock .blockLeft__inner .listingBlock ul li .icon {
        padding-right: 25px;
    }
    .insurTypeBlock #blockRight {
        display: none;
    }

    .pageFooter .footerNav ul li span {
        font-size: 13px;
    }
}
@media (max-width: 1211px) {
    .pageHeader .pageheader__navmain {
        min-height: 50px;
    }
    .pageHeader .pageheader__navmain ul li {
        padding: 0 8px;
    }
    .pageHeader .pageheader__navmain ul li a {
        font-size: 13px;
    }

    .formBlock .form h3 {
        font-size: 35px;
    }

    .formBlock .form p {
        font-size: 17px;
    }

    .imgWrap__imgBox .imgBlock span {
        font-size: 18px;
    }
    .imgWrap__imgBox .imgSub:hover .imgBlock span {
        visibility: visible;
        opacity: 1;
        transition: all .2s ease-in-out;
        text-align: center;
        font-size: 18px;
    }
}
@media (min-width: 1044px) {
    .desktop-none {
        display: none;
    }
}
@media (max-width: 1045px) {
    .desktop-none {
        display: block;
    }

    .hamb {
        z-index: 9999;
    }

    .banner-sec .banner .messageBlock {
        z-index: 99;
    }

    .pageHeader .pageheader__hamburger-nav {
        max-width: 100%;
        padding: 0;
    }

    .banner-sec .banner.blog-banner .blogBanner-text {
        padding: 100px 0 30px 10px;
    }

    .banner-sec .banner.blog-banner {
        height: 365px;
    }

    h3.block-heading, h1.block-heading {
        font-size: 26px;
    }

    .reviews .title h3 {
        font-size: 25px;
    }

    .reviews .title .review-star span {
        font-size: 25px;
    }

    .reviews .title .review-star {
        font-size: 25px;
    }

    .brBlock .brokerage .br-list ul li {
        font-size: 19px;
        line-height: 37px;
    }

    .pageHeader .pageheader__hamburger-nav .pageheader__hamburger-nav-dropdown {
        top: -5px;
        right: 25px;
    }

    .pageHeader .pageheader__hamburger-nav .pageheader__hamburger-nav-dropdown:after, .pageHeader .pageheader__hamburger-nav .pageheader__hamburger-nav-dropdown:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .pageHeader .pageheader__hamburger-nav .pageheader__hamburger-nav-dropdown:after {
        right: -20px;
        top: 15px;
        left: auto;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 10px;
        margin-top: -10px;
    }

    .pageHeader .pageheader__navmain ul {
        padding-top: 15px;
    }
    .pageHeader .pageheader__navmain ul li {
        display: block;
        text-align: left;
        padding: 10px 0;
        transition: .5s ease;
        opacity: 0;
    }
    .pageHeader .pageheader__navmain ul li a {
        padding: 15px 20px;
        font-size: 22px;
    }
    .pageHeader .pageheader__navmain ul li:first-child a {
        padding-left: 20px;
    }

    .pageHeader .pageheader__navmain ul li a, .pageHeader .pageheader__navmain ul li a:link, .pageHeader .pageheader__navmain ul li a:visited {
        color: #4394ff;
    }

    .pageHeader .pageheader__navmain.active ul li {
        opacity: 1;
        transition: all 0.8s;
        border-bottom: 1px solid #ececec;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * {
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
        -ms-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -ms-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -ms-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
        -ms-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.4s;
        -moz-transition-delay: 1.4s;
        -ms-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.6s;
        -moz-transition-delay: 1.6s;
        -ms-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.7s;
        -moz-transition-delay: 1.7s;
        -ms-transition-delay: 1.7s;
        -o-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .pageHeader .pageheader__navmain.active ul li:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * {
        -webkit-transition-delay: 1.8s;
        -moz-transition-delay: 1.8s;
        -ms-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .pageheader__navmain {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 42px;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
        left: 0;
    }

    .pageheader__navmain.active {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .pageheader__navmain.active .navigation__inner {
        /* background-color: #1f272f; */
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
        transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
        transition: transform 300ms linear, background-color 0s linear 599ms;
        transition: transform 300ms linear, background-color 0s linear 599ms, -webkit-transform 300ms linear;
    }

    .pageheader__navmain.active .navigation__inner:after {
        width: 300%;
        border-radius: 50%;
        -webkit-animation: elastic 150ms ease 300.5ms both;
        animation: elastic 150ms ease 300.5ms both;
    }

    .navigation__inner {
        position: absolute;
        width: 85%;
        height: 1300px;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 999999;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
        transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
        transition: transform 300ms linear, background-color 0s linear 300ms;
        transition: transform 300ms linear, background-color 0s linear 300ms, -webkit-transform 300ms linear;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .navigation__inner:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: -1;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    @-webkit-keyframes elastic {
        0% {
            border-radius: 50%;
        }
        45% {
            border-radius: 0;
        }
        65% {
            border-top-right-radius: 40px 50%;
            border-bottom-right-radius: 40px 50%;
        }
        80% {
            border-radius: 0;
        }
        90% {
            border-top-right-radius: 20px 50%;
            border-bottom-right-radius: 20px 50%;
        }
        100% {
            border-radius: 0;
        }
    }
    @keyframes elastic {
        0% {
            border-radius: 50%;
        }
        45% {
            border-radius: 0;
        }
        65% {
            border-top-right-radius: 40px 50%;
            border-bottom-right-radius: 40px 50%;
        }
        80% {
            border-radius: 0;
        }
        90% {
            border-top-right-radius: 20px 50%;
            border-bottom-right-radius: 20px 50%;
        }
        100% {
            border-radius: 0;
        }
    }
    .banner-sec .banner .banner-text {
        /* background: rgba(255, 255, 255, 0.5); */
        width: 100%;
    }

    .banner-sec .banner .banner-logos {
        /* background: rgba(255, 255, 255, 0.5); */
        width: 100%;
        padding-bottom: 15px;
    }

    .imgWrap__imgBox p {
        font-size: 18px;
    }

/* Large Screen - Design for a width of 1450px and above
======================================================== */
/* Desktop Screen - Design for a width of 1449px to 992px
======================================================== */
@media (max-width: 991px) {
    .formBlock .form:after {
        right: 6px;
        bottom: 4px;
    }.blgtitle {

        min-height: auto;

    }
.fax-no-footer{
    display:none!important;
}
.fax-contact{
     display:none!important;
}
.fax-no{
     display:none!important;
}
    .imgWrap__imgBox .img20 {
        width: 35%;
    }

    .imgWrap__imgBox .img50 {
        width: 40%;
    }

    .imgWrap__imgBox .img30 {
        width: 35%;
    }

    .imgWrap__imgBox {
        height: 600px;
    }

    .imgWrap__imgBox .imgMiddle .sub02 {
        height: 300px;
    }

    .imgWrap__imgBox .imgSub {
        height: 300px;
    }

    .imgWrap__imgBox .imgSub {
        height: 300px;
    }

    /* .news .news-list.mainBlock {
          min-height: 100px;
    }
    .news .news-list {
          min-height: 100px;
    }
    .news .news-list .img {
          width: 319px;
    } */
    .news .news-list {
        display: block;
    }

    .news .news-list .img {
        width: 100%;
        height: 250px;
        display: block;
        position: relative;
        background-position: center !important;
    }

    .pageFooter .footerNav ul li span {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .reviews {
        padding: 0 0 50px 0;
    }


    .slick-dots {
        position: absolute;
        bottom: -60px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .reviews .review-box .review-text p {
        font-size: 14px;
        line-height: 25px;
    }

    .reviews .title h3 {
        padding: 8px 5px;
    }

    .reviews .review-box .review-candidate {
        padding: 51px 0px 0 10px;
    }

    .insurTypeBlock .blockLeft__inner .listingBlock ul li {
        font-size: 18px;
    }

    .brBlock .brokerage .br-list {
        padding: 20px 15px 20px 15px;
    }

    .brBlock .brokerage .br-list ul li {
        font-size: 16px;
    }

    .news {
        padding-bottom: 25px;
    }

    h3.block-heading span,h1.block-heading span {
        padding: 0;
    }

    .contentBlock {
        padding: 50px 20px;
    }

    .banner-sec .banner .innerBanner-text {
        padding: 200px 0 30px 30px;
    }

    .banner-sec .banner .innerBanner-text p {
        font-size: 25px;
        text-align: center;
    }

    .banner-sec .banner.inner-banner {
        height: 480px;
    }

    .main .side-bar .form {
        position: inherit;
        margin-bottom: 50px;
    }

    body {
        padding-top: 35px;
    }

    .banner-sec .banner.contact-banner {
        height: 400px;
    }
    .banner-sec .banner.inner-banner.liabl{
        height:auto;
        padding-bottom:20px;
    }

    .contentBlock h1.heading {
        font-size: 23px;
        margin-top: 40px;
    }
}
@media (max-width: 855px) {
    .banner-sec .banner .banner-logos ul li img {
        width: 60px;
    }

    .formBlock .form h3 {
        font-size: 27px;
    }

    .formBlock .form p {
        font-size: 13px;
    }

    h3.block-heading ,h1.block-heading{
        font-size: 20px;
    }

    .banner-sec .banner.contact-banner .contactBanner-text {
        padding: 100px 20px 30px 30px;
        text-align: center;
    }

    .banner-sec .banner.contact-banner .contactBanner-text p {
        font: 17px/29px 'averta-extrabolduploaded_file';
        margin: 45px 8px;
        text-align: left;
    }
}
@media (max-width: 1600px) {
    .maaap{
        width:100%;
    }
}
@media (max-width: 768px) {
    .pageFooter .footerLogo {
        text-align: center;
    }
    .phone-icon {
    width: 10px;
    }
    .pageFooter .footerNav ul.fNav01 li:first-child,
    .pageFooter .footerNav ul.fNav03 li:first-child,
    .pageFooter .footerNav .fnav03 ul li {
        margin-bottom: 0;
        margin-top: 0px;
        padding-bottom: 15px;
    }
    .contentBlock {
        padding: 0 0 50px 0;
    }
    .contentBlock h1.heading span {
        padding: 0 10px;
    }
    .banner-sec .banner.inner-banner {
        height: 530px;
    }
    .contentBlock .contentLink-box .box p.small {
        font: 15px/17px 'averta-regularuploaded_file';
    }
	.pageFooter .smBlock {
		justify-content: center;
	}
	.pageFooter .awards {
    padding-top: 10px;
}

}
@media (max-width: 767px) {
    .award-icon-bar img, .ibao-logo img{
        display:none !important;
    }
    .banner-sec .banner .innerBanner-text {

    margin-top: 35px;
}
.review-schema {

    width: 100%;
}
    .banner-sec .banner .banner--bg-banner {

    height: 90%;
    }
    .banner-sec .banner .banner--bg-banner.home-banner {
        background: rgba(255, 255, 255, 0.9);
    }

    .pageFooter .footerNav .footerMap {
        padding: 10px 0px 22px 0;
    }
    .gMap .addressBlock {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
	.navigation__inner{
		width: 100%;
	}
	.pageheader__navmain{
		top: 78px;
	}

    .banner-sec .banner .innerBanner-text {
        padding: 170px 60px 30px 30px;
    }

    .contactBlock ul li {
        font: 500 21px/36px 'averta-lightuploaded_file';
    }
    .pageFooter .footerNav .footerMap .location p {
        font-size: 15px;
        text-align:center;
    }
}
@media (max-width: 710px) {
.wpcf7-form-control.wpcf7-submit.cta.cta__white {
    cursor: pointer;
    width: 90%;
}
#wpcf7-f369-o1 .col-md-6 {

    padding-left: 0;
    padding-right: 0;

}
    .pageHeader .top-nav ul {
        padding-right: 0;
        text-align: center;
    }
    .pageHeader .top-nav ul li {
        padding: 6px 13px;
    }
    .pageHeader .top-nav ul li a {
        font-size: 12px;
    }

    .banner-sec .banner .banner-text {
        /* padding: 41px 0 30px 40px; */
    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 6%;
        top: 10%;
    }
    .banner-sec .banner .banner-text p {
        font-size: 37px;
        line-height: 54px;
    }
    .banner-sec .banner .banner-text .banner-logos ul li img {
        width: 50px;
    }

    .banner-sec .banner .banner-logos__banner-button {
        padding-left: 0;
    }

    .banner-sec .banner .banner-logos .cta {
        font-size: 11px;
    }

    .banner-sec .banner {
        height: 300px;
    }

    .banner-sec .banner .messageBlock {
        bottom: 45px;
        right: 20px;
    }
    .home-banner-j {
        height: 540px;
    }
    .formBlock .form {
        margin-bottom: 0;
    }

    .formBlock .form h3 {
        font-size: 15px;
    }
}
@media (min-width: 634px) {
    .imgWrap__imgBox .img20.desktop {
		display: flex;
		width: 100%;
		height: 100%;
		/*height: 383px;*/
    }

    .imgWrap__imgBox .img20.mobile {
        display: none;
    }
}
@media (max-width: 635px) {
    .banner-sec .banner .banner-logos ul li img {
        width: 44px;
    }
#mega-menu-wrap-top, #mega-menu-wrap-top #mega-menu-top, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item, #mega-menu-wrap-top #mega-menu-top li.mega-menu-row, #mega-menu-wrap-top #mega-menu-top li.mega-menu-column, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top span.mega-menu-badge {

    min-width: 100% !important;

}
#mega-menu-wrap-top #mega-menu-top > li#mega-menu-item-2056 ul.mega-sub-menu li >ul.mega-sub-menu {
    right: unset !important;
    left: 0% !important;
    top: 0;
    position: relative !important;
}
    body {
        padding-top: 50px;
    }

    .imgWrap__imgBox .img20,
    .imgWrap__imgBox .img50,
    .imgWrap__imgBox .img30 {
        width: 100%;
    }

    .imgWrap__imgBox {
        height: 100%;
        flex-direction: column;
    }

    .imgWrap__imgBox .img20 {
        height: 200px;
    }

    .imgWrap {
        padding-bottom: 40px;
    }

    .imgWrap__imgBox .img20.desktop {
        display: none;
    }

    .imgWrap__imgBox .img20.mobile {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .gMap .addressBlock {
        width: 100%;
        right: 0;
        left: 0;
        padding: 20px;
    }

    .pageFooter .footerNav ul.fNav02 {
        padding-top: 0px;
    }

    .pageFooter .footerNav .logo-list {
        padding-top: 30px;
    }

    .banner.contact-banner .banner--bg-banner {
        height: 266px;
        background-position: left top;
    }

    .banner-sec .banner .banner-text {
        /* padding: 50px 0 30px 15px; */
    }
    .home-banner-j {
        height: 350px;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 26px;
        float: left;
        /*border-top: 1px solid #ccc;*/
        width: 100%;
        padding-right: 50px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        display: block;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #474747;
        height: auto;
        padding: 10px 0 0 0;
        margin: 0;
    }

.mobile-banner {
    height: 265px;
}

    .banner-sec .banner.contact-banner {
        height: 280px;
    }

    .contentBlock h1.heading {
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .blgtitle{
        min-height:157px;
    }
}
@media (max-width: 605px) {
    .pageHeader .pageheader__brand--logo {
        width: 180px;
    }

    .banner-sec .banner .banner-text p {
		font-size: 18px;
		line-height: 34px;
		padding-top: 5px;
	}

    .banner-sec .banner ul.banner-list li {
        font-size: 10px;
    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 6%;
        top: 12%;
    }
    .banner-sec .banner ul.banner-list li:before {
        top: 10px;
    }

    .banner-sec .banner .banner-logos {
        padding-left: 15px;
        width: 100%;
    }

    .banner-sec .banner .banner-logos .cta {
        font-size: 11px;
        padding: 11px 15px;
        margin-right: 11px;
    }

    .banner-sec .banner {
        height: 400px;
    }
    .banner-sec .banner .homebanner-j{
        display:none;
    }
    .pageFooter .footerNav ul li {
        text-align: center;
        padding: 3px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .pageFooter .footerNav .fnav03 ul li {
        display: block;
    }

    .pageFooter {
        padding: 20px 0 45px 0;
    }
}
@media (max-width: 579px) {
    .hamb {
        position: absolute;
        left: 25px;
    }

    .pageHeader .pageheader__brand--logo {
        margin-left: 40px;
    }

    .pageHeader .top-nav ul li:last-child {
        padding-left: 5px;
		border-left: none;
    }
	.dropbtn {
		font-size: 9px;
		padding: 0;
	}
	.text {
    font-size: 13px !important;
    padding: 8px 20px !important;
	}
    .banner-sec .banner .banner-logos {
        padding-left: 0;
    }

    .pageHeader .top-nav ul li {
        padding: 6px 5px;
    }

    .pageHeader .top-nav ul li a {
        font-size: 11px;
    }

    .pageHeader .top-nav ul li.dropdown a:active, .pageHeader .top-nav ul li.dropdown a:focus {
        color: #000;
    }

    .pageHeader .top-nav ul li.sm span {
        padding: 0 5px;
    }

    .banner-sec .banner .banner-logos ul {
        display: none;
    }

    .banner-sec .banner .banner-logos .cta {
        font-size: 12px;
        width: 90%;
        margin: 0 0 10px 0;
    }

    .banner-sec .banner .banner-logos__banner-button {
        text-align: center;
    }
	li.tel-no a {
		display: none;
	}
}
/* Tablet Landscape - Design for a width of 991px to 768px
======================================================== */
@media only screen and (max-width: 767px) {
    .main .banner .banner-btn-wrap .cta {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }

    .main .features {
        padding: 40px 0;
    }

    .main .features__list-wrap {
        font-size: 0;
    }

    .main .features__list-wrap > div {
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 50%;
    }

    .main .partners h2 {
        margin-bottom: 20px;
    }

    .main .partners .partners__list {
        font-size: 0;
    }

    .main .partners .partners__list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 25px 15px;
    }

    .pageFooter .pageFooter__navfooter ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Mobile Portrait - Design for a width of 767px and below
======================================================== */
/* =========================== */
/*      Custom Breakpoints     */



/*28-01-2019*/


/*Macbook Air 11"*/


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

    .home-banner-j {
        height: 465px;
    }
    .navigation__inner {
		height: auto;
	}
    .reviews .review-box .review-text {
        /* min-height: 240px; */
    }
    .homeblog_outer img {
        width: 77%;
    }

    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 6px;
		border-top: none;
        padding-bottom: 12px;
    }
    .banner-sec .banner.contact-banner .contactBanner-text p {
        color: #4394ff;
        font: 30px/58px 'averta-extrabolduploaded_file';
        text-transform: uppercase;
        margin-top: -115px;
        margin-right: -90px;
    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 6%;
        top: 15%;
    }
    .banner-sec .banner .banner-text p {
        font-size: 22px;
        line-height: 34px;
    }
    .banner-sec .banner ul.banner-list li {
        font-size: 12px;
    }
    .banner-sec .banner .banner-logos ul {
        padding-bottom: 20px;
    }
    .banner-sec .banner .banner-logos ul li {
        display: inline-block;
        padding: 0px 5px;
        width: 10%;
    }

.banner-sec .banner ul.banner-list li:before {
    top: 10px;
}

}

/*end*/

/*
Macbook Pro Retina 15"*/


@media  only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    .home-banner-j {

    }
    .dropbtn {

        font-size: 11px;

    }
    .reviews .review-box .review-text .review-star {
        font-size: 17px;
        display: inherit;
    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 6%;
        top: 20%;
    }
}


/*Portrait and landscape iPhone 6*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    .home-banner-j {
        height: 415px;
    }
}


@media
only screen and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3)
{
    .home-banner-j {
        height: 325px;
    }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
    .home-banner-j {
        height: 350px;
    }.blogContent .blogBox .txtBlock h4 {
        padding-bottom: 5px;
        margin-bottom: 0;
        text-transform: none;
        height: 125px;
        line-height: 21px;
    }
#submit-resume {
    width: 100% !important;
}
    .blogContent .blogBox .txtBlock h4 a {
        color: #000000;
        font: 12px/20px 'averta-semibolduploaded_file';
    }
    .outer_recent img {
        margin-top: 13px;
        width: 100%;
    }
    .blogContent .blogBox .txtBlock h4 {
        padding-bottom: 5px;
        margin-bottom: 0;
        text-transform: none;
        height: 85px;
		line-height: 18px;
    }

    .blogContent .blogBox .txtBlock h4 a {
        color: #000000;
        font: 12px/20px 'averta-semibolduploaded_file';
    }
    .outer_recent img {
        margin-top: 13px;
        width: 100%;
    }
    .btn-home {

        right: 40%;

    }
    .banner-sec .banner.contact-banner .contactBanner-text p {
        color: #4394ff;
        font: 19px/58px 'averta-extrabolduploaded_file';
        text-transform: uppercase;
        margin-top: 25px;
        margin-right: -28px;
    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 6%;
        top: 20%;
        zoom: 65%;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
        display: inline-block;
        vertical-align: middle;
        padding: 6px 52px;
        width: 55%;
    }
    .navigation__inner {
        position: absolute;
        width: 100%;
        height: 40%;
        top: 0px;
        left: 0;
        overflow: hidden;
        z-index: 999999;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
        transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
        transition: transform 300ms linear, background-color 0s linear 300ms;
        transition: transform 300ms linear, background-color 0s linear 300ms, -webkit-transform 300ms linear;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}


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

    .row{
        margin: 0px;
    }
/*    .fax-no-footer{*/
/*    display:none!important;*/
/*}*/
/*.fax-contact{*/
/*     display:none!important;*/
/*}*/
/*.fax-no{*/
/*     display:none!important;*/
/*}*/
    .banner-sec .banner .innerBanner-text p {
        font-size: 25px;
        background: rgba(255, 255, 255, 0.7);
    }
    .banner-sec .banner.contact-banner .contactBanner-text p {
        font: 14px/29px 'averta-extrabolduploaded_file';
        margin: 45px 8px;
        text-align: left;
    }
    .contentBlock {
        padding: 25px 0 50px 0;
    }
    .outer_recent img {
        margin-top: 13px;
        width: 25%;

    }
    .leave-cmnt h6 {
        font-weight: 500;
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .blog-comment-form input{
        margin-bottom: 20px;
    }
    .blog-comment-form .col-lg-4{
        padding: 0px;
    }
    .insurTypeBlock {
        padding-bottom: 50px;
    }
    .mobile-company{
        display: block;
        width: 100%;
    }
    .desk-company{
        display: none;
    }
    .company-logo{
        text-align: center;
    }
    .banner-sec-error-con {
    margin-top: 50px;
}
.banner-sec-error-con h1 {
    font-size: 60px;

}
.banner-sec-error-con h2 {
    font-size: 20px;
}

}

.banner-cap {
    z-index: 10;
    position: absolute;
    top: 20%;
}


/*ipad portarte*/


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)

and (-webkit-min-device-pixel-ratio: 2)

{
.navigation__inner {
    height: 30% !important;
}
.banner-sec-error-con {
    margin-top: 160px;
}
    .home-banner-j {
        height: 345px;
    }
    .contactBlock ul li {
    display: list-item;
    padding: 0 0 30px 46px;
    position: relative;
    font: 500 15px/39px 'averta-lightuploaded_file';
}
    .banner-sec .banner .innerBanner-text {
        padding: 140px 100px 30px 30px;
    }
    .homeblog_outer img {
        width: 40%;
    }
    .gMap .addressBlock {
    }
    .btn-home {


        right: 42%;

    }
    .reviews .review-box .review-text {
        padding: 15px;
        height: 290px;
    }
    .dropbtn {
        font-size: 12px;
    }
	.pageHeader .top-nav ul li a {
		font-size: 12px;
	}
    .con-head{

    }
    .banner.contact-banner .banner--bg-banner {
        height: 310px;
        background-position: center top;
        margin-top: 35px;
    }
    .imgWrap__imgBox .imgSub:first-child {
        content: "";
        border-bottom: none;
    }
    .brBlock .brokerage .br-list ul li {

    padding: 7px 0 0 30px;

}
}


/*ipad landscape*/
@media only screen

and (min-device-width: 768px)

and (max-device-width: 1024px)

and (orientation: landscape)

and (-webkit-min-device-pixel-ratio: 2) {
    .imgWrap__imgBox .imgSub:first-child {
        content: "";
        border-bottom: none;
    }
    .banner-sec-error-con {
    margin-top: 160px;
}
    .brBlock .brokerage .br-list ul li {

    padding: 8px 0 0px 30px;

}
.navigation__inner {
    height: 70%!important;
}
    .contactBlock ul li {
    display: list-item;
    padding: 0 0 30px 46px;
    position: relative;
    font: 500 16px/39px 'averta-lightuploaded_file';
}
    .reviews .review-box .review-candidate {
        padding: 51px 0px 0 12px;
        display: flex;
    }
    .home-banner-j {
        height: 350px;
    }
    .contact-sec{
        position: relative;
        height: 312px;
		margin-top: 20px;
    }
    .banner.contact-banner .banner--bg-banner {
        height: 310px;
        background-position: center top;
        margin-top: 0px;
    }
    .banner-sec .banner.contact-banner .contactBanner-text {
        padding: 100px 100px 30px 0;
    }

    .dropbtn {
        font-size: 12px;
    }
    .reviews .review-box .review-text {

    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 6%;
        top: 20%;
        zoom: 65%;
    }
    .banner-sec .banner .innerBanner-text p {
        color: #4394ff;
        font-size: 45px;
        text-transform: uppercase;
        font-family: 'averta-extrabolduploaded_file';
    }
    .gMap .addressBlock {
        background: #333;
        padding: 30px;
        width: 540px;
        color: #ffffff;
        position: absolute;
        right: 100px;
        bottom: 0%;
    }
    .btn-home {


        right: 43%;

    }
    .homeblog_outer img {
        width: 78%;
    }
    .outer_recent img {
        margin-top: 25px;
        width: 100%;
    }
    .outer_recent h4 {
        font-size: 10px;

    }
    .blogSidebar .title h4 {
        color: #000000;
        font: 11px 'averta-semibolduploaded_file';
        font-weight: bold;
    }
    .blogContent .blogBox .txtBlock h4 a {
        color: #000000;
        font: 9px/8px 'averta-semibolduploaded_file';
    }
    .blogContent .blogBox .imgBox {
        height: 180px;
        width: 100%;
        margin-bottom: 15px;
    }
    .outer_recent p {
        font-size: 8px;
    }
}


/*iPhone 6, 7, & 8 Plus in portrait*/
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {
    .home-banner-j {
        height: 390px;
    }
    .pageFooter .footerNav ul {
        line-height: 0;
        text-align: center;
    }
    .brBlock .brokerage .br-list ul li {
    font-size: 16px;
    padding: 10px 0px 0px 30px;
    line-height: 30px;
}
    .reviews .review-box .review-text .review-star {
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 20px 0px;
        z-index: 10;
        width: 100%;
    }
    .reviews .title {
        position: relative;
        top: -34px;
        display: inline;
        background: #ffffff;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 0px 8px 0px 12px;
        border-bottom: 1px solid #ddd;
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text p {
        color: #ffffff;
        font: 20px 'averta-regularuploaded_file';
        text-transform: none;
        letter-spacing: 3px;
        text-align: left;
        text-transform: uppercase;
    }
    .banner-cap {
        z-index: 10;
        position: absolute;
        left: 5%;
        top: 13%;
    }
    .imgWrap__imgBox .imgMiddle {
        border-right: none;
    }
    .imgWrap__imgBox .img20 {
        border-right: none;
        border-bottom: 6px solid #ffffff;

    }
    .imgWrap__imgBox .imgMiddle .sub02 {
        height: 300px;
        border-bottom: 5px solid #fff;
    }
    .btn-home {
        text-transform: uppercase;
        padding: 15px 25px 15px 25px;
        color: #fff!important;
    }
    .banner-sec-error {
        position: relative;
        height: 257px;
    }
    .dropbtn {
        font-size: 12px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 50%;
        top: 40px;
        left: 0;
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
    }
    .blogSidebar {
        padding-top: 0px;
    }
    .contact-sec{
        position: relative;
        height: 275px;
        margin-top: 30px;
    }
    .reviews .review-box .review-text .review-star {display: inherit;margin-bottom: 10px;}
}

/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
    .home-banner-j {
        height: 545px;
    }
    .imgWrap__imgBox .imgSub:first-child {
        content: "";
        border-bottom: none;
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 20px 0px;
        z-index: 10;
        width: 100%;
    }
.brBlock .brokerage .br-list ul li {

    padding: 6px 0px 0px 30px;

}
    .banner-sec .banner.blog-innerBanner .innerBanner-text p {
        color: #ffffff;
        font: 20px 'averta-regularuploaded_file';
        text-transform: none;
        letter-spacing: 3px;
        text-align: left;
        text-transform: uppercase;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
        display: inline-block;
        vertical-align: middle;
        padding: 0 45px;
        float: left;
        width: 100%;
        border-bottom: none;
        padding-bottom: 10px;
    }
    .banner-sec .banner .banner-logos .cta {
        font-size: 11px;
    }
    .banner-sec .banner.contact-banner .contactBanner-text {
        padding: 100px 0px 30px 30px;
        text-align: center;
    }
    .banner-sec .banner .innerBanner-text p {
        font-size: 28px;
    }
    .banner-sec .banner .innerBanner-text {
        padding: 170px 0 30px 0px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 90%;
        top: 5%;
        left: 0;
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
    }
    .btn-home {
        bottom: 14%;
        right: 39%;
        padding: 10px 20px 10px 20px;
    }
    .banner-sec-error {
        position: relative;
        height: 265px;
    }

    .outer_recent img {
        margin-top: 13px;
        width: 15%;
    }
    .reviews .review-box .review-text {
        padding: 15px;

    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 20px 0px;
        z-index: 10;
        width: 100%;
    }
}




/*iPhone 6, 7, & 8 in landscape*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {

    .home-banner-j {
        height: 545px;
    }
    .banner.contact-banner .banner--bg-banner {
    height: 250px;
    background-position: center top;
    margin-top: 0px;
}
.banner-sec {
    position: relative;
    height: 355px;
}
    .imgWrap__imgBox .imgSub:first-child {
        content: "";
        border-bottom: none;
    }
    .reviews .review-box .review-text {

    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text p {
        color: #ffffff;
        font: 20px 'averta-regularuploaded_file';
        text-transform: none;
        letter-spacing: 3px;
        text-align: left;
        text-transform: uppercase;
    }
    .banner-sec .banner .innerBanner-text p {
        font-size: 28px;
    }
    .banner-sec .banner .innerBanner-text {
        padding: 170px 0 30px 0px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 90%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .btn-home {
        bottom: 14%;
        right: 39%;
        padding: 10px 20px 10px 20px;
    }
    .banner-sec-error {
        position: relative;
        height: 265px;
    }
    .outer_recent img {
        margin-top: 13px;
        width: 25%;
    }
    .outer_recent img {
        margin-top: 13px;
        width: 15%;
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 20px 0px;
        z-index: 10;
        width: 100%;
    }
    .dropbtn {

        font-size: 12px;
        border: none;
        text-transform: uppercase;
        color: #ffffff;
        font-family: 'averta-semibolduploaded_file';
		padding: 0;
    }
}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
    .home-banner-j {
        height: 350px;
    }
    .reviews .review-box .review-text {
    padding: 15px;
    height: 570px;
}
.brBlock .brokerage .br-list ul li {

    padding: 8px 0px 0px 30px;

}
    .pageFooter .footerNav ul {
        line-height: 0;
        text-align: center;
    }
    .contact-sec {
    position: relative;
    height: 275px;
    margin-top: 10px;
}
    .banner.contact-banner .banner--bg-banner {
    height: 225px;
    background-position: left top;
    margin-top: 10px;
}
    .reviews .title {
        position: relative;
        top: -34px;
        display: inline;
        background: #ffffff;
    }
    .pageFooter .footerNav .sa-list ul li {

        padding: 0px 0px 0px 10px;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 0px 8px 0px 12px;
        border-bottom: 1px solid #ddd;
    }
    .blogSidebar {
        padding-top: 0px;
    }
    .banner-sec .banner .innerBanner-text p {
        font-size: 22px;
        text-align: center;
    }
    .imgWrap__imgBox .imgMiddle {
        border-right: none;
    }
    .imgWrap__imgBox .img20 {
        border-right: none;
        border-bottom: 6px solid #ffffff;

    }
    .imgWrap__imgBox .imgMiddle .sub02 {
        height: 300px;
        border-bottom: 5px solid #fff;
    }
    .btn-home {
        text-transform: uppercase;
        padding: 15px 25px 15px 25px;
        color: #fff!important;
    }
    .contact-sec{
        position: relative;
        height: 275px;
        margin-top: 30px;
    }
    .dropbtn {
        font-size: 11px;
    }
    .banner-sec-error {
        position: relative;
        height: 257px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 50%;
        top: 40px;
        left: 0;
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
    }
    .outer_recent img {
        margin-top: 13px;
        width: 25%;
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 20px 0px;
        z-index: 10;
        width: 100%;
    }
    .reviews .review-box .review-text .review-star {
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text p {
        color: #ffffff;
        font: 20px 'averta-regularuploaded_file';
        text-transform: none;
        letter-spacing: 3px;
        text-align: left;
        text-transform: uppercase;
    }
}



/*iPhone X in landscape*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { /* STYLES GO HERE */}


/*iPhone X in portrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { /* STYLES GO HERE */ }


/*iPhone 5 & 5S in portrait*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
    .banner-sec .banner .innerBanner-text p {
        font-size: 25px;
    }
    .banner-sec .banner .innerBanner-text {
        padding: 130px 0 30px 11px;
    }
    .banner-sec .banner.contact-banner .contactBanner-text p {
        font: 11px/29px 'averta-extrabolduploaded_file';

    }
    .contactBlock ul li {

    font: 500 14px/36px 'averta-lightuploaded_file';
}
    .banner.contact-banner .banner--bg-banner {
        height: 240px;
        background-position: left top;
        margin-top: 33px;
    }
    .reviews .title {
        position: relative;
        top: -34px;
        display: inline;
        background: #ffffff;
    }
    .pageFooter .footerNav ul {
        line-height: 0;
        text-align: center;
    }
    .btn-home {
        text-transform: uppercase;
        padding: 15px 25px 15px 25px;
        color: #fff!important;
    }
    .banner-sec-error {
        position: relative;
        height: 257px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 50%;
        top: 40px;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .imgWrap__imgBox .imgMiddle {
        border-right: none;
    }
    .imgWrap__imgBox .img20 {
        border-right: none;
        border-bottom: 6px solid #ffffff;

    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 4px 8px 4px 8px;
        border-bottom: 1px solid #ddd;
    }
    .contact-sec{
        position: relative;
        height: 275px;
        margin-top: 15px;
    }

    .banner-sec .banner.blog-innerBanner .innerBanner-text p {
        color: #000000;
        font: 20px 'averta-regularuploaded_file';
        text-transform: none;
        letter-spacing: 3px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        padding: 5px;
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 45px 0px;
        z-index: 10;
        width: 100%;
        left: 0%;
    }
}


/*iPhone 5 & 5S in landscape*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    .banner-sec .banner .innerBanner-text {
        padding: 130px 0 30px 22px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 90%;
        top: 15px;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .dropbtn {
        font-size: 11px;

    }
    .btn-home {
        bottom: 8%;
        right: 38%;
        padding: 10px 20px 10px 20px;
    }
    .banner-sec-error {
        position: relative;
        height: 230px;
    }
    .outer_recent img {
        margin-top: 13px;
        width: 15%;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 5px 8px 5px 10px;
        border-bottom: 1px solid #ddd;
    }
    .banner-sec .banner.blog-innerBanner .innerBanner-text {
        padding: 170px 0 20px 0px;
        z-index: 10;
        width: 100%;
    }
    .banner.contact-banner .banner--bg-banner {
        height: 266px;
        background-position: left top;
        margin-top: 30px;
    }
}



/*Only iPhone 5 (landscape mode)*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:landscape)
{
    .home-banner-j {
        height: 420px;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
        display: block;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        color: #474747;
        height: auto;
        padding: 10px 0 0 0;
        margin: 0;
    }
    .btn-home {
        position: absolute;

        background: #4394ff;
        bottom: 5%;
        right: 30%;
        text-transform: uppercase;
        padding: 15px 25px 15px 25px;
        color: #fff!important;
    }
    .banner-sec-error {
        position: relative;
        height: 257px;
    }
    .banner-error-banner {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 50%;
        top: 40px;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 0px 8px 0px 12px;
        border-bottom: 1px solid #ddd;
    }
}


/*ipad pro portrate*/




@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .reviews .review-box .review-candidate {
        padding: 50px 0px 0 10px;
        display: flex;
    }
    .reviews .review-box .review-text {
        padding: 10px;
        height: 930px;
    }
    .pageFooter .smBlock ul li {
        padding: 0 5px;
    }
    .formBlock .form .form-inner .renewal-months p {
        font-size: 13px;
        padding: 0px 0px 5px 0px;
        margin: 0;
        font-family: 'averta-semibolduploaded_file';
    }
    .banner-sec .banner.contact-banner .contactBanner-text {
        padding: 150px 50px 30px 0;

    }
    .banner-sec .banner.contact-banner .contactBanner-text p {
        font: 20px/29px 'averta-extrabolduploaded_file';
        margin: 0px 0px;
        text-align: left;
    }
    .contactBlock ul li {
        display: list-item;
        padding: 0 0 30px 46px;
        position: relative;
        font: 500 15px/39px 'averta-lightuploaded_file';
    }
    .banner.contact-banner .banner--bg-banner {
        height: 310px;
        background-position: center top;
        margin-top: 20px;
    }
}

/*ipad pro landscape*/



@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .dropbtn {
        font-size: 16px;
    }
    .banner-sec .banner.contact-banner .contactBanner-text p {

        font: 35px/58px 'averta-extrabolduploaded_file';

    }


}



/*Portrait iPad mini 2, iPad mini 3, iPad mini 4, iPad 3, iPad 4, iPad Air and iPad Air 2*/

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait){
      .banner.contact-banner .banner--bg-banner {
    height: 300px;
    background-position: center top;
    margin-top: 0;
}

.fax-no-footer{
    display:none!important;
}
.fax-contact{
     display:none!important;
}
.fax-no{
     display:none!important;
}
  }


/*Landscape iPad mini 2, iPad mini 3, iPad mini 4, iPad 3, iPad 4, iPad Air and iPad Air 2*/

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape){
      .fax-no-footer{
    display:none!important;
}
.fax-contact{
     display:none!important;
}
.fax-no{
     display:none!important;
}

  }
@media only screen
and (min-device-width : 1536px)
and (max-device-width : 2048px)
and (-webkit-min-device-pixel-ratio: 2.0){
    .banner.contact-banner .banner--bg-banner {
		height: 300px;
		background-position: center top;
		margin-top: 30px;
	}
}
@media only screen and (min-width: 1900px) and (max-width: 2565px){
	.insurTypeBlock .blockLeft__inner .listingBlock ul li {
		line-height: 57px;
	}
}

@media only screen and (min-width: 1650px) and (max-width: 1700px){
	.insurTypeBlock .blockLeft__inner .listingBlock ul li {
		line-height: 58px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1450px){
	.insurTypeBlock #blockRight, .insurTypeBlock #blockLeft {
		height: auto;
	}
}

@media only screen and (max-width: 1366px){
	ul.listtype {
		padding: 0 0px;
	}
	ul.foot-list {
		margin-right: 0%;
		margin-top: 15px;

	}
	.insurTypeBlock .blockLeft__inner .listingBlock ul li {
		font-size: 14px;
	}
	.insurTypeBlock #blockRight, .insurTypeBlock #blockLeft {
		height: auto;
	}
.banner-cap {
    left: 10%;
}
.banner-sec .banner ul.banner-list li {
    font-size: 11px;
}
}
@media only screen and (max-width: 1280px){
    .blogContent .blogBox .txtBlock h4{
        height:180px;
    }
    .blogContent .blogBox {
        margin-bottom: 90px;
    }
	li#mega-menu-item-2353> ul.mega-sub-menu {
		margin-left: -78px !important;
	}
	ul.foot-list {
		margin-right: 0%;
	}
	ul.fNav01.foot-list2 li span {
		line-height: 1.5;
		font-size: 14px;
	}
	.insurTypeBlock .blockLeft__inner .listingBlock ul li {
		font-size: 13px;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		height: 64px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 10px;
		text-transform: uppercase;
	}
.pageFooter .footerNav ul li a {
    font-size: 13px;
}
.career-new-banner .banner-sec .banner .banner-logos ul {
    margin-left: -15px;
}
}
@media only screen and (max-width: 1154px){
	ul.foot-list {
		margin-top: 0;
	}
	.reviews .review-box .review-candidate {
		padding: 51px 0px 0 25px;
	}
.pageFooter .footerNav ul li a {
    font-size: 11px;
}
.banner-sec .banner .banner-text p {
    font-size: 15px;
    line-height: 24px;
}
.banner-sec .banner ul.banner-list li {
    font-size: 10px;
}
.banner-sec .banner ul.banner-list {
    padding-left: 8px;
}

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

    ul.dropdown-content li {
        width: 120px;
    }
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		position: absolute;
		right: unset !important;
		left: 100% !important;
		top: 0px;
	}
	li#mega-menu-item-2353> ul.mega-sub-menu {
		margin-left: 0px !important;
	}
	.navigation__inner {
		height: 80% !important;
		display: block;
		padding: 38px 0;
	}
		.sitemap ul {
		padding-left: 15px;
	}
	.banner.contact-banner .banner--bg-banner {
		margin-top: 0px;
	}
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		overflow: visible !important;
		overflow-x: unset !important;
		height: 100% !important;
		top: -122px !important;
	}*/
.banner-cap {
    left: 19%;
}
.banner-sec.mob-banner.abt-banner {
    background: url(https://kaseinsurance.com/wp-content/uploads/2022/12/aboutpage-ipad.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-sec.mob-banner.abt-banner .innerBanner-text {
    padding-top: 90px !important;
}
.banner-sec.mob-banner.abt-banner .banner .innerBanner-text p {
    font-size: 40px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px){
	.container-fluid.foot {
		padding-left: 1%;
		padding-right: 2%;
	}
	.col-lg-2.col-md-12.col-sm-12.no-padding {
		padding: 0;
	}
	ul.foot-list li {
		margin: 0px 0 0 0px !important;
	}
	.no-padding {
		padding: 0;
	}
	.pageFooter .footerNav ul li {
		margin: 0 0 0 0px;
	}
	.reviews .review-box .review-candidate {
		padding: 51px 0px 0 0px;
	}
	.pageFooter .footerNav ul li span {
		font-size: 10px;
	}
	.pageFooter .footerNav ul li a {
		font-size: 10px;
	}
	.pageFooter .footerNav .sa-list ul li a {
		font: 13px/20px 'averta-regularuploaded_file';
	}
	.banner-sec .banner .innerBanner-text {
		width: 45%;
	}
	.banner.contact-banner .banner--bg-banner {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 992px){
    .blogContent .blogBox .txtBlock h4{
        height: 70px;
    }
    
    ul.dropdown-content li {
        width: 146px;
    }
.pageFooter .footerNav ul li a {
    font-size: 14px;
}
.banner-cap {
    left: 9%;
}
}

@media only screen and (max-width: 768px){
    ul.dropdown-content li {
        width: 120px;
    }
	.pageHeader .top-nav ul li a {
		padding: 8px 0 8px 12px;
	}
	.pageHeader .top-nav ul li {
		padding: 10px 10px 10px 0;
	}
	.navigation__inner {
		height: 100% !important;
		display: flex;
		padding: 20px 0 0;
		width: 85%;
	}
.career-new-banner .banner-sec .banner .innerBanner-text {
    padding: 80px 0 20px 0px !important;
}
}
@media only screen and (max-width: 767px){
	.banner-sec {
		margin-top: 10px;
	}
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		overflow: visible !important;
		overflow-x: unset !important;
		height: auto !important;
	}*/
	.pageFooter .footerNav ul li a {
		font-size: 13px;
	}
	.textcenter {
		text-align: center;
	}
	.pageFooter .footerNav ul.fNav03 li:first-child{
		padding-bottom: 0px;
	}
	.pageFooter .footerNav ul.fNav02 {
		padding-top: 0px;
	}
.mobile-banner.home-mob {
    height: 545px;
}
}
@media only screen and (max-width: 736px){
    .pageHeader .top-nav ul li a {
        font-size: 12px;
        padding: 10px 0 10px 15px;
    }
    ul.dropdown-content {
        width: 116px;
    }
    ul.dropdown-content li {
        width: 115px !important;
    }
	.banner-sec {
		margin-top: 10px;
	}
	.formBlock .form .form-inner {
		padding: 45px 20px;
	}
.pageFooter .footerNav ul li a {
    font-size: 12px;
}
.mobile-banner.home-mob {
    height: 500px;
}
}
@media only screen and (max-width: 640px){
	textarea.wpcf7-form-control.wpcf7-textarea.form-msg, .formBlock .form .form-inner input {
		font-size: 14px;
	}
	.insurTypeBlock .blockLeft__inner .listingBlock {
		background: transparent;
		border: 5px solid #e4e4e4;
		padding: 15px 15px;
	}
	.insurTypeBlock .blockLeft__inner {
		background: transparent;
		margin-left: 0;
		padding-left: 0;
	}
	.insurTypeBlock #blockLeft {
		background: none;
		width: 95%;
	}
	.insurTypeBlock .blockLeft__inner .listingBlock ul {
		margin-left: 35px;
	}
	.insurTypeBlock .blockLeft__inner .listingBlock ul li {
		font-size: 14px;
	}
	.insurTypeBlock .blockLeft__inner .listingBlock ul li .icon {
		padding-right: 0px;
	}
	span.icon a img {
		margin-left: -33px;
	}
	.brBlock .brokerage {
		height: auto;
	}
	.banner-sec.mob-banner .banner .innerBanner-text {
		padding: 45px 0 15px 11px;
	}
	.banner-sec.mob-banner {
		background: url(https://kaseinsurance.com/wp-content/uploads/2019/10/kase-mob-ban.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		height: 382px;
	}.career-new-banner .banner-sec.mob-banner {
		height: 448px !important;}
	.testimonials {
		max-height: unset;
	}
	.view-btn {
		text-align: center;
		padding-top: 55px;
		display: block;
	}
	.view-btn a {
		max-width: 100%;
		background: #4394ff;
		color: #fff;
		padding: 18px 60px;
		font-size: 22px;
	}
	.view-btn a:hover {
		background: #993334;
	}
	ul.dropdown-content {
        margin-top: 5px !important;
    }
    .pageHeader .top-nav ul li a {
        font-size: 12px;
        padding: 10px 0 10px 12px;
    }
    .pageHeader .top-nav ul li {
        padding: 6px 8px 6px 0px;
    }
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		position: absolute;
		right: unset !important;
		left: 38% !important;
		top: 32px;
	}
	li#mega-menu-item-2353> ul.mega-sub-menu {
		margin-left: 0px !important;
		margin-top: 15px !important;
	}
	.footerNav.textalign {
		text-align: center;
	}
.pageFooter .footerNav ul li a {
    font-size: 11px;
}
.banner-sec.mob-banner.abt-banner {
    background: url(https://kaseinsurance.com/wp-content/uploads/2022/12/about-mobile-banner-new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mobile-banner.home-mob {
    height: 480px;
}
.banner-sec.mob-banner.abt-banner {
    height: 565px;
}
}
@media only screen and (max-width: 600px){
    .pageHeader .top-nav ul li a {
        font-size: 10px;
    }
	.navigation__inner {
		margin-top: 0;
		height: 130% !important;
		display: flex;
		padding: 0px 0 0;
		width: 100%;
		overflow-y: scroll;
	}
	#mega-menu-wrap-top {
		margin-top: 0;
		margin-bottom: 0;
		height: 100%;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item{
		padding-bottom: 5px;
    	padding-top: 10px;
	}
	.footerNav h4 {
		text-align: center;
		padding-top: 10px;
	}
	.pageheader__navmain.active .navigation__inner {
		background: #fff;
		padding: 10px 0;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		height: auto;
		padding: 10px 8px;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		margin-top: 10px;
	}
	#mega-menu-wrap-top #mega-menu-top > li#mega-menu-item-2056 ul.mega-sub-menu li >ul.mega-sub-menu {
		margin-top: 0;
	}
.pageFooter .footerNav ul li a {
    font-size: 14px;
}
.mobile-banner.home-mob {
    height: 440px;
}
}
@media only screen and (max-width: 540px){
    .pageHeader .top-nav ul li {
		padding: 0px 1px 5px;
	}
	.pageHeader .top-nav ul li a {
		font-size: 7px;
		padding: 8px 0 8px 5px;
    }
	.formBlock .form .form-inner {
		border: 1px solid #ffffff;
		padding: 10px 5px;
	}
	.formBlock .form {
		padding: 15px;
		width: 100%;
	}
	.formBlock .form .form-inner input {
		margin-bottom: 20px;
		height: 40px;
	}
	.wpcf7-form-control.wpcf7-submit.cta.cta__white {
		width: 100%;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.form-msg{
		height: 90px;
		margin-bottom: 20px;
	}
	.formBlock .form .form-inner .cta{
		padding: 10px 15px 10px;
	}
	.home-form-btn input.wpcf7-form-control.wpcf7-submit.cta.cta__white {
		margin-bottom: 0;
	}
	.formBlock .form h3 {
		margin-bottom: 12px;
	}
	.formBlock .form p {
		padding: 0px 5px;
	}
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		top: -98px !important;
	}*/
.mobile-banner.home-mob {
    height: 380px;
}
}

@media only screen and (max-width: 500px){
    .blogContent .blogBox .txtBlock h4{
        height: 90px;
    }
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
		width: 200px;
	}
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		top: -142px !important;
	}*/
.mobile-banner.home-mob {
    height: 345px;
}
}

@media only screen and (max-width: 480px){
	ul.listtype {
		padding: 0 0px;
	}
	.footerNav h4 {
		text-align: center;
	}
	ul.foot-list {
		display: block;
		width: unset;
	}
	ul.fNav01.foot-list2 li span {
		font-size: 12px;
	}
	.sitemap {
		padding: 50px 10px 30px;
	}
	.sitemap ul li i {
		margin-left: -23px;
	}
	.sitemap ul {
		padding-left: 20px;
		margin-left: 20px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
		width: 172px;
	}
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		top: -162px !important;
	}*/
.mobile-banner.home-mob {
    height: 340px;
}
.banner-sec.mob-banner.abt-banner {
    height: 500px;
}
.banner-sec.mob-banner.abt-banner .innerBanner-text {
    padding-top: 60px !important;
}
}
@media only screen and (max-width: 415px){
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		top: -156px !important;
	}*/
.mobile-banner {
    height: 220px;
}
.mobile-banner.home-mob {
    height: 270px;
}
.banner-sec.mob-banner.abt-banner {
    height: 450px;
}
.banner-sec.mob-banner.abt-banner .innerBanner-text {
    padding-bottom: 25px !important;
}
}

@media only screen and (max-width: 360px){
    .pageHeader .top-nav ul li {
		padding: 0px 1px 5px;
	}
	.pageHeader .top-nav ul li a {
		font-size: 7px;
		padding: 8px 0 8px 5px;
    }
	.dropbtn {

		padding: 0;
	}
	.formBlock .form .form-inner {
		padding: 15px 0px 10px;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.form-msg {

	}
	.banner.contact-banner .banner--bg-banner {
		height: 215px;
		background-position: left top;
		margin-top: 0 !important;
	}
	span.icon a img {
		margin-left: -50px;
		width: 18%;
		padding-right: 5px;
	}
	.banner-sec .banner.contact-banner .contactBanner-text p {
		margin: 28px 8px;
	}
	.banner-sec {
		margin-top: 0;
	}
.mobile-banner {
    height: 180px;
}
.mobile-banner.home-mob {
    height: 215px;
}
.banner-sec.mob-banner.abt-banner {
    height: 400px;
}
}
@media only screen and (max-width: 320px){
	.pageHeader .top-nav ul li {
		padding: 0px 1px 5px;
	}
	.pageHeader .top-nav ul li a {
		font-size: 6px;
		padding: 5px 0 5px 5px;
	}
	.pageHeader .top-nav ul li a {

	}
	.dropbtn {

		padding: 0;
	}
	.pageHeader .pageheader__navmain {
		height: 100%;
		background: #fff;
	}
	.navigation__inner {
		margin-top: 0;
		height: 200% !important;
		display: flex;
		padding: 0px 0 0;
		width: 100%;
		overflow-y: scroll;
	}
	span.icon a img {
		margin-left: -50px;
		width: 20%;
		padding-right: 5px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 10px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
		width: 140px;
	}
	/*#mega-menu-wrap-top #mega-menu-top > li#mega-menu-item-2056> ul.mega-sub-menu {
		width: 85%;
		margin-top: 10px;
	}*/
	/*li#mega-menu-item-2932> ul.mega-sub-menu {
		top: -156px !important;
	}*/
}
@media only screen and (max-width: 1024px) and (orientation: landscape){
    ul.dropdown-content {
        width: 153px;
    }
    ul.dropdown-content li {
        width: 153px;
    }
    .pageHeader .top-nav ul li a {
        font-size: 16px;
            padding: 10px 0 10px 8px;
    }
	.navigation__inner {
		height: 100% !important;
		display: block;
		padding: 38px 0;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		display: block;
	}
	#mega-menu-wrap-top{
		display: block;
		margin-top: 0;
	}
	#mega-menu-wrap-top #mega-menu-top {
		margin-left: 6% !important;
	}
	/*li#mega-menu-item-2353> ul.mega-sub-menu {
		top: 100% !important;
	}*/
.banner-cap {
    left: 5%;
}
.form.form-width {
    top: -45px;
}
}
@media only screen and (max-width: 992px) and (orientation: landscape){
    ul.dropdown-content {
        width: 146px;
    }
    ul.dropdown-content li {
        width: 146px;
    }
    .pageHeader .top-nav ul li a {
        font-size: 14px;
        padding: 10px 0 10px 16px;
    }
	.navigation__inner {
		height: 90% !important;
	}
    .form.form-width {
        top: -35px;
    }
}
@media only screen and (max-width: 769px) and (orientation: landscape){
    ul.dropdown-content {
        width: 132px;
    }
    ul.dropdown-content li {
        width: 132px !important;
    }
	.navigation__inner {
		height: 100% !important;
	}
}
@media only screen and (max-width: 736px) and (orientation: landscape){
	#mega-menu-wrap-top #mega-menu-top {
		margin-left: 0% !important;
	}
	.navigation__inner {
		height: 75% !important;
		width: 85%;
	}
}
@media only screen and (max-width: 640px) and (orientation:landscape){
	.navigation__inner {
		height: 72% !important;
		top: 22px;
		padding: 10px 0 0;
		width: 90%;
	}

}
@media only screen and (max-width: 601px) and (orientation:landscape){
	.navigation__inner {
		height: 75% !important;
		display: flex;
		padding: 10px 0 0;
		width: 100%;
	}
}
@media only screen and (max-width: 540px) and (orientation:landscape){
	.banner-cap {
		top: 20%;
	}
	.sitemap {
		padding: 100px 10px 30px;
	}
}
#mega-menu-wrap-top, #mega-menu-wrap-top #mega-menu-top, #mega-menu-wrap-top #mega-menu-top ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top li.mega-menu-item, #mega-menu-wrap-top #mega-menu-top li.mega-menu-row, #mega-menu-wrap-top #mega-menu-top li.mega-menu-column, #mega-menu-wrap-top #mega-menu-top a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top span.mega-menu-badge {

    min-width: auto ;

}
 /* ipad portrate */

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        .kasecareContent h4 {

    font: 14px/20px 'averta-semibolduploaded_file';
        }
body.ml-login-horizontal-align-3 .ml-form-container {
    justify-content: center;
}
body.ml-login-vertical-align-3 .ml-form-container {
    align-items: center;
}
.ml-container #login {
    right: 0;
}

       .outer_recent img {
    margin-top: 13px;
    width: 100%;
}
.blogSidebar .title h4 {
    color: #000000;
    font: 14px 'averta-semibolduploaded_file';
    font-weight: bold;
}
.outer_recent h4 {
    font-size: 12px;
}
.posts {

    padding: 0px;
}
#submit-resume {

    width: 100% !important;
}
.page-id-1271 .logo-text, .page-id-1345 .logo-text, .page-id-2783 .logo-text{

    width: 100%;
}
.page-id-1271 .logo-text, .page-id-1345 .logo-text, .page-id-2783 .logo-text{
    margin-top: 20px;
    float: left;
    width: 50%;
}
.card {

    padding: 0 0px!important;
}
.banner-rcont {
    padding-right: 0px;
}
    }
