section[data-cattype="406"].wrapper_middle {
    padding: 30px 0;
    overflow: hidden;
}

section[data-cattype="406"] .col-sm-8 {
    width: 60%;
}

section[data-cattype="406"] strong {
    color: #F2B705;
}

section[data-cattype="406"] h1 {
    font-size: 40px;
    color: #071A3D;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 60px;
}

section[data-cattype="406"] tbody tr td:first-child {
    vertical-align: top;
    width: 33px;
    color: #cb131b;
    font-size: 16px;
}

section[data-cattype="406"] .mbtm {
    margin-bottom: 40px;
}

section[data-cattype="406"] tbody tr td {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 16px;
}

section[data-cattype="406"] .btn-success {
    color: #999;
    border-color: #999;
}

section[data-cattype="406"] .btn-success:hover {
    color: #fff;
}

section[data-cattype="406"] .align-left,
section[data-cattype="406"].align-left {
    text-align: left;
    padding: 0 20px;
}


/* ================================
   Animation - Hidden First
================================ */

section[data-cattype="406"].osp406-init .osp406-title-anim,
section[data-cattype="406"].osp406-init .osp406-line-anim,
section[data-cattype="406"].osp406-init .osp406-left-anim,
section[data-cattype="406"].osp406-init .osp406-right-anim {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity, transform;
}

section[data-cattype="406"].osp406-init .osp406-title-anim {
    transform: translateY(-30px);
}

section[data-cattype="406"].osp406-init .osp406-line-anim {
    transform: scaleX(0);
    transform-origin: left center;
}

section[data-cattype="406"].osp406-init .osp406-left-anim {
    transform: translateX(-55px);
}

section[data-cattype="406"].osp406-init .osp406-right-anim {
    transform: translateX(55px);
}


/* ================================
   Animation - Active
================================ */

section[data-cattype="406"].osp406-active .osp406-title-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp406TitleIn 0.8s ease forwards;
    animation-delay: 0.05s;
}

section[data-cattype="406"].osp406-active .osp406-line-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp406LineIn 0.8s ease forwards;
    animation-delay: 0.18s;
}

section[data-cattype="406"].osp406-active .osp406-left-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp406LeftIn 0.85s ease forwards;
    animation-delay: 0.25s;
}

section[data-cattype="406"].osp406-active .osp406-right-anim {
    visibility: visible;
    pointer-events: auto;
    animation: osp406RightIn 0.85s ease forwards;
    animation-delay: 0.35s;
}


/* ================================
   Keyframes
================================ */

@keyframes osp406TitleIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes osp406LineIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
    }
}

@keyframes osp406LeftIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-55px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

@keyframes osp406RightIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(55px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}


/* ================================
   Typical laptop screen size
================================ */

@media (max-width: 1400px) {

    section[data-cattype="406"] h1 {
        font-size: 38px;
    }

    section[data-cattype="406"] tbody tr td {
        font-size: 14px;
    }
}


/* ================================
   Portrait tablet to landscape and desktop
================================ */

@media (min-width: 768px) and (max-width: 980px) {

    section[data-cattype="406"] .col-sm-4,
    section[data-cattype="406"] .col-sm-8 {
        width: 100%;
    }

    section[data-cattype="406"].osp406-init .osp406-left-anim,
    section[data-cattype="406"].osp406-init .osp406-right-anim {
        transform: translateY(35px);
    }

    section[data-cattype="406"].osp406-active .osp406-left-anim,
    section[data-cattype="406"].osp406-active .osp406-right-anim {
        animation-name: osp406MobileIn;
    }
}


/* ================================
   Mobile screen size - landscape view
================================ */

@media (max-width: 767px) {

    section[data-cattype="406"] .col-sm-4,
    section[data-cattype="406"] .col-sm-8 {
        width: 100%;
    }

    section[data-cattype="406"].osp406-init .osp406-left-anim,
    section[data-cattype="406"].osp406-init .osp406-right-anim {
        transform: translateY(35px);
    }

    section[data-cattype="406"].osp406-active .osp406-left-anim,
    section[data-cattype="406"].osp406-active .osp406-right-anim {
        animation-name: osp406MobileIn;
    }
}


/* ================================
   Mobile screen size
================================ */

@media (max-width: 480px) {

    section[data-cattype="406"] h3 {
        padding: 0;
        font-size: 20px;
    }

    section[data-cattype="406"] p {
        padding: 0;
        font-size: 14px;
        margin-bottom: 0;
    }

    section[data-cattype="406"] .osp406-title-anim {
        font-size: 26px;
    }

    section[data-cattype="406"] h1 {
        margin-bottom: 20px;
        text-align: left;
        padding: 0 0 0 30px;
        font-size: 28px;
        text-transform: capitalize;
    }

    section[data-cattype="406"] .align-left,
    section[data-cattype="406"].align-left {
        text-align: left;
        padding: 0 20px 0 40px;
        font-size: 14px;
    }

    section[data-cattype="406"] #Name {
        margin-bottom: 20px;
    }

    section[data-cattype="406"] #inlineEnquiry {
        margin: 0 20px 0 0;
    }

    section[data-cattype="406"] .col-md-12 {
        padding: 0 10px 0 30px;
    }

    section[data-cattype="406"] iframe {
        margin-bottom: -55px;
    }

    section[data-cattype="406"].osp406-init .osp406-title-anim {
        transform: translateY(-20px);
    }

    section[data-cattype="406"].osp406-init .osp406-left-anim,
    section[data-cattype="406"].osp406-init .osp406-right-anim {
        transform: translateY(30px);
    }

    section[data-cattype="406"].osp406-active .osp406-title-anim,
    section[data-cattype="406"].osp406-active .osp406-left-anim,
    section[data-cattype="406"].osp406-active .osp406-right-anim {
        animation-name: osp406MobileIn;
    }
}

@keyframes osp406MobileIn {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}