/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
body.mega-menu-mobile_menu-mobile-open {
  overflow: hidden;
}

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 123;
}
#header-wrapper .custom-container {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media all and (max-width: 1399px) {
  #header-wrapper .custom-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#header-wrapper .custom-container .site-logo img {
  width: 200px;
}
@media all and (max-width: 1399px) {
  #header-wrapper .custom-container .site-logo img {
    width: 155px;
  }
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li {
  color: #000;
  font-size: 16px;
}
@media all and (max-width: 1499px) {
  #header-wrapper .custom-container .navigation-container #mega-menu-main_menu li {
    font-size: 12px;
  }
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li:not(:last-of-type) {
  padding-right: 15px;
}
@media all and (max-width: 1199px) {
  #header-wrapper .custom-container .navigation-container #mega-menu-main_menu li:not(:last-of-type) {
    padding-right: 0;
  }
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li a {
  color: #333333;
  font-weight: 500 !important;
  padding: 10px 15px !important;
  background: transparent;
  border-radius: 99px !important;
  line-height: normal !important;
  height: auto !important;
}
@media all and (max-width: 1199px) {
  #header-wrapper .custom-container .navigation-container #mega-menu-main_menu li a {
    font-size: 14px;
  }
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li a:hover, #header-wrapper .custom-container .navigation-container #mega-menu-main_menu li a:focus {
  background: #CFE9FF !important;
  transition: all 0.4s ease;
  color: #0066b3 !important;
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li a.active {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  #header-wrapper .custom-container .navigation-container #mega-menu-main_menu li a {
    font-size: 12px;
  }
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li.mega-current-menu-ancestor > a {
  background: #CFE9FF !important;
  color: #0066b3 !important;
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li.mega-current-menu-item a {
  background: #CFE9FF !important;
  color: #0066b3 !important;
}
#header-wrapper .custom-container .navigation-container #mega-menu-main_menu li.mega-current-menu-item a .mega-menu-title span:after {
  background: #fff !important;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  border-radius: 12px !important;
  min-height: 100px;
  display: flex;
  align-items: center;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  padding-left: 48px;
  margin-top: -15px;
  font-style: normal;
  line-height: 1.4;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu a.mega-menu-link .mega-description-group .mega-menu-title,
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu a.mega-menu-link .mega-description-group .mega-menu-description {
  line-height: 1;
  display: flex;
  align-items: flex-start;
  text-transform: capitalize;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 52px;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu #mega-menu-main_menu .mega-menu-item-has-children .mega-sub-menu .mega-menu-row > ul.mega-sub-menu {
  display: flex;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu a.no-design {
  text-decoration: underline !important;
  color: #0066b3 !important;
  font-weight: 500 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
#header-wrapper .custom-container .navigation-container #mega-menu-wrap-main_menu a.no-design:hover {
  background-color: transparent !important;
}
#header-wrapper .custom-container .navigation-container .menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
#header-wrapper .custom-container .navigation-container .menu li {
  color: #000;
  font-size: 16px;
}
#header-wrapper .custom-container .navigation-container .menu li:not(:last-of-type) {
  padding-right: 15px;
}
#header-wrapper .custom-container .navigation-container .menu li a {
  color: #333333;
  font-weight: 500;
  padding: 10px 15px;
  background: transparent;
  border-radius: 99px;
  font-size: 14px;
}
@media all and (max-width: 1199px) {
  #header-wrapper .custom-container .navigation-container .menu li a {
    font-size: 14px;
  }
}
#header-wrapper .custom-container .navigation-container .menu li a:hover, #header-wrapper .custom-container .navigation-container .menu li a:focus {
  background: #CFE9FF !important;
  border-radius: 99px;
  transition: all 0.4s ease;
  color: #0066b3 !important;
}
#header-wrapper .custom-container .navigation-container .menu li a.active {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  #header-wrapper .custom-container .navigation-container .menu li a {
    font-size: 12px;
  }
}
#header-wrapper .custom-container .navigation-container .menu li.current_page_item a {
  padding: 10px 15px;
  background: #CFE9FF;
  border-radius: 99px;
  font-weight: 500;
  color: #0066b3;
}
#header-wrapper .custom-container .navigation-container .menu li:nth-last-child(2) {
  flex: 1;
  text-align: right;
}
#header-wrapper .custom-container .navigation-container .mega-menu-title img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header-wrapper .custom-container .navigation-container .detail-test {
  background-color: #F5F5F5 !important;
}
#header-wrapper .custom-container .navigation-container .detail-test .textwidget {
  padding: 5px 10px;
}
@media all and (max-width: 1199px) {
  #header-wrapper .custom-container .navigation-container .detail-test .textwidget {
    padding: 10px;
  }
}
#header-wrapper .custom-container .navigation-container .detail-test .textwidget p {
  font-size: 16px;
}
#header-wrapper .custom-container .navigation-container .detail-test .textwidget ul {
  padding-left: 20px;
}
#header-wrapper .custom-container .navigation-container .detail-test .textwidget ul li {
  list-style: disc;
  font-size: 14px !important;
}
#header-wrapper .custom-container .navigation-container .detail-test .textwidget ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: transparent !important;
  font-weight: 500;
  padding-left: 0;
}
@media only screen and (max-width: 979px) {
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu .mega-menu-toggle.mega-menu-open + #mega-menu-mobile_menu::-webkit-scrollbar {
    display: none;
  }
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600 !important;
  }
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current_page_item a {
    color: #0066b3 !important;
  }
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #0066b3 !important;
  }
  #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item .mega-menu-link span {
    color: #0066b3 !important;
  }
}
#header-wrapper .custom-container .mobile-menu-nav .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner {
  background-color: #fff !important;
}
#header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after, #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after, #header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-2 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  background-color: #fff !important;
}
#header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu input,
#header-wrapper .custom-container .mobile-menu-nav #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu img {
  width: 30px;
  height: 30px;
}
#header-wrapper.show-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper {
  padding-top: 68px;
}
@media all and (max-width: 1399px) {
  #content-wrapper {
    padding-top: 61px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper {
    padding-top: 45.5px;
  }
}
#content-wrapper #home-page .banner-section .banner-inner {
  border-radius: 12px;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex {
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex {
    flex-direction: column-reverse;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .flex .common-item:first-of-type {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item:first-of-type {
    width: 100%;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .flex .common-item:last-of-type {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item:last-of-type {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item .image-item {
    text-align: center;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .flex .common-item .image-item img {
  width: 100%;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item .image-item img {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item .image-item img {
    width: 100%;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .flex .common-item .list-item ul li {
  position: relative;
  padding-left: 25px;
  line-height: 150%;
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item .list-item ul li {
    text-align: left;
    padding-left: 18px;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .flex .common-item .list-item ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
#content-wrapper #home-page .banner-section .banner-inner .flex .common-item .list-item ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  margin: auto;
  background-image: url("../img/icons/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .flex .common-item .list-item ul li:after {
    width: 12px;
    height: 12px;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .text-wrapper {
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .text-wrapper {
    padding-right: 0;
    text-align: center;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .image-item {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .image-item {
    text-align: center;
  }
}
#content-wrapper #home-page .banner-section .banner-inner .image-item img {
  width: 100%;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .banner-section .banner-inner .image-item img {
    width: 300px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .banner-section .banner-inner .image-item img {
    width: 75%;
  }
}
#content-wrapper #home-page .how-can-use-section {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 700px;
}
#content-wrapper #home-page .how-can-use-section .flex .single-item {
  padding: 10px;
  width: 50%;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .how-can-use-section .flex .single-item {
    width: 100%;
  }
}
#content-wrapper #home-page .how-can-use-section .flex .single-item .image-item {
  padding-bottom: 20px;
}
#content-wrapper #home-page .how-can-use-section .flex .single-item .image-item img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
#content-wrapper #home-page .how-can-use-section .flex .single-item .content-item .title-item {
  padding-bottom: 8px;
}
#content-wrapper #home-page .feature-section .feature-wrapper .feature-item {
  width: 33.33%;
  padding-bottom: 40px;
  padding-right: 40px;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .feature-section .feature-wrapper .feature-item {
    width: 50%;
    padding-right: 10px;
  }
}
#content-wrapper #home-page .feature-section .feature-wrapper .feature-item .icon-item {
  padding-bottom: 20px;
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .feature-section .feature-wrapper .feature-item .icon-item {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 1399px) {
  #content-wrapper #home-page .feature-section .feature-wrapper .feature-item .icon-item img {
    width: 25px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .feature-section .feature-wrapper .feature-item {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  #content-wrapper #home-page .feature-section .feature-wrapper .feature-item .small-title {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .mobile-section .flex {
    flex-direction: column-reverse;
  }
}
#content-wrapper #home-page .mobile-section .common-item {
  width: 50%;
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .mobile-section .common-item {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #home-page .mobile-section .common-item .image-item {
    text-align: center;
    padding-bottom: 20px;
  }
}
#content-wrapper #home-page .mobile-section .common-item .image-item img {
  width: 450px;
}
@media all and (max-width: 1450px) {
  #content-wrapper #home-page .mobile-section .common-item .image-item img {
    width: 380px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #home-page .mobile-section .common-item .image-item img {
    width: 90%;
  }
}
#content-wrapper #home-page .mobile-section .common-item .list-item {
  padding-left: 20px;
}
#content-wrapper #home-page .mobile-section .common-item .list-item ul li {
  list-style-type: disc;
  color: #5a5a5a;
}
#content-wrapper #home-page .mobile-section .common-item .list-item ul li:not(:last-of-type) {
  padding-bottom: 10px;
}
#content-wrapper #home-page .mobile-section .common-item .download-btn a img {
  width: 120px;
}
#content-wrapper #feature-page .banner-section .common-item:first-of-type {
  width: 45%;
}
@media all and (max-width: 979px) {
  #content-wrapper #feature-page .banner-section .common-item:first-of-type {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #feature-page .banner-section .common-item:first-of-type {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
#content-wrapper #feature-page .banner-section .common-item:last-of-type {
  width: 55%;
}
@media all and (max-width: 979px) {
  #content-wrapper #feature-page .banner-section .common-item:last-of-type {
    width: 100%;
  }
}
#content-wrapper #feature-page .banner-section .common-item .image-item img {
  width: 100%;
}
#content-wrapper #feature-page .addtional-features .single-item {
  width: 50%;
  padding-bottom: 30px;
}
#content-wrapper #feature-page .addtional-features .single-item:nth-of-type(odd) {
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  #content-wrapper #feature-page .addtional-features .single-item:nth-of-type(odd) {
    padding-right: 0;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #feature-page .addtional-features .single-item {
    width: 100%;
  }
}
#content-wrapper #feature-page .addtional-features .single-item .icon-item img {
  width: 32px;
  height: 32px;
}
#content-wrapper .feature-section .feature-item:not(:last-of-type) {
  padding-bottom: 80px;
}
@media all and (max-width: 1399px) {
  #content-wrapper .feature-section .feature-item:not(:last-of-type) {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper .feature-section .feature-item:not(:last-of-type) {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper .feature-section .feature-item:not(:last-of-type) {
    padding-bottom: 40px;
  }
}
#content-wrapper .feature-section .feature-item:nth-of-type(odd) .common-item:first-of-type {
  padding-right: 30px;
}
@media all and (max-width: 979px) {
  #content-wrapper .feature-section .feature-item:nth-of-type(odd) .common-item:first-of-type {
    padding-right: 0;
    padding-top: 20px;
  }
}
#content-wrapper .feature-section .feature-item:nth-of-type(even) .revert-in-even {
  flex-direction: row-reverse;
}
#content-wrapper .feature-section .feature-item:nth-of-type(even) .revert-in-even .common-item:first-of-type {
  padding-left: 30px;
}
@media all and (max-width: 979px) {
  #content-wrapper .feature-section .feature-item:nth-of-type(even) .revert-in-even .common-item:first-of-type {
    padding-left: 0;
    padding-top: 20px;
  }
}
#content-wrapper .feature-section .feature-item:nth-of-type(even) .revert-in-even .common-item .image-item {
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  #content-wrapper .feature-section .feature-item:nth-of-type(even) .revert-in-even .common-item .image-item {
    padding-right: 0;
  }
}
#content-wrapper .feature-section .feature-item .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper .feature-section .feature-item .common-item {
    width: 100%;
  }
}
#content-wrapper .feature-section .feature-item .common-item .single-text-item:not(:last-of-type) {
  padding-bottom: 16px;
}
#content-wrapper .feature-section .feature-item .common-item .single-text-item .icon-item {
  padding-right: 8px;
  padding-top: 6px;
}
#content-wrapper .feature-section .feature-item .common-item .image-item img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
#content-wrapper #privacy-page p {
  margin-bottom: 12px;
  font-size: 14px;
}
#content-wrapper #privacy-page .text-item {
  padding-bottom: 30px;
}
#content-wrapper #privacy-page .small-title h2 {
  padding-bottom: 20px;
}
#content-wrapper #privacy-page ul {
  padding-left: 35px;
  padding-bottom: 20px;
}
#content-wrapper #privacy-page ul li {
  list-style: disc;
  font-size: 14px;
}
#content-wrapper #privacy-page ul li:not(:last-of-type) {
  padding-bottom: 15px;
}
@media all and (max-width: 767px) {
  #content-wrapper #privacy-page h1 {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #privacy-page h2 {
    font-size: 20px;
  }
}
#content-wrapper #privacy-page h3,
#content-wrapper #privacy-page h4 {
  padding-bottom: 15px;
}
#content-wrapper #developer-page .banner-section .image-item img {
  width: 100%;
}
#content-wrapper #developer-page .banner-section .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper #developer-page .banner-section .common-item {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #developer-page .banner-section .common-item:first-of-type {
    padding-top: 20px;
  }
}
#content-wrapper #developer-page .why-choose-section .flex .single-item {
  width: 33.33%;
}
@media all and (max-width: 979px) {
  #content-wrapper #developer-page .why-choose-section .flex .single-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #developer-page .why-choose-section .flex .single-item {
    width: 100%;
  }
}
#content-wrapper #developer-page .why-choose-section .flex .single-item:not(:last-of-type) {
  padding-right: 25px;
}
@media all and (max-width: 767px) {
  #content-wrapper #developer-page .why-choose-section .flex .single-item .icon-item img {
    width: 18px;
    height: auto;
  }
}
#content-wrapper #error-page .error-section .image-item img {
  width: 310px;
}
@media all and (max-width: 1450px) {
  #content-wrapper #bulk-sms-page .banner-section {
    min-height: 600px;
  }
}
@media all and (max-width: 1399px) {
  #content-wrapper #bulk-sms-page .banner-section {
    min-height: 465px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .banner-section {
    min-height: 100%;
  }
}
#content-wrapper #bulk-sms-page .banner-section .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .banner-section .common-item {
    width: 100%;
    text-align: center;
  }
}
#content-wrapper #bulk-sms-page .banner-section .common-item .image-item img {
  max-width: 100%;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .flex {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item {
    width: 100%;
  }
}
#content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper .text-item .single-item:not(:last-of-type) {
  padding-bottom: 20px;
}
#content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper .text-item .single-item .icon-item {
  padding-right: 12px;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper .text-item .single-item .icon-item {
    width: 15%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper .text-item .single-item .text-item {
    width: 85%;
  }
}
#content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper .common-title {
  padding-bottom: 24px;
}
@media all and (max-width: 1450px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper.pl-100 {
    padding-left: 60px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .text-wrapper.pl-100 {
    padding-left: 0;
  }
}
@media all and (max-width: 1399px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .image-item img {
    width: 450px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .image-item img {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .sms-offer-section .common-item .image-item img {
    width: 100%;
  }
}
#content-wrapper #bulk-sms-page .key-feature-section .left-content-item,
#content-wrapper #bulk-sms-page .key-feature-section .right-content-item {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .key-feature-section .left-content-item,
  #content-wrapper #bulk-sms-page .key-feature-section .right-content-item {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .key-feature-section .left-content-item {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .key-feature-section .right-content-item {
    order: 3;
  }
}
#content-wrapper #bulk-sms-page .key-feature-section .mid-content-item {
  width: 30%;
  text-align: center;
  padding: 0px 15px;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .key-feature-section .mid-content-item {
    order: 1;
    width: 100%;
    padding-bottom: 30px;
  }
}
#content-wrapper #bulk-sms-page .key-feature-section .mid-content-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .key-feature-section .mid-content-item img {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .key-feature-section .single-item {
    width: 100%;
  }
}
#content-wrapper #bulk-sms-page .key-feature-section .single-item:not(:last-of-type) {
  padding-bottom: 40px;
}
#content-wrapper #bulk-sms-page .key-feature-section .single-item .icon-item {
  padding-right: 12px;
}
#content-wrapper #bulk-sms-page .key-feature-section .single-item .text-item h4 {
  padding-bottom: 8px;
}
#content-wrapper #bulk-sms-page .marketing-section .single-item {
  width: 50%;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .marketing-section .single-item {
    width: 100%;
    padding-left: 0 !important;
  }
}
#content-wrapper #bulk-sms-page .marketing-section .single-item:nth-of-type(even) {
  padding-left: 30px;
}
#content-wrapper #bulk-sms-page .marketing-section .single-item:not(:last-of-type) {
  padding-bottom: 40px;
}
#content-wrapper #bulk-sms-page .marketing-section .single-item .step-item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F8FF;
  padding: 10px;
  border-radius: 100%;
  width: 52px;
  height: 52px;
}
#content-wrapper #bulk-sms-page .marketing-section .single-item .text-item h4 {
  padding: 10px 0px;
}
#content-wrapper #bulk-sms-page .work-section {
  background-position: top;
}
#content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item {
  width: auto;
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item {
    width: 100%;
  }
}
@media all and (max-width: 1399px) {
  #content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item .icon-item img {
    width: 45px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item .icon-item img {
    width: 35px;
  }
}
#content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item:not(:last-of-type):before {
  display: none;
}
@media all and (max-width: 1199px) {
  #content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item:not(:last-of-type):before {
    bottom: 55px;
    right: -10%;
    width: 35px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #bulk-sms-page .work-section .steps-wrapper .single-step-item .title-item h4 {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .work-section .flex {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .feature-section .custom-container {
    padding-top: 0;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .feature-section .common-item {
    text-align: center !important;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .feature-section .common-item .single-text-item {
    justify-content: center;
  }
}
#content-wrapper #bulk-sms-page .feature-section .common-item:nth-of-type(2) {
  text-align: center;
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .feature-section .common-item:nth-of-type(2) {
    text-align: left;
  }
}
#content-wrapper #bulk-sms-page .feature-section .common-item:nth-of-type(2) .image-item img {
  width: auto;
}
@media all and (max-width: 1199px) {
  #content-wrapper #bulk-sms-page .feature-section .common-item:nth-of-type(2) .image-item img {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #bulk-sms-page .feature-section .common-item:nth-of-type(2) .image-item img {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #bulk-sms-page .feature-section .common-item:nth-of-type(2) .image-item img {
    width: 85%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #inbox-page .banner-section .flex {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  #content-wrapper #inbox-page .banner-section .flex .common-btn {
    margin: auto;
  }
}
#content-wrapper #inbox-page .banner-section .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper #inbox-page .banner-section .common-item {
    width: 100%;
  }
}
#content-wrapper #inbox-page .banner-section .common-item .image-item img {
  width: 100%;
}
#content-wrapper #inbox-page .unified-inbox-section {
  position: relative;
  z-index: 1;
}
#content-wrapper #inbox-page .unified-inbox-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 40%;
  background-color: #fff;
  z-index: -1;
  clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}
#content-wrapper #inbox-page .unified-inbox-section .image-item {
  width: 35%;
}
@media all and (max-width: 979px) {
  #content-wrapper #inbox-page .unified-inbox-section .image-item {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .unified-inbox-section .image-item {
    width: 100%;
  }
}
#content-wrapper #inbox-page .unified-inbox-section .image-item img {
  width: 100%;
}
#content-wrapper #inbox-page .unified-inbox-section .text-inner-item {
  width: 65%;
}
@media all and (max-width: 979px) {
  #content-wrapper #inbox-page .unified-inbox-section .text-inner-item {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .unified-inbox-section .text-inner-item {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
#content-wrapper #inbox-page .unified-inbox-section .text-inner-item h4,
#content-wrapper #inbox-page .unified-inbox-section .text-inner-item ul {
  font-weight: 400;
  color: #333;
}
#content-wrapper #inbox-page .unified-inbox-section .text-inner-item h4 {
  padding-bottom: 30px;
}
@media all and (max-width: 1600px) {
  #content-wrapper #inbox-page .unified-inbox-section .text-inner-item h4 {
    padding-bottom: 20px;
  }
}
#content-wrapper #inbox-page .unified-inbox-section .text-inner-item ul {
  padding-left: 30px;
}
#content-wrapper #inbox-page .unified-inbox-section .text-inner-item ul li {
  list-style: disc;
  padding-bottom: 10px;
}
#content-wrapper #inbox-page .message-channel-section .content-inner .single-item {
  width: 50%;
  padding: 20px;
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .message-channel-section .content-inner .single-item {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
}
#content-wrapper #inbox-page .message-channel-section .content-inner .single-item .single-item-inner {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1098039216);
  border-radius: 20px;
  height: 100%;
}
#content-wrapper #inbox-page .message-channel-section .content-inner .single-item .single-item-inner .image-item img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
#content-wrapper #inbox-page .message-channel-section .content-inner .single-item .single-item-inner .text-wrapper {
  padding: 20px;
}
#content-wrapper #inbox-page .message-channel-section .content-inner .single-item .single-item-inner .text-wrapper .inside-title-item {
  padding-bottom: 10px;
}
#content-wrapper #inbox-page .inbox-key-feature-section .single-item {
  width: 33.33%;
  padding: 20px;
}
@media all and (max-width: 979px) {
  #content-wrapper #inbox-page .inbox-key-feature-section .single-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .inbox-key-feature-section .single-item {
    width: 100%;
  }
  #content-wrapper #inbox-page .inbox-key-feature-section .single-item h4 {
    font-size: 16px;
  }
}
#content-wrapper #inbox-page .inbox-key-feature-section .single-item:nth-of-type(4), #content-wrapper #inbox-page .inbox-key-feature-section .single-item:nth-of-type(5) {
  width: 50%;
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .inbox-key-feature-section .single-item:nth-of-type(4), #content-wrapper #inbox-page .inbox-key-feature-section .single-item:nth-of-type(5) {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .inbox-key-feature-section .single-item {
    width: 100%;
    padding-bottom: 20px;
  }
}
#content-wrapper #inbox-page .inbox-key-feature-section .single-item .inner-item {
  border: 1px solid #DEDEDE;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content-wrapper #inbox-page .inbox-key-feature-section .image-item img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}
#content-wrapper #inbox-page .inbox-key-feature-section .bg-image {
  background-color: #F0F8FF;
}
#content-wrapper #inbox-page .inbox-key-feature-section .bg-image img {
  width: 100%;
}
#content-wrapper #inbox-page .inbox-work-section {
  background-color: #F0F8FF;
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .inbox-work-section .single-step-item {
    width: 100%;
    flex: unset;
  }
}
#content-wrapper #inbox-page .addition-feature-section .text-wrapper .single-item {
  width: 50%;
  padding-bottom: 40px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  #content-wrapper #inbox-page .addition-feature-section .text-wrapper .single-item {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#content-wrapper #inbox-page .addition-feature-section .text-wrapper .single-item .icon-item {
  padding-right: 10px;
}
#content-wrapper #new-home-page .banner-section .image-item img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media all and (max-width: 979px) {
  #content-wrapper #new-home-page .banner-section .banner-inner {
    text-align: center;
  }
}
#content-wrapper #new-home-page .banner-section .banner-inner p {
  padding-top: 12px;
  padding-bottom: 24px;
}
#content-wrapper #new-home-page .key-feature-section .content-inner .common-item {
  width: 33.33%;
}
@media all and (max-width: 979px) {
  #content-wrapper #new-home-page .key-feature-section .content-inner .common-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #new-home-page .key-feature-section .content-inner .common-item {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
}
#content-wrapper #new-home-page .key-feature-section .content-inner .common-item .inner-item {
  border-radius: 12px;
  height: 100%;
}
@media all and (max-width: 767px) {
  #content-wrapper #new-home-page .key-feature-section .content-inner .common-item .inner-item {
    text-align: center;
  }
}
#content-wrapper #new-home-page .key-feature-section .content-inner .common-item .icon-item img {
  width: 56px;
  height: 56px;
}
@media all and (max-width: 1600px) {
  #content-wrapper #new-home-page .key-feature-section .content-inner .common-item .icon-item img {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #new-home-page .key-feature-section .content-inner .common-item .icon-item img {
    width: 40px;
    height: 40px;
  }
}
#content-wrapper #new-home-page .key-feature-section .content-inner .common-item .inside-title {
  padding: 12px 0px;
}
@media all and (max-width: 767px) {
  #content-wrapper #new-home-page .key-feature-section .content-inner .common-item .inside-title h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #new-home-page .inbox-work-section .single-step-item {
    width: 100%;
    flex: none;
  }
}
#content-wrapper #pricing-page .banner-section .custom-container {
  padding-top: 30px;
}
#content-wrapper #pricing-page .banner-section .banner-inner .main-title h2 {
  font-weight: 700;
}
#content-wrapper #pricing-page .banner-section .banner-inner .main-title img {
  width: 70%;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .banner-section .banner-inner .main-title img {
    width: 100%;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item {
  width: 33.33%;
  padding: 10px;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item {
    width: 100%;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner {
  border: 1px solid #49AAFF;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h2 {
  font-size: 48px;
  color: #0066B3;
  font-weight: 700;
}
@media all and (max-width: 1550px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h2 {
    font-size: 28px;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h3 {
  font-size: 36px;
  font-weight: 600;
}
@media all and (max-width: 1550px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner h3 {
    font-size: 24px;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .text-black h2 {
  color: #000;
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .text-red h3 {
  color: #E74C3C;
  text-decoration: line-through;
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .small-text h3 {
  font-weight: 700;
  color: #0066B3;
  line-height: 54px;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .small-text h3 {
    line-height: 32px;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .package-price h2 {
  line-height: 72px;
}
@media all and (max-width: 1550px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .package-price h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .package-price h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .package-price h2 {
    font-size: 26px;
    line-height: 42px;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .common-item {
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .packages-wrapper .single-package-item .package-inner .common-item {
    padding-bottom: 10px;
  }
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item:nth-of-type(2) .package-inner {
  background-color: #F0F8FF;
}
#content-wrapper #pricing-page .packages-wrapper .single-package-item:nth-of-type(2) .package-inner .common-btn a {
  background-color: #0066B3;
  color: #fff !important;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .started-section .qr-wrapper .flex {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .started-section .qr-wrapper .qr-item {
    width: 100%;
  }
}
#content-wrapper #pricing-page .started-section .qr-wrapper .qr-item img {
  width: 180px;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .started-section .qr-wrapper .app-download {
    width: 100%;
    padding-bottom: 30px;
  }
}
#content-wrapper #pricing-page .application-inner {
  flex-wrap: wrap;
}
#content-wrapper #pricing-page .application-inner .image-item {
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .application-inner .image-item img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page .w-50 {
    width: 100% !important;
    text-align: center;
  }
}
#content-wrapper #customer-support-page .banner-section img {
  width: 100%;
  height: 100%;
}
#content-wrapper #customer-support-page .benefit-section .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .text-item {
  padding-left: 0;
}
#content-wrapper #customer-support-page .why-use-section .text-container {
  width: 40%;
}
@media all and (max-width: 979px) {
  #content-wrapper #customer-support-page .why-use-section .text-container {
    width: 100%;
  }
}
#content-wrapper #customer-support-page .why-use-section .image-container {
  width: 60%;
}
@media all and (max-width: 979px) {
  #content-wrapper #customer-support-page .why-use-section .image-container {
    width: 100%;
  }
  #content-wrapper #customer-support-page .why-use-section .image-container .image-item:not(:last-of-type) {
    padding-bottom: 40px;
  }
  #content-wrapper #customer-support-page .why-use-section .image-container .image-item .single-item .text-item.pt-20 {
    padding-top: 10px !important;
  }
}
#content-wrapper #customer-support-page .customer-expecation-section .inner-wrapper {
  padding: 80px 40px;
}
@media all and (max-width: 979px) {
  #content-wrapper #customer-support-page .customer-expecation-section .inner-wrapper {
    padding: 40px 20px;
  }
}
#content-wrapper #customer-support-page .customer-expecation-section .single-item {
  width: 50%;
  text-align: center;
}
#content-wrapper #customer-support-page .customer-expecation-section .single-item h2 {
  color: #0066b3;
}
@media all and (max-width: 979px) {
  #content-wrapper #customer-support-page .customer-expecation-section .single-item {
    width: 100%;
  }
  #content-wrapper #customer-support-page .customer-expecation-section .single-item:nth-of-type(2) {
    padding-top: 30px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .banner-section {
    text-align: center;
  }
}
#content-wrapper #common-channel-page .banner-section img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .banner-section img {
    width: 85%;
  }
}
#content-wrapper #common-channel-page .banner-section .common-item:first-of-type {
  width: 60%;
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .banner-section .common-item:first-of-type {
    width: 100%;
  }
}
#content-wrapper #common-channel-page .banner-section .common-item:last-of-type {
  width: 40%;
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .banner-section .common-item:last-of-type {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .banner-section .common-item {
    padding-right: 0;
  }
  #content-wrapper #common-channel-page .banner-section .common-item:first-of-type {
    padding-bottom: 20px;
    text-align: center;
  }
}
#content-wrapper #common-channel-page .common-detail-section .common-item {
  width: 50%;
}
#content-wrapper #common-channel-page .common-detail-section .common-item:last-of-type {
  padding-left: 30px;
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .common-detail-section .common-item:last-of-type {
    padding-left: 0;
    padding-top: 20px;
  }
}
#content-wrapper #common-channel-page .common-detail-section .common-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .common-detail-section .common-item {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #common-channel-page .common-info-section .section-title h2 {
    font-size: 18px;
  }
}
#content-wrapper #automation-page .banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .banner-section .custom-container {
    padding-bottom: 40px !important;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .banner-section .flex {
    flex-direction: column-reverse;
  }
}
#content-wrapper #automation-page .banner-section .flex .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .banner-section .flex .common-item {
    width: 100%;
    padding-right: 0;
  }
  #content-wrapper #automation-page .banner-section .flex .common-item:nth-of-type(1) {
    padding-top: 30px;
  }
  #content-wrapper #automation-page .banner-section .flex .common-item .flex {
    justify-content: center;
  }
}
#content-wrapper #automation-page .banner-section .flex .common-item .image-item {
  text-align: right;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .banner-section .flex .common-item .image-item {
    text-align: center;
  }
}
#content-wrapper #automation-page .banner-section .flex .common-item .image-item img {
  width: auto;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  #content-wrapper #automation-page .banner-section .flex .common-item {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .unified-inbox-section .text-inner-item {
    padding-left: 0;
    padding-top: 20px;
  }
}
#content-wrapper #automation-page .unified-inbox-section .text-inner-item ul {
  padding-left: 20px;
}
#content-wrapper #automation-page .unified-inbox-section .text-inner-item ul li:not(:last-of-type) {
  padding-bottom: 12px;
}
#content-wrapper #automation-page .unified-inbox-section .image-item img {
  width: 100%;
}
#content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item {
  min-height: 650px;
}
@media all and (max-width: 1450px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item {
    min-height: 550px;
  }
}
@media all and (max-width: 1399px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item {
    min-height: 600px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item {
    min-height: 565px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item {
    min-height: 460px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item {
    min-height: 455px;
  }
}
#content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item .image-item img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1450px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item .image-item img {
    height: 320px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .offer-section .offer-wrapper .offer-slider .single-item .inner-item .image-item img {
    height: 260px;
  }
}
#content-wrapper #automation-page .why-use-section .image-container .image-item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
#content-wrapper #automation-page .why-use-section .image-container .image-item:last-of-type {
  height: 70vh;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .why-use-section .image-container .image-item:last-of-type {
    height: auto;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .why-use-section .image-container .image-item {
    height: auto;
    flex-direction: column;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .why-use-section .image-container .image-item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .why-use-section .image-container .image-item .mobile-view-content {
    text-align: center;
  }
  #content-wrapper #automation-page .why-use-section .image-container .image-item .mobile-view-content .text-item {
    padding-top: 10px;
  }
}
#content-wrapper #automation-page .why-use-section .image-container .image-item video {
  width: 100%;
  border-radius: 12px;
  height: 65vh;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .why-use-section .custom-container.pt-0 {
    padding-bottom: 0;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .inbox-work-section .single-step-item {
    flex: unset;
    width: 100%;
    padding-bottom: 10px;
  }
}
#content-wrapper #automation-page .feature-section .feature-item:not(:last-of-type) {
  padding-bottom: 100px;
}
#content-wrapper #automation-page .feature-section .feature-item .image-item {
  width: 100%;
  height: 75vh;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .feature-section .feature-item .image-item {
    height: 60vh;
  }
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .feature-section .feature-item .common-item .content-item .single-text-item {
    justify-content: center;
    text-align: center;
  }
}
#content-wrapper #automation-page .mid-banner-section .image-item img {
  width: 100%;
}
@media all and (max-width: 979px) {
  #content-wrapper #automation-page .mid-banner-section .content-item {
    text-align: center;
  }
}
#content-wrapper #book-demo-page .banner-section .common-item {
  width: 50%;
}
#content-wrapper #book-demo-page .banner-section .common-item:nth-of-type(1) {
  padding-right: 50px;
}
@media all and (max-width: 979px) {
  #content-wrapper #book-demo-page .banner-section .common-item {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  #content-wrapper #book-demo-page .banner-section .common-item br {
    display: none;
  }
}
#content-wrapper #book-demo-page .banner-section .common-item .form-wrapper {
  background-color: #fff;
}
#content-wrapper #book-demo-page .banner-section .common-item .form-wrapper label {
  color: #000;
}
#content-wrapper #book-demo-page .banner-section .common-item .form-wrapper label:after {
  color: #000 !important;
}
#content-wrapper #book-demo-page .banner-section .common-item .form-wrapper .ff-message-success {
  color: #000;
}
#content-wrapper #pricing-page-new .custom-tab-item .nav {
  display: inline-flex;
  background-color: #ddefff;
  border-radius: 99px;
}
#content-wrapper #pricing-page-new .custom-tab-item .nav li .nav-link {
  color: #333333;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 150%;
  border-radius: 99px;
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page-new .custom-tab-item .nav li .nav-link {
    font-size: 14px;
  }
}
#content-wrapper #pricing-page-new .custom-tab-item .nav li .nav-link.active {
  background-color: #0066b3;
  color: #fff;
  border-radius: 99px;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item {
  padding: 10px;
  width: 33.33%;
}
@media all and (max-width: 979px) {
  #content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item {
    width: 100%;
  }
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner {
  background-color: #F0F8FF;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  height: 100%;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .features-list-inner ul {
  padding-left: 20px;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .features-list-inner ul li {
  font-size: 16px;
  position: relative;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .features-list-inner ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .features-list-inner ul li .icon {
  display: flex;
  padding-right: 5px;
  padding-top: 5px;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .features-list-inner ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/tick-single.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .price-item h2 {
    font-size: 26px;
    width: 100%;
  }
  #content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .price-item .pl-10 {
    padding-left: 0;
  }
  #content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item .single-inner .price-item .pl-10 p {
    font-size: 12px;
  }
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner {
  background-color: #0066b3;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner h2,
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner h3,
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner h4,
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner h5,
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner p,
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner li {
  color: #fff;
}
#content-wrapper #pricing-page-new .custom-tab-item .packages-wrapper .single-package-item.featured .single-inner .features-list-inner ul li::before {
  filter: invert(1);
}
#content-wrapper #pricing-page-new .compare-section .compare-plan-header {
  display: grid;
  grid-template-columns: 50% repeat(3, minmax(0, 1fr));
  grid-auto-rows: min-content;
  width: 100%;
  position: sticky;
  top: 68px;
  z-index: 2;
  margin-bottom: 20px;
  border-radius: 8px;
}
@media all and (max-width: 979px) {
  #content-wrapper #pricing-page-new .compare-section .compare-plan-header {
    grid-template-columns: 60% repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .compare-section .compare-plan-header {
    grid-template-columns: 0% repeat(3, minmax(0, 1fr));
    background-color: #F0F8FF;
    top: 65px;
  }
}
#content-wrapper #pricing-page-new .compare-section .compare-plan-header .compare-item:not(:first-of-type) {
  padding: 16px 20px;
  text-align: center;
  background-color: #F0F8FF;
}
@media all and (max-width: 979px) {
  #content-wrapper #pricing-page-new .compare-section .compare-plan-header .compare-item:not(:first-of-type) {
    padding: 16px 10px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .compare-section .compare-plan-header .compare-item:nth-of-type(2) {
    border-radius: 8px 0 0 8px;
  }
}
#content-wrapper #pricing-page-new .compare-section .compare-plan-header .compare-item:last-of-type {
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 1399px) {
  #content-wrapper #pricing-page-new .compare-section .compare-plan-header .compare-item h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .compare-section .compare-plan-header .compare-item h4 {
    font-size: 14px;
  }
}
#content-wrapper #pricing-page-new .compare-section .compare-header {
  background-color: #F0F8FF;
  border-radius: 8px;
  font-size: 20px;
  padding: 1rem 1.25rem;
  margin-top: -88px;
  margin-bottom: 20px;
}
@media all and (max-width: 1600px) {
  #content-wrapper #pricing-page-new .compare-section .compare-header {
    margin-top: -82px;
  }
}
@media all and (max-width: 1399px) {
  #content-wrapper #pricing-page-new .compare-section .compare-header {
    margin-top: -78px;
  }
  #content-wrapper #pricing-page-new .compare-section .compare-header h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .compare-section .compare-header {
    margin-top: 0;
    display: none;
  }
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item {
  border: 0;
  outline: none;
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-header {
  position: sticky;
  top: 68px;
  z-index: 1;
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background-color: #F0F8FF;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../img/icons/add.svg");
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../img/icons/minus.svg");
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body {
  padding: 0;
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body .content-inner-wrapper .single-compare-item {
  display: grid;
  grid-template-columns: 50% repeat(3, minmax(0, 1fr));
  grid-auto-rows: min-content;
  width: 100%;
  padding: 10px 20px;
}
@media all and (max-width: 979px) {
  #content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body .content-inner-wrapper .single-compare-item {
    grid-template-columns: 60% repeat(3, minmax(0, 1fr));
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body .content-inner-wrapper .single-compare-item {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}
@media all and (max-width: 767px) {
  #content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body .content-inner-wrapper .single-compare-item .avaibility-item:first-of-type {
    width: 100%;
    grid-column: 1/-1;
    padding-bottom: 10px;
  }
}
#content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body .content-inner-wrapper .single-compare-item .avaibility-item:not(:first-of-type) {
  text-align: center;
}
@media all and (max-width: 1199px) {
  #content-wrapper #pricing-page-new .compare-section .custom-accordion-wrapper .accordion .accordion-item .accordion-body .content-inner-wrapper .single-compare-item .avaibility-item img {
    width: 18px;
  }
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
.work-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.work-section .bg-image img {
  width: 100%;
}
.work-section .steps-wrapper .single-step-item {
  width: 25%;
  text-align: center;
  padding: 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .work-section .steps-wrapper .single-step-item {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .work-section .steps-wrapper .single-step-item {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  .work-section .steps-wrapper .single-step-item .icon-item img {
    width: 40px;
  }
}
.work-section .steps-wrapper .single-step-item:not(:last-of-type):before {
  content: "";
  position: absolute;
  right: -15px;
  top: 10px;
  bottom: 0;
  margin: auto;
  background-image: url("../img/icons/svg/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 25px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .work-section .steps-wrapper .single-step-item:not(:last-of-type):before {
    display: none;
  }
}
.work-section .steps-wrapper .single-step-item .title-item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
@media all and (max-width: 767px) {
  .work-section .steps-wrapper .single-step-item .title-item {
    padding-bottom: 5px;
  }
}

@media all and (max-width: 767px) {
  .webchat-banner .small-title,
  .webchat-banner .text-item {
    text-align: center;
  }
  .webchat-banner .flex {
    align-items: center !important;
  }
}

/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  background-color: #0066b3;
}
#footer-wrapper .custom-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 767px) {
  #footer-wrapper .custom-container {
    text-align: center;
  }
}
#footer-wrapper .logo-item {
  padding-right: 50px;
  width: 400px;
}
@media all and (max-width: 1199px) {
  #footer-wrapper .logo-item {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 979px) {
  #footer-wrapper .logo-item {
    padding-bottom: 20px;
  }
}
#footer-wrapper .logo-item img {
  width: 200px;
}
@media all and (max-width: 767px) {
  #footer-wrapper .logo-item {
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #footer-wrapper .quick-links-item {
    width: 100%;
  }
}
#footer-wrapper ul li:not(:last-of-type) {
  padding-bottom: 5px;
}
#footer-wrapper ul li a {
  font-size: 14px;
}
@media all and (max-width: 767px) {
  #footer-wrapper ul li a {
    font-size: 12px;
  }
}
#footer-wrapper .app-download-item {
  padding-top: 20px;
}
@media all and (max-width: 979px) {
  #footer-wrapper .app-download-item {
    padding-top: 0px;
  }
}
#footer-wrapper .app-download-item img {
  width: 132px;
}
@media all and (max-width: 1199px) {
  #footer-wrapper .app-download-item img {
    width: 120px;
  }
}

.menu-footer-menu-container #menu-footer-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 979px) {
  .menu-footer-menu-container #menu-footer-menu .menu-item-has-children {
    width: 33.33%;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .menu-footer-menu-container #menu-footer-menu .menu-item-has-children {
    width: 100%;
  }
}
.menu-footer-menu-container #menu-footer-menu .menu-item-has-children > a {
  pointer-events: none;
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media all and (max-width: 767px) {
  .menu-footer-menu-container #menu-footer-menu .menu-item-has-children > a {
    font-size: 16px !important;
  }
}

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-remove-tab-style {
  border-bottom: 0;
}
.common-remove-tab-style li a {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li a:focus, .common-remove-tab-style li a:hover {
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li.active a {
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li.active a:focus, .common-remove-tab-style li.active a:hover {
  background-color: transparent;
  border: 0;
}

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
@media all and (max-width: 767px) {
  .common-info-section .text-item {
    padding-top: 10px;
  }
}

@media all and (max-width: 767px) {
  .faq-section .custom-container {
    padding-top: 30px !important;
  }
}
.faq-section .custom-container .content-inner-wrapper .accordion-item .accordion-body ul,
.faq-section .custom-container .content-inner-wrapper .accordion-item .accordion-body ol {
  padding-left: 20px;
  padding-top: 20px;
}
.faq-section .custom-container .content-inner-wrapper .accordion-item .accordion-body ul li:not(:last-of-type),
.faq-section .custom-container .content-inner-wrapper .accordion-item .accordion-body ol li:not(:last-of-type) {
  padding-bottom: 5px;
}
.faq-section .custom-container .content-inner-wrapper .accordion-item .accordion-body ul li {
  list-style-type: disc;
}
.faq-section .custom-container .content-inner-wrapper .accordion-item .accordion-body ol li {
  list-style-type: number;
}

.faq-accordion-wrapper .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #DBD9D9;
}
.faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 10px 0px;
}
@media all and (max-width: 767px) {
  .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("../img/icons/add.svg");
}
.faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0066B3 !important;
  box-shadow: none;
}
.faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("../img/icons/minus.svg");
}
.faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
@media all and (max-width: 767px) {
  .faq-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button h4 {
    padding-right: 10px;
  }
}
.faq-accordion-wrapper .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 5px;
}

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

.benefit-section .accordion-wrapper .accordion {
  width: 40%;
}
@media all and (max-width: 979px) {
  .benefit-section .accordion-wrapper .accordion {
    width: 100%;
  }
}
.benefit-section .accordion-wrapper .accordion .accordion-item {
  border: 0;
  padding-top: 20px;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header {
  line-height: normal;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4 {
  padding: 0.5rem 1.25rem;
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #0066B3;
  display: flex;
  padding-right: 50px;
}
@media all and (max-width: 1699px) {
  .benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4 {
    font-size: 16px;
  }
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4 .svg-icon svg path {
  fill: #333333;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4 img {
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    background-image: url("../img/icons/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: auto;
  }
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4[aria-expanded=true] {
  background-color: #F0F8FF;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4[aria-expanded=true] .svg-icon svg path {
  fill: #0066B3;
}
@media all and (max-width: 767px) {
  .benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4[aria-expanded=true]:after {
    transform: rotate(180deg);
    transition: all 0.4s ease;
  }
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header h4[aria-expanded=false] {
  color: #333333;
  background: #FAFAFA;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header .clicked-item {
  position: relative;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header .clicked-item::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  background-image: url("../img/icons/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  z-index: 1;
  margin: auto;
  transition: all 0.4s ease;
  transform: rotate(0deg);
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-header .clicked-item[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .text-item {
  padding-left: 10px;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-collapse .accordion-body .image-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.benefit-section .accordion-wrapper .accordion .accordion-item .accordion-collapse.show, .benefit-section .accordion-wrapper .accordion .accordion-item .accordion-collapse.collapsing {
  background-color: #F0F8FF;
}
.benefit-section .accordion-wrapper .image-container {
  width: 60%;
  padding-left: 30px;
}
@media all and (max-width: 979px) {
  .benefit-section .accordion-wrapper .image-container {
    display: none;
  }
}
.benefit-section .accordion-wrapper .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media all and (max-width: 767px) {
  .benefit-section .accordion-wrapper .image-container img {
    width: 100%;
    height: 100%;
  }
}
.benefit-section .accordion-wrapper .single-image-item {
  display: none;
}
.benefit-section .accordion-wrapper .single-image-item.active {
  display: block;
}
.benefit-section.webchat-benefit .text-item {
  padding-left: 0 !important;
}

@media all and (max-width: 979px) {
  .banner-section .banner-inner {
    text-align: center;
  }
}

.inbox-use-section .single-item {
  width: 50%;
  padding: 30px;
}
@media all and (max-width: 979px) {
  .inbox-use-section .single-item {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .inbox-use-section .single-item {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.inbox-use-section .single-item .inside-title-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.inbox-use-section .single-item .image-item img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
@media all and (max-width: 979px) {
  .inbox-use-section .single-item .image-item img {
    border-radius: 12px;
  }
}

.contact-form-section .form-wrapper {
  background: #0066b3;
  padding: 20px;
  border-radius: 10px;
}
.contact-form-section .form-wrapper label {
  color: #fff;
  font-size: 14px;
}
@media all and (max-width: 979px) {
  .contact-form-section .form-wrapper label {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .contact-form-section .form-wrapper label {
    font-size: 12px;
  }
}
.contact-form-section .form-wrapper textarea {
  resize: none;
  font-size: 14px;
  border-radius: 4px;
}
@media all and (max-width: 979px) {
  .contact-form-section .form-wrapper textarea {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .contact-form-section .form-wrapper textarea {
    font-size: 14px;
  }
}
.contact-form-section .form-wrapper input,
.contact-form-section .form-wrapper select {
  height: 42px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 4px;
}
@media all and (max-width: 979px) {
  .contact-form-section .form-wrapper input,
  .contact-form-section .form-wrapper select {
    height: 38px !important;
    padding: 8px;
  }
}
.contact-form-section .form-wrapper .title h3 {
  color: #fff;
}
.contact-form-section .form-wrapper.form-submitted .title {
  display: none;
}
.contact-form-section .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  .contact-form-section .common-item {
    width: 100%;
  }
  .contact-form-section .common-item:first-of-type {
    padding-bottom: 20px;
  }
}

.why-use-section .text-container {
  width: 35%;
}
.why-use-section .text-container .content-item {
  position: sticky;
  top: 40%;
}
.why-use-section .content-item {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.why-use-section .content-item.active {
  transition: all 0.3s ease-in;
  opacity: 1;
  pointer-events: initial;
  height: auto;
}
.why-use-section .image-container {
  width: 65%;
  padding-left: 50px;
}
@media all and (max-width: 979px) {
  .why-use-section .image-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.why-use-section .image-container .image-item .mobile-view-content {
  display: none;
}
@media all and (max-width: 979px) {
  .why-use-section .image-container .image-item .mobile-view-content {
    display: block;
    padding-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .why-use-section .image-container .image-item .mobile-view-content {
    text-align: center;
  }
}
.why-use-section .image-container .image-item img {
  max-width: 100%;
  height: auto;
}
.why-use-section .image-container .image-item:not(:last-of-type) {
  padding-bottom: 100px;
}
@media all and (max-width: 1199px) {
  .why-use-section .image-container .image-item:not(:last-of-type) {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .why-use-section .mw-700 {
    padding: 30px 20px;
  }
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: #fff !important;
  content: "(required)" !important;
  font-size: 12px;
  font-weight: 400;
}

.ff-default .ff-el-input--label label {
  display: flex !important;
  align-items: center;
}

.ff-message-success {
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 10px !important;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}

/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
.privacy-hover:hover {
  border-bottom: 1px solid #fff;
}

/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
.video-with-sound-item {
  position: relative;
}
.video-with-sound-item .mute-btn {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
@media all and (max-width: 979px) {
  .video-with-sound-item .mute-btn {
    bottom: 30px;
  }
}
.video-with-sound-item .mute-btn #muteToggle {
  box-shadow: none;
  background: #0066b3;
  border-radius: 100%;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 979px) {
  .video-with-sound-item .mute-btn #muteToggle {
    height: 35px;
    width: 35px;
  }
}
.video-with-sound-item .mute-btn #muteToggle img {
  width: 22px;
}
@media all and (max-width: 979px) {
  .video-with-sound-item .mute-btn #muteToggle img {
    width: 16px;
  }
}

.offer-section .offer-wrapper .offer-slider .single-item {
  width: 33.33%;
  padding: 10px;
}
.offer-section .offer-wrapper .offer-slider .single-item .inner-item {
  padding: 20px;
  border-radius: 12px;
  background-color: #F0F8FF;
  min-height: 520px;
}
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .image-item img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
}
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-content,
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-wrapper {
  padding-top: 5px;
}
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-content .title,
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-content .inside-title-item,
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-wrapper .title,
.offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-wrapper .inside-title-item {
  padding: 10px 0px;
}
@media all and (max-width: 767px) {
  .offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-content .title h4,
  .offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-content .inside-title-item h4,
  .offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-wrapper .title h4,
  .offer-section .offer-wrapper .offer-slider .single-item .inner-item .text-wrapper .inside-title-item h4 {
    font-size: 18px;
  }
}
.offer-section .offer-wrapper .custom-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.offer-section .offer-wrapper .custom-arrows .next {
  transform: rotate(180deg);
  display: inline-block;
}
.offer-section .offer-wrapper .custom-arrows .next,
.offer-section .offer-wrapper .custom-arrows .prev {
  cursor: pointer;
}
.offer-section .offer-wrapper .custom-arrows .next.slick-disabled,
.offer-section .offer-wrapper .custom-arrows .prev.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.client-section .inner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

.channel-section .inner-wrapper {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
@media all and (max-width: 767px) {
  .channel-section .inner-wrapper {
    padding: 0 20px;
  }
}
.channel-section .inner-wrapper .social-list .single-item {
  text-align: center;
}
.channel-section .inner-wrapper .social-list .single-item:not(:last-of-type) {
  padding-right: 40px;
}
@media all and (max-width: 979px) {
  .channel-section .inner-wrapper .social-list .single-item:not(:last-of-type) {
    padding-right: 20px;
  }
}
@media all and (max-width: 1199px) {
  .channel-section .inner-wrapper .social-list .single-item .icon-item img {
    width: 60px;
  }
}
.channel-section .inner-wrapper .social-list .single-item .text-badge {
  padding-top: 10px;
}
.channel-section .inner-wrapper .social-list .single-item .text-badge span {
  background-color: #F0F8FF;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #0066b3;
  font-weight: 600;
  font-size: 16px;
}
@media all and (max-width: 979px) {
  .channel-section .inner-wrapper .social-list .single-item .text-badge span {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .channel-section .inner-wrapper .social-list .single-item {
    width: 33.33%;
  }
}

.mid-banner-section .light-blue-border {
  border-radius: 20px;
}
@media all and (max-width: 1199px) {
  .mid-banner-section .light-blue-border .image-item {
    width: 45%;
  }
}
@media all and (max-width: 979px) {
  .mid-banner-section .light-blue-border .image-item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.mid-banner-section .light-blue-border .image-item img {
  width: 100%;
}
@media all and (max-width: 979px) {
  .mid-banner-section .light-blue-border .content-item {
    text-align: center;
  }
}
@media all and (max-width: 979px) {
  .mid-banner-section .light-blue-border .px-24 {
    padding: 24px;
    flex-direction: column-reverse;
  }
}

.pl-65 {
  padding-left: 65px;
}/*# sourceMappingURL=thestyles.css.map */