@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css');
@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;*/
* {
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #374151;
}
html {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
.subPlansOuter {
    margin-top: 50px;
}
.subPlanCntnt {
    text-align: center;
}
.subPlanCntntInr * {
    color: #7a808c;
}
.subPlanCntntInr {
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 35px 25px;
    color: #7a808c;
}
.subPlanCntnt ul {
    margin: 0;
    list-style: none;
    text-align: left;
}
.subPlanCntnt ul li {
    margin: 0 0 8px;
    position: relative;
    padding-left: 26px;
}
.subPlanCntnt ul li:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../images/check-mark.png');
    background-size: cover;
    opacity: 0.6;
}
.subPlanCntntInr {
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 35px 25px 90px;
    color: #7a808c;
    height: 100%;
    position: relative;
}
.subPlanCntntInr h2 {
    color: #1E1E2D;
    font-weight: bold;
}
.priceRange {
    margin: 35px 0;
}
.descText p {
    font-size: 17px;
    color: #7a808c;
}
.priceRange span {
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    vertical-align: baseline;
}
.getStartBtn {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 25px 25px;
}
.getStartBtn a {
    background: #FFB800;
    border: 1px solid #FFB800;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.getStartBtn a:hover {
    background-color: #dd2529;
    border-color: #dd2529;
    color: #fff;
    text-decoration: none;
}
.landingMainOtr * {
    font-family: 'Poppins', sans-serif;
}
.landingMainOtr {
    display: flex;
    flex-direction: row;
    background: #F5F5F5;
    min-height: 100vh;
 }
.leftMenubar {
    z-index: 99;
    height: 100%;
    width: 355px;
    background: #FFFFF6;
    padding: 25px 0 50px;
    left: 0;
    top: 0;
    position: fixed;
}
.logoOuter {
    padding: 0 15px 25px;
    text-align: center;
}
.logoOuter img {
    width: 112px;
    height: auto;
    margin-bottom: 18px;
    border: 5px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}
.leftMenubar .closeMenu {
    display: none;
    position: absolute;
    right: 30px;
    top: 45px;
}
.closeMenu img {
    height: 20px;
    width: auto;
    opacity: 0.6;
}
.leftMenubar ul {
    list-style: none;
    margin: 0;
}
.leftMenubar ul li {
    list-style: none;
}
.leftMenubar ul li  a {
    padding: 20px 20px 20px 66px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #7a808c;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.leftMenubar ul li  a:hover {
    background: #FFF6E1;
    box-shadow: inset 3px 0px 0px #FCB821;
    color: #333333;
    text-decoration: none;
}
.leftMenubar ul li  a:before {
    position: absolute;
    content: "";
    left: 32px;
    top: 28%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-image: url(../images/dummy-img.png);
}
.leftMenubar ul li a:hover:before {
    background-position: bottom center;
}
.leftMenubar ul li a.billing:before {
    background-image: url('../images/credit-card.png');
}
.leftMenubar ul li a.help:before {
    background-image: url('../images/help-icon.png');
}
.leftMenubar ul li a.privacyP:before {
    background-image: url('../images/privacy-icon.png');
}
.leftMenubar ul li a.termsUse:before {
    background-image: url('../images/termsUse-icon.png');
}
.leftMenubar ul li a.features:before {
    background-image: url('../images/features-icon.png');
}
.leftMenubar ul li a.testiNav:before {
    background-image: url('../images/review-icon.png');
}
.leftMenubar ul li a.tryBye:before {
    background-image: url('../images/try-icon.png');
}
.leftMenubar ul li a.cotactNav:before {
    background-image: url('../images/phone-icon.png');
}
.landingCntnt {
    background: #FEFEFE;
    width: 100%;
    position: relative;
    padding-left: 380px;
    padding-right: 15px;
}
 .mainBtn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
}
 .mainBtn:hover {
    text-decoration: none;
    color: #fff;
}
.mainBtn.blackBtn {
    background: #000;
}
.mainBtn.blueBtn {
    background: #2977c9;
}
 .logoOuter img {
    width: 112px;
    height: auto;
    margin-bottom: 18px;
}
.signupBanner,
.emailBlkingOuter,
.contactOuter {
    padding: 95px 0;
    background-image: url('../images/yellow-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-color: #fef157;
}
.signupBanner .imgOuter img {
    width: 412px;
    height: auto;
}
.signupBanner h2 {
    color: #e42610;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.signupBanner p {
    font-size: 24px;
    color: #878889;
    font-weight: 300;
    margin-bottom: 35px;
}
.signupBanner .imgOuter {
    text-align: center;
}
.infoText {
    padding: 142px 25% 95px;
    color: #6b9bce;
    text-align: center;
}
.infoText h2 {
    color: #2977c9;
    line-height: 48px;
}
.infoText p {
    font-size: 20px;
    font-weight: 300;
    color: #6b9bce
}
.lRCntnt {
    padding: 95px 0;
}
.lRtxt p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
    color: #878889;
}
.lRimg {
    text-align: center;
}
.lRimg img {
    border: 2px solid #000;
}
.landingHeading {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 25px;
}
.emailBlkingOuter h4 {
    color: #2977c9;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
.ebfeatures {
    padding-top: 65px;
}
.ebImgOuter {
    margin-bottom: 25px;
}
.ebImgOuter img {
    width: auto;
    height: 192px;
}
.ebfeatures h3 {
    color: #e42610;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.ebfeatures p {
    color: #878889;
    font-size: 18px;
    font-weight: 300;
}
.peopleSayOuter {
    background-color: #eade0b;
    padding: 95px 0;
}
.peopleSayOuter h2.landingHeading {
    color: #000;
}
.peopleSayOuter p {
    font-size: 20px;
    font-weight: 300;
    color: #878889;
}
.testimonialOuter {
    margin-top: 85px;
}
.testiImgOuter {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto auto 30px;
}
.testimonialOuter * {
    color: #878889;
}
.testimonialOuter p {
    font-size: 16px;
    margin-bottom: 20px;
}
.testimonialOuter h3.userName {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.testimonialOuter span.desiganation {
    font-size: 14px;
    font-weight: 400;
}
.landingMainOtr .subPlansOuter {
    padding: 95px 0;
    text-align: center;
}
.subPlanRow {
    justify-content: center;
}
.subPlansOuter .landingHeading {
    margin-bottom: 65px;
}
.landingMainOtr .subPlanCntntInr {
    box-shadow: 0 18px 26px -12px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 18px 26px -12px rgb(0 0 0 / 25%);
}
.landingMainOtr .subPlanCntntInr h2 {
    font-size: 24px;
    color: #878889;
    margin-bottom: 16px;
}
.landingMainOtr .descText p {
    color: #878889;
    font-size: 16px;
}
.landingMainOtr .priceRange span {
    color: #878889;
    font-weight: 500;
    font-size: 36px;
 }
.landingMainOtr .subPlanCntnt ul li {
    font-weight: 300;
}
.swithBtnOuter {
    margin-bottom: 35px;
}
.switchBtn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0 12px;
}
.switchBtn input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switchSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #000;
}
.switchSlider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 4px;
    bottom: 2px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}
input:focus + .switchSlider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .switchSlider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.switchSlider.round {
  border-radius: 34px;
}
.switchSlider.round:before {
  border-radius: 50%;
}
.landingFooter {
    padding: 65px 0;
}
.logoLinks {
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.logoLinks img {
    height: 96px;
    width: auto;
}
.logoLinks ul {
    list-style: none;
    margin: 0;
}
.logoLinks ul li {
    margin: 0 16px;
    display: inline-block;
    vertical-align: top;
}
.logoLinks ul li a {
    text-decoration: none;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}
.logoLinks ul li a:hover {
    text-decoration: underline;
}
.copyrightSocial p {
    font-size: 16px;
    font-weight: 300;
    color: #878889;
}
.copyrightSocial a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.copyrightSocial a img {
    height: 16px;
    width: auto;
    opacity: 0.6;
}
.mobHeader {
    padding: 15px;
    display: none;
}
.mobHeader img {
    width: 112px;
    height: auto;
}
.mobHeader .burgerMenu img {
    width: 32px;
    height: auto;
}
.burgerMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobHeader .burgerMenu img {
    width: auto;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}
/*privacy page*/
.privacyCntntOuter {
    padding-top: 95px;
}
.privacyCntntOuter .landingHeading {
    font-size: 26px;
}
.privacyCntntOuter .landingHeading span {
    display: block;
    vertical-align: top;
}
.privacyCntntOuter ul {
    padding-left: 20px;
    margin-bottom: 25px;
}
.privacyCntntOuter ul li {
    margin-bottom: 18px;
}
.privacyCntntOuter h2,
.privacyCntntOuter h3 {
    margin: 35px 0 15px;
    font-size: 19px;
    font-weight: bold;
}
.subHeadItalic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.privacyCntntOuter p {
    margin-bottom: 25px;
}
.privacyCntntOuter h3 {
    margin-bottom: 30px;
}
.privacyCntntOuter h3 span.subText {
    display: block;
    vertical-align: top;
    margin: 30px 0;
}
.privacyCntntOuter p + ul {
    margin-top: -22px;
}
.conditionalLoc {
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 30px !important;
    font-weight: 500;
}
.privacyCntntOuter h4 {
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0;
}
.privacyCntntOuter table {
    border: 1px solid #374151;
}
.privacyCntntOuter table th,
.privacyCntntOuter table td {
    padding: 10px;
    border: 1px solid #374151;
}
.privacyCntntOuter table td:last-child {
    text-align: center;
}
/*contact page start*/
.contactOuter {
    text-align: center;
    min-height: 66%;
    height: auto;
}
.contactInr {
    max-width: 450px;
    width: 100%;
    margin: auto;
}
.landingMainOtr .landingFooter .container {
    max-width: 100%;
}
.contactInr h1 {
    font-size: 24px;
}
.contactForm {
    text-align: left;
    margin-top: 45px;
    position: relative;
}
.submitBtn {
    width: 100%;
    border: none;
    color: #fff;
    box-shadow: rgb(17 17 17 / 4%) 0px 0px 6px 0px, rgb(17 17 17 / 4%) 0px 4px 8px 0px;
    background-color: rgb(33, 38, 46);
    padding: 12px;
    border-radius: 4px;
}
.fieldOuter {
    margin-bottom: 25px;
}
.fieldOuter input, .fieldOuter textarea {
    width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    padding: 8px 12px;
}
.fieldOuter textarea {
    height: 120px;
    resize: none;
}
.fieldOuter label {
    margin-bottom: 7px;
    display: block;
    vertical-align: top;
    font-weight: bold;
    color: #616161;
    font-size: 13px;
}
.contactInr h1 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.errorMsg {
    display: none;
}
.errorMsg p {
    color: red;
    font-size: 14px;
    margin: 0;
}
.loadingOuter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999;
    display: none;
}
.loadingInr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingOuter img {
    display: inline-block;
    vertical-align: top;
    height: 80px;
}
.alertMessage {
    position: fixed;
    bottom: 55px;
    left: 40px;
    display: none;
    z-index: 999;
}
.alertMessageInr {
    background-color: #22C55E;
    border: 1px solid #22C55E;
    border-radius: 6px;
    padding: 12px 22px 12px 48px;
    background-image: url('../images/email-icon.png');
    background-repeat: no-repeat;
    background-position: 22px 16px;
    display: flex;
    flex-direction: row;
}
.alertMessageInr .amMsg {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    width: 258px;
}
/*media query start*/
@media screen and (max-width: 1350px) {
.signupBanner h2 {
    font-size: 20px;
}
.signupBanner p {
    font-size: 20px;
}
.signupBanner .imgOuter img {
    width: 300px;
}
.infoText {
    padding: 142px 12% 95px;
}
.landingHeading {
    font-size: 28px;
    line-height: 38px;
}
.lRtxt p {
    font-size: 17px;
}
.mainBtn {
    padding: 10px 30px;
    font-size: 14px;
}
.landingHeading {
    font-size: 25px;
    line-height: 32px;
}
.emailBlkingOuter h4 {
    font-size: 25px;
    line-height: 35px;
}
.landingHeading {
    font-size: 23px;
    line-height: 30px;
}
.ebfeatures p {
    font-size: 15px;
}

}
@media screen and (max-width: 1200px) {
.infoText {
    padding: 92px 4% 75px;
}
.infoText h2 {
    line-height: 32px;
}
.lRCntnt {
    padding: 35px 0;
}
.subPlanRow .subPlanCntnt {
    flex: none;
    max-width: 47%;
}
.landingMainOtr .subPlansOuter {
    padding: 45px 0 90px;
}
.copyrightSocial p {
    font-size: 12px;
}

}
@media screen and (max-width: 992px) {
.mobHeader {
    display: block;
}
.leftMenubar {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.showMenu .leftMenubar {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.showMenu .leftMenubar .closeMenu {
    display: block;
}
.landingCntnt {
    padding-left: 0;
}

}
@media screen and (max-width: 767px) {
.lRtxt, .lRimg {
    padding: 25px 0;
    text-align: center;
}
.signupBanner .imgOuter {
    margin-top: 55px;
}

}
@media screen and (max-width: 640px) {
.subPlanRow .subPlanCntnt {
    flex: none;
    max-width: 100%;
    margin-bottom: 35px;
}
.lRCntnt {
    padding: 35px 15px;
}
.testimonialOuter .col-md-4 {
    margin-bottom: 65px;
}
.testimonialOuter .col-md-4:last-child {
    margin-bottom: 0;
}
.landingFooter {
    text-align: center;
}
.landingFooter .text-right {
    text-align: center !important;
}
.logoLinks img {
    margin-bottom: 25px;
}

}
@media screen and (max-width: 480px) {
.mobHeader .col-sm-6 {
    max-width: fit-content;
}
.mobHeader .col-sm-6.burgerMenu {
    margin-left: auto;
}

}
/*media query end*/