@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
.topbar {
  height: 40px;
  width: 100%;
  background-color: #5385c1;
}
.inner-topbar {
  width: 1280px;
  height: 40px;
  margin: 0 auto;
}
.logo {
  display: inline;
  float: left;
  padding-top: 10px;
  color: white;
}
.navigation {
  float: right;
  bottom: 5px;
  position: relative;
}

.navigation ul li {
  float: left;
  list-style-type: none;
}
.navigation ul li a {
  text-decoration: none;
  color: white;
}
.lipadding-left {
  padding-left: 20px;
}

.full-width {
  width: 100%;
  /* background-color: blue; */
  height: 400px;
}
.white-background {
  background-color: white;
}
.removeheight {
  height: inherit;
}
.inner {
  width: 1280px;
  /* background-color: white; */
  height: 300px;
  margin: 0 auto;
}
.lastsectionbeforefooter {
}
.lastsectionheight {
  height: 500px;
}
.footer {
  border-top: 1px solid grey;
  /* margin-top: 8%; */
  height: 100px;
}
.footer p {
  padding-top: 2.5%;
}
.socialmediaicons {
  float: right;
  margin-top: -2.5%;
  position: relative;
}
.socialmediaicons img {
  padding-right: 10px;
}

/* WORKING ON THE PREVIOUS CODE */
.entirepagesection {
  width: 1280px;
  margin: 0 auto;
}
.elementsheader h1 {
  padding-top: 5%;
  text-align: center;
  color: #5385c1;
  font-size: 55px;
}
.elementsheader p {
  text-align: center;
  padding-bottom: 5%;
  font-size: 25px;
  margin-top: -2%;
}
.text-headers h2 {
  color: #5385c1;
  font-size: 30px;
}
.twoparagraphss {
  width: 100%;
}
.twoparagraphss h3 {
  color: #5385c1;
  font-size: 23px;
}
.firstparagraph-sam {
  width: 50%;
  float: left;
}
.firstparagraph-sam p {
  padding-right: 10%;
}
.secondparagraph-magna {
  width: 50%;
  float: left;
}
.secondparagraph-magna p {
  padding-right: 3%;
}
.clearfloat {
  clear: both;
}
.threeparagraphshere {
  width: 100%;
  margin-bottom: 50px;
  height: 180px;
}
.p1of3 {
  width: 33.33%;
  float: left;
}
.p2of3 {
  width: 33.33%;
  float: left;
}
.p3of3 {
  width: 33.33%;
  float: left;
}
.p1of3 p,
.p2of3 p {
  padding-right: 10%;
}
.p1of3 h3,
.p2of3 h3,
.p3of3 h3 {
  color: #5385c1;
}
.twodividedsections {
  width: 100%;
  border-top: 1px solid grey;
  padding-top: 3%;
}
.twodividedsections h2 {
  color: #5385c1;
}
.leftsection {
  width: 45%;
  float: left;
  /* background-color: red; */
  margin-right: 5%;
}
.rightsection {
  width: 50%;
  float: left;
  /* background-color: cyan; */
}
.firstleftsection {
  border-bottom: 1px solid grey;
  padding-bottom: 1%;
}
.firstleftsection h3 {
  color: #5385c1;
  font-size: 25px;
}
.firstleftsection pre {
  background-color: #f7f7f7;
  padding: 5px;
  display: inline;
  border: 1px solid black;
}
.headings {
  border-bottom: 1px solid grey;
  padding-bottom: 1%;
  color: #5385c1;
}
.subtitleheading h1,
.subtitleheading h3,
.subtitleheading h4 {
  color: #5385c1;
  padding-top: 5%;
}
.paddingbottomp {
  padding-top: 5%;
}
.lists {
  margin-top: 5%;
  width: 100%;
}
.lists h3 {
  color: #5385c1;
}
.unorderedlist {
  width: 45%;
  float: left;
}
.orderedlists {
  width: 50%;
  float: right;
}
.unorderedlist h4 {
  color: #5385c1;
}
.orderedlists h4 {
  color: #5385c1;
}
.bluecolorfont {
  color: #5385c1;
}
.icons img {
  width: 35px;
  padding-right: 3%;
}
.definitions {
  margin-bottom: 5%;
}
.definitions h2 {
  color: #5385c1;
}
.definitions h3 {
  color: grey;
}
.definitions p {
  padding-left: 5%;
}
.actions h3 {
  color: #5385c1;
}
.defaultbluebutton1 {
  color: white;
  background-color: #5385c1;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.defaultbluebutton2 {
  color: white;
  background-color: #5a5a5a;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.defaultbluebutton3 {
  color: black;
  background-color: white;
  border: 3px solid #5a5a5a;
  font-size: 25px;
  padding: 7px 22px;
}
/* MISTAKE FOUND HERE IN THIS CODE FROM PREVIOUS VERSION :) */
.defaultbluebutton2,
.defaultbluebutton3 {
  margin-left: 20px;
}
.twobuttonsdividedsectionsleft-right {
  width: 100%;
  margin-top: 5%;
}
.leftbuttons-section {
  float: left;
  width: 50%;
  
}
.floattheseleft {
  float: left;
  width: 50%;
}



/* COPIED CODE BE CAREFUL */
.removeleftmargin {
  margin-left: -20px;
}

.leftbuttonsfirstmargintop {
  margin-bottom: 20px;
  /* float: left; */
  /* background-color: cornflowerblue; */
}

.second-defaultbluebutton1 {
  color: white;
  background-color: #5385c1;
  border: none;
  font-size: 25px;
  padding: 10px 20px;
}
.second-defaultbluebutton2 {
  color: white;
  background-color: #5a5a5a;
  border: none;
  font-size: 25px;
  padding: 10px 20px;
}
.second-defaultbluebutton3 {
  color: black;
  background-color: white;
  border: 3px solid #5a5a5a;
  font-size: 25px;
  padding: 7px 18px;
}
.defaultbluebutton2,
.defaultbluebutton3 {
  margin-left: 10px;
}
.second-defaultbluebutton1,
.second-defaultbluebutton2,
.second-defaultbluebutton3 {
  margin-top: 30px;

  margin-right: 10px;
  font-size: 15px;
  /* padding: 5px 25px; */
}

.blockquote {
  margin-top: 30px;
}
.blockquote blockquote {
  border-left: 5px solid #9a9a9a;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  margin-left: 0px;
}
.buttonsrightsection h3 {
  color: #5385c1;
}
.rightbuttons-special {
  color: white;
  background-color: #5385c1;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.rightbuttons-default {
  color: white;
  background-color: #5a5a5a;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.rightbuttons-alternate {
  color: black;
  background-color: white;
  border: 3px solid #5a5a5a;
  font-size: 25px;
  padding: 7px 22px;
}
.rightbuttons-default,
.rightbuttons-alternate {
  margin-left: 10px;
}

.right-buttons-secondrow {
  margin-top: 45px;
}

.rightbuttons-big {
  color: white;
  background-color: #5385c1;
  border: none;
  font-size: 25px;
  padding: 20px 38px;
  font-size: 28px;
}
.rightbuttons-second-default {
  color: white;
  background-color: #5a5a5a;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.rightbuttons-small {
  color: black;
  background-color: white;
  border: 3px solid #5a5a5a;
  font-size: 19px;
  padding: 7px 22px;
  bottom: 2px;
  position: relative;
}
.rightbuttons-second-default,
.rightbuttons-small {
  margin-left: 10px;
}
.smallbuttonss1{
  width: 50%;
}
/* fitbuttons below */

.fitbluebutton {
  width: 193px;
  color: white;
  background-color: #5385c1;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.fitgreybutton {
  width: 193px;
  width: 193px;
  color: white;
  background-color: #5a5a5a;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.fittransparentbutton {
  width: 193px;
  color: black;
  background-color: white;
  border: 3px solid #5a5a5a;
  font-size: 25px;
  padding: 7px 22px;
}
.fitgreybutton,
.fittransparentbutton {
  margin-left: 10px;
}
.fitbluebutton,
.fitgreybutton,
.fittransparentbutton {
  width: 203px;
  font-size: 25px;
}
.fitbuttons {
  margin-top: 45px;
}

/* fit + small buttons  */

.fitbluebuttonsmall {
  width: 193px;
  color: white;
  background-color: #5385c1;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.fitgreybuttonsmall {
  width: 193px;
  width: 193px;
  color: white;
  background-color: #5a5a5a;
  border: none;
  font-size: 25px;
  padding: 10px 25px;
}
.fittransparentbuttonsmall {
  width: 193px;
  color: black;
  background-color: white;
  border: 3px solid #5a5a5a;
  font-size: 25px;
  padding: 7px 22px;
}
.fitgreybuttonsmall,
.fittransparentbuttonsmall {
  margin-left: 2px;
}
.fitbluebuttonsmall,
.fitgreybuttonsmall,
.fittransparentbuttonsmall {
  width: 209px;
  font-size: 19px;
}
.fitbuttonssmall {
  margin-top: 35px;
}
.iconbuttons {
  margin-top: 35px;
}
.searchblueiconbutton {
  background-color: #5385c1;
  font-size: 20px;
  color: white;
  padding-left: 10px;
  border: none;
  /* height: 30px; */
  padding: 12px 25px;
}
.searchblueiconbutton img {
  /* padding-left: px; */
  padding-right: 8px;
}

.downloadgreybutton {
  background-color: #5a5a5a;
  font-size: 20px;
  color: white;
  padding-left: 10px;
  border: none;
  /* height: 30px; */
  padding: 12px 25px;
}
.secondgreybutton{
  background-color: #5a5a5a;
  font-size: 20px;
  color: white;
  padding-left: 10px;
  border: none;
  /* height: 30px; */
  padding: 12px 25px;
  margin-top: 5%;
  
}
.secondtransparenticon{
  background-color: transparent;
  font-size: 20px;
  color: #5a5a5a;
  padding-left: 10px;
  border: none;
  /* height: 30px; */
  padding: 9px 22px;
  border: 3px solid #9a9a9a;
}
.donetransparenticon {
  background-color: transparent;
  font-size: 20px;
  color: #5a5a5a;
  padding-left: 10px;
  border: none;
  /* height: 30px; */
  padding: 9px 22px;
  border: 3px solid #5a5a5a;
}
.downloadgreybutton img {
  /* padding-left: px; */
  padding-right: 8px;
}
.donetransparenticon img {
  /* padding-left: px; */
  padding-right: 8px;
}
.downloadgreybutton,
.donetransparenticon {
  margin-left: 10px;
}
/* greybuttons */
.greybutton1,
.greybutton2,
.greybutton3 {
  margin-top: 35px;
  margin-right: 15px;
  background-color: #9090906c;
  font-size: 20px;
  color: white;
  padding-left: 10px;
  border: none;
  /* height: 30px; */
  padding: 12px 23px;
  /* border: 3px solid #5a5a5a; */
}
.name-and-email-inputFields {
  margin-top: 30px;
  background-color: #9090906c;
  color: #9a9a9a;
  width: 42.9%;
  padding: 15px;
  font-size: 20px;
  border: none;
}
dropdowncattegory {
  margin-top: 30px;
  background-color: #9090906c;
  color: #9a9a9a;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  border: none;
}
.radio-buttons {
  display: inline-block;
  margin-top: 30px;
}
.radio-buttons input {
  display: none;
}
/* .radiobutton1 label{
  margin: 10px;
  width: 180px;
  height: 200px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
} */
.radiobutton1 > i {
  color: white;
  background-color: #9a9a9a;
  font-size: 20px;

  padding: 10px;

  border-radius: 50px;
}
.radiobutton1,
.radiobutton2,
.radiobutton3 {
  float: left;
  display: inline-block;
  font-size: 31px;
}

.smallimages {
  width: 31.8%;
}
.imagemgleft {
  margin-left: 10px;
}
.smallimagesrow {
  margin-top: 25px;
}
.smallimagesrow2,
.smallimagesrow3 {
  margin-top: 15px;
}
.radio-buttons input {
  display: none;
}
.mainpicture {
  width: 100%;
}
.leftpicturetextpicture {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 36%;
}
.leftrightparagraph {
  line-height: 25px;
}
.float2ndimageright {
  float: right;
  margin-top: 0px;
}
.leftrightpic2 {
  margin-top: 45px;
}

.boxsection {
  margin-top: 50px;
}

.boxsection p {
  line-height: 25px;
  border: 1px solid #9a9a9a;
  padding: 25px 25px;
}

.preformatted {
  margin-top: 30px;
  text-align: left !important;
}

.preformattedwrapped {
  white-space: pre-line;
  margin-left: 0 !important;
  background-color: #9090906c;
  line-height: 20px;
  border: 1px solid #9a9a9a;
  padding-left: 25px;
  text-align: left;
}
.table {
  width: 100%;
  top: 40px;
  /* background-color: aquamarine; */
}
.tabletextalign {
  text-align: left;
}
.entiretable {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}
.tablepadding td {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  padding-left: 50px;
  /* float: left; */
}
.table table {
  border-bottom: 1px solid #5a5a5a;
}
table tr:nth-child(2n) {
  background-color: #f2f2f2;
  margin-top: 50px;
}
.alternatetable {
  border: 1px solid #9a9a9a;
}

table tr {
  /* padding-top: 10px; */
  padding-bottom: 20px;
  border-bottom: 1px solid #9a9a9a;
}
.removeborderbottom {
  border-bottom: none;
}
.tablenameclass {
  padding-left: 45px;
}
.tabledescriptionclass {
  padding-left: 48px;
}
.tablepriceclass {
  padding-left: 50px !important;
  position: absolute;
}
.entiretable tr th {
  padding-top: 20px;
  padding-bottom: 15px;
}
.tableprices {
  padding-right: 40px;
}
.tabletextfloatright td {
  text-align: right;
  /* float: right; */
  padding-right: 31px;
}

.dropdowncattegory {
  margin-top: 30px;
  background-color: #9090906c;
  color: #9a9a9a;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  border: none;
}
.defaultbluebutton2,
.defaultbluebutton3 {
  margin-left: 0px;
}
.table h3 {
  color: #5385c1;
}
.formh3 {
  color:#5385c1
}
.name-and-email-inputFields{
  width: 44.9%;
}
textarea {
  margin-top: 5%;
  background-color: #d0d0d0;
  width: 100%;
  height: 150px;
  float: left;
  padding-top: 1%;
  padding-left: 1%;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.left-within-left {
  /* background-color: yellow; */
  float: left;
} 





@media (max-width: 768px) {
  .inner-topbar {
    width: 93%;
  }
  .navigation ul {
    display: none;
  }
  .entirepagesection {
    max-width: 690px;
  }
  .text-headers {
    text-align: center;
  }
  .firstparagraph-sam {
    width: 100%;
  }
  .secondparagraph-magna {
    width: 100%;
  }
  .p1of3,
  .p2of3,
  .p3of3 {
    width: 100%;
  }
  .unorderedlist {
    width: 100%;
  }
  .orderedlists {
    width: 100%;
  }
  .defaultbluebutton1,
  .defaultbluebutton2,
  .defaultbluebutton3 {
    width: 100%;
    margin-bottom: 5%;
  }
  .second-defaultbluebutton1,
  .second-defaultbluebutton2,
  .second-defaultbluebutton3 {
    width: 100%;
  }
  .entiretable {
    width: 100%;
  }
  .rightbuttons-special,
  .rightbuttons-default,
  .rightbuttons-alternate {
    width: 100%;
    margin-bottom: 5%;
  }
  .rightbuttons-default,
  .rightbuttons-alternate {
    margin-left: 0px;
  }

  .leftsection {
    width: 100%;
  }
  .rightsection {
    width: 100%;
  }

  .footer {
    width: 100%;
  }

  .footer {
    clear: both;
  }
  .footer p {
    padding-top: 5%;
    top: 50%;
    position: relative;
    padding-bottom: 10%;
    margin-left: 22%;
  }
  .socialmediaicons {
    margin-right: 40%;
    top: -83%;
  }
  .smallimagesrow {
    width: 100%;
  }
  .rightbuttons-big {
    width: 100%;
    margin-bottom: 5%;
  }
  .rightbuttons-second-default {
    width: 100%;
    margin-bottom: 5%;
    margin-left: -0.1%;
  }
  .rightbuttons-small {
    width: 100%;
    margin-left: -0.1%;
  }
  .defaultbluebutton1,
  .defaultbluebutton2,
  .defaultbluebutton3 {
    width: 100%;
  }
  .left-within-left {
    width: 199.5%;
    margin-bottom: 10%;
    
  }
  .fitbluebutton,
  .fitgreybutton,
  .fittransparentbutton {
    width: 31%;
  }
  .fitbuttons {
    width: 103%;
    margin-left: -1.5%;
  }
  .rightbuttons-section{
    float: left;
  }
  .fitbluebuttonsmall,
  .fitgreybuttonsmall,
  .fittransparentbuttonsmall {
    width: 225px;
    font-size: 19px;
  }
  .searchblueiconbutton,
  .downloadgreybutton,
  .donetransparenticon {
    width: 100%;
    margin-bottom: 5%;
  }
  .downloadgreybutton,
  .donetransparenticon {
    
    margin-left: -0.1%;
  }
  .greybutton1,.greybutton2,.greybutton3{
    width: 100%;
  }
  .name-and-email-inputFields{
    width: 95%;
  }
}
