 @import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');
 @import url("bootstrap.min.css");
 @import url("owl.carousel.css");
 @import url("owl.theme.default.min.css");
 @import url("animate.css");
 /* @import url("font-awesome.min.css"); */
 @import url("material-icons.css");

 :root {
   --primary: #bc0908;
   --secondary: #DD5746;
   --title-color: rgb(20, 19, 73);
   --primary-title-color: #14457b;
   --bg-primary: #2490eb;
   --white: #ffffff;
   --black: #000000;
   --title-font: "Quicksand", sans-serif;
   --body-font: "Montserrat", sans-serif;
 }

 /* * 2. common style */
 body {
   font-family: var(--body-font);
   font-size: 17px;
   line-height: 26px;
   /* color: var(--title-color); */
   height: 120vh;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: var(--title-font);
   color: var(--title-color);
 }

 p:last-child,
 p:only-child {
   margin-bottom: 0;
 }

 a:active,
 a:hover,
 a:focus,
 a:visited {
   text-decoration: none;
 }

 a,
 .btn,
 button,
 img,
 span,
 input {
   -webkit-transition: all 0.5s ease-in-out 0s;
   -moz-transition: all 0.5s ease-in-out 0s;
   -ms-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   transition: all 0.5s ease-in-out 0s;
   text-decoration: none;
 }

 .page-wrapper {
   position: relative;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
   overflow: hidden;
 }


 .preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-color: #fff;
   background-image: url(../images/resources/preloader.gif);
   background-repeat: no-repeat;
   background-position: center center;
 }

 .scroll-to-top {
   display: inline-block;
   width: 45px;
   height: 45px;
   background: var(--primary);
   position: fixed;
   bottom: 40px;
   right: 40px;
   z-index: 99;
   text-align: center;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   display: none;
   border-radius: 50%;
 }

 .scroll-to-top:after,
 .scroll-to-top:before {
   width: 45px;
   height: 45px;
   border-radius: 50%;
   background-color: var(--primary);
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation-delay: .9s;
   animation-delay: .9s;
   content: "";
   position: absolute;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }

 .scroll-to-top:after {
   -webkit-animation-delay: .6s;
   animation-delay: .6s;
 }

 @-webkit-keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 @keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 .scroll-to-top i {
   font-size: 18px;
   line-height: 45px;
   color: var(--white);
   position: relative;
   z-index: 10;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }

 .scroll-to-top:hover {
   background: var(--white);
 }

 .scroll-to-top:hover i {
   color: var(--primary-title-color);
 }

 .scroll-to-top:hover:before,
 .scroll-to-top:hover:after {
   background-color: var(--white);
 }

 /* * 3. header style */
 .topbar-one {
   background-color: var(--primary-title-color);
   padding: 5px 0;
 }

 /* .topbar-one .container {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } */
 /* .topbar-one__contact {margin: 0; padding: 0; list-style: none; } */
 .topbar-one__contact-item {
   display: inline-block;
   vertical-align: middle;
 }

 /* .topbar-one__contact-item:not(:last-child):after {content: ''; width: 1px; height: 33px; display: inline-block; vertical-align: middle; background-color: rgba(0, 0, 0, 0.2); margin-left: 30px; margin-right: 26px; } */
 .topbar-one__contact-item a {
   color: var(--white);
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .topbar-one__contact-item a i {
   display: inline-block;
   vertical-align: middle;
   font-size: 18px;
   color: var(--white);
   width: 40px;
   height: 40px;
   border-radius: 50%;
   text-align: center;
   line-height: 40px;
   background-color: rgba(0, 0, 0, 0.1);
   margin-right: 10px;
 }

 .topbar-one__contact-item a:hover i {
   background-color: #fff;
   color: #0384CE;
 }

 .topbar-one__btn {
   display: inline-block;
   vertical-align: middle;
   color: #fff;
   font-weight: 700;
   /* text-transform: uppercase; */
   font-size: 16px;
   background-color: #0384CE;
   padding: 22px 35.5px;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
 }

 .topbar-one__btn img {
   margin-right: 6px;
 }

 .topbar-one__btn {
   color: #000000;
   background: #fff;
   padding: 8px 15px 8px 20px;
   border-radius: 27px;
   font-weight: 500;
   font-size: 15px;
   line-height: 1;
   display: flex;
   align-items: center;
 }

 /* .topbar-one__btn:hover {
   color: #fff;
   background-color: #2fb944;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
 } */
 /************************ **/
 .header-navigation {
   background-color: transparent;
   margin-bottom: 0;
   border: none;
   border-radius: 0;
   padding: 0;
   position: relative;
 }

 .header-navigation .container {
   background: transparent;
   position: relative;
   display: block;
 }

 .header-navigation .container .logo-box {
   float: left;
   position: absolute;
   top: 50%;
   left: 15px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }

 .header-navigation .container .navbar-brand {
   height: auto;
   margin: 0;
   display: inline-block;
 }

 .logo-box img {
   width: 220px;
 }

 .header-navigation .container .menu-toggler {
   display: none;
 }

 .header-navigation .container .right-side-box {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   right: 15px;
 }

 .header-navigation .main-navigation {
   float: right;
   text-align: right;
 }

 @media (min-width: 1200px) {
   .header-navigation .main-navigation {
     display: block !important;
   }
 }

 /* ************************************* */
 .stricked-menu {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 999;
   background-color: #fff;
   -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
   box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
   opacity: 0;
   -webkit-transform: translateY(-110%);
   transform: translateY(-110%);
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }

 .stricked-menu.stricky-fixed {
   opacity: 1;
   -webkit-transform: translateY(0%);
   transform: translateY(0%);
 }

 /* * 4. banner style */

 .banner-wrapper {
   position: relative;
   /* height: 280px; */
 }

 @media screen and (-ms-high-contrast: active),
 (-ms-high-contrast: none) {
   .banner-wrapper {
     overflow: hidden;
   }
 }

 .banner-wrapper .carousel-btn-block .carousel-btn {
   display: inline-block;
   vertical-align: middle;
   cursor: pointer;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   font-size: 30px;
   color: #fff;
   width: 55px;
   height: 55px;
   border-style: solid;
   border-width: 2px;
   border-color: white;
   border-radius: 50%;
   text-align: center;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 9;
   transition: all .4s ease;
 }

 @media (max-width: 1366px) {
   .banner-wrapper .carousel-btn-block .carousel-btn {
     -webkit-transform: translateY(-50%) scale(0.75);
     transform: translateY(-50%) scale(0.75);
   }
 }

 .banner-wrapper .carousel-btn-block .carousel-btn i {
   line-height: 51px;
 }

 .banner-wrapper .carousel-btn-block .carousel-btn:hover {
   color: var(--primary);
   border-color: var(--primary);
 }

 .banner-wrapper .carousel-btn-block .carousel-btn i {
   display: block;
   vertical-align: middle;
 }

 .banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
   left: 3%;
 }

 @media (max-width: 1366px) {
   .banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
     left: 1%;
   }
 }

 .banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
   right: 3%;
 }

 @media (max-width: 1366px) {
   .banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
     right: 1%;
   }
 }

 .banner-wrapper .owl-dots {
   margin: 0;
   position: absolute;
   bottom: 85px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 100%;
   z-index: 999;
   padding-left: 15px;
   padding-right: 15px;
   max-width: 1200px;
   text-align: left;
 }

 .banner-wrapper .owl-dots .owl-dot {
   position: relative;
   z-index: 991;
 }

 .banner-wrapper .owl-dots .owl-dot span {
   width: 13px;
   height: 13px;
   border: 2px solid #fff;
   background-color: transparent;
   opacity: .2;
   margin: 0;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
 }

 .banner-wrapper .owl-dots .owl-dot+.owl-dot {
   margin-left: 7px;
 }

 .banner-wrapper .owl-dots .owl-dot.active span {
   opacity: 1;
   background-color: transparent;
 }

 .banner-wrapper .owl-carousel .owl-item img {
   width: auto;
 }

 [class*=banner-carousel] .owl-nav {
   display: none;
 }

 [class*=banner-carousel] .owl-dots {
   display: none;
 }

 [class*=banner-carousel].no-dots .owl-dots {
   display: none !important;
 }

 .banner-one .banner-block {
   position: relative;
   /* padding: 4.2% 0.5%; */
 }

 .banner-one__person {
   position: absolute;
   bottom: 0;
   right: -10%;
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
 }

 .banner-one__slide {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 400px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }

 /* 
 .banner-one__slide .primary-btn:hover {
   background: #ffffff;
   color: #15426E;
 } */

 .banner-one__light-color {
   color: #fff;
 }

 .banner-one__title {
   font-size: 60px;
   line-height: 1.3;
   font-weight: bold;
   margin: 0;
   margin-bottom: 15px;
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
 }

 .banner-one__text {
   margin: 0;
   font-size: 42px;
   line-height: 1.2;
   margin-bottom: 47px;
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
 }

 /* .banner-one__btn {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.15);
   box-shadow: 0px 3px 15px 0px rgba(255, 68, 0, 0.15);
 } */

 .banner-one .active .banner-one__title {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
 }

 .banner-one .active .banner-one__text {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   -webkit-animation-delay: .5s;
   animation-delay: .5s;
 }

 /* .banner-one .active .banner-one__btn {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
 } */

 /* .banner-one .active .banner-one__person {
   -webkit-animation-name: flipInY;
   animation-name: flipInY;
   -webkit-animation-delay: 1.5s;
   animation-delay: 1.5s;
 } */

 /* .primary-btn {
   padding: 20px 40px;
   position: relative;
   border-radius: 100px;
   display: inline-block;
   cursor: pointer;
   font-size: 14px;
   line-height: 14px;
   text-transform: uppercase;
   font-weight: 500;
   letter-spacing: 0.8px;
  background: #00cde5;
background: var(--bg-btn);
   color: #ffffff;
   text-decoration: none;
   min-width: 150px;
 } */

 /* .dark-btn {
   background: #404041;
   ;
 } */

 /* .primary-btn:hover,
 a.primary-btn:hover {
   background: var(--primary);
   color: #ffffff;
 } */

 .banner-subtitle {
   font-size: 15px;
   line-height: 1.3;
   color: var(--white);
   text-transform: uppercase;
   font-weight: 500;
   letter-spacing: 0.5px;
   margin-bottom: 20px;
   position: relative;
   display: inline-block;
 }

 .banner-one .banner-subtitle {
   position: relative;
   opacity: 0;
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 100ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
   -webkit-transform: translateY(80px);
   -moz-transform: translateY(80px);
   -ms-transform: translateY(80px);
   -o-transform: translateY(80px);
   transform: translateY(80px);
 }

 .banner-one .active .banner-subtitle {
   opacity: 1;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   transition-delay: 500ms;
 }

 /*  */
 .section {
   padding: 60px 0;
 }

 .theme-title h6 {
   position: relative;
   margin-bottom: 10px;
   text-transform: uppercase;
   color: var(--primary);
   font-weight: 600;
   font-size: 18px;
   line-height: 1;
   letter-spacing: 1px;
   text-align: center;
 }

 h2 {
   line-height: 1.3;
   font-weight: 600;
   font-style: normal;
   font-size: 48px;
   text-align: left;
   padding-bottom: 15px;
   margin: 0;
 }

 .theme-title h2 {
   padding-bottom: 30px;
   margin-top: 30px;
   position: relative;
   text-align: center;
 }

 .theme-title h2:empty {
   display: none;
 }

 .theme-title h2::after {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   width: 50px;
   background: var(--primary);
   height: 3px;
   border-radius: 5px 5px;
   margin: 0 auto;
   top: -15px;
 }


 .pricing-box {
   padding: 45px 30px;
   box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .04);
   border-radius: 8px;
   background: var(--primary-title-color);
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }

 .pricing-head h3 {
   line-height: 1.3;
   font-weight: 600;
   color: var(--white);
   text-transform: capitalize;
   font-size: 24px;
   text-align: center;
   padding-bottom: 22px;
   border-bottom: 1px solid #dfdfdf;
   margin-bottom: 0;
 }

 .price-count h2 {
   font-size: 28px;
   font-weight: 600;
   color: var(--white);
   text-align: center;
   padding: 8px 0;
   border-bottom: 1px solid #dfdfdf;
 }

 .price-count span {
   color: var(--secondary);
   font-weight: 500;
   font-size: 18px;
   line-height: 1;
   font-weight: 600;
   margin-right: 10px;
   text-align: center;
 }

 .price-description p {
   color: var(--white);
   font-weight: 500;
   font-size: 14px;
   line-height: 1.3;
   font-weight: 600;
   margin: 0;
   text-align: center;
   padding: 18px 0;
   border-bottom: 1px solid #dfdfdf;
 }

 /* .pricing-btn {
   text-align: center;
   padding-top: 25px;
 } */

 .counter-area {
   background: var(--primary);
   padding: 40px 40px;
   position: relative;
 }

 .counter-area::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url('../img/shape.png');
   opacity: 1;
   background-size: contain;
   pointer-events: none;
 }

 .counter-area .theme-title h2 {
   color: #ffffff
 }

 .single-counter .counter {
   display: inline-flex;
   gap: 30px;
   align-items: center;
   color: var(--white);
 }

 .count,
 .single-counter .text span {
   font-size: 48px;
   color: #ffffff;
   font-weight: 600;
   line-height: 1;
   display: inline-block;
 }

 .counter-area .container p {
   color: #ffffff;
   padding-left: 0;
 }

 .pricing-area {
   background: #f6f6f6;
 }

 .site-heading h2 {
   display: block;
   font-weight: 700;
   margin-bottom: 10px;
   text-transform: uppercase;
 }

 .site-heading h2 span {
   color: #ffaf5a;
 }

 .site-heading h4 {
   display: inline-block;
   padding-bottom: 20px;
   position: relative;
   text-transform: capitalize;
   z-index: 1;
 }

 .site-heading h4::before {
   background: #ffaf5a none repeat scroll 0 0;
   bottom: 0;
   content: "";
   height: 2px;
   left: 50%;
   margin-left: -25px;
   position: absolute;
   width: 50px;
 }

 .site-heading h2 span {
   color: #ffaf5a;
 }

 .site-heading {
   margin-bottom: 60px;
   overflow: hidden;
   margin-top: -5px;
 }

 /* * ** */
 .pricing-col:nth-child(-n + 3) {
   padding-bottom: 80px;
 }

 .pricing-simple {
   margin-top: 90px;
 }



 .pricing-area .site-heading {
   margin-bottom: 100px;
 }

 .pricing-item {
   background: #ffffff none repeat scroll 0 0;
   -moz-box-shadow: 0 0 10px #cccccc;
   -webkit-box-shadow: 0 0 10px #cccccc;
   -o-box-shadow: 0 0 10px #cccccc;
   box-shadow: 0 0 10px #cccccc;
   margin-bottom: 80px;
   position: relative;
   z-index: 9;
   border-radius: 15px;
   height: 100%;
 }


 .pricing-item .icon {
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   font-size: 50px;
   height: 100px;
   left: 50%;
   line-height: 100px;
   margin-left: -50px;
   margin-top: -50px;
   position: absolute;
   text-align: center;
   top: 0;
   width: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .pricing-item .icon::after {
   background: #ffffff none repeat scroll 0 0;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -1;
 }

 .pricing-item.active {
   background-color: var(--bg-btn);
   transform: scale3d(1.1, 1.1, 1);
   z-index: 11;
   position: relative;
 }

 .pricing-item.active .icon::after {

   background: var(--primary-title-color) no-repeat scroll 0 0;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -1;
 }

 .pricing-item.active .icon i {
   color: #ffffff;
 }

 .active .fas-circle {
   background-color: var(--white);
 }


 .fas-circle {
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   background-color: var(--bg-btn);
   font-size: 50px;
   height: 50px;
   width: 50px;
   display: inline-block;
 }

 .pricing-header h4 {
   font-size: 20px;
   font-weight: 600;
   color: #323a45;
   padding-bottom: 8px;
   margin-bottom: 0;
 }

 .pricing-header p {
   font-size: 17px;
   line-height: 26px;
   color: #5F666D;
 }

 .pricing-header h2 {
   color: #58595b;
   font-size: 36px;
   font-weight: 900;
   line-height: 1;
   margin-bottom: 0;
   padding-bottom: 0;
 }

 .pricing-header {
   padding: 50px 5px 30px;
 }

 .pricing-item .footer {
   padding: 20px 30px 30px;
 }

 .pricing-area .pricing-item.active .price-area {
   background: var(--primary);
 }

 .pricing-area .pricing-item.active .pricing-header h2,
 .pricing-area .pricing-item.active .pricing-header h4,
 .pricing-area .pricing-item.active .pricing-header span {
   color: #ffffff;
 }

 .pricing-area .pricing-item.active .pricing-header span.badge {
   background: #ffffff none repeat scroll 0 0;
   color: #323a45;
 }

 .price-section {
   display: flex;
   justify-content: center;
   margin-bottom: 30px;
 }

 .price-section .price-area {
   height: 160px;
   width: 160px;
   background: var(--primary-title-color);
   border-radius: 50%;
   padding: 2px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .price-section .price-area .inner-area {
   height: 94%;
   width: 94%;
   border-radius: 50%;
   border: 1px solid #fff;
   color: #fff;
   line-height: 1;
   text-align: center;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
 }

 .price-area .inner-area .text {
   font-size: 25px;
   font-weight: 400;
 }

 .price-area .inner-area .price {
   font-size: 42px;
   font-weight: 500;
 }

 .price-area .inner-area label {
   font-size: 24px;
   line-height: 1;
   display: block;
   color: #fff;
   font-weight: 500;
   margin-bottom: 10px;
 }

 .package-name li {
   font-family: "Poppins", sans-serif;
   line-height: 1.3;
   margin: 0 0;
   text-transform: capitalize;
   padding: 8px 0;
 }

 .package-name li:nth-child(odd) {
   background-color: #f1f2f2;
 }

 .pricing-item.active .package-name {
   padding: 0 30px;
 }

 .pricing-item.active .package-name li {
   border-bottom: 1px solid #ffffff;
   color: #fff;
 }

 .pricing-item.active .package-name li:nth-child(odd) {
   background-color: transparent;
 }

 .pricing-item.active * {
   color: #fff;
 }

 /* *** */

 .accordion-header {
   line-height: 1;
 }

 .accordion-item {
   background: transparent;
   border: none;
 }

 .accordion-button {
   background: #464646;
   color: #ffffff;
 }

 .accordion-button:not(.collapsed) {
   background: #00cde5;
   color: #ffffff;
 }

 .accordion-button::after {
   filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(100%);
   -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(100%);
   filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(100%);
 }

 .accordion-button:focus {
   box-shadow: none;
 }

 .float-action {
   position: absolute;
   width: 100%;
   z-index: 2;
   top: -79px;
 }

 .cta-bg {
   background: var(--bg-primary);
   color: var(--white-color);
   padding: 40px 40px;
   border-radius: 3px;
 }

 /*  */
 .cta-content {
   color: var(--white);
   font-weight: 600;
   font-size: 18px;
   line-height: 18px;
 }

 .cta-title {
   color: #FFFFFF;
   font-weight: 400;
   font-size: 17px;
   line-height: 1.2;
   text-align: left;
 }

 .cta-content a {
   font-weight: 400;
   font-size: 17px;
   display: block;
   line-height: 1;
   margin-top: 10px;
   color: var(--white);
   text-decoration: none;
 }

 .cta-icon {
   margin-right: 10px;
   font-size: 40px;
   color: var(--white);
 }

 .cta-icon img {
   width: 50px;
 }

 .cta-icon img path {
   fill: #ffffff;
 }

 .cta-info-wrap {
   position: relative;
 }

 .cta-info-wrap:before {
   content: "";
   position: absolute;
   right: 0px;
   top: 50%;
   transform: translateY(-50%);
   width: 2px;
   height: 74px;
   background: var(--white);
 }

 .no-pseudo::before {
   display: none;
 }

 /* .light-btn {
   background: #ffffff;
   color: #000000;
 } */

 /* .cta-button .primary-btn {
   text-transform: capitalize;
 } */

 .new_footer_area {
   background-color: var(--primary-title-color);
   position: relative;
   /* padding-top: 60px; */
 }

 .new_footer_area::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url('../img/shape1.png');
   opacity: 0.1;
   background-size: contain;
   pointer-events: none;
 }

 .new_footer_top {
   padding: 60px 0px 30px;
   position: relative;
   overflow-x: hidden;
 }

 /* .new_footer_top .f-title {
   margin-bottom: 20px;
   color: #263b5e;
 } */

 .f_list {
   margin: 0;
 }

 .f_list li a {
   color: var(--white);
   font-size: 16px;
   font-weight: 600;
   text-decoration: none;
   font-weight: 400;
   line-height: 2;
   text-align: left;
   padding-left: 15px;
   position: relative;
   background: url(../img/chevron-right.svg);
   background-position: -10px center;
   background-size: 28px;
   background-repeat: no-repeat;

 }

 .f-title {
   margin-bottom: 20px;
   color: var(--white);
   font-size: 24px;
   font-weight: 600;
   line-height: 1.2;
 }

 .new_footer_area .footer_bottom {
   padding: 15px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   color: var(--white);
 }

 .footer_bottom {
   font-size: 14px;
   font-weight: 300;
   line-height: 20px;
   color: #464646;
   padding: 27px 0px;
   padding-top: 27px;
   padding-bottom: 27px;
 }

 .new_footer_top .f_widget.about-widget .f_list li {
   /* margin-bottom: 11px; */
   color: var(--white);
 }

 .f_widget.about-widget .f_list li:last-child {
   margin-bottom: 0px;
 }

 /* contact page */
 .inner-banner {
   background: var(--bg-primary);
   background-position: bottom center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 180px;
 }

 .theme-breacrumb-title {
   color: #fff;
   font-size: 42px;
   line-height: 1.2;
 }

 .crumbs,
 .crumbs a {
   color: #fff;
 }

 /* about */
 .our-Commitment {
   margin-top: 70px;
 }

 .elementor-widget-image img {
   object-fit: cover;
   object-position: center center;
   border-radius: 10px 10px 10px 10px;
 }

 .icon-box-wrapper:not(:last-child) {
   margin-bottom: 20px;
   border-bottom: 1px solid #000;
   padding-bottom: 20px;
 }

 .icon-box.icon-box-header {
   margin-right: 15px;
   margin-left: unset;
 }

 /* new conntact */
 .widget-title {
   margin: 0px 0px 20px 0px;
   padding: 10px 15px 10px 15px;
   background-color: #bc0908;
   border-radius: 50px 50px 50px 50px;
   display: inline-block;
 }

 .widget-title h5 {
   color: #fff;
   font-size: 16px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: 0.32px;
   margin-bottom: 0;
 }

 .box-icon {
   background-color: var(--secondary);
   fill: #FFFFFF;
   color: #FFFFFF;
   font-size: 20px;
   padding: 14px;
   border-radius: 50%;
   display: inline-block;
   line-height: 1;
   transition: all .3s;
   text-align: center;
   width: 50px;
   height: 50px;
 }

 .box-title {
   color: rgb(12, 36, 82);
   font-size: 16px;
   font-weight: 500
 }

 .box-description,
 .box-description a {
   color: #000;
   font-size: 24px;
   font-weight: 500;
 }

 .box-wrapper {
   display: inline-flex;
   flex: 0 0 auto;
 }

 .box-icon {
   margin-right: 25px;
 }

 .widget-container {
   margin-top: 40px;
 }

 .widget-map {
   position: relative;
 }

 .widget-map img {
   border-radius: 30px;
 }

 .fullday {
   position: absolute;
   top: -13px;
   left: 21px;
   z-index: 1;
 }

 /* about */
 .about-img-widget {
   position: relative;
   padding: 30px 30px 0 60px;
 }

 .about-img {
   position: relative;
 }

 .about-img img {
   border-radius: 30px;
   position: relative;
   z-index: 1;
 }

 .about-img::before {
   content: '';
   width: 90%;
   height: 90%;
   position: absolute;
   border: 3px dashed var(--primary);
   border-radius: 15px;
   right: -2%;
   top: -8%;
 }

 .about-icon3 {
   position: absolute;
   z-index: 2;
   top: 10%;
   left: 0%;
   animation: alltuchtopdown 5s infinite;
   -webkit-animation: alltuchtopdown 5s infinite;
   animation-delay: 0s;
   animation-delay: 0s;
   animation-delay: 0s;
   -webkit-animation-delay: 3s;
 }

 @keyframes alltuchtopdown {
   0% {
     -webkit-transform: rotateX(0deg) translateY(0px);
     -moz-transform: rotateX(0deg) translateY(0px);
     -ms-transform: rotateX(0deg) translateY(0px);
     -o-transform: rotateX(0deg) translateY(0px);
     transform: rotateX(0deg) translateY(0px);
   }

   50% {
     -webkit-transform: rotateX(0deg) translateY(-20px);
     -moz-transform: rotateX(0deg) translateY(-20px);
     -ms-transform: rotateX(0deg) translateY(-20px);
     -o-transform: rotateX(0deg) translateY(-20px);
     transform: rotateX(0deg) translateY(-20px);
   }

   100% {
     -webkit-transform: rotateX(0deg) translateY(0px);
     -moz-transform: rotateX(0deg) translateY(0px);
     -ms-transform: rotateX(0deg) translateY(0px);
     -o-transform: rotateX(0deg) translateY(0px);
     transform: rotateX(0deg) translateY(0px);
   }
 }

 @-webkit-keyframes alltuchtopdown {
   0% {
     -webkit-transform: rotateX(0deg) translateY(0px);
     -moz-transform: rotateX(0deg) translateY(0px);
     -ms-transform: rotateX(0deg) translateY(0px);
     -o-transform: rotateX(0deg) translateY(0px);
     transform: rotateX(0deg) translateY(0px);
   }

   50% {
     -webkit-transform: rotateX(0deg) translateY(-20px);
     -moz-transform: rotateX(0deg) translateY(-20px);
     -ms-transform: rotateX(0deg) translateY(-20px);
     -o-transform: rotateX(0deg) translateY(-20px);
     transform: rotateX(0deg) translateY(-20px);
   }

   100% {
     -webkit-transform: rotateX(0deg) translateY(0px);
     -moz-transform: rotateX(0deg) translateY(0px);
     -ms-transform: rotateX(0deg) translateY(0px);
     -o-transform: rotateX(0deg) translateY(0px);
     transform: rotateX(0deg) translateY(0px);
   }
 }

 .about-text {
   position: absolute;
   bottom: 50px;
   left: 0;
   width: 250px;
   padding: 30px;
   background: #fff;
   color: #181818;
   border-left: 3px solid var(--primary);
   font-size: 18px;
   line-height: 22px;
   font-weight: 500;
   right: 30px;
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
   border-radius: 8px;
   z-index: 2;
 }

 .box-text {
   display: inline-flex;
   gap: 20px;
   align-items: flex-start;
 }

 .about-text span {
   color: var(--primary);
   font-size: 48px;
   position: relative;
   display: block;
   font-weight: 700;
   margin: 5px 0 15px;
 }

 .second-about3 {
   color: #181818;
   font-size: 18px;
   line-height: 22px;
   font-weight: 500;
 }

 .package-box {
   display: flex;
   align-items: start;
   justify-content: space-between;
 }

 .rate {
   font-size: 24px;
   line-height: 1.3;
   padding: 0;
   text-align: right;
   font-weight: 600;
   min-width: 90px;
   color: var(--primary-title-color);
   white-space: nowrap;
 }

 .rate i {
   font-size: 16px;
 }

 .rate span {
   font-size: 15px;
   line-height: 1;
   font-weight: 400;
   margin-left: 3px;
   color: #a2a2a2;
   /* display: block; */
 }

 .rate span i {
   font-size: 12px;
 }

 .test-heading {
   font-size: 18px;
   line-height: 1.3;
   color: #000;
   text-transform: capitalize;
 }

 .test-content {
   font-size: 14px;
   color: #777;
   line-height: 1.3;
   padding-top: 16px;
   display: block;
   text-align: left;
 }

 .test-content:empty {
   display: none;
 }

 .package-box {
   border: 1px dotted var(--primary);
   padding: 20px 15px;
   background: rgb(251, 251, 251);
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .sticky-nfo {
   position: fixed;
   top: 50%;
   left: 2px;
   z-index: 999;
 }

 .chatapp svg {
   width: 3.7rem;
   height: 3.7rem;
 }

 .chatapp #phone {
   animation: scale-rotate 2s infinite;
   transform-origin: 50% 50%;
 }

 .ringing svg {
   height: 3rem;
   width: 3rem;
 }

 .ringing {
   animation: ring 2s linear infinite;
 }

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

   10% {
     transform: translateY(-2px) rotate(-2deg);
   }

   20% {
     transform: translateY(2px) rotate(2deg);
   }

   30% {
     transform: translateY(-2px) rotate(-2deg);
   }

   40% {
     transform: translateY(2px) rotate(2deg);
   }

   50% {
     transform: translateY(0) rotate(0deg);
   }

   60% {
     transform: translateY(0) rotate(0deg);
     /* pause */
   }

   70% {
     transform: translateY(0) rotate(0deg);
     /* pause */
   }

   80% {
     transform: translateY(-2px) rotate(-2deg);
   }

   90% {
     transform: translateY(2px) rotate(2deg);
   }

   100% {
     transform: translateY(0) rotate(0deg);
   }
 }

 @keyframes scale-rotate {
   0% {
     transform: scale(.2);
     rotate: -40deg;
   }

   100% {
     transform: scale(1.1);
     rotate: 0deg;
   }

 }

 .sticky-nfo.highlight {
   left: 6px;
   transition: ease-in-out 1000ms;
 }

 .sticky-nfo li {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 5px;
   padding-bottom: 8px;
   border-bottom: 1px solid #acacac;
 }

 .sticky-nfo li:last-child {
   margin-bottom: 0;
   padding-bottom: 0;
   border: none;
 }

 .icon-area {
   font-size: 4rem;
   line-height: 1;
   color: #fff;
 }

 /* plan */
 .packages {
   position: relative;
 }

 .packages .theme-title h2 {
   color: var(--white);
 }

 .packages::before {
   content: '';
   background: var(--bg-primary);
   /* background: linear-gradient(180deg, #13547a 0%, #80d0c7 100%); */
   height: 50%;
   left: 0%;
   right: 0%;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -1;
   /* border-radius: 0 0 50% 50%; */
   margin: 0 auto;
 }

 .row-panel {
   background-color: #fff;
   border-radius: 10px;
   padding: 15px 25px;
   position: relative;
   box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.04), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
 }

 .pricing-plan {
   border-bottom: none;
   border-right: 1px solid #e1f1ff;
   padding: 20px 15px;
 }

 .pricing-plan:last-child {
   border-right: none;
 }

 .pricing-plan:last-child {
   border-bottom: none;
 }

 .elementor-widget-container {
   height: 100%;
 }

 .pricing-table-wrap {
   /* padding: 30px; */
   /* border-radius: 20px; */
   /* background: linear-gradient(145deg, #fdf7f7, #ffffff); */
   /* box-shadow: rgb(209, 217, 230, .7) 5px 5px 15px 0px, rgb(255, 255, 255, .5) -5px -5px 15px 0px; */
   /* box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff; */
   min-height: 380px;
 }

 .pricing-table-wrap .pricing-table-head {
   margin-bottom: 0px;
   padding-top: 20px;
   /* padding: 0px 30px 0; */
 }

 .pricing-table-head h3.price-title {
   font-family: var(--body-font);
   position: relative;
   padding: 0 0 8px;
   color: var(--black);
   font-size: 22px;
   line-height: 25px;
   font-weight: 600;
   margin-bottom: 0;
   line-height: 1.3;
 }

 .pricing-table-head p.price-desc {
   color: #444;
   letter-spacing: 0.08em;
   padding-bottom: 20px;
   line-height: 25px;
   margin-bottom: 0;
   font-size: 16px;
 }

 .price-box-price {
   font-family: var(--title-font);
   font-size: 18px;
   font-weight: 600;
   /* padding-bottom: 10px; */
   color: var(--primary-title-color);
 }

 .price-box-price b {
   font-size: 40px;
   line-height: 1.3;
   letter-spacing: -0.03em;
   font-weight: 600;
 }

 .price-box-price span {
   font-size: 18px;
   line-height: 1.3;
   font-weight: 400;
   margin-left: 5px;
   color: #a2a2a2;
 }

 .price-box-price span i {
   font-size: 12px;
 }

 .pricing-table-wrap {
   text-align: center;
   height: 100%;
 }

 .pricing-table-wrap.active {
   background: #e75451;
   color: #ffffff;
   -moz-transform: scale(1.12);
   -webkit-transform: scale(1.12);
   -o-transform: scale(1.12);
   transform: scale(1.12);
 }

 .pricing-table-wrap.active .pricing-table-head {
   border-radius: 20px;
   background: #bc0908;
   padding: 30px 30px 10px;
 }

 .pricing-table-wrap.active .pricing-features-content {
   padding-top: 0;
 }

 .pricing-features-content {
   padding: 30px 0px 0;
 }

 .pricing-table-wrap.active .pricing-table-head h3.price-title,
 .pricing-table-wrap.active .pricing-table-head p.price-desc,
 .pricing-table-wrap.active .pricing-features-content .features-list ul li {
   color: #ffffff;
 }

 .pricing-features-content .features-list ul {
   padding: 0;
   margin: 0;
 }

 .pricing-features-content .features-list ul li {
   list-style: none;
   font-size: 14px;
   color: #666666;
   text-transform: capitalize;
   border-top: 1px solid #e1f1ff;
   /* font-size: 12px; */
   line-height: 1.3;
   padding: 10px 0;
 }

 .pricing-features-content .features-list ul li:last-child {
   border-bottom: 0;
 }

 .pricing-table-content {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
 }

 .btn {
   position: relative;
   overflow: hidden;
   cursor: pointer;
   text-shadow: none;
   font-size: 15px;
   line-height: 18px;
   font-weight: 600;
   /* font-family: "Poppins", serif; */
   padding: 16px 30px;
   border-radius: 26px;
   text-transform: none;
   letter-spacing: .05em;
   transition: 0.3s;
   box-shadow: rgb(209, 217, 230, .7) 5px 5px 15px 0px, rgb(255, 255, 255, .5) -5px -5px 15px 0px;
   background: #fff;
   border-color: #fff;
   color: #e75451;
   border-width: 2px;
   border: 2px solid #ffffff;
 }

 .btn-sm {
   padding: 10px 20px;
   font-size: 13px;
   line-height: 13px;
 }

 .btn-none {
   box-shadow: none;
 }

 .btn:hover {
   border-color: #e75451;
   background: #e75451;
   color: #fff;
 }

 .btn-fill {
   border-color: #e75451;
   background: #e75451;
   color: #fff;
 }

 .btn-fill:hover {
   border-color: #ffffff;
   background: #ffffff;
   color: #e75451;
 }

 .single-post {
   box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
   overflow: hidden;
   border-radius: 10px;
   height: 100%;
 }

 .blog-thumb img {
   height: auto;
   max-width: 100%;
   border: none;
   border-radius: 0;
   box-shadow: none;
   width: 100%;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
 }

 .blog-thumb {
   overflow: hidden;
 }

 .blog-img {
   max-height: 380px;
   object-fit: cover;
   margin-bottom: 30px;
 }

 .blog-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .hover-zoomin:hover img {
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
 }

 .blog-content {
   position: relative;
   border-radius: 5px;
   background: #FFF;
   /* box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); */
   padding: 20px;
   /* border-radius: 10px; */
   height: 100%;
 }

 .blog-content .b-meta {
   color: #777;
   padding-bottom: 20px;
 }

 .blog-content .meta-info {
   background: #F2F2F2;
   padding: 5px 10px;
   border-radius: 5px;
   width: auto;
   text-align: center;
   font-size: 14px;
   box-sizing: border-box;
   display: inline-block;
 }

 .blog-content .b-meta ul {
   padding-left: 0;
   list-style: none;
   margin: 0
 }

 .b-meta ul li {
   display: inline-block;
   margin-right: 8px;
   padding-right: 8px;
   color: #777;
   margin-top: 0 !important;
   box-sizing: border-box;
 }

 .blog-content .meta-info {
   text-align: center;
   font-size: 12px;
 }

 .b-meta ul li:last-child {
   margin-right: 0;
   padding-right: 0;
   border: none;
 }

 .b-meta i {
   margin-right: 5px;
   color: #181818;
   font-weight: 600;
 }

 .blog-content h4 {
   font-size: 20px;
   margin-bottom: 8px;
   font-weight: 600;
 }

 .single-post .blog-content h4 a {
   color: var(--primary-title-color);
   /* margin-bottom: 30px; */
 }

 .blog-btn a {
   display: inline-block;
   font-size: 16px;
   color: #e75451;
   text-align: center;
   text-transform: capitalize;
   font-weight: 500;
   box-shadow: none;
   text-decoration: none;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
 }

 .blog-btn a:hover i {
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
 }

 .blogs {
   background: #f0f5f7;
   /* background: rgb(244, 255, 254); */
   /* padding: 60px 0; */
 }

 .hamburg {
   display: none;
   position: relative;
   z-index: 99;
   height: 36px;
   width: 38px;
 }

 .sub-parent {
   position: relative;
 }

 .sub-parent .fa-chevron-down {
   margin-left: 5px;
   margin-top: 2px;
 }

 .ex-pb {
   padding-bottom: 10% !important;
 }

 @media only screen and (min-width: 1200px) {
   .px-xl {
     padding-right: var(--bs-gutter-x, .75rem) !important;
     padding-left: var(--bs-gutter-x, .75rem) !important;
   }
 }

 .pricing-plan-page .elementor-widget-container {
   background-color: #f5f7fa;
   padding: 3% 4.5%;
 }

 .gap {
   gap: 30px 30px;
 }

 /* media responsive */
 /* zoom 125% */
 @media only screen and (max-width: 1536px) {
   h2 {
     font-size: 36px;
   }

   .banner-one__title {
     font-size: 48px;
   }

   .banner-one__text {
     font-size: 36px
   }

   .banner-subtitle {
     margin-bottom: 15px;
   }

   .theme-title h2 {
     padding-bottom: 20px;
     margin-top: 20px;
   }

   .theme-title h2::after {
     top: -8px;
   }

   .test-heading {
     font-size: 16px;
   }

   .package-box {
     padding: 15px 10px;
   }

   .rate {
     font-size: 20px;
   }

   .rate span {
     font-size: 14px;
   }

   .pricing-table-head h3.price-title {
     font-size: 18px;
   }

   .pricing-table-head p.price-desc {
     padding-bottom: 10px;
     line-height: 1.2;
     font-size: 14px;
   }

   .price-box-price b {
     font-size: 32px;
   }

   .price-box-price {
     font-family: var(--title-font);
     font-size: 16px;
   }

   .price-box-price span {
     font-size: 16px;
   }

   .pricing-features-content .features-list ul li {
     /* font-size: 12px; */
     padding: 6px 0;
   }

   .section {
     padding: 40px 0;
   }

   .icon-area {
     font-size: 3rem;
   }

   .count,
   .single-counter .text span {
     font-size: 36px;
   }

   .ringing svg {
     height: 2rem;
     width: 2rem;
   }

   .chatapp svg {
     width: 2.8rem;
     height: 2.8rem;
   }
 }

 /* zoom 150% */
 @media only screen and (max-width: 1368px) {
   .pricing-table-wrap {
     min-height: 220px;
   }

 }

 /* zoom 150% */
 @media only screen and (max-width: 1280px) {}

 @media only screen and (max-width: 1024px) {
   .row-panel {
     padding: 15px 15px;
   }

   .counter-area {
     padding: 20px 20px;
   }

   .row-panel .pricing-table-wrap.active {
     -moz-transform: scale(1);
     -webkit-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
   }

   .about-text {
     width: 175px;
     padding: 15px;
     font-size: 16px;
     line-height: 18px;
   }

   .about-text span {
     font-size: 28px;
   }

   .box-text {
     gap: 10px;
   }

   .about-icon3 {
     top: 17%;
     left: 5%;
     width: 22%;
   }

   .banner-one__slide {
     min-height: 280px;
   }

   .banner-subtitle {
     font-size: 14px;
     margin-bottom: 10px;
     line-height: 1.2;
   }

   .banner-one__title {
     font-size: 32px;
     margin-bottom: 10px;
     line-height: 1.3;
   }

   .banner-one__text {
     font-size: 18px;
     margin-bottom: 0;
     line-height: 1.2;
   }

   .banner-one .banner-block {
     padding-left: 5%;
   }
 }

 @media only screen and (max-width: 991px) {
   .hamburg {
     display: block;
   }

   .logo-box img {
     width: 180px;
   }

   .wsactive .hamburg {
     z-index: 99999;
   }

   .sub-parent a span {
     display: none;
   }

   .pricing-plan:nth-child(-n + 2) {
     border-bottom: 1px solid #e1f1ff;
   }

   .pricing-plan:nth-child(2n + 2) {
     border-right: none;
   }

   .cta-info-wrap::before {
     display: none;
   }

   .float-action {
     position: static;
   }

   .f-title {
     margin-bottom: 15px;
     color: var(--white);
     font-size: 20px;
     font-weight: 600;
     line-height: 1.2;
   }

   .section {
     padding: 30px 0;
   }

   .new_footer_top {
     padding-top: 30px;
   }

   .about-text {
     width: 100%;
     padding: 15px;
     font-size: 16px;
     line-height: 18px;
     position: absolute;
     bottom: -30px;
     left: 0;
     text-align: center;
   }

   .about-text span {
     margin: 0;
   }

   .box-text {
     align-items: center;
   }

   .about-img-widget {
     position: relative;
     padding: 20px 20px 0 30px;
   }

   .about-img::before {
     content: '';
     width: 80%;
     height: 90%;
   }

   .banner-one__slide {
     min-height: 250px;
   }

   .banner-subtitle {
     font-size: 14px;
     margin-bottom: 10px;
     line-height: 1.2;
   }

   .banner-one__title {
     font-size: 28px;
     margin-bottom: 10px;
     line-height: 1.3;
   }

   .banner-one__text {
     font-size: 16px;
     margin-bottom: 0;
     line-height: 1.2;
   }

   .topbar-one__btn {
     padding: 6px 12px 6px 15px;
     font-size: 14px;
   }
 }

 @media(max-width: 767px) {
   .cta-info-wrap::before {
     display: none;
   }

   .price-box-price b {
     font-size: 36px;
   }

   .price-box-price span {
     font-size: 16px;
   }

   .logo-box img {
     width: 150px;
   }

   .topbar-one__btn {
     padding: 6px 12px 6px 15px;
     font-size: 13px;
   }

   .topbar-one__btn img {
     width: 22px;
   }

   .topbar-one__buttons {
     display: flex;
     align-items: center;
   }

   .new_footer_top .f-title {
     margin-bottom: 20px;
   }

   .textslide,
   .slide {
     height: 180px;
   }

   .count,
   .single-counter .text span {
     font-size: 26px;
   }

   .icon-area {
     font-size: 2.4rem;
     width: 50px;
   }

   .single-counter .counter {
     gap: 20px;
     color: var(--white);
   }

   .counter-area {
     padding: 20px 20px;
   }

   .single-counter p {
     font-size: 14px;
   }

   .pricing-features-content {
     padding: 20px 0px 0;
   }

   .blog-btn a {
     font-size: 14px;
   }

   .btn {
     font-size: 14px;
     padding: 10px 24px;
   }

   .banner-wrapper .carousel-btn-block .carousel-btn {
     font-size: 28px;
     width: 40px;
     height: 40px;
   }

   .banner-wrapper .carousel-btn-block .carousel-btn i {
     line-height: 34px;
   }

   .inner-banner {
     height: 150px;
   }

   .theme-breacrumb-title {
     font-size: 38px;
   }

   .box-description,
   .box-description a {
     font-size: 22px;
     line-height: 1.3;
   }

   .widget-map {
     max-width: 75%;
   }

   .sticky-nfo {
     bottom: 0;
     top: inherit;
     width: 100%;
     background: #fff;
     padding: 5px;
     left: 0;
     right: 0;
   }

   .sticky-nfo ul {
     width: 100%;
     display: flex;
     justify-content: space-around;
     align-items: center;
   }

   .sticky-nfo li {
     margin-bottom: 0px;
     padding-bottom: 0px;
     border-bottom: none;
     border-right: 1px solid #acacac;
     width: 50%;
     padding: 0 20px;
   }

   .sticky-nfo li a {
     width: 100%;
     text-align: center;
   }

   .about-img-widget {
     position: relative;
     padding: 20px 20px 0 30px;
     max-width: 80%;
     margin: 0 auto 40px;
   }

   .topbar-one__contact-item a i {
     margin-right: 0px;
   }
 }

 @media(max-width: 640px) {
   .pricing-table-head h3.price-title {
     padding-top: 0;
   }

   h2 {
     line-height: 1.3;
     font-size: 32px;
   }

   .theme-title h2 {
     padding-bottom: 28px;
   }

   .count,
   .single-counter .text span {
     font-size: 32px;
   }

   .price-box-price b {
     font-size: 32px;
   }

   .icon-area {
     font-size: 3rem;
   }

   .new_footer_top .f-title {
     margin-bottom: 10px;
   }

   .f_list li a {
     font-size: 14px;
     line-height: 1;
   }

   .blog-content h4 {
     font-size: 18px;
   }

   .pricing-table-head h3.price-title {
     padding-top: 15px;
   }

   .pricing-table-wrap {
     min-height: auto;
   }

   .pricing-table-wrap .pricing-table-head {
     padding-top: 0;
   }

   .textslide,
   .slide {
     height: 140px;
   }

   .f-title {
     font-size: 20px;
   }

   .icon {
     width: 1.2em;
     height: 1.2em;
   }

   .pricing-plan:not(:last-child) {
     border-bottom: 1px solid var(--primary);
   }

   .pricing-plan {
     border-right: none;
   }

   .count,
   .single-counter .text span {
     font-size: 26px;
   }

   .icon-area {
     font-size: 2.4rem;
     width: 50px;
   }

   .single-counter .counter {
     gap: 20px;
     color: var(--white);
   }

   .sticky-nfo {
     bottom: 0;
     top: inherit;
     width: 100%;
     background: #fff;
     padding: 5px;
     left: 0;
     right: 0;
   }

   .sticky-nfo ul {
     width: 100%;
     display: flex;
     justify-content: space-around;
     align-items: center;
   }

   .sticky-nfo li {
     margin-bottom: 0px;
     padding-bottom: 0px;
     border-bottom: none;
     border-right: 1px solid #acacac;
     width: 50%;
     padding: 0 20px;
   }

   .sticky-nfo li a {
     width: 100%;
     text-align: center;
   }

   .page-wrapper {
     padding-bottom: 55px;
   }

   .scroll-to-top {
     bottom: 80px;
   }

   .banner-subtitle {
     font-size: 12px;
     margin-bottom: 10px;
     line-height: 1.2;
   }

   .banner-one__title {
     font-size: 24px;
     margin-bottom: 10px;
     line-height: 1.3;
   }

   .banner-one__text {
     font-size: 20px;
     margin-bottom: 0;
     line-height: 1.2;
   }

   .banner-one .banner-block {
     padding-left: 9%;
   }

   .banner-wrapper .carousel-btn-block .carousel-btn {
     font-size: 24px;
     width: 36px;
     height: 36px;
   }

   .banner-wrapper .carousel-btn-block .carousel-btn i {
     line-height: 30px;
   }

   .inner-banner {
     height: 130px;
   }

   .theme-breacrumb-title {
     font-size: 32px;
   }

   .widget-title {
     margin: 0px 0px 10px 0px;
   }

   .widget-container.first-child {
     margin-top: 20px;
   }

   .box-description,
   .box-description a {
     font-size: 20px;
   }

   .widget-map {
     max-width: 70%;
     margin: 0 auto;
   }

   .box-icon {
     font-size: 16px;
     padding: 12px;
     width: 40px;
     height: 40px;
     margin-right: 20px;
   }

   .fullday {
     top: -10px;
     width: 50%;
   }

   .pricing-head h3 {
     font-size: 20px;
   }

   .price-count h2 {
     font-size: 24px;
   }

   .price-count span {
     font-size: 16px;
   }

   .price-description p {
     padding: 12px 0;
   }

   .package-box {
     align-items: start;
   }
   .banner-one__slide {
    min-height: 150px;
  }

 }

 @media (max-width: 575px) {
   .banner-carousel-btn {
     display: none;
   }

   [class*="banner-carousel"].no-dots .owl-dots {
     display: flex !important;
     justify-content: center;
     align-content: center;
     position: absolute;
     bottom: 6px;
     width: 100%;
     margin: 0 auto;
   }

   .banner-one .banner-block {
     padding-left: 4%;
   }

   .banner-subtitle {
     margin-bottom: 0px;
   }

   .banner-one__title {
     font-size: 22px;
     margin-bottom: 0;
   }

   h2 {
     line-height: 1.3;
     font-size: 26px;
   }

   .box-description,
   .box-description a {
     font-size: 16px;
   }

   .box-title {
     font-size: 14px;
     margin-bottom: 3px;
   }
   body {
    font-size: 16px;
  }
  .banner-one__slide {
    min-height: 134px;
  }
 }

 @media (max-width: 480px) {
   .theme-title h2 {
     font-size: 24px;
   }

   .test-heading {
     font-size: 16px;
   }

   .rate {
     font-size: 20px;
   }

   .rate span {
     font-size: 14px;
   }

   .textslide,
   .slide {
     height: 120px;
   }

   .section,
   .new_footer_top {
     padding: 30px 0;
   }

   .banner-one__slide {
     min-height: 126px;
   }

   .box-description u {
     display: block;
   }

   .cta-bg {
     padding: 20px 20px;
   }

 }

 @media (max-width: 420px) {
   .banner-one__slide {
     background-position: 66% center;
   }

   .theme-title h2 {
     margin-top: 0;
   }
   .banner-one__slide {
    min-height: 120px;
  }

 }

 @media (max-width: 360px) {
   .banner-one__slide {
     min-height: 115px;
   }
 }