html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden!important;  
  font-family: "Poppins", serif !important;
scroll-behavior: smooth;
}
a{
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -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;

}
.s2-box img{
        width: 50px;
    height: 50px;
}
/* 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: left;
  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: #0163ac;
}
         


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

.img-fluid {
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}
.p2-img:after{
     position: absolute;
    content: '';
    background: linear-gradient(1deg, rgb(0 0 0 / 69%) 11%, rgb(0 0 0 / 68%) 10%, rgb(255 255 255 / 0%) 91%);
    width: 100%;
    height: 420px;
    left: 0;
    top: 0;
    border-radius: 20px;
}
@media (max-width: 1024px) {
    .pilate-liability .nav {
    border: 0;
    position: relative !important;
    width: 100%;
    float: left;
    left: inherit;
    bottom: inherit;
    display: contents;
}
    .gallery-full .nav button{
        width:46% !important;
        float:left!important;
    }
    .gallery-full .nav {
    border: 0;
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 100% !important;
    display: inline-table;
    float: left;
    text-align: center;
}
   .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: 300px;
    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: 9999;
  right: 15px;
  top: 20px;
  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: #0163ac;
  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%;
  /* display: none; */
}
.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: #0163ac !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: #0163ac !important;
  display: block;
}

.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-color: #ffffff;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 999;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/ct-bg.webp');
  background-size: cover;
  background-position: center;
}
.ul-sub{
          height: 300px !important;
        overflow-y: scroll !important;
        padding-bottom: 100px !important;
}
.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: 15px 0;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 20px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #0163ac;
  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: #141412;
  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;
}
.activeli{
  color: #ffffff !important;
  background: #0163ac;
  border-radius: 30px;
 }.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;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 38px 0px 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;
    padding: 7px 16px;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #0163ac; !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: 76px;
    /* 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: 16px;
    font-weight: 500;
    padding: 18px 10px;
    display: block;
    color: #0163ac;
    background: #ffffff;
    text-align: -webkit-match-parent;
    text-decoration: none;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    border-bottom: 1px solid #ccefff;
}
.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 15px;
}
.logo{width: 22%;float: left;position: relative;z-index: 9;margin-top: 11px;}
.logo img{width: 141px;float: left;height: 93px;object-fit: contain;}
.header2{width: 78%;float: left;position: relative;}
.banner{

width: 100%;

float: left;

position: relative;

margin-top: 30px;
}
.ban-carousel{

float: left;

width: 100%;
}
.ban-img{

}
.ban-img img{

width: 100%;height: 756px;
    object-fit: cover;

float: left;

border-radius: 20px;
}
.banner-text{

position: absolute;

top: 29%;

z-index: 9;

left: 4%;
}
.banner-text img{width: 297px;}
.banner-text h1{

font-size: 64px;

color: #fff;

width: 56%;

font-weight: 500;
}
.banner-text-a{width: 156px;float: left;height: 50px;background: #0063AC;text-align: center;font-size: 16px;color: #fff;text-decoration: none;padding: 14px 0;border-radius: 30px;margin-top: 15px;}
.banner-text-a:hover{
    
background: #fff;
    
color: #0063AC;
}
.ban-carousel .owl-item {
    padding: 0 15px;
}
.panel1{

width: 100%;

float: left;

padding: 90px 15px;
}
.panel1 h2{

width: 138px;

border: 1px solid #0063AC;

font-size: 15px;

text-align: center;

height: 38px;

padding: 9px 0;

border-radius: 30px;

color: #2D2D2D;
}
.panel1 p{

font-size: 24px;

color: #6D6D6D;

font-weight: 400;

line-height: 159%;

margin-bottom: 40px;

width: 100%;

float: left;
}
.count-box
{width: 25%;float: left;margin-top: 20px;/* text-align: center; */position: relative;}
.count-box h5{

font-size: 67px;

color: #1F3148;

font-weight: 400;
}
.count-box h6{

font-size: 24px;

color: #606060;

font-weight: 500;

}.count-box:after{
 content:'';
 position:absolute;
 width: 1px;
 height: 110px;
 background: #0063AC;
 top: 4px;
 right: 40px;
}.count-box:last-child:after{
  display: none;
}
.panel2{

width: 100%;

float: left;

background: #E6ECF9;

padding: 70px 15px 50px;
}
.panel2 h6{

width: 142px;

display: block;

margin: auto;

font-size: 16px;

color: #2D2D2D;

font-weight: 400;

border: 1px solid #0063AC;

height: 38px;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.panel2 h1{

font-size: 55px;

color: #1F3148;

text-align: center;

font-weight: 500;

margin-bottom: 30px;

margin-top: 20px;
}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.p2-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.p2-box{width: 100%;float: left;position: relative;margin-bottom: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.p2-img{position: relative;float: left;width: 100%;}
.p2-img:before{
      position: absolute;
    top: 0;
    left: -85%;
    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(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.p2-img img{

width: 100%;

border-radius: 24px;

height: 420px;

object-fit: cover;
}
.p2-box h2{

font-size: 24px;

color: #fff;

font-weight: 600;
}
.p2-box p{
    
font-size: 16px;
    
color: #fff;
    
font-weight: 400;
    
width: 80%;
}
.p2-box:hover .p2-text{
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  bottom: 30px;
}
.p2-box a{width: 123px;height: 38px;float: left;color: #0063AC;background: #fff;text-decoration: none;text-align: center;padding: 6px 0;font-weight: 500;border-radius: 30px;opacity: 0;visibility: hidden;display: none;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.p2-box:hover a{

display: block;

opacity: 1;

visibility: visible;
}
.p2-text{
    position: absolute;
    left: 3%;
    bottom: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.panel3{

width: 100%;

float: left;

padding: 70px 15px;
}
.panel3 h6{

width: 142px;

display: block;

margin: auto;

font-size: 16px;

color: #2D2D2D;

font-weight: 400;

border: 1px solid #0063AC;

height: 38px;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.panel3 h1{

font-size: 55px;

color: #1F3148;

text-align: center;

font-weight: 500;

margin-bottom: 30px;

margin-top: 20px;
}
.p3-left
{

width: 100%;

float: left;

margin-top: 30px;
}
.p3-left img{

width: 100%;

height: 525px;

border-radius: 24px;

object-fit: cover;

float: left;
}
.p3-left h5{

width: 100%;

float: left;

font-size: 32px;

color: #1F3148;

font-weight: 500;

margin-top: 20px;
}
.p3-left p{

font-size: 20px;

color: #6D6D6D;

font-weight: 400;

line-height: 159%;
}.p3-right
{

width: 100%;

float: left;

/* margin-top: 30px; */
}
.p3-right img{

width: 100%;

height: 525px;

border-radius: 24px;

object-fit: cover;

float: right;
}
.p3-right h5{

width: 100%;

float: left;

font-size: 32px;

color: #1F3148;

font-weight: 500;

margin-top: 20px;
}
.p3-right p{
    
font-size: 20px;
    
color: #6D6D6D;
    
font-weight: 400;
    
line-height: 159%;
}
.p3-left h4{

font-size: 24px;

color: #565656;

font-weight: 500;
}.p3-right h4{
    
}
.panel5{

width: 100%;

float: left;

padding: 70px 0 70px 3%;
}
.panel5 h6{

width: 142px;

display: block;

margin: auto;

font-size: 16px;

color: #2D2D2D;

font-weight: 400;

border: 1px solid #0063AC;

height: 38px;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.panel5 h1{

font-size: 55px;

color: #1F3148;

text-align: center;

font-weight: 500;

margin-bottom: 30px;

margin-top: 20px;
}
.p5-carousel{

}
.p5-box
{width: 100%;float: left;border: 1px solid #c7c4c4;background: #FCFCFC;border-radius: 20px;position: relative;min-height: 648px;}
.testi-img{width: 100%;height: 320px;object-fit: cover;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.quote{

width: 30px;

height: 30px;

filter: invert(1);
}.p5-box p span{
    font-size: 16px!important;
    font-family: "Poppins", serif !important;
color: #808080!important;

font-weight: 500!important;
}
.p5-box p{

width: 100%;

float: left;

padding: 40px 15px 0;

font-size: 16px;

color: #808080;

font-weight: 500;

line-height: 159%;
}
.p5-box h4 span{
    font-size: 16px!important;
    font-family: "Poppins", serif !important;
color: #808080!important;

font-weight: 500!important;
}
.p5-box h4{

width: 100%;

float: left;

padding: 40px 15px 0;

font-size: 16px;

color: #808080;

font-weight: 500;

line-height: 159%;
}
.p5-box h5{

font-size: 16px;

color: #0D0D0D;

font-weight: 500;

padding: 0 15px 45px;

margin: 0;
}
.p5-box h5 span{

font-size: 12px;

width: 100%;

float: left;

color: #808080;

margin-top: 6px;

font-weight: 400;
}
.p5-box:hover .quote{
    
}.panel4:after{
  position:absolute;
  content:'';
  background: linear-gradient(287deg, rgba(255, 255, 255, 0) 1%, rgb(0 0 0 / 18%) 100%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 24px;
}
.panel4{width: 100%;float: left;background-image: url('../images/bg1.webp');background-size: cover;background-position: center;height: 530px;background-attachment: fixed;border-radius: 24px;position: relative;}
.panel4 h1{position: absolute;bottom: 100px;left: 4%;font-size: 56px;color: #fff;width: 40%;z-index: 99;}
.panel4 a{border-radius: 30px;position: absolute;bottom: 42px;left: 4%;font-size: 16px;color: #fff;width: 192px;z-index: 99;background: #0063AC;color: #fff;font-weight: 500;text-decoration: none;height: 50px;text-align: center;padding: 12px 0;}
.panel4 a:hover{
    
background: #fff;
    
color: #0063AC;
}
.quote-box{
    border-radius: 90%;
    width: 50px;
    height: 50px;
    background: #0063ac;
    padding: 11px;
    position: absolute;
    left: 3%;
    top: 44%;
}
.panel6{

width: 100%;

float: left;

background: #E6ECF9;

text-align: center;

padding: 70px 2%;

border-radius: 24px;

/* margin: 0 2%; */
}
.panel6 h1{

font-size: 55px;

color: #001C33;

font-weight: 500;
}
.panel6 p{

font-size: 20px;

color: #707070;

font-weight: 400;

padding: 20px 8%;

line-height: 189%;
}
.p6-carousel
{

}
.p6-box
{

width: 100%;

height: 153px;

background: #fff;

text-align: center;

float: none;

margin: auto;

border-radius: 20px;

text-align: center;

vertical-align: middle;

display: -webkit-box;
}
.p6-box img{

display: block;

margin: auto;
}
.p6-box:hover img{
    
}
.panel7{

width: 100%;

float: left;

padding: 70px 2% 30px;

text-align: center;
}
.panel7 h6{

width: 142px;

display: block;

margin: auto;

font-size: 16px;

color: #2D2D2D;

font-weight: 400;

border: 1px solid #0063AC;

height: 38px;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.p7-box:first-child{
  border-top:0;border-left:0;
}.p7-box:nth-child(2){
  border-bottom:0;border-left:0;
}.p7-box:nth-child(3){
  border-top:0;
}.p7-box:nth-child(4){
  border-top:0;
}.p7-box:nth-child(5){
  border-top:0;
}.p7-box:nth-child(6){
  border-top:0;
}

.panel7 h1{

font-size: 55px;

color: #1F3148;

text-align: center;

font-weight: 500;

margin-bottom: 30px;

margin-top: 20px;
}
.p7-box
{

width: 100%;

float: left;

border: 1px solid #cecece;

padding: 20px 0;

text-align: center;
}
.panel7 .col-lg-2{

padding: 0;
}
.p7-box img{

width: 115px;

height: 56px;

object-fit: contain;

filter: grayscale(1);
}
.p7-box:hover img{
    
filter: none;
}
.panel8{

width: 100%;

float: left;

padding: 70px 2%;
}
.panel8 h6{

width: 142px;

font-size: 16px;

color: #2D2D2D;

font-weight: 400;

border: 1px solid #0063AC;

height: 38px;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.panel8 h1{

color: #0D0D0D;

font-size: 50px;

font-weight: 500;
}
.panel8-a{
    font-size: 16px;
    color: #fff;
    width: 140px;
    z-index: 99;
    background: #0063AC;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    text-decoration: none;
    height: 50px;
    text-align: center;
    padding: 12px 0;
    float: left;
    border-radius: 30px;
    border: 1px solid transparent;
}.panel8-a:hover{
    
border: 1px solid #0063AC;
    
color: #0063AC;
    
background: transparent;
}
.panel8 img{
    
width: 100%;
    
border-radius: 20px;
    
float: left;
    
margin-bottom: 20px;
}
 .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }
        .nav-tabs .nav-link.active {
            background-color: #007bff;
            color: #fff;
        }

   .panel9{

width: 100%;

float: left;

background: #0063AC;

padding: 0 0 0 2%;

} 
   .panel9 h6{

width: 142px;

font-size: 16px;

color: #ffffff;

font-weight: 400;

border: 1px solid #ffffff;

height: 38px;

text-align: center;

padding: 8px 0;

border-radius: 30px;

margin-top: 70px;

}
   .panel9 h1{
    
width: 80%;
    
float: left;
    
font-size: 50px;
    
color: #fff;
    
font-weight: 500;
   }    
.panel9 .nav{
  width: 89%;
  float: left;
  border: 0;    position: relative;
  margin-top: 30px;
}
.panel9 .nav-item.active{
  
background-color: #fff;
}.panel9 .nav-item.active a{
  color: #000;
}
.panel9 .nav-item{
  /* min-width: 110px; */
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  /* border: 1px solid #ffffff; */
  height: 50px;
  text-align: center;
  /* padding: 13px 29px; */
  margin-bottom: 10px;
  margin-right: 2%;
  border-radius: 30px;
  float: left;
  cursor: pointer;
}.panel9 .nav-tabs .nav-link:hover{
  background: #fff;
  color: #000;
}
.panel9 .nav-tabs .nav-link.active{
  
background: #fff;
  
color: #000;
  
border-radius: 30px;
}.panel9 .nav-tabs .nav-link{
  background-color: transparent;
  /* border: 0; */
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* margin-right: 2%; */
  min-width: 110px;
  padding: 12px 37px;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.panel9 .tab-content img{
  width: 100%;
  float: right;
}
.footer{width: 100%;float: left;padding: 50px 2%;background: #111111;border-radius: 24px;margin-top: 30px;position: relative;overflow: hidden;margin-bottom: 30px;}
.footer h1{

text-align: center;

font-size: 55px;

color: #EAEAEA;

font-weight: 500;
}
.footer p{text-align: center;font-size: 18px;color: #8C8C8C;font-weight: 400;}
.footer form{

max-width: 573px;

display: block;

margin: 20px auto;

width: 100%;
}
.footer form input{

max-width: 406px;

width: 100%;

background: #292929;

border: 0;

height: 50px;

padding: 10px 20px;

border-radius: 30px;

font-size: 16px;

color: #fff;
}
.footer form button{

width: 147px;

height: 50px;

border: 0;

background: #0063AC;

font-size: 16px;

color: #fff;

font-weight: 500;

border-radius: 30px;

margin-left: 10px;
}
.footer form button:hover{background: #fff;color: #0063AC;}
.ftr-mid{

width: 100%;

float: left;

border-top: 1px solid #AEAEAE;

margin-top: 50px;

padding-top: 50px;
}
.ftr-link{

width: 100%;

float: left;
}.ftr-link h2{

font-size: 22px;

color: #fff;

font-weight: 400;

margin-bottom: 20px;
}.ftr-link p{

text-align: left;

margin-bottom: 30px;
}.ftr-link p a{

line-height: 30px;
}
.ftr-link a{

width: 100%;

float: left;

text-decoration: none;

color: #8C8C8C;

font-size: 18px;

font-weight: 400;

line-height: 40px;

padding-top: 10px;
}
.ftr-link a:hover{

color: #ffffff;
}
.ftr-last{

width: 100%;

float: left;

margin-top: 50px;
}
.ftr-last p {margin: 0;color: #fff;font-size: 18px;}
.hd-enq{

float: right;

height: 50px;

width: 166px;

border: 1px solid #0063AC;

font-size: 16px;

color: #000;

font-weight: 500;

padding: 12px 0;

text-decoration: none;

border-radius: 30px;

margin-top: 32px;

text-align: center;
}
.hd-enq:hover{
    
background: #0163ac;
    
color: #fff;
}
.panel5 .owl-nav{width: 100%;float: left;text-align: center;margin-top: 40px;position: relative;z-index: 9;}
.panel5 .owl-prev{

width: 41px !important;

height: 41px;

border: 1px solid #ccc !important;

border-radius: 100%;

margin-right: 10px;
}.panel5 .owl-prev img{
    
width: 24px;
    
height: 24px;
    
transform: rotate(180deg);
    
filter: grayscale(1);
}.panel5 .owl-next{
    width: 41px !important;
    height: 41px;
    border: 1px solid #ccc !important;!i;!;
    border-radius: 100%;
    margin-left: 6%;
}.panel5 .owl-next img{
    
width: 24px;
    
height: 24px;
    
filter: grayscale(1);
}.panel5 .owl-prev:hover img{
  filter:none;
}.panel5 .owl-next:hover img{
  filter:none;
}
.panel5 .owl-dots{
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  top: -30px;
}.panel5 .owl-dots button{
  
}.panel5 .owl-dots span{
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  float: left;
  margin-right: 8px;
  border-radius: 100%;
}.panel5 .owl-dots button.active span{
  background: #0063ac;
}
@media(max-width: 1024px){
    .hd-enq{
        display: none;
    }
}
@media(min-width:440px) and (max-width:575px){
        .banner-text h1
 {
              padding: 0 2%;
}
}
@media(max-width:440px){
    
}
@media(max-width: 575px){
    .mob-none{
        display:none;
    }.ftr-last p img {
    width: 100%!important;
    max-width: 100%;
}
    .new .form-group input {
    margin-left: -15px;}.pilate-liability ul{
    padding:0;    
    }
    
    .abt-left img{
        height:auto!important;
    }
    .pilate-liability .nav-tabs .nav-link{
        margin-bottom:10px;
    }
    .franchise4 .container,  .franchise4 .container-fluid,  .franchise4 .container-lg,  .franchise4 .container-md,
     .franchise4 .container-sm,  .franchise4 .container-xl,  .franchise4 .container-xxl {
    /*--bs-gutter-x:  0 !important;*/
}
    .pilate-liability h1 {
    font-size: 35px !important;
    color: #0D0D0D;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.em-m{
                background-position: 51% 50% !important;
    }.pil-m{
                background-position: 81% 50% !important;
    }
    .core-m{
                background-position: 85% 50% !important;
    }    .flow-m {
                background-position: 74% 50% !important
    }
    .franchise-full img {
    width: 100%;
    height: auto!important;}
    .ct-box{
        min-height:auto !important;
    }
    .ct-full
 {
      padding: 0 0 70px !important;
}
    .franchise2 .owl-nav {
    float: left;
    position: relative;
    margin-top: 0px !important;
}.fran-text p {
  
    padding-bottom: 0 !important;
}.media-box h5 {
    font-size: 16px;
    color: #868E99;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-top: 20px;
}
    .media-cta{
  background-attachment:inherit !important;
    }
    .panel4{
        background-attachment:inherit !important;
    }
    #myModal{
        display:none !important;
    }.modal-backdrop{
             display:none !important; 
    }
    .footer form{
           position: relative;
    z-index: 99;
    }
    .mob-w{
        width:100% !important;
    }
    .panel6 h1 {
    font-size: 35px !important;}
    .service1 img {
       height: auto!important;
    object-fit: cover;
}.media-cta {
 
    background-position: 74% 50%;
}
    .circle2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px !important;
}
    .logo img {
    margin-left: -15px !important;
}
    .mod-open p {
    font-size: 17px;
    color: #000;
    text-align: center;
    padding: 40px 0 !important;
    font-weight: 300;
}.mod-box h6 span {
    font-size: 20px;
    color: #000;
    top: -4px !important;
    font-weight: 400;
    position: relative;
}
    .panel1 {
    width: 100%;
    float: left;
    padding: 240px 15px 60px;
}
    .ban-img img{
        height:220px !important;
    }
    .loc-left2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}
    .location2 p {
    width: 100% !important;
    float: right;    padding-left: 0 !important;

    margin-left: 0 !important;
    font-size: 15px !important;}
    .location2 h1 {
    float: left;
    width: 100% !important;
    font-size: 40px !important;}
    .loc-right h1 {
    font-size: 40px !important;}
    .media-full h1 {
    font-size: 38px !important;
}.media-full p {
    font-size: 17px !important;
}.media2 h1 {
    font-size: 38px !important;}
    .media-full img {
    width: 100% !important;
    float: right;
    margin-left: 0 !important;
}
    .franchise4 h1 {
    font-size: 35px !important;}
    .franchise2{
        padding-bottom: 0 !important;
    }.franchise3 h1 {
    font-size: 36px !important;}
    .franchise-full img{
        margin-bottom: 20px;
    }.franchise-full h1 {
    font-size: 38px !important;!i;!;
}.franchise2 h1 {
    font-size: 35px !important;
    color: #1F3148;
    text-align: center;
    font-weight: 500;
    padding: 0 !important;
    margin: 15px 0;
}.fran-img {
    float: right;
    width: 100% !important;
    position: relative;
}.fran1 {
                position: absolute;
        top: 70px;
        right: -2px !important;
        height: 300px !important;
        width: 300px !important;
        animation: rotate 7s infinitelinear;
        object-fit: contain;
}.fran2 {
    position: absolute;
         width: 300px !important;
        height: 300px !important;
    top: 70px;
}.fran-text {
    width: 100% !important;        position: relative;
        margin-top: 290px;
}
    .ct-box {
    width: 100% !important;}.ct-field {
    width: 100% !important;
    margin-right: 0% !important;
}.faq-sec h1 {
    font-size: 35px !important;
}
    .about-full h1 {
    font-size: 38px !important;
    color: #0D0D0D;
    font-weight: 500;
    width: 100% !important;
    float: left !important;
}.about-full p
{ width: 100% !important;
    float: left !important;}
    .about-full h6 {
    width: 141px;
    margin-top: 20px !important;
    float: left !important;}
    .abt-left {
    width: 100% !important;
    float: left;
    margin-right: 0 !important;
    margin-bottom: 20px;
}.abt-right {
    width: 100% !important;
    float: left;
    margin-left: 0 !important;
}.abt3-left h1 {
    font-size: 39px !important;}
    .abt3-right-box {
    width: 100% !important;;
    float: left;
    margin-left: 0 !important;;
}
    .about-full img {
    width: 100% !important;
    height: auto !important;
    float: right;
    margin-left: 0 !important;
}.abt3 {
      
    padding: 80px 0 !important;
}
    .innerban h1 {
    margin: 0;
    font-size: 36px !important;
    color: #fff;
    font-weight: 500;
    width: 100% !important;
    text-align: left;
}.service1 h1 {
    font-size: 38px !important;
    color: #0D0D0D;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-top: 15px;
}.service1 p {
    font-size: 16px !important;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 176% !important;
}
.service2 h1 {
    font-size: 38px !important;
}.service3 h1 {
    font-size: 38px !important;
    text-align: center;
    margin-bottom: 0 !important;
}.media-cta h1 {
    font-size: 38px !important;
    color: #fff;
    font-weight: 500;
    width: 100% !important;
}.media-cta {
        padding: 70px 3% !important;
}
.innerban
{
    height: auto !important;
}
    .banner-text {
    position: absolute;
    top: 90%;
    z-index: 9;
    left: 0;
    background: #0163ac;
    z-index: 0;
    text-align: center;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}.ban-carousel .owl-item {
    padding: 0;
}.banner-text img {
    margin-top: 40px;
    max-width: 100%;
    width: 96%;
}.banner-text h1 {
    font-size: 23px;
    color: #fff;
    width: 100%;
    font-weight: 500;
}.banner-text-a {
    width: 152px;
    float: none;
    height: 46px;
    background: #ffffff;
    text-align: center;
    font-size: 15px;
    color: #0163ac;
    text-decoration: none;
    padding: 12px 0;
    border-radius: 30px;
    margin-top: 15px;
    display: table;
    font-weight: 500;
    margin: 0 auto 20px;
}.panel1 h2{
      display: table;
      margin: 0 auto 10px;
}
  .panel1 p {
    font-size: 17px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    margin-bottom: 40px;
    width: 100%;
    float: left;
    /* margin-top: 100px; */
    text-align: center;
}
.count-box {
    width: 50%;
    float: left;
    margin-top: 20px;
    text-align: center;
    position: relative;
}.count-box h5 {
    font-size: 40px;
    color: #1F3148;
    font-weight: 400;
}.count-box h6 {
    font-size: 18px;
    color: #606060;
    font-weight: 500;
}
.count-box:after{
    display: none;
}
.panel2 h1 {
    font-size: 29px;
    }
    .panel3 h1 {
    font-size: 32px;
}.p3-left img {
    width: 100%;
    height: auto;
}.p3-right img
{
    height: auto;
}
.p3-right{
    text-align: center;
}.p3-left{
    text-align: center;
}.p3-left p {
    font-size: 16px;
    color: #6D6D6D;        text-align: justify;
    font-weight: 400;
    line-height: 200%;
}.p3-right p {
    font-size: 16px;
    color: #6D6D6D;        text-align: justify;
    font-weight: 400;
    line-height: 200%;
}.panel4
{        height: 400px;
        background-position: 78% 50%;
    text-align: center;
}.panel4 h1 {
    position: absolute;
    bottom: 190px;
    left: 0;
    font-size: 38px;
    color: #fff;
    width: 100%;
    z-index: 99;
}.panel4:after {
    background: linear-gradient(287deg, rgba(255, 255, 255, 0) 1%, rgb(0 0 0 / 56%) 100%, rgba(255, 255, 255, 0) 100%);
}.panel4 a{
          float: none;
        display: table;
        margin: auto;
        position: relative;
        bottom: inherit;
        left: inherit;
        top: 56%;
}.panel5 h1 {
    font-size: 38px;
}.panel5 {
      padding: 70px 2%;
}
.panel5 .owl-nav{
    display: none;
}.panel5 .owl-dots{
top: 0;}.panel6 p {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    padding: 20px 2%;
    line-height: 200%;
}.panel7 h1 {
    font-size: 38px;
}.p2-box p {
      width: 95%;
}
.p7-box {
    border: 1px solid #cecece !important;
    }
    .panel8 h6{
        float: none;
        display: table;
        margin: auto;
    }.panel8 h1 {
    color: #0D0D0D;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}.panel8-a{
    float: none;
    display: table;
    margin: 10px auto 20px;
}
.panel9{
    padding: 0;
}.panel9 h6{
    float: none;
    display: table;
    margin: 50px auto 0;
}.panel9 h1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}.panel9 .nav-item {
    /* min-width: 110px; */
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    /* border: 1px solid #ffffff; */
    height: 50px;
    text-align: center;
    /* padding: 13px 29px; */
    margin-bottom: 10px;
    margin-right: 2%;
    border-radius: 30px;
    float: left;
    cursor: pointer;
    width: 45%;
}.panel9 .nav {
    width: 100%;
    float: left;
    border: 0;    display: inline-table;
    position: relative;
    margin-top: 30px;
}
.panel9 .nav-tabs .nav-link {
              padding: 12px 15px !important;        font-size: 14px;
    }.footer h1 {
    font-size: 37px;
}.footer form input {
    max-width: 406px;
    width: 64%;
    background: #292929;
    border: 0;
    height: 50px;
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    color: #fff;
    margin: 0;
}.footer form button {
    width: 34%;
    height: 50px;
    border: 0;
    background: #0063AC;
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    border-radius: 0 30px 30px 0;
    margin-left: 0;
}.ftr-link a {
    width: 50%;
    float: left;
    text-decoration: none;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
}.ftr-link h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}.ftr-link p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 10px;
}.ftr-link p a {
    line-height: normal;
    width: 100%;
}.ftr-last p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
}
@media(min-width: 576px) and (max-width: 767px){
    .ftr-last p img {
    width: 65%!important;
}
    .pilate-liability nav{
            width: 100%;
    float: left;
    margin-bottom: 20px;
    }
    .p5-box {
    min-height: 722px!important;
}.pilate-liability .nav-tabs .nav-link {
    background-color: #0163ac !important;
    border: 0;
    border-radius: 30px;float: left;
    color: #fff;
    width: 46%!important;}
    .abt3-right-box h5 {
    font-size: 19px !important;}.abt3-right-box {
    width: 48%;
    float: left;        height: 300px;
    margin-left: 2%;
    background: #fff;
    border-radius: 16px;
    padding: 15px !important;}.abt3-right-box p {
    font-size: 16px !important;}.abt3-left h1 {
    font-size: 34px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px !important;
}
    .ban-img img {
    width: 100%;
    height: 340px !important;}
    .location2 p {
    width: 52% !important;
    float: right;
    margin-left: 0 !important;
    font-size: 14px !important;
    color: #6D6D6D;
    line-height: 200%;
    margin-top: 0 !important;
    font-weight: 400;
    padding-left: 0 !important;
}
    .location2 h1 {
    font-size: 42px !important;}
    .media2 h1 {
    text-align: center;
    font-size: 38px !important;}
    .media-full h1 {
    font-size: 38px !important;
}.media-full p {
    font-size: 16px !important;}
    .media-full img {
    width: 369px !important;}
    .fran-img {
    float: right;
    width: 100% !important;
    position: relative;
}.fran1 {
           position: absolute;
        right: -80px !important;
        height: 400px !important;
        width: 400px !important;
        animation: rotate 7s infinitelinear;
        object-fit: contain;
}.fran2 {
    position: absolute;
         width: 300px !important;
        height: 300px !important;
    top: 70px;
}.fran-text {
    width: 100% !important;        position: relative;
        margin-top: 380px;
}.fran-text p{
    padding-bottom: 0 !important;
}
.franchise2 .owl-nav{
display: none;
}
    .franchise-full img{
        margin-bottom: 20px;
    }.franchise-full h1 {
    font-size: 40px !important;
}.franchise2 h1 {
    font-size: 36px !important;}
    .ct-box {
    width: 100% !important;}
    .abt-left {
    width: 100%!important;
    float: left;
    margin-right: 0!important;
    margin-bottom: 20px!important;
}
.abt-right{
     width: 100%!important;
    float: left;
    margin-left: 0!important;
}
    .about-full img {
   width: 243px !important;
        height: 260px !important;
        margin-bottom: 20px;      border-radius: 12px;
    float: right;
    margin-left: 30px!important;
    object-fit: cover!important;
}.about-full h1 {
    font-size: 35px !important;
}.about-full p {
    font-size: 17px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    margin-top: 10px;
    margin-bottom: 0;
}
    .innerban h1 {
    margin: 0;
    font-size: 48px !important;
    color: #fff;
    font-weight: 500;
    width: 70% !important;
}.service1 h1 {
    font-size: 46px !important;
    color: #0D0D0D;
    font-weight: 500;
    width: 100% !important;
    float: left;
    margin-top: 20px !important;
}.media-cta h1 {
    font-size: 45px !important;
    color: #fff;
    font-weight: 500;
    width: 86% !important;
}
    .banner-text {
    position: absolute;
    top: 18%;
    z-index: 9;
    left: 4%;
}.banner-text h1 {
    font-size: 29px;
    color: #fff;
    width: 82%;
    font-weight: 500;
}.panel1 p {
    font-size: 17px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    margin-bottom: 40px;
    width: 100%;
    float: left;
    margin-left: 2%;
}.count-box h5 {
    font-size: 24px;
    color: #1F3148;
    font-weight: 400;
}.count-box h6 {
    font-size: 15px;
    color: #606060;
    font-weight: 500;
}.count-box:after{
    display: none;
}.panel2 h1 {
    font-size: 40px;
}.panel3 h1 {
    font-size: 40px;
}.p3-left img {
      height: auto;
}.p3-right img {
      height: auto;
}.panel4 h1{
    width: 100%;
}.panel7 h1 {
    font-size: 40px;
}
.p7-box {
    border: 1px solid #cecece !important;
    }
    .panel8 h1 {
       font-size: 40px;
       text-align: center;
}.panel8 h6{
    float: none;
    display: table;
    margin: auto;
}
.panel8-a{
      float: none;
    display: table;
    margin: 20px auto;
}
.panel9 h6{
     float: none;
    display: table;
    margin: 40px auto 0;
}.panel9 h1 {
       font-size: 40px;width: 100%;
       text-align: center;
}.panel9 .nav {
    width: 100%;
    float: left;
    border: 0;
    position: relative;
    margin-top: 30px;
    display: inline-table;
}.footer h1 {
    text-align: center;
    font-size: 40px;
}.footer form input {
    max-width: 406px;
    width: 59%;
    background: #292929;
    border: 0;
    height: 50px;
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    color: #fff;
}.footer form button {
    width: 40%;
    height: 50px;
    border: 0;
    background: #0063AC;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 0 30px 30px 0px;
    margin-left: 0;
}.ftr-link a{
    font-size: 15px;
}.ftr-link h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}.ftr-link p {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 20px;
}
.footer{
    text-align: center;
}
}

@media(min-width: 768px) and (max-width: 991px){
    .ftr-last p img {
    width: 55%!important;}
    .mod-open p {
        padding: 40px 45px 0;}
    .ban-img img {
    width: 100%;
    height: 456px !important;}
    .loc-right p {
    font-size: 15px !important;}
    .phone-box {
    width: 50% !important;}
    .loc-right {
      padding-top: 0 !important;
}.loc-right h1 {
    font-size: 40px !important;}
    .phone-box a {
    font-size: 15px !important;
    color: #000;
}.phone-box h5 {
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px !important;
}.phone-box a img {
    float: left;
    width: 13px !important;
    margin-right: 10px;
    height: 13px !important;
    object-fit: contain;
    margin-top: 7px !important;
}
    .media2 h1 {
    text-align: center;
    font-size: 36px !important;}
    .media-full p {
    font-size: 15px !important;}
    .media-full h1 {
    font-size: 36px !important;}
    .media-full img {
    width: 339px !important;}
    .franchise-full h1 {
    font-size: 40px !important;}.franchise-full p {
    font-size: 14px !important;
}.franchise-full img{
    margin-top: 40px;
}.franchise2 h1 {
    font-size: 40px !important;
}.fran2 {
    position: absolute;
    width: 250px !important;
    height: 250px !important;
    top: 70px;
}.fran1 {
    position: absolute;
    right: -60px !important;
    height: 300px !important;
    width: 300px !important; 
    animation: r !importantotate 7s infinitelinear;
    object-fit: contain;
}.fran-text p {
    font-size: 16px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    padding-bottom: 230px;
}.fran-text p {
    font-size: 16px !important;}.franchise2{
        padding-bottom: 0 !important;
    }
    .ct-field {
    width: 100% !important;}
    .abt3-left h1 {
    font-size: 35px !important;
}.ct-box {
    width: 100% !important;
    float: left;
    border: 1px solid #D2D1D1;
    padding: 20px;
    border-radius: 20px;
    margin: 0 1%;
    min-height: auto !important;
    margin-bottom: 20px;
    transition: allease-in-out .5s;
    -webkit-transition: allease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
    .abt-left img {
    width: 100%;
    height: 530px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}
    .about-full img {
    width: 343px !important;
    height: 270px !important;        object-fit: cover;
        border-radius: 20px;
    float: right;
    margin-left: 30px !important;
}.about-full h1 {
    font-size: 40px !important;
}.abt-right-box {
    padding: 20px !important;}
    .abt-right-box p {
    margin-bottom: 0;
    font-size: 14px !important;}
    .service1 img {
    width: 317px !important;
}
    .innerban h1 {
     width: 70% !important;
}.media-cta h1 {
    width: 76% !important;
}
    .banner-text h1 {
    font-size: 50px;
    color: #fff;
    width: 90%;
    font-weight: 500;
}.banner-text {
    top: 21%;
}.count-box h5 {
    font-size: 42px;
}.count-box h6 {
    font-size: 18px;
}.count-box:after{
    display: none;
}.p3-left img {
    width: 100%;
    height: 425px;
}
.p3-right img {
    width: 100%;
    height: 425px;
    }.panel4 h1
    {
        width: 60%;
    }.p6-box img{
        width: 100%;
    }.panel8 h1 {
    font-size: 28px;
}.panel8-a{
    margin-bottom: 20px;
}.panel9 h1 {
    width: 100%;
    float: left;
    font-size: 35px;
}.panel9 .nav {
    width: 100%;
    float: left;
    border: 0;
    position: relative;
    margin-top: 30px;
    display: inline-table;
}.panel9 .nav-tabs .nav-link {
    background-color: transparent;
    /* border: 0; */
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* margin-right: 2%; */
    min-width: 110px;
    padding: 10px 10px;
    border: 1px solid #ffffff;
    border-radius: 30px;
}.ftr-link a {
    width: 100%;
    float: left;
    text-decoration: none;
    color: #8C8C8C;word-break: break-all;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 10px;
}.ftr-link p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
}.ftr-link h2 {
    font-size: 16px;
}
}
@media(min-width: 992px)and (max-width: 1024px){
    .location2 p {
    width: 50%;
    float: right;
    margin-left: 2%;
    font-size: 16px !important;}
    .phone-box {
    width: 50% !important;}
    .loc-right {
       padding-top: 0 !important;
}.phone-box a img {
    float: left;
    width: 16px !important;
    margin-right: 12px;
    height: 16px !important;
    object-fit: contain;
    margin-top: 4px !important;
}.loc-right h1 {
    font-size: 40px !important;}.loc-right p {
    font-size: 16px !important;}
    .media-full img {
    width: 339px !important;}
    .franchise2 h1 {
    font-size: 40px !important;
}
    .franchise-full h1 {
    font-size: 34px !important;}
    .franchise-full p {
    font-size: 16px !important;}
    .ct-box p{
        word-break: break-all;
    }.ct-box p {
    font-size: 13px !important;
}
    .abt3-left h1 {
    font-size: 45px !important;}
    .about-full img {
    width: 443px !important;
    height: 370px !important;
    float: right;
    margin-left: 30px;
}.abt-left img {
    width: 100% !important;
    height: 804px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}
    .innerban h1 {
    width: 50% !important;
}   .service1 img {
    width: 317px !important;
}
    .banner-text h1 {
    font-size: 48px;
    color: #fff;
    width: 63%;
    font-weight: 500;
}.count-box h5 {
    font-size: 50px;
}
.panel8 h1 {
    color: #0D0D0D;
    font-size: 34px;
    }.panel9 h1 {
    width: 100%;
    float: left;
    font-size: 42px;
}.panel9 .nav {
    width: 100%;
    float: left;
    border: 0;
    position: relative;
    margin-top: 30px;
    display: inline-table;
}.panel9 .nav-tabs .nav-link {
    background-color: transparent;
    /* border: 0; */
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* margin-right: 2%; */
    min-width: 110px;
    padding: 12px 10px;
    border: 1px solid #ffffff;
    border-radius: 30px;
}.ftr-link a{
    font-size: 14px;
}.ftr-link p{
    font-size: 14px;
}
}

@media(min-width: 1400px){
    .abt-right-box {
    padding: 58px !important;
}
}


@media(min-width: 1025px) and (max-width: 1199px){
    .media-full img {
    width: 439px !important;}
    .ct-box a img {
       margin-right: 16px !important;
}    .ct-box p {
    font-size: 13px !important;        word-break: break-all;}
    .about-full img {
    width: 443px !important;
    height: 370px !important;}.abt-left img {
    width: 100% !important;
    height: 800px !important;
    object-fit: cover;
    border-radius: 20px !important;
}.abt3-left h1 {
    font-size: 45px !important;}
    .service1 img {
    width: 517px !important;}
    .header2 {
    width: 84% !important;
  }.logo {
    width: 16% !important;
}.innerban h1 {
    width: 50% !important;
}.media-cta h1 {
       width: 57% !important;
}
.header_menu_area > ul > li > a {
    font-size: 14px;
    padding: 7px 9px;
}.banner-text h1 {
    font-size: 47px;
}.count-box h5 {
    font-size: 55px;
}.panel4 h1 {
     font-size: 53px;width: 45%;
   }.panel8 h1 {
     font-size: 38px;
}.panel9 h1 {
    width: 93%;
}.panel9 .nav {
    width: 100%;
    float: left;
    border: 0;
    position: relative;
    margin-top: 30px;
    display: inline-table;
}.panel9 .nav-tabs .nav-link {
    background-color: transparent;
    /* border: 0; */
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* margin-right: 2%; */
    min-width: 104px;
    padding: 12px 10px;
    border: 1px solid #ffffff;
    border-radius: 30px;
}.ftr-link a{
    font-size: 14px;
}.ftr-link p{
    font-size: 14px;
}
}
@media(min-width: 1200px) and (max-width: 1250px){
    .media-box{
        padding:19px !important;
    }
    .ftr-link a{
        font-size: 15px;
    }.ftr-link p{
        font-size: 15px;
    }
    .panel9 h1 {
      font-size: 45px!important;}
}
@media(min-width:1200px) and (max-width:1286px){
    .about-full h1 {
    font-size: 48px !important;}
    .about-full img {
    width: 573px !important;}
    .header_menu_area > ul > li > a {
    padding: 7px 11px !important;
}.about-full p {
    font-size: 19px !important;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    margin-top: 11px !important;
    margin-bottom: 0;
}.abt-right-box {
     padding: 43px 30px !important;
}.abt3-right-box {
    width: 48%;
    height: 310px !important;
}
.service1 img {
    width: 587px !important;
}.media-full img {
    width: 626px;
}.media-full h1 {
    font-size: 49px !important;
}.innerban h1 {
    width: 48% !important;
}.banner-text h1 {
     width: 60% !important;
}.p5-box {
    min-height: 688px !important;
}
}
@media(min-width:1171px) and (max-width:1199px){
    .abt3-right-box {
    width: 48%;
    height: 310px !important;
}
}
.innerban{width: 100%;float: left;background: rgb(64,120,192);background: linear-gradient(66deg, rgba(64, 120, 192, 1) 1%, rgb(59 129 198 / 67%) 100%, rgb(131 202 255 / 80%) 100%);margin-top: 30px;border-radius: 24px;position: relative;height: 318px;padding: 77px 2%;overflow: hidden;}
.circle2{position: absolute;right: 0;top: 0;}
.circle3{

position: absolute;

bottom: -179px;

left: 30px;

transform: rotate(144deg);
}
.innerban h1{margin: 0;font-size: 55px;color: #fff;font-weight: 500;width: 54%;}
.innerban .bc{

width: 100%;

float: left;
}
.innerban .bc a{

font-size: 16px;

color: #fff;

font-weight: 400;

text-decoration: none;

padding-right: 20px;

position: relative;
}
.innerban .bc a:after{
    position: absolute;
    content: '';
    background-image: url('../images/arrow2.png');
    width: 13px;
    height: 13px;
    background-size: contain;
    top: 6px;
    background-repeat: no-repeat;
    left: 52px;
}
.innerban .bc a:nth-child(2):after{
  display:none;
}.innerban h1 span{
  font-style: italic;
  font-weight: 400;
}
.ct-full{
        width: 100%;
        float: left;
        padding: 70px 0;
}
.ct-left{width: 100%;float: left;margin-top: 80px;}
.ct-box{

width: 46%;

float: left;

border: 1px solid #D2D1D1;

padding: 20px;

border-radius: 20px;

margin: 0 1%;

min-height: 241px;

margin-bottom: 20px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;
}
.ct-box .ct-img{

width: 60px;

height: 60px;

background: #E6ECF9;

text-align: center;

border-radius: 100%;

padding: 15px 0;
}.ct-box .ct-img img{
    
width: 28px;
    
height: 28px;
}.ct-box h6{

font-size: 18px;

color: #000;

font-weight: 500;

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

font-size: 15px;

color: #5E5E5E;

font-weight: 400;

line-height: 145%;

margin: 0;
}
.ct-box a{
    color: #535353;
    text-decoration: none;
}
.ct-box a img{

width: 23px;

height: 23px;

margin-right: 20px;

object-fit: contain;

filter: grayscale(1);
}
.ct-box:hover{

border-color: #0063AC;

background: #e6ecf9;
}
.ct-box:hover .ct-img{

background: #fff;
}.ct-box:hover .ct-img img{
    
}.ct-box a:hover img{
    
filter: none;
}
.ct-full form{

width: 100%;

float: left;

border: 1px solid #CBCDD3;

padding: 40px 25px 40px 30px;

border-radius: 24px;

background: #F8F8F8;
}
.ct-field{

width: 48%;

float: left;

margin-right: 2%;

margin-bottom: 20px;
}.ct-field label{
    
width: 100%;
    
font-size: 16px;
    
color: #0D0D0D;
    
font-weight: 400;
    
margin-bottom: 10px;
}.ct-field input{
    
width: 100%;
    
float: left;
    
background: #fff;
    
border: 1px solid #CBCDD3;
    
height: 55px;
    
border-radius: 8px;
    
padding: 10px;
    
font-size: 16px;
    
color: #0d0d0d;
}
.ct-field textarea{
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #CBCDD3;
    height: 55px;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    color: #0d0d0d;
}
.ct-full form button{

width: 176px;

background: #0063AC;

height: 45px;

font-size: 16px;

color: #fff;

font-weight: 500;

border: 0;

border-radius: 30px;
}.ct-full form button:hover{
    
}.ct-field:nth-child(8){
  /* width: 100%; */
}.ct-field:nth-child(5) textarea{
     
width: 100%;
    
float: left;
    
background: #fff;
    
border: 1px solid #CBCDD3;
    
height: 100px;
    
border-radius: 8px;
    
padding: 10px;
    
font-size: 16px;
    
color: #0d0d0d;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  fill: #fff;
  filter: invert(1);
}
.accordion-button::after {
  transition: all 0.5s;
}
.faq-sec{

width: 100%;

padding: 70px 0;

max-width: 960px;

display: table;

margin: auto;
}
.faq-sec h1{font-size: 55px;color: #101828;text-align: center;font-weight: 500;margin-bottom: 30px;width: 100%;float: left;}.faq-sec .accordion-header{
  border-top-left-radius: 16px;
}.faq-sec .accordion-header button {
    background: #0063AC;
    border-top-left-radius: 16px !important;!i;!;
    color: #fff;
    box-shadow: none;
    border-top-right-radius: 16px !important;!i;!;
    font-weight: 500;
}
.faq-sec .accordion-header button.collapsed{
    background: #F4F4F4;
    border-radius: 16px;
    color: #000;
    padding: 20px;
}
.faq-sec .accordion-item{
  border: 0;
  border-top-left-radius: 16px;
  margin-top: 20px;
}
.faq-sec .collapse.show{
  background: #0063ac;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.faq-sec .accordion-body{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 200%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.media-full{

width: 100%;

float: left;

padding: 70px 0;
}
.media-full img{

width: 639px;

float: right;

margin-left: 40px;
}
.media-full h1{

font-size: 55px;

color: #0D0D0D;

font-weight: 500;
}
.media-full p{
    
font-size: 20px;
    
color: #6D6D6D;
    
font-weight: 400;
    
line-height: 159%;
}
.media2
{

width: 100%;

float: left;

padding: 0 0 60px;
}
.media2 h1{

text-align: center;

font-size: 55px;

color: #0D0D0D;

font-weight: 500;

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

font-size: 16px;

color: #2D2D2D;

font-weight: 400;

display: block;

margin: auto;

width: 108px;

border: 1px solid #0063AC;

text-align: center;

height: 38px;

border-radius: 30px;

padding: 7px 0;
}
.media-box{

width: 100%;

float: left;

border: 1px solid #C8C7C7;

border-radius: 16px;

padding: 24px;

background: #F8F7F7;

margin-top: 20px;
}
.m2{

width: 100%;
    margin-bottom: 10px;
float: left;

border-radius: 16px;
}
.m3{max-width: 100%;width: 129px;margin-top: 15px;}
.media-box h5{

font-size: 16px;

color: #868E99;

font-weight: 400;
}
.media-box h4{

font-size: 20px;

color: #101828;

font-weight: 500;
}
.media-box p{
    
font-size: 16px;
    
color: #667085;
    
font-weight: 400;
    
line-height: 195%;
    
margin: 0;
}
.media-cta{

width: 100%;

float: left;

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

background-size: cover;

background-position: center;

background-attachment: fixed;

border-radius: 24px;

padding: 170px 3%;

margin: 60px 0 40px;
}
.media-cta h1{

font-size: 55px;

color: #fff;

font-weight: 500;

width: 48%;
}
.media-cta h1 span{

font-style: italic;
}
.media-cta a{

float: left;

width: 139px;

height: 50px;

color: #fff;

background: #0063AC;

text-align: center;

text-decoration: none;

border-radius: 30px;

padding: 13px 0;

margin-top: 10px;
}
.media-cta a:hover{
    
}
.ftr-circl1
{

position: absolute;

left: 0;

top: 0;
}
.ftr-circl2{
    
position: absolute;
    
right: -130px;
    
transform: rotate(139deg);
}
.about-full{width: 100%;float: left;padding: 70px 1%;}
.about-full img{

width: 643px;

height: 570px;

float: right;

margin-left: 40px;
}
.about-full h6{

width: 141px;

height: 38px;

border: 1px solid #0063AC;

text-align: center;

border-radius: 30px;

padding: 8px 0;

font-size: 16px;

color: #2D2D2D;

font-weight: 400;
}
.about-full h1{

font-size: 55px;

color: #0D0D0D;

font-weight: 500;
}
.about-full p{
    
font-size: 20px;
    
color: #6D6D6D;
    
font-weight: 400;
    
line-height: 159%;
    
margin-top: 20px;
    
margin-bottom: 0;
}
.abt2{float: left;width: 100%;padding: 0 1% 70px;}
.abt-left{

width: 49%;

float: left;

margin-right: 1%;
}
.abt-left img{width: 100%;height: 715px;object-fit: cover;border-radius: 24px;}
.abt-right
{

width: 49%;

float: left;

margin-left: 1%;
}
.abt-right-box
{width: 100%;float: left;background: #E6ECF9;padding: 43px;border-radius: 24px;margin-bottom: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.abt-right-box img{

}
.abt-right-box h5{

width: 100%;

float: left;

font-size: 24px;

color: #000;

font-weight: 600;

margin-top: 10px;

margin-bottom: 12px;
}
.abt-right-box p{

margin-bottom: 0;

font-size: 20px;

color: #606060;

font-weight: 400;

line-height: 159%;
}
.abt-right-box:hover{
    
background: #f4f8ff;
}
.abt3{width: 100%;float: left;background: #E6ECF9;padding: 139px 0 119px 0;}
.abt3-left
{width: 100%;float: left;padding-left: 1%;}
.abt3-left h6{

width: 124px;

height: 38px;

border: 1px solid #0063AC;

text-align: center;

font-size: 15px;

color: #2D2D2D;

padding: 9px 0;

border-radius: 30px;
}
.abt3-left h1{

font-size: 55px;

color: #000;

font-weight: 500;
}
.abt3-right{width: 100%;float: left;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;padding-right: 1%;}
.abt3-right-box{width: 48%;float: left;margin-left: 2%;background: #fff;border-radius: 16px;padding: 20px;margin-bottom: 20px;transition: allease-in-out .5s;-webkit-transition: allease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.abt3-img
{background: #ECEFF4;width: 76px;height: 76px;text-align: center;padding: 20px 0;border-radius: 10px;transition: allease-in-out .5s;-webkit-transition: allease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.abt3-img img{width: 32px;height: 32px;transition: allease-in-out .5s;-webkit-transition: allease-in-out .5s;-moz-transition: all ease-in-out .5s;}
.abt3-right-box h5{

font-size: 24px;

color: #000;

font-weight: 500;

margin-top: 15px;
}.abt3-right-box p{
    
font-size: 18px;
    
color: #5E5E5E;
    
font-weight: 400;
    
line-height: 155%;
    
margin: 0;
}
.abt3-right-box:hover .abt3-img{
  background: #cedcfb;
  transition: allease-in-out .5s;
  -webkit-transition: allease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}.abt3-right-box:hover .abt3-img img{
  transform: scale(1.1);
  transition: allease-in-out .5s;
  -webkit-transition: allease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
}
.abt4{

width: 100%;

float: left;

padding: 70px 0;
}
.abt4 img{width: 100%;}
.circle-carousel {
    position: relative;
    display: flex
;
}.circle-carousel .slides {
    opacity: 1;
    transform: none;
    min-height: 380px;
}

.circle-carousel .slides {
    width: 50%;
    margin-left: 0;
    transform: translateX(80px);
    transition: transform 2scubic-bezier(0.23,1,0.32,1), opacity 2scubic-bezier(0.23,1,0.32,1);
    transition-delay: 0.6s;
}.circle-carousel .slide {
    justify-content: center;
    z-index: 0;
    transition: opacity 1sease-out;
    height: 0;
    overflow: hidden;
    display: flex
;
    align-items: center;
    opacity: 0;
} .circle-carousel .slide.active .slides_ {
    transform: none;
    opacity: 1;
    transition-delay: 0.3s;
}
.circle-carousel .slide .slides_ {
    display: flex
;
    align-items: center;
    opacity: 0;
    flex-wrap: wrap;
    padding: 1em 0;
    transition: all 0.2sease;
    transform: translate(20px);
    width: 100%;
} .circle-carousel .slide .slides_ .rt {
    width: 100%;
}.circle-carousel .slide .slides_ .rt .nmbr_ {
    font-size: calc(3.5102375vw + 22.625px);
    font-weight: 400;
    padding-top: 20px;
    font-family: "IBM Plex Serif", serif;
    color: #1D3A6D;
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    transform: translateX(60px);
    opacity: 0;
    transition: transform 2scubic-bezier(0.23,1,0.32,1), opacity 2scubic-bezier(0.23,1,0.32,1);
}.circle-carousel .slide .slides_ .rt .green-line {
    margin: 0px auto;
    margin-left: 35%;
    position: absolute;
    top: -10px;
}
.green-line {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 20px auto;
}.green-line:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 65px;
    background: #A6CE39;
    transform: rotate(35deg);
    left: 18px;
    top: -15px;
}.circle-carousel .slide .slides_ .rt .text1 {
    transform: translateX(60px);
    opacity: 0;
    transition: transform 2scubic-bezier(0.23,1,0.32,1), opacity 2scubic-bezier(0.23,1,0.32,1);
}.circle-carousel .slide .slides_ .rt .text1 p {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.p1 {
    font-size: calc(0.3191125vw + 13.875px);
    line-height: calc(0.7749875vw + 15.125px);
}.circle-carousel .pagin_outr .pagination .item {
    position: absolute;
    transition: all 0.6sease;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
}.circle-carousel .pagin_outr .pagination .item.active .dot .span1 {
    opacity: 1;
    transition-delay: 0.6s;
}

.circle-carousel .pagin_outr .pagination .dot .span1 {
    transition: all 0.4sease-in-out;
    display: flex;pointer-events: none;}   .circle-carousel .pagin_outr .pagination .dot .img_ {
        width: 400px;
        height: 400px;
    }.inView .circle-carousel .pagin_outr {
    opacity: 1;
    transform: rotate(-90deg) translate(0%);
}

.circle-carousel .pagin_outr {
        right: -200px;
        width: 550px;
        height: 550px;
    }.circle-carousel .pagin_outr .pagination {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%);
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #A6CE39;
    transition-property: transform;
    transition-timing-function: ease-out;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.circle-carousel .pagin_outr .pagination .item {
    position: absolute;
    transition: all 0.6sease;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
}.circle-carousel .slide .slides_ .rt {
    width: 100%;
} .circle-carousel .slide .slides_ {
    display: flex
;
    align-items: center;
    opacity: 0;
    flex-wrap: wrap;
    padding: 1em 0;
    transition: all 0.2sease;
    transform: translate(20px);
    width: 100%;
}.slide .slides_ .rt .nmbr_ {
    font-size: calc(3.5102375vw + 22.625px);
    font-weight: 400;
    padding-top: 20px;
    font-family: "IBM Plex Serif", serif;
    color: #1D3A6D;
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    transform: translateX(60px);
    opacity: 0;
    transition: transform 2scubic-bezier(0.23,1,0.32,1), opacity 2scubic-bezier(0.23,1,0.32,1);
}.slide .slides_ .rt .txt_ {
    margin-top: 0;
    overflow: hidden;
    width: 70%;
}.ksfe-anim-text.anime {
    animation-name: boom;
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.ksfe-anim-text {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
    -moz-transform: translateY(0.3rem);
    -ms-transform: translateY(0.3rem);
    -o-transform: translateY(0.3rem);
    opacity: 0;
}
@keyframes boom {
    0% {
        transform: translateY(3rem);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}
    .circle-carousel .slides {
        min-height: 320px;
    }


.inView .circle-carousel .slides {
    opacity: 1;
    transform: none;
    min-height: 380px;
}
.circle-carousel .slides {
    width: 50%;
    margin-left: 0;
    transform: translateX(80px);
    transition: transform 2scubic-bezier(0.23,1,0.32,1), opacity 2scubic-bezier(0.23,1,0.32,1);
    transition-delay: 0.6s;
}

.circle-carousel .pagin_outr {
    opacity: 1;
    transform: rotate(-90deg) translate(0%);
}

@media (max-width: 1369.98px) {
    .circle-carousel .pagin_outr {
        right: -200px;
        width: 550px;
        height: 550px;
    }
}
@media (max-width: 1599.98px) {
   .circle-carousel .pagin_outr {
        right: -320px;
        width: 640px;
        height: 640px;
        top: -30px;
    }
}
.circle-carousel .pagin_outr {
    transform: rotate(-90deg) translate(-50%, 80%);
    transition: transform 3scubic-bezier(0.23,1,0.32,1), opacity 3scubic-bezier(0.23,1,0.32,1);
    transition-delay: 0.4s;
    position: absolute;
    right: -420px;
    top: -120px;
    width: 850px;
    height: 850px;
}.slide .slides_ .rt .nmbr_ {
    font-size: calc(3.5102375vw + 22.625px);
    font-weight: 400;
    padding-top: 20px;
    font-family: "IBM Plex Serif", serif;
    color: #1D3A6D;
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    transform: translateX(60px);
    opacity: 0;
    transition: transform 2scubic -bezier(0.23, 1, 0.32, 1), opacity 2scubic -bezier(0.23, 1, 0.32, 1);
}
.slide .slides_ .rt .nmbr_ {
    font-size: calc(3.5102375vw + 22.625px);
    font-weight: 400;
    padding-top: 20px;
    font-family: "IBM Plex Serif", serif;
    color: #1D3A6D;
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    transform: translateX(60px);
    opacity: 0;
    transition: transform 2scubic -bezier(0.23, 1, 0.32, 1), opacity 2scubic -bezier(0.23, 1, 0.32, 1);
}.inner_ .nmbr_slide_ .slide_nav .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    transition: all 0.3sease;
    cursor: pointer;
}.inner_ .nmbr_slide_ .slide_nav .swiper-button-prev:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #9A9A9A;
    border-right: 1px solid #9A9A9A;
    top: 35%;
    left: 40%;
    transform: rotate(135deg);
    }
   .inner_ .nmbr_slide_ .slide_nav {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s;
}
.inner_ .nmbr_slide_ .slide_nav {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 60px;
    height: 80px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transform: translateY(80px);
    transition: all 0.8sease;
}.inner_ .nmbr_slide_ .slide_nav {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s;
}
.inner_ .nmbr_slide_ .slide_nav {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 60px;
    height: 80px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transform: translateY(80px);
    transition: all 0.8sease;
}
.gallery-full{

width: 100%;

float: left;

padding: 70px 0;
}
.gallery-full .nav{border: 0;}
.gallery-full .nav button.active{background: linear-gradient(66deg, rgb(64 120 192 / 78%) 1%, rgb(71 126 195) 100%, rgb(73 128 196 / 58%) 100%);width: 135px;font-size: 16px;color: #fff;border-radius: 30px;margin-right: 10px;}
.gallery-full .tab-content{

background-color: transparent !important;!i;!;

border: 0 !important;!i;!;

padding: 0 !important;!i;!;
}.gallery-full .tab-content img{
  width: 100%;
  float: left;
  height: 329px;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 20px;
}
.gallery-full .tab-pane{
    
}
.gallery-full .nav button{
      width: 135px;
      font-size: 16px;
      color: #fff;
      border-radius: 30px;
      margin-right: 10px;
      border:1px solid #ccc;
      color:#000;
      font-weight: 500;
}
.location-full{

width: 100%;

float: left;

padding: 70px 0;
}
.loc-left
{

width: 100%;

float: left;
}
.loc-left img{

width: 100%;

height: 465px;

object-fit: cover;

border-radius: 20px;
}
.loc-right{

width: 100%;

float: left;

padding-top: 30px;
}
.loc-right h6{

font-size: 20px;

color: #000;

font-weight: 500;
}
.loc-right h1{
  
font-size: 55px;
  
color: #0D0D0D;
  
font-weight: 500;
}
.loc-right p{

font-size: 18px;

color: #6D6D6D;

font-weight: 400;

line-height: 159%;
}
.phone-box
{width: 100%;float: left;margin-bottom: 20px;border-left: 1px solid #0063ac;padding-left: 15px;}
.phone-box h5{
    
}

.loc-left2
{

width: 100%;

float: left;
}
.loc-left2 img{

width: 100%;

height: 465px;

object-fit: cover;

border-radius: 20px;
}
.loc-right2{

}.phone-box a img{float: left;width: 24px;margin-right: 12px;}
.loc-right2 h6{

}
.loc-right2 p{

}
.phone-box a
{

}
.phone-box h5{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.loc-link{
  width: 188px;
  border: 1px solid #0063AC;
  float: left;
  height: 45px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 0px;
  text-decoration: none;
  color: #000;
}
.loc-link img{
  width: 25px;
}
.loc-link span{
  font-size: 15px;
  color: #000;
  margin: 10px 6px;
}
.location2
{

width: 100%;

float: left;

padding: 50px 0;
}
.location2 h1{

float: left;

width: 48%;

font-size: 55px;

color: #0D0D0D;

font-weight: 500;
}
.location2 p{

width: 50%;

float: right;

margin-left: 2%;

font-size: 18px;

color: #6D6D6D;

line-height: 200%;

margin-top: 10px;

font-weight: 400;

padding-left: 4%;
}
.loc2-carousel{

float: left;

margin-top: 20px;
}
.loc2-box{

width: 100%;

float: left;

position: relative;
}
.loc2-box .loc2-img{

width: 100%;

height: 438px;

object-fit: cover;

border-radius: 20px;
}
.loc2-text{

position: absolute;

bottom: 20px;

left: 5%;
}
.loc2-text h5{

font-size: 20px;

color: #fff;

font-weight: 500;
}
.loc2-text a{

font-size: 18px;

color: #DFDFDF;

font-weight: 400;

text-decoration: none;

float: left;
}
.loc2-text a img{

width: 30px;

float: right;

margin-left: 10px;

filter: invert(1);
}
.loc2-text a:hover img{
    
}
.franchise-full{

width: 100%;

float: left;

padding: 70px 0;
}
.franchise-full img{

width: 100%;    height: 550px;

float: left;

margin-right: 40px;

border-radius: 16px;

object-fit: cover;
}
.franchise-full h6{

font-size: 16px;

color: #2D2D2D;

border: 1px solid #0063AC;

width: 210px;

height: 38px;

font-weight: 400;

text-align: center;

border-radius: 30px;

padding: 7px 0;
}
.franchise-full h1{

font-size: 55px;

color: #0D0D0D;

font-weight: 500;
}
.franchise-full p{
    
font-size: 20px;
    
color: #6D6D6D;
    
font-weight: 400;
    
line-height: 160%;
}
.franchise2{width: 100%;float: left;padding-bottom: 0;}
.franchise2 h6{

font-size: 16px;

color: #2D2D2D;

border: 1px solid #0063AC;

width: 190px;

height: 38px;

font-weight: 400;

text-align: center;

border-radius: 30px;

padding: 7px 0;

display: block;

margin: auto;
}
.franchise2 h1{

font-size: 55px;

color: #1F3148;

text-align: center;

font-weight: 500;

padding: 0 13%;

margin: 15px 0;
}
.franchise2-carousel{float: left;width: 100%;}
.franchise3{

width: 100%;

float: left;

padding: 70px 0;

background: #E6ECF9;
}
.franchise3 h6{

font-size: 16px;

color: #2D2D2D;

border: 1px solid #0063AC;

width: 140px;

height: 38px;

font-weight: 400;

text-align: center;

border-radius: 30px;

padding: 7px 0;

display: block;

margin: auto;
}
.franchise3 h1{

font-size: 55px;

color: #0D0D0D;

font-weight: 500;

text-align: center;

margin-bottom: 60px;

width: 100%;

float: left;
}
.franchise3 .accordion{

}
.franchise3 .accordion-item{

border: 0;

border-radius: 20px;

margin-bottom: 15px;
}.franchise3 .accordion-button{
    
background: #fff;
    
font-size: 24px;
    
color: #000;
    
font-weight: 500;
    
border: 0;
    
border-radius: 10px;
    
padding: 20px;
    
box-shadow: none;
}.franchise3 .accordion-button img{
    
width: 25px;
    
float: left;
    
margin-right: 10px;
}.franchise3 .accordion-collapse{
    
border: 0;
}.franchise3 .accordion-body{
    
font-size: 18px;
    
color: #5E5E5E;
    
font-weight: 400;
    
line-height: 158%;
    
border: 0;
}
.fr2{
  width: 100%;
  float: left;
  border-radius: 16px;
}
.franchise4{

width: 100%;

float: left;

padding: 70px 0;
}
.franchise4 form{

width: 100%;

float: left;

border: 1px solid #CBCDD3;

padding: 30px;

border-radius: 20px;

background: #F8F8F8;
}
.franchise4 h1{

font-size: 44px;

text-align: center;

color: #0D0D0D;

font-weight: 500;

margin-bottom: 20px;
}

.franchise5{

width: 100%;

float: left;

padding: 70px 0;
}
.franchise5 form{

width: 100%;

float: left;

border: 1px solid #CBCDD3;

padding: 30px;

border-radius: 20px;

background: #F8F8F8;
}
.franchise5 h1{

font-size: 44px;

text-align: center;

color: #0D0D0D;

font-weight: 500;

margin-bottom: 20px;
}
.fr-field{

width: 100%;

float: left;

margin-top: 20px;
}
.fr-field label{

width: 100%;

float: left;

text-align: left;

color: #0D0D0D;

font-size: 16px;

font-weight: 400;
}
.fr-field input{

width: 100%;

border: 1px solid #D6D6D6;

padding: 10px;

border-radius: 8px;

background: #fff;

margin-top: 10px;

font-size: 16px;

color: #000;
}
.fr-field textarea{

width: 100%;

border: 1px solid #D6D6D6;

padding: 10px;

border-radius: 8px;

background: #fff;

margin-top: 10px;

font-size: 16px;

color: #000;
}
.fr-field select{width: 100%;border: 1px solid #D6D6D6;padding: 10px;border-radius: 8px;background: #fff;margin-top: 10px;font-size: 16px;color: #000;padding: 15px;height: 52px;border-radius: 10px;background-color: #ffffff;margin-top: 10px;color: #000000;margin-bottom: 0px;font-size: 15px;background: white url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;appearance: none;}

.fr-field select option{

}
.franchise4 form button{float: none;padding:0 !important;background: #0063AC;font-size: 16px;border: 0;color: #fff;font-weight: 500;width: 165px;height: 50px;margin-top: 20px;border-radius: 30px;display: block;margin: 30px auto 0;}
.franchise4 form button:hover{
;
    background: #111111
}.franchise5 form button {
    float: none;
    padding: 0 !important;
    background: #0063AC;
    font-size: 16px;
    border: 0;
    color: #fff;
    font-weight: 500;
    width: 167px;
    height: 45px;
    margin-top: 20px;
    border-radius: 30px;
    display: block;
    margin: 20px auto 0;
}
.service1{

width: 100%;

float: left;

padding: 70px 0;
}
.service1 img{

width: 717px;

float: right;

margin-left: 30px;

max-width: 100%;

border-radius: 24px;

height: 522px;

object-fit: cover;
}
.service1 h1{

font-size: 55px;

color: #0D0D0D;

font-weight: 500;
}
.service1 p{
    
font-size: 20px;
    
color: #6D6D6D;
    
font-weight: 400;
    
line-height: 159%;
}
.service2{

width: 100%;

float: left;

background: #E6ECF9;

padding: 70px 0;
}
.service2 h6{

width: 100px;

display: block;

margin: auto;

height: 38px;

color: #2D2D2D;

font-size: 16px;

font-weight: 400;

border: 1px solid #0063AC;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.service2 h1{

text-align: center;

font-size: 55px;

color: #0D0D0D;

font-weight: 500;

width: 100%;

float: left;

margin: 10px 0 30px;
}
.s2-box{

width: 100%;

float: left;

background: #fff;

padding: 35px 30px;

border-radius: 20px;

margin-top: 20px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.s2-box svg{

background: #0063AC;

width: 50px;

height: 50px;

padding: 10px 0;

border-radius: 57%;
}
.s2-box:hover svg path{
      stroke: #0063AC;
}
.s2-box:hover svg{background: #ECEFF4;/* stroke: #0063AC; */}
.s2-box h5{

font-size: 24px;

color: #000;

font-weight: 500;

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

font-size: 15px;

color: #5E5E5E;

font-weight: 400;

line-height: 159%;

margin: 0;
}
.s2-box:hover p{color: #fff;}
.s2-box:hover h5{
    color: #fff;
}
.s2-box:hover{
  background: #86b7f6;
}
.service3{

width: 100%;

float: left;

padding: 70px 0;
}
.service3 h6{

width: 140px;

display: block;

margin: auto;

height: 38px;

color: #2D2D2D;

font-size: 16px;

font-weight: 400;

border: 1px solid #0063AC;

text-align: center;

padding: 8px 0;

border-radius: 30px;
}
.service3 h1{

font-size: 55px;

text-align: center;

margin-bottom: 50px;

font-weight: 500;

color: #0D0D0D;

margin-top: 10px;
}
.s3-left{

width: 100%;

float: left;

margin-top: 40px;
}
.s-dot{

width: 37px;

height: 37px;

background: #86B7F6;

border-radius: 100%;

margin-bottom: 15px;

padding: 10px;
}
.s-dot span{

background: #0063ac00;

width: 10px;

height: 10px;

display: block;

margin: auto;

padding: 6px;

border: 2px solid #0063AC;

border-radius: 100%;
}
.s3-left h5{

font-size: 24px;

color: #000;

font-weight: 500;
}
.s3-left p{

font-size: 18px;

color: #5E5E5E;

font-weight: 400;

line-height: 159%;

margin: 0;
}
.service3 img{
    
max-width: 100%;
}.franchise2-carousel
{

}
.fran-box{width: 100%;float: left;overflow: hidden;}
.fran-img{float: right;width: 50%;position: relative;}
.fran1{position: absolute;right: -130px;height: 599px;width: 599px;animation: rotate 7s infinite linear;object-fit: contain;}
.fran2{position: absolute;width: 416px;height: 416px;top: 70px;border-radius: 100%;object-fit: cover;}
.fran-text
{width: 48%;float: left;padding-top: 130px;}
.fran-text h5{font-size: 42px;color: #0063AC;font-weight: 500;margin-bottom: 15px;}
.fran-text p{
    font-size: 20px;
    color: #6D6D6D;
    font-weight: 400;
    line-height: 159%;
    padding-bottom: 230px;
}
.franchise2 .owl-nav{

float: left;

position: relative;

margin-top: -230px;
}
.franchise2 .owl-prev{

width: 40px !important;!i;!;

height: 40px;

border: 1px solid #D7D6DE !important;!i;!;

border-radius: 100%;
}.franchise2 .owl-next{

width: 40px !important;

height: 40px;

border: 1px solid #D7D6DE !important;

border-radius: 100%;

margin-left: 15px;
}.franchise2 .owl-prev img{

width: 23px;

transform: rotate(180deg);

filter: grayscale(1);
}.franchise2 .owl-next img{

width: 23px;

filter: grayscale(1);
}.franchise2 .owl-prev:hover img{
  filter: none;
}.franchise2 .owl-next:hover img{
  filter: none;
}/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background: linear-gradient(359deg, rgb(228 240 255) 14%, rgb(97 171 243) 100%, rgb(131 202 255) 100%); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}.mod-right {
    width: 100%;
    float: left;
    height: 100vh;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}.mod-right img {
    float: none;
    width: auto;
    max-width: 70%;
    display: block;
    margin: auto;
}.log-sec {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
}.log-sec-hed h3 {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 20px;
    color: #0163ac;
    margin-bottom: 5px;
    font-weight: 500;
}.log-sec-hed {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-top: 30px;
}.log-sec-hed2 {
    float: left;
    width: 50%;
    background: white;
    padding: 15px;
    border-radius: 15px;
}.log-sec-hed h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    color: #0163ac;
    margin-bottom: 15px;
}.log-sec-hed p {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    color: black;
    margin-bottom: 20px;
    line-height: 25px;
}.log-sec-hed a {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    color: #0c0b0b !important;!i;!;!;!=;!==;!===;!==;!=;!;
    margin-bottom: 15px;
    text-decoration: none;
    padding: 0;
}.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}.m-bx-1 {
    float: left;
    border: 1px solid transparent;
    width: 100%;
}.m-bx-1 input {
    border: 1px solid #afd4fa;
    color: black;
    display: block;
    font-weight: normal;
    font-size: 16px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 10px;
    padding: 0 20px;
    outline: none;
    background: #daebfe;
    width: 100%;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 20px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.m-bx-1 textarea {
    border: 1px solid #afd4fa;
    color: black;
    display: block;
    font-weight: normal;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 10px;
    padding: 0 20px;
    outline: none;
    background: #daebfe;
    width: 100%;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 20px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.careers-buton{
  
}
.careers-buton button{
  border: 0;
  background: #0160a7;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 30px;
}.careers-buton button:hover{
  
background: #000;
}
.loader-14 {
  width: 148px;
  height: 148px;
  display: inline-block;
  position: relative;
}
.loader-14::after, .loader-14::before {
  content: "";
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 3px solid #0063AC;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: animloader14 2s linear infinite;
  animation: animloader14 2s linear infinite;
}
.loader-14::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes animloader14 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.s2-box:hover .fil-w path{
    fill:#0063AC;
}
.close-nav{
    float: right;
    position: relative;
    top: 20px;
    z-index: 99;
    right: -30px;
}.close-nav img{
    width: 20px;filter: invert(1);
    height: 20px;
}.counter-value{
    position:relative;
}
.counter-value:after{
    position:absolute;
    content:'+';
}
.nav-circle{
        position: absolute;
    left: -200px;
    top: 0;
}
.mod-open{
    width: 100%;
    float: left;border-radius: 20px;
    background-image: url('../images/mod-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 5% 40px;
}
.modal-content{
    border-radius: 20px
}
.mod-logo{
    width: 150px;
    background: #fff;
    margin: -30px auto 0;
    display: block;
    padding: 15px;
    border-radius: 20px;
}.modal-backdrop{
    opacity:.8 !important;
}
.mod-box{
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 25px 30px;
    margin-top: 30px;
    border-radius: 20px;
}
.mod-box img{
    width: 50px;
}
.mod-box h6{
    font-size: 35px;
    color: #000;
    font-weight: 700;
    width: 100%;
    float: left;
    line-height: 30px;
    margin-top: 20px;
}
.mod-box h6 span{
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.mod-open p{
    font-size: 17px;
    color: #000;
    text-align: center;
    padding: 40px 145px 0;
    font-weight: 300;
}
.mod-last{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.mod-last h5{
    font-size: 15px;
    color: #1b75b6;
    font-weight: 400;
}
.mod-last h5 a{
    color: #1b75b6;
    text-decoration: none;
}
.join-mod{
    display: table;
    margin: auto;
    text-decoration: none;
    color: #fff;
    background: #010007;
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 20px;
}.join-mod:hover{
      background: #1b75b6;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: url(../images/close.svg) #2526262e no-repeat center center;
    background-size: 16px 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
    border-radius: 20px 0 0 20px;
}.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;}
    .pilate-liability{
        width: 100%;
        float: left;
        padding: 70px 1% 0;
    }
    .pilate-liability h1{
        font-size: 55px;
        color: #0D0D0D;
        font-weight: 500;
    }
    .pilate-liability p{
        font-size: 20px;
        color: #6D6D6D;
        font-weight: 400;
        line-height: 159%;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .pilate-liability .tab-content{
          background-color: transparent !important;
    border: 0 !important;
    }
    .pilate-liability .nav-tabs .nav-link.active{
        background-color: #000000 !important;
        border: 0;
        border-radius: 30px;
    }   .pilate-liability .nav-tabs .nav-link{
        background-color: #0163ac !important;
        border: 0;
        border-radius: 30px;
        color: #fff;
        margin-right: 10px;
    }
.pilate-liability .nav{
  border:0;
}
.pilate-liability ul{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.pilate-liability ul li{
    position:relative;
    font-size: 20px;
    color: #6D6D6D;
    list-style: none;
    line-height: 30px;
    padding-left: 20px;
}
.pilate-liability ul li:after{
       position:absolute;
       content:'';
       left: 0;
       top: 10px;
       width: 10px;
       height: 10px;
       background: #0163ac;
       border-radius: 100%;
}.new .form-group {
    display: block;
    margin-bottom: 15px;
}.new .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    /* display: none; */
    opacity: 0;
    cursor: pointer;
}.new .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: -12px;
}.new .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #5086c7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}.new .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #6194ce;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

@media(min-width:1400px){
    .main-menu .req-form1{
        margin-top:40px !important;
    }
}


.frl50{
   width: auto;
    margin-right: 22px;
    background: white;
    border: 1px solid #D6D6D6;
    padding: 7px;
    border-radius: 8px;
    background: #fff;
    margin-top: 8px;
    /* font-size: 15px; */
    padding-left: 15px;
    padding-right: 15px;
}

.rm{
    width:auto !important;
}

.male-div{
    width: auto !important;
    margin-right: 10px;
    margin-top: 5px;
}
@media(min-width:1200px) and (max-width:1294px){
    .ct-box {
    width: 46%;
    float: left;
    border: 1px solid #D2D1D1;
    padding: 15px !important;
    border-radius: 20px;
    margin: 0 1%;
    min-height: 252px !important;
    margin-bottom: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
}.field_area2:first-child input {
    text-transform: capitalize;
}.ct-field:first-child input {
    text-transform: capitalize;
}.ct-field:nth-child(2) input {
    text-transform: capitalize;
}.franchise4 .col-lg-6:first-child input {
    text-transform: capitalize;
}.franchise4 .col-lg-6:nth-of-type(2) input {
    text-transform: capitalize;
}
.ct-field select{
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #CBCDD3;
    height: 55px;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    color: #0d0d0d;
    background: white url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    appearance: none;
    }
    @media(max-width:325px){
            .fran1 {
                position: absolute;
        top: 70px;
        right: -2px !important;
        height: 235px !important;
        width: 235px !important;
            }        .fran2 {
        position: absolute;
        width: 250px !important;
        height: 250px !important;
        top: 70px;
    }.fran-text {
     padding-top: 37px !important;
}
    }
    
    .privacy-full{
        width: 100%;
        float: left;
        padding: 70px 1%;
    }
    .privacy-full h1{
        font-size: 55px;
        color: #0D0D0D;
        font-weight: 500;
    }
    .privacy-full p{
        font-size: 20px;
        color: #6D6D6D;
        font-weight: 400;
        line-height: 159%;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .privacy-full p a{
        
    }
    .privacy-full p b{
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    
     /***************************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: #0163ac;
}
.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)
{
    
    .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: -50px;margin-right: 30px;}


/*@media(max-width:575px)
{
    .m-img{
        display: block;
    }
    .d-img{
        display: none;
    }
}
@media(min-width:575px)
{
    .m-img{
        display: none;
    }
    .d-img{
        display: block;
    }
}
*/

@media(max-width:990px)
{
    .form-sec2 {
  
    padding: 30px 10px;
}
}
@media(min-width:767px)
{
    .mision {
    height: 370px;
    }
}
@media(min-width:767px) and (max-width:1024px)
{
    
    
     .head-menu {
    width: auto!important
        
    }
.cd-dropdown {

    right: 0 !important;
    width: 43% !important;
    left: unset !important;
}
    .cd-dropdown .cd-close {
        top: 25px !important;
    }

}

@media(min-width:1400px) and (max-width:1500px){
#CrossFade img{min-height: auto; top: 0;}
}

@media(min-width:1501) and (max-width:2500px){
.desk-bnr-hide {display:none;}
}

@media(min-width:230) and (max-width:1399px){
.desk-bnr-hide {display:none;}
}

.grecaptcha-badge { 
    visibility: hidden;
}




@media (min-width: 1025px) and (max-width: 9999px) {
    .mobile-menu-tag {
        display: none;
    }
    
    
    /*cd-dropdown dropdown-is-active li{*/
    /*    list-style: none;*/
        
    /*}*/
    
    
    
    
    
}
/*phone-mnu*/

@media(max-width:1024px){
        .menu-img {
        width: 28px !important;
    }
}
label span{
    color: #f75e5e;
}
@media(max-width:575px){
    .franchise4 form{
        padding:15px;
    }
}
 .input1{
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 10px;
}.datepicker-dropdown{
    width: 225px;
    padding: 3px;
    background: #eee8ff;
    border: 0;
}.datepicker-dropdown th{
    width: 1%;
    font-size: 13px;
    background: #eee8ff;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}.datepicker-dropdown td:hover{
    background: #5086c7;
    color: #fff;
}
.datepicker-dropdown td{
    width: 1%;
    font-size: 13px;
    background: #eee8ff;
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.datepicker-dropdown span{
    padding: 10px;
    word-break: break-all;
}

.error_msg{
    font-size: 13px;
    color: #e94848;width:100%;float:left;
}.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #5086c7;
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: #5086c7;
    border: 0;
    padding: 7px;
    font-size: 14px;
    color: #fff;
}


.spinner {
  border: 2px solid #f3f3f3; /* Light gray */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

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



@media(max-width:575px){
    .pilate-liability .franchise4 .container, .pilate-liability .franchise4 .container-fluid, .pilate-liability .franchise4 .container-lg,
    .pilate-liability .franchise4 .container-md, .pilate-liability .franchise4 .container-sm, .pilate-liability
    .franchise4 .container-xl, .pilate-liability .franchise4 .container-xxl {
        --bs-gutter-x: 0 !important;
    }
}
 .ftr-last p img{
        width: 24%;
    max-width: 100%;
 }
 @media(min-width:2000px){
     .testi-img {
    width: 100%;
    height: 420px!important;
 }.p5-box{
     min-height:718px !important
 }
 .quote-box{
     top:55% !important;
 }.p3-left img{
     height:715px;
 }.p3-right img{
     height:715px;
 }.p2-img img{
     height:640px;
 }.p2-img:after{
      height:640px;
 }
 }
 .mod-carousel .owl-nav{
     
 }
 .mod-carousel .owl-next{
     position: absolute;
     top: 50%;
     right: -40px;
     background-color: #fff !important;
     padding: 5px !important;
     border-radius: 100%;
 }
 .mod-carousel .owl-next img{
     height: 40px;
     width: 40px;
     padding: 5px;
 }
 .mod-carousel .owl-prev{
     position: absolute;
     top: 50%;
     left: -40px;
     transform: rotate(180deg);
     background-color: #fff !important;
     padding: 5px !important;
     border-radius: 100%;
 }
 .mod-carousel .owl-prev img{
     height: 40px;
     width: 40px;
     padding: 5px;
 }
 .mod-image{
     
 }
 .mod-image img{
     width: 100%;
 }