* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* background-color: #F9F9F9; */
}

.con {
    width: 100%;
    padding-top: 0px;
    padding-left: 40px;
    background-image: linear-gradient(to right, #2E5581, #167B83);
    margin: 0;
}

.nav-item a {
    color: white;
    opacity: 70%;
    font-weight: 600;
    font-family: "Poppins";
    font-size: 15px;
    /* text-decoration: none;
    list-style: none;
    padding: 10px;
    margin: 50%; */
}

.nav-item a:hover{
opacity: 90%;
color: white;
}

.nav-link.active {
    background: none !important; 
    color: white;
    font-weight: 600;
    text-decoration: underline;
    opacity: 100%;
}

#loginsignup {
    border: none;
    color: #167B83;
    background-color: white !important;
    opacity: 100% !important;
    padding: 10px;
    margin: 0px 60px;
    border-radius: 10px;
}




.logo {
    padding-top: 0%;
    padding-left: 50px;
    width: 10%;
}

main {
    background-color: #f5f4f4b2;

}

.maincontainer {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.secondmain,
.thirdmain {
    background-color: white;
    width: 82%;
    margin: 5% auto;
    display: flex;
    border-radius: 10px;
    border-bottom-right-radius: 60px;
}


.left {
    width: 45%;
    /* background-color: aliceblue; */
}

.right {
    width: 55%;
    /* background-color: antiquewhite; */
    margin: auto;
}

.headingmain {
    margin-top: 50px;
    margin-bottom: 5px;
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    padding: 0px 20px 0px 0px;

}

.firstpara {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 20px 12px 0px;
}

#createvideobutton {
    width: 38%;
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 18px;
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1px;
    color: white;
    border: none;
    background: linear-gradient(to right, #2E5581, #167B83);
}

#indeximage {
    width: 100%;
    /* height: 350px; */
    filter: brightness(70%);
    border-radius: 0px;
    /* position: relative; */
}


.rightimgs {
    margin: auto;
    width: 100%;
    position: relative;
}

#v3 {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#v4 {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50.5%;
    transform: translate(-50%, -50%);
}


.section2 {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}


#indeximage2,
#indeximage3 {
    width: 100%;
    /* filter: brightness(70%); */
    border-radius: 0px;
}

.secondleft {
    width: 43%;
    /* background-color: antiquewhite; */
    margin: auto;
    padding: 2%;
}

.secondright {
    width: 45%;
    /* background-color: antiquewhite; */
    margin: 8% auto;
    margin-left: 0%;
}

#indeximage2 {
    border-bottom-right-radius: 60px;
}

.thirdleft {
    width: 45%;
    /* background-color: antiquewhite; */
    margin: 8% auto;
    /* margin-right: 0; */
}

.thirdright {
    width: 43%;
    /* background-color: antiquewhite; */
    margin: auto;
    padding: 2%;
}

#indeximage3 {
    border-bottom-left-radius: 60px;
}

.aiicon {
    width: 11%;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0px 8px;
}

.headingmain2 {
    /* margin-top: 50px; */
    margin-bottom: 5px;
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-size: 35px;
    padding: 0px 8px;
    line-height: 50px;

}

.secondpara,
.thirdpara {
    font-family: "Poppins";
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    padding-right: 12px;
}

.blue {
    color: #167B83;
    text-decoration: none;
}

.banner1 {
    width: 82%;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    border-radius: 10px;
}

.bannerleft {
    margin: auto;
    padding: 4% 1% 4% 15%;
    width: 65%;
    /* background-color: antiquewhite; */

}

.bannerleft h3 {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.bannerright {
    margin: auto;
    width: 35%;
    /* background-color: bisque; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bnrrightchildleft {
    width: 20%;
    /* background-color: #167B83; */
}

.bnrrightchildleft img {
    width: 55%;
    padding: 0%;
    margin: 10% 25%;
    border-radius: 100%;
}

.bnrrightchildright {
    font-family: "Poppins";
    width: 70%;
    font-size: 14px;
    font-weight: 500;
    /* background-color: #2E5581; */

}

.bnrrightchildright h6 {
    font-family: "Poppins";
    width: 70%;
    font-size: 14px;
    font-weight: 700;
    /* background-color: #2E5581; */

}

.steps {
    width: 82%;
    /* background-color: rgb(89, 144, 192); */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

.stepsright {
    display: flex;
    flex-direction: column;
    width: 55%;
    margin: 5% auto;
    /* background-color: bisque; */
}

.stepsleft {
    /* background-color: antiquewhite; */
    width: 45%;
    /* margin: 5%; */
}

.stepscard {
    margin: 10% 5%;
    border-left: 5px solid #2E5581;
    padding: 0px 20px;
    border-radius: 2px;
}

.stepscard h6 {
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 600;
}

.stepscard p {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.stepsright img {
    width: 100%;
    margin: 0 auto;
}

.banner2 {
    width: 82%;
    margin: 6% auto;
    text-align: center;
    background-color: #167B83;
    padding: 5%;
    background: linear-gradient(to right, #2E5581, #167B83);
    border-radius: 15px;
}

.banner2 h1 {
    font-family: "Poppins";
    font-size: 35px;
    color: white;
    margin: 2%;
    line-height: 55px;
}

.banner2 button {
    width: 32%;
    padding: 1.5%;
    margin: 1.5%;
    border: none;
    border-radius: 10px;
    font-family: "Poppins";
    font-size: 18px;
    color: #167B83;
}

#section3 {
    width: 80%;
    margin: auto;
    text-align: center;
}

.section4 {
    width: 82%;
    margin: 5% auto;
}


.accordion-item {
    margin: 20px;
    height: 70px;
    padding: 10px;
    background-color: #E6E6E699;
    /* border-radius: 100%; */
}

.accordion-button {
    /* margin: 10px; */
    background-color: #E6E6E699;
    color: rgb(84, 83, 83);
    font-size: 18px;
    font-family: "Poppins";
}

.accordion-body {
    background-color: #faf6f6;
    color: #080808;
}


.foot{
   width: 82%;
   /* background-color: #167B83;  */
   margin: auto;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

.footleft{
    width: 60%;
    /* background-color: #faf6f6; */
}

.footright{
    width: 40%;
    /* background-color: aqua; */
}

.footrightcontent{
    width: 90%;
    margin: 20% 0% 5% auto;
    font-family: "Poppins";
}

.footrightcontent h5{
    font-size: 20px;
    font-weight: 400;
}


.footrightcontent p{
    font-size: 12px;
    font-weight: 300;
}


#email{
    border: 2px solid rgb(237, 237, 237);
    font-size: 13px;
    padding: 4px;
    width: 60%;
    margin: 10px 15px auto 0px;
    border-radius: 5px;
}
.notifyme{
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(to right, #2E5581, #167B83);
    color: white;
}

.foottable{
     width: 80%;
    margin: 5% auto 5% 0%;
}

table.foottable td{
    font-weight: 300;
}

table.foottable tr{
    margin: 55px;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 40px;
}