@media only screen and (max-width: 1199px){
section#meet-section .meeting-wrapper {
    width: 37%;
}
h2.common-tit {
    font-size: 36px;
    line-height: 56px;
}
.banner-section-wrapper .content-wrap {
    width: 56%;
}
.expertise-wrapper-list ul.expertise-list {
    flex-wrap: wrap;
}
.expertise-wrapper-list ul.expertise-list li.box {
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
}
#about-section .about-title {
    width: 42%;
}
section#client-testimonials ul {
    padding: 0 60px;
}
#client-testimonials li.reviews-wrap {
    max-width: 100%;

}
section#client-testimonials ul button {
    height: 50px;
    width: 50px;
}
section#client-testimonials ul button.owl-prev {
    left: 0;
}
section#client-testimonials ul  button.owl-next {
    right: 0;
}
section#client-testimonials ul button:before {
    top: 8px;
}
header#header .main-header-wrapper .header-logo-wrapper {
    width: 35%;
}
header#header .main-header-wrapper .wrap-nav-section {
    width: 65%;
    display: flex;
    align-items: center;
}
header#header .main-header-wrapper .wrap-nav-section .contact-detail-wrap {
    width: 90%;
    display: flex;
}
header#header .main-header-wrapper .wrap-nav-section .nav-menu-wrap {
    width: 10%;
}
header#header ul.contact-detail {
    padding-bottom: 0;
}
header#header ul.contact-detail, header#header  ul.nav-section, header#header div#desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
header#header ul.contact-detail li {
    display: flex;
    align-items: center;
}

}
@media only screen and (max-width: 1024px) {
#header .menu {
    width: 38px;
    height: 38px;
    border-radius: 40px;
    padding: 10px 10px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    background: transparent;
    line-height: 100%;
    display: block;
}
#header #desktop-nav {
    position: fixed;
    right: -375px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 375px;
    height: 100%;
    background-color: #F0912C;
    z-index: 999;
    display: block !important;
    transition: all 0.5s ease 0s;
    /* text-align: center; */
    left: auto;
}
html.show-menu .wrap-nav-section::before{
    content: "";
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.8;
}
html.show-menu #header #desktop-nav {
     right: 0;
     pointer-events: visible;
}
#header .menu>.line:first-child {
    /* margin-top: 0; */
}
#header .menu .line {
    width: 24px;
    height: 3px;
    background-color: #fff;
    margin-top: 3px;
}
#header .menu {
    width: 38px;
    height: 38px;
    border-radius: 40px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    background: transparent;
    line-height: 100%;
    display: block;
}
#header #desktop-nav .close-button {
    position: absolute;
    width: 36px;
    height: 38px;
    right: 15px;
    top: 15px;
    border: 1px solid transparent;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0;
    display: block;
    padding-left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header #desktop-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
}
#header #desktop-nav ul>li {
    padding: 0;
    flex: 0 0 100%;
    text-align: left;
    margin: 0;
}
#header .main-btn.contact-btn {
    margin-top: 10px;
}
ul.nav-section {
   display: block;
}
.main-header-wrapper .wrap-nav-section {
	order: 3;
	text-align: end;
	justify-content: end;
	display: flex;
}
.main-header-wrapper .button-sec {
	width: 65%;
	text-align: end;
}
html.show-menu ul.nav-section li a {
	color: #fff;
	padding: 11px 15px;
	display: block;
	border-bottom: 1px solid #5381f5;
}
html body {
    padding-top: 0;
}
header#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: transparent;
    transition: 0.5s all ease;
}
header#header.fixed {
    padding: 10px 0;
    box-shadow: 0 0 5px #686868;
}
header#header ul.contact-detail a:hover, header#header ul.nav-section li a:hover, header#header ul.nav-section li.active a {
    color: #0054AA;
}
html.show-menu #header #desktop-nav .common-btn-wrap.common-btn {
    text-align: left;
    margin: 15px 0 0 15px;
}
header#header ul.contact-detail a {
    font-size: 14px;
    line-height: 14px;
}
header#header .main-header-wrapper .wrap-nav-section .contact-detail-wrap {
    display: block;
}
section#meet-section {
    padding: 90px 0 90px 0;
}

}
@media only screen and (max-width: 1023px){
/***************************************************************************************************************/
    #client-testimonials li.reviews-wrap p {
        font-size: 16px;
    }
    .about-image.mobile-view {
        display: block;
    }
    #about-section {
        padding: 670px 0;
    }
    #about-section .about-title {
        width: 100%;
    }
    #about-section .about-title h2.common-tit {
        text-align: center;
    }
    .about-image.desktop-view {
        display: none;
    }
    #about-section .about-title .common-para {
        padding-top: 24px;
    }
    #about-section .about-image {
        margin: 0 -8px 0 auto;
        max-width: 86%;
    }
/**************************************************************************************************************************/
    #meet-section .metting-title .common-para p {
        padding: 24px 250px 36px  0;
    }
.banner-section-wrapper h2.hybrid-insurance-title {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.banner-section-wrapper h2.hybrid-insurance-title span {
    font-size: 45px;
    line-height: 50px;
}
.banner-section-wrapper .content-wrap {
    width: 100%;
}
.banner-section-wrapper .content-wrap p.loan-title {
    text-align: center;
}
.banner-section-wrapper .content-wrap .common-btn {
    text-align: center;
}
section#our-expertise,
section#client-testimonials,
section#offering-section  {
    padding: 65px 0 65px 0;
}
section#meet-section .meeting-wrapper {
    width: 100%;
}
#offering-section h2.common-tit {
    padding: 0 0px 32px 0px;
}
.about-image.desktop-view {
    width: 65%;
}
#about-section .about-title .common-para p {
    padding-right: 0;
}

section#home-banner {
    height: 700px;
}
header#header .main-header-wrapper .header-logo-wrapper {
    width: 25%;
}
header#header .main-header-wrapper .wrap-nav-section {
    width: 74%;
}

}

@media only screen and (min-width:768px) and (max-width: 1023px){
section#meet-section {
    background-size: 120% auto;
    background-position: -110px 0;
}
section#meet-section .meeting-wrapper {
    width: 50%;
}
#about-section {
    padding: 570px 0;
}
#meet-section .metting-title .common-para p {
    padding: 15px 0px 20px  0;
}
section#meet-section {
    padding: 30px 0 90px 0;
}
#about-section .container {
    position: relative;
}
body.about #about-section {
    padding: 0px 0 80px 0;
}
section#about-section.last-section .about-contain {
    padding: 0px 0 0 0;
}
body.about .common-para.first-top p {
    padding: 0 0 0px 0;
}
body.about #about-section.last-section .about-image {
    margin: 0 auto 0 -8px;
    max-width: 90%;
}
body.about #about-section.last-section {
    padding: 80px 0 80px 0;
}
body.about #about-section.last-section .common-btn a.read-more,
body.about #about-section .common-btn a.read-more {
    margin: 0 auto;
    display: table;
}
body.about #about-section .about-image {
    margin: 15px -8px 30px auto;
    max-width: 90%;
}


}
@media only screen and (max-width: 767px){
#about-section .about-image {
    max-width: 100%;
    margin: 0 -8px 0px auto;
}
#client-testimonials .slider-icon-section .comma-img-wrap {
    width: 35px;
    height: 25px;
}
#client-testimonials .slider-icon-section {
    padding: 19px 0px 18px 0;
}
#client-testimonials li.reviews-wrap p {
    font-size: 14px;
}
    .expertise-wrapper-list ul.expertise-list li.box img {
        height: 60px;
        width: 55px;
    }
 section#home-banner {
    height: 700px;
    background-image: url(../images/mobile-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
.banner-section-wrapper h2.hybrid-insurance-title {
    font-size: 26px;
    line-height: 31px;
    max-width: 250px;
    margin: 0 auto;
}
.banner-section-wrapper h2.hybrid-insurance-title span {
    font-size: 26px;
    line-height: 31px;
}
.banner-section-wrapper .content-wrap p.loan-title {
    font-size: 15px;
    line-height: 20px;
}
section#home-banner {
    height: 400px;
}
a.button, .button, button, form input[type="submit"], .common-btn a, .error-404.not-found.container .content-element a.aibeat-button.pink-button {
    line-height: 14px;
    font-size: 14px;
}
h2.common-tit {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 15px;
}
.common-para p {
    font-size: 14px;
    line-height: 22px;
}
ul.expertise-list h3.box-tit {
    font-size: 16px;
    line-height: 16px;
}
ul.expertise-list  p.box-conrent {
    font-size: 14px;
    line-height: 20px;
}
.expertise-wrapper-list ul.expertise-list li.box {
    min-height: 235px;
    padding: 10px 5px 10px 5px;
}
ul.expertise-list a.readmore {
    font-size: 16px;
    line-height: 16px;
}
.expertise-wrapper-list ul.expertise-list {
    padding-top: 25px;
}
section#our-expertise, section#client-testimonials, section#offering-section {
    padding: 35px 0 35px 0;
}
#client-testimonials li.reviews-wrap h3.date {
    font-size: 14px;
    line-height: 14px;
}
body p {
    font-size: 14px;
    line-height: 21px;
}
section#client-testimonials ul button {
    height: 30px;
    width: 30px;
    padding: 0;
}
section#client-testimonials ul button.owl-prev:before, 
section#client-testimonials ul button.owl-next:before {
    top: 0;
    font-size: 24px;
}
ul.testimonials-reviews.owl-loaded.owl-drag  .owl-nav {
    max-width: 96%;
}
#client-testimonials .content-title-section h3 {
    font-size: 16px;
    line-height: 16px;
}
section#client-testimonials ul {
    margin-top: 25px;
}
#client-testimonials li.reviews-wrap {
    padding: 11px 21px 2px 21px;
    min-height: 355px;
}
section#meet-section .meeting-wrapper h3.very-small-tit {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
#meet-section .metting-title .common-para p {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0 15px  0;
}
section#meet-section .meeting-wrapper h2.common-tit {
    text-align: center;
    padding-bottom: 15px;
}
#meet-section .metting-title  .common-btn {
    text-align: center;
}
section#meet-section {
    padding: 30px 0 310px 0;
    background-repeat: no-repeat;
    background-image: url(../images/meet-founder-mobile-banner.png);
}
#about-section .about-image {
    margin: 0 -8px 25px auto;
}
#about-section .about-title {
    width: 100%;
}
.about-image.mobile-view {
    display: block;
}
#about-section .about-title h2.common-tit {
    text-align: center;
}
.about-image.desktop-view {
    display: none;
}
#about-section .container {
    position: static;
}
#about-section {
    padding: 35px 0 35px 0;
}
#about-section .about-title .common-btn {
    padding-top: 10px;
    text-align: center;
}
section#client-testimonials ul {
    padding: 0 28px;
}
.header-button .button-sec .common-btn-wrap.common-btn {
    display: block;
}
header#header .main-header-wrapper .wrap-nav-section {
    display: block;
    width: 65%;
}
header#header .main-header-wrapper .wrap-nav-section .nav-menu-wrap {
    width: 100%;
    display: flex;
}
html.show-menu #header #desktop-nav .common-btn-wrap.common-btn {
    display: none;
}
header#header .main-header-wrapper .wrap-nav-section .nav-menu-wrap .menu.mobile-view {
    order: 2;
    width: 20%;
}
header#header .main-header-wrapper .wrap-nav-section .nav-menu-wrap .nav {
    width: 80%;
}
header#header .main-header-wrapper .header-logo-wrapper {
    width: 35%;
}
header#header .header-button .button-sec a.login {
    padding: 14px 22px 14px 22px;
}
.contact-detail-wrap.mobile-view {
    display: block;
}
header#header .main-header-wrapper .wrap-nav-section .contact-detail-wrap.desktop-view {
    display: none;
}
header#header ul.contact-detail li {
    align-items: center;
    display: flex;
    padding: 10px 0 10px 38px;
}
header#header ul.contact-detail li:before {
    left: 0;
    height: 30px;
    width: 30px;
    background-size: 18px;
}
header#header ul.contact-detail {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
}
header#header ul.contact-detail li.email:before {
    background-position: 6px -37px;
}
header#header ul.contact-detail li:before {
    background-position: 6px -85px;
}
header#header .main-header-wrapper {
    padding: 10px 0 0 0;
}
.header-button {
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

}
@media only screen and (min-width: 580px) and (max-width: 767px){
    #about-section .about-image {
        margin: 0 -9px 25px auto;
        max-width: 85%;
    }
    header#header ul.contact-detail {
        justify-content: space-around;
    }
}
@media not all and (min-resolution:.001dpcm){
    .banner-section-wrapper .content-wrap {
        width: 49%;
    }
    .expertise-wrapper-list ul.expertise-list li.box:not(:last-child) {
        margin-right: 10px;
    }
}
@media not all and (min-resolution:.001dpcm){
    @media only screen  and (max-width: 767px){
        .expertise-wrapper-list ul.expertise-list li.box:not(:last-child) {
            margin-right: 5px;
        }
        .banner-section-wrapper .content-wrap {
            width: 100%;
        }
    }
}
