.paper-presentage-ai-first {
    padding: 30px 50px;
}

.paper-presentage-ai-first h1{

     font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}

.paper-presentage-ai-first p {
   font-family: sans-serif;
    text-align: justify;
    line-height: 35px;
}

.paper-presentage-ai-first h6{

  font-family: 'Open Sans';
    text-transform: capitalize;
    font-weight: 800;
    font-size: 21px;
    margin-top: 36px;
    color: #6a7fb0;

}



.paper-presentage-ai-first table { 
    width: 100%;
    border-collapse: collapse;
    margin: 50px auto;
    }

/* Zebra striping */
.paper-presentage-ai-first tr:nth-of-type(odd) { 
            background: #90a7de;
            box-shadow: inset 0px 5px 5px rgba(85, 91, 110, 0.15);
    }

.paper-presentage-ai-first th { 
    background: #3498db; 
    color: white; 
    font-weight: bold; 
}

.paper-presentage-ai-first td,.paper-presentage-ai-first th { 
       padding: 20px 10px;
    border: 3px solid #dee2e6;
    text-align: left;
    font-size: 17px;
    font-family: sans-serif;
    text-transform: capitalize;
    box-shadow: inset 0px 5px 5px rgba(85, 91, 110, 0.15);
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .paper-presentage-ai-first table { 
        width: 100%; 
    }

    /* Force table to not be like tables anymore */
    .paper-presentage-ai-first table,.paper-presentage-ai-first thead,
    .paper-presentage-ai-first tbody,.paper-presentage-ai-first th,
    .paper-presentage-ai-first td,.paper-presentage-ai-first tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .paper-presentage-ai-first thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .paper-presentage-ai-first tr {
     border: 1px solid #ccc;
      }
    
    .paper-presentage-ai-first td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    .paper-presentage-ai-first td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }

}

.paper-presentage-ai-first h5{
    font-family: 'Oswald';
    text-transform: capitalize;
    font-size: 17px;
    font-style: italic;
    color: #f77360;
}

.paper-presentage-ai-second {
    padding: 10px 50px;
}

.paper-presentage-ai-second h2{
    font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0px;
}

.paper-presentage-ai-second ul{

    text-decoration: none;

}
.paper-presentage-ai-second ul li{
    margin-bottom: 5px;
    margin-left: 40px;
    margin-top: -35px;
    font-family: 'Open Sans';
    font-size: 15px;

}
.paper-presentage-ai-second ul i{
       color: #f67467;
    font-size: 20px;
}
.paperpresbtn {
  margin-top: -20px;
    margin-bottom: 25px;
    margin-left: 150px;
    color: #4d4e84;
    padding: 18px 32px;
    font-weight: 800;
    background: #bcd0ff;
    box-shadow: inset 0px 5px 5px rgba(85, 91, 110, 0.15);
    border-radius: 15px;
    border: none;
    text-decoration: none;
    bottom: 10px;
    right: 15px;
}
.paper-presentage-ai-thrid {
        border-radius: 12px;
    background: linear-gradient(315deg, #becffe .01%, #fceef0) !important;
    padding: 40px 50px;
}
.paper-presentage-ai-thrid h2{
    font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.paper-presentage-ai-thrid ul{

    text-decoration: none;

}
.paper-presentage-ai-thrid ul li{
    margin-bottom: 5px;
    margin-left: 40px;
    margin-top: -35px;
    font-family: 'Open Sans';
    font-size: 15px;
     text-align: justify;
}
.paper-presentage-ai-thrid ul i{
       color: #f67467;
    font-size: 20px;
}
.pptemailcont{

    background: transparent url(../images/artificial-intelligence.svg) no-repeat;
    width: 378px;
    height: 244px;
    border: none;
    position: relative;
    margin-top: 55px;

}

.pptemailcont h6{
    
        margin-top: 40px;
    padding: 10px 31px 10px 5px;
    font-family: 'Figtree';
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    line-height: 28px;
        color: #007bff;
}

.pptemailcont h6 a{

color: #f67467;
    font-style: italic;

}

.artificialpaperppt{
    margin-top: 5px;
    margin-bottom: 43px;
    margin-left: 50px;
    width: 365px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;

}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }


}
.structpptimg{
        margin-left: -135px;
    width: 720px;
    height: 735px;
    margin-top: 50px;
}

.paper-presentage-ai-fourth{
 
  padding: 40px 50px;

}

.paper-presentage-ai-fourth h2{
    font-weight: 300;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0;
    font-family: 'Oswald';
    color: #4b4e81;

}

.paper-presentage-ai-fourth h6{
       font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #06c;
    position: relative;
    font-family: 'Open Sans';
}

.paper-presentage-ai-fourth  p{
        font-family: sans-serif;
    text-align: justify;

}

.paper-presentage-ai-fourth  h5 {
   font-size: 19px;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Oswald';
    margin-top: 10px;
    color: #4b4e81;
}

.paper-presentage-ai-fourth ul li{
        margin-bottom: 0px;
    margin-left: 40px;
    margin-top: -33px;
    font-family: 'Figtree';
    font-size: 15px;
    text-align: justify;
}
.paper-presentage-ai-fourth ul i{
       color: #f67467;
    font-size: 20px;
    margin-top: -10px;
}
.paper-presentage-ai-fifth{

        background: url(../images/and-artificial-intelligence.jpg) no-repeat;
    background-size: cover;
      padding: 40px 50px;
    
}
.paper-presentage-ai-fifth h2{
  font-size: 35px;
    color: #fff;
    font-weight: 300;
    font-family: fantasy;
    text-align: center;
    margin-top: 30px;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
}
.featureList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.featureList li {
   flex: 0 0 20%;
    max-width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 65px;
    padding: 0 12px;
    color: #fff;
    font-style: italic;
}
.featureList li span {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0 auto 15px auto;
}
.featureList li span i {
    font-size: 40px;
    line-height: 60px;
    color: #f87266;
    margin-left: -24px;
}
.paper-presentage-ai-fifth h3{
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans';
    text-transform: capitalize;
    line-height: 28px;
    font-style: normal;
    font-weight: 600;
}

.paper-presentage-ai-sixth{
 
  padding: 40px 50px;

}

.paper-presentage-ai-sixth h2{
       font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 80px;
    margin-top: 40px;

}


.latestppt{
    width: 100%;
    padding: 50px 70px 50px 70px;
    background-image: url(../images/artificial-intelligence-artificial.svg);
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.latestppt .topic{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .list{
     display: flex;
    flex-direction: column;
    width: 70%;
    margin-right: 50px;
    position: relative;
    background: #dde7fd;
    box-shadow: inset 0px 5px 5px rgba(85, 91, 110, 0.15);
}
.content .list label{
      height: 60px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 60px;
    cursor: pointer;
    padding-left: 25px;
    transition: all 0.5s ease;
    color: #333;
    z-index: 12;
    text-transform: capitalize;
}
#ppthome:checked ~ .list label.ppthome,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.newabout,
#learning:checked ~ .list label.learning{
  color: #fff;
}
.content .list label:hover{
  color: #90a7de;
}
.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  background: #90a7de;
    box-shadow: inset 0px 5px 5px rgba(85, 91, 110, 0.15);;
  transition: all 0.4s ease;
}
#ppthome:checked ~ .list .slider{
  top: 0;
}
#blog:checked ~ .list .slider{
  top: 60px;
}
#help:checked ~ .list .slider{
  top: 120px;
}
#code:checked ~ .list .slider{
  top: 180px;
}
#about:checked ~ .list .slider{
  top: 240px;
}
#learning:checked ~ .list .slider{
  top: 300px;
}
.content .text-content{
  width: 80%;
  height: 100%;
}
.content .text{
  display: none;
}
.content .text .title{
  font-size: 33px;
    margin-bottom: 10px;
    font-weight: 900;
    font-family: 'Figtree';
    color: #f87266;
    text-transform: capitalize;
}
.content .text p{
      font-family: 'Figtree';
    text-align: justify;
    font-size: 20px;
    font-style: italic;
}
.content .text-content .ppthome{
  display: block;
}
#ppthome:checked ~ .text-content .ppthome,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .newabout,
#learning:checked ~ .text-content .learning{
  display: block;
}

#blog:checked ~ .text-content .ppthome,
#help:checked ~ .text-content .ppthome,
#code:checked ~ .text-content .ppthome,
#about:checked ~ .text-content .ppthome,
#learning:checked ~ .text-content .ppthome{
  display: none;
}
.content input{
  display: none;
}

.content .list i{
    background-color: #f87266;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 25px;
}
.content .text .title i{
        background-color: #90a7de;
    width: 65px;
    height: 65px;
    line-height: 44px;
    color: #fff;
    border-radius: 10px;
}

.pptaibtn{
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 300px;
    color: #fff;
    padding: 18px 32px;
    font-weight: 800;
    background: #f67467;
    box-shadow: inset 0px 5px 5px rgba(85, 91, 110, 0.15);
    border-radius: 15px;
    border: none;
    text-decoration: none;
    bottom: 10px;
    right: 15px;

}


.paper-presentage-ai-seventh {
    padding: 50px 50px;
    background-image: url(../images/artificial-intelligence-artificial.svg);
}
.paper-presentage-ai-seventh h2{
    font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0px;
}
.paper-presentage-ai-seventh ul{
   
   text-decoration: none;
}
.paper-presentage-ai-seventh ul li{
    
    margin-bottom: 20px;
    margin-left: 40px;
    margin-top: -35px;
    font-family: 'Open Sans';
    font-size: 15px;

}
.paper-presentage-ai-seventh ul i{
    color: #f67467;
    font-size: 20px;
    background-color: #cde1ed;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    border: 4px solid #bbd4e5;
    line-height: 15px;
}


.faq-section {
    background: #fdfdfd;
    padding: 40px 50px;
}
.faq-title h2 {
  position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 50px;
}
.faq-title h2::before {
        content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #f67467;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Open Sans';
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #f67467;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
      margin-bottom: 14px;
    font-family: sans-serif;
    font-size: 15px;
    text-align: justify;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.ppt-ai-contactdail{
   background-color: #f67467;
    border-radius: 6px;
    border: 12px #f8f9fa solid;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    padding: 32px 34px;
    line-height: 42px;
    text-decoration: none;
    box-shadow: 0px 3px 2px rgb(0 0 0 / 50%);
    margin: 0px 10px 10px 10px;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Oswald';
    text-transform: initial;
    border-radius: 0px 150px;
}

.ppt-ai-contactdail h6{

    font-family: fantasy;
    font-size: 20px;
    line-height: 40px;

}

.ppt-ai-contactdail h6 a{
   
   color: #000;
}

.paper-presentage-ai-eigth {
       padding: 40px 50px;
    background-color: #daddf8;
}

.paper-presentage-ai-eigth h2 {
    font-family: 'Oswald';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 40px;
}

.paper-presentage-ai-eigth p{
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 35px;
    font-size: 15px;
}

.paper-presentage-ai-eigth ul{
   
   text-decoration: none;
}
.paper-presentage-ai-eigth ul li{
    
    padding: 15px 1px 15px 10px;
    line-height: 22px;
    font-family: 'Raleway';
    font-size: 15px;
    text-transform: capitalize;
    background-color: #f6f3f2;
    border-left: 6px outset #f67467;
    border-right: 6px outset #90a7de;
    border-radius: 0px 22px 0px 22px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    position: relative;
    transition: all .35s ease;
    margin-top: 15px;
    margin-bottom: 6px;

}
.paper-presentage-ai-eigth ul i{
    color: #f67467;
    font-size: 20px;
    background-color: #cde1ed;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    border: 4px solid #bbd4e5;
    line-height: 15px;
}

.aipaperpresent{
    margin-top: -92px;
    margin-left: -115px;
    width: 645px;
}




/*form*/
.pptaiform {
     background: linear-gradient(to right, rgb(75 78 129) 0, rgb(144 167 222) 100%);
    margin-top: 3%;
    padding: 0%;
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: -11px 6px 20px 20px #8080803b;
}
 .pptaiform .pptaiform-subsec {
               padding: 4% 3%;
    margin-top: 2%;
}
 @media (max-width: 991px) {
     .pptaiform .pptaiform-subsec {
         margin-top: 16%;
    }
}
 @media (max-width: 667px) {
     .pptaiform .pptaiform-subsec {
         margin-top: 20%;
    }
}

.pptaiform-left h3 span{
      font-size: 36px;
    color: #e67569;
    animation: pulse 3s infinite;
    text-align: justify;
}
 
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}
 
 .pptaiform-left {
    text-align: center;
    color: #fff;
    margin-top: 2%;
}
.ppt-aipriceform{
       margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: -95px -22px 27px -13px #8080803b;
}
 .pptaiform-left h3 { 
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 56px;
    letter-spacing: 0px;
    font-weight: 900;
    word-spacing: 8px;
    font-family: 'Raleway';
    padding: 0px 15px 0px 15px;
    animation: pulse 3s infinite;
}
 .pptaiform-left img {
    margin-top: 86%;
    margin-bottom: 0%;
    width: 24%;
    animation: mover 1s infinite alternate;
    position: absolute;
    right: 5px;
}
 .pptaiform-left p {
     font-weight: lighter;
     padding: 12%;
     margin-top: -9%;
}
 .pptaiform-right {
    margin: 0px auto;
    background: #e7f4f3;
    position: relative;
    background-image: -webkit-linear-gradient(89deg, #bbd4e5 47%, #cde1ed 56%);
    box-shadow: inset -8px -8px 8px 0 rgba(174, 174, 192, 0.25), inset 8px 8px 8px 0 #e3e6ea,
     -8px -8px 24px 0 #e4e7ea, 8px 8px 24px 0 rgba(174, 174, 192, 0.4);
    }

 @-webkit-keyframes mover {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(-20px);
    }
}
 @keyframes mover {
     0% {
         transform: translateY(0);
    }
     100% {
         transform: translateY(-20px);
    }
}
 

.pptpresenbtn {        
    float: right;
    margin-top: 20px;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    padding: 4%;
    background: #f67467;
    color: #fff;
    font-weight: 900;
    width: 86%;
    font-family: 'Open Sans';
    cursor: pointer;
    text-transform: capitalize;
}

.pptpresenbtn:hover {
    background: #131314;
    color: #ffdbbf;
}

#pptaisele {
    font-style: italic;
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem8px;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: inherit;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.pptaiform-subsec textarea {
        
    font-style: italic;
    display: block;
    width: 100%;
    padding: 0.375rem 0.5rem 8px;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: inherit;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pptaiform-subsec select option{

    background-color: #fff;

}


.paper-presentage-ai-nineth {
       padding: 40px 50px;
}

.paper-presentage-ai-nineth h4 {
   font-family: 'Open Sans';
    color: #4b4e81;
    text-transform: capitalize;
    text-align: justify;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 40px;
    line-height: 42px;
}



@media (min-width: 321px) and (max-width: 375px){


.paper-presentage-ai-first {
    padding: 10px 10px;
}

.paper-presentage-ai-first h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -100px;
}

.paper-presentage-ai-first td, .paper-presentage-ai-first th {
    padding: 20px 10px;
    font-size: 15px;
}
.pptaiform-left h3 {
    font-size: 17px;
    line-height: 38px;
}
.pptaiform-left h3 span {
    font-size: 20px;
}
.pptpresenbtn {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
.paper-presentage-ai-second {
    padding: 10px 10px;
}
.paper-presentage-ai-second h2 {
    font-size: 25px;
}
.artificialpaperppt {
    margin-top: 40px;
    margin-bottom: 43px;
    margin-left: 35px;
    width: 240px;
}
.paperpresbtn {
    margin-left: 39px;
}
.paper-presentage-ai-thrid {
    padding: 10px 10px;
}
.paper-presentage-ai-thrid h2 {
    font-size: 28px;
}
.pptemailcont h6 {
    margin-top: 40px;
    padding: 10px 31px 10px 5px;
    font-size: 14px;
    line-height: 25px;
}
.structpptimg {
    margin-left: -40px;
    width: 320px;
    height: 335px;
    margin-top: -6px;
}
.paper-presentage-ai-fourth {
    padding: 10px 10px;
}
.paper-presentage-ai-fourth h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
}
.paper-presentage-ai-fifth {
    padding: 10px 10px;
}
.featureList li {
    flex: 0 0 20%;
    max-width: 100%;
}
.paper-presentage-ai-sixth {
    padding: 10px 10px;
}
.paper-presentage-ai-sixth h2 {
    font-size: 23px;
    margin-bottom: 33px;
}
.latestppt {
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.content .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.featureList ul {
    display: unset;
}
.content .text-content {
    width: 100%;
}
.content {
    display: unset;
}
.content .text {
        width: unset;
        height: unset;
        background:unset;
        position:unset;
}
.content .text .title {
    font-size: 22px;
}
.content .text p {
    font-family: 'Figtree';
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.pptaibtn {
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.paper-presentage-ai-seventh {
    padding: 10px 10px;
}
.paper-presentage-ai-seventh h2 {
    font-size: 27px;
}
.faq-section {
    padding: 10px 10px;
}
.faq-title h2 {
    font-size: 28px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: justify;
}
.ppt-ai-contactdail h6 {
    font-size: 15px;
    line-height: 30px;
}
.paper-presentage-ai-eigth {
    padding: 10px 10px;
}
.paper-presentage-ai-eigth h2 {
    font-size: 23px;
}
.aipaperpresent {
    margin-top: -60px;
    margin-left: -45px;
    width: 345px;
}
.paper-presentage-ai-nineth {
    padding: 10px 10px;
}
.paper-presentage-ai-nineth h4 {
    font-size: 17px;
}





}





@media (min-width: 376px) and (max-width: 425px){



.paper-presentage-ai-first {
    padding: 10px 10px;
}

.paper-presentage-ai-first h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -100px;
}

.paper-presentage-ai-first td, .paper-presentage-ai-first th {
    padding: 20px 10px;
    font-size: 15px;
}
.pptaiform-left h3 {
    font-size: 17px;
    line-height: 38px;
}
.pptaiform-left h3 span {
    font-size: 20px;
}
.pptpresenbtn {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
.paper-presentage-ai-second {
    padding: 10px 10px;
}
.paper-presentage-ai-second h2 {
    font-size: 25px;
}
.artificialpaperppt {
    margin-top: 40px;
    margin-bottom: 43px;
    margin-left: 35px;
    width: 240px;
}
.paperpresbtn {
    margin-left: 39px;
}
.paper-presentage-ai-thrid {
    padding: 10px 10px;
}
.paper-presentage-ai-thrid h2 {
    font-size: 28px;
}
.pptemailcont h6 {
    margin-top: 40px;
    padding: 10px 31px 10px 5px;
    font-size: 14px;
    line-height: 25px;
}
.structpptimg {
            margin-left: 20px;
        width: 320px;
        height: 335px;
        margin-top: 20px;
}
.paper-presentage-ai-fourth {
    padding: 10px 10px;
}
.paper-presentage-ai-fourth h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
}
.paper-presentage-ai-fifth {
    padding: 10px 10px;
}
.featureList li {
    flex: 0 0 20%;
    max-width: 100%;
}
.paper-presentage-ai-sixth {
    padding: 10px 10px;
}
.paper-presentage-ai-sixth h2 {
    font-size: 23px;
    margin-bottom: 33px;
}
.latestppt {
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.content .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.featureList ul {
    display: unset;
}
.content .text-content {
    width: 100%;
}
.content {
    display: unset;
}
.content .text {
        width: unset;
        height: unset;
        background:unset;
        position:unset;
}
.content .text .title {
    font-size: 22px;
}
.content .text p {
    font-family: 'Figtree';
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.pptaibtn {
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.paper-presentage-ai-seventh {
    padding: 10px 10px;
}
.paper-presentage-ai-seventh h2 {
    font-size: 27px;
}
.faq-section {
    padding: 10px 10px;
}
.faq-title h2 {
    font-size: 28px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: justify;
}
.ppt-ai-contactdail h6 {
    font-size: 15px;
    line-height: 30px;
}
.paper-presentage-ai-eigth {
    padding: 10px 10px;
}
.paper-presentage-ai-eigth h2 {
    font-size: 23px;
}
.aipaperpresent {
    margin-top: -60px;
    margin-left: -45px;
    width: 345px;
}
.paper-presentage-ai-nineth {
    padding: 10px 10px;
}
.paper-presentage-ai-nineth h4 {
    font-size: 17px;
}




}






@media (min-width: 425px) and (max-width: 575px){


.paper-presentage-ai-first {
    padding: 10px 10px;
}

.paper-presentage-ai-first h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -100px;
}

.paper-presentage-ai-first td, .paper-presentage-ai-first th {
    padding: 20px 10px;
    font-size: 15px;
}
.pptaiform-left h3 {
    font-size: 17px;
    line-height: 38px;
}
.pptaiform-left h3 span {
    font-size: 20px;
}
.pptpresenbtn {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
.paper-presentage-ai-second {
    padding: 10px 10px;
}
.paper-presentage-ai-second h2 {
    font-size: 25px;
}
.artificialpaperppt {
    margin-top: 40px;
    margin-bottom: 43px;
    margin-left: 35px;
    width: 240px;
}
.paperpresbtn {
    margin-left: 39px;
}
.paper-presentage-ai-thrid {
    padding: 10px 10px;
}
.paper-presentage-ai-thrid h2 {
    font-size: 28px;
}
.pptemailcont h6 {
    margin-top: 40px;
    padding: 10px 31px 10px 5px;
    font-size: 14px;
    line-height: 25px;
}
.structpptimg {
            margin-left: 20px;
        width: 320px;
        height: 335px;
        margin-top: 20px;
}
.paper-presentage-ai-fourth {
    padding: 10px 10px;
}
.paper-presentage-ai-fourth h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
}
.paper-presentage-ai-fifth {
    padding: 10px 10px;
}
.featureList li {
    flex: 0 0 20%;
    max-width: 100%;
}
.paper-presentage-ai-sixth {
    padding: 10px 10px;
}
.paper-presentage-ai-sixth h2 {
    font-size: 23px;
    margin-bottom: 33px;
}
.latestppt {
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.content .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.featureList ul {
    display: unset;
}
.content .text-content {
    width: 100%;
}
.content {
    display: unset;
}
.content .text {
        width: unset;
        height: unset;
        background:unset;
        position:unset;
}
.content .text .title {
    font-size: 22px;
}
.content .text p {
    font-family: 'Figtree';
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.pptaibtn {
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.paper-presentage-ai-seventh {
    padding: 10px 10px;
}
.paper-presentage-ai-seventh h2 {
    font-size: 27px;
}
.faq-section {
    padding: 10px 10px;
}
.faq-title h2 {
    font-size: 28px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: justify;
}
.ppt-ai-contactdail h6 {
    font-size: 15px;
    line-height: 30px;
}
.paper-presentage-ai-eigth {
    padding: 10px 10px;
}
.paper-presentage-ai-eigth h2 {
    font-size: 23px;
}
.aipaperpresent {
            margin-top: -60px;
        margin-left: 50px;
        width: 345px;
}
.paper-presentage-ai-nineth {
    padding: 10px 10px;
}
.paper-presentage-ai-nineth h4 {
    font-size: 17px;
}

.structpptimg {
    margin-left: 0px;
    width: 450px;
    height: 480px;
    margin-top: 30px;
}



}






@media (min-width: 576px) and (max-width: 767px){



.paper-presentage-ai-first {
    padding: 10px 10px;
}

.paper-presentage-ai-first h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -100px;
}

.paper-presentage-ai-first td, .paper-presentage-ai-first th {
    padding: 20px 10px;
    font-size: 15px;
}
.pptaiform-left h3 {
    font-size: 17px;
    line-height: 38px;
}
.pptaiform-left h3 span {
    font-size: 20px;
}
.pptpresenbtn {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
.paper-presentage-ai-second {
    padding: 10px 10px;
}
.paper-presentage-ai-second h2 {
    font-size: 25px;
}
.artificialpaperppt {
    margin-top: 40px;
    margin-bottom: 43px;
    margin-left: 35px;
    width: 240px;
}
.paperpresbtn {
    margin-left: 39px;
}
.paper-presentage-ai-thrid {
    padding: 10px 10px;
}
.paper-presentage-ai-thrid h2 {
    font-size: 28px;
}
.pptemailcont h6 {
    margin-top: 40px;
    padding: 10px 31px 10px 5px;
    font-size: 14px;
    line-height: 25px;
}
.structpptimg {
            margin-left: 20px;
        width: 320px;
        height: 335px;
        margin-top: 20px;
}
.paper-presentage-ai-fourth {
    padding: 10px 10px;
}
.paper-presentage-ai-fourth h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
}
.paper-presentage-ai-fifth {
    padding: 10px 10px;
}
.featureList li {
    flex: 0 0 20%;
    max-width: 100%;
}
.paper-presentage-ai-sixth {
    padding: 10px 10px;
}
.paper-presentage-ai-sixth h2 {
    font-size: 23px;
    margin-bottom: 33px;
}
.latestppt {
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.content .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.featureList ul {
    display: unset;
}
.content .text-content {
    width: 100%;
}
.content {
    display: unset;
}
.content .text {
        width: unset;
        height: unset;
        background:unset;
        position:unset;
}
.content .text .title {
    font-size: 22px;
}
.content .text p {
    font-family: 'Figtree';
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.pptaibtn {
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.paper-presentage-ai-seventh {
    padding: 10px 10px;
}
.paper-presentage-ai-seventh h2 {
    font-size: 27px;
}
.faq-section {
    padding: 10px 10px;
}
.faq-title h2 {
    font-size: 28px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: justify;
}
.ppt-ai-contactdail h6 {
    font-size: 15px;
    line-height: 30px;
}
.paper-presentage-ai-eigth {
    padding: 10px 10px;
}
.paper-presentage-ai-eigth h2 {
    font-size: 23px;
}
.aipaperpresent {
            margin-top: -60px;
        margin-left: 50px;
        width: 345px;
}
.paper-presentage-ai-nineth {
    padding: 10px 10px;
}
.paper-presentage-ai-nineth h4 {
    font-size: 17px;
}

.structpptimg {
            margin-left: 115px;
        width: 450px;
        height: 480px;
        margin-top: 30px;
}




}



@media (min-width: 768px) and (max-width: 991px){



.paper-presentage-ai-first {
    padding: 10px 10px;
}

.paper-presentage-ai-first h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.paper-presentage-ai-first td, .paper-presentage-ai-first th {
    padding: 20px 10px;
    font-size: 15px;
}
.pptaiform-left h3 {
    font-size: 17px;
    line-height: 38px;
}
.pptaiform-left h3 span {
    font-size: 20px;
}
.pptpresenbtn {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
.paper-presentage-ai-second {
    padding: 10px 10px;
}
.paper-presentage-ai-second h2 {
    font-size: 25px;
}
.artificialpaperppt {
    margin-top: 40px;
    margin-bottom: 43px;
    margin-left: 35px;
    width: 240px;
}
.paperpresbtn {
    margin-left: 39px;
}
.paper-presentage-ai-thrid {
    padding: 10px 10px;
}
.paper-presentage-ai-thrid h2 {
    font-size: 28px;
}
.pptemailcont h6 {
    margin-top: 40px;
    padding: 10px 31px 10px 5px;
    font-size: 14px;
    line-height: 25px;
}
.structpptimg {
            margin-left: 20px;
        width: 320px;
        height: 335px;
        margin-top: 20px;
}
.paper-presentage-ai-fourth {
    padding: 10px 10px;
}
.paper-presentage-ai-fourth h2 {
    font-weight: 300;
    font-size: 26px;
    line-height: 40px;
}
.paper-presentage-ai-fifth {
    padding: 10px 10px;
}
.featureList li {
    flex: 0 0 20%;
    max-width: 100%;
}
.paper-presentage-ai-sixth {
    padding: 10px 10px;
}
.paper-presentage-ai-sixth h2 {
    font-size: 23px;
    margin-bottom: 33px;
}
.latestppt {
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.content .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.featureList ul {
    display: unset;
}
.content .text-content {
    width: 100%;
}
.content {
    display: unset;
}
.content .text {
        width: unset;
        height: unset;
        background:unset;
        position:unset;
}
.content .text .title {
    font-size: 22px;
}
.content .text p {
    font-family: 'Figtree';
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.pptaibtn {
    margin-top: 75px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.paper-presentage-ai-seventh {
    padding: 10px 10px;
}
.paper-presentage-ai-seventh h2 {
    font-size: 27px;
}
.faq-section {
    padding: 10px 10px;
}
.faq-title h2 {
    font-size: 28px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: justify;
}
.ppt-ai-contactdail h6 {
    font-size: 15px;
    line-height: 30px;
}
.paper-presentage-ai-eigth {
    padding: 10px 10px;
}
.paper-presentage-ai-eigth h2 {
    font-size: 23px;
}
.aipaperpresent {
            margin-top: -60px;
        margin-left: 50px;
        width: 345px;
}
.paper-presentage-ai-nineth {
    padding: 10px 10px;
}
.paper-presentage-ai-nineth h4 {
    font-size: 17px;
}

.structpptimg {
            margin-left: 115px;
        width: 450px;
        height: 480px;
        margin-top: 30px;
}




}



@media (min-width: 1100px) and (max-width: 1280px){




.structpptimg {
    margin-left: -46px;
    width: 610px;
    height: 726px;
    margin-top: 68px;
}
.pptaiform-left h3 {
    text-align: center;
    font-size: 35px;
}
.pptaiform-left h3 span {
    font-size: 32px;
}
.aipaperpresent {
    margin-top: -92px;
    margin-left: -77px;
    width: 605px;
}

.pptemailcont h6{
    margin-top: 40px;
    padding: 10px 27px 10px 5px;
    
}
    
.ppt-ai-contactdail h6 {
    font-size: 19px;
}


}


@media (min-width: 1300px) and (max-width: 1440px){






}



@media (min-width: 1920px){





}
