html{
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden;
}
section{
  padding:64px 0px !important;
}
a:hover{
  text-decoration: none;

}
.logo{
  width: 50%;
}
nav form button {
  background: red !important;
  animation: blinki 3s infinite;
}

@keyframes blinki {
  0% {
    box-shadow: 0 0 1px 10px rgba(255, 0, 49);
  }

  50% {
    box-shadow: 0px 0px 1px 0 transparent;
  }

  100% {
    box-shadow: 0 0 1px 10px rgba(255, 0, 49);

  }
}

.demo-btn:hover {
  text-decoration: none;
}

/* ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 60px;
} */


div#navbarSupportedContent {
  width: -webkit-fill-available;
  margin-left: -170px;
}

.dropdown .btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  button.btn.btn.fw-bold.dropdown-toggle {
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .logo{
    width: 90%;
  }
  div#navbarSupportedContent {
    width: -webkit-fill-available;
    margin-left: 0px;
  }
  
}
nav {
    background: #fff !important;
  }
  nav.navbar.navbar-expand-lg.navbar-light.fixed-top.py-3.backdrop.shadow-transition {
      background: #fff !important;
  }
  #home h1{
    color:#fff;
  }
  #home{
    color:#fff;
  }
  .btn-primary{
    background: #1e88e5 !important;
    border: none !important;
  }
  #home #bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    color: #fff;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 80px;
    background-repeat: no-repeat;
    z-index: 0;
}
section#features {
  margin: 100px 0px;
}
  #features span {
    background: -webkit-linear-gradient(left,#1ebbf0 30%,#3a5ee0 100%);
    width: 30px;
    color: #fff;
    height: 30px;
    padding: 8px 8px;
    border-radius: 50px;
    line-height: 0px;
    margin-right: 10px;
  }
  #account-btn{
    border:2px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #1ebbf0, #3a5ee0);
    margin-top: 20px;
  }
  #account-btn:hover{
    border:2px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #1ebbf0, #3a5ee0);
    color:#fff;
    background: -webkit-linear-gradient(left,#1ebbf0 30%,#3a5ee0 100%);
    margin-top: 20px;
  }
  #grow-business{
    background-image: linear-gradient(142deg,#000000 41%,#1d89e4 100%)!important;
  }
  #grow-business .text h6 {
    font-size: 43px;
    color:#fff;
    font-weight: 800;
  }
  #grow-business .text p{
    font-size:20px;
    color:#fff;
    font-weight: 400;
  }
  .grow-box {
    margin: 20px 25px;
    /* background-color:rgb(30 136 229 / 59%); */
    background: #1d89e4;
      border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding: 30px 0px;
  }
  .grow-box h4{
    color: #fff;
    font-weight: 700;
  }
  #grow-business .text .grow-box p {
    margin-bottom: 0px;
  }
  .box-text{
    width: 600px;
      height: 600px;
      background-color: #fff;
      display:flex;
      border-radius: 20px;
      border: 6px solid #1d89e4;
      padding: 0px 141px;
      /* text-align: center; */
      margin: 0px auto;
      box-shadow: 15px 15px 12px rgba(0,0,0,.25);
      vertical-align: middle;
      text-align: center;
  }
  div#box {
    margin-bottom: -110px;
  }
  .box-img img{
    width: 400px; 
    margin-bottom: -150px; 
  }
  .box-text .box-title {
    margin: auto;
    text-align: center;
  }
  .box-text .box-title h4{ 
    font-size: 35px;
    font-weight: 700;
    color:#000;
  }
  .box-text .box-title p {
    padding-top: 15px;
    font-weight: 400;
    color:#000;
  }
  .box-img {
    margin: 0px auto;
    width: 600px;
    text-align: center;
  }
  #footer{
    /* background-color: #686868; */
    background-image: linear-gradient(132deg,#000 -25%,#000000 100%)!important;
    /* background-image: linear-gradient(132deg,#1d89e4 -25%,#000000 100%)!important; */
    /* background-image: linear-gradient(142deg,#000000 4%,#1d89e4 100%)!important;  */
  }
  
  #footer h4 {
    color: #fff;
  }
  #footer ul{
  
      list-style: none;
      padding-left: 0px;
      color:#fff;
  }
  #footer ul li a{
    color:#fff;
  }
  #footer ul li a:hover{
    color:#fff;
    text-decoration: none;
  }
  @media only screen and (max-width: 768px) {
    #home #bg-holder {
      position: absolute;
      width: 100%;
      min-height: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      color: #fff;
      background-position: center;
      overflow: hidden;
      will-change: transform, opacity, filter;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      margin-top: 79px;
      background-repeat: no-repeat;
      z-index: 0;
  }
    .navbar-light .navbar-brand {
      color: #1F1534;
      width: 240px;
  }
    .box-text {
      width: 100%;
      height: 500px;
      background-color: #fff;
      display: flex;
      border-radius: 20px;
      border: 6px solid #1d89e4;
      padding: 0px 1px;
      /* text-align: center; */
      margin: 0px auto;
      box-shadow: 15px 15px 12px rgba(0,0,0,.25);
      vertical-align: middle;
      text-align: center;
  }
  
  
  .box-img {
      margin: 0px auto;
      width: 100%;
      text-align: center;
  }
    .box-img img{
      width: 216px;
      margin-bottom: -80px;
    }
  }
  
  
  
  
  .fs-widget {
    margin-bottom: 30px;
    }
    .fs-widget h5 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 26px;
    }
    .fs-widget ul li {
    list-style: none;
    }
    .fs-widget ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600 ;
    
    line-height: 30px;
    }
    .fs-widget p {
    color: #ffffff;
    
    }
    .fs-widget .subscribe-form input {
    width: 100%;
    height: 52px;
    border: 1px solid #536A68;
    font-size: 14px;
    padding-left: 30px;
    color: #ffffff;
    opacity: 0.7;
    background: transparent;
    margin-bottom: 20px;
    }
    .fs-widget .subscribe-form input::placeholder {
    color: #ffffff;
    opacity: 0.7;
    }
    .ci-item {
      display: flex;
  }  
  .ci-icon i {
    color: #fff;
  }
  .ci-item a{
    color:#fff;
    display: flex;
    padding-left:10px;
  }
  .single-blog .blog-img img{
    border-radius: 20px;
  }
  .single-blog .blog-text h5 {
    margin-bottom: 23px;
    font-size: 28px;
    font-weight: 600;
}
.single-blog .blog-text p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.more-article .head h5 {
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid;
    padding: 25px 0px;
}
.more-article .card {
    margin-top: 20px;
	position: relative;
	/* height: 500px; */
	/* box-shadow: 5px 5px 20px; */
	overflow: hidden;
border: none !important;
	cursor: pointer;
}

.more-article .intro {
	position: absolute;
	height: 72px;
	width: 100%;
	bottom: 0;
	overflow: hidden;


	padding: 10px;
	color: #fff;
	background-color: rgba(27, 27, 27, .5);

	transition: .4s ease-in-out;
}

.more-article .card:hover .intro {
	height: 150px;
	bottom: 0;
	background-color: #000;
}

.more-article .card:hover .text-p {
	opacity: 1;
	visibility: visible;
}

.more-article img {
	height: auto;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.more-article .intro h5 {
	margin: 10px;
    color:#fff;
    text-align: center;
}

.more-article .text-p {
	font-size: 16px;
	padding: 10px;
	visibility: hidden;
    text-align: center;
    font-size: 20px;
	opacity: 0;
}
section.section.blog-single{
  margin-top: 100px !important;
  padding: 0px !important;
}
section.section.blog-single img{
  border-radius: 20px;
}
#breadcramb{
  margin-top: 80px;
}
#breadcramb .bread-text h2 {
  text-align: center;
  color: #ffff;
  font-weight: 600;
  font-size: 40px;
}
/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg-v3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  /* z-index: 2; */
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #4da6e7;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact-us {
  padding: 130px 0px;
}
.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


div#contact_frm:before {
  background-image: url(../images/contact-top-right-v3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

div#contact_frm:after {
  background-image: url(../images/contact-bottom-right-v3.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

div#contact_frm {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
  margin: 0px 100px;

}

div#contact_frm #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #4da6e7;
}

div#contact_frm input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

div#contact_frm input::placeholder {
  color: #aaa;
}

div#contact_frm textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 270px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

div#contact_frm textarea::placeholder {
  color: #aaa;
}

div#contact_frm button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  background-color: #4da6e7!important;
  color: #fff!important;
  margin: 30px 0px;
  width: 28%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #4da6e7;
  transition: all .3s;
  outline: none;
}
#map iframe{
  height: 636px;
}
div#contact_frm button:hover {
  background-color: #4da6e7!important;
  color: #fff!important;
}
.card-header:first-child {
  border-radius: calc(0.625rem - 2px) calc(0.625rem - 2px) 0 0;
  background-image: linear-gradient(106deg,#000000 35%,#0097ff 100%)!important;
}
.card-header h1{
  color:#fff;
}
.card-header h5{
  color:#fff;
}
.price-btn {
  text-align: center;
}
.list-unstyled li{
  margin-bottom: 8px;
}
.list-unstyled span {
  background: -webkit-linear-gradient(left,#1ebbf0 30%,#3a5ee0 100%);
  width: 30px;
  color: #fff;
  height: 30px;
  padding: 8px 13px;
  border-radius: 50px;
  line-height: 0px;
  margin-right: 10px;
}
.fs-social a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  background: rgb(30 136 229);
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 1px 0px;
  margin-right: 4px;
}
  .fs-social {
  text-align: center;
  }
 .fs-social a:last-child {
  margin-right: 0;
  }
  section#Choose {
    background-image: linear-gradient(106deg,#000000 35%,#0097ff 100%)!important; margin-bottom: 40px;
}
#Choose h5{
  color: #fff;
}
#Choose p{
  color: #fff;
}
  #Choose .carousel-control-prev {
    left: auto;
    right: 1200px !important;
}
#Choose  p.mb-0.text-center {
  padding: 0px 160px;
}
.bottom-footer h6 {
  text-align: center;
  color: #fff;
}
.testimonial-box .testimonial-content{
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  /* background: #000; */
  background-image: linear-gradient(142deg,#000000 41%,#1d89e4 100%)!important;
  position: relative;
}
.testimonial-box .testimonial-content:before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 16px solid #000000;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial-box .testimonial-content:after{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 16px solid #1e88e5;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.testimonial-content .testimonial-icon{
  width: 50px;
  height: 45px;
  background: #1e88e5;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #1e88e5;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial-box .description{
  font-size: 15px;
  font-style: italic;
  color: #fff;
  line-height: 23px;
  margin: 0;
}
.testimonial-box .title{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
#career-section form {
  border: 2px solid #000;
  /* box-shadow: 15px 15px 12px rgba(0,0,0,.25); */
  margin: 0px 70px;
}

#career-section .text-black {
  color: #000 !important;
  padding-top: 8px;
}

#career-section input[type=text]:focus {
  outline: 0px !important;
}

#career-section .form-control:focus {
  /* border-color: #ced4da; */
  box-shadow: none !important;
}
.most-feature .card {
  position: relative;
  height: 100%;
  border:none;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.1);
}
.most-feature .card .card-img{
  width: 100%;
  height: 304px;
}
.most-feature .card-content {
  padding-top: 1.5rem;
}
.most-feature .card-title {
  margin-bottom: 1rem;
  font-size: 19px;
}

@media only screen and (max-width: 768px) {
  .bg-white.pinside60.number-block.outline {
    border: 2px solid;
    text-align: center;
    padding: 0px 20px;
    display: flex;
    margin: 10px 0px;
    height: 300px;
  }
  #breadcramb{
    margin-top: 70px;
  }
  .free-quote form input {
    margin-left: 20px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-radius: 0px 40px 40px 0px;
    /* border-bottom-left-radius: 40px;
    border-top-right-radius: 0px; */
  }
.fill-form {
  padding: 15px 12px 12px 12px;
}
#map iframe {
  height: 336px;
  border-radius: 20px;
}
div#contact_frm:before {
  background-image: url(../images/contact-top-right-v3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  display: none;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}
div#contact_frm:after {
  background-image: url(../images/contact-bottom-right-v3.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  display: none;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}
div#contact_frm  {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
  margin: 0px 0px;

}
#Choose .carousel-control-prev {
  left: auto;
  right: 291px !important;
}
#Choose  p.mb-0.text-center {
  padding: 0px 0px;
}
#Choose .carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: -185px !important;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #E2EAED;
  text-align: center;
  opacity: 0.9;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
div#contact_frm  button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #4da6e7;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #4da6e7;
  transition: all .3s;
  outline: none;
}
.more-article .intro {
  position: absolute;
  height: 98px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  background-color: rgba(27, 27, 27, .5);
  transition: .4s ease-in-out;
}
#career-section form {
  border: 2px solid #000;
  /* box-shadow: 15px 15px 12px rgba(0,0,0,.25); */
  margin: 0px 0px;
}
.most-feature .card .card-img{
  width: 100%;
  height: 212px;
}
}









/* ///////////////////////plan page css ///////////////// */


.Plan {
  width: fit-content;
  margin: 0px auto;
  overflow-x: hidden;
  display: flex;
  padding-top: 0px !important;
}

.Plan .pricing-grid h4 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.Plan .pricing-grid h3 {
  font-size: 24px;
  color: #fe294d;
  /* border: 1px solid #e5e5e5; */
  margin-bottom: 30px;
  display: inline-block;
  padding: 12px 70px;
  background: #fff;
  box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
}

.Plan .pricing-grid {
  float: left;
  width: 250px;
  padding: 45px 10px;
  height: 600px;
  margin: 20px 5px;


  /* text-align: center; */
  border-radius: 6px;
  box-shadow: 0px 8px 32px 8px rgba(206, 208, 209, 0.3);
  position: relative;
}

/* .pricing-grid:first-child {
height:550px;
} */
.Plan .pricing-grid:before {
  position: absolute;
  content: "";
  height: 160px;
  width: 100%;
  background: url(../img/bg.png) no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px 6px 0 0;
  background-size: 100% 100%;
}



.Plan .pricing-grid ul {
  margin-bottom: 40px;
  margin-top: 90px;
}

.Plan .pricing-grid ul li {
  margin-bottom: 12px;
  font-weight: 600;
}

.Plan.pricing-grid .features {
  position: relative;
  padding: 0px 20px;

}

.Plan .pricing-grid .label li {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  padding: 5px 0;
  /* padding-left: 30px; */
  border-bottom: 1px dashed #dddddd;
}

.Plan .pricing-grid .features li {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  padding: 8px 0;
  padding-left: 24px;
  border-bottom: 1px dashed #dddddd;
}

.Plan .pricing-grid .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}

.Plan .pricing-grid .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.Plan .pricing-block .pricing-grid .features li a {
  color: #848484;
}

.Plan .pricing-block .pricing-grid .features li:last-child {
  border-bottom: 0;
}

.Plan .order-btn {
  text-align: center;
}

.Plan .bttn {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 40px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.Plan .btn-fill {
  background: #1d89e4;
  border: 1px solid transparent;
  color: #fff;
  transition: 0.4s;
}

.Plan .btn-fill:hover {
  background: #fff;
  color: #1d89e4;
  border: 1px solid #1d89e4;
}

.Plan ul.label li:nth-last-child(2) {
  padding: 32px 0px;
}

.Plan .pricing-grid:first-child ul.features li:nth-last-child(2) {
  padding: 20px 0px;
}
@media only screen and (max-width: 768px) {
  /* .Plan {
      width: fit-content;
      display: flex;
      margin: 0px auto;
      overflow-x: scroll !important;
  } */
}
.fs-social a i{
  line-height: 40px !important;
}


@media(max-width: 768px) {
  .pricings-plan {
overflow-x: scroll;
}
  .Plan {
      width: fit-content;
      display: flex;
      margin: 0px auto;
      /* overflow-x: scroll; */
  }

  .Plan .pricing-grid {
      height: 600px;
  }


}

@media(max-width: 992px) {
  .pricings-plan {
    overflow-x: scroll !important;
  }

}
@media(max-width: 1200px) {
  .pricings-plan {
    overflow-x: scroll !important;
  }

}
@media(max-width: 1400px) {
  .pricings-plan {
    overflow-x: scroll !important;
  }

}


