* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.parent-sky-blue {
    background: #2C58B6;
}

.parent-white {
    height: 1080px;
    width: 100%;
    background: #fff;
    border-radius: 0 0 3rem 3rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.header-shadow {
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.logo {
    width: 15rem;
    height: 4.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;

}

.get-report a{ 
    font-size: 1.3rem;
    font-weight:600;
    color: #052A5E;
    text-decoration: none;
    margin-right: 3.5rem;
}


.contact-btn{
    background-color: #4479FF;
    border: none;
    border-radius: .4rem;
}

.lnkedin {
    /* width: 15rem ; */
    /* height: 4.5rem; */
    display: inline-block;
    margin-top: .5rem;
    padding: 0 .5rem .5rem .5rem;
    font-weight: bold;
    color: #316BFF;
    background: #DCEBFB;
    border-radius: 1rem;
    position: relative;
    z-index: -1;
    /* border: 1.5px solid  #2C58B6; */
}

.fixed-position {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}

main {
    padding-top: 6rem;
}

.bottom-border {
    border-bottom: 6px solid #2C58B6;
}

.first-bg-img {
    width: 100%;
    height: 1250px;
    background: url(/image/bg-1.png);
}

.hero-heading {
    width: 60%;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 4rem;
    margin: 4rem 0 2.5rem 0;
    position: relative;
    z-index: 22;

}

.three-btn button {
    font-size: 1rem;
    font-weight: bold;
    color: #4097F4;
    background-color: #E7F2FE;
    border: 1px solid #4097F4;
    border-radius: 2rem;
    box-shadow: #4097f46a 3px 2px 5px 0px;
}

.start-btn {
    padding: 1.3rem 1.8rem;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    background-color: #4479FF;
    border: none;
    border-radius: .5rem;
    margin-top: 2rem;
}

.hero-sky-section {
    width: 100%;
    height: 650px;
    background: #2C58B6;
    margin-top: 2rem;
    border-radius: 2rem;
}

.hero-sky-figure {
    margin-top: 16rem;
    width: 85%;
    aspect-ratio: 1.3;
    /* background-color: #fff; */


}

.hero-sky-figure img {
    width: 100%;
    height: 100%;
}

.hero-sky-figure:hover {
    transform: scale(1.15);
    transition: all .5s linear;

}

.secend-parent {
    padding: 2rem 0 2rem 0;
}

.secend-parent h5 {
    padding: 4rem 0 2rem 0;
}

.secend-parent .img-box {
    width: 100%;
}

.ul-box-text {
    font-size: 2.5rem;
    font-weight: bold;
}

.third-parent {
    background: #3F94EF;
    padding: 3rem 0;
}


.bg-white-end {
    height: 730px;
    padding-top: 55px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 3rem;
}

.bg-white-end-img {
    background-image: url("/image/background-pattern_taplio_2.png");
    width: 100%;
    height: 100%;
    padding-top: 50px;


}


.solution-btn-nexSibling {
    margin-top: 70px;
    color: #213856;
}

.solution-btn {
    background-color: #37cc8e27;
    border: 1px solid #37CC8E;
    border-radius: 3rem;
    color: #0d6540;
    text-align: center;
}

.solution-btn-text {
    font-size: 12px;
    font-weight: bold;
    text-align: center;

}

.solution-btn-nexSibling h2 {
    font-size: 35px;
    font-weight: 700;
}

.solution-btn-nexSibling-imgPBox {
    width: 75%;
    height: 50%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    margin-top: 60px;

}

.solution-btn-nexSibling-img {
    position: relative;
    bottom: 57px;
    left: 40px;
}

.fourth-parent {
    width: 85%;
    padding: 6rem 0;
    margin: 0 auto;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    line-height: 4.5rem;
    color: white;
}

.fourth-parent .logo,
.testimonials-logo .logo {
    width: 15rem;
    height: 4.5rem;
    font-weight: bold;
    display: inline-block;
}



.fourth-parent .logo img,
.testimonials-logo .logo img {
    border: 9px solid #022B5D;
    border-radius: 1.5rem;
}

.container-taplio-three {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0 0 3rem 3rem;
}

.bg-img-taplio-three {
    width: 100%;
    height: 2400px;
    padding-top: 9rem;
    background-image: url("/image/background_pattern_taplio_3-1.png");

}

.product-hilight-btn {
    width: 100%;
    /* margin-top: 7.5rem; */
    display: flex;
    justify-content: center;
}

.product-hilight-btn button {
    margin: 0 auto;
    font-size: 1rem;
    font-weight: bold;
    color: #4097F4;
    background-color: #E7F2FE;
    border: 1px solid #4097F4;
    border-radius: 2rem;
    box-shadow: #4097f46a 3px 2px 5px 0px;

}

.two-col-container {
    margin-top: 4rem;
}

.product-div-two-content {
    padding: 9rem 4rem 0 2.6rem;
}

.product-div-two-image {
    width: 99%;
    margin-left: .4rem;
    background-color: #E4EFFB;
    border: 1px solid #b6d5f6;
    text-align: center;
    border-radius: 2rem;
}

.product-div-two-image img {
    margin-top: 2rem;
    width: 96%;
}

.content-headig {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 3.5rem;
}

.content-headig-blue-shadow {
    color: #316BFF;
    background-color: #316bff30;
    padding: 0 .9rem 0 .4rem;
    border-radius: 1rem;
}

.content-para {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 2.5rem 0 1.7rem 0;
    color: #7c7b7b;
}

.content-btn button {
    border: none;
    font-size: 1.1rem;
    background-color: transparent;
    color: #2C6B8A;
    text-decoration: underline;
}

.feature-div {
    width: 95%;
    background: #fff;
    margin: 0 auto;
    padding: 6rem 0 6rem 0;
    margin-top: 7rem;
}

.feature-div-heading {
    width: 75%;
    font-size: 2.3rem;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    padding: 2rem 0 1rem 0;
    line-height: 3rem;
}

.accordion-container {
    width: 75%;
    margin: 0 auto;
    padding: 0 0 8rem 0;
}

.accordion-heading {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
    color: #fff;
}

.accordion-item {
    border: none;
    background: transparent;
    color: white;
}

.accordion-header,
.accordion-button {
    background: transparent;
    color: white;
    border: none;
    outline: none;
    background-color: #1E1D22;
    overflow: hidden;
    border-radius: 1rem;
}

.accordion-button:focus {
    background: transparent;
    color: white;
    border: none;

}

.accordion-bottom p {
    color: white;
    /* background: cadetblue; */
    text-align: center;
}

.accordion-bottom h1 {
    margin-bottom: 1rem;
    text-align: center;
}

.testimonials-container {
    background: #2C58B6;
    padding-top: 5rem;
}

.testimonials-container .product-hilight-btn {
    padding-top: 4rem;
}

.testimonials-Heading {
    padding-top: .7rem;
    font-size: 3.5rem;
    font-weight: bold;
    color: white;
}

.card-top {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.card-top .img-box img {
    border-radius: 50%;
    width: 43px;
}

.card-margin {
    box-sizing: border-box;
    margin: 16px 8px;
}




.img-box-footer-previouse {
    width: 100%;
    height: 1020px;
    background-image: url("/image/background_pattern_white_vertical_lines_taplio.png");
    overflow: hidden;

}

.main-heading-footer-previouse p {

    width: 75%;
    margin: 0 auto;
    font-size: 51px;
    font-weight: 600;
    color: white;
    padding-top: 192px;


}

.main-heading-footer-previouse span img {
    width: 100px;
    aspect-ratio: 1;
}

.main-heading-footer-previouse .linkdine-logo-rounded {
    position: absolute;
    left: 77px;
    bottom: 38px;
}

.main-heading-footer-previouse .taplio-desktop {
    position: absolute;
    left: 952px;
    top: 257px;
}

.img-footer-previouse {
    width: 90%;
    height: 606px;
}


.img-footer-previouse img {
    padding-top: 45px;
}


.footer {
    background-color: #fff;
    border-radius: 3rem 3rem 0 0;
    /* box-shadow: #768899 0px 7px 29px 0px; */
    box-shadow: #8bbac9 0px 7px 29px 0px;

    height: 300px;
    position: relative;
    z-index: 12;
}

.col-4-margin {
    margin-top: 85px;
}

.footer-left p {
    width: 55%;
    padding: 35px 0;
}

.footer-ul div strong {
    color: #2e4c74;
}

li {
    list-style: none;
    padding: 0;
    margin-top: 12px;
}

li a {
    text-decoration: none;
    font-size: 10px;
    color: #2e4c74;
}

/* =============================================PROFILE============================================= */
.img-slider-container{
    width: 78%;
    margin: 0 auto;
    padding: 3rem 0;
}

.gradient-background {
    height: 320px;
    margin-top: 5rem;
    background: linear-gradient(#000080, #0096F4);
}

.text-content {
    padding-top: 5rem;
}

.text-content h1 {
    font-size: 3.2rem;
    font-weight: 600;
}

.text-content p {
    font-size: 1.45rem;
}

.search-bar {
    /* background-color: #954141; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 13.5rem;


}

.search-content {
    border-radius: 1rem;
    overflow: hidden;
    background: white;
    box-shadow: rgba(70, 69, 69, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.search-content:hover {
    box-shadow: none;
    border: 1px solid #1010de;
}

.m-glass {
    padding: 0 .3rem 0 1rem;
    font-size: 1rem;
    color: #b1b1b1;
}

.search-bar input {
    padding: .3rem 20rem .3rem 0;
    font-size: 1.5rem;
}

.search-bar input:focus {
    /* border: none; */
    outline: none;
}

.white-background-sub-container {
    padding-top: 6rem;
}

.white-background-sub-container-content {

    height: 650px;
    /* background: #000; */
    position: relative;
}

.white-background-sub-container p {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
    font-style: italic;

}

.bill-gets-img-box {
    width: 100%;
    height: 1200px;
}

/* ===================imgslider============ */
* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
      width: 540px;

}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}
.slider-box{
    background-color: #13152b2e;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
    border-radius: 1rem;

}