/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}
body .container-fluid{
    width: 100%!important;
    max-width: 1440px!important;
}
body .container{
    width: 100%!important;

}
/* Chrome, Safari, Edge, Opera */

body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

body input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #f98019;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #e15665!important;
    border-color: #f98019;
}


/* header */

#header.header-transparent {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}

img.logo_img {
    max-width: 187px;
    padding: 3px 0;
    color: #f11a21;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 24px;
    font-size: 18px;
    color: #000;
}

.navbar li i {
    margin-right: 5px;
    border-right: 1px solid #1950a6;
    padding-right: 10px;
    color: #124ba0;
}

.navbar li {
    position: relative;
}

nav#navbar {
    width: 100%;
    padding: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

body .btn,
.sbt {
    /* height: 50px; */
    color: #fff;
    background-color: #f42458;
    border-color: 0;
    border: 0!important;
    border-radius: 40px;
    font-weight: 800;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #1a55ab;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    display: block;
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

.hero-container .card-header {
    background: #f98019;
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}

#hero .card {
    background-color: #ffffff;
    padding: 25px;
    border: 0;
    box-shadow: 10px 11px 10px #00000012;
    border-radius: 0px;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
}

.content-center {
    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* ---form--- */

div#enquiry-now {
    padding: 20px;
}

.form-group {
    margin: 10px 0;
}

.form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 40px;
    box-shadow: 2px 2px 10px #ccc;
}



/* .about */

.about_content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
}


/* section_title */

.section_title {
    margin-bottom: 30px;
    display: block;
}

.section_title h2 {
    margin-bottom: 7px;
    font-weight: bold;
    color: #143b74;
}

.section_title h4 {
    color: #000;
    margin-bottom: 8px;
}

.section_title h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.program_content>.row {
    grid-gap: 30px 0;
    justify-content: center;
}

/* slider */

.owl-prev,
.owl-next {
    padding: 5px !important;
    font: inherit;
    margin: 0px 5px;
    height: 50px;
    width: 50px;
    line-height: 44px!important;
    border-radius: 42px;
    position: absolute;
    font-size: 27px;
    top: 43%;
    background-color: #fff!important;
}

.owl-prev span {
    font-size: 38px !important;
    color: #000000;
}

.owl-next span {
    font-size: 38px !important;
    color: #000000;
}

.owl-nav {
    text-align: center;
}

.slider_one {
    padding: 60px 0;
}


/* section-two */


#hero img{

border-radius: 0 84px  84px 0;

width: auto;

max-width: calc(100% + 100px);
}

#hero:after {
    background-size: auto;
    background-position: center;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 9;
}

#hero .container {
    position: relative;
    z-index: 99;
}

.banner_content {
    padding-left: 28px!important;
    border-radius: 15px;
    padding: 19px;
    top: -100px!important;
    background-color: #004689;
    top: revert-layer;
    position: relative;
    border-radius: 0 84px 84px 0;
}

#hero h1 {
    margin: 3px 0px;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    font-weight: 900;
    color: #ffffff;
    text-align: left;
}
#hero h1 span{color: #f42458;}


#hero p {
    color: #fff;
    font-size: 17px;
    width: fit-content;
    border-radius: 3px;
}


/* footer */

footer {
    /* background: #000; */
    color: #fff;
    text-align: center;
    padding-top: 40px;
    background-color: #003c76;
}


/* responsive */

.about_img img {
    max-width: 440px;
    width: 100%;
}

.logo_slidewr .item img {
    height: 160px;
    width: auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* background-color: rebeccapurple; */
}

.form-label {
    margin-bottom: 0.5rem;
    color: #1a55ab;
    font-weight: 500;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

body .owl-carousel .owl-nav button {
    bottom: 46%;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff96!important;
    border-radius: 100%;
    transition: all 0.5s;
}

body .owl-carousel .owl-nav button:hover {
    transition: all 0.5s;
    background-color: #ffffff50!important;
}

body .owl-carousel .owl-nav button span {
    color: #000!important;
    font-size: 40px;
    border-radius: 100%;
    line-height: 24px;
}


@media (max-width:991px) {
    img.logo_img {
        max-width: 160px;
    }
    #hero img {
        border-radius: 0;
        width: auto;
        max-width: 100% ;
    }
  body  .banner_content{
        top: auto!important;
        padding: 15px!important;
    }
}

@media (max-width:767px) {
    #hero h1 {
        font-size: 22px;
    }
  body  .app-process-section ol li h2 {
        font-size: 16px;
    }
    body Footer .menu a {
        font-size: 14px;
    }
    .about_content .row {
        display: block;
    }
 body   .terms-info {
    grid-gap: 9px;
    margin: 4px 0;
    padding: 10px 10px;
    font-size: 14px;

    }
    #hero p {
        font-size: 15px;
    }
    body p {
        font-size: 14px;
    }
   body .nav {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    img.logo_img {
        max-width: 110px;
    }
    .navbar-light .navbar-brand {
        margin: 0 auto;
    }
    .navbar>ul>li {
        padding: 10px 0 10px 13px;
        font-size: 14px;
    }
 
}

section.parents {
    background-color: #e9edfb;
    padding: 60px 0;
    background-image: url(../img/bg-002.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.owl-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: center;
    right: 0;
    left: 0;
}

body .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    justify-content: center;
    right: 0;
    left: 0;
}

body .owl-dot {
    /* position: absolute; */
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 3px solid #ffffff9f!important;
    background-color: #3f51b5!important;
    transition: all 0.3s;
}

body .owl-dot.active {
    border: 3px solid #dc394b!important;
    transition: all 0.3s;
}


#footer{
    /* color: #fff; */
}
footer p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}

/* steps */
.steps{
    padding: 60px 0;
}
.step_box {
    text-align: center;
    background-color: #f0f2f5;
    padding: 20px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
.step_box h3{
    /* color: #000000; */
    font-size: 22px;
    padding: 12px;
    margin-bottom: 0;
    background-color: #f23449;
    font-weight: bold;
    color: white;
    margin: -20px -20px  10px  -20px;
}
.step_box span {
    font-size: 40px;
    color: #124ba0;
    margin: 12px 0;
    display: block;
}

.step_box p{
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
}

span.separator {
    display: block;
    font-size: 25px;
    width: 200px;
    margin: 0 auto;
    color: #f42458;
    border-bottom: 1px dashed #f42458;
}
span.separator i{
position: relative;
top: 15px;
}
section.lozad.app-process-section {
    background-image: url(../img/background-app-process.4cbb5ed0.jpg);
}

section.instruction {
    background-image: url(../img/background-app-process.4cbb5ed0.jpg);
    background-color: #f1f1f1;
    padding: 60px 0;
    background-attachment: fixed;
}
.recorded_item {margin: 15px 0;background-color: #fff;padding: 15px;color: #000;border-radius: 6px;/* border-left: 5px solid #dc394b; */}
.recorded_item h4 {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 18px;
}
.recorded_item p {
    margin-bottom: 6px;
    /* font-weight: 600; */
}
.recorded_item img{
    transition: all 0.3s;
    transform: scale(1);
    }
.recorded_item:hover img{
transition: all 0.3s;
transform: scale(1.1);
}
.recorded_item_img {
overflow:hidden;
border-radius: 5px;
}

.recorded_item .theme_btn{line-height: 19px;margin: 0 auto;display: flex;justify-content: center;width: fit-content;margin-top: 20px;padding: 12px  13px;margin-bottom: 10px;}

.widght_box {
    background-color: #00000000;
    padding: 1px 20px;
    margin: 15px 0;
    border-radius: 5px;
    text-align: left;
}

.widght_box i {
    font-size: 40px;
    margin-bottom: 24px;
    color: #f42458;
}

.widght_box h5 {
    font-size: 16px;
    line-height: 1.6;
}

.copy_right {
    margin-top: 39px;
    padding: 15px;
    background-color: #043666;
}
button.btn.stiky_btn {
    padding-left: 11px !important;
    flex: right;
    position: fixed !important;
    right: -52px !important;
    transform: rotate(270deg) !important;
    top: 50% !important;
    background-color: #003a66 !important;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
    color: #fff;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

body .modal-header {
    display: block;
}

.about_us {
    padding: 60px 0;
}


h2.trial-form-title {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 26px;
}


.thanks_page img{
max-width: 450px;
margin: 0 auto;
}

.thanks_page h4{
color: #f42458;
margin-top: 26px;
font-weight: bold;
}



section.thanks_page {
    padding: 60px 0;
    text-align: center;
}



.flow_box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin: 15px 0px;
}

.flow_cont h5 {
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
}

.flow_box i{
    font-size: 24px;
    background-color: #f11a21;
    width: 50px;
    display: block;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    flex: none;
}


.app-process-section {
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    color: #303030;
    padding: 65px 0;
    font-size: 1.6rem
}

.app-process-section ol {
    counter-reset: number-counter;
    list-style: none;
    padding: 0;
    margin: 0
}

.app-process-section ol li {
    padding: 40px 0 40px 84px;
    counter-increment: number-counter;
    position: relative
}

.app-process-section ol li h2 {
    margin-bottom: 10px;
    color: #143b74;
    font-size: 25px;
    font-weight: bold;
}
.app-process-section ol li span{
    font-size: 20px;
    color: #000;
}
.app-process-section ol li .green-dot {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #f11a21;
    border-radius: 50%;
    left: 34px
}

.app-process-section ol li .icon-time-taken {
    color: #f11a21;
    font-style: italic;
    background-color: rgb(175 37 37 / 12%);
    border-radius: 14px;
    letter-spacing: 1px;
    padding: 4px 10px;
    font-size: 1.6rem
}

.app-process-section ol li::before {
    content: counter(number-counter);
    position: absolute;
    display: inline-block;
    background-color: #F0F0F0;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    height: 48px;
    width: 48px;
    font-size: 24px;
    font-weight: 600;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat
}

.app-process-section ol li:not(:last-child)::after {
    content: '';
    border-left: 4px dotted #303030;
    position: absolute;
    width: 1px;
    height: 90px;
    left: 22px;
    top: 90px;
    opacity: 0.24
}

@media screen and (max-width: 992px) {
    .app-process-section ol li {
        padding:40px 0 8px 36px;
        line-height: 1;
    }

    .app-process-section ol li .green-dot {
        height: 6px;
        width: 6px;
        left: 18px
    }

    .app-process-section ol li span {
        font-size: 14px;
        line-height: 1.1;
    }

    .app-process-section ol li::before {
        height: 24px;
        width: 24px;
        font-size: 12px;
        line-height: 22px
    }

    .app-process-section ol li:not(:last-child)::after {
        left: 11px;
        top: 64px
    }

    .app-process-section ol li .icon-time-taken {
        border-radius: 14px;
        letter-spacing: 1px;
        padding: 2px 4px;
        font-size: 1rem
    }

    .doc-require-section .doc-container .only-text {
        font-size: 13px;
    }
    .doc-require-section {
        padding: 0;
        font-size: 1.4rem
    }
   body .doc-require-section .doc-container .doc-button {
        width: auto;
        padding: 11px 7px;
        font-size: 14px;
    }
}



.doc-require-section {
    color: #303030;
    padding: 60px 0;
    font-size: 16px
}

.doc-require-section .doc-container {
    margin-top: 30px;
    text-align: center;
}

.doc-require-section .doc-container .doc-button {
    margin-top: 10px;
    /* height: 60px; */
    /* width: 180px; */
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
    margin-right: 5px;
    text-align: center;
    border: 1px solid rgb(241 26 33);
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.08)
}


.doc-require-section .doc-container .only-text {
    padding-top: 16px;
}


.btn-block {
    width: 100%;
}
.primary-btn {
    background-color: #f11a21;
}
.primary-btn, .whatsapp-btn {
    height: 42px;
    display: inline-block;
    outline: none;
    line-height: 1;
    border: none;
    cursor: pointer;
    text-align: center;
    /* padding: 12px 40px; */
    font-size: 18px;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.form-floating>label {
    position: absolute;
    top: -8px;
    left: 11px;
    font-size: 14px;

}

.select_box.form-floating>label {
    left: 0px;
}
label.form-check-label {
    font-size: 13px;
}


.terms-info {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    background-color: #f2f2f2;
    margin: 11px 0;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
}.terms-info h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

#Footer a:hover {
    color: #f11a21;
}
body Footer  .menu a {
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 14px;
}
.widght_box h4{color: #ffffff;font-weight: bold;text-align: left;border-left: 2px solid #f11a21;padding-left: 15px;}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(2.5rem + 2px);
    line-height: 1.25;
}

.form-select {
    font-size: 14px;
}

body .form-control::placeholder{
    font-size: 14px!important;
}
 
body .navbar-brand {
    margin: 0 auto!important;

}