* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Poppins', sans-serif;
}
:root {
  font-size: 13px;
}
@media (max-width: 768px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1500px) {
  :root {
    font-size: 17px;
  }
}
@media (min-width: 2200px) {
  :root {
    font-size: 21px;
  }
}
img {
  width: 100%;
}
.btn-main {
  padding: 10px 24px;
  background: #6580E9;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 44px -17px rgba(32, 40, 97, 0.32);
          box-shadow: 0px 10px 44px -17px rgba(32, 40, 97, 0.32);
}
@media (max-width: 768px) {
  .btn-main {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1650px !important;
  }
}
@media (min-width: 2200px) {
  .container {
    max-width: 2200px !important;
    margin: auto;
  }
}
/*================================NAVIGATION  CSS start===========================*/
nav {
  width: 100%;
  max-width: 1130px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav .logo a img {
  width: 100%;
  max-width: 240px;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
nav ul li {
  list-style: none;
  margin: 0 20px;
}
nav ul li a {
  text-decoration: none;
  color: #202861;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
nav .login .log-in {
  text-decoration: none;
  color: #202861;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-right: 20px;
}
/*===========================easywallpaper css start===============*/
#easywallpaper {
  background-image: url("img/wall.png");
  background-size: auto 100% ;
  background-repeat: no-repeat;
  width: 100%;
  background-position: left;
  height: 80vh;
}

.easywallpaper-new {
  background: #ECF1FF;
  background-image: none !important;
  height: auto !important;
  padding-bottom: 135px;
}
#easywallpaper .text {
  width: 100%;
  max-width: 500px;
}

#easywallpaper .text-center
{
  margin : auto;
}
#easywallpaper .text h1 {
  color: #202861;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 18%;
}
#easywallpaper .text h1 span {
  color: #6580E9;
}
#easywallpaper .text p {
  color: #5D698B;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 168%;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
}
#easywallpaper .video {
  position: relative;
  background-image: url("img/audience.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 42vh;
  margin-top: 20px;
}
#easywallpaper video {
  margin-top: 10%;
  margin-left: 20%;
  max-width: 480px;
}
#easywallpaper video img {
  width: 100%;
}
#easywallpaper .video-img {
  margin-top: 10%;
  margin-left: 20%;
  max-width: 480px;
}
#easywallpaper::before {
  content: "";
  background-image: url("img/after.png");
  background-size: auto 100%;
  background-position: right;
  height: 37vh;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
}
/*===========================Dialed-In Targeting css start===============*/
.Dialed-In .col {
  text-align: center;
  margin-top: 70px;
}
.Dialed-In .col h1 {
  color: #202861;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.Dialed-In .col p {
  color: #5D698B;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 168%;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
}
.Dialed-In .box {
  background: #6580E9;
  border-radius: 30px;
  margin: 35px 0;
  padding: 35px 0;
  position: relative;
}
.Dialed-In .box .position-arrow {
  position: absolute;
  top: -36px;
  left: 0px;
}
.Dialed-In .box .position-arrow img {
  width: 134px;
}
.Dialed-In .box .line {
  border-right: 1px solid #B7BDCE;
}
.Dialed-In .box .col {
  margin-top: 0px;
}
.Dialed-In .box .col h1 {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.Dialed-In .box .col p {
  color: #ffffff;
  margin: 5px;
}
.Dialed-In .box .col span {
  font-size: 1.1rem;
  color: white;
}
/*=========================== Brand css start===============*/
#Brand {
  text-align: center;
  position: relative;
}
#Brand h1 {
  color: #202861;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 20px 0 40px 0;
}
#Brand .line {
  width: 180px;
  margin: 70px 0 10px 0;
}
#Brand .display .col {
  background-color: #F6F7FE;
  margin: 20px;
  padding: 15px;
  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;
  border-radius: 30px;
}
#Brand .display .col p {
  color: #202861;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 10px 0;
  line-height: 168%;
}
#Brand .display .col img {
  width: 130px;
  text-align: center;
  margin-right: 20px;
}
#Brand .display .col .mine {
  width: 50px;
}
#Brand .over {
  text-align: center;
  margin: 20px 0;
}
#Brand .over .Explore-More {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  /* 4 */
  color: #6580E9;
  /* Inside Auto Layout */
  margin: 0px 10px;
}
#Brand .over .Generate-text {
  width: 100%;
  max-width: 808px;
  margin: 80px auto;
  font-size: 2.8rem;
}
#Brand .over .Generate-text a {
  color: #6580E9;
}
.min {
  font-size: 2.8rem !important;
}
.app-img {
  padding: 30px 0;
}
/*===============app section start=====================*/
#app-section .text {
  width: 100%;
  max-width: 560px;
}
#app-section .text h1 {
  color: #202861;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 18%;
}
#app-section .text h1 span {
  color: #6580E9;
}
#app-section .text p {
  color: #5D698B;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
  line-height: 168%;
}
.Explore-check {
  color: #6580E9;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
  text-decoration: none;
  border-bottom: 1px solid #6580E9;
}
.Explore-check strong {
  color: #202861;
  border-bottom: 1px solid white !important;
}
/*-==========Maximize Results from Organic and Inorganic Campaigns--===============*/
#Maximize .text {
  width: 100%;
  max-width: 750px;
  margin: 40px auto;
}
#Maximize .text h1 {
  color: #202861;
  font-size: 2.8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 20px 0;
}
#Maximize .text p {
  color: #5D698B;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
  text-align: center;
  line-height: 168%;
}
#Maximize .appimage {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
/*---Grow with Easy Audiences html start--*/
#Grow {
  background-color: #F8F8FA;
  padding: 50px 0;
  margin: auto;
  text-align: center;
}
#Grow h1 {
  color: #202861;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 8%;
  text-align: center;
}
#Grow h1 span {
  color: #6580E9;
}
#Grow .directly {
  margin-top: 7%;
  padding: 0 40px;
}
#Grow .directly .gape {
  margin-top: 25px;
}
#Grow .directly .gapes {
  margin-top: 28px;
}
#Grow .directly p {
  color: #5D698B;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
  text-align: center;
  line-height: 168%;
}
#Grow .directly h3 {
  color: #202861;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
  text-align: center;
}
#Grow .directly .icon {
  width: 40px;
}
/*=========================line-background======================*/
.line-background {
  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;
  margin-top: 50px !important;
}
.line-background img {
  width: 150px;
  margin: 20px;
}
.line-background h1 {
  color: #202861;
  font-size: 3.8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.line-background h1 a {
  color: #6580E9;
}
.min {
  color: #202861;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 18%;
  margin-bottom: 20px;
}
.min span {
  color: #6580E9;
}
p {
  color: #5D698B;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0;
  line-height: 168%;
}
.app-gape {
  margin-top: 60px !important;
}
/*====================Featured in HTML start===================*/
#Featured .Featured-top {
  text-align: center;
  margin-top: 60px;
}
#Featured .Featured-top img {
  width: 190px;
}
#Featured .Featured-top h1 {
  color: #202861;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
#Featured .Featured-img .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}
#Featured .Featured-img .col img {
  width: 50%;
}
.somthing {
  text-align: start !important;
  margin-top: 20px !important;
}
/*---Over 300,000 people trusted us html start--*/
#Over .Over-text {
  text-align: center;
  margin: 50px 0;
}
#Over .Over-text h1 {
  color: #202861;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
/*---Improve your business in one step! html start--*/
#Improve {
  background-image: url("img/bg.png");
  background-size: cover;
  padding: 60px 0;
}
#Improve .col h1 {
  color: #202861;
  font-size: 3.4rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
#Improve .col .improve-btn {
  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;
  margin-top: 40px;
}
#Improve .col .improve-btn .btn-main {
  margin-right: 20px !important;
}
#Improve .col .improve-btn .light {
  border: 1px solid #6580E9;
  color: black;
  background-color: transparent;
}
/*===================Footer css start==========================*/
#Footer {
  background-color: #202861;
  padding-top: 60px ;
}
#Footer .footer {
  border-bottom: 1px solid #757aa1;
  padding-bottom: 40px;
}
#Footer .footer-logobox img {
  width: 65%;
}
#Footer .footer-logobox p {
  color: #d9d9d9;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  line-height: 168%;
}
#Footer .footer-logobox span {
  color: white;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}
#Footer .col p {
  color: #6580E9;
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
  line-height: 168%;
}
#Footer .col ul {
  padding-left: 0;
}
#Footer .col ul li {
  list-style: none;
  margin: 10px 0;
}
#Footer .col ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
}
#Footer .footer-icon {
  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;
}
#Footer .footer-icon p {
  color: white;
}
#Footer .footer-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Footer .footer-icon ul li {
  margin: 20px;
}
#Footer .footer-icon ul li img {
  width: 20px;
}
#Footer .footer-icon ul li .facebook {
  width: 10px;
}
/*===============================Responsive Big screen=========================*/
@media (min-width: 1500px) {
  nav {
    max-width: 1630px!important;
  }
  #easywallpaper .text {
    width: 100%;
    max-width: 642px;
  }
  #Brand .over .Generate-text {
    max-width: 1041px;
  }
  #Maximize .text {
    max-width: 862px;
  }
  #easywallpaper .video-img {
    max-width: 703px;
  }
}
@media (min-width: 2200px) {
  nav {
    max-width: 2180px!important;
  }
  #easywallpaper .text {
    width: 100%;
    max-width: 842px;
  }
}
.text2 {
  color: #202861;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 5px;
}
/*=================================Mobile responsive start====================*/
@media (max-width: 968px) {
  nav ul {
    display: none;
  }
  .login {
    display: none;
  }
  .logo {
    margin: auto;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .line-background img {
    display: none;
  }
  #Brand .display .col {
    margin: 20px 0;
  }
  #Improve .col .improve-btn .btn-main {
    margin: 5px !important;
  }
  .col.footer-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #easywallpaper video {
    margin-left: 0%;
  }
}
.googleapis {
  position: relative;
}
.googleapis::before {
  content: "";
  background-image: url(img/Ellipse\ 6.png);
  background-size: 100% auto;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  height: 272px;
  width: 124px;
  right: -9.2%;
  top: 0;
}
#Brand::before {
  content: "";
  background-image: url(img/Ellipse\ 2.png);
  background-size: 100% auto;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  height: 272px;
  width: 124px;
  left: -9.2%;
  bottom: 0;
}
/*-------------------------ABOUT walpaper start-----------------------*/
#Aboutwallpaper {
  background-image: url("img/about-wall.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: auto;
  padding: 70px 0;
  margin-bottom: 60px;
}
#Aboutwallpaper .text {
  margin-top: 5%;
  position: relative;
}
#Aboutwallpaper .text h1 {
  color: #202861;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 59.56px;
}
#Aboutwallpaper .text p {
  color: #5D698B;
  margin-top: 25px;
}
#Aboutwallpaper .text::before {
  content: "";
  background-image: url(img/about-line.png);
  background-size: 38%;
  width: 60%;
  height: 89px;
  background-repeat: no-repeat;
  position: absolute;
  top: -48%;
  -webkit-transform: translate(17%, 4%);
          transform: translate(17%, 4%);
  left: 32%;
}
.new-section .app-img {
  padding: 30px !important;
}
.new-section .col-lg-6.text {
  margin-left: 5px;
}
.new-section .min {
  margin-top: 10% !important;
}
.new-section2 .text-maxwidth {
  max-width: 691px;
}
.new-section2 .app-img {
  padding: 30px !important;
}
.new-section2 .min {
  margin-top: 4% !important;
}
/*=======================================faQpage css========================*/
#FaQwallpaper {
  margin: 50px 0;
  background-image: url("img/side__bubble.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding: 50px 0;
}
#FaQwallpaper .text h1 {
  color: #202861;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 8%;
}
#FaQwallpaper .text p {
  font-size: 1.4rem;
}
#FaQwallpaper .text p span {
  color: #6580E9;
}
#FaQwallpaper .quiston_img {
  text-align: center;
}
#FaQwallpaper .quiston_img img {
  width: 28%;
}
/*=====================Faq__pointsBox============*/
#Faq__pointsBox {
  background-color: #F0F1F5;
  margin: 50px 0;
  padding: 80px 0;
}
#Faq__pointsBox .open-close {
  margin-top: 20px !important;
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
#Faq__pointsBox .open-close .accordion-item {
  border: none !important;
}
#Faq__pointsBox .open-close .accordion-button {
  padding: 1.6rem 1.25rem;
  color: #202861;
  background-color: #F0F1F5;
  border: none !important;
}
#Faq__pointsBox .open-close .accordion-body {
  padding: 2rem 1.25rem;
  font-size: 1.5rem;
  color: #5D698B;
}
/*========================Quickwallpaper+=========================*/
#Quickwallpaper {
  background-image: url("img/bubble.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#Quickwallpaper .text {
  text-align: center;
  margin: auto;
  padding: 20px 0;
}
#Quickwallpaper .text h1 {
  color: #202861;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
}
#Quickwallpaper .text p {
  font-size: 1.2rem;
  margin-top: 30px;
}
#QuickAPp {
  margin: 50px 0;
}
#QuickAPp img.Quickapp-img {
  margin-top: 16%;
}
#Gray {
  background-color: #F8F8FA;
}
#Gray .row {
  padding: 50px 0;
}
#Gray .min {
  margin-top: 60px !important;
}
/*--------------- accordian css open-close-------------*/
.open-close {
  margin-top: 20px !important;
  max-width: 500px !important;
  margin-left: 6%;
}
.open-close .accordion-button {
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  font-size: 1.3rem;
  line-height: 33.6px;
  font-family: "poppins";
}
.open-close .accordion-button:not(.collapsed) {
  color: #030a14;
  background-color: white !important;
}
.open-close .accordion-item {
  border: 1px solid white !important;
}
.open-close .accordion-button:not(.collapsed)::after {
  background-image: url("img/f.svg") !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.open-close .accordion-button::after {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  background-image: url("img/f.svg") !important;
}
.accordian-box {
  margin: 50px 0;
}
/*==========================Pricingwallpaper==========================*/
#Pricingwallpaper .text {
  width: 100%;
  max-width: 600px;
  margin: auto !important;
}
#Pricingwallpaper .text h1 {
  color: #202861;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 18%;
  text-align: center;
}
#Pricingwallpaper .text h1 span {
  color: #6580E9;
}
#Pricingwallpaper .text p {
  color: #5D698B;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 168%;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 20px 0;
}
#Plan-box {
  margin: 50px auto;
}
#Plan-box .plan-choosebox {
  border: 1px solid #5D698B;
  padding: 30px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 10px;
  border-radius: 14px;
}
#Plan-box .plan-choosebox .plan-text {
  font-family: "Poppins";
  font-size: 2.2rem;
  color: black;
  font-weight: 600;
  margin: 0 !important;
}
#Plan-box .plan-choosebox h5 {
  font-family: "Poppins";
  font-size: 1.1rem;
  color: black;
  line-height: 28.08px;
  margin-bottom: 12px;
  margin-top: 5px;
}
#Plan-box .plan-choosebox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
#Plan-box .plan-choosebox p {
  color: black;
}
#Plan-box .plan-choosebox h1 {
  font-size: 4rem;
  margin: 10px 0;
  font-family: "Poppins";
  font-weight: 600;
}
#Plan-box .planactive {
  background-color: #465EA0 !important;
  color: white !important;
}
#Plan-box .planactive p,
#Plan-box .planactive h5,
#Plan-box .planactive a {
  color: white !important;
}
#Power-plan .text {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 50px auto;
}
#Power-plan .text h1 {
  color: #202861;
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: auto;
}
#Power-plan .gray-box {
  background-color: #F8F8FA;
  padding: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Power-plan .gray-box h3 {
  color: #202861;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 20px auto;
}
#Power-plan .gray-box .prize-text {
  margin: 10px;
}
#Power-plan .gray-box .prize-text h2 {
  color: #6580E9;
  font-size: 4rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
/*=========================Compare Plans HTML start===================*/
#Compare-Plans .btn-col {
  text-align: center;
  margin: 40px auto;
}
#Compare-Plans .btn-col .light {
  border: 1px solid #6580E9;
  color: black;
  background-color: transparent;
  text-align: center;
}
#Compare-Plans .Compare-Planstable {
  margin: 80px auto;
}
#Compare-Plans .Compare-Planstable .borders {
  border-right: 1px solid #7981c065 !important;
}
#Compare-Plans .Compare-Planstable tr {
  border: 0px solid white !important;
}
#Compare-Plans .Compare-Planstable tr .your {
  font-size: 1.9rem !important;
  font-weight: 600;
}
#Compare-Plans .Compare-Planstable td {
  font-size: 1.2rem !important;
  font-family: "Poppins";
  font-weight: 500;
}
#Compare-Plans .Compare-Planstable th {
  font-family: "Poppins";
  font-weight: 400;
}
#Compare-Plans .Compare-Planstable thead {
  background-color: #F8F8FA;
}
#Compare-Plans .Compare-Planstable thead th {
  padding: 32px 20px !important;
  font-size: 1.2rem !important;
  font-family: "Poppins";
  font-weight: 400;
  color: #202861;
}
#Compare-Plans .Compare-Planstable thead th div h1 {
  color: #6580E9;
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
#Compare-Plans .Compare-Planstable thead th div p {
  font-size: 1rem !important;
  margin-left: 15px;
}
#Compare-Plans .Compare-Planstable .table > :not(caption) > * > * {
  padding: 15px 20px;
}
#Compare-Plans .Compare-Planstable .table > :not(:first-child) {
  border-top: 0px solid white !important;
}
#Compare-Plans .Compare-Planstable th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Compare-Plans .Compare-Planstable .check-svg {
  width: 20px;
}
/*===================Resourse Wallpaper ============================*/
#Resoursewallpaper {
  background-image: url("img/blue__wall.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
#Resoursewallpaper .text {
  margin: 50px 0;
}
#Resoursewallpaper .text h1 {
  color: #202861;
  font-size: 3rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
#Resoursewallpaper .text h1 span {
  color: #6580E9;
}
#Resoursewallpaper .text p {
  max-width: 800px;
}
#Resoursewallpaper .col-lg-6.Form__box {
  margin-left: auto;
}
#Resoursewallpaper .Form__box h1 {
  color: #202861;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
}
#Resoursewallpaper .Form__box form input {
  width: 90%;
  padding: 14px 14px;
  border: none;
  margin: 10px 0;
  background: #F0F1F5;
  font-family: 'Poppins';
  font-size: 1.2rem;
}
#Resoursewallpaper .Form__box form input#message {
  padding-bottom: 80px;
}
#Resoursewallpaper .Form__box form input[type="submit"] {
  background-color: #6580E9;
  color: white;
  font-family: 'Poppins';
  font-size: 1.2rem;
  border-radius: 5px;
}
/*======================Resources__about====================*/
.Resources__about {
  margin: 80px 0;
}
.Resources__about .text h1 {
  color: #202861;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Resources__about .text h2 {
  color: #6580E9;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*=================== css start=======================*/
.main-carousel {
  margin: 40px 0 !important;
}
.main-carousel .flickity-prev-next-button.previous {
  left: -51px !important;
}
.main-carousel .flickity-prev-next-button.next {
  right: -52px !important;
}
.main-carousel ol.flickity-page-dots {
  display: none;
}
.carousel-cell {
  width: 32%;
  margin: 0 15px;
  background-color: #6580E9;
  border-radius: 14px;
  background-size: cover;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 18px 6px 17px -20px #b7bdce;
          box-shadow: 18px 6px 17px -20px #b7bdce;
}
.carousel-cell .img-group{
  display: flex;
  flex-direction: column;
}
.Flora-box{
  display: flex;
}
.carousel-cell .caro-img {
  width: 50px;
}
.carousel-cell .coloume-img{
  width: 20px;
}
.carousel-cell .star-img {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.Star-img__div{
  margin-right: auto;
  display: flex;
  align-items: center;
}
.Star-img__div p{
  margin-top: 28px;
  font-weight: 300 !important;
}
.carousel-cell h3 {
  font-size: 1.3rem;
  font-family: "Poppins";
  font-weight: 600;
  color: #ffffff;
  text-align: start;
  margin-left: 10px;
}
.carousel-cell h5 {
  font-size: 1.2rem;
  font-family: "Poppins";
  color: #ffffff;
  text-align: start;
  margin-left: 10px;
}
.carousel-cell P {
  color: white;
  font-size: 1.2rem;
  font-family: "Poppins";
  font-weight: 400;
  text-align: start;

}
.carousel-cell .service-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel-cell .service-btn a {
  color: white;
  text-decoration: none;
  width: 100%;
  font-size: 1.2rem;
}
.carousel-cell .service-btn img {
  width: 25px;
}
/*=======================Blog page css start===========================*/
#Blogwallpaper {
  background-color: #202861;
  padding: 80px 0;
}
#Blogwallpaper h1 {
  color: white;
}
#Blog-wall .blog-box {
  margin: 20px 0;
}
#Blog-wall .blog-box h3 {
  color: black ;
  font-family: "Poppins";
  font-size: 1.4rem;
  margin: 20px 0;
}
#Blog-wall .blog-box .client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Blog-wall .blog-box .client p {
  color: black;
  margin-left: 10px;
  margin-top: 15px;
  font-weight: 400;
}
#Blog-wall .blog-box .client .client0 {
  width: 50px;
}
#Blog-wall .blog-box .client .go-svg {
  width: 20px;
  margin-left: auto;
}
.centerChange h1{
  text-align: start !important;
  margin-top: 20% !important;
}
.Grow{
  padding: 0 !important;
}
#Grow__color{
  background-color: #F8F8FA;
}

section#trial-plans {
  padding: 30px 115px;
  font-family: 'poppins';
}

section#trial-plans .container .col h1 {
  font-size: 1.5rem;
  color: #202861;
  font-weight: 600;
  padding-bottom: 8px;
}

section#trial-plans .container .col
{
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 20px;
  padding : 25px;
  margin : 15px;

}

.membership-list {
  text-align: left;
  padding: 9px 0px;
}

.membership-list p {
  font-size: 17px;
}

a.btn-new {
  width: 100%;
  display: block;
  padding: 12px;
  border-radius: 10px;
  color: #000000;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #000;
  margin-bottom: 14px;
}

section#trial-plans .btn-main {
  width: 100%;
  border-radius: 10px;
}


/********** Snackbaar text start here ********/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -174px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.flickity-viewport {
    min-height: 49vh;
}
/*========================================adding new css======================*/
.membership-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  grid-gap: 25px;
  max-width: 90%;
}
.tab-list {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
          box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 600;
  color: #8695A0;
  cursor: pointer;
}
.tab-list-active {
  background: #00A0CF;
  color: #fff;
}
.membership-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px;
  max-width: 90%;
  font-family: 'Poppins', sans-serif;
  padding-top: 50px;
}
.membership-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
          box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  text-align: left;
  background: #fff;
}
.membership-card h1,
.membership-card h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
.membership-card h2 {
  color: #00A0CF;
}
.bottom-area p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.read-more-btn {
  background: #00A0CF;
  -webkit-box-shadow: 0px 4px 41px 1px #005b06;
          box-shadow: 0px 4px 41px 1px #005b06;
  border-radius: 19.4715px;
  color: #fff;
  display: block;
  margin: 10px auto;
  max-width: 80px;
  text-align: center;
  padding: 5px 23px;
  margin-bottom: -31px;
  margin-top: 33px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.read-more-btn:hover {
  color: #fff;
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}
.features-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  max-width: 90%;
}
.features-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  width: 720px;
}
.features-list-container .list-check {
  width: 24px;
}
.features-check {
  width: 100%;
}
.features-list-container .list-check {
  width: 35px;
  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;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00a0cf;
  padding: 6px;
  border-radius: 50%;
}
.tabs-members {
  display: none;
}
.active-tab {
  display: block;
}
.headline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline-container h1 {
  font-size: 2rem;
  font-weight: 400;
  padding-right: 32px;
}
.monthly-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.monthly-switch h5 {
  color: #545454;
  font-weight: 400;
}
.go-button {
  padding: 9px 29px;
  border: 1px solid #00A0CF;
  border-radius: 4px;
  background-color: #00A0CF;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  min-width: 152px;
  text-align: center;
}
.headline-container h1 {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
}
.headline-container {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.switch {
  width: 51px;
  height: auto !important;
  background: #143B63;
  border-radius: 50px;
}
.slider.round {
  height: 15px !important;
  margin: 4px;
}
.monthly-switch h5 {
  font-family: 'Poppins' !important;
  font-size: 14px !important;
}
.slider {
  width: 34% !important;
  height: 4px !important;
  background: #ffffff !important;
}
input:checked + .slider {
  left: auto !important;
}
.tab-list-active {
  background: #266DB3 !important;
  color: white !important;
}
.tab-list {
  border: 1px solid #EAEAED !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 5px !important;
  color: #404040;
  font-family: 'Poppins';
  font-size: 15px !important;
  padding: 20px;
}
.features-list-container .list-check {
  background: #266db3 !important;
}
.features-list-container h5 {
  font-family: 'Poppins' !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}
.membership-card {
  background: #FFFFFF !important;
  border: 1px solid #EAEAEA !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27) !important;
          box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27) !important;
  border-radius: 10px  !important;
}
.membership-card h2 {
  color: #266db3 !important;
}
.read-more-btn {
  background: #266DB3 !important;
  -webkit-box-shadow: 0px 4px 41px 1px rgba(0, 91, 118, 0.21) !important;
          box-shadow: 0px 4px 41px 1px rgba(0, 91, 118, 0.21) !important;
  border-radius: 19.4715px !important;
}
.membership-content .membership-card:nth-child(2) {
  background: #F7F7F7 !important;
}
.membership-content .membership-card:nth-child(4) {
  background: #F7F7F7 !important;
}
.membership-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 20px;
  -webkit-box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
          box-shadow: 0px 38px 41px -29px rgba(0, 91, 118, 0.27);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  text-align: left;
  background: #fff;
}
.membership-card h1,
.membership-card h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
.membership-card h2 {
  color: #00A0CF;
}
.features-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  max-width: 90%;
}
.features-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
  width: 720px;
}
.features-list-container .list-check {
  width: 24px;
}
.features-check {
  width: 100%;
}
.features-list-container .list-check {
  width: 35px;
  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;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00a0cf;
  padding: 6px;
  border-radius: 50%;
}
section .hidden-section {
  width: 500px;
  height: 470px;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.overlay.active-overlay {
  display: block;
}
section .hidden-section .select-one {
  padding: 12px 7px;
  background-color: rgba(235, 235, 235, 0);
  border: 2.6px solid #CFCFCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  margin: 8px 2px;
}
.clear-hide {
  background-color: #00A0CF !important;
  border: 2.6px solid #cfcfcf3f !important;
  color: white !important;
}
.select-one p {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 700;
}
.clear-hide .text-hide span {
  background: rgba(207, 207, 207, 0.541);
  color: white;
}
.text-hide span {
  background: #CFCFCF;
  border-radius: 15px;
  padding: 6px 9px;
  color: #6e6e6e;
}
/* Switch button css */
.switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 34px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #000;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #000;
          box-shadow: 0 0 1px #000;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.monthly-switch h5 em {
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.monthly-switch__twic {
  margin: auto;
}
