/* 
Theme Name: ShipSimply
Theme URI: https://www.shipsimply.com
Description: A Ship Simply WebFront Theme
Author: ShipSimply LLC
Author URI: https://www.shipsimply.com
Version: 0.0.0a 
*/

/* body {
  margin: 0 !important;
  padding: 0;
  background-color: #0D1E24;
  color: #E5E5E5;
}

a {
  text-decoration: none;
  color: inherit;
}

#mainContainer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.diagonal {
  position: fixed;
  bottom: 55%;
  right: 30%;
  z-index: -1;
  width: 100%;
  height: 50%;
  max-height: 518px;
  background-color: #71868B;
  background-color: #71868B;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header {
  background-color: #1F363D;
  color: #E5E5E5;
}

#footer {
  border-top: 4px solid #ECF0F1;
}

article.articlePost {
  border-bottom: 4px solid #ECF0F1;
}

article.articlePost:last-of-type {
  border-bottom: none;
}

.yellow {
  color: #FFD0AF;
} */

/* COLORS */
/* 
  text: #F1F2F2;
  medium background: #37515C;
  dark background: #0D1E24;
  lighter background: #88BBC5;
  light blue: #88BBC5;
*/

* {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background: #0D1E24;
  color: #F1F2F2;
}

.lightColors {
  background-color: #F1F2F2;
  color: #0D1E24;
}

/*########################### HEADER ########################*/

header {
  height: 110px;
  width: 100%;
  background-color: #37515C;
  display: flex;
  justify-content: space-between;
}

/* Header Element Containers */
.headerElm {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.headerElmInner {
  display: flex;
  margin-left: 100px;
}

/* Logo */
#headerLogo > img {
  /* height: 45px; */
  /* width: 100%; */
}

/* Header Links */
#mainNav { 
  list-style: none;
}

.navLi {
  float: left;
}

.navA {
  text-decoration: none;
  text-align: center;
  padding: 16px;
  color: #F1F2F2;
}

.showSmall {
  display: none;
}

/* Header Button */
.headerBtn {
  height: 45px;
  width: 160px;
  background-color: #F1F2F2;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 100px;
  color: #37515C;
  font-weight: 600;
  text-align: center;
  padding-top: 9px;
  text-decoration: none;
  cursor: pointer;
}



.hamBar {
  width: 25px;
  height: 3px;
  background-color: #F1F2F2;
  margin: 5px 0 5px auto;
  border-radius: 2px;
  display: none;
}

/* mobile nav classes */
.showMenu {
  display: unset !important;
  position: absolute;
  top: 40px;
  background-color: #1F363D;
  z-index: 99;
  width: 50%;
  max-width: 200px;
  /* left: 47%; */
  right: 7%;
  padding-left: 0;
  border-radius: 10px;
  margin: 10px 0 0 auto;
}

ul.showMenu > li.navLi {
  font-size: 20px;
  padding: 10%;
  width: 100%;
  text-align: right;
}

ul.showMenu > li.navLi > a.navA {
  text-align: right;
  width: 100%;
}

ul.showMenu > li.navLi


/*########################### MAIN ########################*/

#mainContainer {
  margin: auto;
  height: 100%;
  overflow: hidden;
  max-width: 1900px;
  margin: auto;
}

/* Home Page */
.homeBackground {
  height: 100%;
  margin: auto;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: -webkit-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  overflow: hidden;
}


/* Hero */
#heroContainer {
  margin: 150px 0 400px 200px;
  position: relative;
}

.heroSubContent {
  display: flex;
}

.heroText {
  font-weight: 500;
  font-size: 45px;
}
.heroP {
  font-size: 25px;
  max-width: 1000px;
}

.heroimg {
  width: 900px;
  position: absolute;
  right: -50px;
  top: 250px;
}

/* Blocks */
.blockContainer {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin-left: 150px;
}

.block {
  height: 230px;
  width: 230px;
  border-radius: 10px;
  background: #37515C;
  text-align: center;
  margin: 25px;
}

.blockNumber {
  font-size: 70px;
  position: relative;
  top: 25px;
}

.blockText {
  font-size: 20px;
  position: relative;
  top: 65px;
}

.blockMiddleText {
  font-size: 20px;
  position: relative;
  top: 15px;
}

.blockUnderText {
  font-size: 20px;
  position: relative;
  top: 45px;
}

.rowTwo {
  margin-left: 150px;
}


/* Video Content */
.leftVideoContainer {
  height: 500px;
  width: 100%;
  background: #37515C;
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
}

.videoTitle {
  font-size: 35px;
}

.videoText {
  line-height: 1.5;
  font-size: 20px;
}


/* Features Content */
.features {
  /* display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; */
  width: 100%;
}

.featuresList {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.feature {
  margin: 98px 0 20px 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}

.featureInfo {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.featureTitle {
  height: 86px;
  font-size: 35px;
}

.featureImg {
  width: 210px;
  height: auto;
}

.featureDetails {
  line-height: 1.5;
  font-size: 20px;
}

.animationCon {
  height: 295px;
  width: 474px;
  /* background: #C4C4C4; */
  margin: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.featureAni {
  max-width: 450px;
  max-height: 315px;
  /* height: 295px; */
  margin: auto;
}

.featureAniMed {
  max-width: 254px;
  max-height: 325px;
  /* height: 295px; */
  margin: auto;
}

.featureAniSmall {
  max-width: 204px;
  max-height: 275px;
  /* height: 295px; */
  margin: auto;
}

.dashboard {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.dsahboardTitle {
  font-size: 35px;
  color: #F1F2F2;
}

.dashboardImg {
  margin-top: 50px;
  width: 1000px;
}

.dashboardText {
  margin-top: 50px;
  line-height: 1.5;
  font-size: 23px;
}


/* Selling Points Stuff */

.sellingContainer {
  height: 500px;
  width: 100%;
  background: #37515C;
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
}

.sellingBlock {
  text-align: center;
}

.sellingText {
  line-height: 1.5;
  font-size: 20px;
}

.sellingImg {
  height: 100px;
  width: 100px;
}




/* Mobile Stuff */
.mobileContainer {
  height: 411px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
}

.mobileTitle {
  font-size: 35px;
}

.mobileImg {
  height: 250px;
  filter: drop-shadow(3px 8px 8px rgba(0,0,0,0.6) );
}

/* Slideshow */
.slideShowContainer {
  display: flex;
  justify-content: center;
  width: 95%;
  overflow: hidden;
}

.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.next,
.prev {
  font-size: 30px;
  z-index: 9;
  cursor: pointer;
}

.next::selection,
.prev::selection {
  background-color: transparent;
}

/* Testimonials */
.testContainer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
}

.testBlock {
  height: 399px;
  width: 335px;
  background: #88BBC5;
  border-radius: 10px;
}

.testBlockInner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexVertCenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto 30px;
}

.quoteLeft {
  font-size: 30px;
  float: left;
  /* margin-left: 20px; */
}

.quoteRight {
  font-size: 30px;
  float: right;
  /* margin-right: 20px; */
}

/* Brands */
.brandsContainer {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 100px;
}

.brandsTitle {
  width: 100%;
  font-weight: 400;
  font-size: 2.2em;
  padding: 0 20px;
}

.brands {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

/* Contact */
.contactContainer {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}

.contactTitle {
  width: 100%;
  font-weight: 400;
  font-size: 2.2em;
  margin-top: 30px;
}


.contactBlock {
  text-align: center;
}

.contactText {
  line-height: 1.5;
  font-size: 20px;
  margin-top: 10px;
}

.yellow {
  color: #FFD0AF;
}

.blue {
  color: #88BBC5;
}

.dark {
  color: #0D1E24;
}

.leftSpacing {
  margin-left: 200px;
}

.center {
  text-align: center;
}

.fullWidth {
  width: 100%;
}

.pageTitle {
  text-align: center;
  margin: 75px auto 100px auto;
}


.pageContent {
  width: 1081px;
  margin: auto;
  padding-top: 2%;
}

.pSectionTitle {
  font-size: 25px;
  font-weight: bold;
}

.pTitle {
  font-size: 20px;
  font-weight: bold;
}

.pText {

}


/*################ Privacy Page ############################*/
.privacyBackground {
  height: 100%;
  margin: auto;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(-3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,0) 89%);
  background: -webkit-linear-gradient(-3deg, rgba(13,30,36,1) 88.97%, rgba(136,187,197,0) 89%);
  background: linear-gradient(-3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,0) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  overflow: hidden;
}

/*########################### OUR TEAM PAGE #######################*/
.ourTeamBackground {
  height: 100%;
  margin: auto;
  /* background: rgb(136,187,197);
  background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1); */
  overflow: hidden;
}

.ourTeamHero {
  background-image: url("./images/profile/JLM_1594 1.png");
  background-repeat: no-repeat;
  height: 486px;
  width: 100%;
  background-color: #88BBC5;
  position: relative;
}

.teamHeroFade {
  height: 100%;
  width: 100%;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 13%, rgba(136,187,197,1) 46%);
  background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 13%, rgba(136,187,197,1) 46%);
  background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 13%, rgba(136,187,197,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  position: absolute;
}

.teamHeroText {
  width: 100%;
  color: #0D1E24;
  font-size: 85px;
  font-weight: 500;
  margin: 115px auto 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.teamHeroDiag {
  background: rgb(136,187,197);
  background: -moz-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: -webkit-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#0d1e24",GradientType=1);
  height: 250px;
  width: 100%;
  position: absolute;
  top: 288px;
}

.introText {
  text-align: center;
  font-size: 25px;
  margin-bottom: 100px;
}

.profileContainer {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
  padding: 0 60px 0 60px;
  margin-bottom: 5%;
}

.profileBlock {
  display: flex;
  width: 33.3%;
  margin-bottom: 40px;
}

.profileContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 4%;
}

.profileTitle {
  font-size: 30px;
  width: 100%;
  margin-bottom: 30px;
  /* display: none; */
}

.profileImg > img {
  /* height: 200px; */
  width: 200px;
}

.profileName {
  font-size: 20px;
  margin-bottom: 5px;
}

.profileJob {
  margin-bottom: 5px;
  /* display: none; */
}

.profileText {
  width: 75%;
  display: none;
}

.timelineContainer {
  height: 400px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.timelineBlock {
  height: 100%;
  width: 25%;
  background-color: #37515C;
  border: 1px solid #0D1E24;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.timelineDate {
  font-size: 40px;
  padding-bottom: 25%
}

.timelineDateWithSub {
  font-size: 40px;
  padding-bottom: 25%;
}

.timelineSubDate {
  font-size: 25px;
}

.timelineText {
  font-size: 25px;
}

.historyContainer {
  width: 80%;
  margin: 65px auto 80px auto;
}

.historyTitle {
  font-size: 35px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.historyText {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
}


/*########################### CONTACT PAGE #######################*/
.contactBackground {
  height: 100%;
  margin: auto;
  /* background: rgb(136,187,197);
  background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1); */
  overflow: hidden;
}

.contactHero {
  background-image: url("./images/profile/JLM_1603 1.png");
  background-repeat: no-repeat;
  height: 486px;
  width: 100%;
  background-color: #88BBC5;
  position: relative;
}

.contactHeroFade {
  height: 100%;
  width: 100%;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  position: absolute;
}

.contactHeroText {
  width: 100%;
  color: #0D1E24;
  font-size: 100px;
  font-weight: 500;
  margin: 115px auto 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.contactHeroDiag {
  background: rgb(136,187,197);
  background: -moz-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: -webkit-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#0d1e24",GradientType=1);
  height: 250px;
  width: 100%;
  position: absolute;
  top: 288px;
}

.contactCon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.contactTextCon {
  width: 33%;
  margin-right: 20px;
  background-color: #37515C;
  border-radius: 8px;
  padding: 40px;
}

.contactInfoTitle {
  font-size: 30px;
  text-align: center;
}

.contactInfoText {
  font-size: 20px;
}

.contactPhone {
  font-size: 20px;
  font-weight: bold;
}

.contactPhoneIcon {
  width: 18px;
  margin-right: 20px;
}

.contactFormCon {
  width: 33%;
  margin-left: 20px;
  background-color: #D7E9EC;
  padding: 20px;
  border-radius: 10px;
}

/*############## CONTACT FORM ################*/
label {
  color: #F1F2F2 !important;
  background-color: #0D1E24 !important;
}


/*########################### PRICING PAGE #######################*/
.pricingBackground {
  height: 100%;
  margin: auto;
  /* background: rgb(136,187,197);
  background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1); */
  overflow: hidden;
}

.pricingHero {
  /* background-image: url("./images/profile/JLM_1603 1.png"); */
  /* background-repeat: no-repeat; */
  height: 532px;
  width: 100%;
  background-color: #88BBC5;
  position: relative;
}

.pricingHeroFade {
  height: 100%;
  width: 100%;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  position: absolute;
}

.pricingHeroText {
  width: 100%;
  color: #0D1E24;
  font-size: 85px;
  font-weight: 500;
  margin: 115px auto 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.pricingHeroDiag {
  background: rgb(136,187,197);
  background: -moz-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: -webkit-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#0d1e24",GradientType=1);
  height: 250px;
  width: 100%;
  position: absolute;
  top: 288px;
}

.pricingCon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  flex-wrap: wrap;
  padding-top: 40px;
}

.pricingTextCon {
  width: 30%;
  margin-right: 20px;
  background-color: #37515C;
  border-radius: 8px;
  padding-bottom: 100px;
  margin-bottom: 40px;
}

.pricingTextTitleCon {
  background-color: #88BBC5;
  color: #0D1E24;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.pricingInfoTitle {
  font-size: 2.75em;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  margin: 5px 0 0 0;
}

.pricingInfoCost {
  font-size: 2.75em;
  text-align: center;
  font-weight: 700;
  margin: 10px 0;
}

.pricingSmaller {
  font-size: 20px;
  font-weight: 400;
}

.pricingInfoTextCon {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 70%;
  margin-top: 25px;
}

.pricingBtnCon {
  width: 100%;
  text-align: center;
  margin-top: -10px;
}

.pricingBtn {
  background-color: #0D1E24;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  color: #F1F2F2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.pricingPhone {
  font-size: 20px;
  font-weight: bold;
}

.pricingPhoneIcon {
  width: 18px;
  margin-right: 20px;
}

.pricingFormCon {
  width: 33%;
  margin-left: 20px;
  background-color: #D7E9EC;
  padding: 20px;
  border-radius: 10px;
}

.pricingBottomText {
  font-size: 25px;
  padding: 20px;
}

.pricingSmallBusBtn {
  background-color: #F1F2F2;
  border-radius: 8px;
  padding: 7px 15px;
  margin: 15px auto 0 auto;
  width: 150px;
  font-size: 18px;
  color: #37515C;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.pricingBottomLink {
  color: #F1F2F2;
}


/*########################### PARTNERS PAGE #######################*/
.partnersBackground {
  height: 100%;
  margin: auto;
  /* background: rgb(136,187,197);
  background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1); */
  overflow: hidden;
}

.partnersHero {
  background-image: url("./images/profile/partner00.png");
  background-repeat: no-repeat;
  height: 375px;
  width: 100%;
  background-color: #88BBC5;
  position: relative;
  background-size: 616px 409px;
}

.partnersHeroFade {
  height: 100%;
  width: 100%;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  position: absolute;
}

.partnersHeroText {
  width: 100%;
  color: #0D1E24;
  font-size: 100px;
  font-weight: 500;
  margin: 64px auto 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.partnersHeroDiag {
  background: rgb(136,187,197);
  background: -moz-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: -webkit-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  background: linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgba(13,30,36,1) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#0d1e24",GradientType=1);
  height: 250px;
  width: 100%;
  position: absolute;
  top: 130px;
}

.partnersCon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  flex-wrap: wrap;
  padding-top: 15px;
}

.partnersBlock {
  width: 33%;
  text-align: center;
}

.partnersImg {
  width: 280px;
}

.partnersDetailsCon {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.partnersDetails {
  background-color: #37515C;
  color: #F1F2F2;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

.partnersLinkBtn {
  color: #0D1E24;
  background-color: #88BBC5;
  padding: 15px 30px;
  border-radius: 5px;
  width: fit-content;
  font-size: 18px;
  margin: 20px auto;
  text-decoration: none;
}

.trialinfoText {
  margin-top: 55px;
}

.trialInnerText {
  width: 50%;
  text-align: center;
  margin: auto;
}


/*########################### SMALL BUSINESS PAGE #######################*/
.businessBackground {
  height: 100%;
  margin: auto;
  /* background: rgb(136,187,197);
  background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  background: linear-gradient(3deg,rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1); */
  overflow: hidden;
}

.businessHero {
  background-image: url("./images/profile/partners\ 1.png");
  background-repeat: no-repeat;
  height: 375px;
  width: 100%;
  background-color: #88BBC5;
  position: relative;
}

.businessHeroFade {
  height: 100%;
  width: 100%;
  background: rgb(136,187,197);
  background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  position: absolute;
}

.businessHeroText {
  width: 100%;
  color: #0D1E24;
  font-size: 100px;
  font-weight: 500;
  margin: 64px auto 0 auto;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.businessHeroDiag {
  background: rgb(136,187,197);
  background: -moz-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgb(241, 242, 242) 46%);
  background: -webkit-linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgb(241, 242, 242) 46%);
  background: linear-gradient(175deg, rgba(136,187,197,0) 45.6%, rgb(241, 242, 242) 46%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#0d1e24",GradientType=1);
  height: 250px;
  width: 100%;
  position: absolute;
  top: 130px;
}

.businessPageCon {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.businessContent {
  width: 50%;
  margin: 10px;
}

.pricingTextCon.businessPricing > .pricingInfoTextCon {
  height: 52%;
}

.businessText {
  text-align: center;
  width: 80%;
}

.businessImg > img {
  margin-left: 90px;
}

/*########################### FOOTER ########################*/
footer {
  height: 300px;
  width: 100%;
  background: #37515C;
  bottom: 0;
  /* margin-top: 10px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Footer Element Containers */
.footerElm {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footerElmInner {
  display: flex;
  margin-left: 100px;
}

/* Logo */
#footerLogo > img {
  height: 153px;
  width: 176px;
}

/* footer Links */
#footerNav { 
  list-style: none;
}

.footerSubLi {
  list-style: none;
  padding: 0;
}

.footerSubLi > li {
  margin-bottom: 20px;
}

.footerLi {
  float: left;
}

.socialLinkList {
  display: flex;
  justify-content: space-evenly;
}

.socialLinkList > li {
  margin: 20px;
}

.socialLink {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.navA {
  text-decoration: none;
  text-align: center;
  padding: 16px;
  color: #F1F2F2;
}

/* Footer Button */
.footerBtn {
  height: 45px;
  width: 180px;
  background-color: #88BBC5;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 100px;
  color: #0D1E24;
  text-align: center;
  padding-top: 9px;
  text-decoration: none;
  cursor: pointer;
}




/*############## Media Queries ##################*/
@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */

  .homeBackground {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 93.97%, rgba(136,187,197,1) 94%);
    background: -webkit-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 93.97%, rgba(136,187,197,1) 94%);
    background: linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 93.97%, rgba(136,187,197,1) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  /* Header Content */
  header {
    height: 65px;
  }

  .headerElm {
    width: 100%;
  }

  .headerElmInner {
    margin-left: 10px;
  }

  #headerLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #mainNav {
    display: none;
  }

  .showSmall {
    display: unset;
  }

  .headerBtn {
    display: none;
  }

  .hamBar {
    display: block;
  }

  .headerBtnContainer {
    padding-right: 20px;
    z-index: 99;
  }

  /* Main Content */
  #heroContainer {
    margin: 40px 25px 100px 25px;
  }

  .heroimg {
    width: 375px;
    top: 275px;
    right: -100px;
  }

  .secondHeroImg {
    display: none;
  }

  .heroSubContent {
    flex-wrap: wrap-reverse;
    background-image: url('https://www.shipsimply.com/wp-content/themes/shipsimply/images/top-slant-bg.svg');
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heroText {
    font-size: 32px;
    margin: 40px auto 30px auto;
    line-height: 35px;
  }

  .heroP {
    font-size: 15px;
    width: 95%;
    line-height: 1.7;
  }

  .blockContainer {
    justify-content: center;
    margin-left: 0;
  }

  div.heroSubContent > h1 {
    margin-left: auto;
  }

  .leftSpacing {
    margin-left: 20px;
  }

  .block {
    height: 165px;
    width: 155px;
    margin: 10px;
  }

  .blockNumber {
    font-size: 45px;
  }

  .blockText {
    top: 40px;
    font-size: 15px;
  }

  .blockUnderText {
    top: 20px;
    font-size: 15px;
  }

  .featuresList {
    margin: 0 25px;
  }

  .featureImg {
    width: 175px;
    height: auto;
  }

  .featureAni {
    max-width: 90%;
    max-height: 315px;
    margin: auto;
  }
  
  .featureAniMed {
    max-width: 75%;
    max-height: 325px;
    /* height: 295px; */
    margin: auto;
  }
  
  .featureAniSmall {
    max-width: 100%;
    max-height: 275px;
    /* height: 295px; */
    margin: auto;
  }

  .leftVideoContainer {
    flex-wrap: wrap;
    height: 100%;
  }

  .flexVertCenter > iframe {
    margin-top: 50px;
    width: 300px;
    height: 170px;
  }

  .videoTextContainer {
    margin-bottom: 50px;
    padding: 0 30px;
  }

  .videoTitle {
    margin-bottom: 0;
  }

  .videoText {
    font-size: 16px;
  }

  .dashboardTitle {
    margin-bottom: 0;
  }

  .dashboardImg {
    width: 93%;
  }

  .dashboardText {
    font-size: 16px;
    padding: 0 20px;
  }

  .sellingContainer {
    flex-wrap: wrap;
    height: unset;
    padding: 30px 0;
  }

  .center {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sellingTitle {
    margin-top: 20px;
    font-size: 35px;
    font-weight: 500;
  }

  .sellingText {
    font-size: 1.2em;
    margin-top: 10px;
  }

  .mobileContainer {
    height: 100%;
    flex-wrap: wrap;
  }

  .mobileImg {
    height: 140px;
  }

  .mobileTextContainer {
    margin-top: 50px;
    text-align: center;
  }

  .mobileText {
    line-height: 1.6;
    font-size: 1.1em;
  }

  .testBlock {
    width: 315px;
    height: 100%;
  }

  .slideShowControl {
    display: none;
  }

  .slide {
    margin: 15px;
  }

  .reviewBusiness {
  font-size: 25px;
  font-weight: 600;
  }

  .review {
    padding: 0 20px;
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .reviewTitle {
  font-size: 1em;
  }

  .reviewAuthor {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  }

  .reviewHeadings {
    margin: 0;
  }

  .brandsContainer {
    background-image: url(https://www.shipsimply.com/wp-content/themes/shipsimply/images/bottom-slant-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 175px;
  }

  .brandsBlock {
    height: 100px;
    width: fit-content;
    margin: 15px;
  }

  .contactContainer {
    margin: 0 auto 20px auto;
  }

  .contactImg {
    margin-bottom: 0;
    height: 60px;
  }

  .contactBlockTitle {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .footerElmInner {
    margin-left: 20px;
  }

  #footerNav {
    padding-left: 0;
  }

  #footerLogo > img {
    height: 70px;
    width: 75px;
    margin-top: 20px;
  }

  #footerLogo {
    justify-content: unset;
  }

  .socialLinkList > li {
    margin: 8px;
  }

  .footerSocial {
    width: 100%;
  }

  .socialLink {
    height: 50px;
    width: 50px;
  }

  .footerBtn {
    margin-right: 12px;
    width: 120px;
  }

  .pageContent {
    width: 100%;
    padding: 0 10px 0 10px;
  }

  .privacyBackground {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 96.95%, rgba(136,187,197,1) 97%);
    background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 96.95%, rgba(136,187,197,1) 97%);
    background: linear-gradient(3deg,rgba(13,30,36,1) 96.95%, rgba(136,187,197,1) 97%);
  }

  .ourTeamHero {
    background-size: 268px 204px;
    height: 247px;
  }

  .teamHeroDiag {
    top: 65px;
    height: 250px;
  }

  .teamHeroText {
    font-size: 45px;
    margin: 52px auto 0 auto;
  }

  .profileTitle {
    text-align: center;
  }

  .profileName {
    margin-top: 20px;
  }

  .profileBlock {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .profileContent {
    text-align: center;
  }

  .profileText {
    margin: auto;
  }

  .timelineBlock {
    width: 50%;
  }

  .historyContainer {
    /* margin: 450px auto 80px auto; */
  }

  .contactHero {
    background-size: 268px 204px;
    height: 247px;
  }

  .contactHeroDiag {
    top: 65px;
    height: 250px;
  }

  .contactHeroText {
    font-size: 45px;
    margin: 52px auto 0 auto;
  }

  .contactHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .contactTextCon {
    width: 100%;
    margin-right: 0;
    margin-top: 70px;
    background-color: #37515C;
    border-radius: 8px;
    padding: 40px;
  }

  .contactFormCon {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  .partnersHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 89%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 89%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .partnersHero {
    background-size: 400px 409px;
  }

  .partnersHeroText {
    font-size: 50px;
  }

  .partnersBlock {
    width: 100%;
    margin: 20px;
  }

  .businessHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 89%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 89%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .businessHeroText {
    font-size: 50px;
  }

  .businessImg {
    display: none;
  }

  .businessImg > img {
    margin-left: 0;
  }

  .businessText {
    text-align: center;
    width: 100%;
  }

  .trialInnerText {
    width: 95%;
    margin-top: 55px;
  }

  .pricingTextCon {
    width: 90%;
    margin-right: 0;
  }

  .pricingHero {
    background-size: 268px 204px;
    height: 247px;
  }

  .pricingHeroDiag {
    top: 65px;
    height: 200px;
  }

  .pricingHeroText {
    font-size: 45px;
    margin: 52px auto 0 auto;
  }

  .pricingHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .pricingHeadText {
    width: 100%;
    text-align: center;
    font-size: 1.85em;
    font-weight: 500;
    margin-bottom: 50px;
    padding: 10px 20px 20px 20px;
  }

  .pricingCon {
    padding-top: 0;
  }

  .pricingInfoCenter {
    font-size: 20px;
    text-align: center;
  }

  .pricingInfoText {
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
  }

  .priceInner {
    width: 90%;
    margin: auto;
    font-size: 1em;
  }

  .priceCheck {
    margin: 8px;
    width: 20px;
    height: 20px;
  }

}

@media (min-width:450px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
  .pricingTextCon {
    width: 400px;
  }

  .pricingInfoText {
    margin: 15px 0;
  }
}

@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 

  .heroimg {
    width: 600px;
    position: absolute;
    right: -150px;
    top: 275px;
  }

  .secondHeroImg {
    top: -45px;
    right: 50px;
    position: absolute;
    display: unset;
    height: 150px;
    width: auto;
  }

  .heroText {
    font-size: 45px;
    margin: unset;
    line-height: 52px; 
  }

   .heroSubContent {
    background-image: none;
  }

  div.heroSubContent > h1 {
    margin: 0 auto 30px auto;
    padding-top: 150px;
  }

  .heroP {
    font-size: 18px;
    line-height: 1.5;
  }

  .leftSpacing {
    margin-left: 200px;
  }

  .block {
    height: 200px;
    width: 200px;
    margin: 15px;
  }

  .rowTwo {
    margin-left: 150px !important;
  }

  .blockText {
    top: 65px;
  }

  .blockUnderText {
    top: 45px;
  }

  .flexVertCenter > iframe {
    width: 465px;
    height: 285px;
  }

  .dashboardTitle {
    font-size: 2.2em;
    font-weight: 400;
  }

  .slider {
    margin-bottom: 100px;
  }

  .brandsContainer {
    background-image: none;
    padding-bottom: 75px;
    /* margin-top:  */
  }

  .mobileTextContainer {
    width: 600px;
  }

  .testBlock {
    width: 335px;
  }

  .ourTeamHero, 
  .contactHero {
    background-size: unset;
  }

  .privacyBackground {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 93.95%, rgba(136,187,197,1) 94%);
    background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 93.95%, rgba(136,187,197,1) 94%);
    background: linear-gradient(3deg,rgba(13,30,36,1) 93.95%, rgba(136,187,197,1) 94%);
  }

  .partnersHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 65%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .businessHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 65%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .footerSocial {
    width: unset;
  }

  .pricingCon {
    width: 80%;
    margin: 0 auto 100px auto;
  }

}

@media (min-width:900px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */  
  .heroP {
    width: 65%;
  }

  .heroimg {
    right: -75px;
    width: 600px;
    top: 250px;
  }

  .featureImg {
    width: 210px;
  }

  .mobileImg {
    height: 175px;
  }

  .review {
    padding: 0 30px;
    font-size: 1em;
  }

  #heroContainer {
    margin: 50px 50px 100px 100px;
  }

  .sellingBlock {
    width: 275px;
  }

  .pricingCon {
    width: 100%;
    justify-content: space-evenly;
  }

  .pricingBottomText {
    text-align: center;
    width: 850px;
  }
}


@media (min-width:1024px) { /* big landscape tablets, laptops, and desktops */ 
  .profileTitle {
    text-align: unset;
  }

  .profileBlock {
    width: 33.3%;
    flex-wrap: nowrap;
  }

  .heroimg {
    width: 700px;
    top: 250px;
  }

  .secondHeroImg {
    width: 175px;
    height: auto;
  }

  .heroSubContent {
    padding-top: 200px;
  }

  .dashboardText {
    width: 75%;
    padding: 0;
    margin: 50px auto;
  }

  .mobileTextContainer {
    width: 500px;
    text-align: left;
  }

  .businessImg {
    display: block;
    width: 100%;
  }
  
  .businessImg > img {
    width: 100%;
  }

  .pricingTextCon {
    margin: 10px 15px 30px 15px;
  }
}

@media (min-width: 1266px) { /* square monitor  */
  #mainNav { 
    list-style: none;
    display: flex;
  }

  header {
    height: 110px;
  }

  .hideNavElm {
    display: none;
  }

  .headerBtnContainer,
  .hamBar {
    display: none;
  }

  .headerElm {
    width: fit-content;
  }

  .headerBtn {
    margin-right: 100px;
    display: block;
  }



  .homeBackground {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 91.97%, rgba(136,187,197,1) 92%);
    background: -webkit-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 91.97%, rgba(136,187,197,1) 92%);
    background: linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 91.97%, rgba(136,187,197,1) 92%);
  }

  .secondHeroImg {
    width: 200px;
  }

  .partnersHero {
    background-size: 445px 409px;
  }

  .businessImg > img {
    margin-left: 90px;
  }

  .businessText {
    text-align: center;
    width: 80%;
  }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */

  .homeBackground {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
    background: -webkit-linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
    background: linear-gradient(6deg, rgba(136,187,197,1) 9.57%, rgba(13,30,36,1) 9.6%, rgba(13,30,36,1) 88.97%, rgba(136,187,197,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .headerElmInner {
    display: flex;
    margin-left: 100px;
    width: max-content;
  }
  
  /* Header Links */
  #mainNav { 
    list-style: none;
    display: flex;
  }

  .showSmall {
    display: none;
  }

  .headerBtnContainer,
  .hamBar {
    display: none;
  }

  #heroContainer {
    margin: 100px 0 300px 125px;
  }

  .heroimg {
    width: 950px;
    right: -75px;
    top: 350px;
  }

  .secondHeroImg {
    right: 150px;
    top: 0;
  }

  div.heroSubContent > h1 {
    margin-left: unset;
    padding-top: 75px;
  }

  .heroP {
    font-size: 25px;
    width: 50%;
  }

  .blockContainer {
    justify-content: unset;
    margin-left: 150px;
  }

  .leftSpacing {
    margin-left: 200px;
  }

  .block {
    height: 230px;
    width: 230px;
    margin: 25px;
  }

  .contactBlockTitle {
    margin-bottom: 25px;
    font-size: 1.7em;
  }

  .rowTwo {
    margin-left: 150px !important;
  }

  .blockText {
    top: 65px;
    font-size: 20px;
  }

  .blockNumber {
    font-size: 60px;
    font-weight: 500;
  }

  .blockUnderText {
    top: 45px;
    font-size: 20px;
  }

  .featureAni {
    max-width: 450px;
    max-height: 315px;
    /* height: 295px; */
    margin: auto;
  }
  
  .featureAniMed {
    max-width: 254px;
    max-height: 325px;
    /* height: 295px; */
    margin: auto;
  }
  
  .featureAniSmall {
    max-width: 204px;
    max-height: 275px;
    /* height: 295px; */
    margin: auto;
  }

  .leftVideoContainer {
    min-height: 500px;
    padding: 10px;
    flex-wrap: nowrap;
    height: 100%;
  }

  .flexVertCenter > iframe {
    margin-top: 0;
    width: 560px;
    height: 315px;
  }

  .videoTextContainer {
    /* padding: 0; */
  }

  .videoText {
    font-size: 20px;
  }

  .dashboardImg {
    width: 1000px;
  }

  .dashboardText {
    font-size: 23px;
  }

  /* .sellingContainer {
    height: 500px;
  } */

  .sellingText {
    font-size: 20px;
  }

  .mobileContainer {
    height: unset;
  }

  .mobileText {
    margin: 15px 0 0 0;
    width: 90%;
  }

  .mobileImg {
    height: 250px;
  }

  .testBlock {
    width: 335px;
  }

  .slider {
    justify-content: unset;
  }

  .contactContainer {
    height: 500px;
  }

  .contactImg {
    height: 90px;
  }

  .footerElmInner {
    margin-left: 100px;
  }

  #footerLogo > img {
    height: 153px;
    width: 176px;
    margin-top: 0;
  }

  #footerLogo {
    justify-content: center;
  }

  .socialLinkList > li {
    margin: 20px;
  }

  .socialLink {
    height: 50px;
    width: 50px;
  }

  .footerBtn {
    margin-right: 100px;
    width: 180px;
  }

  .footerSocial {
    width: unset;
  }

  .pageContent {
    width: 1081px;
    margin-bottom: 100px;
    padding: unset;
  }

  .privacyBackground {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(3deg,rgba(13,30,36,1) 92.93%, rgba(136,187,197,1) 93%);
    background: -webkit-linear-gradient(3deg, rgba(13,30,36,1) 92.93%, rgba(136,187,197,1) 93%);
    background: linear-gradient(3deg,rgba(13,30,36,1) 92.93%, rgba(136,187,197,1) 93%);
  }

  .contactHero {
    background-size: auto;
    height: 382px;
  }

  .contactHeroDiag {
    height: 257px;
    top: 126px;
  }

  .contactHeroText {
    font-size: 100px;
    margin: 62px auto 0 auto;
  }

  .contactHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .contactTextCon {
    width: 33%;
    margin-right: 20px;
    margin-top: 0;
    background-color: #37515C;
    border-radius: 8px;
    padding: 40px;
  }

  .contactFormCon {
    width: 33%;
    margin-left: 20px;
    margin-top: 0;
  }

  .ourTeamHero {
    background-size: auto;
    height: 486px;
  }

  .teamHeroDiag {
    height: 250px;
    top: 288px;
  }

  .teamHeroText {
    font-size: 85px;
    margin: 115px auto 0 auto;
  }

  
  .profileContainer {
    width:80%;
    margin: auto;
  }

  .profileTitle {
    text-align: unset;
  }

  .profileName {
    margin-top: unset;
  }

  .profileBlock {
    width: 33.3%;
    flex-wrap: nowrap;
    justify-content: left;
  }

  .profileContent {
    text-align: unset;
  }

  .profileText {
    margin: unset;
  }

  .timelineBlock {
    width: 25%;
  }

  .historyContainer {
    margin: 65px auto 80px auto;
  }

  .partnersHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .partnersHeroText {
    font-size: 100px;
  }

  .partnersBlock {
    width: 33%;
  }

  .partnersHero {
    background-size: 616px 409px;
  }

  .businessHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

  .businessHeroText {
    font-size: 100px;
  }

  .businessImg > img {
    margin-left: 90px;
  }

  .businessText {
    text-align: center;
    width: 80%;
  }

  .trialInnerText {
    width: 50%;
  }
 
  
  .pricingTextCon {
    width: 30%;
  }

  .pricingHero {
    background-size: 268px 204px;
    height: 320px;
  }

  .pricingHeroDiag {
    top: 110px;
    height: 250px;
  }

  .pricingHeroText {
    font-size: 85px;
    margin: 52px auto 0 auto;
  }

  .pricingHeadText {
    padding-top: 30px;
    font-size: 2.25em;
  }

  .pricingHeroFade {
    background: rgb(136,187,197);
    background: -moz-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    background: -webkit-linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    background: linear-gradient(90deg, rgba(136,187,197,0.4766281512605042) 0%, rgba(136,187,197,1) 48%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#88bbc5",endColorstr="#88bbc5",GradientType=1);
  }

}


@media (min-width:1379px) {

  .sellingContainer {
    /* height: 500px; */
  }

  .heroimg {
    width: 1050px;
    top: 300px;
  }

  .secondHeroImg {
    width: 225px;
  }

}

@media screen and (min-width: 1500px) {
   #heroContainer {
    margin: 150px 0 300px 175px;
  }
}

