/* ================================
   DESKTOP & LAPTOP (Hover dropdown)
   Applies to devices ≥ 768px
   ================================ */


/* @media (min-width: 768px) {
    .dropdown1:hover .dropdown-menu1 {
        display: block;
    }
} */


/* ================================
   LARGE DESKTOP SCREENS
   Min width: 1200px
   ================================ */
@media (min-device-width:1200px) {
    .mobile-menu {
        display: none;
    }
}

/* ================================
   TABLETS & SMALL LAPTOPS
   Max width: 991px
   (Bootstrap md breakpoint)
   ================================ */
@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
    }

    .custom-navbar {
        display: none;
        position: absolute;
        padding: 14px 20px;
        top: 100%;
        margin-top: 12px;
        left: 0px;
        width: 100%;
        /* height: 100%; */
        border-radius: 10px;
        background: #fff url(https://www.sixthsenseinsurance.com/assets/images/sixthsense/bg-banner.svg) top no-repeat;
        z-index: 9999;
    }

    .custom-navbar ul li a {
        /* background: #fff; */
        /* padding: 8px 14px; */
        text-decoration: none;
        /* color: #13131499; */
        display: block;
        line-height: 13px;
        width: auto;
    }

    .custom-navbar ul li a:hover {
        background: #f5f5f5;
        color: #13131499;
    }

    .mobile-nav.active .custom-navbar {
        display: block;
    }

    .menu {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0;
        margin: 0;
        gap: 16px;
        /* margin-bottom: 10px; */
    }

    .main-header {
        display: flex;
        position: relative;
        align-items: flex-start;
        align-items: center;
        justify-content: space-between;
    }
    .dropdown1{
        width: 100%;
    }
    .mobile-menu {
        position: absolute;
        top: 30px;
        right: 20px;
        font-size: 26px;
        cursor: pointer;
        z-index: 1001;
        border: 1px solid black;
        padding: 7px 16px;
    }

    .logo {
        margin-left: 0px;
    }

    .btn-pink {
        margin-left: 0px;
        /* padding: 1rem; */
    }

    .login-btn {
        margin-right: 0px;
    }

    .dropdown-menu1 {
        display: none;
        position: static;
        overflow: hidden;
    }

    .btn1 {
        margin-top: 10px;
    }

    .dropdown1.active .dropdown-menu1 {
        display: block;
    }

}

/* ================================
   MOBILE PHONES ONLY
   Max width: 767px
   ================================ */
@media (max-device-width:767px) {
    body {
        padding-top: 0px !important;
    }

    .insurance {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .mobile-menu {
        display: block;
    }

    .custom-navbar {
        display: none;
        position: absolute;
        padding: 14px 20px;
        top: 100%;
        margin-top: 12px;
        left: 0px;
        width: 100%;
        /* height: 100%; */
        border-radius: 10px;
        background: #fff url(https://www.sixthsenseinsurance.com/assets/images/sixthsense/bg-banner.svg) top no-repeat;
        z-index: 9999;
    }

    .custom-navbar ul li a {
        /* background: #fff; */
        /* padding: 8px 14px; */
        text-decoration: none;
        /* color: #13131499; */
        display: block;
        line-height: 13px;
        width: auto;
    }

    .custom-navbar ul li a:hover {
        /* background: #f5f5f5; */
        color: #13131499;
    }

    .mobile-nav.active .custom-navbar {
        display: block;
    }

    .menu {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0;
        margin: 0;
        gap: 16px;
        /* margin-bottom: 10px; */
    }

    .main-header {
        display: flex;
        position: relative;
        align-items: flex-start;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu {
        position: absolute;
        top: 24px;
        right: 20px;
        font-size: 26px;
        cursor: pointer;
        z-index: 1001;
        border: 1px solid black;
        padding: 7px 16px;
    }

    .logo {
        margin-left: 0px !important;
    }

    .btn-pink {
        margin-left: 0px;
        /* padding: 1rem; */
    }

    .login-btn {
        margin-right: 0px;
    }

    .dropdown-menu1 {
        display: none;
        position: static;
        overflow: hidden;
    }

    .btn1 {
        margin-top: 10px;
    }

    .dropdown1.active .dropdown-menu1 {
        display: block;
    }

    .info1 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sec1img {
        margin-left: 0px;
        width: auto;
    }

    .plans {
        display: grid;
        align-items: center;
        justify-content: space-between;
        grid-template-columns: auto auto auto auto auto auto auto;
        row-gap: 20px;
        column-gap: 20px;
    }

    .box-icon {
        width: 76% !important;
        height: 5% !important;
        opacity: 0.4 !important;
    }


    .service {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .sec4 {
        display: flex !important;
        flex-direction: column;
    }

    .aboutinfo {
        width: 100% !important;
        padding-top: 0px !important;
        order: 2;
    }

    .aboutimg {
        width: 100% !important;
        order: 1;
    }

    .aboutinfo p {
        width: 100% !important;
    }

    .aboutinfo ul li {
        width: 100% !important;
    }
/* 
    .dropdown-menu1 {
        position: static;
        box-shadow: none;
        padding-left: 15px;
        background: transparent;
    } */

    .dropdown1.active .dropdown-menu1 {
        display: block;
    }

    .sec5 {
        display: flex;
        flex-direction: column !important;
        padding-top: 0px !important;
    }

    .mobileimg {
        width: 100% !important;
        order: 2;
        padding-top: 71px;
    }

    .mobileinfo {
        width: 100% !important;
        order: 1;
        padding-top: 0px !important;
    }

    .adv {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .adv1 {
        width: 100%;
    }

    .advimg {
        width: 99px;
        height: 90px;
        margin-top: 10px;
    }


    .h1 {
        height: 223px;
    }

    .partners {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .partnerimg {
        width: 120px !important;
    }

    .footer-upper {
        grid-template-columns: repeat(1, 1fr);
    }

    .footerborder {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .footer-container {
        padding: 40px 0 15px 0 !important;
    }

    /* .footer-top{
        padding: 0px !important;
    } */

    .footer-info {
        text-align: center;
        padding: 10px 0px 0px 0px !important;
    }

    .personal-loan {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .pe1 {
        width: 100%;
        order: 1;
        /* margin-left: 95px; */
    }

    .pe1 img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        /* height: 322px; */
    }

    .pe2 {
        width: 100%;
    }

    .pe3 {
        width: 100%;
        order: 1 !important;
        /* margin-left: 95px; */
    }

    .pe3 img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        /* height: 322px; */
    }

    .pe4 {
        width: 100%;
    }

    .pe4 ul li {
        font-size: 15px;
        font-family: "mulish", sans-serif;
        text-align: left;
    }
     .career-job{
        grid-template-columns: 4fr;
    }

    .space-bottom{
        padding-bottom: 60px;
    }

    .forms{
        display: flex;
        flex-direction: column;
    }
    .form-half{
        width: 100%;
    }

    .form-container{
        padding: 15px;
    }

    .contact-form{
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .contact1{
        width: 100%;
    }

    .contact2{
        width: 100%;
        margin-left: 0px;
    }

    .personal-sec2{
        margin-left: 0px !important;
    }
}

/* ================================
   iPad Pro (Portrait & Landscape)
   1024px – 1366px
   ================================ */
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {

    body {
        /* padding-top: 100px !important; */
    }

    .mobile-menu {
        display: none;
    }

    .login-btn {
        margin-right: 0px;
    }

    .logo {
        margin-left: 0px;
    }

    .aboutinfo {
        width: 50% !important;
        padding-top: 100px !important;
    }

    .aboutimg img {
        max-width: 100% !important;
    }

    .mobileinfo {
        padding-top: 60px !important;
    }

    .personal-loan {
        display: flex;
        flex-direction: row !important;
    }

    .pe2 p {
        padding-top: 0px !important;
    }

    .pe3 img {
        max-width: 480px !important;
        height: auto !important;
        padding-top: 5px !important;
    }

    .pe3 {
        width: 50% !important;
        order: 1 !important;
        margin-right: 40px !important;
        margin-top: 60px !important;
    }

    .pe2{
        padding-top: 29px;
    }
   
}

/* ================================
   TABLETS (iPad / Android Tablets)
   768px – 1024px
   ================================ */
@media (min-width:768px) and (max-width: 1023px) {
    body {
        padding-top: 0px;
    }
    /* .mobile-menu{
        display: none;
    } */
    .aboutinfo {
        width: 65% !important;
        padding-top: 0px;
    }

    .aboutimg {
        width: 100% !important;
    }

    .aboutimg img {
        padding-top: 43px;
    }

    .mobileinfo {
        padding-top: 0px !important;
    }

    .partners {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .footer-upper {
        grid-template-columns: repeat(2, 1fr);
    }

    .adv1 {
        width: 100% !important;
    }

    .adv {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px !important;
    }

    .personal-loan {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

    .pe1 {
        width: 100%;
        order: 1;
        /* margin-left: 95px; */
    }

    .pe1 img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        /* height: 322px; */
    }

    .pe2 {
        width: 100%;
    }

    .pe3 {
        width: 100%;
        order: 1 !important;
        /* margin-left: 95px; */
    }
    .personal-sec2{
        margin-left: 0px !important;
    }
    .pe3 img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        /* height: 322px; */
    }

    .pe4 {
        width: 100%;
    }

    .pe4 ul li {
        font-size: 15px;
        font-family: "mulish", sans-serif;
        text-align: left;
    }
    .career-job{
        grid-template-columns: 4fr;
    }

        .contact-form{
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .contact1{
        width: 100%;
    }

    .contact2{
        width: 100%;
        margin-left: 0px;
    }
}

/* ================================
   iPad Air / iPad Pro (Specific)
   820px – 1180px
   ================================ */
@media (min-width: 820px) and (max-width: 1180px) {
    body {
        padding-top: 0px;
    }

    .aboutimg img {
        padding-top: 0px !important;
    }

    .logo {
        margin-left: 0px;
    }

    .personal-loan {
        display: flex;
        flex-direction: column !important;
        text-align: center;
        align-items: center;
        padding-bottom: 30px;
    }

    .pe1 {
        width: 100%;
        order: 1;
        /* margin-left: 95px; */
    }

    .pe1 img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        /* height: 322px; */
    }

    .pe2 {
        width: 100%;
    }

    .pe3 {
        width: 100%;
        order: 1;
        /* margin-left: 95px; */
    }

    .pe3 img {
        max-width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
        /* height: 322px; */
    }

    .pe4 {
        width: 100%;
        margin-left: 32px;
    }
    .personal-sec2{
        margin-left: 0px !important;
    }
    .pe4 ul li {
        font-size: 15px;
        font-family: "mulish", sans-serif;
        text-align: left;
    }
}