a{
    text-decoration: none;
    color: #dc3545;
    font-weight: 600;
}
.offerbg{
    background: #00131c;
    height: 34px;
}
.offer{
    padding: 2px 0 0 0;
    margin: 0;
}
.offer p{
    color: #ffffff;
    text-align: center;
}
.menubg{
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
    background: #0d333f;
}
.menu img{
    width: 150px;
}
.btn-cta-green {
    background-color: #fd0000;
    border-color: #fd0000;
    color: #fff;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
}
.btn-outline-green{
    background-color: #ffffff;
    border-color: #fd0000;
    color: #fd0000;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
    font-weight: 600;
    padding-top: 8px;
    /* font-size: 14px; */
    height: 40px;
}
.btn-outline-green:hover{
    background-color: #36a900;
    border-color: #36a900;
    color: #ffffff;
}
.menu ul li {
    padding: 10px 6px;
    position: relative;
    list-style: none;
    display: inline-block;
    margin-top: 10px;
}
.menu ul li:last-child {
    padding-right: 0px;
}
.menu ul li a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
}
.menu ul li a i {
    font-size: 14px;
    color: #fd0000;
    top: -3px;
    padding-left: 7px;
}
.menu ul li ul {
    position: absolute;
    width: 220px;
    top: 100%;
    left: 0;
    margin-top: 0px;
    background: #0d333f;
    text-align: left;
    transition: 0.3s;
    transform-origin: center top;
    z-index: 999;
    box-shadow: 0px 0px 7px -2px #222;
    visibility: hidden;
    opacity: 0;
    padding: 5px 0px;
    border-radius: 0px 0px 5px 5px;
    display: block;
}
.menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}
.menu ul li ul li {
    padding: 5px 5px;
    display: block;
    border-top: 1px solid #fff;
}
.menu ul li ul li a {
    display: inline-block !important;
    font-size: 16px;
    color: #fff;
}
.menu ul li ul li a:hover {
    color: #da251d;
    font-size: 18px;
    transition: 0.4s;
}
.slidebg{
    background: url("../img/bgslide.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.slide{
    height: 530px;
    background: #0d333f;
    border-radius: 223px;
    padding: 40px;
}
.slide h3{
    font-size: 44px;
    text-align: center;
    color: #ffffff;
    padding-top: 55px;
    font-weight: 900;
    font-family: Atma;
}
.slide p{
    text-align: center;
    color: #CCCCCC;
}
.slidecond {
    font-size: 13px !important;
    color: #7e7b7b !important;
}
.btn-cta-green {
    background-color: #fd0000;
    border-color: #fd0000;
    color: #fff;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
    padding-top: 6px;
    font-weight: 600;
    height: 38px;
}
.btn-cta-green:hover {
    background-color: #004358;
    border-color: #004358;
    color: #fff;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
}
.slide a{
    padding: 8px 24px 14px!important;
    width: 300px;
    margin: 0 100px;
}
.users{
    margin-top: 0px;
    font-size: 21px;
    color: #ffffff;
    margin-left: 97px;
}
.users img{
    width: 200px;
}
.welcomebg{
    background: #ddebff;
    padding: 60px 0 12px 0;
}
.welcome{
    text-align: center;
}
.welcome h1{font-weight: 700;color: #04293b;}
.welcome h4{font-size: 17px;font-weight: 400;}
.nav-item{
    margin: 0 auto;
    font-weight: 600;
}
.featrebtt{
    width: 300px;
}
.featredleft{

}
.featred{
    /* margin-left: 100px; */
}
.tab-pane{
    padding:30px 0;
}
.nav-item button.nav-link {
    border: #36a900 1px solid !important;
    color: #36a900;
}
.nav-item button.nav-link:hover {
    border: #36a900 1px solid !important;
    color: #ffffff;
    background: #36a900;
}
.nav-link.active{
    color: red !important;
}
.nav-item button.nav-link.active{
    background: #36a900 !important;
}
.industry{
    margin-bottom: 50px;
}
.industrybg{padding: 30px 0;background: #f0f0f0;}
.industry h2{
    font-size: 39px;
    text-align: center;
    /* padding: 22px 0; */
    /* width: 646px; */
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 31px;
}
.industry span{
    color: red !important;
}
.industry img{
    height: 150px;
}
.industry p{
    font-size: 23px;
    text-align: center;
    line-height: 13px;
    margin: 0;
    padding: 0;
}
.smsfeatright{}
.smsfeatright h3{
    font-size: 25px;
    font-weight: 400;
    text-align: right;
}
.smsfeatright p{
    font-size: 16px;
    text-align: right;
}
.company{
    margin-bottom: 30px;
}
.company h2{
    font-size: 49px;
    text-align: center;
    /* padding: 22px 0; */
    /* width: 646px; */
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.company span{ color: red; }
.company p{
    font-size: 23px;
    text-align: center;
    line-height: 13px;
    margin: 0;
    padding: 0;
}
.businessbg{
    background: #0d333f;
    padding: 50px 0;
}
.business h2{
    color: #ffffff;
    text-align: center;
    font-size: 45px;
}
.business span{
    color: #fd0000;
    font-weight: 700;
}
.business a{
    margin: 0 auto;
}
.btn-outline-ctg{
    background-color: transparent;
    border-radius: 0.25rem;
    border: 0.125rem solid #fff;
    color: #fff;
    font-style: normal;
    min-height: unset;
}
.btn-outline-ctg:hover{
    background-color: transparent;
    border-radius: 0.25rem;
    border: 0.125rem solid #ff0000;
    color: #ff0000;
    font-style: normal;
    min-height: unset;
}
.packagebg{
    padding: 50px 0;
}
.package h2{
    font-size: 36px;
    font-weight: 700;
}
.content{
    display: flex;
    justify-content: center;
    /* width: 1200px; */
    margin: 17px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-around;
    align-items: center;
}

.box{
    display: flex;
    flex-direction: column;
    height: 630px;
    width: 300px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background: var(--white);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
}
.title{
    width: 100%;
    padding: 18px 0 0 0;
    font-size: 1.8em !important;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #b40000 !important;
    line-height: 28px;
}

.basic .title{
    background: var(--pinkish-red);
}

.standard .title{
    background: var(--medium-blue);
}

.business .title{
    background: var(--greenish-blue);
}

.view{
    display: block;
    width: 100%;
    padding: 0px 0 0px;
    background: var(--white-smoke);
}

.icon{
    display: flex;
    justify-content: center;
}

.icon img{
    width: 80px;
}

.cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 4px;
}

.amount{
    font-size: 2.8em;
    font-weight: bolder;
}
.basicpara{
    text-align: center;
    padding: 0;
    line-height: 8px;
}
.detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.description{
    margin: 0px auto;
    font-size: 0.8em;
    color: #7D7C7C;
    padding: 0;
}

.description ul{
    list-style: none;
}

.description li{
    margin-top: 10px;
    font-size: 15px;
    line-height: 14px;
    margin-left: -37px;
}

.description li::before{
    content: "";
    /*background-image: url("https://i.postimg.cc/ht7g996V/check.png");*/
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.description li i{
    color: #0fd46c;
}
.button{
    margin: 0 auto 5px;
}
/*contact us page start*/
/*contact us page start*/
.contacthead h1{
    line-height: 0;
}
.contacthead h2 {
    font-size: 44px;
    text-align: center;
    color: #ffffff;
    padding-top: 25px;
    font-weight: 900;
    font-family: Atma;
}
.contactbg{
    background: #e3e3e3;
}
.footerinfocontactus{
    background: #ffffff;
    padding: 20px;
    margin: 15px auto;
    border: 1px solid #adadad;
    border-radius: 10px;
}
.contactus h2{
    margin: 0;
    padding: 0 0 25px;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 400;
}
.contact{
    position: relative;
    padding: 0 0 20px 30px;
}
.contact i{
    position: absolute;
    left: 0;
    background: 0 0;
    font-size: 18px;
    color: #fd0000;
    top: 2px;
}
.contact p{
    margin: 0;
    line-height: 26px;
    font-size: 19px;
    color: #313030;
}
.address{
    background: #ffffff;
    padding: 20px;
    margin: 15px auto;
    border: 1px solid #adadad;
    border-radius: 10px;
}
.address h2{
    margin: 0;
    padding: 0 0 25px;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 400;
}
/*contact us page end*/
/*contact us page end*/

/* agrement page start*/
.agrement{}
.agrement h1{
    color: red;
    font-size: 46px;
    font-weight: 700;
}
.agrement p{
    font-size: 18px;
}
/*.agrement p::after{*/
/*    border-bottom: 2px solid #000b16;*/
/*}*/
.agrement i{
    color: #e90000;
    font-size: 19px;
}
.agrement h4{
    font-size: 31px;
    font-family: Atma;
    text-align: center;
    font-weight: 600;
    color: #bb8e06;
}
/* agrement page end*/

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .content{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    .standard, .business{
        margin-top: 25px;
    }
}
/* Responsiveness:End */

.my-slider{
    padding: 0 70px;
}
.slick-initialized .slick-slide{
    background-color: #198754;
    olor: #FFF;
    height: 100px;
    margin: 0 9px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 106px;
}



.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}
.smsfeat{}
.smsfeat h3{
    font-size: 25px;
    font-weight: 400;
}
.smsfeat p{
    font-size: 16px;
    text-align: left;
}
.btn-outline-learn {
    background-color: transparent;
    border-radius: 0.25rem;
    border: 1px solid #36a900;
    color: #36a900;
    font-style: normal;
    min-height: unset;
}
.btn-outline-learn:hover{
    background-color: #36a900;
    border-radius: 0.25rem;
    border: 1px solid #36a900;
    color: #ffffff;
    font-style: normal;
    min-height: unset;
}
.reviewbg{
    background: #b6b6b66b;
    padding: 50px 0;
}
.review h2{
    font-size: 36px;
    text-align: center;
    padding: 0px 0;
    /* width: 646px; */
    font-weight: 700;
}
.review p {
    text-align: center;
    padding: 0 180px;
}
.reviewcontent{/* height: 181px; */}
.reviewcontent img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
    justify-content: center;
}
.reviewc{
    height: 290px !important;
    background: #0d333f !important;
    border-radius: 20px 0;
    text-align: justify !important;
}
.reviewc i{
    font-size: 25px;
    color: #777d8a;
    /* text-align: center; */
    padding: 3px 153px;
    /* justify-content: center; */
}
.reviewc p{text-align: justify;font-size: 15px;color: #fff;padding: 10px;}
.reviewc h3{text-align: center;font-size: 16px;line-height: 13px;color: #979797;}
.reviewc h4{text-align: center;font-size: 15px;line-height: 5px;font-weight: lighter;color: #0c84ff;}
.supportbg{
    background: #0c84ff;
    padding: 40px 0;
}
.btn-midnight-blue {
    background-color: transparent;
    border: #ffffff 2px solid;
    color: #fff !important;
    font-weight: 700;
    color: #001b40;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
}
.btn-midnight-blue:hover {
    background-color: #001b40;
    border-color: #001b40;
    color: #ffffff;
}
.support h2{font-weight: 700;margin-bottom: 20px;}
.support p{

}
.support ul li{margin-bottom: 20px;color: #fff;font-size: 18px;}
.supportbtn a{

}
.support ul li b{
    color: #004c67;
}
.suportimg img{width: 80%;}
.copyrightbg{background: #0d333f;padding: 10px 0;}
.copyright{
    color: #ccc;
    text-align: center;
}
/*Login Page*/
.loginbg{
    background: #00394b;
    padding: 29px 0;
}
/*About Us*/
.aboutbg{
    background: url("../img/aboutbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.about{
    height: 424px;
    background: #004160ab;
    border-radius: 100px 0;
    padding: 40px;
    text-align: center;
    color: #ffffff;
}
.about h1{
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
}
.about p{
    font-size: 25px;
}
.helpbg{
    background: #0d333f;
    padding: 80px 0px;
}
.help h5{
    text-align: center;
    font-size: 20px;
}
.help h2{
    text-align: center;
    line-height: 25px;
}
.help p{
    text-align: center;
    font-size: 14px;
}
/*Privary Policy*/
.policybg{

}
.policy{}
.policy h4{
    font-size: 16px;
    line-height: 10px;
}
.policy h1{
    font-size: 42px;
    font-weight: 700;
}
.policy b{}
.policy p{text-align: justify;}
.sidebar{
    background: #0d333f;
    padding: 36px 5px 10px 15px;
    border-radius: 55px 0;
}
.sidebar h3{
    font-size: 24px;
    color: #fff;
}
.sidebar ul{
    margin-left: -25px;
}
.sidebar ul li{
    list-style: none;
    line-height: 39px;
    /* margin-left: -41px; */
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #fff; */
}
.sidebar ul li a{
    text-decoration: none;
    color: #fff;
    left: 0;
    line-height: 20px;
}
.fa-quote-right{
    color: green !important;
}
.list-item-options {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -10px;
    display: flex;
    margin: 0 0 40px;
}
.list-item-options li {
    width: 16.666%;
    padding: 0 10px;
    letter-spacing: 0;
    list-style: none;
}
.list-item-options li .item {
    position: relative;
    margin: 0 0 30px;
}
.list-item-options li img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.list-item-options li span {
    position: absolute;
    inset: auto auto -14px 0;
    color: #fff;
    padding: 4px 23px 6px 11px;
    max-width: 100%;
}
.bg-green-ryb {
    background-color: #66c424;
}
.bg-blue-voilet {
    background-color: #763add;
}
.bg-dark-turquoise {
    background-color: #00cddd;
}
.bg-american-purple {
    background-color: #521064;
}
.bg-salem {
    background-color: #1d7452;
}
/*Footer Part Strt*/
.footerbg{
    background: #063746;
    padding: 30px 0;
}
.contactus h4, .footerinfo h4{
    color: #f50101;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    line-height: 33px;
}
.contactus b{
    color: #dc0246;
}
.contactus ul, .footerinfo ul{
    margin: 0;
    padding: 0;
    line-height: 26px;
}
.contactus ul li, .footerinfo ul li{
    color: #fff;
    list-style: none;
    text-decoration: none;
    padding-bottom: 10px;
    margin: 0;
}
.footerinfo ul li a {
    color: #fff;
    text-decoration: none;
    /* line-height: 10px; */
}
/*Footer Part Strt*/
/*Masking SMS Start*/
.maskingbg{
    background: #013c4e;
    /* padding: 50px 0; */
}
.masking{
    padding: 50px 0;
}
.masking h1{
    color: #dc3545;
    font-size: 53px;
    font-weight: 800;
}
.masking ul{
    padding: 0;
}
.masking ul li i{
    color: #dc3545;
}
.masking ul li{
    list-style: none;
    color: #fff;
    font-size: 23px;
}
.masking img{
    width: 100%;
    height: 409px;
}
.maskcontbg{padding: 50px 0;text-align: center;}
.maskcont{}
.maskcont h2{
    font-weight: 800;
    font-size: 50px;
    color: #013c4e;
}
.maskcont p{
    font-size: 20px;
    text-align: justify;
}
.processbg{
    /* background: #bcbcbc; */
    padding: 50px 0;
    text-align: center;
    /* border-top: 2px solid #002936; */
    /* border-bottom: 2px solid #002936; */
}
.process h2{
    font-size: 47px;
    font-weight: 700;
    color: #f40000;
}
.process h3{
    color: #0d333f;
}
.processed{
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #00b1ff;
    padding: 20px;
}
.processed img{
    width: 84px;
    border-radius: 50%;
    border: 2px solid #4d90fe;
}
.processed h4{
    color: #ff0000;
    font-size: 25px;
    font-weight: 700;
}
.processed p{
    color: #fff;
}
.maskwhybg{
    padding: 50px 0;
    background: rgb(3,96,125);
    background: linear-gradient(108deg, rgba(3,96,125,1) 0%, rgba(13,51,63,1) 100%);
    text-align: center;
}
.maskwhy{
    color: #fff;
}
.maskwhy h3{
    color: #ff0505;
}
.maskwhy p{}
.maskwhy img{
    border-radius: 82px;
    border: 2px solid #fd0000;
}
.package a{
    color: #000;
    text-decoration: none;
}
.maskingpartner{
    color: #fff;
}
.maskpartner{}
.maskpartner img{
    width: 100%;
    border: 2px solid #4d90fe;
    border-radius: 10px;
}
.maskdatabg{
    padding: 50px 0;
    text-align: center;
}
.maskingdata h3{
    text-transform: capitalize;
    font-size: 37px;
    font-weight: 700;
}
.maskingdata p{
    font-size: 18px;
}
.bg-orange-1 {
    background-color: #F04D0C;
}
.maskdatabg h4{
    padding: 6px;
    color: #fff;
}
.maskpackgebg{
    padding: 50px 0;
    background: #e6eefc;
}
.maskpackagehed{}
.maskpackagehed h2{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.maskpackagehed p{
    text-align: center;
    font-size: 17px;
}
.maskpackage{
    padding: 30px 0;
}
.maskpackage img{
    border-radius: 10px;
}
.maskpackage h3{
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}
.maskpackage a{
    text-decoration: none;
}
.maskpackage p{
    text-align: justify;
    font-size: 22px;
}
.maskfeaturebg{padding: 30px 0;background: #e4f0ff;}
.maskfeatured{}
.maskfeatured h2{
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 400;
}
.maskfeatured i{color: #f10000;}
.maskfeatured img{}
.maskfeatured ul{ padding: 0;}
.maskfeatured ul li{text-decoration: none;color: #000;list-style: none;font-size: 18px;line-height: 30px;}
.business h3{
    color: #4d90fe;
    font-size: 35px;
    margin-top: 30px;
}
.business table{
    text-align: left;
    width: 100%;
}
.maskcontentbg{
    padding: 50px 0;
}
.maskingcont{
    padding: 20px 0;
}
.maskingcont h2{
    font-size: 38px;
    font-style: italic;
    font-weight: 600;
}
.maskingcont ul{
    padding: 0;
}
.maskingcont ul{
    list-style: none;
}
.maskingcont img{
    margin-top: 8px;
}
.maskings img{
    height: 493px;
    width: 100%;
}
/*Masking SMS End*/
@media (max-width: 767px){
    .slide a {
        padding: 4px 17px 10px!important;
        width: 283px;
        margin: 0 10px;
    }
    .list-item-options {
        font-size: 12px;
        line-height: 15px;
        flex-flow: wrap;
        margin: 0;
        padding-left: 1px;
    }
    .list-item-options li {
        width: 33.333%;
        padding: 0 5px;
    }
    .offer {
        padding: 7px 0 0 0;
        margin: 0;
    }
    .offer p {
        font-size: 12px;
    }
    .slidebg{
        height: 433px;
    }
    .slide {
        height: 420px;
        padding: 29px;
    }
    .slide h3 {
        font-size: 20px;
        padding-top: 10px;
    }
    .my-slider{
        padding: 0 !important;
    }
    .slick-initialized .slick-slide{
        height: auto!important;
    }
    .nav-item button.nav-link{
        padding: 3px;
        font-size: 10px;
        margin-bottom: 5px;
    }
    .industry h2{
        font-size: 20px;
        padding: 5px 0;
    }

    .business h2{
        font-size: 23px;
    }
    .package p{
        font-size: 12px;
    }
    .package h2 {
        font-size: 20px;
    }
    .content{
        margin: 1px auto;
    }
    .review p{
        padding: 0;
    }
    .review h2 {
        font-size: 21px;
    }
    .navbar-nav {
        margin-left: 0px;
    }
    .navbar-nav li {
        background: #00324a;
        border-bottom: 3px solid #ccc;
        width: 100% !important;
        text-align: center;
        padding: 5px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
    .navbar-nav li a{
        color: #ffffff;
    }
    .navbar-toggler{
        background: #36a900;
        color: #ffffff;
    }
}

.textour-info{
    color: rgb(7 179 255) !important;
}
/*Development Page*/
.developbg{
    background: #1ab9ff;
    padding: 90px 0;
}
.develop{
    text-align: center;
}
.develop h1{
    color: #fff;
    font-size: 57px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 23%;
}
.develop p{
    text-align: center;
    margin: 0 18%;
    font-size: 19px;
}
.bloghderbg{
    padding: 80px 0;
    background: #00485e;
    text-align: center;
}
.bloghder{}
.bloghder h1{
    font-size: 55px;
    font-weight: 800;
    color: #fd0000;
    line-height: 52px;
}
.bloghder h4{
    color: #fff;
    font-size: 20px;
}
.bloghder p{
    font-size: 20px;
    color: #01b1ff;
}
.featureblogbg{
    padding: 50px 0;
    background: #ccc;
}
.featureblog{
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}
.featureblog img{

}
.featureblog h5{
    color: #8f8f8f;
    padding: 21px;
    line-height: 0;
    margin: 0;
}
.featureblog h2{
    font-size: 45px;
    line-height: 46px;
    padding: 0 20px;
    margin: 0;
    color: #616161;
}
.featureblog p{
    font-size: 20px;
    padding: 0 22px;
    line-height: 33px;
}
.blogsidebar{
    background: #00485e;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blogsidebar h3{
    font-size: 26px;
    color: #ef1111;
    font-weight: 600;
}
.blogsidebar ul{
    padding: 0;
    margin: 0;
}
.blogsidebar ul li{
    list-style: none;
    line-height: 25px;
}
.blogsidebar ul li a{
    color: #fff;
    /* line-height: 14px; */
}
.blogsidebar i{
    color: #ee0000;
}
.blogbg{
    padding: 50px 0;
}
.bloghead{}
.bloghead h2{
    text-align: center;
    font-size: 50px;
    border-bottom: 3px solid #198754;
    line-height: 68px;
}
.blog{
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    background: #f4f4f4;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}
.blog img{
    height: 347px;
}
.blog h3{
    font-size: 20px;
    padding: 7px 10px;
    line-height: 23px;
    color: #575757;
}
.blog p{
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #5a5858;
}

.featureblogs{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.featureblogs p{
    text-align: justify;
}
.devcontbg{
    background: #f0f0f0;
    padding: 50px 0;
}

.devcont h2{
    font-size: 45px;
}
.devcont P{
    font-size: 18px;
}
.devapibg{
    padding: 50px 0;
}
.devapi h2{
    font-size: 45px;
    text-align: center;
}
.devapi p{
    text-align: center;
    font-size: 20px;
}
.headapi{
    padding: 5px 5px 1px 5px;
    background: #13b2f9;
    color: #fff;
    /* border-radius: 10px; */
}
.headapi h4{
    font-size: 20px;
}
.devotp{ margin-top: 20px;}
.devotp{}
.bgapi{ background: rgb(230 230 230) !important}
.requst{
    background: #d0cece;
    width: 200px;
    margin-bottom: 10px;
    padding: 2px;
    font-size: 20px;
}
.jsonfomt{
    background: #212121;
    width: 600px;
    color: #847ded;
    padding-top: 10px;
    font-size: 18px;
}
.requstbdanger{
    border-left: 4px solid #f54b07;
}
.callerdemobg{
    padding: 50px 0;
}
.callerdemo{
    /* background: #fd0100; */
    padding: 5px;
    border-radius: 8px;
    background: #c32222;
    background: linear-gradient(0deg, rgba(195, 34, 34, 1) 0%, rgba(0, 178, 255, 1) 100%);
    margin-bottom: 24px;
}
.requstbinfo{
    border-left: 4px solid #0060cc;
}
.requstbsuccess{
    border-left: 4px solid #018c08;
}
.welcomeh{}
.welcomeh h2{
    text-align: center;
    font-size: 48px;
}
.welcomeh p{
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
@media (max-width: 576px) {
    .btn-cta-green, .btn-outline-green {
        font-size: 12px !important;
        padding: 8px !important;
        height: 35px !important;
    }
    .menu ul li {
        padding: 10px 10px;
        position: relative;
        list-style: none;
        display: block !important;
        margin-top: 10px;
    }
}
/*icon*/
.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 999999
}

.confetti-piece {
    position: absolute;
    color: #e80000;
    top: 0;
    opacity: 0;
    font-size: 39px;
}

.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-51deg);
    transform: rotate(-51deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 27ms;
    animation-delay: 27ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 248ms;
    animation-delay: 248ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-76deg);
    transform: rotate(-76deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 407ms;
    animation-delay: 407ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 23ms;
    animation-delay: 23ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 281ms;
    animation-delay: 281ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(-66deg);
    transform: rotate(-66deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 449ms;
    animation-delay: 449ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 128ms;
    animation-delay: 128ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 484ms;
    animation-delay: 484ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 287ms;
    animation-delay: 287ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 323ms;
    animation-delay: 323ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 78ms;
    animation-delay: 78ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 454ms;
    animation-delay: 454ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-animation: makeItRain 3s infinite ease-out;
    animation: makeItRain 3s infinite ease-out;
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
    -webkit-animation-duration: 6.8s;
    animation-duration: 6.8s
}

.confetti-piece:nth-child(odd) {
    color: #0074f1
}

.confetti-piece:nth-child(even) {
    z-index: 1
}

.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.confetti-piece:nth-child(4n-7) {
    color: #f3c202
}

@-webkit-keyframes makeItRain {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(500px);
        transform: translateY(500px)
    }
}

@keyframes makeItRain {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: translateY(500px);
        transform: translateY(500px)
    }
}
