          .it-funfact-content span{
	line-height: normal !important;
}
 .it-funfact-content{
    margin-top: 13px;
}
.homeCounters,.purecounter {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 800;
    line-height: unset;
   
}
.cusP{
    font-size: 21px !important;
    font-weight:600;
}
   .it-choose-content h3 {
        font-size: 16px;
        line-height: 20px;
        display: flex;
    }
        .it-choose-content h3 i{
        color: var(--it-theme-1);
    }
    .cusHeading{
        font-size:38px;
    }
    .hblogposttitle{
        font-size: 17px !important;
        font-weight:600;
    }
      .webb{
               position: fixed;
            bottom: 70px;
            right: 21px;
            z-index: 999;
            background: #29a71a;
            width: 245px;
            height: 60px;
            border-radius: 7px;
            display:none;
            box-shadow: 1px 1px 4px #777;
            overflow: hidden;
            -webkit-animation: breathing 2s infinite;
            -moz-animation: breathing 2s infinite;
            -ms-animation: breathing 2s infinite;
            animation: breathing 2s infinite;
           
        }
        
        .webb p a {
            padding: 5px 8px;
            color: #fff;
            display: inline-block;
            line-height: normal;
            overflow: hidden;
            width: 100%;
        }
        
        .whatsAppIcon {
            float: left;
            width: auto;
            padding: 0 6px 0 0;
        }
        
        .whatsAppIcon img {
            width: 50px;
            height: 50px;
        }
        
        span.whatsAppTextSticky {
            float: left;
            width: 74%;
            text-align: left;
            text-align-last: left;
            padding: 10px 0 0;
            display: block;
        }
        .whatsAppTextSticky strong {
            width: 100%;
            float: left;
            font-size: 17px;
            line-height: 15px;
        }
        
        .whatsAppTextSticky small {
            font-size: 16px;
        }
        @-webkit-keyframes breathing {
          0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
          }
        
          25% {
            -webkit-transform: scale(1);
            transform: scale(1);
          }
        
          60% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
          }
        
          100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
          }
        }
        
        @keyframes breathing {
          0% {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
          }
        
          25% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
          }
        
          60% {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
          }
        
          100% {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
          }
        }
        
        .lightbox h2 {
    font-weight: 700;
    font-size: 25px;
    color:#fff;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.box {
    position: absolute;
    padding: 10px 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:var(--it-theme-4);
    color: #fff;
    text-align:center;
}

.lightbox h2, .box p {
  margin: 5px 15px 15px;
  color:#fff;
}

.close {
    position: absolute;
    /*left: 100%;*/
    /*top: 0;*/
    top: -15px;
    right: -15px;
    /*margin: -10px 0 0 -10px;*/
    width: 32px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    background-color: red;
    cursor: pointer;
    text-decoration: none;
}
 #cookie-popup {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            
            color: #fff;
            text-align: center;
            /*padding: 15px;*/
            /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
            z-index:8;
            display:none;
            z-index: 99;
        }
        #cookie-popup1{
            background-color: #222;
            background: url("https://www.myassignmentspro.com/public/assets/frontend/img/ace-your-assignments-with-experts.webp");
            background-repeat: no-repeat;
            background-size: cover;
            height: 150px;
            /*padding: 15px;*/
        }

        #cookie-popup p {
            margin: 0;
            color:#fff;
        }

        #cookie-popup button {
            margin-top: 10px;
            background-color: var(--it-theme-4);
            color: var(--it-common-white);
            border: none;
            padding: 5px 20px;
            font-size: large;
            cursor: pointer;
            border-radius:5px;
        }

        #cookie-popup button:hover {
            background-color: #357ae8;
        }
        .closeFpopup{
            position: relative;
            top: 15px;
            font-size: 20px;
            padding: 3px 8px;
            background: red;
            border-radius: 50%;
            cursor: pointer;
        } 
        @media screen and (min-width: 768px) {
            #title_message {
                clear: both;
                display: block;
                float: left;
                margin: 10px auto 5px 20px;
                width: 28%;
            }
        }