/* request demo section */


.requestDemosec {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.requestDemosec .demosection {
    padding: 1.5rem 2rem;
    width: 50%;
}

.demosection .logo {
    max-width: 110px;
}

.demosection h1 {
    font-weight: 700;
    margin-top: 1rem;
}

/* slideshow container */
.slideshow-container {
    position: relative;
    /* width: 60rem; */
    /* max-width: 80%; */
    margin: 0 auto;
}

/* Slides */
.mySlides {
    display: none;
    padding: 2rem 0 0;
    text-align: center;
}

.mySlidesContainer {
    min-height: 5rem;
    padding: 5rem 3rem;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15);
    border-radius: .8rem;
}

/* next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    /* margin-top: -1.875rem; */
    padding: 1rem;
    color: #232323;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 3px;
    user-select: none;
    transition: 0.4s;
    z-index: 9;

}

/* position the "next button" to the right */
.next {
    position: absolute;
    left: 6rem;
    border-radius: 3px;
}

/* on hover, add a black bg color with a little bit see-through */
.prev:hover,
.next:hover {
    /* background-color: #000; */
    /* fallback color */
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: #1d4076;
    text-decoration: none;
}

/* the dot/bullet/indicator container */
.dot-container {
    margin: -12.8rem 1.8rem 0;
    position: relative;
    z-index: 9;
    /* text-align: center; */
    padding: 0 1.25rem;
}

/* the dots/bullets/indicators */
.dot {
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 2px;
    background-color: #f6eac1;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.4s ease;
}

/* add bg color to the active dot/circle */
.dot.active {
    background-color: #1d4076;
}

.mySlides .slidestestname p {
    text-align: left;
    margin: .8rem 1rem;
    font-weight: 700;
}

.slidestestname {
    display: flex;
    padding: 2rem 0;
}

.slidestestname img {
    width: 10%;
    height: 10%;
}

/* 

.dot-container {
    margin: -5.2rem 1.8rem 0;
    position: relative;
    z-index: 9;
    padding: 0 1.25rem; */
/* } */

/* .dot {
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 2px;
    background-color: #f6eac1;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.4s ease;
} */

/* add bg color to the active dot/circle */
/* .dot.active {
    background-color: #1d4076;
} */

.mySlides p {
    text-align: left;
    margin: 3rem 0;
}

.slidestestname {
    display: flex;
}

.slidestestname img {
    width: 12%;
}



.demoform form {
    /* margin: 2rem 0; */
}

.demoform form label {
    /* padding: 1rem 0 0; */
}

.noemployee select {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: .5rem;
    border-radius: .3rem;
}

.form-control:focus {
    border-color: none !important;
    outline: none !important;
}


/* login form section */

.loginpage{background-color: #39bef41a;padding: 0px !important; margin: 4rem 0 0;}
.loginsec {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    padding: 3rem 0;
}

/* .loginsec .loginsection .logo {
    width: 20%;
} */
 .loginsection{width: 70%;}

.loginsec .loginsection .loginform {
    width: 80%;
    background-color: #fff;
    padding: 1.5rem;
}

.email {
    margin: 1rem 0;
}

.loginform span {
    line-height: 3;
}

.loginform p a {
    text-decoration: none;
    font-weight: 700;
    color: #1d4076;
}

ul.social-media {
    display: flex;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

ul.social-media a {
    width: 20%;
}

ul.social-media li {
    list-style: none;
    width: 20%;
}

.loginsec .rightsection {
    width: 70%;
}

.loginsec .rightsection img {
    width: 80%;
}





.managementsection {
    position: relative;
}

.managementsection .firstbox {
    display: flex;
    /* background-color: #fcc; */
}

.managementsection .firstbox .box {
    /* background-color: aqua; */
    padding: 50px 60px;
    width: 100%;
    border-radius: 0 0 0 20px;
    /* border: 1px solid #000; */
}

.managementsection .firstbox .box:nth-child(2) {
    border: 3px solid #000;
    border-color: transparent transparent #1d4076 #1d4076;
}

.managementsection .secondbox {
    display: flex;
    /* background-color: #fcc; */
}

.managementsection .secondbox .box {
    /* background-color: aqua; */
    padding: 50px 60px;
    margin-left: 20%;
    width: 80%;
    border-radius: 0 20px 20px 0;
    position: relative;
    /* border: 1px solid #000; */
}

.managementsection .secondbox .box .content {
    text-align: right;
}

.managementsection .secondbox .box .content span {
    /* border: 1px solid #1d4076; */
    padding: .5rem;
    border-radius: 50%;
}

.managementsection .secondbox .box .content span i {
    background-color: #1d4076;
    color: #fff;
    padding: .8rem;
    border-radius: 50%;
}

.managementsection .secondbox .box::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #1d4076;
    border-color: #1d4076 #1d4076 transparent transparent;
    border-radius: 0 20px 0 0;
    top: -6px;
    right: -2px;
}

.managementsection .secondbox .box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: -22px;
    right: -8px;
    border-radius: 0 0 0 10px;
}

.managementsection .secondbox .box {
    border: 3px solid #000;
    border-color: transparent #1d4076 #1d4076 transparent;
}




.managementsection .thirdbox {
    display: flex;
    /* background-color: #fcc; */
}

.managementsection .thirdbox .box {
    padding: 50px 60px;
    width: 100%;
    border-radius: 20px 0 0 20px;
    position: relative;
}

/* .managementsection .thirdbox .box .content {
    text-align: right;
} */

.managementsection .thirdbox .box .content span {
    /* border: 1px solid #1d4076; */
    padding: .5rem;
    border-radius: 50%;
}

.managementsection .thirdbox .box .content span i {
    background-color: #1d4076;
    color: #fff;
    padding: .8rem;
    border-radius: 50%;
}

.managementsection .thirdbox .box:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #1d4076;
    border-color: #1d4076 transparent transparent #1d4076;
    border-radius: 20px 0 0;
    top: -6px;
    left: -2px;
}

.managementsection .thirdbox .box:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: -22px;
    left: -9px;
    border-radius: 0 10px 10px;
}

.managementsection .thirdbox .box:nth-child(2) {
    border: 3px solid #000;
    border-color: transparent transparent #1d4076 #1d4076;
}

.consultationsec {
    /* background-color: #1d4076; */
}

.consultationsec .content {
    padding: 3rem;
}

.consultationsec .content h4 {
    color: #1d4076;
    font-weight: 800;
    line-height: 1.5;
    font-size: 1.9rem;
}

.consultationsec .content a {
    text-decoration: none;
}

.form-box {
    border-radius: 3rem;
    /* background-color: #1d4076; */
    padding: 3rem 0;
    /* background-image: url("../images/contact-banner.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background: radial-gradient(circle at 15% 15%, #f2f7ff, #19a8fd);

}

.form-box .forms {
    padding: 0 2rem;
    /* width: 90%; */
    margin: 0 auto;

}

.form-box .forms p {
    text-align: center;
    color: #fff;
}

.form-box .forms h6 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    background: #b7e3fd;
    padding: 1.5rem 0;
    margin-bottom: 0 !important;
    border-radius: 1.5rem 1.5rem 0 0;

}

.form-box .forms form {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    /* height: 30rem; */
    padding: 2rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

.form-box .forms form .form-group {
    margin-bottom: 2.5rem;
    position: relative;
}

.form-box .forms form .form-group label {
    position: absolute;
    top: -10px;
    left: 18px;
    background: #fff;
}

label {
    vertical-align: top;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-box .forms form input,
.form-box .forms form input.form-control,
.form-box .forms form textarea,
.form-box .forms form textarea.form-control {
    padding: 0 15px 0 20px;
    width: 100%;
    height: 45px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
    border: 1px solid #39bef461;
    border-radius: 14px;
    transition: 0.2s;
    background-color: #ffffffc9;
    color: #222;
}

form [class*="col-"]:last-child .form-group:last-child {
    overflow: hidden;
    margin-bottom: 0 !important;
}

button[type="submit"],
button[type="submit"].form-control,
input[type="submit"],
input[type="submit"].form-control {
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0 40px;
    margin-top: 0;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    transition: 0.2s;
    width: auto;
    color: #fff !important;
    background-color: #1d4076 !important;
}

.form-box .forms form input::placeholder {
    font-size: .8rem;
    color: #999999;
}


/* button css */

.click-btn {
    display: flex;
    width: max-content;
    height: 40px;
    padding: .5rem 1rem;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    line-height: 35px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
}

.btn-style2 {
    border-color: #1d4076;
    color: #1d4076;
}

.btn-style2:hover {
    box-shadow: 0 0.25em 0.25em -0.1em #0c75b3;
    transform: translateY(-0.25em);
    border-color: #0c75b3;
    color: #0c75b3;

}


#scrollTop {
    z-index: -1;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    /* background-color: rgba(0, 0, 0, .25); */
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s, bottom .5s, box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    background-color: rgba(0, 0, 0, .25) !important;
    overflow: hidden;
    transition: opacity .3s ease-in-out;

}

#scrollTop:hover {
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color 50ms linear .25s;
    background-color: #1d4076 !important;

}

#scrollTop.show {
    opacity: 1;
    z-index: 999;
    bottom: 70px;
    transition: opacity .3s ease-in-out;
}

#scrollTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0);
    transition: transform .2s ease;
}

#scrollTop:before {
    background-color: rgba(255, 255, 255, .25);
    transform: scale(1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    z-index: 2;
}

#scrollTop:after,
#scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #2250fc;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    border-radius: 100px;
}





/* clip-path: polygon(1.5% 0, 70% 3%, 70% 13%, 97% 9%, 97.5% 89%, 40% 100%, 39.9% 90%, 1% 88%); */







/* plans and pricing */
.plans .planstab{display: flex;}
.plans .planstab .buttons{background-color: #39bef4; margin-right: 2rem; border-radius: 10px 10px 0 0; padding: 1rem; color: #fff; font-weight: 700;}
.pricingbox{display: flex; justify-content: space-between;
     /* padding: 2rem 0 5rem; */
    }
.pricingbox .pricing{display: flex; justify-content: space-between; width: 70%; border: 1px solid #39bef4; background-color: #39bef41c; border-color: #39bef4 transparent transparent;margin-bottom: 5rem;}
.pricingbox .pricing .pricebox{border: 1px solid #f0f0f0; margin: 1rem 1rem 1rem 0; padding: 2rem 1rem; width: 32%; background-color: #fff;}
.pricingbox .pricing .pricebox p{font-size: .8rem;}
.pricingbox .pricing .pricebox .heading{border-bottom: 1px solid #a59e9e;}
.pricingbox .pricing .pricebox .heading h5{font-weight: 700; color: #1d4076; text-transform: uppercase;}
.pricingbox .pricing .pricebox h3{padding: 1rem 0;font-weight: 700; color: #1d4076;}
.pricingbox .pricing .pricebox h3 sub{color: #3e404b;}
.pricingbox .pricing .pricebox h4{margin: .8rem 0;}
.pricingbox .pricing .pricebox h4 sub{color: #3e404b; font-size: .8rem;}
/* .pricingbox .pricing .pricebox a{background-color: #39bef4; font-weight: 700; padding:.5rem 2rem; border-radius: 1rem; width: 100%; text-decoration: none; color: #fff;} */

.pricingbox .pricing .pricebox a{
    /* background-color: #39bef4;  */
    /* background-image: linear-gradient(to right, #2973B2, #9ACBD0); */
    /* background-image: linear-gradient(to right, #55679C, #1E2A5E); */
      background-image: linear-gradient(to bottom, #1a99c5, #0f3f77);
     /* background-image: linear-gradient(to right, #1F509A, #0A3981); */
     /* background-image: linear-gradient(to right, #1d4076, #39bef4); */
    /* background-image: linear-gradient(to right, #27548A, #183B4E); */
    font-weight: 700; padding:.5rem 2rem; border-radius: 1rem; width: 100%; text-decoration: none; color: #fff;}


.pricingbox .pricing .pricebox h5{font-weight: 600; font-size: 1rem; margin-top: 1.2rem;}
.pricingbox .pricing .pricebox span{font-weight: 700; font-size: 1rem; }

.pricedetails h6{color: #232323; font-size: .8rem; position: relative; padding-left: 1rem; cursor: pointer;}
.pricedetails h6 span{position: absolute; left: 0; top:0;}
.pricedetails h6 span.up-arrow i{rotate: 90deg;}
.pricedetails h6 span.down-arrow{display: none;}
.pricedetails h6 span i{color: #232323;}
.pricedetails.closes .pricedetails-content{display: none; transition: all .3s ease-in-out;}
.pricedetails.closes h6 span.down-arrow{display: none; transition: all .3s ease-in-out;}
.pricedetails.open h6 span.down-arrow{display: block; transition: all .3s ease-in-out;}
.pricedetails.open h6 span.up-arrow {display: none; transition: all .3s ease-in-out;}
.pricedetails.open .pricedetails-content{display: block; transition: all .3s ease-in-out;}
/* .pricingbox .pricing .pricebox hr{border: 1px solid #a59e9e;} */

.pricingbox .boxes{width: 27%; 
    /* border: 2px solid #000; */
}

.rewardsec{border: 1px solid#f0f0f0; margin: 0 0 1rem; padding-bottom: 2rem;}
.rewardsec h4{padding: 1rem; border-bottom: 1px solid #f0f0f0; font-size: 1rem;}
.rewardsec p{font-size: .8rem; padding: 1rem; margin-bottom: 0 !important;}
.rewardsec a{background-color: #39bef4; text-decoration: none; padding:.6rem 1.2rem; margin: 0 1rem; color: #fff; font-weight: 700; border-radius: .8rem;}
