.headerBanner {
    display: flex;
    position: absolute;
    left: -420px;
    top: 50px;
    height: calc((100vw / 2) + 60px);
    width:150%;
    margin: 0;
    padding: 0;
    transform:rotate(-45deg);
    /*background:red;*/
    /*background: linear-gradient(to bottom, #0082c6, #2a4578);*/
    background: linear-gradient(to bottom, #f8f8f8, #eeeeee);
    border-bottom-right-radius: 100px;
    z-index: -999;
}

.headerBannerTitle {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding: 20px;
    /*padding-right: 300px;
    text-align: center;*/
    color: #57942b;
    /*text-shadow: 1px 1px 5px rgba(0,0,0,.5);*/
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.headerBannerTitle div:nth-child(1) {
    padding-top: 10px;
    font-size: 170px;
    line-height:160px;
}
.headerBannerTitle div:nth-child(2) {
    font-size: 76px;
}
.headerBannerTitle div:nth-child(3) {
    font-size: 30px;
}
.headerBannerTitle div:nth-child(4) {
    font-size: 44px;
}*/

.headerBannerTitle div:nth-child(1) {
    font-size: 28px;
    line-height:24px;
}
.headerBannerTitle div:nth-child(2) {
    font-size: 44px;
}

.headerBannerText {
    position: relative;
    display:inline-block;
    /*background: red;*/
    color: #FFFFFF;
    font-size: 2.5vw;
    font-weight: bold;
    padding: 40px 30px;
    border-radius: 5px;
    line-height: 10px;
    text-align: right;
}

.headerBannerText span:nth-child(3) > span {
    color: #8ee54f;
}

@media only screen and (max-width: 992px) {
    .headerBanner {
        display: none;
    }
    .headerBannerTitle {
        color: #000;
        padding-right: 0;
        text-shadow: 0 0;
        text-align: center;
        display: block;
        height: auto;
    }
    .headerBannerText {
        position: relative;
        display:block;
        /*background: red;*/
        background: linear-gradient(to bottom, #0082c6, #2a4578);
        color: #FFFFFF;
        font-size: 42px;
        padding: 30px 30px;
        border-radius: 0;
        text-align: right;
    }
}

@media only screen and (max-width: 1251px) {
    /*.headerBannerTitle div:nth-child(1) {
        padding-top: 30px;
        font-size: 120px;
        line-height:100px;
    }
    .headerBannerTitle div:nth-child(2) {
        font-size: 46px;
    }
    .headerBannerTitle div:nth-child(3) {
        font-size: 22px;
    }
    .headerBannerTitle div:nth-child(4) {
        font-size: 34px;
    }*/
    .headerBannerTitle div:nth-child(1) {
        padding-top: 30px;
        font-size: 18px;
        line-height:14px;
    }
    .headerBannerTitle div:nth-child(2) {
        font-size: 24px;
    }
}

.icon-bar {
    background-color: #ff0000;
}

#myNavbar ul {
    padding-top:20px;
}
#myNavbar ul li {
    text-align: center;
}

#myNavbar ul li a {
    /*color: red;
    background-color: #ff0000;
    background: linear-gradient(to bottom, #0082c6, #2a4578);*/
    background: linear-gradient(to bottom, #6bb535, #5b9338);
    color: #ffffff;
    border-radius: 30px;
    margin: 2px;
    padding: 5px 25px;
}

#myNavbar ul li a:hover {
    /*background-color: #333333;*/
    background: linear-gradient(to bottom, #444444, #222222);
    color: #ffffff;
}

#myNavbar ul li a.active {
    background: linear-gradient(to bottom, #444444, #222222);
}

.secondTextWrap {
    margin:0;
    padding:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.secondTextContent {
    transform: translate(5%, 20%);
    display: flex;
    flex-direction: column;
    width: 90%;
    height:auto;
}

@media only screen and (max-width: 992px) {
    .secondTextContent {
        transform: translate(5%, 20%);
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .secondTextWrap {
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        height:100%;
        text-align: center;
    }
    .secondTextContent {
        transform: translate(0%, 0%);
        display: block;
        flex-direction: initial;
        width: 100%;
        margin-bottom: 50px;
    }
}

.secondLine1, .secondLine2, .secondLine3, .secondLearnMore  {
    font-family: 'Open Sans Condensed', sans-serif;
}

.secondLine1 {
    color: #777;
}

.secondLine2 {
    margin-top: 10px;
    font-size: 24px;
}

.secondLine3 {
    font-size: 48px;
    line-height: 44px;
}

.secondLine3 span {
    color: lawngreen;
    text-shadow: 1px 1px 0px #555;
}

.secondButton, .thirdButton {
    margin-top: 30px;
}

.secondButton span, .thirdButton span {
    /*background: #0082c6;*/
    background: linear-gradient(to bottom, #0082c6, #2a4578);
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.secondButton span:hover, .thirdButton span:hover {
    background: #2a4578;
}

.thirdButton {
    margin-bottom: 30px;
}

.secondLearnMore {
    margin-top: 20px;
}

.secondLearnMore a {
    color: #777;
}

.secondLearnMore a:hover {
    text-decoration: none;
    color: #0082c6;
    cursor: pointer;
}

.secondList {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.secondList li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 15px 0;
}

.secondList li:before {
  content: "\25C9";
  padding-right: 10px;
  color: #2a4578;
}

.secondList a {
    color: #777;
    text-decoration: none;
    font-weight: bold;
}

.secondList a:hover {
    color: #2a4578;
}



.thirdTextWrap {
    margin:0;
    padding:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.thirdTextContent {
    transform: translate(5%, 70%);
    display: flex;
    flex-direction: column;
    width: 90%;
    height:50%;
}

.thirdCircle {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -23%);
    height: 350px;
    width: 350px;
    border-radius: 50%;
    /*background-color: red;
    box-shadow:
        0 0 0 15px #ffa7a7,
        0 0 0 30px #ffe2e2,
        0 0 0 45px #fff6f6;*/
    background: #6bb535;
    box-shadow:
        0 0 0 15px #8bdc50,
        0 0 0 30px #bdf793,
        0 0 0 45px #eaffda;
    z-index: -1;
}

@media only screen and (max-width: 992px) {
    .thirdTextContent {
        transform: translate(5%, 70%);
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .thirdTextWrap {
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        height:100%;
        text-align: center;
    }
    .thirdTextContent {
        transform: translate(0%, 0%);
        display: block;
        flex-direction: initial;
        height:100%;
        width: 100%;
        margin-bottom: 50px;
    }
}

.thirdLine1, .thirdLine2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #222222;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
}

.thirdLine1 {
    text-align: center;
    font-size: 118px;
    line-height: 70px;
    padding-top: 40px;
}

.thirdLine2 {
    text-align: center;
    font-size: 56px;
}

.thirdOptions {
    transform: translate(0%, 0%);
}
.thirdOptions > div {
    position: relative;
    background: #6bb535;
    background: linear-gradient(to right, #6bb535, #5b9338);
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 100px;
    width: 200px;
    border-radius: 10px;
    margin: 0 0 60px 0;
    padding:0;
    box-shadow: 0 10px 10px -10px #000;
    cursor: pointer;
}
.thirdOptions > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    width:96%;
}
.thirdOptions > div > div > div {
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

#newdgsection, #dgpartssection, #dgservicesection {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 0;
    margin-top: -40px;
}

#newdgsection > div, #dgpartssection > div, #dgservicesection > div {
    white-space: nowrap;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 40px;
    background: #333;
    color: white;
}

#newdgsection input, #dgpartssection input, #dgservicesection input, #newdgsection select, #dgpartssection select, #dgservicesection select, #dgpartssection textarea {
    background: #777;
    color: #ddd;
    border: 1px solid black;
}

#svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
    #line1, #line2, #line3 {
        display: none;
    }
    
    .thirdOptions > div {
        left: calc(50% - 100px);
    }
    
    #newdgsection, #dgpartssection, #dgservicesection {
        padding: 0 20px;
    }
    
    #newdgsection > div, #dgpartssection > div, #dgservicesection > div {
        white-space: normal;
    }
}



.fourthTextWrap {
    margin:0;
    padding:0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.fourthTextContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    height:100%;
}

@media only screen and (max-width: 767px) {
    .fourthTextWrap {
        margin: 0;
        padding: 0;
        display: block;
        flex-wrap: nowrap;
        height:100%;
    }
    .fourthTextContent {
        transform: translate(0%, 0%);
        display: block;
        flex-direction: initial;
        height:100%;
        width: 100%;
        margin-bottom: 50px;
    }
}

.fourthList {
    list-style: none;
}

.fourthList li {
    margin: 20px 0;
    padding: 20px 20px;
    color: #2a4578;
    /*border: 2px dashed red;*/
    border-style: dashed;
    border-width: 2px;
    border-left-color: #0082c6;
    border-top-color: #0082c6;
    border-right-color: #2a4578;
    border-bottom-color: #2a4578;
    border-radius: 5px;
    opacity: 0;
}
.fourthList li:nth-child(even) {
    margin-left: 0px;
}
.fourthList li:nth-child(odd) {
    margin-right: 0px;
}

.featureIcon {
    padding: 10px;
    font-size: 32px;
    /*background: #8ee54f;*/
    background: linear-gradient(to bottom, #8ee54f, #6bb535);
    color: #fff;
    border-radius: 7px;
    margin-right: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.featureTitle {
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}
.featureDetails {
    display: block;
    font-size: 14px;
    color: #555;
}


.fifthFeatureBox > div {
    position: relative;
    /*background: #222222;
    background: linear-gradient(to bottom, #555555, #222222);*/
    background: #6bb535;
    background: linear-gradient(to bottom, #6bb535, #5b9338);
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: auto;
    min-height: 200px;
    border-radius: 10px;
    margin: 10px 0 30px 0;
    padding:0;
    box-shadow: 0 10px 10px -10px #000;
}
.fifthFeatureBox > div > div {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    width:96%;
}



.progress-ring {
  
}

.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.progress-ring text {
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}





select:active:enabled, select:hover:enabled {
  box-shadow: 0 0 10px 100px #444 inset;
  cursor: pointer;
  color: #fff;
}

.kvaSelect, .phaseSelect, .phoneNumber, .emailID {
    color: #777;
}


.close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
}
.close:hover {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    color: #fff;
}


/* Comparison Image style */

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  -webkit-animation: movesliderImg 10s infinite;
  -moz-animation: movesliderImg 10s infinite;
  -o-animation: movesliderImg 10s infinite;
  animation: movesliderImg 10s infinite;
}
@keyframes movesliderImg {
  0% {width: 0;}
  50% {width: 100%;}
  100% {width: 0;}
}
.comparison-slider-wrapper .comparison-slider:hover .resize{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
  -webkit-animation: movesliderDivider 10s infinite;
  -moz-animation: movesliderDivider 10s infinite;
  -o-animation: movesliderDivider 10s infinite;
  animation: movesliderDivider 10s infinite;
}
@keyframes movesliderDivider {
  0% {left: 0;}
  50% {left: 100%;}
  100% {left: 0;}
}
.comparison-slider-wrapper .comparison-slider:hover .divider{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: #0082c6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: #2a4578;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: black;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:hover:after {
  background-color:black;
}
.comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  text-align: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: center;
}

.flex-container > div {
    background-color: #f1f1f1;
    width: 100px;
    margin: 20px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, .4);
    border: 1px solid #ED213A;
    outline: 3px solid #f1f1f1;
}

.flex-container > div > img {
    display:block;
    margin:auto;
    padding: 10px;
    width: 100%;
    max-width:200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.journeyHeadLineLeft {
    position:absolute;
    right:-2.5vw;
    width:50%;
    height:4px;
}

@media screen and (min-width: 767px) {
    .journeyHeadLineRight {
        position:absolute;
        left:-2.5vw;
        width:50%;
        height:4px;
    }
}

@media screen and (max-width: 767px) {
    .journeyHeadLineRight {
        position:absolute;
        right:-2.5vw;
        width:50%;
        height:4px;
    }
}

.socialicon {
	width:25px;
	cursor:pointer;
	-webkit-filter:brightness(0) invert(1);
	filter:brightness(0) invert(1);
}

.socialicon:hover {
    -webkit-filter:brightness(1);
	filter:brightness(1);
}

.fixedcontact, .fixedwhatsapp{
    background: #6bb535;
    background: linear-gradient(to bottom, #6bb535, #5b9338);
    color: #fff;
    border-radius: 10px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
    cursor: pointer;
    transition: all .3s ease;
    z-index: 1;
}
.fixedcontact{
    position: fixed;
    bottom: 30px;
    left: 50px;
}
.fixedwhatsapp{
    position: fixed;
    bottom: 30px;
    right: 50px;
}
.fixedcontact:hover, .fixedwhatsapp:hover {
    background: linear-gradient(to bottom, #5b9338, #49772c);
}

.fixedcontact > a, .fixedwhatsapp > a {
    color: inherit;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

.fixedcontact div, .fixedwhatsapp div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixedcontactsmall {
    display: none;
    position: sticky;
    top: 20px;
    bottom: 20px;
    left: 0;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    z-index: 1;
    border-radius: 80px;
    margin: 0 20px;
    overflow: hidden;
}
.fixedcontactsmall1, .fixedcontactsmall2 {
    padding: 0;
    background: #2c57a6;
    background: linear-gradient(to bottom, #2c57a6, #2e2c87);
    background-clip: padding-box;
    box-shadow: 0 -2px 2px rgba(0,0,0,.2);
    overflow: hidden;
}
.fixedcontactsmall1 {
    border-right:3px solid rgba(255,255,255,.1);
}
.fixedcontactsmall2 {
    border-left:3px solid rgba(255,255,255,.1);
}
.fixedcontactsmall1:hover, .fixedcontactsmall2:hover {
    background: green;
    background-clip: padding-box;
}
.fixedcontactsmall1 a, .fixedcontactsmall2 a {
    width: 100%;
    padding: 20px 0;
    color: inherit;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.fixedcontactsmall1 a svg, .fixedcontactsmall2 a svg {
    font-size: 32px;
}
.fixedcontactsmall1 a span, .fixedcontactsmall2 a span {
    margin-left: 5px;
}

@media only screen and (max-width: 992px) {
    .fixedcontact {
        display: none;
    }
    .fixedcontactsmall {
        display: block;
    }
}