html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;  
  font-family: "Plus Jakarta Sans", sans-serif;

scroll-behavior: smooth;
}

a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/******************************menu**********************/

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 0;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
    margin-top: 0;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #2eae60 !important;
}
         


.header_menu_area > ul > li > a:hover::after {
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
    .enq{
        float:none;
        display:table;
        margin:auto;
    }
      #fixed-nr-header .wrapper .menu {
              top: 8px !important;}
  #fixed-nr-header  .menu .menuTrigger .line {
        display: block;
        background: #3b4e79 !important;}
   .menuTrigger.active{
        position: fixed!important;
    z-index: 999!important;
    top: 25px!important;
    left: 92%!important;
   }
  .talk{
  float: none!important;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

.navItem ul li a{
  color: #fff !important;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  float: left;
}.navItem ul li {
  /* border-bottom: 2px solid #b7b2cf; */
  text-align: center;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: auto;
    top: 69px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #080808;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  /* margin: 15px; */
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.wrapper .menu {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 8px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 18px;
  --widthLine: 28px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(
  --heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #0d4c36;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
  transform: none;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation)) !important;
  background: #0d4c36 !important;
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
  background: #0d4c36 !important;
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 15px;
  display: block;
  height: 0;
  width: 50px;
  border-radius: 0;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-image: url('../images/blue-bg.webp');
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #ffffff;
  width: 100%;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 99;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  /* padding: 0; */
  margin-top: 0;
  width: 100%;
  padding: 0;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  /* display: flex; */
  align-items: center;
  justify-content: left;
  background-color: transparent;
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.nav .navItem {
  margin-bottom: 2px;
  /* border-bottom: 2px solid #0c0c0c; */
  padding: 10px 0;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 20px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #000000;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-weight: 700;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #a9b75c;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0.7;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
  } 100% {
    opacity: 1;
  }
}

@keyframes fadein {
 0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}
.demoContent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow-y: auto;
  background-color: #fff;
}
.demoContent::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F0E9;
}
.demoContent::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.demoContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f2f0e9;
  background-color: #F2F0E9;
}
.demoContent h1 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.demoContent .demoHeader {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.demoContent .demoHeader:before {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #E1E9EE;
}
.demoContent .demoHeader:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #E1E9EE;
  border: 3px solid #fff;
}
.demoContent .demoHeader span:first-child {
  display: flex;
  width: 115px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 70px auto 15px;
}
.demoContent .demoHeader span:last-child {
  display: flex;
  width: 200px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 15px auto 15px;
}
.demoContent .demoPost {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0 15px;
}
.demoContent .demoPost .demoPostImg {
  width: 30%;
  height: 80px;
  border-radius: 10px;
  background-color: #E1E9EE;
}
.demoContent .demoPost .demoPostContent {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  padding-left: 15px;
}
.demoContent .demoPost .demoPostContent span:nth-child(1) {
  width: 50%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(2) {
  width: 30%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(3) {
  width: 70%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    display: none;
    float: right;
    position: relative;
    z-index: 99999;
    width: 28px;
    height: 28px;
    margin-top: 25px;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ef2732;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 0;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 0;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  display: block;
  height: 2px;
  left: 0;
  bottom: 1px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  margin: auto;
}.header_menu_area > ul > li > a:hover::after{width: 100%;}.activeli:after{
  width: 75% !important;
}.activeli2 {
   
    font-weight: 600 !important;
}
.activeli{
  color: #2EAE60 !important;
  font-weight: 600 !important;
 }.header_menu_area > ul > li > a:hover{
  
 }.header_menu_area > ul li a:after{
  content:'';
  position:absolute;
 }.header_menu_area > ul > li > a:hover::after{
  
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #002726;
    margin: 0px 11px;
    padding: 30px 0 0;
    letter-spacing: 0px !important;
    z-index: -2;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    /* background: #dad6ef; */ !important;
    color: #ffffff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}.menu ul li ul{
  top: -30px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 99px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* transform: translate(0,20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end; */
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -230px;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0,0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #9D9D9D;
    background: #0b0c0e;
    text-align: left;
    border-bottom: solid 1px rgb(16 16 16);
    text-decoration: none;
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}



@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 8px 0px 0px 0px;
        font-size: 19px;
    }
    .hamburgermenu{
        display: none;
    }
}



/**********************menu***************/

.header{

width: 100%;

float: left;

padding-bottom: 0;

/* height: 82px; */

padding: 0;
}
.logo{width: 20%;float: left;position: relative;z-index: 9;margin-top: 17px;margin-bottom: 17px;}
.logo img{width: 227px;float: left;}
.header2{width: 80%;float: right;position: relative;}
.head2
{width: 100%;float: left;background: linear-gradient(350deg, rgb(28 148 81) 0%, rgb(26 127 76) 0%, rgb(25 159 93) 15%, rgb(25 122 75) 87%, rgb(26 132 77) 100%);}
.head2 ul{

width: 100%;

float: left;

padding: 0;

margin: 0;

text-align: center;
}.head2 ul li:after{
  position:absolute;
  content:'';
  background: #51A371;
  width: 1px;
  height: 18px;
  top: 17px;
  right: 0;
}.head2 ul li:last-child:after{
  display:none;
}
.head2 ul li{list-style: none;display: inline-block;padding: 12px 13px;position: relative;}
.head2 ul li a{

font-size: 16px;

color: #fff;

text-decoration: none;

font-weight: 400;
}
.head2 li a:hover{opacity: .7;}
.banner{
  
width: 100%;
  
float: left;
  
background-image: url('../images/bg1.webp');
  
background-size: cover;
  
background-position: center;
}
.header-img
{width: 59%;float: right;position: relative;margin-top: 62px;}.ban-text{
  width: 41%;
  float: left;
}
.hdrimg{
  width: 100%;
  position: relative;
  top: 3px;
}
.float1{
  position: absolute;
  right: 2px;
  top: 68px;
  max-width: 100%;
  width: 243px;
}
.float2{
  position: absolute;
  left: 20px;
  bottom: 33px;
  max-width: 100%;
  width: 227px;
  z-index: 99;
}
.float3{
  position: absolute;
  left: 43px;
  top: 0;
  max-width: 100%;
  width: 243px;
}
.float5{
  position: absolute;
  right: 0;
  bottom: 68px;
  max-width: 100%;
  width: 105px;
}
.bnr-hed{

width: 100%;

float: left;

padding-top: 95px;
}
.bnr-hed h6{

}
.bnr-hed h6 img{height: 40px;}
.bnr-hed p{

font-size: 18px;

color: #E0E0E0;

font-weight: 400;

line-height: 155%;

font-weight: 400;
}
.bnr-hed .btn1{

color: #fff;

16px:

left;

float: left;

3fff: 52px;

background: linear-gradient(350deg,rgba(46, 174, 96, 1) 0%, rgba(46, 174, 96, 1) 0%);

width: 172px;

height: 52px;

text-decoration: none;

text-align: center;

padding: 13px 0;

font-size: 16px;

font-weight: 500;

border-radius: 12px;
}
.bnr-hed .btn2{color: #0812258a;float: left;background: #fff;width: 133px;height: 52px;text-decoration: none;text-align: center;padding: 14px 0;font-size: 16px;font-weight: 500;border-radius: 12px;margin-left: 10px;}
.bnr-hed .btn1:hover{background: #fff;color: #000;}.bnr-hed .btn2:hover{
  background: #2eae60;
  color: #fff;
}
.bnr-hed h2{
  
color: #FFF4D6;
  
background-image: linear-gradient(93deg, #FFF4D6, #D9DDFA, #D9FFDD);
  
background-clip: text;
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
font-size: 63px;
  
font-weight: 600;
}
.enq{width: 129px;float: right;background: #2EAE60;margin-left: 48px;height: 52px;text-align: center;font-size: 16px;color: #fff;font-weight: 500;text-decoration: none;padding: 14px 0;border-radius: 12px;margin-top: 18px;}
.enq:hover{background: #032e29;}
.sign{width: 129px;float: right;background: #2EAE60;height: 52px;text-align: center;font-size: 16px;color: #fff;font-weight: 500;text-decoration: none;padding: 1px 1px;margin-left: 10px;border-radius: 12px;margin-top: 18px;/* max-width: 123px; *//* padding: 1rem; */position: relative;background: linear-gradient(to right, #2EAE60, #002726);}
.sign:hover{
  background: #2eae60;
}
.sign span{
  background: #ffffff;
  color: #040404;
  width: 126px;
  float: left;
  height: 49px;
  border-radius: 10px;
  padding: 12px;
}
.panel1{

width: 100%;

float: left;

padding: 117px 0;
}
.p1-left{

width: 100%;

float: left;
}
.p1-left h6{

width: 120px;

float: left;

height: 40px;

background: #002726;

font-size: 14px;

color: #fff;

font-weight: 400;

border-radius: 30px;

padding: 10px 12px;
}
.p1-left h6 img{

width: 20px;

float: left;

margin-right: 10px;
}
.p1-left h1{

width: 100%;

font-size: 55px;

float: left;

color: #002726;

font-weight: 600;

margin-top: 10px;
}.p1-left p{font-size: 16px;color: #6D6D6D;width: 100%;float: left;line-height: 159%;margin-top: 20px;}
.p-left-box{width: 50%;float: left;}
.p-left-box h4{background-image: linear-gradient(28deg, #002726 4%, #2EAE60 15%, #002726 44%, #2EAE60 105%);background-size: auto auto;background-clip: border-box;background-size: 200% auto;font-weight: 600;font-size: 68px;color: #fff;background-clip: text;text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.p-left-box h5{color: #6D6D6D;font-size: 16px;font-weight: 400;line-height: 148%;width: 93%;}
.p1-left a{float: left;width: 172px;height: 52px;background: #2EAE60;font-size: 16px;color: #fff;text-decoration: none;text-align: center;padding: 12px 0;border-radius: 12px;margin-top: 20px;}
.p1-left a:hover{background: #002725;}
.p1-img{width: 100%;float: left;height: 661px;object-fit: cover;border-radius: 24px;}
.counter-value:after {
    content: '%';
    position: absolute;
    background-image: linear-gradient(28deg, #002726 4%, #2EAE60 15%, #002726 44%, #2EAE60 105%);
    background-size: auto auto;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    font-size: 43px;
    padding-top: 20px;
}
.panel2{

width: 100%;

float: left;

background-image: url('../images/bg2.webp');

background-position: center;

background-size: cover;

padding: 80px 0;

text-align: center;
}
.panel2 h6{

width: 133px;

height: 40px;

background: #ffffff57;

display: table;

margin: auto;

border-radius: 30px;

padding: 10px 18px;

font-size: 14px;

color: #fff;
}@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.panel2 h6 img{width: 20px;float: left;margin-right: 0;animation: pulse;}
.panel2 h1{

font-size: 55px;

color: #fff;

font-weight: 600;
}
.panel2 h5{

font-size: 18px;

color: #BEBEBE;

font-weight: 400;

padding: 10px 300px;

line-height: 160%;
}.card-box:hover img{
  opacity: .7;
}
.card-box{

width: 100%;

float: left;

margin-top: 30px;

position: relative;
}
.card-box img{width: 100%;/* background: aliceblue; */transition: all ease-in-out .5s;}
.card-box h4{font-size: 20px;font-weight: 700;text-align: center;color: #fff;width: 100%;float: left;}
.card-box p{
  
font-size: 17px;
  
color: #999999;
  
font-weight: 400;
  
padding: 0 20px;
}
.card-text{
  position: absolute;
  top: 69%;
  width: 100%;
}


/*********************/
.panel3 .accordion-button:not(.collapsed),
.panel3 .accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: #f4fff8;
}
.panel3 .accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  /* background-color: var(--bs-danger); */
  background-image: none !important;
}.panel3 .accordion-button.collapsed img{
  
filter: brightness(000) !important;
}
.panel3 .accordion-button.collapsed {
  background-color: #fff !important;
}.panel3 .accordion-button{
  
}
/***************/
.eco-right:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.eco-right{position: relative;width: 100%;overflow: hidden;float: left;border-radius: 20px;}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}.eco-right:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(46 174 96 / 45%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.eco-right img{
  width: 100%;
  border-radius: 24px;
}
.panel3{

width: 100%;

float: left;

padding: 70px 0;
}
.panel3 h6{

width: 148px;

height: 40px;

background: #002725;

display: table;

margin: auto;

border-radius: 30px;

padding: 10px 18px;

font-size: 14px;

color: #fff;
}
.panel3 h6 img{
  width: 20px;
  float: left;
  margin-right: 9px;
  animation: pulse;
}.panel3  h1{
  
font-size: 55px;
  
text-align: center;
  
color: #002726;
  
font-weight: 500;
  
margin-bottom: 40px;
}
.panel3 .accordion-item{
  border: 1px solid rgb(218 217 217 / 69%) !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  box-shadow: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
      margin-bottom: 15px !important;
}
.panel3 .accordion-button{
      border-top-left-radius: 24px !important;
      border-top-right-radius: 24px !important;
      color: #1A1C28;
      font-size: 19px;
      background: #f4fff8;
      font-weight: 600;
      height: 82px;
      border-bottom: 0 !important;
}
.panel3 .accordion-header img{
  filter: none;
  width: 28px;
  float: left;
  margin-right: 15px;
    margin-left: 4px;
}
.panel3 .accordion-body p{
  color:#4a4646;
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
  line-height: 166%;
  margin-top: -25px;
}.panel3 .accordion-body{
  background: #F4FFF8;
  padding-top: 0;
  padding-left: 60px;
  margin-top: -10px;
  position: relative;
  z-index: 9;
}

/*hover*/
.panel4 .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 60px;
  height: 400px;
}
.panel4 .accordion .tabs {
  flex: 1;
  background: url(../images/small1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 18px;
  /* display: flex; */
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  width: 98%;
  margin: 0px 1% 0px 0px;
  border-radius: 20px;
}
.panel4 .accordion .tabs2{
   background: url(../images/small2.png);
   background-position: 12% 44%;
   background-size: contain;
   background-repeat: no-repeat;
   background-color: #5a2b2a;
}
.panel4 .accordion .tabs3{
   background: url(../images/small3.png);
   background-position: 10% 40%;
   background-size: contain;
   background-repeat: no-repeat;
   background-color: #41a571;
}.panel4 .accordion .tabs4{
   background: url(../images/small4.png);
   background-position: 58% 40%;
   background-size: contain;
   background-repeat: no-repeat;
   background-color: #ffd15d;
}
.panel4 .accordion .tabs + .tabs {
  /* border-left: 0.1rem solid lightgray; */
}
.accordion .tabs:hover {
  cursor: pointer;
}
.panel4 .accordion .tabs .tab-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: black;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.panel4 .accordion .tabs .tab-header .text > div {
  position: absolute;
  transform: rotate(0deg);
  transform-origin: left top;
  width: 100%;
  top: 35px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  line-height: 21px;
  left: 7px;
}
.panel4 .accordion .tabs .tab-content {
  visibility: hidden;
  opacity: 0;
  color: white;
  position: relative;
  width: 100%;
}
.panel4 .accordion .tabs .tab-content .tab-content-wrapper {
  position: absolute;
  z-index: 3;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
.panel4 .accordion .tabs .tab-content .title-time {
  font-weight: bold;
  font-size: 5.4rem;
  text-transform: uppercase;
  margin: 2rem 0 10rem;
}
.panel4 .accordion .tabs .tab-content .tab-img {
  position: absolute;
  top: -2rem;
  left: -3rem;
  right: -3rem;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.panel4 .accordion .tabs .tab-content .tab-img img{
    width: 100%;
    height: 422px;
    object-fit: cover;
}
.panel4 .accordion .tabs.is-active {
  flex: 3;
  flex-shrink: 0;
  
}
.panel4 .accordion .tabs.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 2;
 
}
.panel4 .accordion .tabs.is-active .tab-header {
  width: 0;
  visibility: hidden;
  opacity: 0;
}
.panel4 .accordion .tabs.is-active .tab-content {
  visibility: visible;
  opacity: 1;
}
.panel4 .accordion .tabs.is-active .tab-content .tab-content-wrapper {
  visibility: visible;
  opacity: 1;
}
.tab-para1{
   font-weight: 600;
   font-size: 38px;
   color: white;
}
.tab-para {
    width: 100%;
    padding-right: 15px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 30px;
    margin-bottom: 0px;
}
.tab-para-btn {
  padding-right: 15px;
    float: right;
    /* width: 60px; */
    /* height: 60px; */
    /* background: #1D1F54; */
    /* border-radius: 35px; */
    margin-top: -47px;
    /* padding: 18px 0px; */
}
.tab-para-btn img{
    width: 37px;
    /*filter: brightness(0) invert(1);*/
    float: none;
    margin: auto;
    display: block;
}

/*hover*/

.panel4
{

width: 100%;

float: left;

background: #FFF6ED;

padding: 70px 0;
}
.panel4 h6 img{width: 20px;float: left;margin-right: 10px;}
.panel4 h1{width: 100%;font-size: 55px;float: left;color: #002726;font-weight: 600;margin-top: 10px;}
.p4-right{

}
.panel4 h6{
      width: 130px;
      float: left;
      height: 40px;
      background: #002726;
      font-size: 14px;
      color: #fff;
      font-weight: 400;
      border-radius: 30px;
      padding: 10px 12px;
}
.p4-right p{font-size: 16px;color: #797979;line-height: 155%;font-weight: 400;margin-top: 70px;}
.p4-right a{float: left;width: 172px;height: 52px;background: #2EAE60;font-size: 16px;color: #fff;text-decoration: none;text-align: center;padding: 12px 0;border-radius: 12px;}
.p4-right a:hover{
  background: #002726;
}
.panel5{width: 100%;float: left;padding: 70px 0 0;}
.panel5 h6{

width: 148px;

height: 40px;

background: #002725;

display: table;

margin: auto;

border-radius: 30px;

padding: 10px 18px;

font-size: 14px;

color: #fff;
}
.panel5 h6 img{

width: 20px;

float: left;

margin-right: 9px;
}
.panel5 h1{

font-size: 55px;

text-align: center;

color: #002726;

font-weight: 500;

margin-bottom: 40px;
}
.panel5 img{

width: 100%;
}
.p5-right{
  position: relative;
  width: 100%;
  float: left;
  padding: 36px 30px;
}
.p5-box{
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  margin-top: 10px;
}
.p5-box h5{

font-size: 20px;

color: #002726;

font-weight: 600;
}@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2eb843
    }

    70% {
        -webkit-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}

.p5-box p{

font-size: 16px;

color: #12141D;

font-weight: 400;
}
.p5-box:after{
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  border: 12px solid #c8f5da;
  border-radius: 100%;
  background: #2EAE60;
  left: -45px;
  z-index: 9;
  animation: 1.5s infinite pulse;
  top: 0;
}.p5-right:after{
  position: absolute;
  content: '';
  background: linear-gradient(171deg, rgba(255, 214, 228, 1) 1%, rgb(46 174 96 / 41%) 94% );
  width: 2px;
  height: 89%;
  top: 0;
  left: 0;
}
.panel6
{

width: 100%;

float: left;

padding: 70px 0 70px 7%;

background: #FFF6ED;

position: relative;
}
.circle{position: absolute;right: 0;top: 0;width: 391px;max-width: 100%;z-index: 0;}
.panel6 h6{width: 182px;float: left;height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;border-radius: 30px;padding: 10px 12px;}
.panel6 h6 img{

width: 20px;

float: left;

margin-right: 10px;
}
.panel6 h1{

width: 60%;

font-size: 55px;

float: left;

color: #002726;

font-weight: 600;

margin-top: 10px;

text-align: left;

clear: both;
}.p6-view:hover{
  background: #002726;
}
.p6-view{

float: left;

width: 152px;

height: 52px;

background: #2EAE60;

font-size: 16px;

color: #fff;

text-decoration: none;

text-align: center;

padding: 12px 0;

border-radius: 12px;

margin-bottom: 40px;
}
.p6-view:hover{

}
.panel6 p{

font-size: 16px;

color: #12141D;

font-weight: 400;

width: 100%;

float: left;
}
.p6-carousel
{

float: left;

width: 100%;
}
.p6-box
{

width: 100%;

float: left;
}
.p6-img
{

width: 100%;

float: left;

position: relative;
}
.p6-img .premium{

}
.p6-img img{

width: 100%;
}
.p6-text{position: absolute;top: 65px;left: 30px;}
.p6-box h4{

font-size: 22px;

color: #D5AA8B;

font-weight: 500;
}
.p6-box h5{font-size: 30px;color: #F3D9C6;font-weight: 600;}
.p6-box a{background: linear-gradient(90deg,rgba(254, 154, 77, 1) 35%, rgba(255, 209, 113, 1) 100%);width: 138px;height: 52px;float: left;text-align: center;text-decoration: none;color: #000;font-weight: 500;border-radius: 12px;padding: 13px 0;margin-top: 10px;}
.p6-text a:hover{

}
.p6-box1 h4{

font-size: 22px;

color: #8F9CE0;

font-weight: 500;
}
.p6-box1 h5{font-size: 30px;color: #D0D8FF;font-weight: 600;}
.p6-box1 a{background: linear-gradient(90deg, #2640CA 35%, #ADBAF9 100%);width: 138px;height: 52px;float: left;text-align: center;text-decoration: none;color: #ffffff;font-weight: 500;border-radius: 12px;padding: 13px 0;margin-top: 10px;}
.p6-box1 a:hover{


}
.p6-box1{
width: 100%;float: left;
}.p6-box2 h4{

font-size: 22px;

color: #BF96E4;

font-weight: 500;
}
.p6-box2 h5{font-size: 30px;color: #D4BDE8;font-weight: 600;}
.p6-box2 a{background: linear-gradient(90deg, #8223D8 35%, #CD96FF 100%);width: 138px;height: 52px;float: left;text-align: center;text-decoration: none;color: #ffffff;font-weight: 500;border-radius: 12px;padding: 13px 0;margin-top: 10px;}
.p6-box2 a:hover{


}
.p6-box2{
width: 100%;float: left;
}.p6-box3 h4{

font-size: 22px;

color: #2eae61;

font-weight: 500;
}
.p6-box3 h5{

font-size: 30px;

color: #9bffc3;

font-weight: 600;
}
.p6-box3 a{background: linear-gradient(90deg, rgb(32 150 67) 35%, rgb(192 254 242) 100%);width: 138px;height: 52px;float: left;text-align: center;text-decoration: none;color: #ffffff;font-weight: 500;border-radius: 12px;padding: 13px 0;margin-top: 10px;}
.p6-box3 a:hover{


}
.p6-box3{
float: left;width: 100%;
}
.panel7{

width: 100%;

float: left;

background-image: url('../images/bg2.webp');

background-size: cover;

background-position: center;

padding: 70px 0;
}
.panel7 h6{

width: 135px;

height: 40px;

background: #ffffff57;

display: table;

margin: auto;

border-radius: 30px;

padding: 10px 18px;

font-size: 14px;

color: #fff;
}
.panel7 h6 img{

width: 20px;

float: left;

margin-right: 9px;
}
.panel7 h1{

font-size: 55px;

color: #fff;

font-weight: 600;

text-align: center;
}
.panel7 p{

font-size: 18px;

color: #BEBEBE;

text-align: center;

padding: 10px 300px 30px;

font-weight: 400;
}
.p7-carousel{

}
.p7-box{

width: 100%;

float: left;

border-radius: 16px;
}.team-img:after{
  position:absolute;
  content:'';
  background: linear-gradient(1deg, rgb(0 0 0 / 30%) 35%, rgb(255 255 255 / 0%) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}.team-img:hover::after{
  display: none;
}
.team-img{

width: 100%;

float: left;

position: relative;
}
.team-img img{

width: 100%;

float: left;

border-radius: 16px;

height: 342px;

object-fit: cover;
}
.team-text{

position: absolute;

z-index: 9;

bottom: 14px;

left: 30px;
}
.team-text h5{

font-size: 20px;

color: #fff;

font-weight: 600;

line-height: 25px;
}
.team-text h5 span{
  
font-size: 16px;
  
width: 100%;
  
float: left;
  
font-weight: 400;
  
color: 3fff;
}
.panel7 a{
  float: none;
  width: 172px;
  height: 52px;
  background: #2EAE60;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 12px 0;
  display: table;  margin: 3;
  border-radius: 12px;
  margin: 45px auto 0;
}
.panel7 a:hover{
  background: #fff;
  color: #002725;
}
.panel8{

width: 100%;

float: left;

padding: 70px 0;
}
.panel8 h6{

width: 148px;

height: 40px;

background: #002725;

display: table;

margin: auto;

border-radius: 30px;

padding: 10px 18px;

font-size: 14px;

color: #fff;
}
.panel8 h6 img{

width: 20px;

float: left;

margin-right: 9px;
}
.panel8 h1{
  
font-size: 55px;
  
text-align: center;
  
color: #002726;
  
font-weight: 500;
  
margin-bottom: 40px;
  
padding: 10px 200px;
}
.p8-box{

width: 100%;

float: left;

border: 1px solid #eeeeee;

background: #E9FFF2;

text-align: center;

border-radius: 24px;

padding: 0 15px 30px;

margin-bottom: 20px;
}
.p8-box img{width: 213px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.p8-box h5{

font-size: 20px;

color: #002726;

font-weight: 600;

margin-top: -20px;
}
.p8-box p{

font-size: 16px;

color: #838383;

font-weight: 400;

margin: 0;
}
.p8-last{

max-width: 810px;

width: 100%;

display: block;

text-align: center;

margin: 20px auto 0;
}.p8-last h4:hover img{
  transform: scale(1.2);
}
.p8-last h4{

background: #002726;

/* float: left; */

font-size: 16px;

color: #F1F1EF;

font-weight: 400;

padding: 15px;

display: inline-block;

border-radius: 15px;

margin: 10px 1%;
}
.p8-last h4 img{

width: 20px;

float: left;

margin-right: 10px;
}
.p8-last h4:hover{
  
}.panel9{width: 100%;float: left;padding: 70px 0 120px 7%;background: #FFF6ED;position: relative;}
.panel9 h6{    width: 152px;float: left;height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;border-radius: 30px;padding: 10px 12px;}
.panel9 h6 img{
    width: 20px;
    float: left;
    margin-right: 10px;
}
.panel9 h1{
      font-size: 55px;
      float: left;
      color: #002726;
      font-weight: 600;
      margin-top: 10px;
      text-align: left;
      clear: both;
      width: 100%;
      float: left;
}
.p9-carousel{float: left;width: 100%;margin-bottom: 40px;}
.p9-box{width: 100%;float: left;border: 1px solid #D4D4D4;border-radius: 24px;background: #fff;padding: 15px;position: relative;margin-top: 25px;min-height: 575px;}
.p9-box img{

width: 100%;

float: left;

border-radius: 16px;

height: 170px;

object-fit: cover;
}
.p9-box .silver-tier{

position: absolute;

background: linear-gradient(275deg, rgba(46, 174, 96, 1) 3%, rgba(0, 39, 38, 1) 100%);

padding: 8px 20px;

border-radius: 30px;

top: 30px;

left: 20px;
}
.p9-box .silver-tier h5{

background-image: linear-gradient(93deg, #FFFFFF, #C9C4C4, #C9C4C4);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

font-size: 12px;

font-weight: 600;

margin: 0;
}
.p9-box .gold-tier h5{

background-image: linear-gradient(93deg, #FFFFFF, #DDC155, #EFBF04);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

font-size: 12px;

font-weight: 600;

margin: 0;
}
.p9-box .gold-tier{

position: absolute;

background: linear-gradient(275deg,rgba(46, 174, 96, 1) 3%, rgba(0, 39, 38, 1) 100%);

padding: 8px 20px;

border-radius: 30px;

top: 30px;

left: 20px;
}
.p9-box h2{

width: 100%;

float: left;

font-size: 28px;

color: #002726;

font-weight: 600;

margin-top: 15px;
}
.p9-box p{

width: 100%;

float: left;

color: #798F82;

font-size: 16px;

font-weight: 400;
}
.p9-box ul{

width: 100%;

float: left;

padding: 0;
}
.p9-box li{font-size: 16px;color: #798F82;line-height: 173%;font-weight: 400;position: relative;width: 100%;float: left;list-style: none;padding-left: 25px;padding-bottom: 8px;}
.p9-box li:after{position: absolute;content: '';background-image: url('../images/icco.png');background-size: contain;width: 18px;height: 18px;left: 0;top: 7px;}
.p9-box a{

height: 52px;

background: #2EAE60;

font-size: 16px;

color: #fff;

text-decoration: none;

text-align: center;

padding: 12px 0;

width: 100%;

float: left;

border-radius: 8px;
}
.p9-box a:hover{background: #002726;}
.view-all-packages{

float: none;

width: 172px;

height: 52px;

background: #2EAE60;

font-size: 16px;

color: #fff;

text-decoration: none;

text-align: center;

padding: 12px 0;

display: table;

margin: 3;

border-radius: 12px;

margin: 45px auto 0;
}
.view-all-packages:hover{
  background: #002726;
}
.circle-rot{
  
    position: absolute;
    bottom: 0;
    width: 510px;
    max-width: 100%;
    right: 0;
}
.panel10
{

width: 100%;

float: left;

padding: 70px 0 70px 7%;
}
.panel10 h6{

width: 172px;

float: left;

height: 40px;

background: #002726;

font-size: 14px;

color: #fff;

font-weight: 400;

border-radius: 30px;

padding: 10px 12px;
}
.panel10 h6 img{

width: 20px;

float: left;

margin-right: 10px;
}
.panel10 h1{

font-size: 55px;

float: left;

color: #002726;

font-weight: 600;

margin-top: 10px;

text-align: left;

clear: both;

width: 50%;

float: left;
}
.p10-a{float: left;width: 152px;height: 52px;background: #2EAE60;font-size: 16px;color: #fff;text-decoration: none;text-align: center;padding: 12px 0;border-radius: 12px;margin-bottom: 40px;}
.p10-a:hover{background: #012826;}
.panel10 p{
      font-size: 16px;
      color: #12141D;
      font-weight: 400;
      width: 100%;
      float: left;
}
.p10-carousel{
float: left;
width: 100%;
}.p10-box:hover{
  opacity: .8;
}
.p10-box{width: 100%;float: left;border-radius: 24px;height: 535px;position: relative;transition: all ease-in-out .5s;}
.p10-box img{width: 100%;float: left;border-radius: 24px;height: 535px;object-fit: cover;}
.p10-box h5{position: absolute;top: 18px;font-size: 24px;color: #fff;font-weight: 600;left: 20px;padding: 0 3%;}

.footer{
    width: 100%;
    float: left;
    background-image: url('../images/ftr-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 70px 0 30px;
    position: relative;
    z-index: 9;
}
.fr-links{
    
width: 100%;
    
float: left;
}
.fr-links h2{
    
color: #fff;
    
font-size: 20px;
    
opacity: .9;
    
margin-bottom: 15px;
}
.fr-links a{
    width: 33%;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    opacity: .9;
    font-weight: 400;
}
.fr-links a:hover{
    color: #8bbdba;
    opacity: 1;
}
.ftr-ico{
    width: 100%;
    float: left;
}
.fr-links h5{
  width: 100%;
  float: left;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  opacity: .9;
  font-weight: 400;
}
.ftr-ico a{
    float: left;
    display: inline;
    background: #395957;
    width: 40px;
    height: 40px;
    margin: 0 7px 0 0;
    padding: 10px;
    border-radius: 100%;
}
.ftr-ico a img{
    width: 20px;
    filter: invert(1);
    float: left;
}
.ftr-ico a:hover{
    background: #03322b;
}
.ftr-ico a:hover img{
    
}
.ftr-last{
    width: 100%;
    float: left;
    border-top: 1px solid #8e9ea3;
    margin-top: 30px;
    padding-top: 30px;
}
.ftr-last p{
    font-size: 15px;
    color: #fff;
    opacity: .9;
    font-weight: 400;
    margin: 0;
}
.ftr-right{
    float: right;
}
.ftr-right a{
    font-size: 15px;
    color: #fff;
    opacity: .9;
    font-weight: 400;
    text-decoration: none;
    padding-left: 30px;
}
.ftr-right a:hover{
    
}
.ftr-logo{
    float: left;
    width: 100%;
    margin: 60px 0 20px;
}
.ftr-logo img{
    width: 100%;
}
.panel13{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.p13-box{
    width: 100%;
    float: left;
    position: relative;
}
.p13-box img{
    width: 100%;
    border-radius: 24px;
}
.p13-text{
    width: 100%;
    position: absolute;
    top: 21%;
    left: 6%;
}
.p13-text h1{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.p13-text p{
    width: 50%;
    float: left;
    font-size: 16px;
    color: #fff;
    opacity: .9;
    line-height: 163%;
    clear: both;
}
.p13-get{
    float: left;
    display: inline;
    clear: both;
    background: #a3ef6d;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 10px;
    text-decoration: none;
}
.p13-get:hover{
    
}
.p13-ct{
    float: left;
    display: inline;
    /* clear: both; */
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
}
.p13-ct:hover{
    
}
.panel12{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.panel12 h6{
    width: 110px;
    height: 40px;
    background: #002725;
    display: table;
    margin: auto;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
}
.panel12 h6 img{
    width: 20px;
    float: left;
    margin-right: 9px;
}
.panel12 h1{
    font-size: 55px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 40px;
}
.panel12 .accordion{
  max-width: 800px;
  display: block;
  margin: auto;
}
.panel12 .card{width: 100%;float: left;margin-bottom: 20px;border-radius: 12px; border: solid 1px #eaeaea;}
.panel12 .card-header{height: 78px;width: 100%;background: #F6F7F9;padding: 24px 15px;border-radius: 12px; border-bottom: none; padding-left: 25px;
    padding-right: 25px;}
.panel12 .card-header a{
  font-size: 20px;
  color: #101828;
  text-decoration: none;
  font-weight: 600;
}
.panel12 .card-header a h5{
  font-size: 20px;
  color: #101828;
  text-decoration: none;
  font-weight: 600;
  margin: 0;
}.panel12 .card-header a h5 svg{
  display:none;
}
.panel12 .card-body
{
  font-size: 19px;
    color: #545861;
    font-weight: 400;
    background: #f6f7f9;
    padding-right: 60px;
    padding-bottom: 25px;
    border-radius: 12px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: -7px;
    padding-top: 0px; padding-left: 25px;
  
}
.panel11{width: 100%;float: left;background: #fff6ed;padding: 70px 0;}
.panel11 h6{
  width: 148px;
    height: 40px;
    background: #002725;
    display: table;
    margin: auto;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 14px;
    color: #fff;
}
  .panel11 h6 img{
    width: 20px;
    float: left;
    margin-right: 9px;
  }
.panel11 h1{
  font-size: 55px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 10px 200px;
}.qui-a:after{
  position:absolute;
  content:'';
  background-image: url('../images/SVG.png');
  width: 20px;
  height: 20px;
  background-size: contain;
  display: none;
  right: 10px;
  top: 11px;
}
.quiz-ban{width: 100%;float: left;background: #ede8e3;padding-top: 100px;position: relative;z-index: 9;}
.qui-a{background: #0a0a0a;padding: 10px 40px 12px;border-radius: 30px;text-decoration: none;font-size: 14px;color: #fff;margin-top: 60px;float: left;position: relative;clear: both;}
.qui-a img{width: 22px;position: absolute;left: 8px;}
.quiz-ban h1{color: #FFF4D6;background-image: linear-gradient(93deg, #002726,#1a5f35,#1a5f35);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 58px;font-weight: 600;width: 59%;margin-top: 20px;float: left;clear: both;}
.quiz-ban p{font-size: 18px;color: #7e7e7e;font-weight: 400;line-height: 155%;font-weight: 400;width: 47%;clear: both;}
.quiz-btn{width: 145px;float: left;background: #2EAE60;height: 52px;text-align: center;font-size: 16px;color: #fff;font-weight: 500;text-decoration: none;padding: 12px 0;border-radius: 12px;margin-bottom: 130px;margin-top: 5px;}
.quiz-btn:hover{

}
.quiz-img{
  position: absolute;
  right: 0;
  width: 60%;
  z-index: -9;
}
.p11-box{width: 100%;float: left;border: 1px solid #e7e9ec;padding: 20px;border-radius: 13px;background: #f6faff;margin-top: 20px;}
.p11-hd{width: 100%;float: left;border-bottom: 2px solid #e7e9ec;padding-bottom: 10px;}
.p11-hd .testi-img{width: 50px;height: 50px;float: left;border-radius: 100%;margin-right: 10px;}
.p11-hd h5{font-size: 16px;color: #000;font-weight: 600;margin-bottom: 3px;padding-top: 7px;}
.p11-hd .p11-star{

}
.p11-box p{
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding-top: 15px;
  float: left;
  margin: 0;
  padding-bottom: 20px;
}

.op-left{

}
.op-right{
  
}
.quiz-success{width: 100%;float: left;text-align: center;background: #EDE8E3;padding: 140px 0;}
.quiz-success-box{max-width: 618px;width: 100%;display: block;margin: auto;background: #fff;padding: 40px 30px 60px;border-radius: 20px;}
.quiz-success-box img{width: 100%;max-width: 300px;}
.quiz-success-box h1{font-size: 32px;color: #000;font-weight: 600;margin-top: 10px;}
.quiz-success-box p{color: #6D7176;font-size: 18px;font-weight: 400;margin-bottom: 40px;}
.quiz-success-box a{background: linear-gradient(183deg,rgba(63, 210, 121, 1) 0%, rgba(0, 39, 38, 1) 50%);font-size: 16px;color: #fff;text-decoration: none;padding: 15px 40px;border-radius: 12px;}
.quiz-success-box a:hover{
  background: linear-gradient(239deg, rgba(63, 210, 121, 1) 0%, rgba(0, 39, 38, 1) 50%);
}
.career-full{

width: 100%;

float: left;

padding: 80px 0;
}
.career-full h6{

font-size: 20px;

color: #3B4E79;

font-weight: 400;

margin-bottom: 20px;

margin: 0;
}
.career-full h1{font-size: 48px;color: #002726;font-weight: 600;width: 50%;float: left;clear: both;margin-top: 10px;}
.career-full p{

font-size: 16px;

color: #000;

font-weight: 400;

line-height: 200%;

float: right;

width: 50%;
}
.cr-field{width: 100%;float: left;margin-bottom: 20px;}
.cr-field label{color: #000000;font-size: 16px;font-weight: 600;width: 100%;float: left;}
.cr-field input{width: 100%;float: left;padding: 15px;border-radius: 10px;border: 0;background: #fff;margin-top: 5px;}
.career-full button{width: 30%;height: 56px;background: #2EAE60;float: right;border-radius: 20px;font-size: 16px;color: #fff;font-weight: 600;margin-top: 0;text-align: center;padding-top: 0;text-decoration: none;float: none;border: 0;display: table;margin: 20px auto 0;}
.career-full button img{width: 15px;margin-left: 8px;display: inline !important;margin-top: -1px;}
.career-full button:hover{background: #197246;}
.career-full button:hover img{
  
}
.career-full form{
  width: 100%;
  float: left;
  background: #fbecec;
  padding: 40px;
  border-radius: 20px;
  margin-top: 30px;
}.cr-field input:focus{
  outline:none;
}
.career-full h6{width: 160px;float: left;height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;border-radius: 30px;clear: both;padding: 10px 12px;}
.career-full h6 img{

width: 20px;

float: left;

margin-right: 10px;
}
.insight-full{
    width: 100%;
    float: left;
    background: #fff;
    padding: 70px 0;
}
.select-container .select {
    position: relative;
    background: #141414;
    height: 52px;
    bo
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    max-width: 160px;
    border-radius: 30px;
    padding: 12px;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #ffffffb8;
    border-right: 2px solid #ffffffb8;
    cursor: pointer;
    transition: border-color 0.4s;
}

.select-container.active .select::after {
    border: none;
    border-left: 2px solid white;
    border-top: 2px solid white;
}
.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    opacity: .8;
}
.select-container .option-container {
    position: absolute;
    background: #141414;
    height: 0;
    overflow-y: scroll;
    transition: 0.4s;
    width: 210px;
    top: 100%;
    border-radius: 20px;
    z-index: 9;
}

.select-container.active .option-container {
    height: 240px;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    width: 10px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #0f0e11;
}

.select-container .option-container .option {
    position: relative;
    padding-left: 15px;
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
    font-size: 15px;
}

.select-container .option-container .option.selected {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-left: 20px;
}

.select-container .option-container .option label {
    font-size: 15px;
    color: white;
    cursor: pointer;
}
.sort-span
{
   
float: right;
    
font-size: 16px;
    
color: #fff;
    
font-weight: 200;
    
letter-spacing: 2px;
    
margin-top: 14px;
    
margin-right: 15px;
}
.insight-full{

}
.insight-box{

width: 100%;

float: left;

margin-bottom: 40px;
}
.insight-box img{

width: 100%;

border-radius: 10px;

height: 280px;

object-fit: cover;
}
.insight-text{

}
.insight-text h2{background-image: linear-gradient(-225deg, #0a4532 0%, #06372d 47%, #FFFFFF 97%, #0a4533 100%);background-size: auto auto;background-clip: border-box;background-size: 200% auto;font-weight: 600;color: #fff;background-clip: text;text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;/* animation: textclip 4s linear infinite; */display: inline-block;font-size: 25px;/* margin-top: 30px; */float: left;}
.insight-text p{float: left;width: 100%;font-size: 16px;color: #000;font-weight: 400;letter-spacing: 0;margin-top: 8px;}
.insight-bx1{

float: left;

margin-right: 30px;
}.select-container {
    position: relative;
    float: right;
}
.insight-bx1{

float: left;

margin-right: 30px;
}
.insight-bx1 h5{font-size: 16px;color: #000000;/* opacity: .8; */FONT-WEIGHT: 600;}
.insight-bx1 h6{font-size: 16px;color: #000;font-weight: 400;}
.insight-text a{float: left;clear: both;background: #0a4433;font-size: 16px;color: #fff;text-decoration: none;padding: 10px 30px;border-radius: 30px;margin-top: 20px;/* opacity: .8; */font-weight: 300;}
.insight-text a:hover{background: #1e804c;}
.innerban{width: 100%;float: left;background-image: url('../images/innerbg.png');padding: 70px 0;background-size: cover;background-position: center;}
.innerban .bc{width: 100%;float: left;clear: both;}
.innerban .bc a{font-size: 15px;color: #fff;text-decoration: none;padding: 0 25px 0 0;position: relative;}
.innerban .bc a:after{position: absolute;content: '';background-image: url('../images/right (2).png');background-size: contain;width: 20px;height: 20px;right: 1px;z-index: 99;top: 1px;filter: invert(1);background-repeat: no-repeat;}
.innerban h1{color: #FFF4D6;background-image: linear-gradient(93deg, #FFF4D6, #D9DDFA, #D9FFDD);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 50px;font-weight: 600;width: 50%;float: left;clear: both;}
.innerban p{width: 50%;float: left;clear: both;font-size: 18px;color: #E0E0E0;font-weight: 400;margin: 0;}

.innerban .bc a:last-child:after{
  display:none;
}
.insight-left
{

width: 100%;

float: left;
}
.insight-left img{

width: 100%;

height: 457px;

object-fit: cover;
}
.insight-left h1{background-image: linear-gradient(-225deg, #04322a 0%, #121212 47%, #FFFFFF 97%, #000000 100%);background-size: auto auto;background-clip: border-box;background-size: 200% auto;color: #fff;background-clip: text;text-fill-color: transparent;-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: textclip 4s linear infinite;display: inline-block;font-size: 35px;margin-top: 30px;float: left;}
.categ-box img{
    width: 100%;
    float: left;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}.categ-box p{
    background-image: linear-gradient(-225deg, #FFFFFF 0%, #74634F 47%, #FFFFFF 97%, #74634F 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    float: left;
}
.insight-left p{font-size: 16px;color: #000000;opacity: .8;line-height: 200%;font-weight: 400;}
.insight-right{

}
.insight-right h2{width: 100%;float: left;font-size: 25px;color: #022d29;font-weight: 500;margin-top: 30px;}
.categ-box{width: 100%;float: left;margin-top: 25px;}
.categ-box:hover{
    
}
.insight-right h4{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;
}
.contact-full{width: 100%;float: left;padding: 70px 0;}
.ct-left{width: 100%;float: left;background: #002726;border: 1px solid #FFF6ED;border-radius: 20px;padding: 30px 50px;}
.ct-left h1
{color: #fff;font-size: 35px;font-weight: 700;}
.ct-left form{

}
.ct-field{

width: 100%;

float: left;

margin-top: 15px;
}.ct-field label{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
.ct-field input{
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
}
.ct-field textarea{
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 10px;
  color: #000;
}
.ct-left button{
   float: left;
   width: 100%;
   height: 50px;
   background: #2eae60;
   border-radius: 12px;
   font-size: 15px;
   position: relative;
   color: #fff;
   border: none;
   font-weight: 600;
   text-align: center;
   text-decoration: none;
   margin-top: 15px;
   padding: 13px 0;
   z-index: 9;
   overflow: hidden;
}.ct-left button:before{
   position: absolute;
   /* content: ""; */
   z-index: -1;
   top: 0;
   right: 0;
   height: 100%;
   width: 0;
   background-color: #49f6aa;
   border-radius: 25px;
   transition: .5s;
}.ct-left button:hover{
     color: #fff;
}.ct-left button:hover::before{
  width: 100%;
    left: 0;
}
.ct-box{width: 48%;float: left;padding: 15px;background: #002726;border: 1px solid #002726;margin-right: 2%;border-radius: 20px;height: 190px;margin-bottom: 20px;}
.ct-box img{

width: 40px;
}
.ct-box h5{

font-size: 18px;

color: #fff;

margin-top: 18px;

font-weight: 700;
}
.ct-box h6{
  font-size: 15px;
  padding: 0 !important;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  width: 100% !important;
  background: transparent !important;
}
.contact-full p{
      font-size: 15px;
      color: #000;
      line-height: 30px;
      margin-bottom: 40px;
      width: 100%;
      float: left;
}
.contact-full h2{
  font-size: 35px;
  color: #002726;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.contact-full h6 {
    width: 140px;
    float: left;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    clear: both;
    padding: 10px 12px;
}.contact-full h6 img {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.service-full{width: 100%;float: left;padding: 70px 0;}
.service-full h6{width: 150px;/* float: left; */height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;margin: 0;border-radius: 30px;/* clear: both; */padding: 10px 12px;}
.service-full h6 img{width: 20px;float: left;margin-right: 10px;}
.service-full h1{font-size: 55px;color: #002726;font-weight: 600;}
.service-full p{font-size: 16px;color: #6D6D6D;font-weight: 400;line-height: 189%;padding-top: 10px;padding-bottom: 15px;}
.service-full a{
    background: #44b871;
    padding: 13px 40px 16px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 12px;
    text-decoration: none;
}
.service-full a:hover{background: #002726;}
.serv-img1{
  float: right;
  width: 510px;
  margin-left: 40px;
}
.service2 h1{
      font-size: 55px;
      color: #002726;
      font-weight: 600;
      text-align: center;
}
.service2{width: 100%;float: left;background: #FFF6ED;padding: 70px 0;position: relative;}
.service2 h6 img{width: 20px;float: left;margin-right: 10px;}
.service2 h6{
  width: 150px;
  /* float: left; */
  height: 40px;
  background: #002726;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  border-radius: 30px;
  /* clear: both; */
  padding: 10px 12px;
  display: table;
  margin: auto;
}.serv-box1 img{
  width: 100px;
  height: 100px;
  /* display: block; */
  /* margin: auto; */
  object-fit: contain;
}.serv-box1:hover{
  background: #002726;
}
.serv-box1{width: 100%;float: left;background: #2EAE60;padding: 20px;border-radius: 12px;margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.serv-box1 h5{position: relative;font-size: 15px;color: #DFDFDF;font-weight: 400;padding: 10px 0 0 15px;}
.serv-box1 h4{font-size: 20px;color: #fff;font-weight: 600;}
.serv-box1 h5:after{
  position: absolute;
  content: '';
}
.serv-box1 a{width: 100%;float: left;background: #fff;text-align: center;padding: 10px;text-decoration: none;font-size: 16px;color: #2eae60;margin-top: 20px;border-radius: 12px;}
.service3{width: 100%;float: left;background-image: url('../images/innerbg.png');background-size: cover;background-position: center;padding: 70px 0;}
.serv2-img{width: 466px;float: right;margin-left: 53px;margin-top: -70px;}
.service3 h6{width: 150px;/* float: left; */height: 40px;background: #002726;font-size: 14px;color: #fff;margin-top: 30px;font-weight: 400;margin-top: 110px;border-radius: 30px;/* clear: both; */padding: 10px 12px;}
.service3 h6 img{width: 20px;float: left;margin-right: 10px;}
.service3 h1{font-size: 47px;color: #fff;font-weight: 600;}
.service3 p{color: #BEBEBE;font-size: 15px;font-weight: 400;line-height: 159%;padding-top: 10px;}
.service3 a{background: #2eae60;font-size: 15px;text-decoration: none;color: aliceblue;padding: 12px 40px;border-radius: 12px;margin-top: 6px;float: left;f\: 1;}
.service3 a:hover{
  background: #fff;
  color: #000;
}
.serv-bx1{
  background: linear-gradient(150deg,rgba(63, 210, 121, 1) 0%, rgba(255, 255, 255, 1) 77%);
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
  border: 1px solid #cecece;
}
.serv-bx2 h5:after{
  position:absolute;
  content:'';
  background-image:url(../images/tickk.png);
  width: 20px;
  height: 20px;
  left: .15%;
  background-repeat: no-repeat;
  top: 2px;
}

.serv-bx1 h5:after{
  position:absolute;
  content:'';
  background-image:url(../images/tickk.png);
  width: 20px;
  height: 20px;
  left: 48%;
  background-repeat: no-repeat;
  top: 2px;
}
.serv-bx1 img{width: 490px;float: left;border-radius: 20px;margin-right: 30px;height: 410px;object-fit: cover;}
.serv-bx1 h5{font-size: 16px;color: #000;font-weight: 500;position: relative;padding-left: 50%;padding-bottom: 10px;}
.serv-bx1 h5 span{width: 100%;/* float: left; */color: #707070;font-size: 14px;font-weight: 400;top: 3px;position: relative;}
.serv-bx1 p{font-size: 16px;color: #6D6D6D;font-weight: 400;}
.serv-bx1 h2{font-size: 35px;color: #002726;font-weight: 600;margin-top: 20px;}
.service4{
  width: 100%;
  float: left;
  padding: 70px 0;
}
.service4 h1{
  font-size: 55px;
    color: #002726;
    font-weight: 600;
    text-align: center;
}

.service4 h6{
  width: 150px;
    /* float: left; */
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border-radius: 30px;
    /* clear: both; */
    padding: 10px 12px;
    display: table;
    margin: auto;
}
.service4 h6 img{
  width: 20px;
  float: left;
  margin-right: 10px;
}
.serv-bx2{background: linear-gradient(317deg, rgba(255, 218, 183, 1) 0%, rgba(255, 254, 253, 1) 77%);width: 100%;float: left;padding: 20px;border-radius: 20px;margin-top: 30px;border: 1px solid #cecece;}
.serv-bx2 img{width: 490px;float: right;border-radius: 20px;margin-left: 30px;}
.serv-bx2 h5{font-size: 16px;color: #000;font-weight: 500;position: relative;padding-left: 3%;padding-bottom: 10px;}
.serv-bx2 h5 span{width: 100%;/* float: left; */color: #707070;font-size: 14px;font-weight: 400;position: relative;top: 3px;}
.serv-bx2 p{font-size: 16px;color: #6D6D6D;font-weight: 400;}
.serv-bx2 h2{font-size: 35px;color: #002726;font-weight: 600;margin-top: 30px;}
.about1{
width: 100%;
float: left;
padding: 70px 0;
}
.about1 h6{width: 190px;float: left;height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;margin: 0;border-radius: 30px;clear: both;padding: 10px 12px;display: table;margin: auto;}
.about1 h6 img{
  width: 20px;
  float: left;
  margin-right: 10px;
}
.about1 p{
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  color: #B3B3B3;
  float: left;
  margin-top: 10px;
}
.about3{width: 100%;float: left;background-image: url('../images/ftr-bg.webp');padding: 70px 0;background-size: cover;background-position: center;}
.about3 h6{width: 150px;/* float: left; */height: 40px;background: #274645;font-size: 14px;color: #fff;font-weight: 400;margin: 0;border-radius: 30px;/* clear: both; */padding: 10px 12px;display: table;margin: auto;}



.about3 h6 img{
  width: 20px;
  float: left;
  margin-right: 10px;
}
.about3 p{color: #BEBEBE;font-size: 16px;text-align: center;font-weight: 400;margin-bottom: 30px;float: left;width: 100%;}
.about3 h1{text-align: center;font-size: 55px;color: #fff;font-weight: 600;margin-top: 10px;}
.abt3-box{width: 100%;float: left;border: 1px solid #1a462b;border-radius: 20px;padding: 20px;margin-top: 30px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.abt3-box h4{font-size: 20px;color: #fff;font-weight: 700;margin-top: 12px;}
.abt3-box img{
    width: 44px;
}

/*ershad*/


.about4 {
  width: 100%;
  float: left;
  padding: 70px 0;
  position: relative;
}
.about4-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease;
}
.about4-slide.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.abt4-img {
    width: 526px;
    float: right;
    margin-left: 40px;
    height: 540px;
    object-fit: cover;
    border-radius: 20px;
}


.about4 h6 img{
  width: 20px;
  float: left;
  margin-right: 10px;
}





.about4 h6 {
  width: 155px;
  height: 40px;
  background: #002726;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  border-radius: 30px;
  padding: 10px 12px;
}
.about4 h1 {
  font-size: 55px;
  color: #002726;
  font-weight: 600;
  padding-top: 10px;
}




.about4 p {
  font-size: 16px;
  color: #6D6D6D;
  font-weight: 400;
  line-height: 189%;
  padding-top: 10px;
  padding-bottom: 15px;
}
.about4 a {
  background: #44b871;
  padding: 13px 40px 16px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  border-radius: 12px;
  text-decoration: none;
}
.about4 a:hover{
  
} 
.progress-bar-scroll {
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 245px;
    background: #CDCDCD;
    border-radius: 3px;
    overflow: hidden;
    z-index: 10;
}
.progress-fill {
  width: 100%;
  height: 81px;
 background: #134928;
background: linear-gradient(180deg, rgba(19, 73, 40, 1) 2%, rgba(46, 174, 96, 1) 100%);

  transition: top 0.3s ease;
  position: relative;
  top: 0%;
  border-radius: 3px;
}

/*222*/
.about6{
  width: 100%;
  float: left;
  background: white;
  padding: 140px 0 70px;
}
.about6-hd{
  width: 100%;
  float: left;
  position: relative;
}

.about6-hd h6 {
    width: 155px;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border-radius: 30px;
    padding: 10px 12px;
}
.about6-hd h6 img {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.about6-hd h4{
  width: 100%;
  padding-top: 13px;
  float: left;
  text-align: left;
    font-size: 55px;
    color: #002726;
    font-weight: 600;
    padding-bottom: 21px;
}
.about6-hd h4 span{
  background: #197146;
background: linear-gradient(100deg, rgba(25, 113, 70, 1) 0%, rgba(45, 172, 95, 1) 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about6-hd p{
  font-size: 16px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    width: 100%;
    float: left;
    text-align: left;
}

.about6-main {
  width: 100%;
  position: relative;
}

.abtgreen-stack {
  
  width: 100%;
  height: 400px;
   /* Adjust height to reveal all cards */
}

.abtgreen {
  background: #aeffd3;
  border-radius: 16px;
  border: 1px solid #D0D0D0;
  padding: 81px 35px;
  width: 100%;
  
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.abtgreen img {
  max-width: 56px;
  float: left;
}

.abtgreen h3 {
  color: #002726;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 16px;
}

.abtgreen p {
  font-size: 16px;
  color: #6D6D6D;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

/* Card stacking effect */
.card1 {
  z-index: 4;
  transform: scale(1) translateY(0);
}

.card2 {
  z-index: 3;
  transform: scale(0.96) translateY(-25px);
  background: #dbffec;
}

.card3 {
  z-index: 2;
  transform: scale(0.92) translateY(-55px);
  background: #dbffec;
}

.card4 {
  z-index: 1;
  transform: scale(0.88) translateY(-85px);
  background: #dbffec;
}

.card-progress {
    /* margin-top: 440px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* font-family: sans-serif; */
    color: #003030;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    bottom: -40px;
}


.card-progress .bar {
    width: 74px;
    height: 2px;
    background: #eee;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.card-progress .bar .fill {
  height: 100%;
  background: #8de0b5;
  width: 0%;
  transition: width 0.5s ease;
}

/*22222*/
/*333*/
.about7{
  width: 100%;
  float: left;
  padding: 139px 0;
  background: #FFF6ED;
  position: relative;
  overflow: hidden;

}
.circleabt7 {
    position: absolute;
    right: -114px;
    top: -90px;
    width: 510px;
    max-width: 100%;
    overflow: hidden;
}
.abt7-img{
  width: 100%;
  float: left;

}
.abt7-img img{
  width: 100%;
  float: left;
  max-width: 600px;
  border-radius: 20px;
}
.abtmain7{
  width: 100%;
  float: left;
}
.abtmain7 h6 {
    width: 193px;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border-radius: 30px;
    padding: 10px 12px;
}
.abtmain7 h6 img {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.abtmain7 h1 {
    font-size: 55px;
    color: #002726;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 10px;
}
.abt7smlbx{
  width: 100%;
  float: left;
  padding: 13px;
}
.abt7smlbx img{
  width: 100%;
  float: left;
  max-width: 63px;
}
.abt7smltxt{
  width: 87%;
  float: left;
  padding-left: 20px;
}
.abt7smltxt h5{
  width: auto;
  float: left;
  text-align: left;
  color: #002726;
  font-weight: 600;
  padding-bottom: 6px;
  margin-bottom: 0;

}
.abt7smltxt p{
  width: auto;
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #768681;

}
.abt7smlbx:hover{
  background: #DEFFEB;
}.abtmain7 a:hover{
  background: #0a4533;
}
.abtmain7 a{
  width: 172px;
  height: 52px;
  border-radius: 12px;
  background: #2EAE60;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  padding: 14px 0;
  color: white;
  float: left;
  margin-top: 15px;
}


/*333*/
.er-invest{
  height: 330px !important;
}

.invsetor-about2{
  width: 100%;
    float: left;
    padding: 70px 0;
}
.invsetor-about2 img {
    width: 575px;
    float: right;
    margin-left: 40px;
   margin-top: 167px;
}
.invsetor-about2 h1 {
    font-size: 49px;
    color: #002726;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 18px;
      padding-bottom: 15px;
}
.invsetor-about2 .tab-content p {
    font-size: 16px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;

    
}
.invsetor-about2 .tab-content h6 {
    position: relative;
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-bottom: 10px;
}
.invsetor-about2 .tab-content h6:after {
    position: absolute;
    content: '';
    background-image: url(../images/tickk.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
}








/*ershad*/








































.abt3-box h5{font-size: 16px;color: #fff;opacity: .6;font-weight: 600;line-height: 160%;margin-top: 10px;}
.abt3-5{
  width: 100%;
  float: left;
  border-radius: 20px;
}

.psymen{width: 100%;float: left;padding: 70px 0;}
.psymen h6{width: 150px;float: left;height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;margin: 0;border-radius: 30px;/* clear: both; */clear: both;padding: 10px 12px;/* display: table; *//* margin: auto; */}
.psymen h6 img{width: 20px;float: left;margin-right: 10px;}
.psymen h1{font-size: 50px;color: #002726;font-weight: 600;text-align: left;float: left;width: 50%;clear: both;margin-top: 10px;}
.psymen h1 span{

}
.psymen p{color: #000;font-size: 15px;font-weight: 400;line-height: 159%;padding-top: 15px;width: 50%;50%:fl;50%:fl;50%:f;float: right;}
.psymen2 h1{font-size: 55px;color: #002726;font-weight: 600;text-align: center;}
.psymen-box{width: 100%;float: left;background: #2EAE60;padding: 20px;border-radius: 12px;margin-top: 30px;}
.psymen-box h5{color: #fff;font-size: 22px;font-weight: 600;}
.psymen-box h6{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 159%;
  margin: 0;
}
.psymen2{
      width: 100%;
    float: left;
    background: #FFF6ED;
    padding: 70px 0;
    position: relative;
}
.psymen2 h4 img{
  width: 20px;
  margin-right: 10px;
}
.psymen2 h4{
      width: 150px;
    /* float: left; */
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border-radius: 30px;
    /* clear: both; */
    padding: 10px 12px;
    display: table;
    margin: auto;
}
.psymen-img

{
  width: 100%;
  height: 426px;
  border-radius: 20px;
  object-fit: cover;
  margin-top: 30px;
}
.cruise2{width: 100%;float: left;background-image: url('../images/bg2.webp');padding: 70px 0;background-size: cover;background-position: center;}.cruise2 h1{font-size: 50px;color: #ffffff;font-weight: 600;text-align: left;padding-top: 30px;padding-bottom: 10px;}
.cruise2 img{float: left;width: 400px;height: 370px;object-fit: cover;border-radius: 20px;margin-right: 40px;}
.cruise2 p{
  font-size: 15px;
  color: #fff;
  line-height: 159%;
}
.cruise-img2{
  width: 100%;
  float: left;
  border-radius: 20px;
  margin-top: 30px;
  height: 375px;
  object-fit: cover;
}.cruise-img3{
  width: 100%;
  float: left;
  border-radius: 20px;
  margin-top: 30px;
  height: 355px;
  object-fit: cover;
}
.cruise3{width: 100%;float: left;background-image: url(../images/bg2.webp);padding: 70px 0;background-size: cover;background-position: center;}
.cruise3 img{float: right;width: 400px;height: 370px;object-fit: cover;border-radius: 20px;margin-left: 40px;}
.cruise3 h1{font-size: 50px;color: #ffffff;font-weight: 600;text-align: left;padding-top: 30px;padding-bottom: 10px;}
.cruise3 p{
  font-size: 15px;
  color: #fff;
  line-height: 159%;
}.oxypt2{width: 100%;float: left;background: #FFF6ED;padding: 70px 0;position: relative;}
.oxypt2 h6{width: 150px;/* float: left; */height: 40px;background: #002726;font-size: 14px;color: #fff;font-weight: 400;margin: 0;border-radius: 30px;/* clear: both; */padding: 10px 12px;display: table;margin: auto;}
.oxypt2 h6 img{width: 20px;margin-right: 10px;}
.oxypt2 h1{font-size: 55px;color: #002726;font-weight: 600;text-align: center;}
.oxypt-box{width: 100%;float: left;background: #2EAE60;padding: 40px;border-radius: 12px;margin-top: 30px;}
.oxypt-box h4{color: #fff;font-size: 22px;font-weight: 600;margin-top: 15px;}
.oxypt-box h5{font-size: 16px;color: #fff;font-weight: 400;line-height: 159%;margin: 0;}
.oxypt-box img{
  width: 60px;
  background: #fff;
  padding: 6px;
  border-radius: 30px;
}
.about2{width: 100%;float: left;}
.about2 img{width: 575px;float: left;margin-right: 40px;margin-bottom: 40px;}
.about2 h1{font-size: 49px;color: #002726;font-weight: 600;padding-bottom: 10px;}
.about2 .nav{border: 0 !important;background: #2EAE60;width: 22%;padding: 10px;border-radius: 10px;}
.about2 .nav-item{border-radius: 10px;}
.about2 .nav-link{border-radius: 10px;background: #fff;font-size: 15px;color: #000;border: 0 !important;font-size: 15px;color: #6D6D6D;font-weight: 500;}
.about2 .nav-link.active{background: #2EAE60;color: #fff;}
.about2 .tab-content{

}
.about2 .tab-content p{font-size: 16px;color: #6D6D6D;font-weight: 400;line-height: 159%;padding-top: 20px;}
.about2 .tab-content h6{
  position: relative;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 400;
  padding-left: 57%;
}
.about2 .tab-content h6:after{position: absolute;content: '';background-image: url('../images/tickk.png');width: 20px;height: 20px;left: 55%;top: 2px;background-repeat: no-repeat;}

.about5{width: 100%;float: left;background-image: url(../images/ftr-bg.webp);padding: 70px 0;background-size: cover;background-position: center;text-align: center;}
.about5 h6{width: 188px;/* float: left; */height: 40px;background: #274645;font-size: 14px;color: #fff;font-weight: 400;margin: 0;border-radius: 30px;/* clear: both; */padding: 10px 12px;display: table;margin: auto;}
.about5 h6 img{width: 20px;float: left;margin-right: 0;}
.about5 h1{text-align: center;font-size: 55px;color: #fff;font-weight: 600;margin-top: 10px;}
.about5  p{color: #BEBEBE;font-size: 16px;text-align: center;font-weight: 400;margin-bottom: 30px;float: left;width: 100%;}
.cab-box{width: 20%;margin: 0;float: left;margin-top: 20px;}
.cab-box img{width: 100%;display: block;margin: auto;}
.about5 .row{
  width: 100%;
}
.about5 a{background: #2EAE60;font-size: 16px;padding: 12px 35px;margin: 30px auto 0;display: table;color: #fff;text-decoration: none;border-radius: 12px;}
.about5 a:hover{
  
}
/****************quiz**********/
.select_time_wrapper{
  max-width: 700px;
  display: block;
  margin: auto;
}
.select_time_wrapper label {
    background-color: #ffffff;
    width: 100%;
    color: #060710;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 12px;
}
.select_time_wrapper label span div{
  font-size: 22px;
  background: #ede8e3;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  border-radius: 30px;
  padding: 8px;
  margin-top: -5px;
  margin-right: 11px;
}
.select_time_wrapper label span {
    font-size: 20px;
    font-weight: 600;
}.select_time_wrapper label span span{
  padding-top: 3px;
  float: left;
}

.select_time_wrapper label input {
    position:absolute;
    top:-20px;
}

.select_time_wrapper  input:checked + span {
    background-color:#88B646;
    color:#F7F7F7;
}
.label_p{
  font-weight:400;
}
.custom-control-label::after{
    border-radius: 50%!important;
    width: 24px;
    height: 24px;
    top: 0px;
    color: transparent;
}
.form_bot_wrapper .custom-control-label::before{
    background-color: #ebebeb;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    top: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
      background-color: #ebebeb;
}
.quiz-page{width: 100%;float: left;background: #EDE8E3;padding: 70px 0;}
.quiz-page h1{
  
}
 #enroll2 .modal-content

 {
    background: linear-gradient(350deg,rgba(46, 174, 96, 1) 0%, rgba(41, 158, 89, 1) 0%, rgba(29, 124, 74, 1) 15%, rgba(3, 48, 42, 1) 87%, rgba(7, 58, 46, 1) 100%);
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
    }
    #enroll .modal-content

 {
    background: linear-gradient(350deg,rgba(46, 174, 96, 1) 0%, rgba(41, 158, 89, 1) 0%, rgba(29, 124, 74, 1) 15%, rgba(3, 48, 42, 1) 87%, rgba(7, 58, 46, 1) 100%);
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #04322b url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.mod-new
{
    width: 100%;
    float: left;
    padding: 20px 30px;
}.mod-new h1
 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
}.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}.log-field label {
    font-size: 15px;
    color: #000;
    width: 100%;
    font-weight: 500;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
}.mod-right {
    width: 100%;
    float: left;
    padding: 135px 30px;
}.mod-right h5 {
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
}.mod-right h6 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    line-height: 36px;
}.time-mod {
    font-size: 20px;
    color: #dcddff;
    font-weight: 400;
    margin-top: 30px;
}
.register_now{
      background: #2EAE60;
      height: 52px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      padding: 14px 0;
      border: 0;
      border-radius: 12px;
      margin-top: 15px;
      width: 100%;
}
.categ-box img {
    width: 100%;
    float: left;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}.categ-box p {
    background-image: linear-gradient(-225deg, #073c2f 0%, #073c2f 47%, #073c2f 97%, #073c2f 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
    float: left;
}
.quiz-landing{width: 100%;float: left;padding: 70px 0 50px;}
.quiz-landing h5{background: linear-gradient(350deg,rgba(46, 174, 96, 1) 0%, rgba(41, 158, 89, 1) 0%, rgba(29, 124, 74, 1) 15%, rgba(3, 48, 42, 1) 87%, rgba(7, 58, 46, 1) 100%);width: 100%;float: left;text-align: center;font-size: 21px;color: #fff;padding: 20px 5px;border-radius: 12px;font-weight: 500;margin-bottom: 20px;}
.quiz-landing h5:hover{
  
}
.result {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.hide{
  display: none;
}
.options .option input{
  display:none;
}
#quiz .option{width: 100%;background: #fff;margin-bottom: 15px;padding: 15px;border-radius: 5px;padding-left: 60px;}#quiz {
  max-width: 600px;
  display: block;
  margin: auto;
}.options .option:first-child{
  position:relative;
  float: left;
}
.options .option:first-child:after{
  content:"A";
  position: absolute;
  left: 13px;
  background: #ede8e3;
  font-size: 20px;
  padding: 4px;
  border-radius: 30px;
  font-weight: 600;
  width: 40px;
  text-align: center;
  color: #000;
  height: 40px;
  top: 7px;
}.options .option:nth-child(2){
  position:relative;
  float: left;
}
.options .option:nth-child(2):after{
  content:"B";
  position: absolute;
  left: 13px;
  background: #ede8e3;
  font-size: 20px;
  padding: 4px;
  border-radius: 30px;
  font-weight: 600;
  width: 40px;
  text-align: center;
  color: #000;
  height: 40px;
  top: 7px;
}.options .option:nth-child(3){
  position:relative;
  float: left;
}
.options .option:nth-child(3):after{
  content:"C";
  position: absolute;
  left: 13px;
  background: #ede8e3;
  font-size: 20px;
  padding: 4px;
  border-radius: 30px;
  font-weight: 600;
  width: 40px;
  text-align: center;
  color: #000;
  height: 40px;
  top: 7px;
}.options .option:nth-child(4){
  position:relative;
  float: left;
}
.options .option:nth-child(4):after{
  content:"D";
  position: absolute;
  left: 13px;
  background: #ede8e3;
  font-size: 20px;
  padding: 4px;
  border-radius: 30px;
  font-weight: 600;
  width: 40px;
  text-align: center;
  color: #000;
  height: 40px;
  top: 7px;
}
.question{
      font-size: 24px;
    text-align: center;
    color: #00240E;
    font-weight: 600;
    margin-bottom: 40px;
}input[type="radio"]:checked{

}


@media(max-width:575px){
    .proverb img {
    width: 100%!important;
    float: left!important;
    margin-bottom: 20px!important;
    margin-right: 0!important;
}.proverb h2 {
    font-size: 35px!important;
    color: #002726;
    font-weight: 500!important;
    text-align: center!important;
}.proverb p{
     text-align: center!important;
}
    .corp3 h1 {
    font-size: 30px!important;}.corp3 p{
        padding:0!important;
    }.corp3 button{
        padding:9px 15px!important;width:100%!important;
    }
    .corporate-sec h1 {
    font-size: 30px!important;}.corporate-sec p{
        padding:0!important;
    }.corporate-sec2 h2 {
    font-size: 30px!important;
}.img-corp img {
    height: auto!important;
    max-width: 100%!important;}
    .em1 {
    position: relative!important;    margin-bottom: 10px;
    left: 0!important;
    top: 28px;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
.em2 {
    position: relative!important;
    left: 0!important;    margin-bottom: 10px;
    top: 28px!important;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
.em3 {
    position: relative!important;
    left: 0!important;
    top: 28px!important;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;    margin-bottom: 10px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
.em4 {
    position: relative!important;
    left: 0!important;
    top: 28px!important;
    background: #ffffff80;
    padding: 20px;    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
    .bene h2 {
    font-size: 30px;}
    .team-img img {
    width: 100%;
    float: left;
    border-radius: 16px;
    height: 432px;
    object-fit: cover;
}
    .quiz-sub {
    width: 100%!important;}
    .about5 h6 {
    width: 170px;
}.about6 {
    width: 100%;
    float: left;
    background: white;
    padding: 100px 0;
}
    .about5 .row{
        margin-right:0 !important;    margin-left:0 !important;
    }.progress-bar-scroll{
        display:none;
    }.about5 {
    margin-top: 80px;}
    .about3 h6 {
    width: 135px;}
    .ftr-right a{
        padding:0 10px !important;
        width:50%;
        float: left;
        text-align: center;
    }
    .panel6{
        padding:70px 5%;
    }   .panel11{
        padding:70px 5%;
    }
    .fr-links {
    width: 100%;
    float: left;
    text-align: center;
}
    .p11-carousel:before{
        display:none;
    }   .p11-carousel:after{
        display:none;
    }
    .about2 p{
        text-align:center;
    }
    .p11-carousel .owl-nav{
        display:none;
    }
    .panel12 .card-body {
    font-size: 14px;
    color: #545861;
    font-weight: 400;
    background: #f6f7f9;
    padding-right: 60px;
    padding-bottom: 25px;
    border-radius: 12px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: -24px;
    padding-top: 0px;
    padding-left: 25px;
}.panel12 .card-header a.collapsed h5:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 13px;
    /* font-size: 30px; */
    /* border: 2px solid #002726; */
    width: 20px;
    height: 20px;}
    .card-box {
    width: 100%;
    float: left;
    margin-top: 0;
    position: relative;
}
    .bnr-hed {
    width: 100%;
    float: left;
    padding-top: 55px;
}
    .plan-sec h1 {
    font-size: 32px !important;
    }.plan-sec p {
    font-size: 16px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 189%;
    padding: 0 0 50px !important;
    text-align: center;
}.plan-box h6 {
    font-size: 23px !important;
    }.imggold {
    width: 95px !important;
    }
    .qui-a {
    background: #0a0a0a;
    padding: 10px 40px 12px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    margin-top: 60px;
    float: none;
    position: relative;
    clear: both;
    display: table;
    margin: auto;
}.quiz-ban p {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;
    line-height: 155%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    clear: both;
}
.quiz-btn{
    float:none;
    display:table;
    margin:auto;
}.quiz-ban{
  padding-bottom: 205px;
}
    .quiz-img {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -9;
    bottom: -40px;
    /* opacity: .2; */
}.quiz-ban h1 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #002726, #1a5f35, #1a5f35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    float: left;
    text-align: center;
    clear: both;
}
    .p10-a{
        float:none;
        display:table;
        margin:auto;
    }.p5-box:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    border: 12px solid #c8f5da;
    border-radius: 100%;
    background: #2EAE60;
    left: -37px;
    z-index: 9;
    animation: 1.5s infinite pulse;
    top: 0;
}.p5-right:after {
    position: absolute;
    content: '';
    background: linear-gradient(171deg, rgba(255, 214, 228, 1) 1%, rgb(46 174 96 / 41%) 94%);
    width: 2px;
    height: 92%;
    top: 0;
    left: 7px;
}.p10-box {
    width: 100%;
    float: left;
    border-radius: 24px;
    height: 535px;
    position: relative;
    margin-top: 20px;
}.panel12 .card-header a h5 {
            font-size: 18px;
            color: #101828;
            text-decoration: none;
            font-weight: 600;
            margin: -10px 0 0;
            width: 87%;
}
    .panel4 .accordion .tabs.is-active .tab-header {
    width: 100%;
    visibility: visible;
    opacity: 2;
    /* display: none; */
    text-align: center;
}.panel4 .accordion .tabs.is-active .tab-content {
    visibility: visible;
    opacity: 1;
    display: none;
}
    .abt7smltxt p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #768681;
}.abtmain7 a{
    float:none;
    display:table;
    margin:auto;
}
    .abtmain7 h1 {
    font-size: 35px;
    text-align: center;}.abt7smlbx img {
    width: 100%;
    float: none;
    max-width: 63px;
}.abt7smlbx {
    width: 100%;
    float: left;
    padding: 13px;
    text-align: center;
}.abt7smltxt {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
}.abt7smltxt h5 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
    }
    .abtmain7 h6{
        display:table;    width: 190px;
        margin:20px auto 0;
    }
    .about6-hd p{
        text-align:center;
    }
    .about6-hd h6{
        float:none;
        display:table;        width: 138px;
        margin:auto;
    }.about6-hd h4 {
    text-align: center;
    width: 100%;
    padding-top: 13px;
    float: left;
    /* text-align: left; */
    font-size: 35px;
    color: #002726;
    font-weight: 600;
    padding-bottom: 21px;
}
    .oxypt2 h1 {
    font-size: 35px;}.ext img {
    width: 100%;
    height: auto;
    object-fit: cover;
    float: left;
    border-radius: 20px;
}
 .psymen-box {
    text-align: center;}.ext2 img {
    width: 84%;
    height: 230px;
    object-fit: cover;
    float: left;
    margin-top: 10px;
}
    .serv-bx1 img {        height: auto;
    width: 100%;}
    .ban-text {
    width: 100%;
    float: left;
    text-align: center;
}.bnr-hed h2{
    font-size: 28px;
}.bnr-hed p {
    font-size: 15px;
}.bnr-hed .btn1 {
    color: #fff;
    float: none;
    background: linear-gradient(350deg, rgba(46, 174, 96, 1) 0%, rgba(46, 174, 96, 1) 0%);
    width: 47%;
    height: 52px;
    text-decoration: none;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    display: inline-block;
}.bnr-hed .btn2 {
    color: #081225;
    float: none;
    background: #fff;
    width: 46%;
    height: 52px;
    text-decoration: none;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    margin-left: 10px;
    display: inline-block;
}.bnr-hed h6 img {
            width: 50%;
            height: auto;
            display: block;
            margin: auto;
}.p1-left h6 {
    width: 120px;
    display: table;
    margin: auto;
    float: none;

}.p1-left h1 {
    width: 100%;
    font-size: 28px;
    float: left;
    color: #002726;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}.p1-left p {
    text-align: center;
    font-size: 16px;
    color: #6D6D6D;
    width: 100%;
    float: left;
    line-height: 159%;
    margin-top: 10px;
}.panel1 {
    width: 100%;
    float: left;
    padding: 70px 0;
}.p-left-box {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}.counter-value:after {
    content: '%';
    position: absolute;
    background-image: linear-gradient(28deg, #002726 4%, #2EAE60 15%, #002726 44%, #2EAE60 105%);
    background-size: auto auto;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    font-size: 40px;
    padding-top: 0;
}.p-left-box h4 {
    background-image: linear-gradient(28deg, #002726 4%, #2EAE60 15%, #002726 44%, #2EAE60 105%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    font-weight: 600;
    margin-left: -14px;
    font-size: 40px;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.p-left-box h5 {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 148%;
    width: 100%;
    text-align: center;
}.p1-left a {
    float: none;
    width: 172px;
    height: 52px;
    background: #2EAE60;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: table;
    margin: auto;
    padding: 13px 0;
    border-radius: 12px;
    margin-top: 20px;
}.p1-img {
    width: 100%;
    float: left;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
    margin-top: 20px;
}.panel2 h5 {
    font-size: 17px;
    color: #BEBEBE;
    font-weight: 400;
    padding: 10px;
    line-height: 160%;
}.panel2 h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 11px;
}.card-text {
    position: relative;
    top: -60px;
}.card-box h4 {
    font-size: 22px;
}.card-box p{
    display:none;
}.panel3 h1 {
    font-size: 30px;
    margin-top: 10px;
}
.panel3 .accordion-body{
  margin-top: 10px !important;
}  
  .panel4 h6{
    float:none;
    display:table;
    margin:auto;
}
.panel4 h6{
    display:table;
    margin:auto;
    float:none;
}.panel4 h1 {
    width: 100%;text-align: center;
    font-size: 35px;
}.panel4  p{
 text-align:center;
    margin-top: 10px;
}.p4-right a{
    float:none;
    display:table;
    margin:auto;
}.panel5 h1 {
    font-size: 30px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    margin-top: 15px;
}.panel6 h1 {
    width: 100%;
    font-size: 30px;
    text-align: center;
}.circle {
    width: 210px;
}.panel6 h6{
    float:none;
    display:table;
    margin:auto;
}.panel6 p{
    text-align:center;
}.p6-view{
    float:none;display:table;
    margin:auto;
}.panel7 h1 {
    font-size: 31px;
    margin-top: 12px;
}.panel7 p {
     padding: 10px 0;
   }.panel8 h1 {
    font-size: 35px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 10px 0;
}.panel10 h6{
    float:none;
    display:table;
    margin:auto;
}.p6-carousel{
    margin-top:20px;
}.panel9 h6
{
    float:none;
    display:table;
    margin:auto;
}.panel9 h1 {
    font-size: 35px;
    text-align:center;
}.panel9 {
    width: 100%;
    float: left;
    padding: 70px 5% 100px;
    background: #FFF6ED;
    position: relative;
}.panel10 h1 {
    font-size: 35px;
    float: left;
    color: #002726;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    clear: both;
    width: 100%;
    float: left;
}.panel9 h6{
      float:none;
    display:table;
    margin:auto;
}.fr-links a {
    width: 50%;font-size: 13px;
}.fr-links h2 {
    color: #fff;
    font-size: 20px;
    opacity: .9;
    margin-bottom: 10px;
    margin-top: 20px;
}.ftr-right {
    float: right;
    width: 100%;
    float: left;
    text-align: center;
}.ftr-last p {
    font-size: 15px;
    color: #fff;
    opacity: .9;
    font-weight: 400;
    margin: 0;
    width: 100%;
    text-align: center;
}.p13-text {
    width: 100%;
    position: absolute;
    top: 14% !important;
    left: 10px;
}.p13-box img {
    width: 100%;
    border-radius: 24px;
    height: 350px;
    object-fit: cover;
}.panel13 {
    width: 100%;
    float: left;
    padding: 0 0 70px;
}.p13-text p {
    width: 96%;
    text-align: center;
}
.p13-get{
    display: inline-block !important;
    float: none !important;
    padding: 12px 0 !important;
    text-align: center !important;
    width: 46% !important;
}.p13-ct{
        display: inline-block !important;
        float: none !important;
        width: 46% !important;
        padding: 12px 0 !important;
        text-align: center !important;
}.panel12 h1 {
        font-size: 27px;
        margin-top: 14px;
        margin-bottom: 30px;
}.ftr-ico a{
  width: auto;
  float: none;
  display: inline-block;
}.panel11 h1 {
    font-size: 35px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px;
}.panel10 p{
    text-align:center;
}.panel10 p{
    text-align:center;
}.panel10 {
    width: 100%;
    float: left;
    padding: 70px 3%;
}
}
@media(min-width:576px) and (max-width:767px){
    .corporate-sec p{
        padding:0!important;
    }.img-corp img {
    height: auto!important;
    max-width: 100%!important;}
    .em1 {
    position: relative!important;    margin-bottom: 10px;
    left: 0!important;
    top: 28px;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
.em2 {
    position: relative!important;
    left: 0!important;    margin-bottom: 10px;
    top: 28px!important;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
.em3 {
    position: relative!important;
    left: 0!important;
    top: 28px!important;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;    margin-bottom: 10px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}
.em4 {
    position: relative!important;
    left: 0!important;
    top: 28px!important;
    background: #ffffff80;
    padding: 20px;    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 100%!important;
    font-weight: 600;
    float: left!important;
}.corp3 p{
    paddin:0!important;
}
    .p6-box2 a
 {
    width: 126px !important;
    height: 36px !important;
    float: left;
     font-weight: 500;
    border-radius: 12px;
    padding: 6px 0 !important;
    margin-top: 6px !important;
}
    .p6-box2 h5 {
    font-size: 18px !important;
}   .p6-box1 h5 {
    font-size: 18px !important;
}   .p6-box h5 {
    font-size: 18px !important;
}
    .p6-text {
    position: absolute;
    top: 22px !important;
    left: 30px;
}
.p6-text a{
            width: 126px !important;
        height: 36px !important;
}
.p6-box1 h4 {
    font-size: 14px !important;
}
.p6-box h4 {
    font-size: 14px !important;}
    .p6-box2 h4 {
    font-size: 14px !important;}
    .plan-sec h1 {
    font-size: 45px !important;}.plan-sec p {
        padding: 0 0px 30px !important;}
    .psymen h6{
        float:none;
        display:table;margin:auto;
    }
    .panel4 .accordion .tabs.is-active .tab-header {
    width: 100%;
    visibility: visible;
    opacity: 1;
}.panel6 h1 {
    width: 100%;
    font-size: 45px;}
    .panel4 h6{
        float:none;
        display:table;
        margin:auto;
    }
    .bnr-hed .btn1{
        float:none;
        display:inline-block;margin:auto;
    }.bnr-hed .btn2{
        float:none;
        display:inline-block;margin:auto;
    }
    .bnr-hed h6 {
    display: table;
    margin: auto;
}
    .ban-text {
    width: 100%;
    float: left;
    text-align: center;
}.bnr-hed h2{
    font-size:43px;
}
    .p13-text p{
        /* display:none; */
        font-size: 20px;
    }
    .p13-text h1 {
    font-size: 22px !important;
    color: #fff;
    font-weight: 600;
    width: 50%;
    text-align: left;
    margin-bottom: 0px !important;
}
    .career-full h6{
        float:none;
        display:table;
        margin:auto;
    }
    .serv-bx1 img {
    width: 100%;
    float: left;
    border-radius: 20px;
    margin-right: 0;
}.serv-bx1 h5:after{
    left:0;
}.serv-bx1 h5 {
    padding-left: 30px;
}
       .innerban .bc {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}
    .panel2 h5 {
    font-size: 18px;
    color: #BEBEBE;
    font-weight: 400;
    padding: 10px;
    line-height: 160%;
}
.panel7 p{
    padding:10px;
}
.panel8 h1 {
    font-size: 45px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 10px;
}.panel10 h1 {
    font-size: 45px;
    float: left;
    color: #002726;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
    clear: both;
    width: 100%;
    float: left;
}.panel11 h1 {
    font-size: 45px;padding:0;
    }
}
@media(min-width:768px) and (max-width:991px){
    .proverb img {
    width: 300px!important;
    float: left;
    margin-right: 40px;
}.proverb h2 {
    font-size: 35px!important;}
    .em1{
        left:0!important;
    } .em2{
        right:0!important;
    } .em3{
        left:0!important;
    } .em4{
        right:0!important;
    }
     .p6-box2 a
 {
    width: 126px !important;
    height: 36px !important;
    float: left;
     font-weight: 500;
    border-radius: 12px;
    padding: 6px 0 !important;
    margin-top: 6px !important;
}     .p6-box1 a
 {
    width: 126px !important;
    height: 36px !important;
    float: left;
     font-weight: 500;
    border-radius: 12px;
    padding: 6px 0 !important;
    margin-top: 6px !important;
}     .p6-box a
 {
    width: 126px !important;
    height: 36px !important;
    float: left;
     font-weight: 500;
    border-radius: 12px;
    padding: 6px 0 !important;
    margin-top: 6px !important;
}
    .p6-box2 h5 {
    font-size: 18px !important;
}   .p6-box1 h5 {
    font-size: 18px !important;
}   .p6-box h5 {
    font-size: 18px !important;
}
    .p6-text {
    position: absolute;
    top: 40px !important;
    left: 30px;
}
.p6-box1 h4 {
    font-size: 14px !important;
}
.p6-box h4 {
    font-size: 14px !important;}
    .p6-box2 h4 {
    font-size: 14px !important;}
    .plan3 {
       height: auto !important;
}
    .psymen h6{
        float:none;
        margin:auto;
        display:table;
    }.plan-sec p {
      padding: 0 60px 30px !important;
 }
    .abt4-img {
    width: 326px;
    float: right;
    margin-left: 30px;
}.about4 h1 {
    font-size: 45px;}.abt7-img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
    .panel10 h1{
        width:100%;
    }
    .card-text {
    position: absolute;
    top: 69%;
    width: 100%;
}.panel7 p{
    padding:0;
}.panel8 h1 {
    font-size: 35px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 10px;
}.panel8 h1 {
    font-size: 35px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 10px;
}
    .serv-bx1 h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}.serv-bx1 h5:after{
    left:0;
}.serv-bx1 h2 {
    font-size: 35px;
    color: #002726;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-top: 20px;
}
    .serv-bx1 img {
    width: 100%;}
    .ftr-ico a {
    float: left;
    display: inline;
    background: #395957;
    width: 30px;
    height: 30px;
    margin: 0 7px 0 0;
    padding: 5px;
    border-radius: 100%;
}.p13-text h1 {
    font-size: 32px !important;
    color: #fff;
    font-weight: 600;
    width: 60% !important;
    text-align: left;
    margin-bottom: 0px !important;
}

.panel11 h1 {
    font-size: 35px;
    text-align: center;
    color: #002726;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 10px 200px;
}.p10-box h5 {
    position: absolute;
    top: 18px;
    font-size: 17px;
}.panel6 h1 {
    width: 60%;
    font-size: 35px;
}
}
@media(max-width:1024px){
    .head2{
        display:none;
    }.enq{
        float:none !important;
        display:table;
        margin:auto;
    }
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
    .p13-ct{
        margin-left:0 !important;
    }
    .innerban .bc {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}
  .panel4 {
    padding: 40px 15px;
  }

  .panel4 h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
  }

  .panel4 h6 {
    width: auto;
    display: table;
    float: none;
    margin: 0 auto 0px auto;
    text-align: center;
  }

  .p4-right p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    text-align: center;
  }

  .p4-right a {
    display: block;
    width: 150px;
    height: auto;
    padding: 12px 0;
    margin: 20px auto;
    float: none;
  }

  .panel4 .accordion {
    flex-direction: column;
    height: auto;
    margin-top: 30px;
  }

  .panel4 .accordion .tabs {
    width: 100%;
    margin-bottom: 20px;
    background-position: 100%;
  }

  .panel4 .accordion .tabs .tab-header .text > div {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }

  .panel4 .accordion .tabs .tab-content .tab-img img {
    height: auto;
  }

  .tab-para1 {
    font-size: 24px;
    text-align: center;
  }

  .tab-para {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    padding: 0 10px;
  }
}
@media(max-width:1024px){
        .menu-img {
        width: 28px !important;
    }
}
/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .p11-carousel:before{
        display:none;
    }
    .p11-carousel:after{
        display:none;
    }.panel12 {
    width: 100%;
    float: left;
    padding: 70px 0 0;
}.mobile-menu-tag {
    float: right;
    margin-top: -101px;
    margin-right: 30px;
}
    .p13-get {
    float: left;
    display: inline-block;
    background: #a3ef6d;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding: 10px 35px}.p13-ct {
    float: left;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 9px 37px;}
    .panel12 .card-header {
    height: 108px;}
    .panel12 .card-header a h5{
        width:90%;
    }
    .qui-a {
    background: #0a0a0a;
    padding: 10px 40px 12px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    margin-top: 60px;
    float: none;
    position: relative;
    clear: both;
    display: table;
    margin: auto;
}.quiz-ban p {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;
    line-height: 155%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    clear: both;
}
.quiz-btn{
    float:none;
    display:table;
    margin:auto;
}.quiz-ban{
  padding-bottom:100px
}
    .quiz-img {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -9;
    bottom: -40px;
    opacity: .2;
}.quiz-ban h1 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #002726, #1a5f35, #1a5f35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    float: left;
    text-align: center;
    clear: both;
}
  .panel4 {
    padding: 50px 20px;
  }

  .panel4 h1 {
    font-size: 36px;
    text-align: center;
  }

  .panel4 .accordion {
    flex-direction: column;
    height: auto;
    margin-top: 40px;
  }

  .panel4 .accordion .tabs {
    width: 100%;
    margin-bottom: 25px;
  }

  .panel4 .accordion .tabs .tab-header .text > div {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    font-size: 20px;
    text-align: center;
    padding: 12px 0;
  }

  .tab-para1 {
    font-size: 30px;
    text-align: center;
  }

  .tab-para {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    padding: 0 15px;
  }

  .p4-right p {
    margin-top: 40px;
    text-align: center;
  }

  .p4-right a {
    display: table;
    width: 160px;
    margin: auto;
    float: none;
  }
}

/* Large Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .float5{
        width:78px !important;
    }.float1 {
    position: absolute;
    right: 0;
    top: 68px;
    max-width: 100%;
    width: 212px;
}
    
    .banner {
    height: 487px !important;
}.hdrimg {
    width: 100%;
    position: relative;
    top: 3px !important;
    height: 322px !important;
}.hdrimg3 {
    width: 84%;
    height: 324px !important;
    object-fit: contain;
    position: relative;
    top: 44px !important;
    float: right;
}.hdrimg2 {
    width: 100%;
    height: 342px !important;
    object-fit: contain;
    position: relative;
    top: 10px !important;
}
    .panel13{
        padding:0;
    }
    .panel2 h5{
        padding:10px;
    }.header-img {
    width: 49%;
    float: right;
    position: relative;
    margin-top: 162px;
}.bnr-hed h2 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #FFF4D6, #D9DDFA, #D9FFDD);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 33px;}
    .ban-text {
    width: 51%;
    float: left;
}.ban-text {
    width: 51%;
    float: left;
}.p1-left h1 {
    width: 100%;
    font-size: 35px;
    float: left;
    color: #002726;
    font-weight: 600;
    margin-top: 10px;
}
    .quiz-img {
    position: absolute;
    right: 0;
    width: 60%;
    z-index: -9;
    bottom: -40px;
}.quiz-ban h1 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #002726, #1a5f35, #1a5f35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 43px;
    font-weight: 600;
    width: 59%;
    margin-top: 20px;
    float: left;
    clear: both;
}
  .panel4 {
    padding: 60px 30px;
  }

  .panel4 h1 {
    font-size: 44px;
    text-align: left;
  }

  .panel4 .accordion {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    margin-top: 50px;
  }

  .panel4 .accordion .tabs {
    width: 48%;
    margin: 1%;
    height: 100vh;
  }

  .panel4 .accordion .tabs .tab-header .text > div {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
  }

  .panel4 .accordion .tabs .tab-content .tab-img img {
    height: auto;
  }

  .tab-para1 {
    font-size: 34px;
    text-align: center;
  }

  .tab-para {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    padding: 0 15px;
  }

  .p4-right p {
    margin-top: 50px;
    text-align: left;
  }

  .p4-right a {
    display: block;
    width: 170px;
    margin: 25px auto;
  }
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
  .innerban {
    padding: 40px 15px;
    background-size: cover;
    background-position: center;
  }

  .innerban .bc a {
    display: inline-block;
    font-size: 14px;
           padding: 0px 12px;
  }
.mod-new {
    width: 100%;
    float: left;
    padding: 20px 0;
}.mod-right {
    width: 100%;
    float: left;
    padding: 35px 30px;
    text-align: center;
}.mod-right h5 {
    font-size: 23px;
}.mod-right h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    line-height: 29px;
}.time-mod {
    font-size: 17px;
    color: #dcddff;
    font-weight: 400;
    margin-top: 15px;
}
  .innerban h1 {
    font-size: 26px;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .innerban p {
    width: 100%;
    float: none;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .innerban {
    padding: 50px 20px;
  }

  .innerban .bc a {
    font-size: 15px;
    padding: 0 30px 0 0;
  }

  .innerban h1 {
    font-size: 36px;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .innerban p {
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
}

/* Large tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .innerban {
    padding: 60px 30px;
  }

  .innerban h1 {
    font-size: 42px;
    width: 80%;
    float: none;
    text-align: left;
    margin-bottom: 20px;
  }

  .innerban p {
    width: 80%;
    float: none;
    font-size: 17px;
    text-align: left;
    line-height: 1.7;
  }
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
  .about1 {
    padding: 40px 15px 0;
  }

  .about1 h6 {
    width: 190px;
    float: none;
    display: table;
    text-align: center;
    padding: 10px 15px;
    margin: auto;
  }

  .about1 h6 img {
    width: 18px;
    margin-right: 8px;
  }

  .about1 p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    line-height: 1.6;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .about1 {
    padding: 50px 20px;
  }
.abt7-img img {
    width: 100%;
    margin-bottom: 20px;}
  .about1 h6 {
    width: auto;
    float: none;
display: table;    padding: 10px 18px;
    margin: 0 auto 15px auto;
  }.abt4-img {
    width: 526px;
    float: right;
    margin-left: 40px;
    margin-bottom: 20PX;
}.about5 {
    margin-top: 50px;}
.about4 h6 {
    width: 155px;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: table;
    margin: 20px 0 0;
    border-radius: 30px;
    padding: 10px 12px;
}
  .about1 p {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    line-height: 1.7;
  }
}

/* Large tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .about1 {
    padding: 60px 30px;
  }

  .about1 h6 {
    margin-bottom: 20px;
  }

  .about1 p {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    line-height: 1.7;
  }
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
  .about2 {
    padding: 40px 15px;
  }

  .about2 img {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }

  .about2 h1 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 15px;
  }

  .about2 .nav {
    width: 100%;
    padding: 5px;
    margin: 0 auto 15px auto;
    float: left;
    position: relative;
    left: auto;
    height: auto;
  }.about2 .nav-item{
    width: 50%;
    float: left;
  }

  .about2 .nav-link {
    font-size: 14px;
    padding: 10px;
  }

  .about2 .tab-content p {
    font-size: 15px;
    padding-top: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .about2 .tab-content h6 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
  }

  .about2 .tab-content h6:after {
    display: none;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .about2 {
    padding: 50px 20px;
  }

  .about2 img {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
    display: block;
  }

  .about2 h1 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 15px;
  }

  .about2 .nav {
    width: 100%;
    padding: 6px;
    height: 60px;
    margin: 0 auto 15px auto;
    width: 100%;
    position: relative;
  }

  .about2 .nav-link {
    font-size: 15px;
    padding: 12px;
    display: inline-block;
    float: left;
  }

  .about2 .tab-content p {
    font-size: 15px;
    padding-top: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .about2 .tab-content h6 {
    font-size: 15px;
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
  }

  .about2 .tab-content h6:after {
    display: none;
  }
}

/* Large tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .about2 {
    padding: 60px 30px;
  }

  .about2 img {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
    display: block;
  }

  .about2 h1 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 18px;
  }

  .about2 .nav {
    width: 50%;
    padding: 8px;
    margin: 0 auto 20px auto;
    position: relative;
  }

  .about2 .nav-link {
    font-size: 16px;
    padding: 14px;
  }

  .about2 .tab-content p {
    font-size: 16px;
    padding-top: 18px;
    line-height: 1.7;
    text-align: center;
  }

  .about2 .tab-content h6 {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
    margin-top: 12px;
  }

  .about2 .tab-content h6:after {
    display: none;
  }
}

@media(max-width:575px){
    .cab-box {
    width: 50%;
    margin: 0;
    float: left;
    margin-top: 10px;
}
    .about4 a{
        display:table;
        margin:auto;
    }.about5 h1 {
    text-align: center;
    font-size: 35px;}
    .about4 p{
            text-align: center;
    }
    .about4 h1 {
    text-align: center;
    font-size: 28px;}
    .about3 h1 {
    text-align: center;
    font-size: 35px;}
    .abt3-box {
    text-align: center;
        }
        .abt3-5
        {
            margin-top:20px;
        }
    .abt4-img {
    width: 100%;
    float: right;
    margin-left: 0;
}.about4 h6{
    display:table;
    margin:auto;
}
.abt4-img{        height: 260px;
        object-fit: cover;
    margin-bottom:20px;
}
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
    .serv-bx1 h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}.serv-bx1 h5:after{
    left:0;
}
    .serv-bx1 h2 {
            font-size: 25px;
    color: #002726;
    font-weight: 600;
    margin-top: 20px;
    text-align: left;
    float: left;
}
  .service-full {
    padding: 40px 15px;
  }

  .serv-img1 {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }

  .service-full h6 {
    width: auto;
    display: table;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 10px 15px;
  }

  .service-full h6 img {
    width: 18px;
    margin-right: 8px;
  }

  .service-full h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }

  .service-full p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .service-full a {
    display: block;
    width: 160px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 12px 0;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .service-full {
    padding: 50px 20px;
  }

  .serv-img1 {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
    display: block;
  }

  .service-full h6 {
    width: auto;
    display: table;
    margin: 0 auto 15px auto;
    padding: 10px 15px;
  }

  .service-full h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
  }

  .service-full p {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .service-full a {
    display: block;
    width: 170px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 12px 0;
  }
}

/* Large tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .service-full {
    padding: 60px 30px;
  }

  .serv-img1 {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
    display: block;
  }

  .service-full h6 {
    margin: auto;
    display: table;
  }

  .service-full h1 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 15px;
  }

  .service-full p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .service-full a {
    display: block;
    width: 180px;
    margin: 25px auto 0 auto;
    text-align: center;
    padding: 14px 0;
  }
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
  .service2 {
    padding: 40px 15px;
  }

  .service2 h6 {
    width: auto;
    display: table;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 10px 15px;
  }
.service2 h1 {
    font-size: 35px;}
  .serv-box1 {
    padding: 20px;
    margin-top: 20px;
  }

  .serv-box1 img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 15px auto;
  }

  .serv-box1 h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }

  .serv-box1 h5 {
    font-size: 15px;
    padding: 8px 0 0 10px;
  }

  .serv-box1 a {
    margin-top: 15px;
    padding: 12px 0;
    font-size: 15px;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .service2 {
    padding: 50px 20px;
  }

  .service2 h6 {
    width: auto;
    margin-bottom: 20px;
    padding: 10px 15px;
  }

  .serv-box1 {
    padding: 22px;
    margin-top: 25px;
  }

  .serv-box1 img {
    width: 90px;
    height: 90px;
    /*display: block;*/
    margin: 0 auto 15px auto;
  }

  .serv-box1 h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 12px;
  }

  .serv-box1 h5 {
    font-size: 15px;width: 100%;
    padding: 8px 0 0 10px;        text-align: left;
        float: left;
  }

  .serv-box1 a {
    margin-top: 18px;
    padding: 12px 0;
    font-size: 15px;
  }
}

/* Large tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .service2 {
    padding: 60px 30px;
  }

  .service2 h6 {
    margin-bottom: 20px;
  }

  .serv-box1 {
    padding: 24px;
    margin-top: 25px;
  }

  .serv-box1 img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 18px auto;
  }

  .serv-box1 h4 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 14px;
  }

  .serv-box1 h5 {
    font-size: 14px;
    padding: 8px 0 0 12px;
  }

  .serv-box1 a {
    margin-top: 20px;
    padding: 14px 0;
    font-size: 16px;
  }
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
  .service3 {
    padding: 40px 15px;
  }

  .serv2-img {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }

  .service3 h6 {
    width: auto;
    display: table;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 10px 15px;
    margin-top: 20px;
  }

  .service3 h6 img {
    width: 18px;
    margin-right: 8px;
  }

  .service3 h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }

  .service3 p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .service3 a {
    display: table;
    width: 160px;
    margin: 0px auto 0 auto;
    text-align: center;
    padding: 12px 0;
    float: none;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .service3 {
    padding: 50px 20px;
  }

  .serv2-img {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
    display: block;
  }

  .service3 h6 {
    width: auto;
    display: table;
    margin: 0 auto 15px auto;
    padding: 10px 15px;
    margin-top: 30px;
  }

  .service3 h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
  }

  .service3 p {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .service3 a {
    display: table;
    width: 170px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 12px 0;
    float: none;
  }
}

/* Large tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .service3 {
    padding: 60px 30px;
  }

  .serv2-img {
    width: 100%;
    float: none;
    margin: 0 auto 25px auto;
    display: block;
  }

  .service3 h6 {
    margin-bottom: 15px;
    margin-top: 50px;
    display: table;
    margin: auto;
  }

  .service3 h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
  }

  .service3 p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .service3 a {
    display: table;
    width: 180px;
    margin: 25px auto 0 auto;
    text-align: center;
    padding: 14px 0;
    float: none;
  }
}
.serv-box1 h5 img{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  background: #fff;
  border-radius: 100%;
}
/* Phones (max-width: 575px) */
@media (max-width: 575px) {
  .service4 {
    padding: 40px 15px;
  }

  .service4 h6 {
    width: auto;
    display: table;
    text-align: center;
    padding: 10px 15px;
    margin: 0 auto 15px auto;
  }

  .service4 h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .serv-bx2 {
    padding: 15px;
    margin-top: 20px;
    border-radius: 12px;
  }

  .serv-bx2 img {
    width: 100%;
    float: none;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 12px;
  }

  .serv-bx2 h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
  }

  .serv-bx2 p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
  }

  .serv-bx2 h5 {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .serv-bx2 h5 span {
    display: block;
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
  }
}

/* Tablets (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .service4 {
    padding: 50px 20px;
  }

  .service4 h1 {
    font-size: 38px;
  }

  .serv-bx2 {
    padding: 20px;
    margin-top: 25px;
  }

  .serv-bx2 img {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
    border-radius: 15px;
  }

  .serv-bx2 h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 12px;
  }

  .serv-bx2 p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
  }

  .serv-bx2 h5 {
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .serv-bx2 h5 span {
    display: block;
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
  }
}

/* Large Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .service4 {
    padding: 60px 30px;
  }

  .service4 h1 {
    font-size: 44px;
  }

  .serv-bx2 {
    padding: 25px;
    margin-top: 25px;
  }

  .serv-bx2 img {
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
    border-radius: 15px;
  }

  .serv-bx2 h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 12px;
  }

  .serv-bx2 p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
  }

  .serv-bx2 h5 {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .serv-bx2 h5 span {
    display: block;
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
  }
}
/* Mobile - max 575px */
@media (max-width: 575px) {
  .career-full {
    padding: 40px 15px;
  }

  .career-full h6 {
    width: auto;
    margin-bottom: 10px;
    display: table;
    margin: auto;
    float: none;
  }

  .career-full h1 {
    width: 100%;
    font-size: 28px;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .career-full p {
    width: 100%;
    float: none;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .career-full form {
    padding: 20px;
  }

  .cr-field {
    margin-bottom: 15px;
  }

  .career-full button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-top: 15px;
  }
}

/* Tablets - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .career-full {
    padding: 50px 20px;
  }

  .career-full h1 {
    width: 100%;
    font-size: 34px;
    float: none;
    text-align: center;
    margin-bottom: 18px;
  }

  .career-full p {
    width: 100%;
    float: none;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .career-full form {
    padding: 25px;
  }

  .cr-field {
    margin-bottom: 15px;
  }

  .career-full button {
    width: 100%;
    height: 52px;
    font-size: 16px;
    margin-top: 18px;
  }
}

/* Tablets / Small Laptops - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .career-full {
    padding: 60px 30px;
  }

  .career-full h1 {
    width: 100%;
    font-size: 38px;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .career-full p {
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
  }

  .career-full form {
    padding: 30px;
  }

  .career-full button {
    width: 50%;
    height: 54px;
    font-size: 16px;
    margin-top: 20px;
  }
}
/* Mobile - max 575px */
@media (max-width: 575px) {
    .insight-right
 {
    text-align: center;
}
  .insight-full {
    padding: 40px 15px;
  }

  .insight-box {
    margin-bottom: 30px;
  }

  .insight-box .row {
    flex-direction: column;
  }

  .insight-box img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .insight-text h2 {
    font-size: 20px;
    line-height: 140%;
    /* text-align: center; */
    margin-bottom: 10px;
    float: none;
  }

  .insight-text p {
    font-size: 15px;
    line-height: 160%;
    /* text-align: center; */
    float: none;
  }

  .insight-bx1 {
    margin: 8px 0;
    /* text-align: center; */
    float: none;
  }

  .insight-text a {
    display: inline-block;
    margin: 15px auto 0;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 25px;
    float: none;
  }

  .sort-span {
    display: block;
    text-align: center;
    margin: 10px 0;
    float: none;
  }

  .select-container {
    width: 100%;
    margin: 10px 0 20px;
    float: none;
  }

  .insight-left img {
    height: auto;
  }

  .insight-left h1 {
    font-size: 22px;
    float: none;
    text-align: center;
    margin-top: 15px;
  }

  .insight-left p {
    text-align: center;
    float: none;
  }

  .insight-right h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    float: none;
  }

  .insight-right h4 {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    float: none;
  }

  .categ-box img {
    height: auto;
  }

  .categ-box p {
    font-size: 16px;
    text-align: center;
    float: none;
  }
}

/* Tablets - 576px to 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .insight-full {
    padding: 50px 20px;
  }

  .insight-box img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .insight-text h2 {
    font-size: 22px;
    text-align: center;
  }

  .insight-text p {
    font-size: 15px;
    text-align: center;
  }

  .insight-bx1 {
    text-align: center;
  }

  .insight-text a {
    display: inline-block;
    margin: 20px auto 0;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 25px;
  }

  .insight-left img {
    height: auto;
  }

  .insight-left h1 {
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
  }

  .insight-right h2,
  .insight-right h4 {
    text-align: center;
    margin-top: 25px;
  }
}

/* Tablets / Small Laptops - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .insight-full {
    padding: 60px 30px;
  }

  .insight-box img {
    height: auto;
    margin-bottom: 15px;
  }

  .insight-text h2 {
    font-size: 26px;
  }

  .insight-text p {
    font-size: 16px;
  }

  .insight-bx1 {
    margin: 12px 0;
  }

  .insight-text a {
    margin-top: 20px;
    padding: 12px 30px;
    border-radius: 25px;
  }

  .insight-left img {
    height: auto;
  }

  .insight-left h1 {
    font-size: 28px;
    margin-top: 25px;
  }
}
.contact-full {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.contact-full h6 {
    width: 140px;
    float: left;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    clear: both;
    padding: 10px 12px;
    margin-bottom: 15px;
}

.contact-full h6 img {
    width: 20px;
    float: left;
    margin-right: 10px;
}

.contact-full h2 {
    font-size: 35px;
    color: #002726;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contact-full p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}

.ct-box {
    width: 48%;
    float: left;
    padding: 15px;
    background: #002726;
    border: 1px solid #002726;
    margin-right: 2%;
    border-radius: 20px;
    height: 190px;
    margin-bottom: 20px;
    position: relative;
}

.ct-box img {
    width: 100px;
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ct-box h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 18px;
    font-weight: 700;
}

.ct-box h6 {
    font-size: 15px;
    padding: 0 !important;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    width: 100% !important;
    background: transparent !important;
}

.ct-left {
    width: 100%;
    float: left;
    background: #002726;
    border: 1px solid #FFF6ED;
    border-radius: 20px;
    padding: 30px 50px;
}

.ct-left h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ct-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.ct-field label {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

.ct-field input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
}

.ct-field textarea {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
    resize: none;
}

.ct-left button {
    float: left;
    width: 100%;
    height: 50px;
    background: #2eae60;
    border-radius: 12px;
    font-size: 15px;
    position: relative;
    color: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    padding: 13px 0;
    z-index: 9;
    overflow: hidden;
}

.ct-left button:before {
    position: absolute;
    /* content: ""; */
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #49f6aa;
    border-radius: 25px;
    transition: .5s;
}

.ct-left button:hover {
    color: #fff;
}

.ct-left button:hover::before {
    width: 100%;
    left: 0;
}

/* ===== Responsive CSS ===== */

/* Tablets (768px and down) */
@media (max-width: 991px) {
    .ct-box {
        width: 100%;
        margin-right: 0;
    }

    .ct-left {
        padding: 25px 25px;
    }

    .contact-full h2 {
        font-size: 28px;
    }
}

/* Mobile (576px and down) */
@media (max-width: 575px) {
    .contact-full {
        padding: 50px 15px;
    }

    .contact-full h2 {
             font-size: 24px;
        text-align: center;
        margin-top: 15px;
    }

    .contact-full p {
        font-size: 14px;
        line-height: 24px;        text-align: center;
    }

    .ct-left {
        padding: 20px 15px;
    }

    .ct-left h1 {
        font-size: 24px;
    }

    .ct-box {
 width: 100%;
        height: auto;
        text-align: center;
        padding-bottom: 40px;
    }
.plan-box ul li {
    list-style: none;
    padding: 20px 6px 20px 50px;
    margin-bottom: 0px;
    font-size: 14px;}
    .ct-box h5 {
        font-size: 16px;
    }

    .ct-box h6 {
        font-size: 14px;
    }

    .ct-field input,
    .ct-field textarea {
        padding: 12px;
    }

    .ct-left button {
        font-size: 14px;
        height: 48px;
    }
}
.psymen {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.psymen h6 {
    width: 170px;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 12px;
    display: table;
    margin-bottom: 20px;
}

.psymen h6 img {
    width: 20px;
    float: left;
    margin-right: 10px;
}

.psymen h1 {
    font-size: 50px;
    color: #002726;
    font-weight: 600;
    text-align: left;
    float: left;
    width: 50%;
    clear: both;
    margin-top: 10px;
}

.psymen p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 159%;
    padding-top: 15px;
    width: 50%;
    float: right;
}

/* Psymen2 block */

.psymen2 {
    width: 100%;
    float: left;
    background: #FFF6ED;
    padding: 70px 0;
    position: relative;
}

.psymen2 h4 {
    width: 150px;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 12px;
    display: table;
    margin: auto;
}

.psymen2 h4 img {
    width: 20px;
    margin-right: 10px;
}

.psymen2 h1 {
    font-size: 55px;
    color: #002726;
    font-weight: 600;
    text-align: center;
}

.psymen-box {
    width: 100%;
    float: left;
    background: #2EAE60;
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.psymen-box h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.psymen-box h6 {
    font-size: 15px;
    color: #fff;
    line-height: 159%;
    margin: 0;
}

.psymen-img {
    width: 100%;
    height: 393px;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 30px;
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 991px) {
    .psymen h1, .psymen p {
        width: 100%;
        float: none;
        text-align: center;
    }

    .psymen h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .psymen p {
        font-size: 15px;
        padding: 0 20px;
    }

    .psymen2 h1 {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .psymen {
        padding: 50px 15px;
    }

    .psymen h1 {
        font-size: 28px;
    }

    .psymen p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px;
    }

    .psymen2 {
        padding: 50px 15px;
    }

    .psymen2 h1 {
        font-size: 28px;        margin-top: 10px;
    }
    .psymen h6{
        display:table;        width: auto;
        float: none;
        margin: auto;
    }
}

.panel13 {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
}

.p13-box {
    width: 100%;
    float: left;
    position: relative;
}

.p13-box img {
    width: 100%;
    border-radius: 24px;
}

.p13-text {
    width: 100%;
    position: absolute;
    top: 21%;
    left: 6%;
}

.p13-text h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    width: 50%;
    text-align: left;
    margin-bottom: 15px;
}

.p13-text p {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #fff;
    opacity: .9;
    line-height: 163%;
    clear: both;
    margin-bottom: 20px;
}

.p13-get {
    float: left;
    display: inline-block;
    background: #a3ef6d;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.p13-get:hover {
    background: #b7f78f;
}

.p13-ct {
    float: left;
    display: inline-block;
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    margin-left: 10px;
    transition: background 0.3s ease;
}

.p13-ct:hover {
    background: #f0f0f0;
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 991px) {
    .p13-text {
        top: 10%;
        left: 5%;
    }

    .p13-text p {
        width: 80%;
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .p6-box2 h4 {
    font-size: 17px !important;
  
} .p6-box1 h4 {
    font-size: 17px !important;
  
} .p6-box h4 {
    font-size: 17px !important;
  
}.p6-carousel .owl-nav{
    display:none;
}
    .p6-box2 h5 {
    font-size: 20px !important;
  
}.p6-text {
    position: absolute;
    top: 29px !important;

}.p6-box2 h5 {
    font-size: 20px !important;

}.p6-box2 a {
    width: 126px !important;
    height: 45px !important;
   
    padding: 10px 0 !important;
    margin-top: 6px !important;
}    .p6-box1 h5 {
    font-size: 20px !important;
  
}.p6-text {
    position: absolute;
    top: 29px !important;

}.p6-box1 h5 {
    font-size: 20px !important;

}.p6-box1 a {
    width: 126px !important;
    height: 45px !important;
   
    padding: 10px 0 !important;
    margin-top: 6px !important;
}    .p6-box2 h5 {
    font-size: 20px !important;
  
}.p6-text {
    position: absolute;
    top: 29px !important;

}.p6-box h5 {
    font-size: 20px !important;

}.p6-box a {
    width: 126px !important;
    height: 45px !important;
   
    padding: 10px 0 !important;
    margin-top: 6px !important;
}
    .panel13 {
        padding: 0px 15px 40px;
    }

    .p13-text {
        position: absolute;
        top: 8%;
        left: 0%;
        padding: 20px;
    }

    .p13-text h1 {
        font-size: 24px;
        width: 100%;        margin-bottom: 6px;
        float: left;
        text-align: center;
    }

    .p13-text p {
        width: 100%;
        font-size: 14px;
    }

    .p13-get,
    .p13-ct {
                width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}
.cruise2 {
    width: 100%;
    float: left;
    background-image: url('../images/bg2.webp');
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}

.cruise2 img {
    float: left;
    width: 400px;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 40px;
}

.cruise2 h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
}

.cruise2 p {
    font-size: 15px;
    color: #fff;
    line-height: 159%;
}

.cruise-img2 {
    width: 100%;
    float: left;
    border-radius: 20px;
    margin-top: 30px;
    height: 375px;
    object-fit: cover;
}

.cruise-img3 {
    width: 100%;
    float: left;
    border-radius: 20px;
    margin-top: 30px;
    height: 355px;
    object-fit: cover;
}

.cruise3 {
    width: 100%;
    float: left;
    background-image: url('../images/bg2.webp');
    padding: 70px 0;
    background-size: cover;
    background-position: center;
}

.cruise3 img {
    float: right;
    width: 400px;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 40px;
}

.cruise3 h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
}

.cruise3 p {
    font-size: 15px;
    color: #fff;
    line-height: 159%;
}

/* Responsive (optional) */
@media (max-width: 991px) {
    .cruise2 img,
    .cruise3 img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }

    .cruise2 h1,
    .cruise3 h1 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .plan-box h3 {
    text-align: center;
    padding-top: 19px;
         font-size: 15px !important;
        line-height: 27px !important;
    font-weight: 600;
    color: #056a0a;
    padding-bottom: 6px;
}.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 20px;
    border-radius: 30px;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 14px;
}
    .innerban .bc a:after{
        right:-11px;
    }
    .about7 {
    width: 100%;
    float: left;
    padding: 139px 0 50px;
}.about7 {
    margin-bottom: 50px;}
    .plan3 {
    background: #05352c;
    border-radius: 20px;
    height: auto !important;
    padding-bottom: 50px !important;
    margin-bottom: 30px !important;
}
    .cruise2 h1,
    .cruise3 h1 {
        font-size: 28px;
        text-align: center;
    }

    .cruise2 p,
    .cruise3 p {
        font-size: 14px;
        text-align: center;
    }
}
.invsetor-about2 {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.invsetor-about2 img {
  width: 575px;
  float: right;
  margin-left: 40px;
  margin-top: 167px;
}

.invsetor-about2 h1 {
  font-size: 43px;
  color: #002726;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 15px;
}

.invsetor-about2 .tab-content p {
  font-size: 16px;
  color: #6D6D6D;
  font-weight: 400;
  line-height: 159%;
}

.invsetor-about2 .tab-content h6 {
  position: relative;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-bottom: 10px;
}

.invsetor-about2 .tab-content h6:after {
  position: absolute;
  content: '';
  background-image: url(../images/tickk.png);
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .invsetor-about2 img {
    float: none;
    display: block;
    margin: 30px auto 0;
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }
  
  .invsetor-about2 h1 {
    font-size: 35px;
    text-align: center;
  }

  .invsetor-about2 .tab-content p {
    font-size: 15px;
    text-align: center;
  }
}
#submit{
    
}
.quiz .option{width: 100%;background: #fff;margin-bottom: 15px;padding: 15px;border-radius: 5px;padding-left: 60px;}.quiz {
  max-width: 600px;
  display: block;
  margin: auto;
}



.qui2 [type="radio"]:checked,
.qui2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.qui2 [type="radio"]:checked + label,
.qui2 [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.qui2 [type="radio"]:checked + label:before,
.qui2 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.qui2 [type="radio"]:checked + label:after,
.qui2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.qui2 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.qui2 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.p11-carousel:after{
    position:absolute;
    content:'';
    height: 96%;
    background: linear-gradient(-75deg, rgb(255 255 255 / 50%) 38%, rgb(255 255 255 / 0%) 114%);
    width: 10%;
    z-index: 99;
    top: 20px;
    right: 0;
}
.p11-carousel:before{
    position:absolute;
    content:'';
    background: #ffffff59;
    height: 96%;
    background: linear-gradient(75deg, rgb(255 255 255 / 50%) 38%, rgb(255 255 255 / 0%) 114%);
    width: 10%;
    z-index: 99;
    top: 20px;
}
#quiz-form{
      max-width: 600px;
    display: block;
    margin: auto;
}
   .wizard-step { display: none; }
        .wizard-step.active { display: block; }
        .answer-option {
            border: 1px solid #ccc;
            border-radius: 8px;
            /* padding: 15px; */
            margin-bottom: 12px;
            cursor: pointer;
            transition: background 0.3s, color 0.3s;
        }
        .answer-option.active {
            background-color: #0d6efd;
            color: #fff;
            border-color: #0d6efd;
        }
        .answer-option input[type="radio"] {
            display: none;
        }
        .wizard-buttons {
            margin-top: 20px;
        } 
.answer-option label{
  width: 100%;
  float: left;
  padding: 15px;
  cursor: pointer;
}

.wizard-step { display: none; }
        .wizard-step.active { display: block; }
        .answer-option {
            border: 1px solid #ccc;
            border-radius: 8px;
            /* padding: 15px; */
            background: #fff;
            float: left;
            width: 100%;
            cursor: pointer;
            transition: background 0.3s, color 0.3s;
        }
        .answer-option.active {
            background-color: #073c2f;
            color: #fff;
            border-color: #14613f;
        }
        .answer-option input[type="radio"] {
            display: none;
        }
        .wizard-buttons {
            margin-top: 20px;
            width: 100%;
        }
.wizard-step h4{
        font-size: 24px;
    text-align: center;
    color: #00240E;
    font-weight: 600;
    margin-bottom: 40px;
}
.wizard-step{
        max-width: 600px;
        /* display: block; */
        margin: auto;
}
.op-img{
    width:100%;
    float:left;
    overflow:hidden;
    position:relative;
    border-radius: 20px;
}.op-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.op-img:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(46 174 96 / 41%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}.bnr-hed .btn1:hover{
    
}
.bnr-hed .btn2:hover{
    
}
@media(min-width:768px){
    .ban-mob{
        display:none;
    }.ban-mob3{
        display:none;
    }
}
@media(max-width:767px){
    .header-img{
        display:none;
    }
    .ban-mob{
        
    }
    
    .menu-img {
    width: 28px !important;
}

    .ban-mob img{
                width: 100%;
                position: relative;
               /* height: 251px; */
                object-fit: contain;
                top: 32px;
    } .ban-mob3 img{
                width: 100%;
                position: relative;
                top: 24px;
    }
}
.next-btn{
    background: #2eae60 !important;
    padding: 10px 30px !important;
    border: 0;
    font-size: 16px !important;
    color: #fff !important;
}
.back-btn{
    background: #073c2f;
    padding: 10px 30px !important;
    border: 0;
    font-size: 16px !important;
    color: #fff !important;
}
.quiz-page h2{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}.p8-box:hover img{
    transform: scale(1.1);
}.enq:hover{
    
}.sign:hover span{
    background: #2eae60;
    color: #fff;
}
.wizard-buttons a{
     background: #2eae60 !important;
    padding: 10px 30px !important;
    border: 0;
    font-size: 16px !important;
    color: #fff !important;
}.panel3 .collapse.show{
  position:relative;
}
.panel3 .collapse.show:after{
    position:absolute;
    content:"";
    width: 65%;
    left: 0;
    bottom: -2px;
    height: 3px;
    background: #1a7146;
    z-index: 99;
}
.panel12 .card-header a h5:after{
    position:absolute;
    content:'';
    right: 30px;
    top: 22px;
    /* font-size: 30px; */
    /* border: 2px solid #002726; */
    width: 25px;
    height: 25px;
    background-image: url('../images/minus-circle.png');
    /* border-radius: 100%; */
    /* padding: 10px; */
    background-size: contain;
    background-repeat: no-repeat;
}
.panel12 .card-header a.collapsed h5:after{
   position: absolute;
   content: '';
   right: 30px;
   top: 25px;
   /* font-size: 30px; */
   /* border: 2px solid #002726; */
   width: 25px;
   height: 25px;
   background-image: url(../images/plus-img.png);
   /* border-radius: 100%; */
   /* padding: 10px; */
   background-size: contain;
   background-repeat: no-repeat;
} .panel12 .card.shadow-active{
    transition: box-shadow 0.3s ease;
  }

   .panel12 .card.shadow-active {
  box-shadow: 0 0 15px rgb(46 174 96);
  transition: box-shadow 0.3s ease;
}.abt-123:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.abt-123:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(46 173 95 / 62%) 0%, rgb(21 41 58 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.abt-123{
    position:relative;
    overflow: hidden;
    border-radius: 20px;
}a{
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
}.loader {
        width: 48px;
        display: inline-block;
        height: 48px;
        border-radius: 50%;
        position: relative;
        animation: rotate 1s linear infinite
      }
      .loader::before , .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 6px solid #2EAE60;
        animation: prixClipFix 2s linear infinite;
      }
      .loader::after{
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: #8b8b8b45;
      }

      @keyframes rotate {
        0%   {transform: rotate(0deg)}
        100%   {transform: rotate(360deg)}
      }

      @keyframes prixClipFix {
          0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
          50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
          75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      }.quiz-landing h5:hover{
          background: linear-gradient(-350deg, rgba(46, 174, 96, 1) 0%, rgba(41, 158, 89, 1) 0%, rgba(29, 124, 74, 1) 15%, rgba(3, 48, 42, 1) 87%, rgba(7, 58, 46, 1) 100%);
      }
      .ext img{
          width: 84%;
          height: 230px;
          object-fit: cover;
          float: left;
      }  .ext2 img{
          width: 84%;
          height: 230px;
          object-fit: cover;
          float: right;
      }
      .p10-carousel .owl-nav{
          display:none;
      }
      .abt3-box:hover{
          background: #0b302c;
      }
      @media(max-width:350px){
          .abtgreen{
        transform:none;width:310px !important;
    }
      }
      @media(min-width:351px) and (max-width:440px){
            .abtgreen{
        transform:none;width:350px !important;
    }
      }
       @media(min-width:441px) and (max-width:575px){
            .abtgreen{
        transform:none;width:440px !important;
    }
      }  @media(min-width:576px) and (max-width:640px){
            .abtgreen{
        transform:none;
        width: 470px !important;
    }
      } @media(min-width:641px) and (max-width:700px){
            .abtgreen{
        transform:none;width:640px !important;
    }
      } @media(min-width:701px) and (max-width:767px){
            .abtgreen{
        transform:none;
        width: 520px !important;
    }
      }@media(min-width:768px) and (max-width:850px){
            .abtgreen{
        transform:none;
        width: 565px !important;
    }
      }@media(min-width:851px) and (max-width:992px){
            .abtgreen{
        transform:none;
        width: 450px !important;
    }
      }
      @media(min-width:992px) and (max-width:1024px){
          .mobile-menu-tag {
    float: right;
    margin-top: -102px!important;
    margin-right: 30px;
}.p1-left h1 {
    width: 100%;
    font-size: 43px!important;}.p13-text {
    width: 100%;
    position: absolute;
    top: 12%!important;
    left: 6%;
}.panel13 {
    width: 100%;
    float: left;
    padding: 0 0 70px;
    position: relative;
}
          .hdrimg {
    width: 100%;
    position: relative;
    top: 32px;
    height: 454px;
}.hdrimg3 {
    width: 84%;
    height: 553px!important;
    object-fit: contain;
    position: relative;
    top: 48px!important;
    float: right;
}
          .banner{
                  height: 548px;
          }.float2 {
    position: absolute;
    left: 20px;
    bottom: 80px;
    max-width: 100%;
    width: 227px;
    z-index: 99;
}
          .plan3 {
    height: 974px !important;
}

          .innerban h1{
              width:70%;
          }.serv-img1 {
    float: right;
    width: 310px;
    margin-left: 40px;
}
          .serv-bx2 img {
    width: 353px;}.serv-bx1 img {
    width: 443px;}
          .bnr-hed h2 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #FFF4D6, #D9DDFA, #D9FFDD);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 43px;
    font-weight: 600;
}.ban-text {
    width: 51%;
    float: left;
}.header-img {
    width: 49%;
    float: right;
    position: relative;
    margin-top: 62px;
}
          .quiz-ban h1 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #002726, #1a5f35, #1a5f35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 53px;
    font-weight: 600;
    width: 59%;
    margin-top: 20px;
    float: left;
    clear: both;
}.quiz-img {
    position: absolute;
    right: 0;
    width: 60%;
    z-index: -9;
    bottom: -60px;
}
      }
      @media(min-width:1025px) and (max-width:1199px){
          .head2 ul li {
    list-style: none;
    display: inline-block;
    padding: 12px 10px!important;
    position: relative;
}
          .banner{
              height:660px;
          }.hdrimg {
    width: 100%;
    position: relative;
    top: 3px;
    height: 498px;
}.float2 {
    position: absolute;
    left: 20px;
    bottom: 67px!important;}
          .about2 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.abtmain7 h1 {
    font-size: 45px;
    color: #002726;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 0;
}.p13-text h1 {
    font-size: 42px;}

          .about2 img {
    width: 495px;
    float: left;
    margin-right: 30px;}.about2 h1 {
    font-size: 39px;
    color: #002726;
    font-weight: 600;
    padding-bottom: 20px;
}.about2 .nav {
    border: 0 !important;
    background: #2EAE60;
    width: 40%;
    padding: 10px;
    border-radius: 10px;
}
          .innerban h1{
              width:60%;
          }
          .head2 ul li a {
    font-size: 14px;}.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px; */
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #002726;
    margin: 0px 7px;
    padding: 30px 0 0;}.logo img {
    width: 185px;
    float: left;
}
          .header-img {
    width: 49%;
    float: right;
    position: relative;
    margin-top: 162px;
}.bnr-hed {
    width: 100%;
    float: left;
    padding-top: 95px;
}.bnr-hed h2{
    font-size:53px;
}
          .quiz-ban h1 {
    color: #FFF4D6;
    background-image: linear-gradient(93deg, #002726, #1a5f35, #1a5f35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 53px;
    font-weight: 600;
    width: 59%;
    margin-top: 20px;
    float: left;
    clear: both;
}.quiz-img {
    position: absolute;
    right: 0;
    width: 60%;
    z-index: -9;
    bottom: -60px;
}
      }
      @media(min-width:1200px) and (max-width:1300px){
          .quiz-img {
    position: absolute;
    right: 0;
    width: 60%;
    z-index: -9;
    bottom: -70px;
}
      }
      .plan-sec
      {
          width: 100%;
          float: left;
          padding: 70px 0;
      }
      .plan-sec h1{
          font-size: 55px;
          color: #002726;
          font-weight: 600;
          text-align: center;
      }
      .plan-sec p{
          font-size: 16px;
          color: #6D6D6D;
          font-weight: 400;    margin-bottom: 30px;
          line-height: 189%;
          padding: 0 190px 30px;
          text-align: center;
      }
      .plan-box h6{
          font-size: 28px;
    font-weight: 700;
    text-align: left;
    background: #d8d8d88a;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #000000;
      }
      .plan-box h2{
          font-size: 20px;
          color: #246607;
          font-weight: 600;
          padding: 10px 20px;
      }
      .plan-box h4{
          font-size: 15px;
          position:relative;
          color: #000;
          line-height: 185%;
          padding: 0 20px 9px 43px;
          font-weight: 600;
          float: left;
          border-bottom: 1px solid #cece;
          width: 100%;
      }
.plan-box h4:after{
      position: absolute;
      content: '';
      background-image: url(../images/checked.png);
      width: 17px;
      height: 17px;
      background-size: contain;
      left: 20px;
      top: 7px;
}
.plan-box h4 span{
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 300;
}
      .plan-box h4 b{
         color: #087640; 
      }
      .plan-box ul{
          /* padding: 0; */
          width: 100%;
          padding-left: 0px;
          margin-top: 15px;
          margin-bottom: 5px;
      }
      .plan-box h5{
          font-size: 18px;
          padding: 0 20px;
          font-style: italic;
          margin-bottom: 20px;
      }
      .plan-box ul li{
         list-style: none;
         padding: 20px 5px 20px 50px;
         margin-bottom: 0px;
         font-size: 15px;
         color: black;
         font-weight: 600;
         border-bottom: solid 1px rgb(0 0 0 / 8%);
         position: relative;
      }
      .plan-box ul li:after{
          position:absolute;
          content:'';
          background-image: url(../images/checked.png);
          width: 20px;
          height: 20px;
          background-size: contain;
          left: 20px;
          top: 22px;
      }
      .plan-box{
          background: #EDEDED82;
    background: linear-gradient(360deg,rgb(237 237 237 / 72%) 0%, rgba(255, 255, 255, 1) 100%);
    /* padding: 30px; */
    width: 100%;
    float: left;
    padding-bottom: 35px;
    border-radius: 20px;
    margin-bottom: 30px;
      }
      .silv-text{
          width: 80%;
          float: left;
      }
      .silv-btn{
          
      }
      .silv-btn a{
          
      }
      .silv-btn a:hover{
          
      }
      .plan3{
             background: #05352c;
             border-radius: 20px;
             margin-bottom: 20px;
             min-height: 695px;
             width: 97%;
             float: left;
             padding-bottom: 28px;
             margin-top: 50px;
      }.plan3 h2 span{
        float: left;
        width: 100%;
        font-size: 16px;
        color: #fff;
        opacity: .7;
        font-weight: 400;
      }
      .plan3 h2{
         background:#1e8c49;
         color: white;
         line-height: 28px;
         float: left;
         min-height: 112px;
         width: 100%;
         font-size: 19px;
         padding-top: 15px;
         padding-bottom: 15px;
         border-top-left-radius: 20px;
         border-top-right-radius: 20px;
      }
      .plan3 h4{
          color:white;
      }
      
      .plan3 ul li{
          color:white;
          border-bottom: solid 1px rgb(255 255 255 / 18%);
      }
      
      .cele{
         color: aliceblue;
         padding-left: 21px;
         padding-top: 15px;
         background: #0b4036;
         padding-bottom: 15px;
         margin-top: 16px;
         font-size: 12px;
         font-weight: 600;
         letter-spacing: 0px;
         text-transform: uppercase;
      }
      
      
      .plan3 h4 b{
          float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
    color: #63de93;
      }
      
      
      .plan-box h3{
       text-align: center;
    padding-top: 19px;
    font-size: 25px;
    font-weight: 600;
    color: #056a0a;
    padding-bottom: 6px;   
      }
      .plan-box a{
              background: #44b871;
              padding: 13px 40px 16px;
              font-size: 15px;
              color: #fff;
              font-weight: 400;
              border-radius: 12px;
              text-decoration: none;
              margin-left: 15px;
              margin-top: 10px;
              float: left;
      }
      .plan-box a:hover{
             background: #032e29; 
      }
      
      
      .imggold{
      width: 95px;
      float: right;
      top: -67px;
      position: absolute;
      right: 0;
      }
      
      .premium-pack{
              text-align: left !important;
    padding-top: 15px !important;
    margin-bottom: 10px !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: green !important;
      }
      .hdrimg2{
          width: 100%;
          height: 561px;
          object-fit: contain;
          position: relative;
          top: 10px;
      }    .hdrimg3{
          width: 84%;
          height: 553px;
          object-fit: contain;
          position: relative;
          top: 56px;
          float: right;
      }
      .p6-carousel .owl-nav{
          position: absolute;
          top: -110px;
          right: 5%;
      }
           .p6-carousel .owl-prev{
          margin-right: -20px;
      } .p6-carousel .owl-prev img:hover{
          opacity: .6;
      }
           .p6-carousel .owl-next{
          
      }.p6-carousel .owl-next img:hover{
             opacity: .6;
      }
      .p6-carousel .owl-next img{
          transform: rotate(180deg);
          top: -3px;
          position: relative;
      }
      .quiz-field{
          width: 100%;
          float: left;
          margin-bottom: 10px;
      }
      .quiz-field label{
          font-size: 16px;
          color: #000;
          font-weight: 600;
          width: 100%;
          float: left;
          text-align: left;
      }.quiz-field input:focus{
        outline:none;
      }
      .quiz-field input{
          width: 100%;
          text-align: left;
          border: 0px solid #199a5b;
          float: left;
          margin-top: 7px;
          padding: 15px;
          border-radius: 10px;
          background: #ede8e33d;
          border: 1px solid #cecece70;
      }
      .quiz-sub{
          width: 320px;
          float: none;
          background: #2EAE60;
          margin-left: 48px;
          height: 52px;
          text-align: center;
          font-size: 16px;    border: 0;
          color: #fff;
          font-weight: 500;
          text-decoration: none;
          padding: 14px 0;
          border-radius: 12px;
          margin-top: 15px;
          display: table;
          margin: 20px auto 0;
      }
      .quiz-sub:hover{
          
      }
      .quiz-form{
          width: 100%;
          background: #fff;
          padding: 40px;
          border-radius: 20px;
      }
      .about2 p{
          font-size: 16px;
          color: #6D6D6D;
          /* width: 100%; */
          /* float: left; */
          line-height: 159%;
          margin-top: 0;
          margin-bottom: 6px;
      }.ox-2:hover{
        background: #022c2a;
      }
      .ox-2{
          width: 100%;
          float: left;
          border: 1px solid #1c3c29;
          border-radius: 10px;
          padding: 20px;
          margin-top: 20px;
      }
      .ox-2 h6{
          font-size: 16px;
          color: #fff;
          font-weight: 400;
          line-height: 159%;
          margin: 0;
          opacity: .7;
      }
      .ox-2 h5{
          color: #fff;
          font-size: 23px;
          font-weight: 600;
      }.quiz-btn:hover{
          background:#197c4b;
      }.register_now:hover{
                 background:#197c4b;
      }
      .s33 h2{
              padding-top: 25px;
      }.about5 a:hover{
           background:#197c4b;
      }
      .bnr-hed span{
          
      }
      .bnr-hed .img-f{
          
      }
      .bnr-hed .img-a2{
          
      }
      @media(min-width:576px){
          .ftr-last p br{
              display:none;
          }
      }
      
      
      
      /***************************Phone Menu********************/
   


/*phone-mnu*/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 40px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
/*  padding: 0 36px 0 20px;*/
  line-height: 40px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  /* content: ''; */
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  /* right: 22px; */
  /* -webkit-transform: rotate(45deg); */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* transform: rotate(45deg); */
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 40px;
}

.cd-dropdown {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 18px;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #2eae62;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    /* position: absolute; */
    /* top: calc(100% - 2px); */
    /* reset style*/
    /* height: auto; */
    /* width: auto; */
    /* -webkit-transform: translateX(0); */
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    /* transform: translateX(0); */
    /* background-color: #ffffff; */
    /* color: #111433; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    /* opacity: 0; */
    /* -webkit-transform: translateY(30px); */
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    /* transform: translateY(30px); */
    /* -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s; */
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    /* transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; */
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    /* display: none; */
  }
  .cd-dropdown.dropdown-is-active {
    /* opacity: 1; */
    /* -webkit-transform: translateY(0); */
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    /* transform: translateY(0); */
    /* -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s; */
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    /* transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s; */
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  font-size: 17px;
  color: #000;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: transparent;
  border-style: solid;
  font-weight: 400;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size:17px;
    /* border-color: #ebebeb; */
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #000;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    /* position: static; */
    /* height: auto; */
    /* width: 280px; */
    padding-top: 60px;
    list-style: none;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 56%;
  margin-top: -2px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  text-align: left;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  left: 129px;
  -webkit-transform-origin: 9.5px 50%;
  -moz-transform-origin: 9.5px 50%;
  -ms-transform-origin: 9.5px 50%;
  -o-transform-origin: 9.5px 50%;
  transform-origin: 9.5px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

@media(max-width:575px)
{
    .contact-full h6{
        float: none;
    display: table;
    margin: auto;
    }
    .cd-dropdown-content, .cd-dropdown-content ul {
    
    list-style: none;
  }
    
    
    
    .head-menu {
    width: auto!important
        
    }
    
    
    
    
      .menu-img {
        width: 28px !important;
    }
    .cd-dropdown-wrapper {margin: 0 0 0 5%;}
}





.mobile-menu-tag{float:right;margin-top: -62px;margin-right: 30px;}

@media(max-width:767px){
    .panel4 .accordion{
        display:none;
    }
}
@media(min-width:768px){
    .mob-acc{
        display:none;
    }
}
.mob-acc{
    width: 100%;
    float: left;
}
.mob-acim{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.mob-acim img{
    width: 100%;
    float: left;
}
.mob-actxt{
    position: absolute;
    top: 0;
    text-align: center;
    padding: 20px;
}
.mob-actxt h5{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.mob-actxt p{
    font-size: 15px;
    color: #fff;
}
@media(max-width:767px){
    .r1{
        width:100%;margin-left:0;
    }
    .abtgreen-stack{
        display:none;
    }
}
@media(min-width:768px){
    .gr-carousel{
        display:none !important;
    }
}

.cdr h3 {
  color: #002726;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 16px;
}

.cdr p {
  font-size: 16px;
  color: #6D6D6D;
  font-weight: 400;width:100%;float:left;
  line-height: 1.6;
  text-align: left;
}

.cdr{
    width:100%;
    float:left;
    background: #aeffd3;
  border-radius: 16px;
  border: 1px solid #D0D0D0;
  padding: 35px;
}
.cdr img{
     max-width: 56px;
  float: left;
}
.ps-box{
        padding: 30px;
        min-height: 245px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
}
.ps-box:hover{
    background: linear-gradient(350deg, rgb(28 148 81) 0%, rgb(26 127 76) 0%, rgb(25 159 93) 15%, rgb(25 122 75) 87%, rgb(26 132 77) 100%);
}
.ps-img1{
    min-height: 520px;
}
@media(max-width:575px)
{
    .ps-img1
    {
     min-height: auto;
  }.cr-im2{
      height:auto;
  }.cr-im3{
      height:auto;
  }
    }
    .cru-bx{
        padding: 30px;
        min-height: 270px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }
    .cru-bx:hover{
        background: linear-gradient(350deg, rgb(28 148 81) 0%, rgb(26 127 76) 0%, rgb(25 159 93) 15%, rgb(25 122 75) 87%, rgb(26 132 77) 100%);
    }
    .cr-im2{
        height: 450px;
    }
    .cr-im3{
        height: 390px;
    }
    .essence{
        width: 100%;
        float: left;
        text-align: center;
        padding: 70px 0;
    }
    .essence h1{
        font-size: 49px;
        color: #002726;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .essence p{
        font-size: 16px;
        color: #6D6D6D;
        /* width: 100%; */
        /* float: left; */
        line-height: 159%;
        margin-top: 0;
        margin-bottom: 6px;
        padding: 0 180px 20px;
    }
    .essence img{
        max-width: 100%;
        display: block;
        margin: auto;
    }
    .essence h6{
        font-size: 20px;
        color: #2caf63;
        font-style: italic;
        margin-bottom: 0;
        margin-top: 20px;
    } #more11 {display: none;margin-bottom: 30px;float: left;border-bottom: 1px solid #325952;padding-bottom: 10px;}
 #more12 {display: none;}

     #more13 {display: none;}

     #more14 {display: none;}

   #more {display: none;}
.age-div{
    /* float: left; */
    background: #cfffe2;
    padding: 20px;
    width: 100%;
    max-width: 85%;
    display: table;
    margin: auto;
}
.sub-p1{
    font-size: 15px;
    color: #fff;
    padding: 0 15px;
    font-weight: 400;
    line-height: 27px;
}
.age1{float: left;width: 100%;margin-bottom: 10px;background: #fff;padding: 10px;border-left: 5px solid #44b871;border-radius: 10px;}
.age1 h5{
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    padding: 0 14px;
}
.age1 h5 span{
    font-size: 14px;
    color: #000;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
}
#myBtn{
    border: 0;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    color: #44b871;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}#myBtn1:focus-visible{
    outline:none !important;
}
#myBtn11{
    border: 0;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 3px;
    padding-left: 30px;
    color: #fdfffe;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}#myBtn11:focus-visible{
    outline:none !important;
}
#myBtn12{
    border: 0;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 3px;
    padding-left: 30px;
    color: #ffffff;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}#myBtn12:focus-visible{
    outline:none !important;
}#myBtn13{
    border: 0;
    float: left;
    width: 100%;
    margin-top: 3px;
    text-align: left;
    padding-left: 30px;
    color: #ffffff;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}#myBtn13:focus-visible{
    outline:none !important;
}#myBtn14{
    border: 0;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin-top: 3px;
    color: #ffffff;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}#myBtn14:focus-visible{
    outline:none !important;
}
#myBtn:focus-visible{
    outline:none !important;
}
#myBtn1{
    border: 0;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    color: #44b871;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}
    #more1 {display: none;}

#myBtn2:focus-visible{
    outline:none !important;
}
#myBtn2{
    border: 0;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    color: #44b871;
    font-size: 17px;
    background: transparent;
    font-style: italic;
}
    #more2 {display: none;}
.plan3 a{
  /* position: absolute; */
  /* bottom: -10px; */
  /* left: 10%; */
}  
    .phone-wrapper {
      position: relative;
      width: 40%;
      height: 380px;
      transition: all 0.5s ease;
      cursor: pointer;
      margin-top: 0;
      float: right;
    }
    .bene{
        width: 100%;
        float: left;
        background: #012b28;
        padding: 70px 0;
        text-align: center;
    }
    .bene h2{
        font-size: 45px;
        color: #fff;
        font-weight: 500;
    }.bene-box:hover{
      background: #083431;
    }
    .bene-box{
        width: 100%;
        float: left;
        padding: 30px;
        /* background: #44b871; */
        border-radius: 10px;
        min-height: 210px;
        margin-top: 30px;
        border: 1px solid #1d3e3c;
    }
    .bene-box h5{
        font-size: 18px;
        color: #fff;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .bene-box img{
        width: 70px;
    }

   .landscape {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      transition: opacity 0.5s ease;
    }
 .portrait {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      transition: opacity 0.5s ease;
    }
    .portrait img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
.landscape img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .landscape {
      /* transform: rotate(282deg) scale(0); */
      transform-origin: center;
      opacity: 0;
      z-index: 1;
    }

    .phone-wrapper:hover .portrait {
      opacity: 0;
      z-index: 0;
    }

    .phone-wrapper:hover .landscape {
      /* transform: rotate(90deg) scale(1); */
      opacity: 1;
      z-index: 2;
    }

    .landscape .text-overlay {
      position: absolute;
      top: 20px;
      left: 50px;
      transform: none;
      padding: 31px;
      color: white;
      font-size: 16px;
      width: 80%;
      text-align: center;
    }
.ap-ph{
    float: left;
    width: 60%;
    padding-top: 90px;
}
.ap-ph h1{
  width:100%;
  font-size: 52px;
}
.abt4-img-ph {
    width: 40%;
    float: right;
    margin-left: 0;
    height: 70vh;
    object-fit: contain;
    border-radius: 20px;
}
.abt4-img-ip {
    width: 100%;
    float: right;
    margin-left: 0;
    /* height: 100vh; */
    /* object-fit: contain; */
    /* border-radius: 20px; */
    /* margin-top: -100px; */
}
.p-sec2 .pin-spacer{
    
}
.p-psy{
    position: absolute;
    top: 16px;
    text-align: center;
    padding: 38px;
    color: #fff;
    font-size: 18px;
}
.img-p2{
    float: right;
    width: 40%;
    position: relative;
    margin-top: 90px;
}
@media(max-width:575px){
    .p-psy {
    position: absolute;
    top: 60px!important;
    text-align: center;
    padding: 24px 9px!important;
    color: #fff;
    font-size: 12px!important;
}.img-p2 {
    float: right;
    width: 100%;
    position: relative;
}.abt4-img-ip {
    width: 100%;
    float: right;
    margin-left: 0;
    height: 100vh;
    object-fit: contain;
    border-radius: 20px;
    margin-top: -100px;
}.abt4-img-ph {
    width: 100%;
    margin-bottom: 20px;
    float: right;
    margin-left: 0;
    height: 30vh;
    object-fit: contain;
    border-radius: 20px;
}.ap-ph h1 {
    width: 100%;
    font-size: 28px!important;
}.ap-ph {
    float: left;
    width: 100%!important;
    padding-top: 0!important;
}
}
@media(min-width:576px) and (max-width:767px){
    .p-psy {
            position: absolute;
        top: 34px !important;
        text-align: center;
        padding: 24px 49px !important;
        color: #fff;
        font-size: 18px !important;
}.img-p2 {
    float: right;
    width: 100%;
    position: relative;
}.abt4-img-ip {
    width: 100%;
    float: right;
    margin-left: 0;
    height: 100vh;
    object-fit: contain;
    border-radius: 20px;
    margin-top: -100px;
}.abt4-img-ph {
    width: 100%;
    margin-bottom: 20px;
    float: right;
    margin-left: 0;
    height: 30vh;
    object-fit: contain;
    border-radius: 20px;
}.ap-ph h1 {
    width: 100%;
    font-size: 28px!important;
}.ap-ph {
    float: left;
    width: 100%!important;
    padding-top: 0!important;
}
}
@media(min-width:768px) and (max-width:991px){
    .p-psy {
            position: absolute;
            top: -36px !important;
            text-align: center;
            padding: 24px 109px !important;
            color: #fff;
            font-size: 18px !important;
}.img-p2 {
    float: right;
    width: 100%;
    position: relative;
}.abt4-img-ip {
    width: 100%;
    float: right;
    margin-left: 0;
    height: 80vh;
    object-fit: contain;
    border-radius: 20px;
    margin-top: -100px;
}.abt4-img-ph {
    width: 100%;
    margin-bottom: 20px;
    float: right;
    margin-left: 0;
    height: 30vh;
    object-fit: contain;
    border-radius: 20px;
}.ap-ph h1 {
    width: 100%;
    font-size: 48px!important;
}.ap-ph {
    float: left;
    width: 100%!important;
    padding-top: 0!important;
}
.mobile-menu-tag {
    float: right;
    margin-top: -102px;
    margin-right: 30px;
}
}
@media(min-width:992px) and (max-width:1024px){
    .abt4-img-ip {
    width: 100%;
    float: right;
    margin-left: 0;
    height: 100vh;
    object-fit: contain;
    border-radius: 20px;
    margin-top: 0;
}.p-psy {
    position: absolute;
    top: 140px;
    text-align: center;
    padding: 18px;
    color: #fff;
    font-size: 14px;
}.progress-bar-scroll{
    display:none;
}
}
@media(min-width:1025px) and (max-width:1199px){
    .p-psy {
    position: absolute;
    top: 30px;
    text-align: center;
    padding: 38px;
    color: #fff;
    font-size: 14px;
}
}
@media(min-width:1200px) and (max-width:1250px){
    .p-psy {
    position: absolute;
    top: 0px;
}
}

@media(min-width:1440px) and (max-width:2000px){
    .ap-ph {
    float: left;
    width: 60%;
    padding-top: 15%;
}.p-psy {
    position: absolute;
    top: 13px;
    text-align: center;
    padding: 38px;
    color: #fff;
    font-size: 18px;
}
}

@media(min-width:2001px) and (max-width:2500px){
    .ap-ph {
    float: left;
    width: 60%;
    padding-top: 22%;
}.p-psy {
    position: absolute;
    top: 250px;
    text-align: center;
    padding: 38px;
    color: #fff;
    font-size: 18px;
}
}
.corporate-sec{
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
}
.corporate-sec h1{
    font-size: 50px;
    color: #002726;
    font-weight: 600;
}
.corporate-sec p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 159%;
    padding: 0 140px;
}
.corporate-sec h6{
    font-size: 20px;
    color: #199e5c;
    font-weight: 600;
}
.corp-box{
    width: 100%;
    background: #f5f5f5;
    float: left;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.corp-box h4{font-size: 23px;font-weight: 600;color: #022e29;}
.corp-box h5{
 font-size: 15px;
    line-height: 168%;
    margin-bottom: 0;
    margin-top: 10px;
    color: #565a58;
}
.corp-box img{
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 10px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
}
.corp-box:hover{
        background: #dfffed;
}
.corp-box:hover img{
      transform: scale(1.1);
}
.corporate-sec2{
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #022e29;
}
.corporate-sec2 h2{
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.img-corp{
    width: 100%;
    float: left;
    position: relative;
}
.img-corp img{
    height: 420px;
    max-width: 500px;
    display: block;
    margin: auto;
    border-radius: 20px;
    object-fit: cover;
}
.em1{
    position: absolute;
    left: 170px;
    top: 28px;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 200px;
    font-weight: 600;
}.em1 span{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
}
.em2{
    position: absolute;
    right: 170px;
    top: 58px;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 200px;
    font-weight: 600;
}.em2 span{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
}.em3{
    position: absolute;
    left: 170px;
    bottom: 0px;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 200px;
    font-weight: 600;
}.em3 span{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
}.em4{
    position: absolute;
    right: 170px;
    bottom: -60px;
    background: #ffffff80;
    padding: 20px;
    border-radius: 30px;
    font-size: 30px;
    color: #022e29;
    width: 200px;
    font-weight: 600;
}.em4 span{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000;
}
.corp3{
    width: 100%;
    float: left;
    background-image: url('../images/bg2.webp');
    background-size: cover;
    padding: 70px 0;
    background-repeat: no-repeat;
}
.corp3 h1{
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.corp3 p{
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding: 0 200px 0px;
    text-align: center;
}
.corp-field select{
      width: 100%;
      font-size: 16px;
      float: left;
      border: 1px solid #cecece;
      border-radius: 10px;
      padding: 15px;
}
.corp-field{width: 100%;float: left;margin-bottom: 20px;}
.corp-field label{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 6px;
}
.corp-field input{
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
}
.corp3 form{
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}
.corp3 button{
    background: #2EAE60;
    height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 30px;
    border-radius: 12px;
    display: table;
    margin: auto;
    border: 0;
}
.corp3 button:hover{
    background: #022b28;
}
.corp-field textarea{
      width: 100%;
      float: left;
      border: 1px solid #cecece;
      border-radius: 10px;
      padding: 15px;
      font-size: 16px;
}
.crp-img{
    background: linear-gradient(350deg, rgb(255 132 197) 0%, rgb(215 98 156) 0%, rgb(223 98 159) 15%, rgb(230 126 177) 87%, rgb(230 97 163) 100%);
    padding: 20px;
    border-radius: 100%;
    filter: invert(1);
    width: 100px !important;
    height: 100px !important;
}.proverb img{
  width: 100%;
  float: left;
  margin-right: 0;
}
.proverb{
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 70px 0;
}
.proverb h2{
    font-size: 55px;
    color: #002726;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.proverb p{
    font-size: 16px;
    color: #12141D;
    font-weight: 400;
    padding-top: 0;
    line-height: 169%;
    width: 100%;
    float: left;
}
.privacy-sec{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.privacy-sec h1{
    font-size: 49px;
    color: #002726;
    font-weight: 600;
    padding-bottom: 10px;
}
.privacy-sec p{
    font-size: 16px;
    color: #6D6D6D;
    /* width: 100%; */
    /* float: left; */
    line-height: 159%;
    margin-top: 0;
    margin-bottom: 6px;
}
.privacy-sec ul{
    padding: 0;
}
.privacy-sec ul li{
    font-size: 16px;
    color: #6D6D6D;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    line-height: 179%;
    position: relative;
    padding-left: 30px;
    list-style: none;
}
.privacy-sec ul li a{
    color: #000;
}
.privacy-sec ul li:after{
    position:absolute;
    content:'';
    background-image: url('../images/ico.png');
    width: 20px;
    height: 20px;
    left: 0;
    background-size: contain;
    top: 7px;
}
.proverb span{
    float: left;
    background: #c8f5da;
    padding: 10px;
    border-left: 3px solid #2eae60;
    border-radius: 10px;
    margin-top: 10px;
}
@media (min-width:1460px){
    .p9-box p {
    width: 94%;
    }
}

.plan3 .gold-tier {
    position: absolute;
    background: linear-gradient(275deg, rgb(53 114 103) 3%, rgb(5 53 44) 100%);
    padding: 8px 20px;
    border-radius: 30px;
    top: -10px;
    right: 20px;
}.plan3 .gold-tier h5 {
    background-image: linear-gradient(93deg, #FFFFFF, #DDC155, #EFBF04);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}.plan3 .silver-tier{

position: absolute;

    background-image: linear-gradient(93deg, #2b655a, #0d3f36, #276156);

padding: 8px 20px;

border-radius: 30px;

 top: -10px;
    right: 20px;
}
.plan3 .silver-tier h5{

background-image: linear-gradient(93deg, #FFFFFF, #C9C4C4, #C9C4C4);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

font-size: 14px;

font-weight: 600;

margin: 0;
}
.ftr-last p a:hover{
    color:#2eae61;
}
.proverb h6 {
    width: 169px;
    float: left;
    clear: both;
    height: 40px;
    background: #002726;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 12px;
}.proverb h6 img {
    width: 20px;
    float: left;
    margin-right: 10px;

}
.grecaptcha-badge { 
    visibility: hidden;
}
.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }


