@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('http://localhost/oxa-pro/resources/fonts/roboto-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('http://localhost/oxa-pro/resources/fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('http://localhost/oxa-pro/resources/fonts/roboto-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('http://localhost/oxa-pro/resources/fonts/roboto-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('http://localhost/oxa-pro/resources/fonts/roboto-v29-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('http://localhost/oxa-pro/resources/fonts/roboto-v29-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}
:root {
    /* font-family: ; */
    --for-text-font: "Roboto";
}

body, html {
  
    margin: 0px;
    padding: 0px;
}
body {
    /* min-height: 100vh; */
    overflow-x: hidden;
}
html{

    background-color: #fff;
    color: #000;
    font-family: 'PT Sans';
    font-size: 20px;
    text-rendering: optimizeLegibility;
}


/* general attributes  */
.basic{
    /* border: 1px solid #F00; */
    max-width: 1140px;
    margin: auto
}
.basicform{
    max-width: 1340px;
    margin: auto 
}

header{

    background-color: rgb(251, 251, 253);
    margin: auto;
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
     
}
/* end of general attributs  */



/* header area, header nav and header contents  */

.logo {
    height: 80px;
    width: auto;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
  

}
.main-nav {

    float: right;
    /* list-style: none; */
    line-height: 100px;
    /* margin-top: 40px;
    font-size: 120%;
    margin-left: 40px; */
    
}


.main-nav a{
    
    /* color: #fff; */
    padding: 0 10px;
    transition: 0.4s;
    text-decoration: none
}



.show-menu-icon, .hide-menu-icon {
    transition: 0.5s;
    font-size: 30px;
    cursor: pointer;
    display: none
}

.show-menu-icon {

    float: right;
}

.show-menu-icon i{
    line-height: 100px;
}

#checkthis {
    position: absolute;
    visibility: hidden;
    z-index: -1111;
}



.main-nav a:link,
.main-nav a:visited {

    color: rgb(41, 84, 175);
    text-decoration: none;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s
    
}
.main-nav a:hover,
.main-nav a:active {

    border-bottom: 2px solid coral;

}

/* end of header nav and header content area  */




.background-header{

    background-image: linear-gradient(rgba(107, 105, 105, 0.582), rgba(109, 108, 108, 0.582)), url(../images/slider.jpg);
    height: 400hv;
    background-size: cover;
    background-position: center;
    background-color: #73AD21;
    height: 500px;
    margin-top: 105px;
    

} 

.background-proofwrite {
    background-image: linear-gradient(rgba(107, 105, 105, 0.582), rgba(109, 108, 108, 0.582)), url(../images/res_essay.jpg);
    height: 400hv;
    background-size: cover;
    background-position: center;
    background-color: #73AD21;
    height: 500px;
    margin-top: 105px;
}

.background-data {
    background-image: linear-gradient(rgba(107, 105, 105, 0.582), rgba(109, 108, 108, 0.582)), url(../images/d-analysis.jpg);
    height: 400hv;
    background-size: cover;
    background-position: center;
    background-color: #73AD21;
    height: 500px;
    margin-top: 105px;
}

.corporate-header {
    background-image: linear-gradient(rgba(107, 105, 105, 0.582), rgba(109, 108, 108, 0.582)), url(../images/biz-cloud.jpg);
    height: 400hv;
    background-size: cover;
    background-position: center;
    background-color: #73AD21;
    height: 500px;
    margin-top: 105px;
}


.headtitle {
    font-size: 20px;
}


h1{
    font-size: 120%;
    word-spacing: 4px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: rgb(11, 43, 65);
      
}

h2 {
    font-size: 160%;
    word-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;

    
}
h2::after{

    display: block;
    height: 2px;
    background-color:#F00;
    content: "";
    width: 200px;
    margin: 0 auto;
}

h3{
    font-size: 290%;
    font-weight: 100;
    
}
h4{
        font-size: 130%;
        line-height: 140%;
        font-weight: bolder;
        font-family: "PT Sans" sans-serif;

    }     
h4:after {
            
            display: block;
            height: 2px;
            background-color:#F00;
            content: "";
            width: 100px;
            margin: 0 auto;
            margin-top: 15px;	
            
        }  
       
h5 {
    font-size: 160%;
    margin: 5px 5px;
    padding: 5px 5px;
}

.clearfix:after{
    content: "";
    display: table;
    clear:both;
    
}



section{

    padding-top: 50px;
    padding-bottom: 40px;
    
}

.baseintro{

    font-size: 80%;
    color: #73AD21;
    margin: auto;
    line-height: 130%;
}

.headerintro{
    font-size: 200%;
    word-spacing: 4px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans';
    font-weight: 700;
}

.logauth {
    border-radius: 5px;
    padding: 15px 15px;
    color: white;
    background: blue;
    margin-left: 5px;
    width: 50px;
    /* width: 10px; */
    /* float: left; */

}


.longtext {
    text-align: justify;
    font-family: 'PT Sans';    
    font-size: 100%;
    line-height: 1.8;
}


  .samples {
    
    width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  }

  .samples img{
    width: 100%;
    height: 200px;
  }

  .sample-text {
      font-size: 70%;
  }

  .samplework{
    width: 90%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    text-align: center;
    

  }
  .samplework img{
    width: 100%;
    height: auto;

  }



  .box-one {
    float: left;
    color: azure;
    font-size: 250%;
    margin-left: 10%;
    max-width: 25%;
    margin-top: 3%;
  }
  .box-two {
   
    float: left;
    color: azure;
    font-size: 250%;
    max-width: 25%;
    margin-left: 15%;
    margin-top: 3%;

}
.box-three {
   
    float: left;
    color: azure;
    font-size: 250%;
    max-width: 25%;
    margin-left: 15%;
    margin-top: 3%;

}

  .value-text {
    font-size: 50%;
    color: rgb(250, 98, 192);
    max-width: 100%;
    
}

  .boxex{
    float:left;
    margin-right:5px;
  }

  .coresupport, .coresupport1, .coresupport2{
  
    
    padding: 20px;
    width: 200px;
    height: 150px; 
    border-radius: 15px 50px;
   
    color: #fff;

  }
  .coresupport {
      background: mediumslateblue;
  }

  .coresupport1{
      background: mediumvioletred;
  }
  .coresupport2 {
      background: #DA7070;
  }



  .studsection{
      max-width: 90%;
  }
   .sideicon{
      float: left;
      max-width: 20%;
  }
  .sidestudentwhole {
      float: left;
      max-width: 80%;
      margin-left: 20px;
      margin-top: 10px;
      margin-bottom: 20px;
  }
   .sideheading{
    float: left;
    width: 100%;
}
    .sidetexting {
        width: 100%;
    }

   .studopen{
        font-size: 150%;
        line-height: 140%;
        
        font-family: "PT Sans" ;
        text-align: center;
        margin-bottom: 20px;

    }
            
.studopen:after {
            
            display: block;
            height: 2px;
            background-color:#F00;
            content: "";
            width: 100px;
            margin: 0 auto;
            margin-top: 15px;	
            
        }  

        #field {
            
            border-collapse: collapse;
            width: 100%;
          }
          #field td, #field th {
            border: 1px solid #ddd;
            padding: 8px;
          }
          
          #field tr:nth-child(even){background-color: #f2f2f2;}
          
          #field tr:hover {background-color: #ddd;}
          
          #field th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #4CAF50;
            color: white;
          }


/* First Section of the page */

.section-threekeys{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 5px;
}


.firstintro{
    font-family: 'Open Sans', sans-serif;
    font-size: 110%;
    color: rgb(83, 83, 84);
    font-weight: 200;
    line-height: 180%;
    font-weight: 100;
    margin-bottom: 10px;
}
.firstintro h1 {
    font-size: 110%;
 
}

.seemore {
    color: #5557C7;
    border: 1px solid green;
    /* float: left; */
    display: block;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    text-align: center;
    
}
/* end of first secton  */



/* First Section of the page */
.section-secondkeys{

    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 5px;

}


.second-space{
    margin-top: 30px;
    margin-bottom: 10px;
}


.fcircle {
    float: left;
    /* border: 1px solid grey; */
    margin: 10px 10px;
    width: 300px;
}
.scircle {
    float: left;
    /* border: 1px solid grey; */
    width: 300px;
    margin: 10px 10px;
}
.tcircle {
    float: left;
    /* border: 1px solid grey; */
    width: 300px;
    margin: 10px 10px;

}


.circle, .circlex, .circley {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    font-size: 10px;
    font-family: 'PT Sans';
    display: table-cell;
    
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
   
  }
  .circle {
    border: 3px solid #DA7070;
    color: #DA7070;
    background-color: #fef2f2;
  }
  .circlex {
    border: 3px solid #5BACA5;
    color:#5BACA5;
    background-color:#f5fffe;

  }

  .circley {
    background-color: #f7f7ff;
    border: 3px solid #5557C7;
    color: #5557C7;
  }
/* end first secton */

  /* start the second */

  .secondbox {
    margin: 5px 10px;
    padding-left: 10px;
   
}

/* .secondbox a {
    margin-left: 20px;

} */
.col {
    /* border: 1px solid #F00; */
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 1px;

    
}
.col:first {
    margin-left: 5px;
}

  .thebox, .theboxy, .theboxyy{
      width: 320px;
      height: 230px;
      border-radius: 10px;
      padding-left: 2px;
      padding-right: 2px;
      font-family: 'PT Sans';
      display: table-cell;
      color:#fdfdfd;
      line-height: 50px;
      text-align: center;
      vertical-align: middle;
      font-size: 40px;
  }

  
  .thebox {
   
    background: #73AD21;
  }
  .theboxy {
      
      background: #a821ad;

  }

  .theboxyy {

    background:#214dad;
  }

 

/* 
  .span-1-of-3{
      margin-left: 10px;
  } */

  
 

/* end of second secton  */


/* third content area  */
.section-thirdkeys{
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px 15px;
    padding: 5px 5px;
    background: #e9e9eb;
    width: 100%;
    float: left;
    /* height: 550px; */

}
.thirdarea {
   
    width:90%; 
    height:190px; 
    border-radius: 5%;

  }

.thirdbox{
    margin-left: 5px;
}

.thepre {
    margin-top: 5px;
    font-size: 18px;
    padding-right: 4px;
    padding-left: 1px;
    color: rgb(80, 59, 173);
    text-align: center;
   
    
}

/* end of third content area  */




/* fourth content area  */
.section-fourthkeys {
    margin-top: 20px;
    margin-bottom: 10px;
    /* margin-left: 30px;/ */
    margin-right: 10px;
    padding: 5px 5px;
}
.fourtharea {
   
    width: 90%; 
    height:190px; 
    border-radius: 5%;

  }

  .fourthbox {
    margin-left: 50px;
  }
.fourth-space {
    margin-top: 30px;
    margin-bottom: 10px;
}


/* end of fourth content area  */


/* fifth content area  */
.section-fifthkeys{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px 5px;
  
}

.fitharea {
    margin-left: 40px;
    background: #5557C7;
    width:90%; 
    height:190px; 
    border-radius: 5%;

  }
  .fifth-space {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* end of fifth content area  */



/* start of final area */

.indexfinal {
    width: 100%;
    background-color: rgb(167, 8, 87);
    color: aliceblue;
    padding: 10px 15px;
    float: left;
    margin-bottom: 100px;

  }

  .firsts {
        font-size: 200%;
        font-weight: lighter;
        text-align: center;
        padding: 50px;
        font-family: 'PT Sans' sans-serif;
  }
  .seconds {
      font-size: 120%;
      text-align: center;
      font-family: 'Open Sans' sans-serif;
      padding-bottom: 20px;


  }
  
  .thirds {
    
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;

  }
  .thirds a:visited{
      color: indigo;
  }
  .thirds a:hover{
    color: rgb(167, 8, 87);
    
  }
  
  .button {
      background-color: rgb(244, 245, 247);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border: none;
      color: rgb(167, 8, 87);
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      font-size: 110%;
      margin: 4px 2px;
      cursor: pointer;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 300px;
      
      border-radius: 10px;
    
  }



/* end of final area */







/* This area for Contact  */


.firstarea {
    width: 750px;
    float:  left;
    background: rgb(250, 248, 231);
    padding: 10px 15px;
}
.secondarea {
    width: 350px;
    margin-left: 35px;
    float: left;
    /* background: lightcoral; */
}
.forcontact {
    width: 550px;
    float: left;
    margin-left: 50px;

}
.contactform{
    width: 95%;
    margin: 0 auto;
    
}

.formap{
   
    width: 40%;
    float: left;
}

.formapone {
    width: 100%;
    display: block;
    float: left;
    /* background: lightcoral; */
    margin-top: 10px;
    margin-bottom: 10px;
}
.formaptwo {
    width: 100%;
    display: block;
    float: left;
    background: rgb(75, 78, 78);
    color: whitesmoke;
    border-radius: 10px;
    text-align: center;

}

.theoff{
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
}

.theoff h2 {
    margin: 2px 2px;
    padding: 2px 2px;
}

.theoffdet {
    font-size: 18px;
   
}
.theoffdet p {
    margin: 2px 2px;
    padding: 2px 2px;
   
}

/* the login and signup area  */


.authmain {
    border: 1px solid gray;
    width: 700px;
    padding: 10px 10px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    /* float: left; */
}
.error {
    background: rgb(250, 226, 226);
    color: rgb(211, 69, 69);
}

label {
    display: block;            
    margin-left: 1%;
    margin-top: 10px;
    color: rgb(165, 165, 165);
}

/* end of login and signup  */


input[type="text"],
input[type="email"],
input[type="password"], 
input[type="numbers"], 
input[type="date"], 
textarea {
   width: 90%;
   padding: 20px;
   margin: 5px auto;
   border-radius: 5px;
   border: 1px solid #ccc;
   font-size: 100%;
}

button {

    padding: 10px 15px;
    border: none;
}

select {
    width: 90%;
    padding: 20px;
    margin: 5px auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 100%;
}
input[type="submit"]{

    display: inline-block;
    padding: 20px 40px;
    font-weight: 300;
    color: #fff;
    margin-right: 15px;
    background: #DA7070;
    border-radius: 10px;
    border: none;
    margin-left: 40%;
    font-size: 120%;
    cursor: pointer;
    
}

textarea {
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.indexcallemail {
    background: #ccc;

}
.demail{

    color: rgb(97, 95, 95);
}

/* end contact  */

/* This area for Footer  */
.thefoot {
    font-size: 30px;
    background-color: rgb(38, 143, 143);
    height: 150px;
    color: honeydew;
    float: left;
    margin-top: 10px;
    width: 100%;
}
footer{
    background-color: rgb(38, 143, 143);
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    padding: 50px;
    color: honeydew;
    border: 1px solid yellow;
    float: left;
    width: 90%;
    margin-top: 10px;
}

.forleft {
    /* border: 1px solid white; */
    float: left;
    width: 90%;
    margin: 5px 5px;
    padding: 10px 20px;

}
a {
    text-decoration: none;
}
.forleft a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
.forright {
    /* border: 1px solid white; */
    float: left;
    width: 98%;
    margin: 5px 5px;
    text-align: center;
    padding: 10px 20px;

}
.forright .copy {
    color: white;

}

.fone {
    float: left;
    margin-left: 10px;
}
.ftwo {
    float: left;
    margin-left: 10px;

}
.fthree {
    float: left; 
    margin-left: 10px;

}
.social-links {
    float: right;
}
.footer-nav {
    font-size: 60%;
    list-style: none;
    text-decoration: none;
    color: #ccc;
    
}
.footer-nav a{
    text-decoration: none;
    color: azure;
    
}

.footer-nav li,
.social-links li{
display: inline-block;
margin-right: 20px;

}

.copy {
    font-size: 70%;
}

.mainbody {
    width: 1000px;
    margin: 0 auto;
}

/*  End footer */


/* for the blog resources  */
.toparea {
    /* border: #5557C7 1px solid; */
    margin: 5px 10px;
    width: 1120px;
    margin: 0 auto;

}
.bottomarea {
    width: 1120px;
    /* border: #a821ad 1px solid; */
    margin-left: auto;
    margin-right: auto;
    /* float: left; */
    padding: 5px 10px;


}
forpic
.forwriteups {
    /* border: 1px solid grey; */
    padding: 5px 5px;
    width: 45%;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;

}
.forwriteups img {
    width: 400px;
    height: auto;
    padding: 5px 5px;
    margin: 0 auto;
}
/* end for the blog resources  */



/* account area  */

.accountarea {
    width: 1200px;
    border: 1px solid brown;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    padding: 10px 20px;
    margin-bottom: 50px;
    /* float: left;
    display: inline-block; */
}


.afirst {
    border: 1px solid grey;
    margin: 5px 5px;
    padding: 10px 10px;
    float: left;
    width: 98%;
}

.asecond {
    border: 1px solid rebeccapurple;
    padding: 10px 10px;
    margin: 5px 5px;
    float: left;
    width: 98%;

}

.athird {
    border: 1px solid blue;
    padding: 10px 10px;
    float: left;
    width: 98%;
    margin: 20px 5px;

}


.forpic {
    /* width: 1000px; */
    border: 1px solid green;
    float: left;
    margin-left: 40%;
    padding: 10px 15px;
}

.forpic img {
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;

}

.fordetails {
    margin-left: 50px;
    border: 1px solid red;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;

}

.thespecific {
    border: 1px solid grey;
    padding: 10px 15px;
    margin: 5px 5px;
    float: left;
    width: 500px;
}
.thelabel {
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.thecontent {
    font-size: 16px;
    font-weight: normal;
    float: left;

}

.foreditset {
    margin-left: 50px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    /* border: 1px solid rgb(0, 81, 255); */
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
   

}
.settings {
    width: 500px;
    float: left;
    border: 1px solid rgb(133, 135, 138);
    padding: 5px 5px;

    
}
.edit-pro {
    width: 500px;
    float: left;
    border: 1px solid rgb(0, 81, 255);
    padding: 5px 5px;



}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    
  }
  
  /* Style the buttons that are used to open the tab content */

  .thetitle {
      font-size: 20px;
      /* font-weight: bold; */
  }
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 30%;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
    border-bottom: 1px solid red;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }


  .forlogout {
      padding: 10px 15px;
      background: rgb(232, 228, 228);
      color: #a821ad;
      margin: 20px
  }
/* end account area  */



/* super account dashboard  */
.firstlevel {
    border: 1px solid blue;
    width: 99%;
    margin: 2px 2px;
    float: left;
}
.dtabs {
    margin: 10px 10px;
    width: 200px;
    height: 120px;
    border: 1px solid grey;
    float: left;
    border-radius: 20px;
    padding: 5px 5px;
}



.secondlevel {
    border: 1px solid rgb(117, 92, 114);
    width: 99%;
    margin: 10px 2px;
    float: left;
}


.fornam {
    padding: 10px 15px;
    border: 1px solid gray;
    border-radius: 5px;
    max-width: 150px;
    text-align: center;
}

.foraction {
    border: 1px solid rgb(117, 92, 114);
    width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /* float: left; */
    padding: 20px 35px;
    display: block;
}

/* for table  */
table {
    border: 1px solid rgb(242, 242, 242);
}
    #thetable {
    /* font-family: Arial, Helvetica, sans-serif; */
    border-collapse: collapse;
    width: 100%;
  }
  #thetable th {
      height: 80px;
  }
  #thetable img{
      width: 22px;
  }
  .foreaddit img{
    width: 22px;
    margin-top: 5px;
    margin-right: 5px;
}
  #thetable td, #thetable th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
  }
  
  #thetable tr:nth-child(even){background-color: #f2f2f2;}
  
  #thetable tr:hover {background-color: #ddd;}
  
  #thetable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    /* background-color: #044faa; */
    color: #044faa;
  }

  .forevery {
      /* height: 150px; */
      width: 1150px;
      padding: 10px 15px;
      border: 1px solid grey;
      margin: 10px 5px;
      float: left;
  }
  .firstearn {
    float: left;
    width: 20%;
    border: 1px solid blue;
    float: left;
    margin-left: 5px;
    padding: 5px 5px;
    border-radius: 5px;

  }
  .firstearn img {
      width: 80px;

  }

  .secearn {
    float: left;
    width: 15%;
    border: 1px solid rgb(98, 255, 0);
    margin-left: 5px;
    padding: 5px 5px;


  }

.thirdearn {
    float: left;
    width: 12%;
    border: 1px solid rgb(182, 9, 176);
    margin-left: 5px;
    padding: 5px 5px;


}

.fourearn {
    float: left;
    width: 15%;
    border: 1px solid rgb(50, 40, 159);
    margin-left: 5px;
    padding: 5px 5px;


}

.fiveearn {
    float: left;
    width: 12%;
    border: 1px solid rgb(182, 9, 176);
    margin-left: 5px;
    padding: 5px 5px;

}

.sixearn {
    float: left;
    width: 12%;
    border: 1px solid rgb(145, 182, 9);
    margin-left: 5px;
    padding: 5px 5px;
}

.thetitl{
    display: block;
}
.thevalue{
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    display: block;
}


/* end for table  */
/* end super account dashboard  */

/* blog area  */
.spaceblog {
    height: 100px;
}
.mainbodblog{
    width: 1200px;
    border: 1px solid blue;
    margin: 0 auto;
}


.blogtop {
    width: 90%;
    border: 1px solid blue;
    padding: 5px 5px;
}

.blogtop h1 {
    font-size: 1.9em;
}

.blogmiddle{
    /* width: 100%; */
    float: left;
}

.mleft {
    float: left;
    width: 73%;
    margin: 5px 5px;
    border: 1px solid grey;
    padding: 5px 5px;
    font-family: var(--for-text-font);
    line-height: 1.5;
    font-size: 1.02em;
    color: rgb(48, 48, 48);

}
.mright {
    width: 22%;
    margin: 2px 2px;
    float: left;
    border: 1px Solid black;
    padding: 5px 5px;

}

.blogbottom{
    width: 100%;
    float: left;
    /* padding: 5px 5px; */

}
.bttop {
    display: block;
    width: 90%;
    /* border: 1px solid yellow; */
    float: left;
    padding: 5px 5px;
    background: #f14253;
    color: white;

}

.btbtm {
    display: block;
    width: 100%; 
    border: 1px solid green;
    float: left;
    padding: 5px 5px;

}

/* end blog area  */


/* user account areaa  */

.forpicx {
    /* width: 1000px; */
    border: 1px solid green;
    float: left;
    margin-left: 40%;
    padding: 10px 15px;
}

.forpicx img {
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;

}

hr {
    width: 400px;
    color: grey;
    margin: 10px 5px;
}

.foruseraera{
    border: 1px solid green;
    float: left;
    width: 1150px;
   
}
.fortitlex {
    float: left;
    width: 480px;
    border: blue 1px solid;
    padding: 5px 5px;
    margin: 5px 5px;

}
.forfeex {
    float: left;
    width: 170px;
    border: rgb(255, 111, 0) 1px solid;
    padding: 5px 5px;
    margin: 5px 5px;

}
.fortimeframe {
    float: left;
    width: 170px;
    border: rgb(0, 255, 60) 1px solid;
    padding: 5px 5px;
    margin: 5px 5px;
}
.forstatus {
    float: left;
    width: 150px;
    border: rgb(0, 255, 60) 1px solid;
    padding: 5px 5px;
    margin: 5px 5px;
}

.fortitled {
    font-weight: bold;
}
.thedetailx {
    font-size: 14px;
}

.fordownload {
    width: 90%;
    padding: 5px 5px;
    border: 1px solid rgb(240, 132, 228);
    float: left;

}
.forupload {
    width: 90%;
    padding: 5px 5px;
    border: 1px solid rgb(117, 92, 114);
    float: left;
    margin: 5px 5px;


}
.forupload img {
    width: 100px;
    margin: 5px 5px;
}

/* end of user account area  */