body,
html {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    color: #111827;
}

h1,
h2,
h3,
h4,
h5,
p {
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

p {
    color: #374151;
}

.h1,
h1 {
    font-size: 32px;
}

.h2,
h2 {
    font-size: 26px;
}

p {
    font-size: 18px;
    line-height: 1.2;
}

.container form.mktoForm .mktoButtonRow .mktoButton,
.container form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  height: auto !important;
  font-size: 16px;
  font-weight: bold;
}

.section1.Banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center;
    padding-bottom: 75px;

}

.section1.Banner span {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}

.bookbtn {
    background: #2692D0;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #fff;
    border-radius: 5px;
    padding: 10px 12px;
}

.bookbtn:hover {
    color: #fff;
}

.section1.Banner h1 {
    font-size: 40px;
    font-weight: 700;
}

.section1.Banner p {
    font-size: 16px;
}

.section2 p {
    font-size: 18px;
    color: #4B5563;
    line-height: 1.3;
}

.section3InnerRgt img {

    height: auto;
    width: 100%;
}

.section4InnerText p+p {
    font-size: 25px;
    font-weight: 400;
    color: #4B5563;
}

.linkwithIcon {
    color: #4B5563;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.linkwithIcon:hover {
    color: #4B5563;
}

.section3Inner p+p {
    margin-bottom: 0;
}

.section4InnerText h4,
.section4Inner h4 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 700;
}

.section5Innericon {
    margin: 34px 0 !important;

    background: #2692D0;
    padding: 40px 30px;
    border-radius: 8px;

}

.section4Inner img {
    margin-bottom: 20px;
    width: 80px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.sectionyelowBorder div>div {
    background: #0000005e;
    margin: 35px 0;
    border: 4px solid #FCEE21;
    border-radius: 7px;
}



.section5Innericon p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}


.blkLeft h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}

.blkLeft p {
    font-size: 16px;
}

.bottomImg h5 {
    font-weight: 700;
    font-size: 22px;
}

.bottomImg p {
    font-size: 18px;
}

.bgImage p a {
    background: #fcee21;
    padding: 3px 8px 5px 12px;
    position: relative;
    left: -11px;
    top: -2px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 16px;
}

.bgImage p {
    font-size: 18px;
}

.bgImage p+p {
    font-size: 22px;
    text-align: end;
    margin-bottom: 0;
}

.block img {

    margin: 0 auto 30px auto;
}

.block p {
    margin: 0;
}

.block {
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 1px 3px 10px 0px #123E771A;
    background: #19608b;
}

.block h4 {
    color: #ffffff;
    font-weight: 800;
}

.block p {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 400;
}


.box {
    background-color: #2692D0;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 20px 25px -5px #123E771A;

}

.box p {
    margin: 0;
    color: #ffffff;
}

.section5 {
    background: #F4FAFD;
}

.section5 p {
    margin-bottom: 0;
}

.section5 h3 {
    font-weight: 800;
}

.fooSocialicons {
    text-align: right;
}

.footer .fooCopyright p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }


}

@media (min-width: 1400px) {
    .container {
        max-width: 1330px;
    }

}

@media (min-width: 991px) {
    .bottomImg img {
        margin-top: -42px;
        z-index: -7;
        position: relative;
    }
}

@media (max-width: 885px) {

    .section3InnerRgt img {
        margin-top: 0px;
    }

    .section3InnerRgt {
        text-align: center;
    }

    .section1.Banner {
        padding-bottom: 70px;
    }

    .desktopImg img {
        height: auto !important;
        width: 100%;
    }

}

@media (max-width: 575px) {
    .foobanner {
        padding: 48px 0;
    }
}

@media (max-width: 768px) {
  .footer .section3Inner,
  .footer .fooCopyright,
  .footer .fooSocialicons {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .section5 .section3Inner {
    margin-bottom: 20px;
  }
}
