@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700;800&display=swap");
body {
    font-weight: 400;
    font-size: 16px;
    color: #155298;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
button {
    box-shadow: none !important;
}
a {
    text-decoration: none;
}
header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1024;
    box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
}

.home  header {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 1024;
    box-shadow: none;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #155298;
    padding: 10px 1rem;
    line-height: 32px;
}
.header-btn {
    width: 25%;
    justify-content: flex-end;
}
.header-btn .btn {
    border: 1px solid #3cb371;
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    background-color: #3cb371;
    color: #fff;
    cursor: pointer;
}
.header-btn button:hover {
    background-color: #155298;
}
.banner-section {
    padding-top: 20px;
    position: relative;
}
.banner-section h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    width: 85%;
}
.banner-section h1 span {
    color: #3cb371;
}
.hrdStats p {
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0 30px;
    margin: 0;
}
.green-btn {
    background: #3cb371;
    border: 1px solid #3cb371;
    border-radius: 4px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}
.green-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #3cb371 !important;
    color: #fff;
}
.green-btn i {
    padding-left: 10px;
}
.get-section {
    padding: 50px 0 80px;
    background-color: #f7f8f9;
    z-index: 1;
    position: relative;
}
.hrdStats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0;
}
.statCount {
    font-size: 36px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    color: #3cb371;
    margin: 0;
}
.statDesc {
    font-size: 16px;
    line-height: 15px;
}
.pt-60 {
    padding-top: 60px;
}
.banner-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*
.banner-section::after {
    content: "";
    width: 50%;
    height: 400px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background-color: #eff8f5;
    z-index: -1;
}*/
.student {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 10px;
    grid-gap: 12px;
    position: absolute;
    z-index: 1;
}
.idxStdtName {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 8px;
    margin: 0;
}
.idxStdtClg {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
}
.student1 {
    top: 5%;
    right: 5%;
}
.student2 {
    top: 30%;
    left: 4%;
}
.student3 {
    bottom: 8%;
    right: 0;
}
.common-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 1rem;
}
.common-title span {
    color: #3cb371;
}
.get-section p,
.partner-section p,
.success-section p {
    padding: 15px 0 60px;
    font-size: 18px;
    margin: 0;
}
.prep-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
.prep-list a {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(44 15 125 / 10%);
    border-radius: 10px;
    padding: 35px 15px 31px;
}
.prep-list h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    color: #155298;
    padding-bottom: 5px;
    margin: 0;
}
.prep-list h3 span {
    font-weight: 400;
}
.idxClass {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #3cb371;
}
.prep-list a:hover {
    background-color: #3cb371;
    box-shadow: 0 20px 30px rgb(21 82 152 / 30%);
}
.prep-list a:hover h3,
.prep-list a:hover .idxClass {
    color: #ffffff;
}
.book-section {
    padding: 50px 0;
}
.book-section {
    background-image: url("../images/get-bg.svg");
    background-repeat: no-repeat;
    background-color: #3cb371;
    background-position: bottom;
    background-size: cover;
}
.sldeHead,
.sldeText {
    font-family: Montserrat;
    color: #fff;
}
.sldeText {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.sldeHead {
    font-weight: 700;
    font-size: 40px;
    line-height: 78px;
    margin-bottom: 0 !important;
}
.sldeFlex {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    grid-gap: 15px;
}
.sldeDesc,
.sldeFlex p {
    font-size: 15px;
    color: #fff;
}
.sldeFlex p {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 20px;
}
.white-btn {
    border-color: #ffffff;
}
.training-img {
    position: absolute;
    right: 0;
    bottom: -50px;
}
.partner-section {
    padding: 80px 0;
    background-color: #f7f8f9;
    z-index: 1;
    position: relative;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233cb371'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233cb371'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-inner {
    padding: 0 90px;
}
.carousel-control-next,
.carousel-control-prev {
    width: 20px;
}
.carousel-item div {
    display: flex;
}
.carousel-item div img {
    width: 20%;
}
.right-img-section {
    /* background-size: 50%;
    background-repeat: no-repeat;
    background-position: top right; */
    position: relative;
}
.right-img-section::after {
    content: "";
    background-image: url("../images/loan-img.png");
    background-size: cover;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.loan-padding {
    padding: 100px 50px 100px 0;
}
.title-desc {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.common-list {
    padding: 30px 0 0 30px;
    list-style: none;
    margin: 0;
}
.common-list li {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    padding-left: 20px;
}
.common-list li::before {
    content: "";
    background-color: #eff8f5;
    position: absolute;
    display: block;
    top: 5px;
    left: -29px;
    border-radius: 20px;
    z-index: -1;
    width: 30px;
    height: 30px;
}
.common-list li::after {
    content: "";
    background-image: url("../images/check.png");
    width: 15px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 16px;
}
.right-img-section .green-btn {
    margin-top: 50px;
}
.left-img-section {
    position: relative;
}
.left-img-section::after {
    content: "";
    background-image: url("../images/Scholarship-program.png");
    right: auto;
    left: 0;
}
.req-note {
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
    margin: 0;
}
.left-img-section .green-btn {
    margin-top: 30px;
}
.tmrCntWrap {
    background-color: #f7f8f9;
    border-radius: 10px;
    padding: 16px;
    margin-top: 30px;
}
.tmrCntContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    align-items: center;
    grid-column-gap: 30px;
}
.tmrCntrText {
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    width: 55px;
    padding: 10px 5px;
}
.tmrCntContainer span,
.tmrCntrText {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.tmrRep {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}
.left-img-section .loan-padding {
    padding-right: 0;
}
.tmrCntContainer span {
    position: relative;
    top: -15px;
}
.service-section {
    padding: 80px 0;
    background-color: #f7f8f9;
}
.service-section .title-desc,
.why-section .title-desc {
    padding-top: 15px;
    padding-bottom: 30px;
}
.service-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(44 15 125 / 5%);
    padding: 20px;
    min-height: 270px;
    margin-top: 30px;
    transition: 0.4s ease all;
    display: inline-block;
}
.service-box span {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #eff8f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0 5px;
    transition: 0.4s ease all;
    color: #155298;
}
.service-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    transition: 0.4s ease all;
    color: #155298;
}
.service-box .more {
    color: #3cb371 !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    transition: 0.4s ease all;
}
.service-box .more i {
    padding-left: 10px;
}
.service-box:hover {
    background-color: #3cb371;
    box-shadow: 0 30px 60px rgb(21 82 152 / 30%);
}
.service-box:hover span {
    background-color: #ffffff;
}
.service-box:hover h3,
.service-box:hover p,
.service-box:hover .more {
    color: #ffffff !important;
}
.why-section {
    padding: 80px 0;
}
.why-box {
    margin-top: 30px;
}
.why-box h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3cb371;
    padding: 15px 0;
    margin: 0;
}
.why-box p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.success-section {
    padding: 50px 0 130px;
    background-color: #e4ebf1;
}
.success-box {
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 350px;
    display: block !important;
}
.testiDesc {
    font-style: italic;
    font-size: 16px !important;
    line-height: 30px;
    padding: 0 0 25px !important;
}
.author-img {
    width: 80px !important;
    height: 80px;
    background-color: grey;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.authorName {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 28px;
    padding: 0 !important;
}
.authorRole {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 28px;
    color: #3cb371;
    padding: 0 !important;
}
.success-section .carousel-item div {
    display: table-cell;
}
.success-section .carousel-inner {
    padding: 0;
}
.success-section .carousel-control-prev {
    left: -20px;
}
.success-section .carousel-control-next {
    right: -20px;
}
.success-section .carousel-indicators {
    bottom: -60px;
}
.success-section .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c4c4c4;
    margin: 0 10px;
}
.success-section .carousel-indicators .active {
    background-color: #155298 !important;
    opacity: 0.75;
}
.consultation-section {
    background-color: #3cb371;
}
.consultContent {
    padding: 30px 0;
}
.consultDesc,
.consultHd {
    color: #fff;
    padding-bottom: 15px;
    margin: 0;
}
.consultDesc {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
.consultHd {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
}
.consultImg {
    position: relative;
}
.consultImg img {
    position: absolute;
    bottom: 0;
}
footer {
    padding: 80px 0 30px;
    background-color: #232a33;
    text-align: center;
}
.footer-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    padding: 0;
}
.footer-nav .nav-link {
    color: #ffffff !important;
}
.social-list {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
}
.social-list li {
    margin: 0 6px;
}
.copyright {
    font-size: 15px;
    color: #ffffff;
    margin: 30px 0 0;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    background-color: #232a33;
}
.login-modal .modal-dialog {
    max-width: 400px;
}
.modal-body {
    padding: 0 45px 45px;
}
.modal-header {
    border: 0 !important;
}
.modal-title {
    font-weight: 700;
    margin: 10px 0 10px;
    font-size: 1.563em;
    text-align: center;
    color: #000000;
}
.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.login-modal .form-control {
    background: #f7f7f7 !important;
    font-size: 13px;
}
.form-control {
    height: 40px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #eee !important;
    width: 100%;
    box-shadow: none !important;
    font-size: 14px;
    color: #495057;
}
.mobile-number {
    padding-left: 43px;
}
.form-icons {
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 700;
    border-right: 1px solid #495057;
    color: #495057;
}
.login-desc {
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    text-align: center;
}
.login-desc a {
    color: #666666;
    text-decoration: underline;
}
.login-desc a:hover {
    color: #000000;
}
.modal .green-btn {
    margin: 10px 0;
    padding: 6px 24px;
}
.modal hr,
.common-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.common-hr {
    background-color: rgba(0, 0, 0, 0.4);
}
.modal .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233cb371'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    opacity: 1;
}
.trial-modal .modal-img {
    max-width: 100px;
    margin-bottom: 10px;
}
.modal-body {
    margin-top: -10px;
}
.trial-modal .modal-title {
    color: #113b6c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 20px;
    margin-bottom: 1rem;
}
.trial-modal p,
.custom-checkbox label {
    text-align: center;
    color: #7b91aa;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    text-align: left;
}
.custom-checkbox label a {
    text-decoration: underline;
    color: #666666;
}
.custom-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: -1px;
}
.custom-checkbox input:checked + label::before {
    content: "";
    background-color: #0079bf;
}
.custom-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 3px;
    height: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox {
    margin-bottom: 0;
}
.trial-modal .modal-body {
    padding: 30px;
}
.common-padding {
    padding: 80px 0;
}
.form-group label {
    color: #333333;
    font-size: 14px;
}
.checkout-section img {
    margin-bottom: 15px;
}
.checkout-section .common-title {
    font-size: 16px;
}
.checkout-section p {
    font-size: 14px;
}
.checkout-section::after {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
}
.gray-btn {
    background-color: #666666;
    padding: 5px 24px;
}
.checkout-section h6 {
    margin: 0;
}
.checkout-section .pay-btn {
    margin-top: 50px;
}
.navbar-light .navbar-toggler {
    border: 0;
}
header {
    padding: 0 5px;
}
.desktop-logo {
    display: block;
}
.mobile-logo {
    display: none;
}
.mobile-carousel {
    display: none;
}

.items {
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}
.slick-prev:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233cb371'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    height: 20px;
    width: 20px;
    display: inline-block;
}
.slick-next:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233cb371'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    height: 20px;
    width: 20px;
    display: inline-block;
}
.slick-dots li button:before {
    font-size: 40px !important;
    color: #c4c4c4 !important;
    opacity: 0.75 !important;
}
.slick-dots li.slick-active button:before {
    color: #155298 !important;
}
.slick-dots {
    bottom: -50px !important;
}
.color-black {
    color: #0a2a4f;
}
.students-success .title-desc {
    padding-top: 15px;
    line-height: 32px;
}
.students-success .stdtList li {
    font-size: 18px;
}
.students-success::after {
    content: none;
}
.student-bg {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.left-img-section .student-bg {
    right: auto;
    left: 0;
}
.takeoff-padding {
    padding: 150px 50px 150px 0;
}
.student-banner {
    background-color: #155298;
    padding-top: 0;
}
.student-banner h1,
.student-banner p {
    color: #ffffff;
}
.student-banner-img {
    position: absolute;
    bottom: 0;
}
.student-banner .green-btn {
    margin-bottom: 3rem;
    font-weight: 700;
}
.stdtImg {
    background-image: url("../images/student-bg.png");
    background-repeat: no-repeat;
    background-size: 90%;
}
.student-banner .pt-60 {
    padding-top: 80px;
}
.stdtWrapper {
    background-image: linear-gradient(180deg, #155298 50%, #fff 0);
    z-index: 1;
    position: relative;
}
.stdtWrap {
    background-color: #fff;
    box-shadow: 0 30px 50px -30px rgb(44 15 125 / 30%);
    border-radius: 10px;
    padding: 25px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stdtWrap p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.student-link {
    background-color: transparent;
}
.student-link .service-box {
    text-align: center;
    min-height: 250px;
    box-shadow: 0 0 20px rgb(44 15 125 / 10%);
}
.student-link .service-box span {
    margin: auto;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ff1f39;
}
.ielts-banner {
    background-color: #fff4f4;
}
.ielts-banner + .stdtWrapper {
    background-image: linear-gradient(180deg, #fff4f4 50%, #fff 0);
}
.ielts-banner .green-btn {
    margin-bottom: 3rem;
    font-weight: 600;
}
.ielts-test {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 30px 0 30px;
}
.ielts-test li {
    font-size: 14px;
    color: #155298;
    border: 1px solid #155298;
    border-radius: 30px;
    padding: 7px 15px;
    margin-right: 6px;
}
.ielts-banner h1 {
    width: 100%;
    color: #155298;
}
.ielts-banner p {
    color: #155298;
    font-weight: 700;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
.ilt-shape {
    background-image: url("../images/course-banner-bg.png");
    background-size: 100%;
}
.classroom {
    justify-content: center;
    align-items: center;
}
.classroom span {
    font-size: 15px;
    line-height: 15px;
    color: #155298;
}
.classroom h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #155298;
    margin: 0;
}
.classroom img {
    margin-right: 20px;
}
.price-box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px -20px rgb(0 0 0 / 30%);
    padding: 30px 0;
}
.price-p {
    padding: 0 20px;
}
.price-box {
    margin-top: 50px;
}
.price-box h2 {
    font-weight: 700;
    font-size: 40px;
    color: #155298;
    margin: 0;
}
.price-box h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #3cb371;
    margin-bottom: 0 !important;
    margin: 0;
}
.price-box span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #155298;
}
.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}
.price-box .common-list {
    padding: 20px 0 0 20px;
}
.price-box .common-list li {
    padding-left: 5px;
    font-size: 14px;
    line-height: 30px;
    color: #155298;
    position: relative;
}
.common-list li::after {
    top: 12px;
}
.common-list li::before {
    content: none;
}
.border-btn {
    background-color: transparent;
    border-color: 1px solid #3cb371;
    color: #3cb371;
}
.border-btn:hover {
    background: transparent !important;
    color: #000000;
}
.price-box .border-btn {
    margin: 15px 0 10px;
}
.note {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #155298;
}
.faq-section {
    background-color: #f7f8f9;
}
.accordion {
    margin-top: 60px;
}
.accordion-item {
    margin-bottom: 10px;
    border: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    border-radius: 0;
    color: #155298;
}
.accordion-button {
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
    color: #155298;
}
.accordion-body {
    width: 80%;
    font-size: 18px;
    line-height: 26px;
    color: #155298;
    padding: 5px 30px 25px 30px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    transform: rotate(-180deg);
}
.accordion-button::after {
    background-image: url("../images/plus.png");
    width: 15px;
    height: 15px;
    background-size: 15px;
}
