
@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap';
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
}

.webname {
    border: 0px solid rgba(0, 0, 0, .1);
    font-family: 'Poppins', sans-serif;
    padding: 10px 16px;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: bolder;
    background-color: #0beef9;
    background-image: linear-gradient(315deg, #0beef9 0%, #48a9fe 74%);
    line-height: 40px;
}

.nametitle {
    color: white;
    text-align: center;
    text-decoration: none;
}

.bothead {
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f9fcff;
    background-image: linear-gradient(315deg, #f9fcff 20%, #ebeef0 74%);
    border-bottom-right-radius: 10px;
}

.bothead a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 8px 17px;
    text-decoration: none;
    font-size: 17px;
    border-bottom-right-radius: 10px;
}
a {text-decoration: none;}

.bothead a:hover {
    background-color: #0beef9;
    background-image: linear-gradient(315deg, #0beef9 0%, #48a9fe 74%);
    color: white;
}

.bothead a.active {
    background-color: #0beef9;
    background-image: linear-gradient(315deg, #0beef9 0%, #48a9fe 74%);
    color: white;
}

.bothead .icon {
    display: none;
}

.barimg {
    margin: 9.3px;
}

@media screen and (max-width: 705px) {
    .bothead a:not(:first-child) {
        display: none;
    }

    .bothead a.icon {
        float: right;
        display: block;
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (max-width: 705px) {
    .bothead.responsive {
        position: relative;
    }

    .bothead.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #15e3fa;
    }

    .bothead.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

/* -------------------------------------------table of content css------------------------------------- */

.tocbtn {
    background-color: #045de9;
    background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
    color: white;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 80px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .3);
  
}

.tabledown {
    display: inline-block;
}

.tabledown-list {
    display: none;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
   margin-left: 80px;

   
}

.tabledown-list a {
    color: black;
    padding: 10px 13px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.tabledown-list a:hover {
    background-color: #09c6f9
}

.tabledown:hover .tabledown-list {
    display: block;
}

.tabledown:hover .tocbtn {
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
}
@media (max-width:900px)and (min-width:290px) {
    .tabledown-list {
        margin-left: 5px;
        margin-right: 5px;
        padding: 1px;
    } 
    .tabledown-list a { padding: 4px 8px;
        font-size: 14px;}
}


/* ------------------------------CONTENT CSS ALL--------------------------------------------------------------- */


.box {
    border: 1px solid rgb(219, 219, 219);
    border-radius: 7px;
    margin: 20px 150px;
    padding-top: 15px;
    padding-bottom: 10px;
    box-shadow: 0 5px 10px#97bfff;
    text-align: center;
    font-size: 20;
    line-height: 1.6;
}

.box:hover {
    opacity: 1;
    color: #2f9eff;
}

.conimg {display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 7px;}

h1 {
    font-size: 35px;
    margin: 25px 80px 5px;
    line-height: 1.2;
}

h1,
h3 {
    text-align: center;

}
h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 25px 14px 5px;
    padding: 15px 20px 1px;
}

.statuscopybtn {
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #045de9;
    background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
    border: none;
    outline: none;
    color: #fff;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .3);
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 5px;}

    .statuscopybtn:hover {
        background-color: #f5d020;
        background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    }

    #alertmasstatus {
        position: fixed;
        top: 50%;
        font-size: 16px;
        z-index: 99999;
        transition: all 0.3s ease;
        display: none;
        padding: 7px 10px;
        /* border-radius: 3px 0 0 3px; */
        border-radius: 25px;
        background: #2ad832;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .3)
    }

    .alignbtncenter {
        display: flex;
        justify-content: center;
    }
    .paraquote{text-align: center;} 

@media (max-width:705px)and (min-width:290px) {
    .box {
        border: 1px solid rgb(219, 219, 219);
    border-radius: 11px;
    margin: 11px 8px;
    padding: 15px 7px 10px 7px;
    box-shadow: 0 5px 10px#97bfff;
    text-align: center;
    line-height: 1.6;
    }
    .conimg{
        width: -webkit-fill-available;
        margin: 15px;
    }
    h1 {
        font-size: 21px;
        margin: 30px 14px 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    }
    
  h3,h2 {
    text-align: center;
    margin: 10px 14px;
    font-weight: 700;
    font-size: 21px;
}

.tocbtn{ 
    margin: 5px 10px 5px 10px;

}
.statuscopybtn {
    padding: 7px 7px;
    font-size: 14px;
}
}


/* ---------------------------------about contact privacy css------------------------------ */

.AboutUs {
    border: 1px solid rgb(219, 219, 219);
    border-radius: 7px;
    margin: 20px 150px;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    text-align: justify;
    font-size: 22;
    line-height: 1.4;
}

li.aboutlist {
    list-style: square inside;
    text-align: left;
    padding-left: 80px;
    font-size: 18px;
}

p {
    padding: 5px;
        margin: 5px 80px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: justify;
        font-size: 18px;
}

#contactbottom{
    margin-bottom: 112px;
}

@media (max-width:705px)and (min-width:290px) {
    .AboutUs {
        border: 1px solid rgb(219, 219, 219);
        border-radius: 11px;
        margin: 20px 9px;
        padding: 7px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
        text-align: justify;
    }
    #contactbottom{
    margin-bottom: 200px;
}
  p {
    margin: 5px 10px;
    font-size: 15px;
  }
  li.aboutlist {
    padding-left: 20px;
    font-size: 15px;
}}


/*---------------------- footer all css ----------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

footer {
    font-family: Poppins;
    font-family: 400;
    background-color: #ffffff;
}

.footer {
    padding: 40px 0;
    background-color: #0beef9; 
    background-image: linear-gradient(315deg, #0beef9 0%, #48a9fe 74%);

}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: rgb(255, 255, 255);
}

.footer .social a {
display: inline-block;
    text-align: center;
    margin: 0 8px;
}
.footimg{
    border-radius: 10px;
    height:30px;
    width: 30px;
}

.footer .social a:hover .footimg{
    opacity: 0.8;
} 


.footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a {
    text-decoration: none;
    opacity: 0.8;
    color: white;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a:hover {
    opacity: 1;
}

.footer .copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    color: white;
}



