@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    line-height: 26px;
    overflow-x: hidden;
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol {
    list-style-type: decimal
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a:hover {
    color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}


img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
 font-family: "Poppins", sans-serif;
    background: #f5f5f5;
    color: #000;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {

    color: #000;
    line-height: 1.7;
        font-size: 16px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
position: relative;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

h4.title {
    font-size: 26px;
    color: #0047AB;
}
.light-bg {
    background: #f3f9ff;
}

.common-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: rgb(255 255 255 / 61%);
    border: none;
    cursor: pointer;
    min-width: 150px;
    padding: 0;
}

.common-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: capitalize;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    transition: 0.3s;
    text-align: center;
}

.common-btn:before {
    background-color: rgb(209 20 62);
    transition: 0.3s ease-out;
    position: absolute;
    content: "";
}

.common-btn span {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(209 20 62);
    transition: 0.2s 0.1s;
}

.common-btn span:hover {
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
}

.common-btn:before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.common-btn:hover::before {
    width: 0%;
}
 section {
    padding: 60px 0;
 }

.white-btn {
    position: relative;
    z-index: 5;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
    background: #f99617;
    padding: 10px 25px 10px;
    box-shadow: inset 0 0px 0 50px #f99617;
    box-shadow: inset 0 0px 0 50px #f99617;
    font-size: 15px;
    border-radius: 6px;
    padding: 6px 18px 6px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    border: 0;
}

.white-btn:after {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #fff; */
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    position: relative;
    top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.white-btn:hover {
    box-shadow: inset 0 0px 0 0 #f99617;
    box-shadow: inset 0 0px 0 0
}

.common-btn {
    position: relative;
    z-index: 5;
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    background: #1d1d1f;
    box-shadow: inset 0 0px 0 50px #1d1d1f;
    font-size: 15px;
    border-radius: 6px;
    padding: 6px 18px 6px;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    border: 0;
}

.common-btn:after {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #fff; */
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    position: relative;
    top: 0px;
    font-size: 12px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.common-btn:hover {
    box-shadow: inset 0 0px 0 0 #009fe3;
    box-shadow: inset 0 0px 0 0
}




/*********** header start **********/
.top_hd {
    display: none;
}

header {
    background-color: #002a51;
    position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  /* padding-block: 0.5rem; */
  border-bottom: 1px solid #fff;
}
header.sticky {
    background-color: #002a51;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
}
.contact-info {
    display: flex;
  gap: 1rem;
}

.contact-info li {
    display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-info li .icon {
    font-size: 1.25rem;
  /* line-height: 40px; */
  text-align: center;
  width: 40px;
  line-height: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  background-color: #fa9214;
  display: flex;
  justify-content: center;
  align-items: center;

}

.contact-info li .icon svg {
    color: #fff;
    height: 1em;
}
.contact-info .text b {
    color: #fff;
}

.contact-info .text a {
    display: block;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-family: "Urbanist", sans-serif;
}
.contact-info .text a:hover {
    color: #fff;
}

header .navbar-brand img {
    width: min(50vw, 213px);
  transition: all 300ms ease;
}
header.sticky .navbar-brand img {
    max-width: 160px;
}



/********** Banner Start ************/
.banner-inner .banner-text :is(h1, h2, h3, h4, h5, h6, p) {
    color: #fff;
}
.banner.banner-inner:not(.banner-scs) .container {
    max-width: 100%;
}

.banner.banner-inner:not(.banner-scs) .row>*:first-child {
    background-color: #000;
    padding: 50px;
    display: grid;
    place-items: center;
}
.banner-inner h3 {
    text-transform: capitalize;
    font-size: 20px !important;
    font-weight: 600;
}
/* 
.banner-text .common-title::after {
    position: absolute;
    content: "";
    width: 50px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #fa9214;
    margin-inline: auto;
    right: 0;
} */

.banner-text h2.common-title,
.banner-text h1.common-title {
    font-size: 36px !important;
    text-transform: uppercase;
    color: #fa9214 !important;
}

.banner.banner-inner:not(.banner-scs) .row>*:last-child {
    align-self: center;
}

.banner.banner-inner .row {
    align-items: stretch !important;
}

.banner.banner-inner .form-banner {
    max-width: 800px;
    margin-inline: auto;
}

.banner-rt-fm:not(.with-border) .slide-form-bottom {
    background: transparent !important;
}

.banner-inner .fin-text.mt-2 {
    margin-top: 14px !important;
}


.form-bar {
        padding: 31px 0px 0;
    cursor: pointer;
}
.banner-rt-fm {
    border: none;
    padding: 2px;
    position: relative;
    pointer-events: all;
}

.form-control {
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    color: #000;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #053f75;
}
textarea {
    min-height: 70px !important;
}
.banner-rt-fm .form-inner-slide {
    padding-bottom: 0;
}


.row-custom-2 label.emailconsent-label {
    color: #000;
    font-size: 12px;
}


#static-request-info .mb-2.col-lg-6.col-12 {
    background: transparent;
    padding: 0px 15px 0px 15px;
}


.text-end-submit {
    text-align: right;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.banner-nurse-prog {
    background: #d6d6d6;
    padding-bottom: 0;
        padding-top: 102px;
}


.common-title {
    font-size: 36px;
    color: #053f75;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}




.banner-inner .form-bar h2.common-title {
    font-size: 24px !important;
}


#static-request-info {
    padding-bottom: 22px;
}


section.about-sec div.med-bill-img.med_bill_up img {
    aspect-ratio: 601 / 516;
    object-fit: cover;
    object-position: center;
}

.med-list.disc {
    padding: 0 !important;
}

.med-list.disc li {
    position: relative;
    display: flex;
    align-items: baseline;
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
}

.med-list li:not(:last-child) {
    margin-bottom: 18px;
}
.blue_text_li li {
    color: #000 !important;
}
.med-list.disc li::before {
    content: "";
    display: inline-block;
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    background-color: #fa9214;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #fa9214;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 10px;
}

.medical-paralax {
    padding-block: 48px;
    background: linear-gradient(hsl(0 0% 0% / 80%), hsl(0 0% 0% / 80%)), no-repeat fixed url("../images/digital-increasing-bar-graph-with-businessman-hand-overlay.jpg") center / cover;
}

.medical-paralax * {
    color: #fff;
}

.medical-paralax .d-lg-block img {
    height: 613px;
    object-fit: cover;
}

.common-title {
    font-size: 24px !important;
    line-height: 1.25 !important;
}

section a[href]:not(.common-btn) {
    color: #f99617;
}
.half-img-sec {
    position: relative;
    background: rgb(0 42 81 / 17%);
}
.half-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.half-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hf-image-text {
    padding-left: 30px;
}


@media (min-width: 992px) {

    /* .prog-sec .row > * { */
    /* flex: 1; */
    /* } */
    .sub-menu .offset-lg-3 {
        margin-left: 23.8%;
    }

    .paralax-content.medical-paralax:not(.py-5) {
        padding: 0;
    }

    .paralax-content.medical-paralax:not(.py-5) .container {
        max-width: 100%;
        padding: 0;
    }

    .paralax-content.medical-paralax:not(.py-5) .row>* {
        width: 50%;
    }

    .paralax-content.medical-paralax:not(.py-5) .row>*:last-child {
        display: grid;
        place-items: center;
    }

    .paralax-content.medical-paralax:not(.py-5) {
        padding: 0;
    }

    .paralax-content.medical-paralax:not(.py-5) .row>* {
        width: 50%;
    }

    .paralax-content.medical-paralax:not(.py-5) .row>*:last-child {
        display: grid;
        place-items: center;
    }

    .paralax-content.medical-paralax:first-child .container {
        max-width: 100%;
        padding: 0;
    }

    .info-parallax .blue-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: start !important;
    }

    .info-parallax .blue-text * {
        margin: 0 !important;
    }

    .info-parallax .blue-text .white-btn {
        min-width: max-content;
        padding: 15px 30px;
        text-transform: uppercase;
    }


}



.time-box.two {
    height: 100%;
    display: grid;
    align-content: flex-start;
    /* box-shadow: 0 0 0 1px #e0e0e0; */
    box-shadow: none !important;
    border: 1px solid rgba(224, 224, 224, 0.4);
}

.paralax-content .time-box {
    padding: 25px;
    border-radius: 0px;
    /* background-color: hsl(0 0% 100% / 10%); */
    background-color: transparent;
}

.time-box-style2 {
    display: flex !important;
    padding: 25px !important;
    width: 100%;
    gap: 10px 18px;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid rgba(224, 224, 224, 0.4);
}
.medical-paralax {
    padding-block: 48px;
    background: linear-gradient(hsl(0 0% 0% / 80%), hsl(0 0% 0% / 80%)), no-repeat fixed url(../images/digital-increasing-bar-graph-with-businessman-hand-overlay.jpg) center / cover;
}
.time-box-style2 .time-b-two {
    flex-basis: auto;
    width: auto;
}
.time-box-style2 .time-b-two.time-cell {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    flex-direction: column;
    /* min-width: 200px; */
}


.program_inner_sec {
    background: rgb(0 42 81 / 17%);
}
.prog-sec .row {
    row-gap: 24px;
}

.prog-sec .thumb-prog {
    text-align: center;
    padding: 25px 15px;
    position: relative;
    height: 100%;
    isolation: isolate;
    box-shadow: 0 3px 12px hsl(0 0% 0% / 5%);
    display: grid;
    background-color: #002a51;
    place-content: center;
}
.prog-sec .thumb-prog::before {
    content: "";
    position: absolute;
    background-color: #fff;
    inset: auto 0 0 0;
    height: 4px;
    transition: all 700ms 
cubic-bezier(0.125, 0.82, 0.145, 1);
}

.thumb-img {
    position: relative;
}

.prog-sec .thumb-prog h4 {
    font-size: 18px;
    color: #fff;
}

p.emb {
    padding: 40px 0px 0px;
    text-align: center;
}

p:last-child {
    margin-bottom: 0;
}

.prog-sec.program_inner_sec .thumb-img img {
    opacity: 1;
}
.prog-sec .thumb-prog img {
    margin-bottom: 15px;
    max-width: 80px;
}
.prog-sec .thumb-prog img {
    filter: unset;
}

.prog-sec .thumb-prog:hover::before {
    height: 100%;
    inset: 0;
}

.prog-sec .thumb-prog::before {
    content: "";
    position: absolute;
    background-color: #fff;
    inset: auto 0 0 0;
    height: 4px;
    transition: all 700ms 
cubic-bezier(0.125, 0.82, 0.145, 1);
}
.prog-sec.program_inner_sec .thumb-prog:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(31%) saturate(3354%) hue-rotate(351deg) brightness(101%) contrast(96%);
}

.prog-sec.program_inner_sec .thumb-prog:hover * {
    filter: inherit;
}

.prog-sec.program_inner_sec .thumb-prog:hover h4 {
    color: #000;
    z-index: 9;
}

.faq-section .accordion-item .accordion-header .accordion-button {
    background: #002a51;
    color: #fff;
    font-weight: 700;
    padding-block: 6px;
}
section.faq-section .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.accordion-body {
    padding: 1rem 1.25rem;
}


.faq-section .accordion-item .accordion-header .accordion-button.collapsed {
    background: #ffffff;
    color: #000;
}
section.faq-section .accordion h2 .accordion-button.collapsed {
    background: 0;
    border: none;
}
.faq-section .accordion-item .accordion-header .accordion-button {
    background: #002a51;
    color: #fff;
    font-weight: 700;
    padding-block: 18px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://abcott.edu/wp-content/uploads/2023/06/down.png);
    transform: rotate(-180deg);
    filter: invert(100%) sepia(12%) saturate(7453%) hue-rotate(178deg) brightness(112%) contrast(111%);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out, border-radius .15s 
ease;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}




.info-parallax {
    display: grid;
    place-items: center;
    background: linear-gradient(hsl(0 0% 0% / 80%), hsl(0 0% 0% / 80%)), no-repeat fixed url(../images/business-man-expanding-futuristic-virtual-screen-modern-tablet.jpg) center / cover;
}


.info-parallax .blue-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start !important;
}

.info-parallax h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 100%;
}

.info-parallax .blue-text .white-btn {
    min-width: max-content;
    padding: 15px 30px;
    text-transform: uppercase;
}
.info-parallax .blue-text * {
        margin: 0 !important;
}

.test-box-inner {
    position: relative;
}
.test-box-white {
    padding-left: 45px !important;
}
.test-box-white {
    padding: 20px;
    border: 1px solid #ededed !important;
    background-color: #fafafa !important;
    position: relative;
    margin-bottom: 20px;
    min-height: 316px;
}
.g-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
}
.rating-star {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.test-box-inner::before {
    content: "";
    height: 90px;
    left: 10px;
    top: 24px;
    width: 24px;
    background: url(https://abcott.edu/wp-content/uploads/2023/03/quotes-img.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 99;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li button:before {
        font-size: 18px !important;
}

.test-box-white:before {
    /* border-color: rgba(237, 237, 237, 0); */
    border-top-color: #ededed;
    border-width: 12px;
    margin-left: -12px;
}
.test-box-white:after, .test-box-white:before {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}



.test-box-white:after {
    border-color: rgba(250, 250, 250, 0);
    border-top-color: #fafafa;
    border-width: 10px;
    margin-left: -10px;
}
.test-box {
    padding: 0 15px;
}

.rating-star li {
    margin-right: 4px;
    color: gold;
}








footer {
     padding: 50px 0 0;
    background-image: url(../images/546.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
footer p {
    padding: 12px 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
        border-top: 1px solid rgb(187 221 247 / 13%);
    font-family: "Urbanist", sans-serif;
    position: relative;
    margin-top: 30px;
}

footer:before {
    padding: 50px 0 0;
    content: '';
    background: rgb(0 0 0 / 85%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.fotter_logo img {
    width: 297px;
}
.ft_content {
    position: relative;
    text-align: center;
}

.ft_addres ul {margin: 16px 0;}

.ft_addres ul {
    margin: 16px 0;
}
.ft_addres ul a {
    font-weight: 700;
}

.ft_addres ul li  {
   margin-bottom: 7px;
}

.ft_addres ul li {
    color: #fff;
    font-weight: 500;
}

.social_link ul{
       display: flex;
    justify-content: center;
    gap: 25px;
}
.social_link li a:hover {
    color: #fff;
}

.social_link h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    background: #fa9214;
    padding: 5px 10px;
    display: inline-block;
        margin: 24px 0 10px;
}

.social_link li {
    color: #fff;
}



.call-button {
    position: fixed;
    text-align: center;
    background: #002a51;
    color: #fff;
    z-index: 9999;
    cursor: pointer;
    font-size: 17px;
    right: auto;
    left: 25px;
    top: auto;
    bottom: 5px;
    transform: none;
    padding: 0;
    width: 80px;
    min-height: 80px;
    border-radius: 82px;
    animation: shadow-pulse 1s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-button a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 18px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(0 42 81);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}





@media (max-width: 767px) {
    section {
        overflow: hidden;
    }
    .innerbanner-type2 .banner-imagepart {
        flex-basis: 100%;
        width: 100%;
    }
    .innerbanner-type2 {
        display: block;
    }
    .innerbanner-type2 .banner-text-part {
        width: 100%;
    }
    .innerbanner-type2 .banner-text-part {
        padding: 29px calc(50vw - (1340px / 2)) 65px 15px !important;
    }
    .counter-box-wrapper {
        flex-direction: column;
        gap: 18px;
    }
    .counter-box-section .counter-box {
        width: 100%;
    }
    .phlebotomy-chart .text-white {
            padding-top: 45px;
    }
    .service-section-title {
            width: 100%;
    overflow-x: scroll;
    }
    .finci_add .ab-inner {
        margin-top: 33px;
    }
    .courses-holder .coursesection {
            display: block;
    }
    .courses-holder .imagepart {
        position: inherit;
        width: 100%;
    }
    .courses-holder .text-part {
        padding: 25px 0px 25px 3px;
        width: 100%;
    }
    .courses-holder .coursesection.revrse .text-part {
            padding: 25px 0px 25px 0px;
    }
    .page-ul li {
        width: 100%;
    }
    .social_link ul {
           flex-direction: column;
    }
    .db_btns a{
        margin-right: 13px;
                margin-bottom: 14px;

    }
    .about-sec .med-bill-img  {
            margin-bottom: 20px;
    }
    .half-img {
    position: relative;
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
}
.half-img-sec {
    padding: 0;
}
.half-img img {
    height: 234px;
}
.hf-image-text {
    padding: 20px 0;
    padding-left: 0;
}
.time-box-style2 {
    flex-wrap: wrap;
}
.time-box-style2 .time-b-two.time-cell {
    padding-left: 0;
    border-left: none;
}
.info-parallax .blue-text {
        flex-wrap: wrap;
    gap: 26px;
}
.info-parallax h2 {
        flex: 0 0 100%;
}
.banner.banner-inner:not(.banner-scs) .row>*:first-child {
    padding: 20px;
}
}