.first {
  /* background-image: url(image/lpbanner1.png); */
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0px 4px 8px;
}
.first img {
  width: 21%;
  height: 90px;
}

h1 {
  font-family: 'Raleway';
}

h2 {
  font-family: 'Raleway';
}

h3 {
  font-family: 'Raleway';
}

h4 {
  font-family: 'Raleway';
}

h5 {
  font-family: 'Raleway';
}

h6 {
  font-family: 'Raleway';
}

p {
  font-family: 'Raleway';
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway' !important;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0 0;
}

/* contact */

/* list */

.list2a {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.list2a li {
  position: relative;
  border: 2px solid #337ab7;
  background: #ebf3fa;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 40px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.list2a li:hover {
  background: #fff;
}
.list2a li:before {
  line-height: 32px;
  position: absolute;
  top: 4px;
  left: -40px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #337ab7;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.font-weight{
  font-weight: bold !important; 
}
.list2a li:hover:before {
  width: 46px;
}
.list2a li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-left-color: #337ab7;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.list2a li:hover:after {
  margin-left: 6px;
}

/* counter */

* {
  font-family: 'Raleway';
}

.statistics {
  width: 100%;
  background: #002147;
}

.statistics-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.statistics-card {
  width: 170px;
  height: auto;
}

.statistics-card img {
  max-width: 48px;
  /* height: 48px; */
  display: block;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}

.statistics-card p {
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-size: 14px;
}

.statistics-card h2 {
  text-align: center;
  color: white;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1470px) {
  .statistics-container {
    gap: 80px 200px;
  }
}

.box {
  padding-top: 35px;
}

.section-one {
  background-image: url(image/banner-img.png);
  background-repeat: no-repeat;
  height: 74vh;
  background-size: cover;
  padding: 11px 31px 3px 20px;
}
.main-title {
  text-align: center;
  font-size: 33px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.font-800 {
  font-weight: 800;
}
.para-text {
  font-size: 14px;
  /* background-color: #800000; */
  color: #ffff;
  /* padding: 3px 9px;  */
}
.text-yellow {
  color: #e4c04a;
}
.para-yellow {
  font-size: 17px;
  background-color: #e4c04a;
  color: #002147;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 10px;
  margin-bottom: 6px;
}
.padd-sec {
  padding: 20px;
}

.text-blue {
  color: #6bbcdf;
}
.main-wrapper {
  padding: 20px 25px;
  background-color: #e0e7eb85;
  border-radius: 15px;
  box-shadow: -1px -1px 8px 0px #ccc;
  width: 88%;
  /* margin: 14px 39px; */
  margin: auto;
}

select {
  word-wrap: normal;
  width: 100%;
  border: #ccc;
}

select:focus {
  border-color: #afb0b1 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.form-textarea {
  width: 100%;
  border: 1px solid #cccccc7a;
}

textarea:focus {
  border-color: #afb0b1 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}
.form-label {
  margin-bottom: 0.1rem !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

button,
select {
  text-transform: none;
  font-size: 13px !important;
}

.form-control {
  padding: 6px 7px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #afb0b1 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.btn-wrap button {
  padding: 7px 22px;
  font-size: 17px !important;
  /* line-height: 48px; */
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background-color: #002147;
  color: #fff;
}
.btn-wrap button:hover {
  font-weight: 600;
  border-radius: 6px;

  cursor: pointer;
  border: none;
  background: #337ab7;
  padding: 7px 22px;
}

.padd-sec p {
  margin-bottom: 6px !important;
}
.mar-left {
  margin-left: 53px;
}

.second-sec {
  background-color: #f0f8ff;
}

.third-sec {
  background-color: #002147;
  padding: 50px;
}

.title-counter {
  font-size: 50px;
  color: #a0d1cb;
}

.counter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.four-section {
  background-color: #eeeeee;
  padding: 70px;
}

.bg-blue {
  background-image: linear-gradient(85deg, #063e6e, #105ca0);

  padding: 0;
}

.paddsec {
  padding: 80px;
}

.faq-section {
  padding: 70px;
  font-family: 'Raleway';
  /* font-family: 'PT Serif', Arial, Helvetica, 'Nimbus Sans L', sans-serif; */
}

.accordion-button:not(.collapsed) {
  background-image: linear-gradient(85deg, #063e6e, #f8fafd) !important;
  color: #fff !important;
  font-size: 18px !important;
}

.accordion-button {
  font-size: 18px !important;
  color: #063e6e !important;
  background-color: #0d6efd12 !important;
  padding: 11px 20px !important;
  font-family: 'Raleway' !important;
}

.counsellor-sec {
  padding: 70px;
  background-color: #f0f8ff;
}

.apply-sec {
  padding: 50px;
  background-image: linear-gradient(85deg, #063e6e, #105ca0);
}

.sec-title {
  font-size: 33px;

  margin-bottom: 20px;
  font-weight: 500;
}

.main-title1 {
  font-size: 33px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Raleway';
}

.main-title2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Raleway';
}

.inner-text {
  background-color: #00214780;
  color: #fff;
  padding: 5px;
  border-radius: 23px;
  font-size: 20px;
}

.carousel-caption {
  position: absolute;
  right: 27% !important;
  bottom: 1.25rem;
  left: 33% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

footer {
  padding: 23px 23px 7px;
  background-color: #002147;
}
.footer p {
  font-size: 13px;
}

.footer img{
  width: 21vh;
}
.address {
  padding-left: 10px !important;
}

.address li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.address li {
  margin-bottom: 8px;
  font-size: 13px;
  padding-left: 0px !important;
}

.accordion-body p {
  font-family: 'Raleway' !important;
}

.last-section {
  background-image: url(image/bg-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}
.last-section p {
  font-size: 28px;
  line-height: 37px;
  margin-top: 37px;
  font-family: 'Raleway';
}

.accordion-button:focus {
  border-color: #002147 !important;
  box-shadow: none !important;
}
.accordion-item {
  background-color: #fff !important;
}

.w-90 {
  width: 94% !important;
  margin-left: -34px;
}
.w-10 i {
  width: 10% !important;
  margin-left: -2px;
}

/* .w-90 {
  width: 94% !important;
  margin-left: -15px;
}

.w-10 i {
  width: 8% !important;
  margin-left: -19px;
} */

.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.cbh-phone.cbh-static1 {
  opacity: 0.6;
}
.cbh-phone.cbh-hover1 {
  opacity: 1;
}
.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(https://360imagem.com/google/images/wpp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-ph-img-circle1 {
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}
.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}

.btn-wrap-view button {
  padding: 7px 22px;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #0f599b !important;
  background-color: #fff !important;
}

.btn-wrap-view button:hover {
  padding: 7px 22px;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background-color: #3c7cc7 !important;
  color: #fff !important;
}

.btn-wrap-index {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-wrap-index button {
  padding: 7px 22px;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background-color: #fff !important;
  color: #0f599b !important;
}

.btn-wrap-index button:hover {
  padding: 7px 22px;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background-color: #3c7cc7 !important;
  color: #fff !important;
}

.yellow-line {
  margin-top: 4vh;
  width: 82%;
}

.thankyou-sec{
 
  background-color: #eff0f0;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-youbox{
  padding: 50px ;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: #ccc;
}

.text-yellow-bold{
  color: #e4c04a;
  font-weight: 600;
}

.thank-icon i{
  font-size: 39px;
  color: #fff;
  background-color: #063e6e;
  border-radius: 50px;
  padding: 17px;
}

.thank-icon  {  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vh;
}



.line-height23{
  line-height: 26px;
}


.font-12{
  font-size: 12px;
}

















/*======================================= === == == == == index2 css  ==================================================================*/

/* 
.sec-one{
  background-image: url(image/second-banner.png);
background-repeat: no-repeat;
height: 81vh;
    background-size: cover;
    padding: 131px 31px 3px 20px;
}
.para-text-index{
  font-size: 15px; 
  color: #ffff;
  padding: 3px 9px;
  letter-spacing: 0.4px;
}

.main-wrapper-index {
  padding: 11px;
  background-color: #ffffff2e;
  border-radius: 15px;
  box-shadow: -1px -1px 8px 0px #ccc;
  width: 81%; 

}
   
.btn-wrap-index{
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.btn-wrap-index button{
  padding: 7px 22px;
  font-size: 17px !important; 
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer; 
  color: #002147 !important;
}

.btn-wrap-index button:hover{
  padding: 7px 22px;
  font-size: 17px !important; 
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer; 
  background-color: #3c7cc7 !important;
color: #fff !important; 
}
 
  .padd-2{
    padding: 2px 7px !important;
  } */
