@import './community.css';

@font-face {
  font-family: 'poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins Semibold';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins Bold';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@media screen and (min-width: 683px) {
  #responsive-ml {
    margin-left: 0px !important;
  }

  /* .desktop-res {
    margin-top: -100px;
  } */
  .img-width-read {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  #desk-res {
    padding-right: 175px;
  }

  #responsive-height {
    padding-right: 100px;
  }

  #h1-res {
    font-size: 2.8vw;
  }

  #li-res {
    font-size: 2vw;
  }
}

#indexContainer {
  max-width: 100%;
}

body {
  overflow: auto;
}

.imageDropIcon {
  position: absolute;
  right: 15px;
}

.custom-font {
  font-family: 'Poppins';
}

.custome-toaster {
  top: 1%;
  right: 1%;
  position: fixed;
  z-index: 100000;
}

.horizontal-res {
  position: absolute;
  top: 260px !important;
}

.section-flex {
  display: flex;
}

.selectedTextColor {
  color: #000 !important;
}

.nonselectedTextColor {
  /* color: #7e7c7c; */
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.white-color {
  color: white;
}

.pl-15p {
  padding-left: 15% !important;
}

.pr-5p {
  padding-right: 5px !important;
}

.input-box-small {
  padding-left: 30% !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-1p {
  margin-bottom: 1%;
}

.mb-2p {
  margin-bottom: 2%;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-1p {
  margin-top: 1%;
}

.mt-2p {
  margin-top: 2%;
}

.mt-3p {
  margin-top: 3%;
}

.mt-5p {
  margin-top: 5%;
}

.mt-7p {
  margin-top: 7%;
}

.mt-10 {
  margin-top: 10px;
}

.mt-10p {
  margin-top: 10%;
}

.mt-15 {
  margin-top: 15px;
}

.mt-15p {
  margin-top: 15%;
}

.mt-20 {
  margin-top: 20px;
}

.mt-20p {
  margin-top: 20%;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.ml-1p {
  margin-left: 1%;
}

.ml-2p {
  margin-left: 2%;
}

.ml-3p {
  margin-left: 3% !important;
}

.ml-5p {
  margin-left: 5%;
}

.ml-7p {
  margin-left: 7%;
}

.ml-20 {
  margin-left: 35px;
}

.mr-10 {
  margin-right: 20px;
}

.ml-10p {
  margin-left: 10% !important;
}

.ml-20p {
  margin-left: 20%;
}

.mr-5p {
  margin-right: 5%;
}

.mr-7p {
  margin-right: 5%;
}

.mr-10p {
  margin-right: 10%;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

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

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 30px;
}

.grey-text {
  color: #333333;
}

.pointer-cursor {
  cursor: pointer;
}

#iWantToPublish {
  margin-top: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

/*header*/

.nav-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #3d3d3d !important;
}

.orange-text {
  color: #f8991f !important;
  opacity: 1 !important;
}

.white-text {
  color: white !important;
  opacity: 1 !important;
}

.black-text {
  color: #3d3d3d !important;
}

.bold-orange {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #f8991f !important;
}

.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0px 4px 5px rgba(61, 61, 61, 0.16);
  z-index: 2;
}

.bannerHeight {
  margin-top: 4%;
}

.normalHeight {
  margin-top: 9%;
}

.bannerDiv>div {
  text-align: center;
}

.bannerDiv {
  margin-left: 14%;
}

#masterclassBanner>div {
  justify-content: space-evenly;
}

.banner-text {
  color: white;
  font-family: 'poppins';
  font-size: 14px;
  font-weight: 500;
}

.banner_heading {
  color: white;
  font-family: 'poppins';
  font-size: 14px;
  font-weight: 600;
  width: 14rem;
}

.contactUs {
  margin-top: 30vh;
}

.masterClassMargin {
  margin-left: 1rem;
}

@media only screen and (min-width: 992px) {
  .normalHeight {
    margin-top: 137px !important;
  }

  #home_href_2{
    display: none;
  }

  /* .navbar-brand {
    margin-right: 100px !important;
    margin-left: 48px;
  } */

  .bg-light {
    background-color: #ffffff !important;
    box-shadow: 0px 4px 5px rgba(61, 61, 61, 0.16);
    z-index: 2;
  }

  .nav-link {
    padding: 0 !important;
  }

  .nav-item {
    padding: 30px 33px;
  }

  .navbar {
    padding: 0 !important;
  }

  .plr10 {
    padding: 2px 10px !important;
  }

  .custom-nav li {
    border-bottom: 3px solid #fff;
  }

  .br-1 {
    border-right: 1px solid #c4c4c4;
  }

  .navbar-collapse{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
  }

  /* .app-orange-box:after {
        content: "";
        width: 64px;
        height: 140px;
        border-style: solid;
        border-width: 0 140px 68px 0;
        border-color: transparent #ffdaa9 transparent transparent;
        right: 0;
        top: 0;
        position: absolute;
        border-radius: 0px 35px 0px 0px;
    } */
}

@media only screen and (max-width: 992px){
  #home_href{
    display: none;
  }
  .common-section-1{
    flex-direction: column;
    text-align-last: center;
  }
  .pts-banner{
    width: 35rem;
    margin-top: 5rem;
  }
  .banner-buttons{
    align-items: center;
  }
  .s3{
    text-align: center;
  }
  .s3.s3-sec1{
    flex-direction: column;
  }
  .s3.s3-sec2{
    flex-direction: column-reverse;
  }
  .s3-sec2 .s3-image{
    text-align: center !important;
  }
  .pts-sec4-text{
    margin-top: 0 !important;
  }
  .plan-cards{
    flex-direction: column;
  }
  #plan-card{
    align-self: center;
    max-width: 35rem;
  }
  .pts-sec4-images img{
    width: 100%;
  }

  .critic-main-section{
    padding: 3rem !important;
  }

  .critic-main-section .s3-text{
    margin-top: 1rem;
  }

  .producer-main-section .s3-text{
    margin-top: 1rem;
  }

  .pts-image img{
    width: 14rem !important;
    height: 10rem !important;

  }

}

/*header ends*/
/*landing section*/
/* .landing-banner {
    background-image: url("../images/cover.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: calc(100vh - 110px);
    height: 650px;
} */
/* 
.landing-banner {
    background-image: url("../images/cover.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: calc(100vh - 110px);
    height: 700px;
} */

.landing-banner {
  background-image: url('../images/landing_Page.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: calc(100vh - 110px);
  height: 700px;
}

.text-left {
  text-align: left;
}

.big-landing-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 54px;
  letter-spacing: 0.03em;
  /* text-transform: capitalize; */
  color: #3d3d3d;
}

.medium-landing-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #333333;
  opacity: 0.7;
}

.medium-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #3d3d3d;
  opacity: 0.7;
}

.normal-banner-button {
  border-radius: 5px;
  padding: 17px 30px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #3d3d3d;
  margin-top: 10px;

  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
}

.banner-button {
  background: #f8991f;
  border: 1px solid #f8991f;
  border-radius: 5px;
  padding: 17px 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #3d3d3d;
  margin-top: 10px;
}

.banner-button:focus,
.banner-button:active {
  outline: 0;
}

.pt10px {
  padding-top: 5px;
}

/*landing section ends*/
/*card and carousel*/

.half-orange-box {
  /* background: #FBCC8F; */
  background: linear-gradient(to bottom, #fff 50%, #fbcc8f 50%);
  padding: 135px 0px;
}

.my-card {
  background: #ffffff;
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 20px 10px;
}

.card-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #3d3d3d;
  margin-top: 25px;
}

.card-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.card-button {
  border: 1px solid #f8991f;
  border-radius: 5px;
  padding: 20px 80px;
  background: transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #f8991f;
  margin-top: 30px;
}

.footer-margin {
  margin-top: 10%;
}

.card-button:hover {
  background-color: #f8991f;
  color: #3d3d3d;
}

.image-box {
  /* height: 115px; */
  /* overflow: hidden; */
  position: absolute;
  width: 69.55px;
  height: 65px;

  opacity: 0.8;
}

/*card ends*/
/*carousel */
.orange-box {
  background: #fbcc8f;
  padding: 45px 0px;
}

/*footer css*/
.footer-block {
  background: #3d3d3d;
  padding: 30px 50px 25px 50px;
}

.footer-text {
  /* font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #7e7c7c;
    margin-bottom: 0px; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.03em;
  color: #fff;
}

.footerText {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #fff;
}

.footer-copyright {
  color: #fff;
  opacity: 0.5;
}

.footer-nav {
  padding: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
}

.footer-nav li {
  display: table-cell;
}

.footer-nav li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-bottom: 0px;
}

.footer-social {
  padding: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
}

.footer-social li {
  display: inline-block;
  margin-left: 15px;
}

.footer-social li a {
  display: inline-block;
  border: 1px solid #7e7c7c;
  border-radius: 50%;
  color: #7e7c7c;
  width: 26px;
  height: 26px;
  font-size: 15px;
  padding: 2px 6px;
  text-align: center;
  cursor: pointer;
}

.footer-social li a i {
  color: #3d3d3d;
}

.footer-social li a:hover {
  text-decoration: none !important;
  outline: 0;
}

/*footer end*/

/*carousel css*/
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

h4 {
  font-size: 28px;
}

p {
  width: 90%;
  text-align: center;
  margin: 0 auto 20px;
}

.owl-item {
  display: table;
}

.owl-nav {
  width: calc(100% + 140px);
  left: -70px;
  position: absolute;
  top: 51%;
  display: block !important;
}

.owl-carousel1 .item {
  padding: 42px 150px;
  height: 654px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  border-radius: 35px;
}

.owl-carousel2 .item {
  background: #ffffff;
  margin: 0px 15px;
}

.carousel-item-box {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 130px 20px 20px 20px;
}

.owl-prev {
  color: #f8991f;
}

.owl-next {
  color: #f8991f;
  float: right;
  font-size: 20px;
}

.owl-next span,
.owl-prev span {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  font-size: 35px;
  line-height: 45px;
  color: #f8991f;
  text-align: center;
}

.owl-next:focus,
.owl-next:active,
.owl-prev:focus,
.owl-prev:active {
  outline: 0;
}

.item h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3d3d3d;
}

.item p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: hsl(0, 0%, 24%, 0.8);
}

.item p a {
  background: #f8991f;
  border-radius: 9px;
  border: 1px solid #f8991f;
  padding: 18px 64px !important;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: hsl(0, 0%, 100%, 0.6) !important;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #fff !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

/*carousel css end*/
.app-orange-box {
  /* background: #fbcc8f; */
  background: #fef6ed;
  min-height: 200px;
  border-radius: 35px;
  min-height: 440px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.app-section {
  padding: 65px 0px;
}

.app-img {
  position: absolute;
  top: -70px;
  left: 20px;
  z-index: 1;
}

.app-text h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.app-text p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
}

.service-row-res {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: -15px;
}

.white-btn-lg {
  border: 1px solid #7e7c7c;
  background: #ffffff;
  border-radius: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  margin-left: 2px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 18px 25px;
  border-radius: 6px;
  width: 15.5rem;
  height: 3.6rem;
  color: rgb(97, 97, 97);
}

.white-btn {
  background: #ffffff;
  border-radius: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3d3d3d;
  padding: 18px 63px;
  border: 1px solid #7e7c7c;
  margin: 10px 2px;
}

.orange-btn {
  background: #ffffff;
  border-radius: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #3d3d3d;
  padding: 18px 63px;
  border: 1px solid #7e7c7c;
  margin: 10px 2px;
}

.app-text {
  padding: 115px 0px;
}

.overlay-text:after {
  content: '******';
  color: red;
  position: absolute;
  left: 0;
  z-index: -1;
}

/* @media only screen and (max-width: 992px) {
  .owl-nav {
    width: calc(100% + 0px);
    left: 0px;
    position: absolute;
    top: 51%;
  }
  .owl-carousel2 .owl-nav {
    width: calc(100% + 20px);
    left: -10px;
    position: absolute;
    top: 50%;
  }
  .owl-carousel1 .item {
    padding: 42px 15px;
    height: 540px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    border-radius: 35px;
  }
  .owl-next span,
  .owl-prev span {
    background: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    font-size: 35px;
    line-height: 45px;
    color: #f8991f;
    text-align: center;
    box-shadow: 0px 1px 5px 0px #0000001f;
  }
  .app-img {
    position: unset;
    top: -70px;
    left: 20px;
    padding: 55px 0px;
    max-width: 100%;
  }
  .app-text {
    padding: 55px 0px;
  }
  .my-card {
    background: #ffffff;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 60px 20px;
    margin-bottom: 30px;
  }
  .footer-block {
    background: #f6f7f7;
    padding: 30px 50px 25px 5px !important;
    margin: 0;
  }
  .footer-nav {
    padding: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    list-style-type: none;
  }
  .footer-nav li {
    display: block;
  }
  .footer-nav li a {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #7e7c7c;
    margin-bottom: 0px;
  }
} */

.read-section .landing-block {
  background: #2c394a;
  min-height: calc(100vh - 165px);
  width: 100%;
  overflow-x: hidden;
}

.landingPageService {
  background: #2c394a;
  /* min-height: calc(100vh - 165px); */
  width: 100% !important;
  overflow-x: hidden;
  height: 830px;
  overflow: hidden;
  /* margin-left: -2%; */
}

.inner h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 69px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.inner h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  line-height: 69px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.inner p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #ffffff;
  width: 100%;
  text-align: left;
}

.orange-bg {
  background: #f8991f !important;
  border-color: #f8991f !important;
}

.outer {
  display: table;
  height: calc(100vh - 165px);
}

.inner {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0px;
}

.inner-bottom {
  display: table-cell;
  vertical-align: bottom;
  padding-top: 50px;
}

.writing {
  background-image: url('../images/write-banner.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.community {
  background-image: url('../images/community-banner.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

/* @media only screen and (max-width: 992px) {
  .inner h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #ffffff;
  }
  .inner h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.03em;
    color: #ffffff;
  }
  .img-width {
    max-width: 100%;
  }
  .outer {
    display: block;
    height: auto;
    padding: 50px 0px 0px 0px;
  }
  .custom-nav .active a {
    color: #f8991f !important;
  }
} */

.content-block {
  min-height: calc(100vh - 165px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-block h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.content-block p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fontColor a {
  color: #64b5f7 !important;
}

.content-block p strong {
  /* font-family: "Noto Sans" !important; */
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.strong {
  /* font-family: "Noto Sans" !important; */
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.querylist h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.querylist h5 span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  padding: 1px 4.5px;
  /* float: right; */
}

.querylist h5 span i {
  color: #7e7c7c;
}

.querylist p a {
  color: #f8991f;
}

.text-div {
  display: flex;
  max-width: calc(100% - 25px);
}

.bb-div {
  border-bottom: 1px solid #c4c4c4;
}

.quotes-bg p {
  background: hsl(180, 6%, 93%, 0.7);
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.querylist ul li a {
  color: #f8991f;
}

.about-us ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d;
  width: 100%;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: disc;
}

.about-us ul {
  padding: 0px 15px;
}

.owl-carousel2 .item h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #000000;
  margin-top: 10px;
}

.owl-carousel2 .item h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #3d3d3d;
}

.owl-carousel2 .item p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.owl-carousel2 .item img {
  border-radius: 50%;
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 126px;
  z-index: 9999;
}

.owl-carousel2 .owl-next span,
.owl-carousel2 .owl-prev span {
  background: #edefef;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  font-size: 35px;
  line-height: 30px;
  color: #3d3d3d;
  text-align: center;
}

.signup__button {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #f3f2f2 !important;
  background: #f8991f;
  padding: 0.6rem !important;
  width: 9rem;
  border: 2px solid #f8991f;
  box-sizing: border-box;
  border-radius: 4px;
}

.login__button {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #f8991f !important;
  padding: 0.6rem !important;
  width: 5rem;
  border: 1px solid #f8991f;
  box-sizing: border-box;
  border-radius: 8px;
}

.marginAnchor {
  margin: 30px 0;
}

@media only screen and (min-width: 1300px) {
  .owl-carousel2 .item img {
    border-radius: 50%;
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 93px;
    z-index: 9999;
  }

  .nav-item {
    padding: 30px 45px;
  }

  .carousel-item-box {
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 90px 20px 20px 20px;
  }
}

@media only screen and (min-width: 1210px) and (max-width: 1265px) {
  .owl-nav {
    width: calc(100% + 50px);
    left: -27px;
    position: absolute;
    top: 51%;
    display: block !important;
  }
}

/* @media only screen and (max-width: 799px) {
  .owl-carousel2 .item img {
    border-radius: 50%;
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 97px;
    z-index: 9999;
  }
  .carousel-item-box {
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 100px 20px 20px 20px;
  }
} */

.contact-options i {
  color: #3d3d3d;
  margin-right: 10px;
}

.contact-options p,
.contact-options p a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #3d3d3d;
  padding: 10px 0px;
  margin: 0px !important;
  width: 100%;
}

.mt30mb25 {
  margin-top: 30px !important;
  margin-bottom: 25px !important;
}

input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0px 0 16px;
  padding: 15px;
  border: 1px solid #7e7c7c;
  border-radius: 5px;
  background: #fff;
  resize: none;
  outline: none;
  color: #3d3d3d;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #7e7c7c;
  border-radius: 5px;
  background: #fff;
  resize: none !important;
  outline: none;
  color: #3d3d3d;
}

input[type='text'][required]:focus {
  border-color: #7e7c7c;
}

input[type='text'][required]:focus+label[placeholder]:before {
  color: #7e7c7c;
}

input[type='text'][required]:focus+label[placeholder]:before,
input[type='text'][required]:valid+label[placeholder]:before {
  transition-duration: 0.2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
  transform: translate(0, -1.5em) scale(0.9, 0.9);
}

textarea[required]:valid+label[placeholder]:before,
textarea[required]:focus+label[placeholder]:before {
  transition-duration: 0.2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
  transform: translate(0, -1.5em) scale(0.9, 0.9);
}

input[type='text'][required]:invalid+label[placeholder][alt]:before {
  content: attr(alt);
}

textarea[required]:invalid+label[placeholder][alt]:before {
  content: attr(alt);
}

input[type='text'][required]+label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-3em - 2px);
  margin-bottom: calc((3em - 1em) + 2px);
}

textarea[required]+label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-4em - 78px);
  margin-bottom: calc((8em - 1em) + 2px);
}

input[type='text'][required]+label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  padding: 0 10px;
  color: #7e7c7c;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background: #fff;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}

textarea[required]+label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(1em + 2px);
  padding: 0 10px;
  color: #7e7c7c;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background: #fff;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-btn {
  background: #3d3d3d;
  border-radius: 4px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  padding: 16px 48px;
  border: 1px solid #3d3d3d;
  margin-top: 20px;
}

.content-block ul,
.content-block ol {
  padding: 0px 15px;
}

.content-block ul li,
.content-block ol li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #3d3d3d;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.coming-soon {
  background: #bdbdbd !important;
  cursor: not-allowed !important;
}

.mytooltip {
  position: relative;
  display: inline-block;
}

.mytooltip .mytooltiptext {
  visibility: hidden;
  width: 158px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.mytooltip .mytooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
}

.display-i-b {
  display: inline-block;
}

.display-i-b:hover {
  color: #3d3d3d;
  text-decoration: none;
}

.read-card {
  color: black;
  letter-spacing: 2.5px;
  cursor: pointer;
}

.middle-slider-flex {
  display: flex;
  justify-content: space-evenly;
}

.read-page-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 69px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.read-page-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.middle-slider-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #000000;
}

.middle-slider-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  align-items: center;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.middle-slider-subtext {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  letter-spacing: 0.03em;
  color: #518ef8;
}

.service-button {
  background: #ffffff;
  border: 1px solid #7e7c7c;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 50px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-top: 10px;
}

.enquire-button {
  background: #fff1e1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 50px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-top: 10px;
  border: none;
  /* border-color: lightgrey; */
  box-shadow: 0px 2px 4px #0000002b;
}

.enquiry-image {
  width: 370px;
  margin-right: 35px;
}

.consume-card {
  background: #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.08);
  border-radius: 18px !important;
  bottom: 100px;
  width: 1100px;
  height: 402px;
}

.consume-card-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.03em;
}

.consume-card-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #2c394a;
}

.consume-card-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.community-section-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 69px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.community-section-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 44px;
  align-items: center;
  color: #ffffff;
}

.read-section-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  align-items: center;
  color: #000000;
}

.read-section-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 44px;
  align-items: center;
  color: #000000;
}

.write-section-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.write-section-subheading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.consume-card-write {
  background: #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.08);
  border-radius: 18px !important;
  bottom: 160px;
  width: 1100px;
  height: 425px;
}

.service-header {
  /* font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.03em; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 69px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.service-subheader {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 69px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #f8991f;
}

.service-normal-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.servicesOffered {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 53px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.serviceLowerBanner {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #2c394a;
}

.community-normal-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.normal-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #7b747e;
}

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

.flexSpaceBetween {
  display: flex;
  justify-content: space-between;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.flexSpaeEvenly {
  display: flex;
  justify-content: space-evenly;
}

.card {
  max-width: 100%;
}

.feature-icon {
  width: 150px;
}

.aboutUs-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 69px;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.aboutUs-subheader {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #3d3d3d;
}

.aboutUs-normal-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.aboutUs-button {
  position: absolute;
  width: 250px;
  height: 57px;
  background: #f8991f;
  border-radius: 5px;
  border-color: orange;

  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

.contactUs-header {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 51px;
  color: #000000;
}

.contactUs-normal-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #3d3d3d;
}

.index-sub-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
}

/* @media screen and (max-width: 600px) {
  div.read-section-heading {
    font-size: 24px;
    line-height: 26px;
  }
  div.heading {
    font-size: 28px;
    line-height: 36px;
  }
  div.sub-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8%;
  }
  li.sub-heading {
    font-size: 20px;
    line-height: 26px;
  }
  li.normal-text {
    font-size: 14px;
    line-height: 24px;
    max-width: 80%;
    margin-left: 15px;
  }
  a.button-text {
    font-size: 14px;
    line-height: 16px;
    max-width: 80%;
    margin-left: 15px;
  }
  img.utility-icons {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  div.utility-text {
    font-size: 22px !important;
  }
  a.landing-button {
    font-size: 14px;
    line-height: 16px;
    max-width: 80%;
    margin-left: 15px;
    padding: 11px 0px !important;
  }
  img.feature-icon {
    width: 100px;
  }
  .card {
    word-wrap: unset !important;
  }
  .li {
    word-wrap: unset !important;
  }
  section.mt-80 {
    margin-top: 10px;
  }
} */

.footer-border {
  border-top: 1px solid #c0c0c0;
}

.fas {
  opacity: 0.5;
}

.input-icons img {
  position: absolute;
}

.input-icons {
  width: 100%;
  margin-bottom: -10px;
}

.icon {
  padding: 20px;
  min-width: 40px;
}

/* .input-box {
    width: 300px !important;
    height: 50px !important;
    margin-top: 2% !important;
    background: #ffffff;
    border: 1px solid #c4c4c4 !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    text-align: left !important;
} */

.flexSpaceBetween {
  display: flex !important;
  justify-content: space-between;
}

.enquire-button {
  background: #fff1e1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 50px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-top: 10px;
}

.input-box {
  width: 100% !important;
  height: 50px !important;
  margin-top: 2% !important;
  background: #ffffff !important;
  border: 1px solid #c4c4c4 !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  text-align: left !important;
}

.input-box-small {
  width: 100% !important;
  height: 50px !important;
  margin-top: 2% !important;
  background: #ffffff !important;
  border: 1px solid #c4c4c4 !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  text-align: left !important;
  padding-left: 30% !important;
}

.textarea-box {
  width: 100%;
  margin-top: 2%;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
  height: 70px !important;
}

@media screen and (min-width: 1900px) {
  .ResL-ml-n6 {
    margin-left: -6%;
  }

  .ResL-ml-8 {
    margin-left: 8%;
  }

  .ResL-ml-10p {
    margin-left: 10%;
  }

  .ResL-ml-20p {
    margin-left: 20% !important;
  }

  .ResL-ml-37p {
    margin-left: 37%;
  }

  .serviceBanner {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .user-reviews{
    margin: calc(5%) 0 !important;
  }
}

.error-alert-box {
  min-width: 300px;
  height: 50px;
  text-align: left;
  padding-top: 5%;
  padding-left: 10%;
}

.success-alert-box {
  min-width: 300px;
  height: 50px;
  text-align: center;
  padding-top: 5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .normalHeight {
    margin-top: 125px !important;
  }

  .bannerDiv>div {
    text-align: center !important;
  }

  .bannerDiv {
    margin-left: 10px;
  }

  .masterClassMargin {
    margin-left: 0rem;
  }

  #image-padding {
    padding-right: 80px;
  }

  .ml-auto,
  .mx-auto.mx-auto {
    margin-left: 0px !important;
  }

  /* .row {
    margin-right: -113px !important;
  } */
  .landingPageService {
    width: 100% !important;
  }

  .ml-5p {
    /* margin-left: -20% !important; */
  }

  .modal-backdrop {
    width: 120vw !important;
    height: 121vh !important;
  }

  .enquiry-image {
    margin-left: 175px;
    width: 75% !important;
    height: 80%;
  }

  /* .footer-margin {
    position: fixed;
    bottom: 0;
    width: 75% !important
  } */
  .ml-20 {
    margin-left: 60px;
  }

  #responsive-ml {
    margin-left: 245px;
  }

  #flexSpace {
    display: block;
  }

  #margin-cummunity {
    /* margin-top: 10vh !important; */
    /* margin-left: -230px; */
  }

  #margin-about {
    /* margin-top: 120%; */
    /* position: fixed;
    bottom: 0;
    width: 75% !important */
  }

  #indexPage {
    width: 100%;
    /* margin-top: 50px !important; */
  }

  #indexCenter {
    margin-left: 100px;
  }

  #indexContainer {
    /* margin-left: 170px; */
  }

  .input-icons {
    width: 129%;
  }

  .outer {
    height: calc(100vh - 750px);
  }

  .read-section .landing-block {
    /* min-height: calc(100vh - 700px); */
  }

  .footer-block {
    /* padding: 30px 340px 25px 50px; */
    width: 100%;
    /* position: fixed;
    bottom: 0;
    width: 110%; */
  }

  .minimize {
    top: 65px !important;
  }

  .container-fluid {
    width: 100% !important;
  }

  .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #service-footer {
    width: 100% !important;
  }

  /* .footer-top { */
  /* margin-top: 615px; */
  /* position: fixed;
    bottom: 0;
    width: 75% !important;
  } */
  #faq-padding {
    margin-left: -230px;
  }

  .landingPageService {
    /* height: calc(100vh - 945px); */
  }

  .app-orange-box {
    margin-top: -90px;
    margin-left: -110px;
  }

  .app-img {
    top: -30px;
    height: 100%;
    z-index: auto;
  }

  .landing-banner {
    min-height: calc(100vh - 900px);
  }

  #serviceImage {
    margin-right: 0px !important;
  }

  #serveWidth {
    width: 100% !important;
  }

  #termsMargin {
    margin-right: -220px !important;
  }

  #termsContainer {
    max-width: 1085px !important;
  }
}

/* @media screen and (max-width: 990px) {
  .flexOnSmallScreen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .input-box-small {
    width: 480% !important;
    padding-left: 75% !important;
  }
  .input-box {
    width: 200% !important;
    padding-left: 30% !important;
  }
  .textarea-box {
    width: 200% !important;
  }
  .enquiry-image {
    max-width: 200% !important;
    width: 200% !important;
  }
} */

.showButtonEffect {
  /* text-shadow: 0px 0px 6px rgba(255, 255, 255, 1); */
  transition: all 0.4s ease 0s;
  box-shadow: 5px 10px 18px black;
}

.underlineOnHover {
  color: #64b5f7;
}

.underlineOnHover:hover {
  text-decoration: underline;
}

.getInTouchEffect {
  /* text-shadow: 0px 0px 6px rgba(255, 255, 255, 1); */
  transition: all 0.4s ease 0s;
  box-shadow: 5px 10px 18px lightgrey;
}

.crossButtonPosition {
  height: 30px;
  width: 80px;
  margin-left: 92%;
  padding-left: 27px;
  border: none;
  /* background: transparent; */
}

@-moz-document url-prefix() {
  .crossButtonPosition {
    height: 30px;
    width: 80px;
    margin-left: 92%;
    padding-left: 27px;
    border: none;
    background: transparent;
    margin-top: 3%;
  }
}

.numberOfCharacters {
  margin-left: 88%;
  margin-top: 4%;
  font-size: 12px;
  color: black;
}

.serviceHeader {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 49px;
  line-height: 69px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;

  color: #ffffff;
}

#bannerContainer {
  max-width: 1250px;
}

#bannerContainerService {
  max-width: 1069px;
}

#bannerFooterService .alert {
  position: fixed;
  top: 80px;
  height: 70px;
  z-index: 5;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 20px 15px !important;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}

#bannerContainerService {
  max-width: 1077px;
}

#indexHeader {
  padding-top: 20px;
}

#bannerFooter .alert {
  position: fixed;
  top: 80px;
  height: 70px;
  z-index: 5;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 20px 15px !important;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}

.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 1.071rem;
}

.alert b {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.close {
  float: right;
  font-size: 1.5rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.alert .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.9;
}

.alert .close i {
  font-size: 20px;
}

.alert .close:hover {
  opacity: 1;
  color: #fff;
}

.alert.alert-info {
  background-color: #00cae3;
  color: #fff;
}

.alert.alert-success {
  background-color: #55b559;
  color: #fff;
}

.alert.alert-warning {
  background-color: #ff9e0f;
  color: #fff;
}

.alert.alert-danger {
  background-color: #f55145;
  color: #fff;
}

.alert.alert-primary {
  background-color: #a72abd;
  color: #fff;
}

/* footer */

footer {
  margin-top: 20px;
  color: #555;
  background: #fff;
  padding: 25px;
  font-weight: 300;
}

.footer p {
  margin-bottom: 0;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 300;
}

footer p a {
  color: #555;
  font-weight: 400;
}

footer p a:hover {
  color: #9f26aa;
  text-decoration: none;
}

#xIcon {
  width: 30px;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.boxBackgroundColor {
  background-color: #f8f8f8f2;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.reponsive-footer {
  margin-bottom: 1rem !important;
}

.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none !important;
  padding: 0.5rem 0.5rem !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-content {
  display: none;
  margin-top: 1rem;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropbox {
  max-width: 19rem !important;
  width: max-content;
}

.dropItem {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  text-decoration: none !important;
  font-family: 'poppins';
  font-size: 14px;
  /* text-transform: uppercase; */
  padding-left: 1rem;
  color: #7e7c7c;
  font-weight: 500;
}

.dropItem:hover {
  background-color: #f8991f;
  border-radius: 4px;
  text-decoration: none !important;
  font-family: 'poppins';
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  
  .prices-2{
    display: none !important;
  }

  .prices .pricing-footer{
    display: block !important;
  }
  
  .premium{
    margin-top: 5rem;
  }

  .dropItem {
    text-align: center;
    padding-right: 0rem;
  }

  .dropbox {
    min-width: 20rem !important;
  }

  .dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none !important;
    padding: 0.5rem 0 !important;
  }

  .signup__button {
    margin-top: 10px;
  }

  .aboutUs-header {
    margin-top: 10rem;
  }

  .bannerDiv>div {
    text-align: left;
  }

  .masterClassMargin {
    margin-left: 0rem;
  }

  .banner-text {
    font-size: 14px;
  }

  .bannerDiv {
    margin-left: 0px;
  }

  .normalHeight {
    margin-top: 135px !important;
  }

  .contactUs {
    margin-top: 43vh;
  }

  .bannerHeight {
    margin-top: 16%;
  }

  #res-mt-120 {
    margin-top: 20px;
  }

  #displayImage-index {
    display: none;
  }

  #res-img-width-write {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .responsive-img-contact {
    width: 100%;
  }

  .responsive-contact {
    margin-top: -100px !important;
  }

  .responsive-height {
    margin-bottom: 0px !important;
  }

  .consume-card {
    height: 790px;
  }

  /* #responsiveContainer{
    margin-top: -160px;
  } */
  #displayImageRes {
    display: block !important;
  }

  .inner-bottom {
    vertical-align: initial;
    padding-top: 0px;
  }

  #outerHeight {
    height: calc(100vh - 550px);
  }

  #outerHeight-com {
    height: calc(100vh - 550px);
  }

  .consume-card-write {
    height: 890px;
    margin-top: 0px;
  }

  #displayImageWrite {
    display: block !important;
    margin-top: 0px !important;
  }

  #displayImage {
    display: none;
  }

  .inner {
    /* vertical-align: initial; */
    /* padding: 82px 15px; */
    padding-top: 60px;
    /* padding-bottom: 55%; */
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  #rsponsiveIcons {
    /* display: none; */
  }

  #innerCommunity {
    /* padding-bottom: 35%; */
  }

  #responsiveComm {
    width: 105% !important;
    margin-top: -90px !important;
    /* margin-bottom: 15px; */
  }

  .middle-slider-flex {
    display: block;
  }

  #contact-flex {
    display: flex !important;
  }

  .res-img {
    width: 100%;
  }

  #reponsive-height-community {
    margin-top: 0%;
    margin-left: 0px !important;
    margin-bottom: 40px;
  }

  #reponsive-height {
    margin-top: -150px;
    margin-left: 0px !important;
  }

  .ml-3p {
    margin-left: -6% !important;
  }

  .outer {
    height: 400px !important;
  }

  .img-responsive-writer {
    margin-left: 0px !important;
    width: 270px;
  }

  .img-width {
    margin-left: 30px;
    width: 270px !important;
  }

  .reponsive-footer {
    margin-bottom: 30px !important;
  }

  .img-width-read {
    width: 100%;
    margin-left: 0px !important;
  }

  #outerHeight {
    height: 300px !important;
  }

  #outerHeight-com {
    height: 280px !important;
  }

  .landingPageService {
    width: 100% !important;
    height: 605px !important;
  }

  .img-responsive {
    margin-bottom: 0px !important;
    top: 0px !important;
  }

  .h1,
  h1 {
    font-size: 1.5rem !important;
  }

  #responsive-height {
    margin-top: 20px;
  }

  #serviceImage {
    margin-left: 0px;
    margin-right: 0px;
  }

  #service-footer {
    margin-top: 0px !important;
  }

  .responsive-margin {
    margin-left: 0px !important;
  }

  .crossButtonPosition {
    margin-left: 80%;
  }

  .modal-content {
    height: 800px !important;
    width: 100% !important;
    margin-top: 0px !important;
  }

  .toast {
    margin-right: 15px;
  }

  #read-height {
    height: 930px;
  }

  #displayImageRead {
    display: block !important;
    margin-top: -60px;
    margin-bottom: 30px;
    /* margin-right: 7px; */
    margin-left: -15px;
  }

  #md-responsive {
    margin-bottom: 0px !important;
  }

  #responsive-flex {
    /* display: block; */
  }

  #writer_section_text {
    margin-top: 30px !important;
  }

  #writer_section {
    margin-top: 0px !important;
  }

  #reader_section {
    margin-top: -50px !important;
  }

  #reader_section_text {
    /* margin-top: 60px !important; */
  }

  #connect_section_text {
    margin-top: 35px !important;
  }

  #connect_section {
    margin-top: 0px !important;
  }

  .flexColumn {
    padding-top: 30px;
  }

  .responsiveColumn {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .medium-text {
    font-size: 18px;
  }

  .app-img {
    width: 155px;
    top: -110px;
    left: 27%;
  }

  .reponsive-index-img {
    margin-top: 15px !important;
  }

  .app-section {
    margin-top: -185px !important;
    left: 100px;
  }

  /* #indexPage {
    margin-top: 60px !important;
  } */
  .flexSpaeEvenly {
    display: block;
  }

  .responsive-service-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .big-landing-text {
    font-size: 24px;
    line-height: 35px;
  }

  .banner-button {
    font-size: 14px;
  }

  #indexCenter {
    margin-top: 20px !important;
  }

  .fs-30 {
    font-size: 24px !important;
  }

  .fs-18 {
    font-size: 16px !important;
  }

  .responsive-ml-index {
    margin-left: 0px !important;
  }

  .index-sub-heading {
    font-size: 14px;
  }

  .white-btn-lg {
    padding: 16px 10px 10px 62px;
  }

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

  .orange-btn {
    width: 9rem;
    padding: 10px 5px;
    font-size: 14px;
  }

  .normal-text {
    font-size: 14px;
  }

  .responsive-ml-write {
    /* margin-left: 40px !important; */
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .responsive-service-margin {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .serviceMarginRes {
    margin-left: 0% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .list-unstyled-responsive {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .read-page-subheading {
    font-size: 16px;
  }

  .res-middle {
    margin-top: 5% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .contactUs-normal-text {
    font-size: 12px;
  }

  .responsive-contact-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .read-section-heading {
    font-size: 30px !important;
  }

  #hideHeader {
    display: none;
  }

  #showHeader {
    display: initial !important;
  }

  #us-res {
    display: none;
  }

  #us-res-links {
    display: none !important;
  }

  #us-res-mobile {
    display: block;
  }

  .aboutUs-subheader {
    margin-top: 5% !important;
  }

  .responsive-middle-read {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .imageDisplay {
    display: none;
  }

  .custom-display {
    display: none !important;
  }

  .custom-display-show {
    display: block !important;
  }

  .input-box-small {
    padding-left: 15% !important;
  }

  .res-weight {
    font-weight: 600;
  }

  /* .flexColumn {
    margin-top: 2% !important;
  } */
  #connect_section_img {
    margin-top: 5px;
  }

  .responsive-height-write {
    margin-top: 90px !important;
  }

  .responsive-height-write-new {
    margin-top: 40px !important;
  }

  .read-section .landing-block {
    min-height: 650px !important;
  }

  .resp-img {
    margin-top: 0px !important;
  }

  .less-weight {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.2;
  }

  .pts-sec4-images img{
    max-width: 60% !important;
  }

  .pts-section-4{
    background-size: 16rem !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .normalHeight {
    margin-top: 8% !important;
  }

  .bannerDiv {
    margin-left: 0px;
  }

  .masterClassMargin {
    margin-left: 0rem;
  }

  .imageDisplay {
    display: none;
  }

  .responsive-margin {
    flex: 0 0 80% !important;
    max-width: 80% !important;
    margin-left: 0px !important;
  }

  .res-cross {
    margin-left: -30px !important;
  }

  /* .horizontal-res { */
  /* top: 280px !important; */
  /* margin-left: -220px !important; */
  /* display: block;
    margin: 0 auto;
    position: relative !important;
  } */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .masterClassMargin {
    margin-left: 0rem;
  }

  .aboutUs-header {
    margin-top: 10rem;
  }

  .bannerDiv {
    margin-left: 0px;
  }

  .normalHeight {
    margin-top: 125px !important;
  }

  .bannerHeight {
    margin-top: 7%;
  }

  #res-mt-120 {
    margin-top: 20px;
  }

  .h2,
  h2 {
    font-size: 1.8rem !important;
  }

  .ipad-font {
    font-size: 18px !important;
    font-weight: 600;
  }

  #displayImage-index {
    display: none;
  }

  #res-check {
    display: none;
  }

  #res-check-ipad {
    display: flex !important;
  }

  .footer-margin {
    margin-top: 40%;
  }

  .responsive-contact {
    margin-top: -200px !important;
  }

  #margin-cummunity {
    height: 620px;
  }

  #res-icon-img {
    padding: 25px;
  }

  /* .input-icons {
    width: 100%;
  } */
  #getInTouch {
    margin-top: 42px;
  }

  .responsive-ml-write {
    margin-top: 20px;
  }

  .res-middle {
    margin-top: 10% !important;
  }

  #res-inner {
    padding: 120px 0px;
  }

  .inner {
    padding: 150px 0px;
  }

  #termsMargin {
    margin-right: -15px !important;
  }

  #faq-padding {
    margin-left: auto;
  }

  #reader_section_text {
    /* margin-top: 60px !important; */
  }

  #connect_section_text {
    margin-top: 35px !important;
  }

  #writer_section_text {
    margin-top: 30px !important;
  }

  .flexColumn {
    padding-top: 30px;
  }

  .responsiveColumn {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  #us-res-mobile {
    display: none !important;
  }

  #us-res {
    display: flex !important;
  }

  .flexSpaeEvenly {
    display: flex;
  }

  #us-res-links {
    margin-left: 10px !important;
    display: flex !important;
  }

  #displayImageRes {
    display: flex !important;
  }

  #reponsive-height-community {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: -130px;
  }

  #community-height {
    height: 402px;
  }

  #displayImageRes {
    margin-bottom: 50px;
  }

  #responsiveComm {
    width: 100% !important;
    margin-top: 50px !important;
  }

  .custom-display {
    display: none !important;
  }

  .custom-display-show {
    display: block !important;
  }

  .container {
    max-width: 100%;
  }

  /* For portrait layouts only */
  .container-fluid {
    width: 100% !important;
  }

  .app-section {
    margin-top: 0px !important;
  }

  .row {
    margin-right: 0px !important;
  }

  .col-md-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #indexPage {
    width: 100% !important;
  }

  #indexCenter {
    margin-left: 0px !important;
  }

  .app-orange-box {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .app-section {
    padding: 0px 0px !important;
  }

  .footer-block {
    width: 100% !important;
  }

  .landing-banner {
    width: 100% !important;
  }

  .middle-slider-flex {
    display: flex !important;
  }

  #responsive-ml {
    margin-left: 0px !important;
  }

  /* #responsive-fluid {
    width: 137% !important;
  } */
  #reponsive-height {
    margin-top: -100px;
  }

  .ml-auto,
  .mx-auto.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* .consume-card-write {
    height: 450px !important;
    width: 95% !important;
  } */
  .resp-block {
    display: block !important;
  }

  #displayImageWrite {
    display: flex !important;
  }

  #displayImageRead {
    display: flex !important;
  }

  #displayImage {
    display: none;
  }

  .row {
    margin-right: -15px !important;
  }

  .consume-card-write {
    height: 402px;
  }

  #reponsive-height {
    margin-top: -145px;
  }

  .img-responsive-writer {
    margin-left: -140px !important;
    width: 680px;
  }

  .read-section .landing-block {
    min-height: 580px !important;
  }

  #responsive-height {
    margin-top: 0px;
  }

  .img-responsive {
    margin-bottom: 0px !important;
  }

  #read-height {
    height: 430px;
  }

  #md-responsive {
    margin-bottom: 0px !important;
  }

  .responsive-middle-read {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: -55px;
  }

  .img-width-read {
    margin-bottom: 50px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .img-responsive-read {
    margin-left: -140px !important;
    width: 400px;
  }

  .res-landscape-read {
    margin-top: 200px;
  }

  .landingPageService {
    height: calc(100vh - 470px) !important;
  }

  #img-community {
    margin-left: -100px;
    width: 800px !important;
  }

  #res-img-read {
    margin-left: -95px !important;
    width: 400px !important;
  }

  .img-width {
    width: 100% !important;
    /* margin-left: -3% !important; */
  }

  /* .horizontal-res{
  margin-left: -140px !important;
  width: 650px !important;
} */
  .flexOnSmallScreen {
    /* margin-right: -115px !important; */
    width: 134%;
  }

  /* .pl-30p {
  padding-right: 0px !important;
} */
  .input-box-small {
    padding-left: 30% !important;
  }

  .crossButtonPosition {
    margin-left: 92%;
  }

  .list-unstyled-responsive {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .horizontal-res {
    margin-left: -140px !important;
    width: 470px !important;
    padding-top: 200px;
  }

  .app-img {
    width: 100%;
    top: -70px;
    left: 0px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .responsive-height-write {
    margin-top: 0px !important;
  }

  .responsive-height-write-new {
    margin-top: 0px !important;
  }

  #ipad-res-custom {
    width: 50%;
  }

  .community-section-heading {
    width: 115%;
  }

  #res-mt-120 {
    margin-top: 20px;
  }

  .flexOnSmallScreen {
    width: 134%;
  }

  .h2,
  h2 {
    font-size: 1.8rem !important;
  }

  .serviceMarginRes {
    margin-left: 5% !important;
  }

  .ipad-font {
    font-size: 18px !important;
    font-weight: 600;
  }

  #displayImage-index {
    display: none;
  }

  #res-check {
    display: none;
  }

  #res-check-ipad {
    display: flex !important;
  }

  .horizontal-res {
    width: 570px !important;
    margin-left: -26% !important;
    top: 330px !important;
  }

  #res-icon-img {
    padding: 30px;
  }

  #getInTouch {
    margin-top: 42px;
  }

  .desktop-res {
    margin-left: 0px !important;
  }

  #termsMargin {
    margin-right: -15px !important;
  }

  #faq-padding {
    margin-left: auto;
  }

  #reader_section_text {
    /* margin-top: 60px !important; */
  }

  #connect_section_text {
    margin-top: 35px !important;
  }

  #writer_section_text {
    margin-top: 30px !important;
  }

  .flexColumn {
    padding-top: 30px;
  }

  .responsiveColumn {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  #indexCenter {
    margin-top: 20px !important;
    margin-left: 0px;
  }

  #us-res-mobile {
    display: none !important;
  }

  #us-res-links {
    margin-left: 10px !important;
    display: flex !important;
  }

  /* #displayImageRes {
    display: block !important;
    margin-bottom: 50px;
  } */
  #reponsive-height-community {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: -100px;
  }

  #community-height {
    height: 402px;
  }

  #responsiveComm {
    width: 100% !important;
    margin-top: 0px !important;
  }

  .custom-display {
    display: none !important;
  }

  .custom-display-show {
    display: block !important;
  }

  .app-orange-box {
    margin-left: 0px !important;
  }

  #indexContainer {
    /* margin-left: 0px !important; */
  }

  /* For landscape layouts only */
  .consume-card-write {
    width: 100% !important;
  }

  .ml-auto,
  .mx-auto.mx-auto {
    left: 0;
    right: 0;

    /* position: absolute; */
    margin: auto;
    /* margin-left: 80px !important; */
    /* margin-right: auto !important; */
  }

  #responsive-ml {
    margin-left: 0px !important;
  }

  /* #displayImageWrite {
    display: block !important;
  }
  #displayImageRead {
    display: block !important;
  } */
  /* #displayImage {
    display: none;
  } */
  .middle-slider-flex {
    display: flex !important;
  }

  .img-width {
    width: 100% !important;
    /* margin-left: -3% !important; */
  }

  /* .horizontal-res {
    width: 700px !important;
    margin-left: -35% !important;
    top: 100px !important;
  } */
  .consume-card-write {
    height: 402px;
  }

  #reponsive-height {
    margin-top: -100px;
  }

  /* .img-width {
    width: 115% !important;
  }  */
  .list-unstyled-responsive {
    padding-left: 50px !important;
    /* padding-right: 25px !important; */
  }

  .landingPageService {
    height: 730px;
  }

  .img-responsive {
    margin-bottom: 0px !important;
  }

  #read-height {
    height: 402px;
  }

  #md-responsive {
    margin-bottom: 0px !important;
  }

  .responsive-middle-read {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .img-width-read {
    margin-bottom: 50px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #img-community {
    width: 800px !important;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .normalHeight {
    margin-top: 9% !important;
  }

  .responsive-height-write {
    margin-top: 120px !important;
  }

  .responsive-height-write-new {
    margin-top: 70px !important;
  }

  #ipad-res-custom {
    width: auto;
  }

  .community-section-heading {
    width: auto;
  }

  #res-mt-120 {
    margin-top: 20px;
  }

  #srevice-img-res {
    margin-left: 0px;
    width: 100% !important;
  }

  .h2,
  h2 {
    font-size: 2rem !important;
  }

  .flexOnSmallScreen {
    width: auto;
  }

  #displayImage-index {
    display: none;
  }

  #res-check {
    display: flex;
  }

  #res-check-ipad {
    display: none !important;
  }

  #displayImageWrite {
    display: block !important;
  }

  #displayImageRead {
    display: block !important;
  }

  #displayImage {
    display: none;
  }

  .middle-slider-flex {
    display: block !important;
  }

  #read-height {
    height: 860px;
  }

  .consume-card-write {
    height: 860px;
  }

  #reponsive-height {
    margin-top: -150px;
  }

  #reponsive-height-community {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: -130px;
  }

  #community-height {
    height: 890px;
  }

  #displayImageRes {
    display: block !important;
    margin-bottom: 50px;
  }

  .responsive-contact {
    margin-top: 0px !important;
  }

  #us-res-mobile {
    display: block !important;
  }

  #us-res-links {
    display: none !important;
  }

  .landingPageService {
    height: 600px !important;
  }

  .img-responsive-writer {
    margin-left: 0px;
    width: 270px;
  }

  .read-section .landing-block {
    min-height: 607px !important;
  }

  .img-responsive-writer {
    width: 500px;
    margin-left: 250px !important;
  }

  .res-landscape-img {
    margin-top: -240px;
  }

  .res-landscape-read {
    margin-top: -160px;
  }

  .horizontal-res {
    width: 500px !important;
    margin-left: 80px !important;
    top: -123px !important;
  }

  #img-community {
    width: 500px !important;
    margin-left: 250px !important;
  }

  .res-margin-comm {
    margin-top: -200px;
  }

  .app-img {
    left: 65px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .community-section-heading {
    width: 115%;
  }

  #res-mt-120 {
    margin-top: 20px;
  }

  .h2,
  h2 {
    font-size: 1.8rem !important;
  }

  .serviceMarginRes {
    margin-left: 5% !important;
  }

  .desktop-res {
    margin-left: 0px;
  }

  .ipad-font {
    font-size: 18px !important;
    font-weight: 600;
  }

  #reader_section {
    margin-top: 0px;
  }

  .responsive-contact {
    margin-top: 2% !important;
  }

  #displayImage-index {
    display: none;
  }

  #res-icon-img {
    padding: 30px;
  }

  #margin-cummunity {
    height: 935px;
  }

  #ipad-res {
    margin-top: 10vh !important;
  }

  .footer-margin {
    margin-top: 53%;
  }

  .horizontal-res {
    margin-left: -140px !important;
    width: 550px !important;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* .h2, h2 {
      font-size: 1.8rem;
  } */
  /* .serviceMarginRes {
      margin-left: 5% !important;
    } */
}

/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

.phone__icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -3%;
  border-radius: 999px;
  background: rgba(248, 153, 31, 0.15);
}

.icon__img {
  position: absolute;
  left: 26.29%;
  right: 51.63%;
  top: 24.47%;
}

.phone__text {
  margin-left: 32px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #3d3d3d;
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  .navbar-brand {
    margin-right: 10px !important;
    margin-left: 28px;
  }

  .nav-item {
    padding: 30px 30px;
  }
}

@media (max-width: 990px) {
  .marginAnchor {
    margin: 0;
  }

  .signup__button {
    margin-top: 10px;
  }
}

/* New Design Styles */

/* Landing Page */
.main-section{
  display: flex;
  margin-top: 3.6rem;
  flex-direction: column;
}

.section-1{
  display: flex;
  width: 100%;
}

.banner-image-1{
  width: 48rem;
}

.bold-text{
  font-family: 'Poppins Bold';
}

.sec1-left{
  padding: 5rem;
}

.sec1{
  width: 100%;
}

.sec1-right{
  display: flex;
  justify-content: flex-end;
}

.sec1-left-content{
  margin-top: 5rem;
}

.sec1-left-content .bold-content{
  display: flex;
  flex-direction: column;
  font-size: 44px;
}

.banner-text-holder span{
  font-family: 'poppins';
  line-height: 1.8;
}

.banner-text-holder{
  max-width: 80%;
}

.mt-one{
  margin-top: 1rem;
}

.mt-two{
  margin-top: 2rem;
}

.mt-three{
  margin-top: 3rem;
}

.mt-five{
  margin-top: 5rem;
}

.mt-ten{
  margin-top: 10rem;
}

.mt-seven{
  margin-top: 7rem;
}

.ml-two{
  margin-left: 2rem;
}

.m-zero{
  margin: 0 !important;
}

.mb-three{
  margin-bottom: 3rem;
}

.p-five{
  padding: 5rem;
}

.mb-five{
  margin-bottom: 5rem;
}

.banner-btns{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #f3f2f2 !important;
  background: #f3891f;
  padding: 0.6rem !important;
  width: 12rem;
  border: 2px solid #f3891f;
  box-sizing: border-box;
  border-radius: 4px;
}

/* Pitch To Studios | Producer | Critic ==> Common Styles */

.reveal{
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: all 0.5s ease;
}

.reveal.active{
  transform: translateX(0);
  opacity: 1;
}


.banner-btns-white{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #f8991f !important;
  background: transparent;
  border: #f8991f;
  padding: 0.6rem !important;
  width: 12rem;
  border: 1px solid #f8991f;
  box-sizing: border-box;
  border-radius: 4px;
}

.common-section-1{
  display: flex;
  /* padding: 3rem; */
}
.common-sec1-left{
  align-self: center;
}
.common-sec1-right{
  text-align: right;
}

.sec2-text .main-text{
  font-family: 'Poppins Bold';
  font-size: 35px;
  text-align: center;
}
.sec2-text .secondary-text{
  display: flex;
  justify-content: center;
}
.secondary-text div{
  font-family: 'poppins';
  max-width: 50%;
  font-size: 15px;
  text-align: center;
}

.common-bold-content{
  font-family: 'Poppins Bold';
  font-size: 48px;
  color: #3d3d3d;
}

.sec2-video{
  text-align: center;
}

.s3{
  display: flex;
}
.s3-image img{
  width: 30rem;
}

.s3-text{
  align-self: center;
}
.s3-text .main-text{
  font-family: 'Poppins Bold';
  font-size: 35px;
  color: #f8991f;
}
.s3-text .secondary-text{
  font-family: 'Poppins';
  font-size: 18px;
  color: #3d3d3d;
  margin-top: 2rem;
  line-height: 1.8;
}
.s3-sec2 .s3-image{
  text-align: right;
}

/* Pitch To Studio Specific */

.pts-banner{
  width: 30rem;
}
.pts-sec4-text{
  text-align: center;
}
.pts-sec4-text .main-text{
  font-family: 'Poppins Bold';
  font-size: 35px;
}
.pts-sec4-text .secondary-text{
  display: flex;
  justify-content: center;
}

.pts-sec4-text .secondary-text div{
  font-size: 'poppins';
  font-size: 18px;
  line-height: 1.8;
  width: 70%;
  color: #3d3d3d;
}
.pts-sec4-images{
  display: flex;
  flex-wrap: wrap;
}
.pts-sec4-images img{
  margin-top: 1rem;
  max-width: 95%;
}
.pts-sec4-images div{
  text-align: center;
}
.pts-section-4{
  background-image: url('../images/Pencil\ V2\ Resources/carousel-image.svg');
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.pts-section-5{
  background: #f7f7f7;
  padding: 2rem;
}
.carousel_card{
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.carousel_card .review-text{
  font-family: 'poppins';
  font-size: 18px;
  max-width: 80%;
  color: #3d3d3d;
}
.carousel_card .review-user{
  text-align: center;
  font-family: 'Poppins Bold';
  color: #f8991f;
  margin-top: 1rem;
}

.review-user-type{
  font-family: 'poppins';
  color: #3d3d3d;
}

.review-user-image img{
  width: 5rem;
}
.review-user-image{
  width: 4rem;
  height: 4rem;
  background-image: url('../images/Pencil\ V2\ Resources/demo-person.jpg');
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1rem;
}
.carousel7{
  cursor: pointer;
}
.disabled{
  display: none !important;
}

.review-user{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-reviews{
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: calc(7%) 0;
  z-index: 1;
}

.review-carousel{
  max-width: 70%;
  display: flex;
}

.carousel-bg img{
  width: 100%;
}

.pts-section-6{
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pts-sec6-heading{
  display: flex;
  justify-content: center;
  font-family: 'Poppins Bold';
  font-size: 35px;
}

.pts-sec6-content{
  display: flex;
}

.pts-sec6-content .col{
  text-align: center;
}

.pts-sub{
  font-family: 'Poppins Semibold';
  font-size: 25px;
}

.pts-content{
  font-family: 'poppins';
  line-height: 1.8;
  color: #3d3d3d;
  display: flex;
  justify-content: center;
}

.pts-content div{
  max-width: 70%;
}

.pricing-plans{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-heading{
  font-family: 'Poppins Bold';
  font-size: 35px;
}

.price-sub-heading{
  font-family: 'poppins';
  color: #3d3d3d;
}

.pricing-buttons{
  display: flex;
  justify-content: center;
}

.pts-buttons{
  display: flex;
  border: 2px solid #8c8c8c;
  border-radius: 8px;
}

.monthly, .annual{
  font-family: 'Poppins Semibold';
  padding: 1rem 3rem;
  cursor: pointer;
}

.monthly{
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 6px 0 0 6px;
}
.annual{
  background-color: #d9d9d9;
  color: #3d3d3d;
  border-radius: 0 6px 6px 0;
}
.plan-discount{
  font-family: 'Poppins Semibold';
  background-image: url(../images/Pencil\ V2\ Resources/price-tag.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding: 0.5rem 2rem;
}

.pricing-options{
  display: flex;
  justify-content: center;
}

.plan-cards{
  display: flex;
  width: 80%;
  margin: 0 2rem;
}

.plan-cards .col{
  text-align: center;
  margin: 0 2rem;
}

.plan-features{
  display: flex;
  flex-direction: column;
}

.plan-feature{
  margin-top: 1rem;
  font-family: 'poppins';
  color: #3d3d3d;
}

.plan-type{
  font-family: 'Poppins Semibold';
  color: #404040;
  font-size: 18px;
}

.plan-info{
  border: 3px solid #c6c6c6;
  border-radius: 8px;
  margin-top: -5.5rem;
}

.plan-actions{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem 0.3rem 0.3rem 0.3rem;
  background-color: #fee9cf;
}

#plan-info-2{
  border: 3px solid #f8991f;
}

#optimum-user-1{
  stroke: #f8991f;
}

#optimum-user-2{
  stroke: #f8991f;
  fill: #f8991f;
}

.price-bold{
  font-family: 'Poppins Bold';
}

.dollar-price-row{
  display: flex;
  max-width: max-content;
}

#plan-price{
  font-size: 35px;
}

.dollar-price-row .col{
  margin: 0;
  padding: 0 0.1rem;
  max-width: max-content;
}

.dollar-price-row .col:first-of-type{
  font-size: 20px;
  align-self: center;
}

.dollar-price-row .col:last-of-type{
    font-family: 'poppins';
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-size: 8px;
    letter-spacing: 1px;
    color: #3d3d3d;
    margin-left: 0.5rem;
    justify-content: flex-start;
    align-self: center;
}

.get-started{
  padding: 0.5rem 1.5rem;
  border: 1px solid #3d3d3d;
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  max-width: max-content;
}

.plan-action{
  text-align: -webkit-center;
  width: 100%;
}

.price-card{
  cursor: pointer;
}

.pts-wrapper{
  display: flex;
}

.pts-wrapper .cb-1 img{
  margin-left: calc(50%);
}

.pts-wrapper .cb-2{
  align-self: flex-end;
}

.pts-wrapper .cb-2 img{
  margin-left: calc(-50%);
}

.owl-dots .owl-dot.active span{
  background-color: #f8991f !important;
}

.carousel-buttons{
  display: flex;
  justify-content: center;
}

.carousel-buttons div{
  max-width: max-content;
  margin-left: 1rem;
}

.carousel-buttons div span{
  margin: 0 0.5rem;
  cursor: pointer;
}



.prices .col-md-6{
  text-align: center;
}

.pricing-footer a{
  display: flex;
  justify-content: center;
}

.pricing-footer a:hover{
  text-decoration: none !important;
}

.pricing-footer{
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.prices .price-heading{
  font-family: 'Poppins Bold';
  text-align: center;
  font-size: 30px;
}

.prices .pricing-body{
  font-family: 'Poppins Semibold';
  color: #3d3d3d;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pricing-body div{
  max-width: 70%;
}



.pricing-button{
  padding: 0.5rem 2rem;
  background: #f8991f;
  color: #fff;
  border: 0.5rem #f8991f;
  border-radius: 6px;
  max-width: max-content;
  font-family: 'Poppins Semibold';
  cursor: pointer;
  text-align: center;
}

.price-validity{
  font-family: 'poppins';
}

.pricing-note .note, .pricing-note .note-text{
  width: 100%;
}

.pricing-note{
  padding: 1rem;
  border: 1px solid #3d3d3d;
  border-radius: 6px;
  border-color: #3d3d3d;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.note{
  font-family: 'Poppins Semibold';
  font-size: 18px;
  color: #fff;
}

.note-text{
  font-family: 'Poppins';
  color: #3d3d3d;
}

.pricing-icon{
  margin-left: 0.5rem;
  cursor: pointer;
}

.tooltip-inner {
  background-color: #fff !important;
  color: #3d3d3d !important;
  font-family: 'poppins';
  border: 1px solid #f8991f;
  padding: 15px;
}

.tooltip .arrow::before{
  border-right-color: #f8991f !important;
}

.prices .pricing-footer{
  display: none;
}

#create-pitch-modal .modal-header, #create-pitch-modal .modal-footer{
  border: none;
}

#create-pitch-modal .modal-body{
  text-align: center;
  font-family: 'Poppins Semibold';
  font-size: 20px;
}

#create-pitch-modal .modal-footer button{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #f3f2f2 !important;
  background: #f8991f;
  padding: 0.6rem !important;
  width: 12rem;
  border: 2px solid #f8991f;
  box-sizing: border-box;
  border-radius: 4px;
}

#create-pitch-modal .modal-footer{
  display: flex;
  justify-content: space-evenly;
}

#bs-alert {
  position: fixed;
  top: 6rem;
  right: 1rem;
  margin: 0;
  background-color: #3d3d3d;
  color: #fff;
  font-family: 'poppins';
  border-color: #3d3d3d;
  transition:all 0.5s;
  opacity: 0;
}

.alert-main-div{
  display: flex;
}

.alert-main-div .alert-div:last-of-type{
  margin-left: 0.5rem;
}
.alert-main-div .alert-div:first-of-type a{
  color: #f8991f;
}

.alert-button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
}

.alert-button:focus{
  outline: none;
}

#sign-up-button{
  max-width: max-content;
}

/* Pitch To Studio Ends */



/* Critic */

.critic-banner{
  width: 50rem;
}

/* Critic Ends */



/* Producer */

.producer-main-section .common-bold-content{
  max-width: 70%;
}

.producer-main-section .banner-btns{
  width: 16rem;
}

/* Producer Ends */
.section-2 {
  background: url('../images/Pencil V2 Resources/banner2.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  font-family: 'poppins';
}

.section-2 #carousel6{
  display: none !important;
}

#card-1, #card-2, #card-3{
  padding: 3rem;
  margin: 3rem 0;
}

.cardd{
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  height: 100%;
}

.cardd .col{
  max-width: max-content;
  align-self: center;
  padding: 0.5rem;
  height: 100%;
}

.cardd .col:first-of-type{
  display: flex;
}

.carousel-anchor{
  text-decoration: none;
  color: #000;
}

.carousel-anchor:hover{
  text-decoration: none;
  color: #000;
}

.card-right div:first-of-type{
  font-family: 'Poppins Semibold';
  font-size: 18px;
}

.card-right div:last-of-type{
  font-family: 'poppins';
  font-size: 14px;
  line-height: 1.8;
}

.section-3{
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
}


.sec3-text div:first-of-type{
  font-family: 'Poppins Bold';
  font-size: 44px;
  text-align: center;
}

.sec3-text div:last-of-type{
  font-family: 'poppins';
  font-size: 16px;
  text-align: center;
  color: #7b747e;
  display: flex;
  justify-content: center;
}

.sec3-text div:last-of-type div{
  max-width: 50%;
}

.banner-video{
  display: flex;
  justify-content: center;
}

.video-js{
  border-radius: 12px;
  width: 1200px;
  height: 490px;
  object-fit: cover;
}

.banner-buttons a:hover{
  text-decoration: none !important;
}

.pts-image img{
  width: 25rem;
  height: 16rem;
}

#potrait-banner{
  display: none;
}

.producer-banner{
  width: 100%;
}

.contactUs-container .phone__icon svg{
  position: absolute;
  top: 5px;
  left: 5px;
  color: #f8991f;
}

.contactUs-container .address{
  margin-left: 3rem;
  max-width: 80%;
}

.getInTouch .phone__text{
  margin-left: 3rem;
}

.getInTouch .phone__icon{
  left: 0;
}


@media screen and (max-width: 1600px){
  .user-reviews{
    margin: calc(10%) 0 !important;
  }
}

@media screen and (max-width: 1500px){
  .banner-image-1{
    width: 45rem;
  }
  #card-1, #card-2, #card-3{
    padding: 1rem;
  }
  .card-right{
    padding: 0;
  }
  .banner-text-holder{
    width: 100%;
  }
  .plan-user-image svg{
    width: 9rem;
  }
  .plan-type{
    margin-top: 7rem;
  }
  .plan-features{
    margin-top: 2rem;
  }
  .plan-actions{
    margin: 2rem 0.3rem 0.3rem 0.3rem;
  }
  .plan-cards #plan-card{
    margin: 0 1rem;
  }
  .pts-section-6{
    padding: 1rem;
  }
  .critic-banner{
    width: 40rem;
  }
}

@media screen and (max-width: 1400px){
  .producer-banner{
    width: 35rem;
  }
  .producer-main-section .common-bold-content{
    max-width: 80%;
  }
}

@media screen and (max-width: 1330px){
  .bold-content{
    font-size: 40px;
  }
  .pts-main-section .banner-btns:last-of-type{
    margin-left: 0.5rem;
  }
  .sec1-left{
    padding: 5rem 0 0 5rem;
  }
  .video-js{
    width: 880px;
    height: 360px;
  }
  .banner-image-1{
    width: 35rem;
  }
  .sec1-left-content{
    margin-top: 3rem;
  }
  .cardd{
    flex-direction: column;
  }
  .card-right div:first-of-type{
    text-align: center;
  }
  .card-right div:last-of-type{
    text-align: justify;
  }
  .plan-user-image svg{
    width: 8rem;
  }
  .plan-cards{
    width: 100%;
    margin: 0;
  }
  .pts-section-6{
    padding: 0;
  }
  .cardd .col img, .cardd.col{
    height: max-content;
  }
  .pts-image img{
    width: 23rem;
  }
}

@media screen and (max-width: 1250px){
  .critic-banner{
    width: 35rem;
  }
  .producer-banner{
    width: 30rem;
  }
  .cb-1, .cb-2{
    display: none;
  }
  .pts-image img{
    width: 20rem;
    height: 13rem;
  }
}

@media screen and (max-width: 1050px){
  .section-1{
    flex-direction: column;
  }

  #landscape-banner{
    display: none;
  }

  #potrait-banner{
    display: block;
  }
  .sec1-right{
    margin-top: 2rem;
  }
  .banner-image-1{
    width: 100%;
    /* max-width: 80%; */
  }
  .sec1-left{
    padding: 2rem 2rem 1rem 2rem;
  }
  .landing-page-sec1 .sec1-left-content{
    text-align: center;
  }
  .landing-page-sec1 .banner-buttons{
    justify-content: center;
  }
  #pitch-to-studio{
    margin-left: 2rem;
  }
  .banner-text-holder{
    max-width: 100%;
  }
  .section-2{
    margin-top: 2rem;
  }
  .section-2 .row:first-of-type{
    display: none;
  }
  .section-2 #carousel6{
    display: block !important;
  }
  .section-2 .owl-nav{
    display: none !important;
  }
  .section-3{
    margin-top: 3rem;
  }
  .video-js{
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .banner-video{
    margin: 3rem 2rem 0 2rem;
  }
  .banner-buttons{
    display: flex;
  }
  .cardd{
    max-width: 75%;
    height: 22rem;
  }
  .cards{
    text-align: -webkit-center;
  }
  .producer-main-section .common-section-1{
    flex-direction: column;
    text-align: center;
  }
  .producer-main-section .banner-buttons{
    justify-content: center;
  }
  .producer-main-section .common-sec1-right{
    text-align: center;
    margin-top: 2rem;
  }
  .producer-banner{
    max-width: 80%;
    width: auto;
  }
  .producer-main-section .common-bold-content{
    max-width: 100%;
  }
}

@media screen and (max-width: 1120px){
  .pts-main-section .common-section-1 .banner-buttons{
    display: flex;
    flex-direction: column;
  }
  .pts-main-section .common-section-1 .banner-buttons a:first-of-type button{
    margin-left: 0;
  }
  .banner-btns-white{
    margin: 1rem 0 0 0;
  }

  .s3-image img{
    width: 25rem;
  }

  #plan-card{
    margin: 0;
  }

  .pts-image img{
    width: 18rem;
  }

  .critic-main-section .common-section-1{
    flex-direction: column;
  }

  .critic-main-section .common-section-1 .common-sec1-left, .critic-main-section .common-section-1 .common-sec1-right{
    text-align: center;
  } 

  .critic-main-section .banner-buttons{
    align-items: center;
    justify-content: center;
  }

  .critic-main-section .banner-text-holder{
    max-width: 100%;
  }

  .critic-main-section .common-sec1-right{
    margin-top: 5rem;
  }

  .critic-main-section .common-sec1-right img{
    max-width: 100%;
    width: auto;
  }

  .banner-btns:first-of-type{
    margin-left: 0 !important;
  }

  .banner-btns:last-of-type{
    margin-left: 1rem;
  }
}

@media screen and (max-width: 800px){
  .pts-sec6-content{
    flex-direction: column;
  }
  .pts-sec6-content .col{
    margin-top: 5rem;
  }
  .pts-sec6-content .col:first-of-type{
    margin-top: 0;
  }
  .pts-image img{
    width: 8rem;
  }

  .pts-sub, .pts-content{
    margin-top: 1rem;
  }

  .pts-banner{
    width: 25rem;
  }

  .s3-image img{
    width: 20rem;
  }

  .producer-banner{
    max-width: 100%;
    width: auto;
  }

  .producer-main-section{
    padding: 3rem;
  }

  .carousel_card{
    padding: 1rem;
  }

  .pts-image img{
    width: auto !important;
    height: 14rem !important;
  }
}

@media screen and (max-width: 740px){
  .monthly, .annual{
    padding: 1rem;
  }
  .plan-discount{
    font-size: 10px;
  }
}

@media screen and (max-width: 571px){
  .tooltip .arrow::before{
    border-left-color: #f8991f !important;
  }
}

@media screen and (max-width: 560px){
  .pts-banner, .s3-image img{
    max-width: 100%;
  }
  .pts-main-section{
    padding: 2rem;
  }

  .critic-main-section{
    padding: 1rem !important;
  }

  .producer-main-section{
    padding: 1rem !important;
  }

  .cardd{
    height: 25rem;
  }
}

@media screen and (max-width: 481px){
  .contactUs{
    margin-top: 30vh;
  }
}

@media screen and (max-width: 470px){
  .pts-main-section{
    padding: 1rem;
  }
  .landing-page-buttons button{
    width: 10rem;
  }
  .landing-page-buttons a:last-of-type button{
    margin-left: 0.5rem;
  }
  .landing-page-sec1 .sec1-left{
    padding: 1rem;
  }

  .lp-main{
    margin-top: 1.5rem;
  }
  .cardd{
    height: 28rem;
  }
}

@media screen and (max-width: 420px){
  .monthly, .annual{
    padding: 0.5rem;
  }
  .plan-discount{
    font-size: 8px;
  }
}