/* Overrides KT class to hide Settings in Menu @ PC media */

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item.mobileMenuViewSettings {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .15rem;
    }
}

/* Mobile View */
@media (min-width: 320px) and (max-width: 767px) {
    .blue-round-div,
    .round-button-header,
    #imgcoverEng h2 {
        display: none;
    }
    #imgInsideButton {
        margin-top: 80px;
    }
    .hpSection01 .col-md-8 {
        text-align: center;
    }
    .dashboardSection01Border.col-md-4 {
        margin-top: 20px;
    }
    .dashboardSection01 {
        margin-top: 0px !important;
    }

    .dashboardSection01Title {
        font-size: 20px;
        margin-top: 10px;
        border-right: none;
    }
    

    .dashboardSection03Bg {
        height: 200px;
        background-position: center;
    }   

    .dashboardSection03Padding {
        padding-right: 10px;
    }

    .dashboardSection03 {
        padding: 20px 10px 20px 10px;
    }

    .dashboardSection03Padding {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

    .dashboardSection03Padding:last-child {
        border-bottom: 1px solid transparent;
    }
    
    .dashboardSection03ContentBlock {
        border-right: unset;
        padding-left: 30px;
        margin-top: 10px;
        font-size: 10px;
        text-align: left;
    }

    .dashboardSection03ContentDetail {
        color: #000;
        text-align:right;
        padding-right: 35px;
    }

    .dashboardSection01Box {
        position: unset;
        margin-bottom: 50px;
        padding: 5%;
        transform: translate(0%, 15%) !important;
    }

    .dashboardSection01Border {
        /*border-left: none;*/
    }

    .dashboardIcon {
        width: 50%;
    }

    .dashboardSection02 {
        padding-top: 22%;
    }
 
    .coverBtn, .renewBtn {
        padding: 10px 7px !important;
    }

    .announcementDate {
        top: 80%;
    }

    .carIcon {
        padding: 0;
    }

    .carIcon img {
        width: 110%;
    }

    .customMargin {
        margin-right: 0;
    }

    .homepage-section-1 {
        margin-top: unset !important;
        padding: 5rem 2rem !important;
    }

    .homepage-section-1-margin {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .homepage-banner-description {
        text-align: center;
    }

    .homepage-title {
        font-size: 40px !important;
    }

    .homepage-section-2 {
        text-align: center;
    }

    .homepage-section-2-info-title,
    .homepage-section-2-info-text {
        text-align: center;
    }

    .homepage-section-2-info-div {
        margin-top: 2rem;
    }

    .homepage-section-2-info-div:first-child {
        padding-left: 2rem !important;
    }

    .homepage-section-2-info-div:last-child {
        padding-right: 2rem !important;
    }

    .homepage-section-2-info-img {
        width: 60px;
    }

    .homepage-section-3 {
        padding: 3rem 1rem !important;
        text-align: center;
    }

    .homepage-partner-div {
        margin-bottom: 3rem;
    }

    .homepage-section-4 {
        padding: unset !important;
        text-align: center;
    }

    .hpSection04 {
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .homepage-section-4-info-div {
        padding: 2rem !important;
    }

    .homepage-section-5 {
        text-align: center;
    }

    .hpSection05 {
        padding: 10% 2rem !important;
    }

    .homepage-section-6 {
        padding: unset !important;
    }

    .homepage-section-6-bg {
        padding: 3rem 2rem !important;
    }

    .homepage-section-6-card {
        margin-top: 3rem;
    }

    .homepage-section-7-row {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .homepage-section-7-info-col1 {
        padding-left: unset !important;
    }

    .homepage-section-7-info-col2 {
        padding-right: unset !important;
    }

    .homepage-section-7-info-col1,
    .homepage-section-7-info-col2 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
        background-position: right !important;
    }

    .homepage-section-7-info-div {
        text-align: center;
        padding: 3rem !important;
    }

    .homepage-section-7-title {
        font-size: 25px !important;
    }

    .homepage-section-7-info-div2 {
        padding: 3rem !important;
        text-align: center;
    }

    .homepage-contact-details {
        text-align: left !important;
        padding-left: 1rem;
    }

    .homepage-partner-img {
        width: 75% !important;
    }

    .homepage-section-4 .homepage-partner-img {
        width: 100% !important;
    }

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

/* Ipad View */
@media (min-width: 768px) and (max-width: 990px) {
    .dashboardSection01 {
        margin-top: 50;
    }

    .dashboardSection03Bg {
        height: 200px;
        background-position: center;
    }

    .dashboardSection03Padding {
        padding-right: 15px;
    }

    .dashboardSection03 {
        padding: 20px 20px 20px 20px;
    }

    .dashboardSection01Box {
        top: 20%;
        padding: 3%;
    }

    .dashboardSection02 {
        padding-top: 20%;
    }

    .coverBtn, .renewBtn {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }

    .homepage-section-1-margin,
    .homepage-section-7-row {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .homepage-section-1 {
        padding: 10rem !important;
        text-align: center;
    }

    .hpSection02 {
        padding: 10px 60px 50px 60px !important;
    }

    .homepage-section-2-info-div {
        padding: 0px 1rem !important;
    }

    .homepage-section-2-info-div:first-child {
        padding-left: 1rem !important;
    }

    .homepage-section-2-info-div:last-child {
        padding-right: 1rem !important;
    }
    
    .homepage-partner-img {
        width: 90% !important;
    }

    .homepage-section-4 {
        padding: 3rem 2rem !important;
    }

    .homepage-section-4 .homepage-partner-img {
        width: 100% !important;
    }

    .homepage-section-4-info-div {
        padding: 0px 0px 0px 2rem !important;
    }

    .hpSection04 {
        padding: 50px 0px !important;
    }

    .homepage-section-6-bg {
        padding: 5rem 0rem 5rem 1rem !important;
    }

    .homepage-section-6 {
        padding: 1rem 0px !important;
    }

    .homepage-section-6-title {
        font-size: 35px !important;
    }

    .homepage-section-6-card {
        width: 100% !important;
    }

    .homepage-section-7-title {
        font-size: 36px;
    }

    .homepage-section-7-info-div {
        padding: 2rem 4rem !important;
    }

    .homepage-section-7-info-div2 {
        padding: 3rem 4rem !important;
    }
}

/* Ipad Pro View */
@media (min-width: 991px) and (max-width: 1199px) {
    .dashboardSection01Box {
        top: 18%;
    }

    .coverBtn, .renewBtn {
        padding: 10px 30px !important;
    }

    .customMargin {
        margin-right: 50px;
    }

    .homepage-partner-img {
        width: 90% !important;
    }

    .homepage-section-2-info-div {
        padding: 0px 1rem !important;
    }

    .homepage-section-2-info-div:first-child {
        padding-left: 1rem !important;
    }

    .homepage-section-2-info-div:last-child {
        padding-right: 1rem !important;
    }

    .homepage-section-4 {
        padding: 4rem 0rem !important;
    }

    .homepage-section-4-info-div {
        padding: 0px 0px 0px 2rem !important;
    }

    .homepage-section-6 {
        padding: 2rem !important;
    }

    .homepage-section-1-margin,
    .homepage-section-7-row {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

/* Iphone 5 View */
@media (max-width: 320px) {
    .announcementText {
        font-size: 15px;
    }

    .announcementTextSub {
        font-size: 11px;
    }

    .announcementDate {
        top: 75%;
    }

    .coverBtn, .renewBtn {
        padding: 7px !important
    }

    .carIcon img {
        width: 110%;
    }

    .customAlign {
        text-align: center;
    }

    .customAlign .btn {
        width: 100% !important;
    }
}
