body {
  color: #616161;

  font-size: 16px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;

  line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002c5d;

  font-weight: bold;

  font-family: "Source Sans Pro";
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 34px;

  padding: 10px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

span {
  color: #39cabb;
}

/* Links

------------------------------------ */

a {
  /* display: inline-block; */

  color: #fff;

  text-decoration: none;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;
}

ul {
  margin: 0;

  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #d46f6f;
}

.justify-center {
  justify-content: center;
}

/* =============== */

.sticky-nav {
  left: 0;

  margin: auto;

  top: 0 !important;

  width: 100%;

  height: 120px;

  position: fixed !important;

  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);

  -webkit-animation: 300ms running fadeInDown;

  animation: 500ms running fadeInUp;

  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

  transition: 0.5s !important;

  background-color: #002c5d;

  z-index: 9999 !important;

  animation-name: slideInDown;

  animation-duration: 1.5s;
}

.menu-box.sticky-nav .sticky-logo {
  display: block;

  margin-left: 100px;
}

.menu-box .sticky-logo {
  display: none;

  /* margin-left: 100px; */
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/* mobile menu start ================================*/

/* ======================Topbar start========================== */

.topbar .topbar-wraper {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  /* padding: 20px 0px 10px 0px; */
}

.topbar .topbar-wraper .contact {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.topbar .topbar-wraper .contact .phone {
  position: relative;
}

.topbar .topbar-wraper .contact .phone .icon {
  margin-right: 10px;
}

.topbar .topbar-wraper .contact .phone .icon i {
  font-size: 35px;

  color: #39cabb;
}

.topbar .topbar-wraper .contact .spase {
  padding-right: 45px;

  position: relative;
}

.topbar .topbar-wraper .contact .spase::before {
  position: absolute;

  content: "";

  height: 50px;

  width: 1px;

  background-color: #e5e9ee;

  right: 10%;

  top: 3%;
}

.topbar .topbar-wraper .contact .phone .icon-content p {
  margin-bottom: 6px;

  font-size: 15px;

  color: #727272;

  font-weight: 400;
}

.topbar .topbar-wraper .contact .phone .icon-content span {
  font-size: 12px;

  color: #002c5d;

  font-weight: 500;
}

.topbar .topbar-wraper .contact .phone .icon-content span a {
  font-size: 15px;

  color: #002c5d;

  font-weight: 600;
}

/* ======================Topbar end========================== */

/* ======================menu section start========================== */

.menu-box {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  background-color: #3978be;

  border-radius: 6px 6px 6px 6px;

  margin-bottom: -35px;

  z-index: 6;

  position: relative;
}

.menu-box .main-menu nav ul {
  display: flex;

  flex-wrap: wrap;
}

.menu-box .main-menu nav ul i {
  opacity: 0.7;

  font-size: 13px;
}

.menu-box .main-menu ul li a {
  padding: 2px 25px;

  color: #fff;

  font-weight: bold;

  font-size: 18px;

  display: inline-block;

  /* line-height: 66px; */

}

.menu-box .main-menu ul li a:hover {
  color: #39cabb;
}

.menu-box .right-content {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.menu-box .right-content .icon a {
  margin: 0px 10px;

  color: #fff;
}

.menu-box .right-content .icon a i {
  font-size: 25px;

  position: relative;
}

.menu-box .right-content .icon {
  position: relative;

  right: 60px;

  padding: 15px 0px;
}

.menu-box .right-content .icon::after {
  position: absolute;

  content: "";

  height: 20px;

  /* width: 1px; */

  background-color: #8096ae;

  left: 50%;

  top: 2%;
}

.menu-box .right-content .button {
  background-color: #39cabb;

  border-radius: 0px 6px 6px 0px;

  margin-left: 10px;

  transition: 0.5s;

  line-height: 4;
}

.menu-box .right-content .button a {
  padding: 23px 23px;

  color: #fff;

  font-size: 16px;

  transition: 0.5s;
}

.menu-box .right-content .button:hover {
  background-color: transparent;

  color: #39cabb;

  transition: 0.5s;
}

.menu-box .right-content .button:hover a {
  color: #39cabb;

  transition: 0.5s;
}

.menu-box .right-content .button i {
  margin-left: 10px;
}

/* ======================menu section end========================== */

/*--=====================================

    ----------start sub menu---------------

    -========================================*/

.menu-box .main-menu .sub-menu {
  height: auto;

  /* width: 230px; */

  background: #fff;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

  position: absolute;

  /* text-align: left; */

  top: 80px;

  transition: 0.3s;

  opacity: 0;

  left: 0;

  visibility: hidden;

  border-radius: 7px;

  /* padding: 15px 20px; */

  border-top: 4px solid#2D4B8B;

  border-bottom: 4px solid#39cabb;
}

.menu-box .main-menu .menu-item-has-children {
  position: relative;
}

.menu-box .sub-menu li {
  display: block;

  margin-bottom: -40px;
}

.menu-box .main-menu .sub-menu li a {
  position: relative;

  color: #002c5d;

  margin: 5px 8px 5px 20px;

  font-weight: 500;

  font-size: 14px;

  padding-top: 10px;

  padding-bottom: 50px;

  transition: 0.5s;
}

.menu-box .main-menu .sub-menu li a:hover {
  color: #39cabb;

  transition: 0.5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
  top: 63px;

  opacity: 1;

  visibility: visible;

  z-index: 9;

  transition: 0.5s;
}

.menu-box .main-menu .sub-menu li a::before {
  content: "";

  position: absolute;

  height: 2px;

  width: 15px;

  background-color: #39cabb;

  left: -18px;

  top: 18px;

  opacity: 0;

  visibility: hidden;

  transition: 0.5s;
}

.menu-box .sub-menu li a:hover {
  margin-left: 30px;

  color: #333;

  transition: 0.5s;
}

.sticky-nav.header-area .main-menu .sub-menu li a:hover {
  margin-left: 30px;

  color: #39cabb;

  transition: 0.5s;
}

.menu-box .sub-menu li a:hover::before {
  opacity: 1;

  visibility: visible;
}

/*--==========================================

  -------------------------

  -=========================================*/

/* ======================Hero section start========================== */

.hero-section .hero-slider {
  position: relative;

  height: 615px;
}

.hero-section .hero-slider .slider-content {
  position: relative;

  margin-top: 20px;

  /* left: 50%; */

  text-align: justify;
}

.hero-section .hero-slider .slider-content-2 {
  position: absolute;

  bottom: 40%;

  left: 12%;

  text-align: justify;
}

.hero-section .hero-slider .slider-content-3 {
  position: absolute;

  bottom: 20%;

  left: 5%;

  right: 20%;

  top: 5%;

  text-align: justify;
}

.hero-section .hero-slider .shape-image1 {
  right: 8%;

  top: 58%;

  position: absolute;
}

.hero-section .hero-slider .shape-image1 img {
  border-radius: 7px;
}

.hero-section .hero-slider .shape-image2 {
  right: 36%;

  top: 43%;

  position: absolute;
}

.hero-section .hero-slider .shape-image2 img {
  border-radius: 7px;
}

.hero-section .hero-slider .slider-content .text-section h1 {
  color: #002c5d;

  font-size: 30px;
}

.hero-section .hero-slider .slider-content .text-section h1 span {
  color: #39cabb;
}

.hero-section .hero-slider .slider-content .text-section p {
  font-size: 16px;

  color: #002c5d;

  font-weight: 500;

  /* padding: 15px 80px 20px 0px; */
}

.hero-section .hero-slider .slider-content .button {
  position: absolute;

  top: 185px;
}

.hero-section .hero-slider .slider-content .button a {
  padding: 10px 20px;

  background-color: #002c5d;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;
}

.hero-section .hero-slider .slider-content .button .left {
  margin-right: 15px;
}

.hero-section .hero-slider .slider-content .button a:hover {
  background-color: transparent;

  border: 1px solid #39cabb;

  color: #002c5d;

  transition: 0.5s;
}

/* ======================Hero section end========================== */

/* ======================book section start========================== */

.book-section .booking-form-row {
  position: relative;

  margin-top: -62px;

  z-index: 66;
}

.book-section .book-content {
  background-color: #39cabb;

  /* height: 220px; */

  border-radius: 5px;
}

.book-section .book-content .booking-form-inner {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  padding: 50px 30px 65px 30px;
}

.book-section .book-content .booking-form-inner input::placeholder {
  color: #000;
}

.book-section .book-content .booking-form-inner label {
  color: #fff;
}

.book-section .book-content .booking-form-inner .form-control {
  padding: 25px 8px;

  color: #000;

  width: 335px;
}

.book-section
  .book-content
  .booking-form-inner
  .form-control
  input::placeholder {
  color: #000;
}

.book-section .book-content .booking-form-inner .form-control.date {
  padding: 25px 10px;
}

.book-section .book-content .booking-form-inner .option {
  border: none;

  padding: 25px 60px;
}

.book-section .book-content .booking-form-inner select {
  padding: 15px 10px;

  border-radius: 4px;

  border: none;

  color: #000;

  background-color: #fff;

  width: 335px;
}

.book-section .book-content .booking-form-inner .btn-submit {
  padding: 14px 27px;

  border: none;

  background-color: #002c5d;

  color: #fff;

  border-radius: 4px;

  margin-top: 28px;
}

.book-section .book-content .booking-form-inner .btn-submit i {
  margin-right: 10px;
}

.form-control:focus {
  background-color: transparent !important;
}

.contact-section .contact_from .contact {
  border: 1px solid #6d8aab;

  border-radius: 4px;

  height: 50px;
}

.contact-section .contact_from textarea {
  height: 150px !important;
}

/* ======================book section end========================== */

/* ======================about section start========================== */

.about-section {
  margin: 25px 0px 00px 0px;

  position: relative;
}

.about-section .containt-wraper .right-spase {
  padding-right: 25px;
}

.about-section .containt-wraper .about-title h1 {
  font-size: 44px;
}

.about-section .containt-wraper .image img {
  width: 100%;
  border-radius: 10px;
}

/* .about-section .containt-wraper .image img:hover{

  cursor: pointer;

  color: rgba(51, 227, 51, 0.336);

  background-color: #002C5D;

} */

.about-section .containt-wraper .left-spase {
  /* padding-left: 25px; */

  position: relative;
}

.about-section h3{
  font-size: 25px;
  padding: 0px;
}


.about-section .containt-wraper .signetire .image img {
  width: 40%;
}

.about-section .containt-wraper .left-spase .shape-image3 {
  position: absolute;

  right: 10px;

  bottom: -58px;
}

.about-section .containt-wraper .list {
  position: relative;

  top: 30px;
}

.about-section .containt-wraper .about-title p {
  font-size: 15px;

  font-weight: 500;

  /* margin: 5px 0px; */

  text-align: justify;
}

.about-section .containt-wraper .list .icon {
  margin-right: 10px;
}

.about-section .containt-wraper .list .icon i {
  color: #39cabb;

  font-size: 20px;

  /* margin-bottom: 15px; */
}

.about-section .containt-wraper .signetire h5 {
  color: #898989;

  font-size: 16px;

  font-weight: 500;

  margin-top: 30px;
}

.about-section .containt-wraper .signetire h2 {
  font-size: 22px;

  font-weight: 600;

  margin-bottom: 15px;
}

/* ======================about section end========================== */

/* ======================feature section start========================== */

.feature-secction {
  background-image: url("image/Home-1-Recovered-.png");

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  /* padding: 0px 0px 85px 0px; */
}

.feature-secction .feature-title h1 {
  font-size: 44px;

  text-align: center;
  
}

.feature-secction .single-feature {
  background: #c7d2c9;

  /* text-align: center; */

  padding: 20px 20px 30px;

  margin-bottom: 30px;

  border-radius: 5px;

  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);

  height: 100%;
}

.feature-secction .single-feature .feature-content p {
  font-size: 16px;

  margin-bottom: 8px;

  font-weight: 500;
}

.feature-secction .single-feature .feature-content h2 {
  font-size: 20px;

  /* margin-bottom: 30px; */

  font-weight: 600;
}

.feature-button a {
  padding: 16px 20px;

  background: #39cabb;

  border-radius: 50px;

  color: #fff;

  transition: 0.5s;
}

.feature-button a span {
  display: none;

  transition: 0.5s;
}

.feature-button a i {
  transition: 0.5s;
}

.feature-button a:hover span {
  display: inherit;

  color: #fff;
}

.feature-button a:hover i {
  margin-left: 10px;
}

.feature-button a:hover {
  padding: 16px 30px;

  border-radius: 30px;
}

.feature-secction .single-feature.item-4 {
  background-color: #3978be;

  text-align: center;
}

.feature-secction .single-feature.item-4 h3 {
  color: #fff;

  font-size: 24px;

  margin: 17px 0px 10px 0px;
}

.feature-secction .single-feature.item-4 p {
  color: #39cabb;

  font-size: 16px;

  margin-bottom: 3px;

  margin-top: 10px;
}

.feature-secction .single-feature.item-4 h4 {
  color: #fff;

  font-size: 20px;
}

.feature-secction .single-feature.item-4 .bar {
  height: 1px;

  width: 100%;

  background-color: #39cabb;

  margin: 20px 0px;
}

.feature-secction .single-feature.item-4 h2 {
  color: #fff;

  font-size: 20px;

  margin-bottom: 20px;
}

/* ======================feature section end========================== */

/* ======================Call do section start========================== */

.call-do-section {
  /* background-image: url('../../image/bg-call.jpg'); */

  background: #3978be;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.call-do-section .call-do-content {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  padding: 90px 0px;
}

.call-do-section .call-do-content .left-content .image img {
  width: 100%;
}

.call-do-section .call-do-content .left-content .title {
  padding-left: 25px;
}

.call-do-section .call-do-content .left-content .title p {
  font-size: 34px;

  color: #fff;

  margin-bottom: 0;

  margin-top: 0;
}

.call-do-section .call-do-content .left-content .title h3 {
  font-size: 15px;

  color: #fff;

  margin-bottom: 5px;
}

.call-do-section .call-do-content .button a {
  font-size: 16px;

  color: #fff;

  background-color: #39cabb;

  padding: 17px 25px;

  border-radius: 4px;

  transition: 0.5s;
}

.call-do-section .call-do-content .button a:hover {
  background-color: transparent;

  border: 1px solid #39cabb;

  color: #fff;

  transition: 0.5s;
}

/* ======================Call do section end========================== */

/* ======================Service section start========================== */

.service-bg {
  /* background-image: url('../../image/Home-1.jpg'); */

  background-position: center;

  background-size: cover;

  /* padding-bottom: 250px; */

  /* padding-top: 35px; */
}

.service-bg .service-title-wraper h1 {
  font-size: 44px;

  margin-bottom: 45px;
}

.service-bg .service-title-wraper p {
  font-size: 16px;

  margin-top: 20px;
}

.service-section {
  /* margin-top: -264px; */

  padding-bottom: 30px;

  position: relative;
}

.service-section .service-slider .slider-item {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);

  border-radius: 5px;

  margin-bottom: 40px;

  overflow: hidden;
}

.service-section .service-slider .slider-item a {
  width: 100%;
}

.service-section .service-slider .slider-item .slider-image {
  height: 265px;

  position: relative;
}

.service-section .service-slider .slider-item .icon {
  position: absolute;

  left: 70%;

  bottom: 9%;

  display: inline-block;

  background-color: #39c9ba;

  height: 80px;

  width: 80px;

  padding: 16px;

  border-radius: 5px;

  transition: 0.5s;
}

.service-section .service-slider .slider-item:hover .slider-image .icon {
  background-color: #002c5d;

  color: #fff;

  transition: 0.5s;
}

.service-section .service-slider .slider-item .text-content {
  margin: 0px 20px;
}

.service-section .service-slider .slider-item .text-content a {
  width: 100%;
}

.service-section .service-slider .slider-item .text-content .number-box {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  position: relative;
}

.service-section .service-slider .slider-item .text-content h2 {
  font-size: 20px;

  margin-top: 25px;
}

.service-section .service-slider .slider-item .text-content p {
  font-size: 16px;

  margin: 20px 0px;
}

.service-section .service-slider .slider-item .text-content .number-box {
  padding-bottom: 30px;
}

.service-section
  .service-slider
  .slider-item
  .text-content
  .number-box
  .number
  h2 {
  font-size: 115px;

  color: #f2f4f7;

  position: absolute;

  bottom: -75%;

  left: 55%;

  transition: 0.5s;
}

.service-section
  .service-slider
  .slider-item:hover
  .text-content
  .number-box
  .number
  h2 {
  bottom: -30%;

  transition: 0.5s;
}

.service-button a {
  padding: 16px 20px;

  background: #39cabb;

  border-radius: 50px;

  color: #fff;

  transition: 0.5s;

  display: inline-block;
}

.service-button a span {
  /* display: none; */

  transition: 0.5s;
}

.service-button a i {
  transition: 0.5s;

  padding-left: 10px;
}

.service-button a:hover span {
  display: inherit;

  color: #fff;
}

.service-button a:hover i {
  margin-left: 10px;
}

.service-button a:hover {
  padding: 16px 30px;

  border-radius: 30px;
}

/* .service-section .service-slider .slider-item .service-button a{

	height: 50px;

	width: 50px;

	line-height: 50px;

	padding: 0 15px;

	overflow: hidden;

	border-radius: 50%;

  	background-color: #e1f7f5;

}



.service-section .service-slider .slider-item:hover .service-button a{

	position: relative;

  	width: 125px;

  	border-radius: 30px;

  	text-align: right;

  	background-color: #39cabb;

  	color: #fff;

}



.service-section .service-slider .slider-item .service-button a span{

	position: absolute;

	transform: translateX(17px);

	left: 0;

	visibility: hidden;

}



.service-section .service-slider .slider-item:hover .service-button a span{

	transform: translateX(15px);

	visibility: visible;

	color: #fff;

} */

.service-section .owl-dots {
  text-align: center;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: -5%;

  transition: 0.5s;
}

.service-section .owl-dots .owl-dot {
  display: inline-block;

  position: relative;

  height: 12px;

  width: 12px;

  border-radius: 50%;

  background: #fff;

  border: 1px solid #39cabb;

  margin-right: 20px;

  transition: 0.5s;
}

.service-section .owl-dots .owl-dot.active {
  background: #39cabb;

  height: 12px;

  width: 12px;

  border-radius: 50%;
}

/* ======================Service section end========================== */

/* ======================tab section start========================== */

.tab-section {
  background-color: #f4f5f7;

  padding: 100px 0px;
}

.tab-section .tab-title h1 {
  font-size: 44px;

  text-align: center;
}

.tab-section .tab-title p {
  font-size: 16px;

  text-align: center;

  margin-bottom: 30px;
}

.tab-section .accordion {
  background: #fff;

  margin-top: 70px;
}

.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
}

.accordion-item:last-child {
  border: none;
}

.tab-section .accordion .accordion-tabs button {
  padding: 30px 0px;
}

.tab-section .accordion .accordion-tabs button img {
  margin-bottom: 20px;
}

.tab-section .accordion .accordion-tabs button span {
  font-size: 16px;

  color: #002c5d;
}

.tab-section .accordion .accordion-content {
  padding: 0px 40px;
}

.tab-section .accordion .accordion-content img {
  width: 100%;
}

.tab-section .accordion .accordion-content .left-content {
  padding-right: 20px;
}

.tab-section .accordion .accordion-content .left-content h2 {
  font-size: 32px;

  font-weight: 600;

  margin-bottom: 30px;
}

.tab-section .accordion .accordion-content .left-content .sub-title p {
  font-style: italic;
}

.tab-section .accordion .accordion-content .left-content p {
  font-style: normal;
}

.tab-section .accordion .accordion-content .left-content .list .icon-box p {
  margin: 5px 0px;
}

.tab-section .accordion .accordion-content .left-content .list .icon {
  margin-right: 10px;
}

.tab-section .accordion .accordion-content .left-content .list .icon i {
  color: #39cabb;

  font-size: 20px;
}

.tab-section .accordion .accordion-content .left-content .button a {
  font-size: 16px;

  color: #fff;

  background-color: #39cabb;

  padding: 15px 30px;

  border-radius: 4px;

  margin-top: 20px;

  margin-bottom: 35px;
}

.accordion-item__label:hover {
  background: #d3e1ff;
}

.accordion-item__container {
  padding: 0 1.25em;

  height: 0;

  overflow: hidden;

  opacity: 0;

  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

/* .accordion-active {

  background-color: #39cabb;

} */

.accordion-active .accordion-item__label {
  padding-bottom: 0;

  cursor: inherit;
}

.accordion-active .accordion-item__label:hover {
  background: none;
}

.accordion-active .accordion-item__label::after {
  opacity: 0;
}

.accordion-active .accordion-item__container {
  padding: 1.25em;

  height: auto;

  opacity: 1;
}

.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}

.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

.left-content p {
  margin: 20px 0 23px;
}

h4.accordion-item__label {
  opacity: 0;
}

@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;

    background: rgba(68, 127, 255, 0.1);
  }

  .accordion-tabs .accordion-tab {
    background: rgba(234, 243, 244, 1);

    padding: 1rem 2rem;

    font: inherit;

    flex: 1;

    border: none;

    cursor: pointer;

    transition: background 0.1s ease;
  }

  .accordion-tabs .accordion-tab:hover {
    background: rgba(249, 249, 249, 0.01);
  }

  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }

  .accordion-tabs .accordion-tab.accordion-active {
    background: #39cabb;
  }

  .accordion-tabs .accordion-tab.accordion-active img {
    filter: brightness(0) invert(1);
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }

  /*  .tab-section .accordion .accordion-content img{

	width: 100%;

} */

  .accordion-item {
    padding: 2.4rem;

    display: none;

    border: none;

    background: #fff;

    min-height: 260px;
  }

  .accordion-item.accordion-active {
    display: block;
  }

  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

.accordion {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);

  border-radius: 5px;

  overflow: hidden;

  width: 100%;
}

/* @media (min-width: 600px) {

  .accordion {

    max-width: 600px;

  }

} */

/* ===================================================================================================== */

/* ======================tab section end========================== */

/* ======================team section start========================== */

.team-section {
  padding: 90px 0px 110px 0px;
}

.team-section .team-title h2 {
  font-size: 44px;

  text-align: center;
}

.team-section .team-title p {
  font-size: 15px;

  text-align: center;

  margin-bottom: 27px;
}

.team-section .team-content .main-content {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.07);

  margin-top: 30px;

  border-radius: 5px;

  transition: 0.5s;
}

.team-section .team-content .main-content:hover {
  background-color: #39cabb;

  transition: 0.5s;
}

.team-section .team-content .main-content:hover .text-content .hart-icon a {
  color: #fff;

  background-color: #61d5c9;

  transition: 0.5s;
}

.team-section .team-content .main-content:hover .text-content,
.team-section .team-content .main-content:hover .text-content h2,
.team-section .team-content .main-content:hover .text-content .icon i,
.team-section .team-content .main-content:hover .text-content .button a,
.team-section .team-content .main-content:hover span,
.team-section .team-content .main-content:hover .text-content .hart-icon a {
  color: #fff;

  transition: 0.5s;
}

.team-section .team-content .main-content .text-content {
  position: relative;
}

.team-section .team-content .main-content .text-content h2 {
  font-size: 22px;

  margin-top: 20px;

  margin-bottom: 15px;
}

.team-section .team-content .main-content .text-content span {
  font-size: 16px;
}

.team-section .team-content .main-content .text-content p {
  font-size: 15px;

  margin-top: 15px;

  padding-right: 40px;
}

.team-section .team-content .main-content .text-content .icon {
  margin-bottom: 30px;
}

.team-section .team-content .main-content .text-content .hart-icon a {
  position: absolute;

  right: 30px;

  top: 21px;

  color: #39cabb;

  background-color: #ebfaf8;

  border-radius: 43px;

  height: 50px;

  width: 50px;

  line-height: 51px;

  padding: 0 16px;

  overflow: hidden;
}

.team-section .team-content .main-content .text-content .icon i {
  color: #39cabb;

  margin-left: 5px;
}

.team-section .team-content .main-content .text-content .button a {
  color: #39cabb;

  padding: 10px 20px;

  border: 1px solid #e5e9ee;

  border-radius: 30px;

  position: absolute;

  left: 190px;

  bottom: 35px;
}

/* ======================team section end========================== */

/* ======================app-download section start========================== */

.app-download-section {
  padding-bottom: 100px;
}

.app-download-section .bg-image {
  background-image: url("image/add-bg.jpg");

  background-size: cover;

  background-position: center center;

  padding-top: 80px;
}

.app-download-section .bg-image .text-content .image {
  margin-top: 45px;
}

.app-download-section .bg-image .image {
  margin-bottom: -120px;
}

.app-download-section .bg-image .image img {
  width: 100%;
}

.app-download-section .bg-image .text-content {
  margin-top: 25px;

  margin-left: 20px;
}

.app-download-section .bg-image .text-content .image img {
  width: 100%;
}

.app-download-section .bg-image .text-content h1 {
  font-size: 44px;
}

.app-download-section .bg-image .text-content p {
  font-size: 16px;

  margin: 25px 0px 35px 0px;
}

.app-download-section .bg-image .text-content .image .app-stor {
  margin-right: 20px;
}

/* ======================app-download section end========================== */

/* ======================blog section start========================== */

.blog-section {
  padding: 0px 0px 100px 0px;

  position: relative;
}

.blog-section .blog-title h2 {
  font-size: 44px;

  text-align: center;
}

.blog-section .blog-title p {
  font-size: 16px;

  text-align: center;

  margin-bottom: 65px;
}

.blog-section .blog-item {
  box-shadow: 0px 5px 40px 0px rgba(0, 44, 93, 0.08);

  margin-top: 20px;
}

.blog-section .blog-item .image img {
  width: 100%;

  height: 250px;
}

.blog-section .blog-item .category h5 {
  color: #fff;

  background-color: #002c5d;

  padding: 15px 30px;

  border-radius: 0px 0px 5px 5px;

  font-size: 16px;

  display: inline-block;

  transition: 0.5s;

  /* writing-mode: vertical-rl; */

  transform: rotate(-90deg) !important;

  position: absolute;

  left: -31px;

  top: 140px;
}

.blog-section .blog-item .category h5:hover {
  background-color: #39cabb;

  transition: 0.5s;
}

.blog-section .blog-item .text-wraper {
  padding: 0px 25px 20px;

  height: 300px;
}

.blog-section .blog-item .text-wraper h3 a {
  font-size: 24px;

  margin: 25px 0px 5px 0px;

  font-weight: 600;

  transition: 0.5s;

  color: #002c5d;
}

div#status {
  color: #fff;
}

.blog-section .blog-item .text-wraper h3 a:hover {
  color: #39cabb;

  transition: 0.5s;
}

.blog-section .blog-item .text-wraper p {
  font-size: 15px;

  margin-top: 0;
}

.blog-section .blog-item .text-wraper .bar {
  background-color: #e5e9ee;

  height: 1px;

  width: 100%;
}

.blog-section .blog-item .text-wraper .image {
  margin: 17px 0px;
}

.blog-section .blog-item .text-wraper .name-date h4 {
  font-size: 16px;
}

.blog-section .blog-item .text-wraper .name-date span {
  color: #002c5d;

  margin-right: 20px;
}

/* ======================blog section end========================== */

/* ======================subscribe section start========================== */

.subscrib-section {
  background-color: #f6ebeb;

  padding: 50px 0px;
}

.footer-section .icon a {
  height: 40px;

  width: 40px;

  border-radius: 24px;

  background-color: #39cabb;

  color: #fff;

  line-height: 25px;

  text-align: center;

  display: inline-block;

  padding: 8px;

  margin-left: 10px;

  transition: 0.5s;

  margin-top: 10px;
}

.footer-section .icon a:hover {
  background-color: #002c5d;

  transition: 0.5s;
}

.subscrib-section .form-wraper {
  position: relative;
}

.subscrib-section .form-wraper input {
  padding: 30px 20px;
}

.subscrib-section .form-wraper input::placeholder {
  /* padding-left: 20px;

	margin-left: 30px; */
}

.subscrib-section .form-wraper button {
  position: absolute;

  padding: 19px 40px;

  border: 0;

  background-color: #39cabb;

  color: #fff;

  border-radius: 0px 5px 5px 0px;

  right: 0;

  top: 0;

  transition: 0.5s;
}

.subscrib-section .form-wraper button:hover {
  background-color: #002c5d;

  border: 1px solid #39cabb;

  color: #fff;

  transition: 0.5s;
}

/* ======================subscribe section end========================== */

/* ======================footer section start========================== */

.footer-section {
  /* background-image: url('../../image/Home-1-bg.jpg'); */

  background-color: #3d76abfa;

  /* background-size: cover; */

  background-position: center;

  background-repeat: no-repeat;

  padding-top: 20px;

  font-size: 15px;
}

.footer-section p {
  color: #fff;

  font-size: 14px;

  margin-top: 35px;

  line-height: 1.7;
}

.footer-section .button a {
  font-size: 16px;

  color: #fff;

  background-color: #39cabb;

  padding: 15px 30px;

  border-radius: 5px;

  margin-top: 20px;

  transition: 0.5s;

  border: 1px solid #39cabb;
}

.footer-section .button a:hover {
  background-color: transparent;

  border: 1px solid #39cabb;

  color: #fff;

  transition: 0.5s;
}

.footer-section h2 {
  color: #fff;

  font-size: 24px;

  margin-bottom: 20px;
}

.footer-section ul li a {
  font-size: 16px;

  font-weight: 500;

  margin-bottom: 21px;

  color: #fff;

  transition: 0.5s;

  display: inline-block;
}

.footer-section ul li a:hover {
  color: #39cabb;

  transition: 0.5s;
}

.footer-section ul li a i {
  margin-right: 10px;
}

.footer-section .footer-news {
  margin-bottom: 30px;
}

.footer-section .footer-news .image img {
  width: 100%;

  border-radius: 5px;
}

.footer-section .footer-news .image-content p {
  margin: 0px 0px 10px 10px;

  font-size: 16px;

  font-weight: 500;

  color: #fff;
}

.footer-section .footer-news .image-content p a {
  color: #fff;
}

.footer-section .footer-news .image-content p a:hover {
  color: #39cabb;
}

.footer-section .footer-news .image-content span {
  margin: 0px 0px 0px 10px;
}

.footer-section .footer-icon .icon i {
  color: #39cabb;

  font-size: 20px;

  font-weight: 600;
}

.footer-section .footer-icon p {
  margin: 0px 0px 0px 10px;
}

.footer-section .footer-icon p a {
  color: #fff;

  font-size: 16px;
}

.footer-section .bar1 {
  height: 1px;

  width: 100%;

  background-color: #fff;

  margin: 25px 0px;
}

.footer-section .bar2 {
  height: 1px;

  width: 100%;

  background-color: #fff;

  margin: 25px 0px;
}

.footer-section .footer-bar {
  height: 1px;

  width: 100%;

  background-color: #fff;

  margin-top: 100px;
}

.footer-section .cuppyright-section p {
  text-align: center;

  color: #fff;

  padding: 8px 0px;

  margin-bottom: 0;

  font-weight: 500;

  margin-top: 0;

  font-weight: 15px;
}

.footer-section .cuppyright-section p span a {
  color: #39cabb;
}

.footer-section .cuppyright-section p span a:hover {
  color: #039dca;
}

/* ======================footer section end========================== */

/* ===========================scroll strat===========================  */

/* ===========================************===========================  */

.scroll-area {
  position: relative;

  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;

  cursor: pointer;

  top: 0;

  right: 30px;

  color: #ffffff;

  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);

  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);

  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);

  z-index: 9999;

  width: 45px;

  text-align: center;

  height: 45px;

  line-height: 42px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.9s ease-out 0s;

  -moz-transition: all 0.9s ease-out 0s;

  -ms-transition: all 0.9s ease-out 0s;

  -o-transition: all 0.9s ease-out 0s;

  transition: all 0.9s ease-out 0s;

  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;

  top: 50%;

  left: -4px;

  right: 0;

  margin: 0 auto;

  font-size: 15px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all 0.5s ease-out 0s;

  -moz-transition: all 0.5s ease-out 0s;

  -ms-transition: all 0.5s ease-out 0s;

  -o-transition: all 0.5s ease-out 0s;

  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;

  visibility: hidden;

  top: 60%;
}

.scroll-area .go-top::before {
  content: "";

  border: 2px solid #002c5d;

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 130px;

  height: 130px;

  border-radius: 50%;

  animation: zoomBig 3.25s linear infinite;

  -webkit-animation-delay: 0.75s;

  animation-delay: 0.75s;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;

  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;

  top: 0;

  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;

  visibility: visible;

  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;

  -webkit-transform: translateY(-98%);

  -moz-transform: translateY(-98%);

  -ms-transform: translateY(-98%);

  -o-transform: translateY(-98%);

  transform: translateY(-98%);

  opacity: 1;

  visibility: visible;

  border-radius: 0;

  right: 50px;

  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;

  width: 50px;

  height: 50px;

  line-height: 40px;

  text-align: center;

  color: #fff;

  top: 3px;

  z-index: 1;

  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);

  background: #39cabb;

  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;

  font-weight: 700;

  padding-left: 4px;

  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";

  border: 2px solid #39cabb;

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 130px;

  height: 130px;

  border-radius: 50%;

  animation: zoomBig 3.25s linear infinite;

  -webkit-animation-delay: 0s;

  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;

  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);

    opacity: 1;

    border-width: 3px;
  }

  40% {
    opacity: 0.5;

    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);

    opacity: 0;

    border-width: 1px;
  }
}

/* ===========================scroll end===========================  */

/* ===========================************===========================  */

/* ==========================================

start search Popup Css

=========================================*/

.search-popup {
  position: fixed;

  left: 0;

  top: 0;

  height: 100vh;

  width: 100%;

  z-index: 99999;

  margin-top: -540px;

  transform: translateY(-100%);

  background-color: rgba(57, 202, 187, 0.5);

  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);

  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;

  left: 0;

  right: 0;

  top: 75%;

  margin: 0 auto;

  margin-top: -200px;

  border-radius: 50%;

  text-align: center;

  background-color: #39cabb;

  width: 70px;

  cursor: pointer;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  border-bottom: 3px solid #ffffff;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

  opacity: 0;

  visibility: hidden;

  height: 70px;

  line-height: 70px;

  text-align: center;
}

.search-popup .close-search i {
  position: relative;

  font-size: 30px;

  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;

  opacity: 1;

  top: 50%;

  -webkit-transition-delay: 1500ms;

  -moz-transition-delay: 1500ms;

  -ms-transition-delay: 1500ms;

  -o-transition-delay: 1500ms;

  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;

  max-width: 700px;

  top: 50%;

  left: 15px;

  right: 15px;

  margin: -35px auto 0;

  transform: scaleX(0);

  transform-origin: center;

  background-color: #111111;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);

  -webkit-transition-delay: 1200ms;

  -moz-transition-delay: 1200ms;

  -ms-transition-delay: 1200ms;

  -o-transition-delay: 1200ms;

  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;

  margin: 0px;

  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 50px;

  color: #0e3d60;

  height: 70px;

  width: 100%;

  padding: 10px 30px;

  background-color: #ffffff;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

  font-weight: 400;

  text-transform: capitalize;

  letter-spacing: 1px;

  outline: 0;

  border: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;

  right: 30px;

  top: 0px;

  height: 70px;

  line-height: 70px;

  background: transparent;

  text-align: center;

  font-size: 24px;

  color: #0e3d60;

  padding: 0;

  cursor: pointer;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

.search-popup .close-search.style-two {
  position: absolute;

  right: 25px;

  left: auto;

  color: #ffffff;

  width: auto;

  height: auto;

  top: 25px;

  margin: 0px;

  border: none;

  background: none !important;

  box-shadow: none !important;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.header-src-btn {
  display: inline-block;
}

/* ======================Animation section start========================== */

.animated {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;

  animation-duration: 2s;
}

.bounce-animate {
  animation-name: float-bob;

  animation-duration: 2s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -moz-animation-name: float-bob;

  -moz-animation-duration: 2s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;

  -ms-animation-duration: 2s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;

  -o-animation-duration: 2s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;

  animation-duration: 3s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -moz-animation-name: float-bob2;

  -moz-animation-duration: 3s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob2;

  -ms-animation-duration: 3s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob2;

  -o-animation-duration: 3s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;

  animation-duration: 4s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -moz-animation-name: float-bob3;

  -moz-animation-duration: 4s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob3;

  -ms-animation-duration: 4s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob3;

  -o-animation-duration: 4s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;

  animation-duration: 5s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -moz-animation-name: float-bob4;

  -moz-animation-duration: 5s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob4;

  -ms-animation-duration: 5s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob4;

  -o-animation-duration: 5s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;

  animation-duration: 6s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -moz-animation-name: float-bob5;

  -moz-animation-duration: 6s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob5;

  -ms-animation-duration: 6s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob5;

  -o-animation-duration: 6s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  50% {
    -webkit-transform: translateY(-7px);

    transform: translateY(-7px);
  }

  100% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);

    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);

    transform: translateY(-60px);
  }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);

    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-25px);

    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(-40px);

    transform: translateY(-40px);
  }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);

    transform: translateY(-70px);
  }

  50% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-70px);

    transform: translateY(-70px);
  }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);

    transform: translateY(-75px);
  }

  50% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-75px);

    transform: translateY(-75px);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);

    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);

    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);

    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;

  animation-duration: 20s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);

    -ms-transform: translateY(-30px);

    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;

  animation-name: bounce;
}

/* ======================Animation section end========================== */

/* ===========================bratecome section start============================*/

.bratecome-section {
  background-image: url("../../image/banner-01.webp");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}

.bratecome-section::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: rgba(1, 17, 15, 0.397);
}

.bratecome-section .contant {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 50%;

  transform: translateX(-50%);
}

.bratecome-section .contants {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 50%;

  transform: translateX(-50%);
}


.bratecome-section .contant .title h2 {
  font-size: 35px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;

  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;

  margin: 0 6px;

  color: #fff;

  font-size: 18px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;

  color: #fff;

  text-decoration: none;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;

  color: #fff;
}

.bratecome-section .button .left {
  position: absolute;

  top: 67%;

  left: 44%;
}

.bratecome-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.bratecome-section .button a:hover {
  background: #fff;

  color: #000;
}




/* ===========================bratecome section end============================*/


/* ==================Physician-section============ */


.Physician-section {
  background-image: url("../../image/best-physician-in-lucknow.webp");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}


.Physician-section .button .left {
  position: absolute;

  top: 60%;

  left: 70%;
}

.Physician-section .button a {
  padding: 10px;

  background-color: #1a9092;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #1a9092;

  cursor: pointer;
}

.Physician-section .button a:hover {
  background: #fff;

  color: #000;
}


/* ===========================CONTACT PAGE START===========================  */

/* ===========================************===========================  */



/*contact-section*/

.contact-section {
  position: relative;

  padding: 100px 0px;
}

.contact-section .contact_from .contact {
  border: 1px solid #6d8aab;

  border-radius: 4px;

  padding-left: 15px;

  color: #fff;
}

.contact-section .contact_from select option {
  color: #000 !important;
}

.contact-section .contact_from .contact::placeholder {
  color: #fff;

  padding-left: 20px;
}

.row.upper12 {
  background: #002c5d;

  border-radius: 10px;
}

.contact-section .dreamit-section-sub-title h5 {
  font-size: 24px;

  margin: 0 0 31px;

  font-weight: 600;

  text-transform: capitalize;

  color: #fff;
}

.contact_from.upper10 {
  background: #446679;

  padding: 50px 50px 43px 50px;

  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;
}

.right-side-info {
  background: #3997ca;

  padding: 11px 50px 72px 50px;

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;

  height: 100%;
}

.right-side-info .dreamit-section-sub-title h5::before {
  background: #fff;
}

.contact {
  display: block;

  padding: 12px 0px 14px 0;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #fff;

  background-color: transparent;

  background-clip: padding-box;

  border-bottom: 1px solid #314d8e;

  border-radius: 0;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  font-family: "Inter";

  border: none;

  margin-bottom: 26px;
}

.btn {
  display: inline-block;

  font-weight: 600;

  color: #fff;

  text-align: center;

  vertical-align: middle;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  background-color: #007bff82;

  border: 1px solid transparent;

  padding: 16px 42px;

  font-size: 16px;

  transition: 0.5s;

  line-height: 1.5;

  border-radius: 30px;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  position: relative;

  z-index: 1;

  overflow: hidden;

  font-family: inter;
}

.btn::after {
  position: absolute;

  content: "";

  height: 100%;

  width: 0;

  transition: 0.5s;

  border-radius: 30px;

  background: #fff;

  top: 0;

  right: 0;

  z-index: -1;
}

.btn:hover::after {
  width: 100%;

  left: 0;
}

.btn:hover {
  color: #39cabb;
}

.info-icon i {
  display: inline-block;

  height: 47px;

  width: 47px;

  line-height: 47px;

  text-align: center;

  background: #fff;

  border-radius: 100%;

  font-size: 22px;

  color: #0093fa;
}

.single-info-box {
  border-bottom: 1px solid#4EB4FC;

  margin-bottom: 21px;
}

.info-content h4 {
  font-size: 22px;

  margin: 0 0 11px;

  font-weight: 700;

  /* color: #fff; */
}

.info-socail-address {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.info-socail-address ul {
  display: flex;

  flex-wrap: wrap;
}

.info-socail-address ul li {
  margin-left: 13px;
}

.info-socail-address ul li a {
  height: 35px;

  width: 35px;

  /* background: #002c5d; */

  line-height: 35px;

  text-align: center;

  border-radius: 5px;

  color: #fff;
}

.info-content-inner h4 {
  font-size: 16px;

  margin: 0 0 17px;
}

.info-icon {
  margin-right: 21px;
}

.info-icon.two i {
  color: #47dba7;
}

.info-icon.three i {
  color: #fec106;
}

.info-content p {
  color: #fff;

  font-family: "Inter";

  line-height: 1.5;
}

.info-content p a {
  color: #fff;

  font-family: "Inter";

  line-height: 1.5;
}

.info-content p a:hover {
  color: #232;
}

/* ===========================CONTACT PAGE END===========================  */

/* ===========================************===========================  */

/* =========================Blog-detail page start ========================================= */

/* ================================================================================ */

.blog-detail-section {
  margin-top: 100px;

  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #39cabb;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  font-weight: normal;

  font-size: 16px;

  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #39cabb;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  font-weight: normal;

  font-size: 16px;

  line-height: 1.8;

  text-decoration: none;

  display: inline-block;

  padding: 40px 33px 20px 10px;
}

.blog-detail-section .main-section .text-detail p {
  color: #555;

  font-family: "Roboto", sans-serif;

  font-weight: normal;

  font-size: 16px;

  line-height: 1.8;

  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 10px;

  line-height: 1.3;

  font-weight: 700;

  color: #232323;

  font-family: "Roboto", sans-serif;

  font-size: 23px;

  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;

  background: #f6f6f6;

  font-style: normal;

  color: #232;

  font-weight: 400;

  padding: 26px 34px;

  font-size: 16px;

  border-left: 4px solid #02bfc6;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;

  line-height: 1.3;

  font-weight: 700;

  color: #232323;

  margin-bottom: 15px;

  font-family: "Roboto", sans-serif;

  margin-top: 30px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;

  text-align: left;

  border-top: 1px solid #02bfc6;

  margin-top: 40px;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 0px 34px 17px;

  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #02bfc6;

  display: inline-block;

  font-size: 15px;

  height: 40px;

  line-height: 41px;

  text-align: center;

  width: 40px;

  border-radius: 5px;

  color: #565872;

  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #02bfc6;

  border-color: #02bfc6;

  color: #fff;

  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 30px;

  line-height: 1.3;

  font-weight: 700;

  color: #232323;

  font-family: "Roboto", sans-serif;

  margin-bottom: 60px;

  margin-top: 70px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;

  width: 100px;

  background: #02bfc6;

  right: 53%;

  bottom: 35%;

  position: absolute;
}

.blog-detail-section .main-section .text-detail .form .name {
  margin-bottom: 25px;
}

.blog-detail-section .main-section .text-detail .form .name input {
  height: 54px;

  background-color: #fff;

  border-color: transparent;

  border: 1px solid #e6e6e6;

  padding: 6px 20px;

  border-radius: 5px;

  width: 44%;

  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form .radio {
  margin: 20px 0px 20px 20px;
}

.blog-detail-section .main-section .text-detail .form .radio label {
  padding-left: 10px;
}

.blog-detail-section .main-section .text-detail .form .number input {
  height: 54px;

  background-color: #fff;

  border-color: transparent;

  border: 1px solid #e6e6e6;

  padding: 6px 20px;

  border-radius: 5px;

  width: 44%;

  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form textarea {
  height: 130px;

  background-color: #fff;

  border-color: transparent;

  border: 1px solid #e6e6e6;

  padding: 6px 20px;

  border-radius: 5px;

  width: 91%;

  margin: 25px 0px;
}

.blog-detail-section .main-section .text-detail .form .submit input {
  background-color: #39cabb;

  border: 1px solid #39cabb !important;

  color: #fff;

  font-size: 16px;

  height: 65px;

  width: 200px;

  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .form .submit input:hover {
  background-color: #fff;

  border: 1px solid #d46f6f !important;

  color: #333;

  transition: 0.5s;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;

  height: 60px;

  border: 1px solid #ced4da;

  color: #616161;

  width: 100%;

  padding-left: 10px;

  font-size: 18px;

  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .icon {
  position: absolute;

  right: 5px;

  top: 10px;

  border: 0;

  background: transparent;

  font-size: 25px;
}

.blog-detail-section .main-section .right-side h2 {
  color: #333333;

  display: block;

  font-size: 24px;

  /* margin-bottom: 55px; */

  padding-bottom: 0;

  position: relative;

  text-transform: capitalize;

  line-height: 1.3;

  font-weight: 700;

  font-family: "Roboto", sans-serif;
}

.blog-detail-section .main-section .right-side .line {
  height: 1px;

  width: 100px;

  background: #d46f6f;

  right: 26%;

  top: 19%;

  position: absolute;
}

.blog-detail-section .main-section .right-side .post {
  display: flex;

  margin-bottom: 15px;
}

.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;

  font-size: 16px;

  line-height: 22px;

  display: inline-block;

  text-decoration: none;

  margin-left: 22px;

  text-transform: capitalize;

  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;

  font-size: 15px;

  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  color: #333333;

  display: block;

  font-size: 24px;

  margin-bottom: 40px;

  padding-bottom: 0;

  position: relative;

  text-transform: capitalize;

  line-height: 1.3;

  font-weight: 700;

  margin-top: 60px;
}

.blog-detail-section .main-section .right-side .comment-line {
  height: 1px;

  width: 100px;

  background: #d46f6f;

  right: 8%;

  bottom: 2%;

  position: absolute;
}

/*Loader*/

.loader-wrapper {
  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  height: 100%;

  transition: 0.8s 1s ease;

  z-index: 666;
}

.loader {
  position: relative;

  display: block;

  z-index: 201;

  top: 50%;

  left: 50%;

  width: 100px;

  height: 100px;

  margin: -50px 0 0 -50px;

  border-radius: 50%;

  transition: all 1s 1s ease;

  border: 3px solid transparent;

  border-top-color: #9a241c;

  -webkit-animation: spin 1.5s linear infinite;

  -moz-animation: spin 1.5s linear infinite;

  -o-animation: spin 1.5s linear infinite;

  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;

  content: "";

  top: 6px;

  left: 6px;

  right: 6px;

  bottom: 6px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-left-color: #ff3c00;

  -webkit-animation: spin 2s linear infinite;

  -moz-animation: spin 2s linear infinite;

  -o-animation: spin 2s linear infinite;

  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;

  content: "";

  top: 15px;

  left: 15px;

  right: 15px;

  bottom: 15px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-right-color: #fff;

  -webkit-animation: spin 2.5s linear infinite;

  -moz-animation: spin 2.5s linear infinite;

  -o-animation: spin 2.5s linear infinite;

  animation: spin 2.5s linear infinite;
}

/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;

  top: 0;

  width: 50%;

  height: 100%;

  background: #111;

  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;

  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;

  transition: 1s 1.4s ease;
}

/* When page loaded */

.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;

  opacity: 0;
}

/* abhay css */

.welcome_docmed_area {
  /* padding-top: 40px; */

  padding-bottom: 50px;
}


.welcome_docmed_area .welcome_thumb {
  position: relative;
}

.welcome_docmed_area .welcome_thumb .thumb_1 img {
  width: 100%;

  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);
}

.welcome_docmed_area .welcome_docmed_info {
  /* padding-left: 90px; */
}

.welcome_docmed_area .welcome_docmed_info ul {
  margin-bottom: 40px;

  /* margin-top: 25px; */
}

.welcome_docmed_area .welcome_docmed_info ul li b {
  color: #002c5d;

  font-size: 16px;

  line-height: 28px;

  padding: 5px;
}

.tab-section .single_department {
  /* background: #fff; */

  margin-top: 30px;

  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);

  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);

  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}

.tab-section .single_department .department_thumb img {
  height: 260px;

  transition: 0.5s all ease-in-out;
}

.tab-section .single_department .department_thumb img:hover {
  transform: scale(1.5);
}

.tab-section .single_department .department_thumb {
  overflow: hidden;

  border-top-right-radius: 5px;

  border-top-left-radius: 5px;

  width: 100%;
}

.tab-section .single_department .department_content {
  /* padding: 20px 25px; */

  height: 100px;

  padding: 0px 10px;
}

.tab-section .department_content h3 {
  font-size: 18px;

  line-height: 25px;

  padding-top: 30px;
}

.feature-secction .single-feature .button a {
  font-size: 15px;

  color: #fff;

  background-color: #39cabb;

  padding: 10px 20px;

  border-radius: 4px;

  margin-top: 10px;

  transition: 0.5s;
}

.feature-secction .single-feature .button a i {
  padding-left: 10px;
}

.feature-secction .single-feature .button a:hover {
  background: transparent;

  border: 1px solid #fff;
}

.customerreview .heading {
  margin-top: 20px;
}

.customerreview .review_slider .box {
  text-align: center;
}

.customerreview .review_slider .box h4 {
  padding-bottom: 5px;
}

.customerreview .review_slider .box h5 {
  padding-bottom: 5px;

  font-size: 15px;
}

.customerreview .review_slider .box h6 {
  padding-bottom: 5px;

  font-size: 13px;

  color: #ff5722;
}

.customerreview .review_slider .box figure {
  padding: 15px 0;
}

.customerreview .review_slider .box figure img {
  width: 100px;

  margin: 0 auto;

  height: 100px;

  border-radius: 50%;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.feature-secction .single-feature .feature-icon-thumb {
  text-align: center;
}

.feature-secction .single-feature .feature-icon-thumb img {
  width: 100px;
}

.feature-secction .single-feature .feature-content p i {
  margin-right: 10px;
}

.skin-treatment {
  background-image: url("../../image/banner-4.webp");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}

.blog-section-box {
  padding: 80px 0px;
}

.blog-section-box .blog-box {
  margin-bottom: 10px;
}

.blog-section-box .blog-box h2 {
  margin-bottom: 10px;
}

.blog-section-box .blog-box h4 {
  margin-bottom: 10px;

  color: #000000;
}

.blog-section-box .blog-box p {
  text-align: justify !important;

  font-size: 17px;
}

.blog-section-box .blog-box p span {
  color: #111;

  font-weight: bold;
}

/* popup */

.modalform {
  /* width: 40%; */

  background-color: #39cabb;

  background-image: url(../../image/popup-bg.png);

  margin-top: 20px;

  padding: 20px;
}

.modalFormParent {
  top: 0;

  left: 0;

  position: fixed;

  width: 100%;

  height: 100%;

  background-color: rgb(74 51 51 / 34%);

  z-index: 99999999999;

  display: none;

  justify-content: center;

  align-items: center;

  /* visibility: hidden;

  opacity: 0; */

  /* transition: all 1s ease-in; */
}

.modalFormClose {
  background-color: #00000038;

  font-size: 17px;

  color: #ffffffbd;

  border: none;

  cursor: pointer;

  position: absolute;

  right: -25px;

  z-index: 3001;

  top: -20px;

  border-radius: 50%;
}

.background-color {
  background-color: #98cd5a;
}

.formBg {
  width: 65.33%;

  /* position: absolute;   */

  bottom: -20px;
}

.new_form {
  padding: 10px 15px 12px 15px;
}

.new_form .form-group {
  margin-bottom: 13px;
}

.new_form .text_heading {
  text-align: center;

  color: #fff;

  font-size: 30px;

  font-weight: 600;

  display: none;
}

label.error {
  position: absolute;

  display: block;

  background: yellow;

  color: red !important;

  right: 0;

  border-radius: 3px;

  padding: 2px 3px;

  font-size: 11px;

  font-weight: 400;
}

.form-group-1 {
  margin-top: 10px;

  position: relative;
}

label {
  font-size: 12px;

  font-weight: 600;

  color: #fff;
}

/* .required::after {

  content: "*";

  font-size: 14px;

  padding-left: 4px;

} */

.form-control-1 {
  /* width: 100%; */

  height: 47px;

  outline: none;

  border: solid 1px #ddd;

  font-family: "Poppins", sans-serif;

  padding: 10px;

  background-color: #fff;

  border-radius: 5px;

  font-size: 13px;

  transition: all 0.5s ease-in-out;

  position: relative;
}

.form-group-1 input {
  width: 250px;

  margin: 7px;
}

.form-group-1 select {
  width: 250px;

  margin: 7px;
}

.form-group-1 input::placeholder {
  color: #000 !important;
}

.form-group-1 .input-icon-2 {
  width: 50px;

  height: 47px;

  line-height: 48px;

  text-align: center;

  color: #39cabb;

  font-size: 15px;

  border-radius: 5px 0 0 5px;

  font-weight: 500;

  /* top: 60px; */

  left: 20px;

  position: absolute;
}

.form-group-1 .input-icon-2 i {
  position: absolute;

  top: -30px;

  color: #000;

  left: 17px;

  font-size: 18px;
}

.form-group-1 .input-icon-2 ::after {
  position: absolute;

  content: "";

  right: -13px;

  top: -10px;

  width: 2px;

  background-color: #e3edcc;

  height: 35px;
}

.btn-1 {
  display: inline-block;

  outline: none;

  border: none;

  font-family: "Poppins", sans-serif;

  line-height: 44px;

  font-weight: 600;

  font-size: 13px;

  cursor: pointer;

  border-radius: 3px;

  padding: 0px 20px;

  text-align: center;
}

.btn-submit {
  padding: 14px 27px;

  border: none;

  background-color: #002c5d;

  color: #fff;

  border-radius: 4px;

  margin-top: 28px;

  border-radius: 10px;
}

.btn-submit i {
  margin-right: 10px;
}

.form-control-1 select {
  padding: 15px 31px;

  border-radius: 4px;

  border: none;

  color: #000;

  background-color: #fff;
}

.img-box img {
  width: 100%;
}

.success_message {
  border: 1px solid green;

  background-color: yellow;

  padding: 5px;

  color: green;

  display: inline;
}

/* whatsapp icon */

/* whatsapp  css*/

.whatsapp-desktop {
  width: 189px;

  position: fixed;

  z-index: 999999;

  left: 25px;

  bottom: 20px;

  background-color: #fff;

  border-radius: 5px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.whatsapp-desktop::after {
  position: absolute;

  top: 98%;

  right: 10%;

  content: "";

  width: 22px;

  height: 14px;

  clip-path: polygon(0px 0px, 76% 0px, 75% 100%, 74% 100%);

  background-color: #fff;

  box-shadow: 0px 0px 10px #ddd;
}

.green-color {
  color: #4caf50;

  padding-left: 10px;

  margin-top: 10px;
}

h4 {
  font-size: 18px;

  /* font-weight: 800; */
}

.whatsapp-mobile {
  display: none;
}

/* call css */

.call-desktop {
  width: 150px;

  position: fixed;

  z-index: 999999;

  left: 25px;

  bottom: 90px;

  background-color: #fff;

  border-radius: 5px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.call-desktop img {
  width: 40px;

  padding: 5px 0px;
}

.call-desktop::after {
  position: absolute;

  top: 98%;

  right: 10%;

  content: "";

  width: 22px;

  height: 14px;

  clip-path: polygon(0px 0px, 76% 0px, 75% 100%, 74% 100%);

  background-color: #fff;

  box-shadow: 0px 0px 10px #ddd;
}

.blue-color {
  color: #872c5d;

  padding-left: 10px;

  margin-top: 10px;
}

h4 {
  font-size: 18px;

  /* font-weight: 800; */
}

.call-mobile {
  display: none;
}

.sticky-logo img {
  width: 130px;

  padding: 20px;
}

.image img {
  width: 90px;
}

.blog-detail-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.blog-detail-section .button a:hover {
  background: #fff;

  color: #000;
}

.blog-detail-section .text-rating p {
  color: #f60 !important;
}

.customerreview .box p {
  font-size: 27px;
}

.logo a img {
  width: 120px;

  position: absolute;

  left: 40px;

  top: 80px;

  z-index: 999;
}

.about-section .content-img {
  position: absolute;

  font-size: 11px;

  top: 50px;

  width: 80%;

  /* height: 40%; */

  background-color: #dd9797;

  padding: 25px 15px;

  left: 23px;

  transform: scale(0);

  transition: all 0.3s ease-in-out;

  overflow: hidden;

  cursor: pointer;
}

.about-section .content-box-1:hover .content-img {
  transform: scale(1);
}

.about-section .content-img-2 {
  position: absolute;

  font-size: 10px;

  top: 14px;

  width: 80%;

  /* height: 40%; */

  background-color: #dd9797;

  padding: 25px 15px;

  left: 23px;

  transform: scale(0);

  transition: all 0.3s ease-in-out;

  overflow: hidden;

  cursor: pointer;
}

.about-section .content-box-2:hover .content-img-2 {
  transform: scale(1);
}

.hr {
  background-color: #fff;
}

.welcome_docmed_area {
  padding-top: 40px;

  padding-bottom: 50px;
}

.welcome_docmed_area .welcome_thumb {
  position: relative;
}

.welcome_docmed_area .welcome_thumb .thumb_1 img {
  width: 100%;

  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 25%);
}

.welcome_docmed_area .welcome_docmed_info {
  padding-left: 90px;
}

.welcome_docmed_area .welcome_docmed_info ul {
  margin-bottom: 40px;

  margin-top: 25px;
}

.welcome_docmed_area .welcome_docmed_info ul li b {
  color: #002c5d;

  font-size: 16px;

  line-height: 28px;

  padding: 5px;
}

/* step process */

.step-box {
  position: relative;

  padding-bottom: 48px;

  margin-left: 65px;
}

.step-box span {
  width: 60px;

  height: 60px;

  border-radius: 50%;

  display: inline-block;

  text-align: center;

  line-height: 60px;

  position: absolute;

  top: -3px;

  left: 0;
}

.step-box h6 {
  position: absolute;

  top: 16px;

  left: -64px;

  background-color: #fff;

  width: 73px;

  color: #003638;

  text-align: center;

  font-weight: 600;

  line-height: 22px;

  border-radius: 0px 50px 50px 0px;
}

.step-box .content {
  padding-left: 90px;

  padding-top: 20px;
}

.step-box .content p {
  font-size: 18px;

  font-weight: 500;
}

.step-box::after {
  position: absolute;

  top: 49px;

  left: 29px;

  z-index: -1;

  height: 92px;

  content: "";

  border: 1px dashed #1373ea;
}

.blue-background {
  background-color: #123d71;
}

.red-background {
  background-color: #a33b59;
}

.orange-background {
  background-color: #c3c627d0;
}

.green-background {
  background-color: #3aa579;
}

.step-box span img {
  width: 35px;
}

.step-box-1 {
  position: relative;

  padding-bottom: 15px;

  margin-left: 65px;
}

.step-box-1 span {
  width: 60px;

  height: 60px;

  border-radius: 50%;

  display: inline-block;

  text-align: center;

  line-height: 60px;

  position: absolute;

  top: -3px;

  left: 0;
}

.step-box-1 h6 {
  position: absolute;

  top: 16px;

  left: -64px;

  background-color: #fff;

  width: 73px;

  color: #003638;

  text-align: center;

  font-weight: 600;

  line-height: 22px;

  border-radius: 0px 50px 50px 0px;
}

.step-box-1 .content {
  padding-left: 90px;

  padding-top: 20px;
}

.step-box-1 .content p {
  font-size: 18px;

  font-weight: 500;
}

.orange-background {
  background-color: #ff9b20;
}

.step-box-1 span img {
  width: 35px;
}

.expert h2 {
  padding: 30px;
}

.about-section .containt-wraper-2 .image img {
  width: 80%;
}

.feature-secction .box-mg {
  margin: 30px;

}

.contact-section form .image_qr img {
  width: 100px;
  height: 100px;
}
.contact-section form .image_qr p {
  color: #fff;
}

.modalFormParent form .image_qr img {
  width: 100px;
  height: 100px;
  margin: 10px 0px;
}
.modalFormParent form .image_qr p {
  color: #fff;
}



.whatsapp-float-desktop {
  position: fixed;
  bottom: 30px;
  left: 20px;
  /* right: 20px; */
  z-index: 9999;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.whatsapp-float-desktop .outlate-whatsapp-btn {
  background-color: aliceblue;
  padding: 10px;
  box-shadow: 0 0 10px rgb(211, 211, 211);
  transition: all 0.5s ease-in-out;
  display: none;
}

.celebration .slick-slide {
  margin: 0px 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
}
.celebration .slick-slide a img {
  height: 300px;
}


.whatsapp-float-mobile {
  position: fixed;
  bottom: 40px;
  left: 20px;
  right: 20px;
  display: none;
}

.whatsapp-float-desktop img .whatsapp-btn {
  width: 60px;
  margin-left: auto;
  cursor: pointer;
}


.whatsapp-float-desktop .outlate-whatsapp-btn .call {
  /* background-color: #5f9df7;
  padding: 10px;
  margin-right: 10px; */
}

.whatsapp-float-desktop .outlate-whatsapp-btn .whatsaap-call {
  justify-content: center;
}

.whatsapp-float-desktop .outlate-whatsapp-btn {
  margin-bottom: 10px;
}

.whatsapp-float-desktop .outlate-whatsapp-btn h3 {
  color: #000;
  font-size: 13px;
  text-align: center;
}

.whatsapp-float-desktop .outlate-whatsapp-btn .whatsaap-call a img{
  width: 25px;
  height: 25px;
}

.whatsapp-float-desktop .outlate-whatsapp-btn .whatsaap-call a.call h5 span {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.whatsapp  {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp {
  padding: 6px;
  margin-top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
}

.call-float-desktop {
  position: fixed;
  bottom: 100px;
  left: 28px;
  z-index: 250;
  display: inline-;
  transition: all 0.5s ease-in-out;
}

.call-float-desktop .outlate-call-btn {
  background-color: aliceblue;
  padding: 10px;
  box-shadow: 0 0 10px rgb(211, 211, 211);
  transition: all 0.5s ease-in-out;
  display: none;
}
.celebration .slick-slide {
  margin: 0px 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
}
.celebration .slick-slide a img {
  height: 300px;
}

.call-float-mobile {
  position: fixed;
  bottom: 40px;
  left: 20px;
  right: 20px;
  display: none;
}

.call-float-desktop img.call-btn {
  width: 50px;
  margin-left: auto;
  cursor: pointer;
}


.call-float-desktop .outlate-call-btn .whatsaap-call {
  justify-content: center;
}

.call-float-desktop .outlate-call-btn {
  margin-bottom: 10px;
}

.call-float-desktop .outlate-call-btn h3 {
  color: #000;
  font-size: 13px;
  text-align: center;
}

.call-float-desktop .outlate-call-btn .whatsaap-call a.call img {
  width: 25px;
  height: 25px;
}



.call-float-desktop .outlate-call-btn .whatsaap-call a.call h5 span {
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.whatsapp h5 span {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp {
  background-color: #25d366;
  padding: 6px;
  margin-top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
}


.about-section .pb-h2{
  padding-top: 25px;
}

.feature-secction .pb-h2{
  padding-top: 25px;
}

.service-section h3{
  padding-top: 29px;
}

.about-section p{
  text-align: justify;
}




.gastroenterology-section {
  background-image: url("../../image/dreamstime.webp");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}

.gastroenterology-section::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: rgba(1, 17, 15, 0.397);
}

.gastroenterology-section .contant {
  position: absolute;

  top: 25%;

  transform: translateY(-50%);

  left: 50%;

  transform: translateX(-50%);
}
.gastroenterology-section .contant .title h1 {
  font-size: 41px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}


.gastroenterology-section .contant .title h2 {
  font-size: 35px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.gastroenterology-section .contant .inner-contant ul {
  margin: 0;

  padding: 0;
}

.gastroenterology-section .contant .inner-contant ul li {
  display: inline-block;

  margin: 0 6px;

  color: #fff;

  font-size: 18px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;

  text-align: justify;
}

.gastroenterology-section .contant .inner-contant ul li a {
  display: inline-block;

  color: #fff;

  text-decoration: none;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.gastroenterology-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;

  color: #fff;
}

.gastroenterology-section .button .left {
  position: absolute;

  top: 57%;

  left: 44%;
}

.gastroenterology-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.gastroenterology-section .button a:hover {
  background: #fff;

  color: #000;
}



.hepatology-section {
  background-image: url("../../image/heptology.webp");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}

.hepatology-section::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: rgba(1, 17, 15, 0.397);
}

.hepatology-section .contant {
  position: absolute;

  top: 29%;

  transform: translateY(-50%);

  left: 50%;

  transform: translateX(-50%);
}

.hepatology-section .contant .title h1 {
  font-size: 45px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.hepatology-section .contant .title h2 {
  font-size: 35px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.hepatology-section .contant .inner-contant ul {
  margin: 0;

  padding: 0;
}

.hepatology-section .contant .inner-contant ul li {
  display: inline-block;

  margin: 0 6px;

  color: #fff;

  font-size: 18px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;

  text-align: justify;
}

.hepatology-section .contant .inner-contant ul li a {
  display: inline-block;

  color: #fff;

  text-decoration: none;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.hepatology-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;

  color: #fff;
}

.hepatology-section .button .left {
  position: absolute;

  top: 51%;

  left: 44%;
}

.hepatology-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.hepatology-section .button a:hover {
  background: #fff;

  color: #000;
}




.diabetology-section {
  background-image: url("../../image/Diabetologist.webp");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}

.diabetology-section::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  background: rgba(1, 17, 15, 0.397);
}

.diabetology-section .contant {
  position: absolute;

  top: 32%;

  transform: translateY(-50%);

  left: 50%;

  transform: translateX(-50%);
}

.diabetology-section .contant .title h1 {
  font-size: 45px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.diabetology-section .contant .title h2 {
  font-size: 35px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.diabetology-section .contant .inner-contant ul {
  margin: 0;

  padding: 0;
}

.diabetology-section .contant .inner-contant ul li {
  display: inline-block;

  margin: 0 6px;

  color: #fff;

  font-size: 18px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;

  text-align: justify;
}

.diabetology-section .contant .inner-contant ul li a {
  display: inline-block;

  color: #fff;

  text-decoration: none;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.diabetology-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;

  color: #fff;
}

.diabetology-section .button .left {
  position: absolute;

  top: 53%;

  left: 44%;
}

.diabetology-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.diabetology-section .button a:hover {
  background: #fff;

  color: #000;
}



/* 
body{
background: #ffffff;
background: linear-gradient(to bottom, #ffffff 0%,#e1e8ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e8ed',GradientType=0 );
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
}

.wrapper-1{
width:100%;
height:100vh;
display: flex;
flex-direction: column;
}
.wrapper-2{
padding :30px;
text-align:center;
}
h1{
font-family: 'Kaushan Script', cursive;
font-size:4em;
letter-spacing:3px;
color:#5892FF ;
margin:0;
margin-bottom:20px;
color: #002C5D;
}
.wrapper-2 p{
margin:0;
font-size:1.3em;
color:#aaa;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
.go-home {
color:#fff;
background: #39cabb;
border:none;
padding:10px 50px;
margin:30px 0;
border-radius:30px;
text-transform:capitalize;
box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
margin-top: auto; 
background:#D7E6FE;
padding:6px;
text-align:center;
}
.footer-like p{
margin:0;
padding:4px;
color:#5892FF;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
.footer-like p a{
text-decoration:none;
color:#5892FF;
font-weight:600;
}

@media (min-width:360px){
h1{
font-size:4.5em;
}
.go-home{
margin-bottom:20px;
}
}

@media (min-width:600px){
.content{
max-width:1000px;
margin:0 auto;
}
.wrapper-1{
height: initial;
max-width:620px;
margin:0 auto;
margin-top:50px;
box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

} */

.pb-40 {
  padding-bottom: 40px;
}

.pb-10{
  padding: 10px;
}

.blue a{
  color: blue;
}

.button .top{
  position: absolute;
  top: 61%;
  left: 41%;
}

.button .bottom{
  position: absolute;
  top: 61%;
  left: 52%;
}


.bratecomes-section {
  background-image: url("../../image/akanksha.jpg");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}


.bratecomes-section ::before{
  
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  /* background: rgba(1, 17, 15, 0.397); */
}

.bratecomes-section .contant {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 20%;

  transform: translateX(-50%);
}

.bratecomes-section .contant .title h2 {
  font-size: 43px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.bratecomes-section .contant .inner-contant ul {
  margin: 0;

  padding: 0;
}

.bratecomes-section .contant .inner-contant ul li {
  display: inline-block;

  margin: 0 6px;

  color: #fff;

  font-size: 22px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;
}

.bratecomes-section .contant .inner-contant ul li a {
  display: inline-block;

  color: #fff;

  text-decoration: none;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.bratecomes-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;

  color: #fff;
}

.bratecomes-section .button .left {
  position: absolute;

  top: 67%;

  left: 10%;
}
.bratecomes-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.bratecomes-section .button a:hover {
  background: #fff;

  color: #000;
}




.shivam-section{
  background-image: url("../../image/shivam-bajpai.jpg");

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  height: 600px;
}


.shivam-section ::before{
  
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  /* background: rgba(1, 17, 15, 0.397); */
}

.shivam-section .contant {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 18%;

  transform: translateX(-50%);
}

.shivam-section .contant .title h2 {
  font-size: 50px;

  color: #fff;

  letter-spacing: 1px;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.shivam-section .contant .inner-contant ul {
  margin: 0;

  padding: 0;
}

.shivam-section .contant .inner-contant ul li {
  display: inline-block;

  margin: 0 6px;

  color: #fff;

  font-size: 23px;

  font-weight: normal;

  font-family: "Roboto", sans-serif;
}

.shivam-section.contant .inner-contant ul li a {
  display: inline-block;

  color: #fff;

  text-decoration: none;

  font-family: "Roboto", sans-serif;

  text-align: center;
}

.shivam-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;

  color: #fff;
}

.shivam-section .button .left {
  position: absolute;

  top: 70%;

  left: 10%;
}

.shivam-section .button a {
  padding: 10px;

  background-color: #39cabb;

  border-radius: 5px;

  color: #fff;

  transition: 0.5s;

  border: 1px solid #39cabb;

  cursor: pointer;
}

.shivam-section .button a:hover {
  background: #fff;

  color: #000;
}

.shiv_box {
  padding: 20px 18px;
}


.section {
  background-color: #f2f4f4;
  margin-top: 50px;
}

.circle h2 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  color: #381b1b;
}
.circle span {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #517669;
  margin: 15px auto;
}

.circle .ser p {
  padding-left: 130px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  color: #ab6666;
  margin-right: 15px;
  width: 90%;
}
.circle .reduse {
  margin-top: 30px;
  padding: 20px 0px;
}
.circle .reduse .tab_nature {
  font-size: 19px;
  height: 55px;
  width: 260px;
  border: none;
  background-color: #3978be;
  margin: 7px;
  color: #fff;
  box-shadow: 0px 0px 10px #3978be;
  border-radius: 25px;
}
.circle .reduse .tab_nature:hover {
  background-color: #62d296;
}

.nature.hide {
  display: none !important;
}
.circle .left {
  width: 50%;
  margin-top: 30px;
}
.circle .left figure img {
  width: 81%;
  height: 364px;
}
.circle .right {
  width: 50%;
  margin-top: 30px;
  background-color: #fff;
  height: 364px;
}
.circle .right h3 {
  margin-top: 64px;
  margin-left: 75px;
  font-size: 27px;
  font-weight: 400;
  color: #666683;
}
.circle .right h4 {
  margin: 14px 75px;
  font-size: 20px;
  font-weight: 400;
  color: #ab947f;
}
.circle .right p {
  margin: 10px 60px;
  line-height: 24px;
  color: #616161;
}
.circle .right .btn-2 {
  margin: 10px 75px;
}

.right p i {
  margin-right: 10px;
}
.circle .right .btn-2 a button {
  width: 130px;
  height: 35px;
  background-color: #22aa86;
  border: none;
  color: #fff;
  font-size: 13px;
}
.circle .right .btn-2 a button:hover {
  background-color: #494b4a;
}
.all-center {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.bg_image {
  background-image: url("../../image/bg.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.circle .ash{
  width: 50%;
  margin-top: 30px;
  background-color: #fff;
  height: 575px;
  margin-bottom: 25px;
  padding-top: 15px;
  border-radius: 30px;
}

.circle .left.abh figure img{
  width: 81%;
  height: 400px;
  border-radius: 25px;
}

.circle .as{
  font-size: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #381b1b;
    padding-right: 17%;
}

.about-section p a{
  color: blue;
}

.content-img .btn-more a{
  border: 1px solid #fff;
  padding: 10px;
  background: #3978be;
  border-radius: 5px;
}

.content-img-2 .btn-more a{
  border: 1px solid #fff;
  padding: 10px;
  background: #3978be;
  border-radius: 5px;
}


.bratecome-section .button .right {
  position: absolute;
  top: 73%;
  left: 44%;
}

.contants .phy{
  color: #fff;
}

.contants .inner-contant li{
  color: #fff;
}

.about-title .akan{
  font-size: 32px;
  padding: 0px;
}

.about-section .akan{
  font-size: 32px;
  padding: 0px;
} 

.feature-secction .akan{
  font-size: 36px;
}

.about-title .abut{
  font-size: 26px;
}

.about-section .abuts{
  font-size: 30px;
}

.contant p a{
  color: blue;
}