@font-face {
  font-family: "GeneralSans-Regular";
  src: url(../ttf/generalsans-regular.ttf);
}

@font-face {
  font-family: "GeneralSans-Medium";
  src: url(../ttf/generalsans-medium.ttf);
}

@font-face {
  font-family: "GeneralSans-Semibold";
  src: url(../ttf/generalsans-semibold.ttf);
}
@font-face {
  font-family: "GeneralSans-Bold";
  src: url(../ttf/generalsans-bold.ttf);
}
body{
  margin: 0px!important;
  padding: 0px!important;
}
html {
  overflow-y: scroll;
}

/* header code start */
a.revesoft_common_demo_btn:after {
  content: attr(data-content);
  color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #279AFF -57.27%, #2727E5 151.3%);
  z-index: -100;
  transition: 0.1s ease-in-out;
  border-radius: inherit;
  padding: inherit;
}
a.revesoft_common_demo_btn {
  position: relative;
  z-index: 100;
  transition: 0.1s ease-in-out;
}
a.revesoft_common_demo_btn:hover {
  transform: translateY(-4px);
  color: transparent;
  background: linear-gradient(to right, #a1caff, #26f4aa, #ff5bef)!important;
}
a.revesoft_common_demo_btn:hover:after {
  transform: translate3d(4px, -4px, 0);
  color: #FFF;
}
ul.has_child_submenu_inner.has_child_submenu_inner_first.has_child_submenu_inner_scd.inline-block-submenu li {
  width: 100%;
}
ul.has_child_submenu_inner.inline-block-submenu li{
  width: 100%;
}
.revesoft_header_navlist ul li > ul li > ul li:hover{
  background-color: #F9FAFB;
  border-radius: 8px;
}
.revesoft_header_navlist ul li > ul li > ul li:nth-child(14):hover, .revesoft_header_navlist ul li > ul li > ul li:nth-child(15):hover{
  background-color: #fff;
  border-radius: 8px;
}

.revesoft_header_navlist .hidden1 {
  display: none;
}
.revesoft_header_navlist .show-more {
color: #111927;
font-family: "GeneralSans-Medium";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
padding: 0px;
margin: 0px;
border: none;
position: absolute;
right: 0%;
bottom: 15%;
width: 48%;
text-align: left;
padding: 12px 16px;
background-color: #FFF;
}
.revesoft_header_navlist .show-less {
color: #111927;
font-family: "GeneralSans-Medium";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
padding: 0px;
margin: 0px;
border: none;
border-radius: 8px;
border-bottom: 1.5px solid var(--Blue-600, #1570EF);
background: #F9FAFB;
position: absolute;
right: 2%;
bottom: 20%;
width: 46%;
text-align: left;
padding: 12px 16px;
}
.revesoft_header_navlist .show-more:after {
content: "";
display: inline-block;
width: 8px;
height: 8px;
position: absolute;
vertical-align: 4px;
border-top: 1px solid #4d4f55;
border-right: 1px solid #4d4f55;
transform: rotate(45deg);
margin-left: 5px;
margin-top: 9px;
transition: transform 0.3s ease;
}

/* .revesoft_common_demo_btn {
  position: relative;
  margin: 2px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.revesoft_common_demo_btn:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #a1caff, #26f4aa, #ff5bef);
 min-height: 44px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden; 
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.revesoft_common_demo_btn_wrapper:hover .revesoft_common_demo_btn {
  transform: translate3d(3px, -3px, 0);
  position: relative;
}

.revesoft_common_demo_btn_wrapper:hover .revesoft_common_demo_btn:after {
  opacity: 1;
  visibility: visible;
} */


.fixed_top_header_inner ul li {
  position: relative;
}
.fixed_top_header_inner ul .active:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: white;
  transform: rotate(45deg);
  bottom: -6px;
  left: 45%;
}
.fixed_top_header_inner ul .active a {
  color: #fff;
}
.fixed_top_header {
  background-color: rgba(0, 0, 0, 1);
}
.fixed_header {
  position: sticky;
  top: 0px;
  z-index: 10000;
}
.revesoft_main_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.revesoft_main_header {
  padding: 0px 0px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.revesoft_main_header ul li {
  list-style: none;
}
.revesoft_header_logo img {
  max-width: 100%;
}
.revesoft_header_navlist ul {
  display: flex;
  justify-content: left;
  margin: 0px;
}
.revesoft_header_navlist ul li {
  list-style: none;
  padding-right: 10px;
}
.revesoft_header_navlist ul li a {
  text-decoration: none;
  font-family: "GeneralSans-Medium";
  color: #141414;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
/* .revesoft_header_navlist ul li a:hover, .revesoft_header_navlist ul li:hover > a {
  font-weight: 600;
} */
.revesoft_header_navlist ul .has_submenu a:after {
  position: relative;
}
.revesoft_header_navlist ul .has_submenu a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: 4px;
  border-top: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  transform: rotate(135deg);
  right: -5px;
  top: 0px;
  margin-top: -3px;
  transition: transform 0.3s ease;
}
.revesoft_header_navlist ul .has_submenu a:hover:after, .revesoft_header_navlist ul .has_submenu:hover > a:after{
  border-top: 2px solid #4d4f55;
  border-right: 2px solid #4d4f55;
  transform: rotate(-45deg);
  margin-top: 5px;
}
/* .revesoft_header_navlist ul .has_submenu a:hover:after {
  transform: rotate(-45deg);
  margin-top: 10px;
} */
.revesoft_header_navlist ul .has_submenu.active a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  vertical-align: 4px;
  border-top: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  transform: rotate(-45deg);
  margin-left: 5px;
  top: 15px;
}
.revesoft_main_header .container {
  position: relative;
}
.revesoft_header_navlist ul li > ul li a:after {
  display: none !important;
}
.revesoft_header_navlist ul li > ul {
  visibility: hidden;
  opacity: 0; /* Changed from 1 to 0 for better animation */
  position: absolute;
  top: 100px;
  transition: opacity 0.2s ease, top 0.2s ease, visibility 0.2s ease;
  left: 5%;
  right: 0;
  background: #f9fafb;
  z-index: 100;
  margin: 0;
  padding: 24px;
  display: inline-block;
  width: 30%;
  height: 336px;
}
.revesoft_header_navlist ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  transition: .2s;
  top: 84px;
}
.menu_overlay {
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: opacity 0.5s ease, background 0.5s ease;
  pointer-events: none;
}
.menu_overlay.visible {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  pointer-events: auto;
}
.revesoft_header_navlist ul li.has_submenu_third > ul {
  left: 40%;
  height: auto;
  background-color: #ffffff;
}
.revesoft_header_navlist ul li.has_submenu_third > ul li {
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #fdf3f3;
}
.revesoft_header_navlist ul li.has_submenu_third > ul li:hover {
  background-color: rgba(233, 239, 243, 0.9);
}
.revesoft_header_navlist ul li.has_submenu_third > ul li a {
  transition: 0.3s ease-in-out;
  display: block;
}
.revesoft_header_navlist ul li.has_submenu_third > ul li:hover a {
  color: #0e66ff;
}
.revesoft_header_navlist ul li.has_submenu_second > ul {
  visibility: hidden;
  opacity: 0; /* Changed from 1 to 0 for better animation */
  position: absolute;
  top: 100px;
  transition: opacity 0.2s ease, top 0.2s ease, visibility 0.2s ease;
  left: 5%;
  right: 0;
  background: #f9fafb;
  z-index: 100;
  margin: 0;
  padding: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 87% !important;
  height: 336px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.revesoft_header_navlist ul > li.has_submenu_second:hover ul {
  opacity: 1;
  visibility: visible;
  transition: .5s;
  top: 69px;
}
.revesoft_header_navlist ul li.has_submenu_second > ul li {
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 48%;
  position: relative;
  background-color: #fff;
  margin: 2px;
}
.revesoft_header_navlist ul li.has_submenu_second > ul.expandable-list {
  background-color: #fff;
}
.revesoft_header_navlist ul li.has_submenu_second > ul li::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 30px;
  vertical-align: 4px;
  border-top: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  transform: rotate(45deg);
  right: 30px;
  top: 20px;
  transition: 0.3s;
}
.revesoft_header_navlist ul li.has_submenu_second > ul li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #3076ff, #15f1ca, #ff49ed);
  opacity: 0.5;
}
.revesoft_header_navlist ul > li ul.has_child_submenu_inner_first,
.revesoft_header_navlist ul > li ul.has_child_submenu_inner_second {
  display: flex;
  flex-wrap: wrap;
  opacity: inherit;
  visibility: inherit;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.revesoft_header_navlist ul .has_submenu li.has_child_submenu > a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  vertical-align: 4px;
  border-top: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 10px;
  transition: 0.3s;
}
.revesoft_header_navlist ul .has_submenu li.has_child_submenu > a {
  display: block;
  cursor: default;
}
.revesoft_header_navlist ul .has_submenu li.has_child_submenu {
  margin: 8px 0px;
}
.revesoft_header_navlist ul .has_submenu li.has_child_submenu.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 14px;
  background-image: linear-gradient(to right, #3076ff, #15f1ca, #ff49ed);
  opacity: 0.5;
  width: 88%;
  height: 2px;
  background-color: #ffffff;
  color: #004eeb;
  margin-left: 10px;
}
.revesoft_header_navlist ul .has_submenu li.has_child_submenu.active {
  background-color: #ffffff;
  border-radius: 4px;
}
.revesoft_header_navlist ul .has_submenu li.has_child_submenu.active > a {
  color: #004eeb;
  font-weight: 600;
  font-size: 16px;
}

/* .revesoft_header_navlist ul li > ul li:hover ul {
    display: inline-flex !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  } */
/* .revesoft_header_navlist ul li > ul .has_child_submenu:first-child:hover:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: -5px;
    top: 50px;
    z-index: 100;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  } */
.has_child_submenu figure img {
  max-width: 130%;
}
.revesoft_header_navlist ul li > ul li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0% !important;
  left: 100% !important;
  background: #fff !important;
  z-index: 100 !important;
  transition: opacity 0.2s ease, visibility 0.2s ease, left 0.2s ease;
  margin: 0 !important;
  padding: 24px !important;
  width: 190% !important;
  display: none;
}
.revesoft_header_navlist ul li > ul li > ul.has_child_submenu_inner a {
  position: relative;
}

.revesoft_header_navlist
ul
li
> ul
li:nth-child(1)
> ul.has_child_submenu_inner {
display: inline-flex!important;
flex-wrap: wrap;
}
.revesoft_header_navlist
ul
li
> ul
li:nth-child(1)
> ul.has_child_submenu_inner_scd {
display: inline-block!important;
flex-wrap: wrap;
}
.revesoft_header_navlist
ul
li
> ul
li:nth-child(2)
> ul.has_child_submenu_inner {
flex-wrap: wrap;

}
.revesoft_header_navlist ul li > ul li > ul li {
  width: 50%;
  min-height: 50px;
  max-height: 50px;
  margin-bottom: 12px;
}
.revesoft_header_navlist ul li > ul li a {
  text-decoration: none;
  font-family: "GeneralSans-Medium";
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0px 12px;
  display: inline-flex;
}
.revesoft_header_navlist ul li > ul li a figure {
  margin: 0px 10px 0px 0px;
}
.revesoft_header_navlist ul > li ul li a {
  text-align: left;
  padding: 12px;
}
.revesoft_header_navlist ul li.has_submenu_second > ul li a{
 display: block;
}
.revesoft_header_navlist ul li.has_submenu_second > ul li{
 display: inline-block;
 height: min-content;
}
.revesoft_main_header_right {
  display: flex;
  align-items: center;
}
.revesoft_main_header_right {
  display: flex;
  align-items: center;
}
.revesoft_main_header_right li {
  list-style: none;
}
.revesoft_main_header_right .search{
  display: flex!important;
  justify-content: end;
}
.revesoft_main_header_right .search form{
  display: flex!important;
  justify-content: end;
}
#cse-search-box{
  width: 100%;
  left: 0px;
  top: 85px;
  position: absolute;
  background-color: #FFF;
}
#cse-search-box .input-group-btn{
position: absolute;
top: 5px;
right: 20px;
}
#mod_search_searchword{
  width: 100%;
  padding: 12px;
}
.revesoft_main_header_right .form-control {
  width: 150px;
  border: none;
  outline: none;
  box-shadow: none;
}
.revesoft_main_header_right button {
  border: none;
  background-color: transparent;
}
.revesoft_main_header_right button:hover,
.revesoft_main_header_right button:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.revesoft_main_header_right > a {
  display: flex;
  padding: 12px 24px;
  color: #fff;
  font-family: "GeneralSans-Medium";
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0px 10px;
  border-radius: 8px;
  background: #004eeb;
}
.revesoft_main_header_right .has_arrow a {
  display: flex;
  padding: 6px 12px;
  font-family: "GeneralSans-Medium";
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border-radius: 8px;
}
.has_arrow {
  position: relative;
}
.has_arrow:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  vertical-align: 4px;
  border-top: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  transform: rotate(135deg);
  right: 0;
  top: 6px;
}
.has_arrow span {
  font-family: "GeneralSans-Regular";
  color: #464646;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: rgb(102, 100, 100);
  padding-right: 15px;
  cursor: pointer;
}
.m_language {
  display: none;
  position: absolute;
  z-index: 100;
}
.m_language {
  border: 1px solid #739fc9;
  background-color: white;
  padding: 3px 10px 3px 10px;
  width: 120px;
  box-shadow: 0px 5px 10px 5px rgb(116 116 116 / 25%);
}
.m_language li {
  font-size: 12px;
  padding: 3px 0px;
}
.m_language li a {
  color: #0e66ff;
}
.m_language li:hover {
  background-color: #0e66ff;
}
.m_language li:hover a {
  color: white;
  padding-left: 5px;
}
.m_language li:first-child {
  background-color: white;
}

/* MOBILE MENU DESIGN START HERE  */
#revesoft_mobile_sidebar_menu {
  width: 0%;
  left: -100%;
  transition: width 0.3s ease, left 0.3s ease; /* Smooth transition */
}
#revesoft_mobile_sidebar_menu.open {
  width: 80%;
  left: 0%;
}
.revesoft_hamburger_menu_icon {
  display: none;
  position: relative;
}
.revesoft_hamburger_menu_icon .hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0 0 0 16px;
  cursor: pointer;
  color: inherit;
  border: 0;
  background-color: transparent;
  width: 16px;
  height: 14px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revesoft_hamburger_menu_icon .hamburger .hamburgerinner {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0c0f12;
}

.revesoft_hamburger_menu_icon .hamburger .hamburgerinner:after,
.hamburger .hamburgerinner:before {
  position: absolute;
  width: 100%;
  display: block;
  content: "";
}
.revesoft_hamburger_menu_icon .hamburger .hamburgerinner:before {
  top: 0;
}
.revesoft_hamburger_menu_icon .hamburgerinner:after,
.hamburger .hamburgerinner:before {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0c0f12;
}
.revesoft_hamburger_menu_icon .hamburger .hamburgerinner:after {
  bottom: 0;
}

.revesoft_mobile_sidebar ul li {
  list-style: none;
}
.revesoft_mobile_sidebar ul .has_submenu .toggle-link:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: 4px;
  border-top: 2px solid #4d4f55;
  border-right: 2px solid #4d4f55;
  transform: rotate(135deg);
  margin-left: 8px;
  margin-top: 7px;
  transition: 0.3s;
}
.revesoft_mobile_sidebar ul .has_submenu .toggle-link.active:after {
  transform: rotate(-45deg);
  margin-top: 10px;
}
.revesoft_mobile_sidebar ul {
  margin: 0px;
  padding: 0px 0px 0px 12px;
}
.revesoft_mobile_sidebar {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1000;
  top: 70px;
  left: -100%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.3s ease-in-out;
}
#closebtn_for_revesoft_mobile_menu {
  display: none;
  text-decoration: none;
}
.revesoft_mobile_sidebar a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  transition: 0.3s;
}
#closebtn_for_revesoft_mobile_menu {
  font-size: 30px;
  margin-top: 10px;
  color: #000;
}

.openbtn:hover {
  background-color: #444;
}
.has_submenu_on_mobile a {
  display: inline-flex !important;
  align-items: center !important;
}

.revesoft_mobile_sidebar ul .has_submenu .has_submenu_on_mobile a:after {
  position: relative !important;
  margin-left: 0px !important;
  right: -10px;
  top: -3px;
  width: 8px;
}
.revesoft_mobile_sidebar ul li.has_submenu .toggle-content {
  padding-left: 20px;
}
.revesoft_mobile_sidebar ul .has_submenu .has_submenu_on_mobile figure {
  padding: 10px 20px 10px 10px;
  margin: 0px;
}

@media only screen and (max-width: 1400px) {
  .revesoft_main_header_right .form-control {
    width: 100px;
  }
  .revesoft_header_navlist ul li a {
    font-size: 14px;
    padding: 36px 10px;
  }
  .revesoft_main_header_right a.get_a_free_demo {
    font-size: 14px;
  }
  #button_to_search_bar img {
    max-width: 100%;
  }
  .revesoft_main_header_right > a {
    font-size: 13px;
    padding: 12px 13px;
}
.revesoft_main_header_middle{
  padding-left: 80px!important;
}
}
@media only screen and (max-width: 1200px) {
  .revesoft_main_header_right > a {
    padding: 12px 12px;
    font-size: 13px;
    line-height: 20px;
    width: auto;
  }
  .revesoft_main_header_middle{
    padding-left: 0px!important;
  }
  .revesoft_main_header_right .form-control {
    width: 80px;
    display: none;
  }
  .revesoft_header_navlist ul li a {
    font-size: 14px;
  }
  .revesoft_main_header_right a.get_a_free_demo {
    font-size: 12px;
    padding: 8px;
  }
  .revesoft_header_logo img {
    max-width: 90%;
  }
  .revesoft_header_navlist ul .has_submenu.active a:after {
    top: 13px;
  }
  .revesoft_header_navlist ul li.has_submenu_third > ul {
    left: 40%;
  }
  /* .expandable-list{
    top: 61px!important;
  } */
  #hamburger {
    display: block;
  }
  .revesoft_main_header_left{
    width: 15%;
  }
  .revesoft_main_header_middle{
    width: 45%;
  }
  .revesoft_main_header_right{
    width: 40%;
  }
  .revesoft_main_header_right > a {
    padding: 12px 12px;
    font-size: 13px;
    line-height: 20px;
    width: 40%;
    display: inline-block;
    text-align: center;
}
.revesoft_header_navlist ul{
  padding: 0px;
}
.has_arrow span{
  padding: 0px;
}
.has_arrow:after{
  right: -12px;
  top: 4px;
}
}
@media only screen and (max-width: 1000px) {
  .revesoft_header_navlist {
    display: none;
  }
  .revesoft_main_header_right {
    display: none;
  }
  .revesoft_hamburger_menu_icon {
    display: block;
  }
  .revesoft_main_header_left{
    width: 100%;
  }
  .revesoft_main_header{
    padding: 18px 0px;
  }
}
@media only screen and (max-height: 450px) {
  .revesoft_mobile_sidebar {
    padding-top: 15px;
  }
  .revesoft_mobile_sidebar a {
    font-size: 18px;
  }
}
/* mobile menu end  */

/* header code end */
/* FOOTER DESIGN START HERE  */
.revesoft_main_footer {
  background: #000e2b;
  padding: 64px 0px 40px 0px;
}
.revesoft_main_footer span {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0px;
  padding: 32px 0px 20px 0px;
  display: inline-block;
}
.revesoft_main_footer ul {
  margin: 0px;
  padding: 0px;
}
.revesoft_main_footer ul li {
  list-style: none;
  padding: 4px 0px;
}
.revesoft_main_footer ul li a {
  color: #f5f5f5;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.revesoft_main_footer ul.revesoft_social_icon {
  display: flex;
}
.revesoft_main_footer ul.revesoft_social_icon li {
  padding: 12px 24px 0px 0px;
}
.revesoft_main_footer_pp {
  border-top: 1px solid #2d3255;
  margin: 40px 0px 0px;
  padding: 40px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revesoft_main_footer_pp_right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revesoft_main_footer_pp_right ul li {
  padding: 0px 12px;
}
.revesoft_main_footer_pp_left p {
  color: #f5f5f5;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.revesoft_main_footer_pp_right ul li a {
  color: #f5f5f5;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
/* FOOTER DESIGN END HERE  */
/* HOME PAGE DESIGN START HERE  */
.revesoft_hero_section {
  padding: 96px 0px;
  background-color: #ffffff;
  position: relative;
}
.revesoft_hero_section swiper-slide:nth-child(1),
.revesoft_hero_section
  swiper-slide:nth-child(2)
  .revesoft_hero_section
  swiper-slide:nth-child(3) {
  height: auto;
}
.revesoft_hero_section_left {
  min-height: 500px;
}
.revesoft_hero_section_left_bg {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 0;
  max-width: 100%;
}
.revesoft_hero_section_right_bg {
  position: absolute;
  right: 0;
  top: 30%;
  max-width: 100%;
}
.revesoft_cutting_edge_solutions {
  position: relative;
}
.revesoft_cutting_edge_solutions_left_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  max-width: 100%;
}
.revesoft_cutting_edge_solutions_right_bg {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 100%;
}

.revesoft_hero_section_left h1 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 0px;
}
.revesoft_hero_section_left p {
  font-family: "GeneralSans-Regular";
  color: #1f2a37;
  font-size: 20px;
  line-height: 34px;
  margin: 0px;
  padding: 24px 0px 48px 0px;
}
.revesoft_hero_section_left a {
  font-family: "GeneralSans-SemiBold";
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #279aff -57.27%, #2727e5 151.3%);
  display: inline-block;
}
.revesoft_hero_section_left a.learn_more{
  border-radius: 10px;
  color: var(--Gray-neutral-800, #1F2A37);
  font-family: "GeneralSans-SemiBold";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 155.556% */
border: 1px solid var(--Blue-800, #1849A9);
background: #FFF;
padding: 16px 24px;
gap: 16px;
margin-left: 16px;
}
.revesoft_hero_section_right {
  display: flex;
  align-items: center;
  justify-content: right;
}
.revesoft_hero_section_right img {
  max-width: 100%;
  position: relative;
  z-index: 100 !important;
  max-width: 100%;
}
swiper-container {
  width: 100%;
}

swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.revesoft_cutting_edge_solutions,
.revesoft_products {
  padding: 0px 0px 96px 0px;
}
.revesoft_cutting_edge_solutions h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px 0px 64px 0px;
}
.revesoft_cutting_edge_solutions_inner_item .card {
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 20px;
  background: #f3f4f6;
  padding: 24px;
  transition: 0.3s ease-in-out;
}
/* .revesoft_cutting_edge_solutions .row > div:nth-child(1) .card,
.revesoft_cutting_edge_solutions .row > div:nth-child(4) .card {
    min-height: 450px;
}
.revesoft_cutting_edge_solutions .row > div:nth-child(3) .card,
.revesoft_cutting_edge_solutions .row > div:nth-child(2) .card {
    min-height: 500px;
    padding-top: 100px;
} */

.revesoft_cutting_edge_solutions_inner_item .card {
  min-height: 400px;
}
.revesoft_cutting_edge_solutions_inner_item .card .card-body {
  padding: 0px;
}
.revesoft_cutting_edge_solutions_inner_item .card.active {
  background: #fff;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}
.revesoft_cutting_edge_solutions_inner_item .card:hover {
  background: #fff;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}
.revesoft_cutting_edge_solutions_inner_item .card a svg{
 max-width: 100%;
 padding-bottom: 2px;
}
.revesoft_cutting_edge_solutions_inner_item .card:hover a svg path{
  fill: #0000EA!important;
  color: red;
  background-color: red;
}
.revesoft_cutting_edge_solutions_inner_item .card:hover a {
  color: #0000ed;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
}
.revesoft_cutting_edge_solutions_inner_item .card img {
  max-width: 100%;
}
.revesoft_cutting_edge_solutions_inner_item .card h3,
.revesoft_products .card h3 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  padding: 24px 0px 12px 0px;
}
.revesoft_cutting_edge_solutions_inner_item .card p,
.revesoft_products .card p {
  color: #1f2a37;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
}
.revesoft_cutting_edge_solutions_inner_item .card a {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.revesoft_number_speaks_left {
  padding-top: 96px;
}
.revesoft_number_speaks_left h3 {
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.revesoft_number_speaks_left p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.revesoft_number_speaks_right {
  padding: 96px 0px 0px 40px;
}
.revesoft_number_speaks_right_inner {
  width: 100%;
}
.revesoft_number_speaks_right_inner span {
  color: #0072ba;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.revesoft_number_speaks_right_inner p {
  color: #0072ba;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 30px;
}
.revesoft_products {
  background: linear-gradient(270deg, #eff4fa 0%, #fff 53%, #eff4fa 100%);
}
.revesoft_technoloagy_partnership {
  position: relative;
}
.revesoft_products h2,
.revesoft_trusted_industries_leaders h2,
.revesoft_award h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  padding: 92px 0px 48px 0px;
}
.revesoft_technoloagy_partnership h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  padding: 92px 0px 48px 0px;
}
.revesoft_products .card {
  width: 100%;
  border: none;
  text-align: center;
  border-radius: 24px;
  background: #f3f4f6;
  padding: 24px;
  transition: 0.3s ease-in-out;
  min-height: 370px;
}
.revesoft_products .card .card-body {
  padding: 0px;
}
.revesoft_products .card h3 {
  font-family: "GeneralSans-SemiBold";
  margin: 0px;
}
.revesoft_products .card:hover {
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  background-color: #fff;
}
.revesoft_products .revesoft_products_explore_btn a {
  font-family: "GeneralSans-SemiBold";
  color: #0585ff;
  font-size: 16px;
  line-height: 24px; /* 150% */
  text-decoration: none;
  border-radius: 11px;
  border: 1px solid #0585ff;
  background: #fff;
  padding: 12px 24px;
}
.revesoft_products .revesoft_products_explore_btn {
  padding: 48px 0px 0px 0px;
  text-align: center;
}
.revesoft_trusted_industries_leaders .card {
  border: none;
  text-align: center;
  padding: 24px 24px;
  border-radius: 11.333px;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(160, 160, 160, 0.1);
  min-height: 240px;
  margin-bottom: 58px;
}
.revesoft_trusted_industries_leaders .card-image {
min-height: 90px;
}
.revesoft_trusted_industries_leaders .card-body, .revesoft_trusted_industries_leaders .card-image {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.revesoft_trusted_industries_leaders .card-body p {
  padding: 0px 0px 0px 0px;
  color: #1d1d1d;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 17px;
  line-height: 26px;
}
.revesoft_trusted_industries_leaders {
  position: relative;
  padding-bottom: 96px;
}

.revesoft_trusted_industries_leaders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../webp/trusted-intustries-bg.webp) no-repeat center
    center;
  background-size: cover;
  opacity: .8;
  z-index: -1;
}

.revesoft_trusted_industries_leaders .swiper-button-next,
.revesoft_trusted_industries_leaders .swiper-button-prev,
.revesoft_technoloagy_partnership .swiper-button-prev,
.revesoft_technoloagy_partnership .swiper-button-next {
  top: 92%;
  border: 1px solid gray;
}
/* .revesoft_trusted_industries_leaders .swiper-button-next.swiper-button-disabled,
.revesoft_trusted_industries_leaders .swiper-button-prev.swiper-button-disabled, */
.revesoft_technoloagy_partnership .swiper-button-prev.swiper-button-disabled,
.revesoft_technoloagy_partnership .swiper-button-next.swiper-button-disabled {
  width: 40px;
  height: 40px;
  border: 1px solid gray;
  top: 87%;
}
.revesoft_trusted_industries_leaders .swiper-button-next:after,
.revesoft_technoloagy_partnership .swiper-button-prev:after {
  display: none;
}
.revesoft_trusted_industries_leaders .swiper-button-prev:after,
.revesoft_technoloagy_partnership .swiper-button-next:after {
  display: none;
}
.revesoft_trusted_industries_leaders .swiper-pagination-bullet-active {
  border-radius: 14px;
  background: #1d0df1;
}
.revesoft_trusted_industries_leaders
  .swiper-horizontal
  > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 20px);
}
.revesoft_trusted_industries_leaders .swiper {
  padding-bottom: 20px;
}
.revesoft_trusted_industries_leaders .swiper-button-prev {
  background-image: url(../svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 46%;
  z-index: 100;
  top: 83%;
}
.revesoft_trusted_industries_leaders .swiper-button-next {
  background-image: url(../svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 52%;
  top: 83%;
}
.revesoft_technoloagy_partnership .swiper-button-prev {
  background-image: url(../svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 48%;
  z-index: 100;
  top: 86.5%;
  position: absolute;
}
.revesoft_technoloagy_partnership .swiper-button-next {
  background-image: url(../svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 52%;
  top: 86.5%;
  position: absolute;
}
.revesoft_award {
  background-image: url(../bg.html\ elements@2x.webp);
  padding: 0px 0px 96px 0px;
}
.revesoft_award img {
  max-width: 100%;
}
.revesoft_technoloagy_partnership {
  padding: 0px 0px 96px 0px;
  background: #f5f9fc;
}
.revesoft_technoloagy_partnership .card {
  border: none;
  padding: 24px;
  background-color: #FFF;
  min-height: 460px;
}
.revesoft_technoloagy_partnership .card .card-body{
padding: 24px 0px 0px 0px;
}
.revesoft_technoloagy_partnership .card .card-image {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.revesoft_technoloagy_partnership .card .card-image img {
  max-width: 100%;
  padding: 0px 20px;
}
.revesoft_technoloagy_partnership .card h3 {
  font-family: "GeneralSans-SemiBold";
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 0px 12px 0px;
}
.revesoft_technoloagy_partnership .card p {
  color: #3d3d3d;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
.revesoft_technoloagy_partnership .swiper {
  padding-bottom: 80px;
  padding-left: 12px;
}
.revesoft_technoloagy_partnership .swiper-slide:nth-child(1) .card-image {
  background: #eff8ff;
}
.revesoft_technoloagy_partnership .swiper-slide:nth-child(2) .card-image {
  background: #fafafa;
}
.revesoft_technoloagy_partnership .swiper-slide:nth-child(3) .card-image {
  background: #143c6a;
}
.revesoft_technoloagy_partnership .swiper-slide:nth-child(4) .card-image {
  background: #333;
}
.revesoft_technoloagy_partnership .swiper-slide:nth-child(5) .card-image {
  background: #241C3A;
}
.revesoft_technoloagy_partnership .swiper-slide:nth-child(6) .card-image {
  background: #E2FFFF;
}
.revesoft_event_participations {
  padding: 0px 0px 66px 0px;
  background-image: url(../event.html\ bg@2x\ 1.png);
}
.revesoft_event_participations h2,
.revesoft_latest_blog h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  padding: 92px 0px 48px 0px;
}
.revesoft_event_participations_inner_items img {
  max-width: 100%;
  object-fit: cover;
}
.revesoft_event_participations p {
  color: #4d5761;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  line-height: 30px;
  padding: 16px 0px 0px;
  margin: 0px;
}
.revesoft_latest_blog .card .blog_and_published_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.revesoft_latest_blog .card {
  border: none;
}
.revesoft_latest_blog .card .card-body {
  padding: 0px;
}
.revesoft_latest_blog .card h3 {
  color: #0685ff;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 12px 0px;
}
.revesoft_latest_blog .card h3 a {
  text-decoration: none;
}
.revesoft_latest_blog .card a.card-text,
.revesoft_latest_blog .card time {
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  text-decoration: none;
}
.revesoft_latest_blog .card .blog_and_published_date a {
  color: #0685FF;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  text-decoration: none;
}
.revesoft_latest_blog .card .card-image {
  position: relative;
  overflow: hidden;
}
.revesoft_latest_blog .card .card-image img {
  transform: scale(1);
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
.revesoft_latest_blog .card .card-image img:hover {
  transform: scale(1.1);
}
.revesoft_latest_blog {
  padding: 0px 0px 96px 0px;
}
.container {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    width: 540px!important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px!important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1220px!important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1640px) {
  .revesoft_cutting_edge_solutions_inner_item .card {
    min-height: 334px;
  }
  .revesoft_products .card {
    min-height: 360px;
  }
}

/* HOME PAGE DESIGN END HERE  */
/* PARTNER PAGE DESIGN START HERE  */
.revesoft_partnership_program {
  position: relative;
  padding: 130px 0px 130px 0px;
}
.revesoft_partnership_program h1 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 0px;
}
.revesoft_partnership_program span {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 30px;
  line-height: 38px;
  margin: 0px;
  padding: 24px 0px 12px 0px;
  display: inline-block;
}
.revesoft_partnership_program p {
  font-family: "GeneralSans-Regular";
  color: #1f2a37;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.revesoft_partnership_program a {
  font-family: "GeneralSans-SemiBold";
  display: inline-block;
  padding: 16px 24px;
  border-radius: 8px;
  background: #004eeb;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.revesoft_partnership_program::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../webp/trusted-intustries-bg.webp) no-repeat center
    center;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.revesoft_partnership_program img {
  max-width: 100%;
  position: absolute;
  bottom: -130px;
  right: 0px;
}
.revesoft_active_partnership {
  background: #f5f9fc;
}
.revesoft_active_partnership .card {
  border: none;
  margin-bottom: 24px;
  min-height: 610px;
}
.revesoft_active_partnership .card .card-image {
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px;
}
.revesoft_active_partnership .card .card-image img {
  max-width: 100%;
}
.revesoft_active_partnership .row .col-sm-12:nth-child(1) .card-image {
  background: #eff8ff;
}
.revesoft_active_partnership .row .col-sm-12:nth-child(2) .card-image {
  background: #fafafa;
}
.revesoft_active_partnership .row .col-sm-12:nth-child(3) .card-image {
  background: #333;
}
.revesoft_active_partnership .row .col-sm-12:nth-child(4) .card-image {
  background: #143c6a;
}
.revesoft_active_partnership .card h3 {
  font-family: "GeneralSans-SemiBold";
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 0px 12px 0px;
}
.revesoft_active_partnership .card p {
  color: #3d3d3d;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
.revesoft_active_partnership h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  padding: 92px 0px 48px 0px;
}
.revesoft_active_partnership .revesoft_title_with_subtitle h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  padding: 72px 0px 12px 0px;
}
.revesoft_active_partnership .revesoft_title_with_subtitle span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GeneralSans-Regular";
  color: #1f2a37;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 48px;
}
.revesoft_business_query_withoutbg {
  background: #f5f9fc !important;
  background-image: none;
}
.revesoft_business_query {
  background-image: url(../webp/noisy-gradients.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 0px 96px 0px;
}
.revesoft_business_query h2 {
  color: #fff;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 64px 0px 12px 0px;
}
.revesoft_business_query p {
  color: #fff;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_business_query .col-xl-8 {
  margin: auto;
}
.revesoft_business_query_frm {
  border-radius: 16px;
  background: #fff;
  padding: 32px 48px 48px 48px;
  min-height: 800px;
}
/* .revesoft_business_query_frm form .form-group {
  width: 49%;
  margin: 0px;
} */
.revesoft_business_query_frm form#dynamicForm .form-group {
  width: 49%;
  margin: 0px;
}
.revesoft_business_query_frm form#dynamicForm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.revesoft_business_query_frm form#dynamicForm button{
 margin-top: 32px;
}
.revesoft_business_query_frm form#dynamicForm .form-group label {
  color: #384250;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0px 4px 0px;
}
.revesoft_business_query_frm form .form-group label {
  color: #384250;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  line-height: 20px;
  padding: 0px 0px 8px 0px;
}
.revesoft_business_query_frm form .form-group input::placeholder,
.revesoft_business_query_frm form .form-group textarea::placeholder{
  color: #6f6f6f;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0px;
}
.revesoft_business_query_frm
  form
  .form-group
  select#is_currently_telecome_business,
.revesoft_business_query_frm form .form-group select#type_of_business, .revesoft_business_query_frm form .form-group select#country{
  color: #6f6f6f;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 20px;
  padding: 12px 16px;
}
.revesoft_business_query_frm form .note i{
  color: #6f6f6f;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0px 0px 0px;
  display: block;
}
.revesoft_business_query_frm form .iti--separate-dial-code .iti__selected-dial-code {
  font-size: 12px;
  color: #6f6f6f;
  text-align: left;
  font-family: "GeneralSans-Regular";
}
.revesoft_business_query_frm form .form-group.revesoft_form_fullwidth {
  width: 100%;
}
.revesoft_business_query_frm form .form-group{
  margin-bottom: 16px;
}
.revesoft_business_query_frm form .form-control {
  display: flex;
  padding: 10px 16px;
  align-items: center;
  height: auto;
  border-radius: 8px;
  border: 1px solid #f2f2f7;
  background: #fafafa;
  font-size: 16px;
  color: #6f6f6f;
  text-align: left;
  font-family: "GeneralSans-Regular";
}
.revesoft_business_query_frm form .form-select {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  height: auto;
  border-radius: 8px;
  border: 1px solid #f2f2f7;
  background-color: #fafafa;
  font-size: 16px;
}
.revesoft_business_query_frm form .form-control:focus {
  box-shadow: none;
  outline: none;
}
/* .revesoft_business_query_frm form select.form-select {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #f2f2f7;
  background-color: #fafafa;
  font-size: 16px;
} */
.revesoft_business_query_frm form button {
  width: 100%;
  border: none;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #004eeb;
  background: #004eeb;
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  min-height: 55px;
}
/* .revesoft_business_query_frm form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
.revesoft_business_query_frm .form-horizontal .form-group{
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.revesoft_business_query_frm .submit-btn:hover{
 background-color: #004eeb!important;
 color: #FFF;
}
@media only screen and (max-width: 575px) {
  .revesoft_active_partnership .card {
    min-height: auto;
  }
  .revesoft_partnership_program {
    padding: 60px 0px 60px 0px;
  }
  .revesoft_business_query_frm form .form-group {
    width: 100%;
  }
  .revesoft_business_query_frm form {
    padding: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_active_partnership .card {
    min-height: auto;
  }
  .revesoft_partnership_program h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_partnership_program {
    padding: 60px 0px 60px 0px;
  }
  .revesoft_business_query_frm form .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_active_partnership .card {
    min-height: 665px;
  }
  .revesoft_partnership_program h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_partnership_program {
    padding: 60px 0px 60px 0px;
  }
  .revesoft_partnership_program img {
    max-width: 100%;
    z-index: -2;
    opacity: 0.2;
  }
  .revesoft_business_query_frm form .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revesoft_active_partnership .card {
    min-height: 700px;
  }
  .revesoft_partnership_program img {
    max-width: 130%;
    z-index: -2;
    opacity: 1;
  }
  .revesoft_partnership_program {
    padding: 90px 0px 90px 0px;
  }
  .revesoft_partnership_program h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_active_partnership .card {
    border: none;
    margin-bottom: 24px;
    min-height: 635px;
  }
  .revesoft_partnership_program img {
    max-width: 100%;
  }
}
/* PARTNER PAGE DESIGN END HERE  */
/* CLIENT PAGE DESIGN START HERE  */
.revesoft_clientele {
  position: relative;
  padding: 30px 0px 30px 0px;
}
.revesoft_clientele h1 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 0px;
}
.revesoft_clientele p {
  font-family: "GeneralSans-Regular";
  color: #1f2a37;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 24px 0px;
}
.revesoft_clientele::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../webp/trusted-intustries-bg.webp) no-repeat center
    center;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.revesoft_clientele img {
  max-width: 100%;
}
.revesoft_clients_logo {
  background: #f5f9fc;
  padding: 60px 0px 96px 0px;
}
.revesoft_clients_logo_single_items {
  min-height: 160px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.revesoft_clients_logo_single_items:hover {
  transform: scale(1.1);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  z-index: 1000;
  position: relative;
}
.revesoft_clients_logo_single_items img {
  max-width: 100%;
}
.revesoft_clients_logo_single_items p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .revesoft_clientele {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_business_query_frm form#dynamicForm .form-group {
    width: 100%;
    margin: 0px;
}
.revesoft_business_query_frm{
  padding: 12px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_clientele h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_clientele {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_business_query_frm form#dynamicForm .form-group {
    width: 100%;
    margin: 0px;
}
.revesoft_business_query_frm{
  padding: 12px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_clientele h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_clientele {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revesoft_clientele {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_clientele h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
}
/* CLIENT PAGE DESIGN END HERE  */
/* CERTIFICATION PAGE DESIGN START HERE  */
.revesoft_certification {
  position: relative;
  min-height: 497px;
  padding: 30px 0px 30px 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_certification h1 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 96px 0px 0px 0px;
  text-align: center;
}
.revesoft_certification p {
  font-family: "GeneralSans-Regular";
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 48px 0px;
}
.revesoft_certification .card p {
  font-family: "GeneralSans-Regular";
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 24px 0px;
}
.revesoft_certification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: url(../webp/noisy-gradients-2.webp) no-repeat center
    center;
  background-size: cover;
  z-index: -1;
}
.revesoft_certification_p_inner .card {
  border: none;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  min-height: 540px;
}
.revesoft_certification_p_inner .card .card-image img {
  max-width: 100%;
  border-radius: 16px;
}
.revesoft_certification_awards {
  background: #f5f9fc;
}
.revesoft_certification_awards h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  margin: 0px;
  padding: 92px 0px 16px 0px;
}
.revesoft_certification_awards p {
  text-align: center;
  font-family: "GeneralSans-Regular";
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 0px 0px 32px 0px;
  margin: 0px;
}
.revesoft_certification_awards .revesoft_certification_awards_inner p {
  text-align: center;
  font-family: "GeneralSans-Regular";
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  padding: 16px;
  min-height: 120px;
}
.revesoft_certification_awards_inner {
  background-color: #fff;
  border-radius: 8px;
  margin: 12px 0px;
}
.revesoft_certification_awards_inner img {
  border-bottom: 1px dashed #e5ebf0;
  max-width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.revesoft_contact_sales {
  background: #f5f9fc;
  padding: 80px 0px 92px 0px;
}
.revesoft_contact_sales_inner {
  background-image: url(../webp/bottom-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 63px;
  text-align: center;
  border-radius: 16px;
}
.revesoft_contact_sales_inner h2 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 58px;
  margin: 0px;
  padding: 0px 0px 36px 0px;
}
.revesoft_contact_sales_inner a {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 8px;
  background: #0099fa;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .revesoft_certification {
    padding: 30px 0px 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_certification h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_certification {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_certification_p_inner .card {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_certification h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_certification {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_certification_p_inner .card {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revesoft_certification {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_certification h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .revesoft_certification_p_inner .card {
    min-height: 470px;
  }
  .revesoft_certification_awards .revesoft_certification_awards_inner p {
    min-height: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_certification_p_inner .card {
    min-height: 500px;
  }
  .revesoft_certification_awards .revesoft_certification_awards_inner p {
    min-height: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
}
/* CERTIFICATION PAGE DESIGN END HERE  */
/* EVENTS PAGE DESIGN START HERE  */
.revesoft_events {
  position: relative;
  min-height: 497px;
  padding: 30px 0px 30px 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_events::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: url(../webp/noisy-gradients-3.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.revesoft_events h1 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 96px 0px 96px 0px;
  text-align: center;
}
.revesoft_events .revesoft_events_inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.revesoft_events
  .row
  > div:nth-child(1)
  .revesoft_events_inner
  .revesoft_events_inner_left {
  background-color: #000;
  padding: 74px 16px;
  border-radius: 8px;
}
.revesoft_events
  .row
  > div:nth-child(2)
  .revesoft_events_inner
  .revesoft_events_inner_left {
  background-color: #0025ce;
  padding: 74px 16px;
  border-radius: 8px;
}
.revesoft_events
  .row
  > div:nth-child(3)
  .revesoft_events_inner
  .revesoft_events_inner_left {
  background-image: url(../rectangle.html\ 9.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 74px 16px;
  border-radius: 8px;
}
.revesoft_events_inner_left {
  width: 30%;
}
.revesoft_events_inner_right {
  width: 70%;
}
.revesoft_events_inner_left img {
  max-width: 100%;
}
.revesoft_events_inner_right {
  padding: 0px 0px 0px 24px;
}
.revesoft_events_inner_right h3 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 30px;
  line-height: 38px;
  margin: 0px;
  padding: 0px;
}
.revesoft_events_inner_right p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  padding: 16px 0px 32px 0px;
}
.revesoft_events_inner_right a {
  color: #004eeb;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}
.revesoft_events_popup_slider .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 24px;
  background: #fff;
}
.revesoft_events_popup_slider .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 33%;
  height: 100%;
  box-shadow: none;
}
.revesoft_events_popup_slider .swiper-slide .event_popup_slider_text {
  background-color: #fff !important;
  padding: 12px 0px;
  box-shadow: none;
  position: relative;
  z-index: 100;
  border: none;
  margin: -1px;
}
.revesoft_events_popup_slider .swiper-slide .event_popup_slider_text p {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 34px;
  margin: 0px;
  padding: 0px;
}
.revesoft_events_popup_slider .swiper-slide img {
  display: block;
  max-width: 100%;
}
.revesoft_events_popup_slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: 0.3s ease-in-out;
}
.revesoft_events_popup_slider .show_events_img_close_btn {
  background-image: url(../svg/dismiss.svg);
  width: 24px;
  height: 24px;
  top: 20px;
  right: 34px;
  z-index: 1100;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.revesoft_events_popup_slider .show_events_img_close_btn:hover {
  opacity: 0.8;
}
.revesoft_events_popup_slider .container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  margin: 0px !important;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 575px) {
  .revesoft_events {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_events .revesoft_events_inner {
    display: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_events {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_events .revesoft_events_inner {
    display: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_events {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_events .revesoft_events_inner {
    display: inherit;
  }
}

/* EVENTS PAGE DESIGN END HERE  */
/* AIRTEL PROJECT PAGE DESIGN START HERE  */
.revesoft_airtel_project {
  position: relative;
  min-height: 497px;
  padding: 30px 0px 30px 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_airtel_project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background: url(../webp/noisy-gradients-4.webp) no-repeat
    center center;
  background-size: cover;
  z-index: -1;
}
.revesoft_airtel_project h1 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 96px 0px 0px 0px;
  text-align: left;
}
.revesoft_airtel_project p {
  font-family: "GeneralSans-Regular";
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 32px 0px;
  width: 70%;
  margin-right: auto;
}
.revesoft_airtel_project a {
  font-family: "GeneralSans-SemiBold";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  background: #fff;
  display: inline-block;
  margin-bottom: 92px;
}
.revesoft_airtel_project .revesoft_common_card_inner_item .card{
  min-height: 385px;
}
.revesoft_common_card_inner_item .card {
  padding: 24px;
  border: none;
  min-height: 330px;
  border-radius: 12px;
}
.revesoft_common_card_inner_item .card .card-body {
  padding: 0px;
}
.revesoft_common_card_inner_item .card h2 {
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 24px 0px 12px 0px;
}
.revesoft_common_card_inner_item .card p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
}
.revesoft_benefits {
  background: #f5f9fc;
  padding: 92px 0px 92px 0px;
}
.revesoft_benefits_sbc p{
  color: var(--Gray-neutral-800, #1F2A37);
font-family: "GeneralSans-Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin: 0px;
padding: 0px 0px 32px 0px;
}
.revesoft_benefits_bg {
  background: #fff;
  padding: 92px 0px 92px 0px;
}
.revesoft_benefits img {
  max-width: 100%;
}
.revesoft_benefits h2 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  text-align: left;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.96px;
  margin: 0px;
  padding: 0px 0px 32px 0px;
}
.revesoft_benefits ul {
  margin: 0px;
  padding: 0px;
}
.revesoft_benefits ul li {
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 18px;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding: 0px 0px 24px 36px;
}
.revesoft_benefits ul li > ul {
  margin-top: 22px;
}
.revesoft_benefits ul li > ul li {
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding: 0px 0px 20px 22px;
}
.revesoft_benefits ul li > ul li:after {
  background-image: none;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  vertical-align: 4px;
  border-top: 1px solid #4d4f55;
  border-right: 1px solid #4d4f55;
  transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 7px;
  transition: transform 0.3s ease;
}
.revesoft_benefits ul li:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../svg/shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
}
.revesoft_advantage {
  position: relative;
  min-height: 497px;
  padding: 30px 0px 30px 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_advantage ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../airtel-banner.html\ 1.webp) no-repeat
    center center;
  background-size: cover;
  z-index: -1;
}
.revesoft_advantage p {
  color: #fff;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -1.2px;
  margin: 0px;
  text-align: center;
}
.revesoft_advantage h2 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .revesoft_airtel_project {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_airtel_project h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_common_card_inner_item .card {
    margin-bottom: 24px;
  }
  .revesoft_airtel_project .revesoft_common_card_inner_item .card{
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_airtel_project {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_common_card_inner_item .card {
    margin-bottom: 24px;
  }
  .revesoft_airtel_project h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_airtel_project .revesoft_common_card_inner_item .card{
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_airtel_project {
    padding: 30px 0px 0px 0px;
  }
  .revesoft_common_card_inner_item .card {
    margin-bottom: 24px;
  }
  .revesoft_benefits {
    padding: 45px 0px;
  }
  .revesoft_airtel_project h1 {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .revesoft_common_card_inner_item .card {
    min-height: 445px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_common_card_inner_item .card {
    min-height: 360px;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
  .revesoft_common_card_inner_item .card {
    min-height: 360px;
  }
}

/* CERTIFICATION PAGE DESIGN END HERE  */
/* CONTACT PROJECT PAGE DESIGN START HERE 
.revesoft_offices_map {
  position: relative;
  padding: 96px 0px 96px 0px;
}
.revesoft_offices_map h1 {
  font-family: "GeneralSans-SemiBold";
  color: #111927;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.revesoft_offices_map p {
  font-family: "GeneralSans-Regular";
  text-align: center;
  color: #1f2a37;
  font-size: 22px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_offices_map a {
  font-family: "GeneralSans-Medium";
  color: #004eeb;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
}
.revesoft_offices_map_inner {
  position: relative;
}
.revesoft_offices_map_inner {
  text-align: center;
  display: flex;
  justify-content: center;
}
.revesoft_offices_map_inner_head_office:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  bottom: -4px;
  position: absolute;
  right: 47%;
  transform: rotate(45deg);
}
.revesoft_offices_map_inner img {
  max-width: 100%;
}
.revesoft_offices_map_inner_head_office {
  border-radius: 8px;
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  width: 264px;
  text-align: center;
}
.revesoft_offices_map_inner_head_office {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
  padding-right: 15px;
  padding-left: 15px;
}
.revesoft_offices_map_inner_head_office p {
  color: #475467;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  padding: 0px 0px 8px 0px;
}
.revesoft_offices_map_inner_head_office span {
  text-align: center;
  font-family: "GeneralSans-Medium";
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}

.circle-main {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0071b9;
  border-radius: 50%;
}

.circle-main::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0071b9;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  animation: fadeInOut1 2s infinite;
}
.circle-main::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #0071b9;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  animation: fadeInOut2 2s infinite;
  animation-delay: 0.3s;
}
.location1 {
  top: 40%;
  left: 22%;
}

.location2 {
  top: 40%;
  right: 49%;
}

.location3 {
  bottom: 50%;
  left: 64%;
}

.location4 {
  bottom: 57%;
  right: 21%;
}
@keyframes fadeInOut1 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes fadeInOut2 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
}
.revesoft_corporate_office_address {
  background: #f5f9fc;
  padding: 90px 0px;
}
.revesoft_corporate_office_address h2 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.revesoft_corporate_office_address_inner {
  background: #fff;
  max-width: 600px;
  border-radius: 24px;
}
.revesoft_corporate_office_address_inner span {
  color: #2f3642;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
}
.revesoft_corporate_office_address_inner_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #ffe9ed 0%, #fff 100%);
  padding: 12px 24px;
  border-radius: 24px 24px 0px 0px;
}
.revesoft_corporate_office_address_and_image {
  position: relative;
  min-height: 650px;
  z-index: 1;
  padding: 50px 0px;
}
.revesoft_corporate_office_address_and_image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: url(https://www.revesoft.com/cdn/assets/images/new-contact/Rectangle\ 31.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
  border-radius: 16px;
}
.revesoft_corporate_office_address_inner_details {
  padding: 0px 24px;
}
.revesoft_corporate_office_address_inner_details_inner {
  display: flex;
  align-items: start;
  padding: 24px 0px;
  border-bottom: 1px solid #f3f4f6;
}
.revesoft_corporate_office_address_inner_details_left {
  width: 30%;
}
.revesoft_corporate_office_address_inner_details_right {
  width: 70%;
}
.revesoft_corporate_office_address_inner_details_left p {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 18px;
  line-height: 28px;
  padding: 5px;
  margin: 0px;
}
.revesoft_corporate_office_address_inner_details_left p img {
  padding-right: 10px;
}
.revesoft_corporate_office_address_inner_details_right p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
}
.revesoft_corporate_office_address_inner_details_right a {
  display: block;
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  padding: 5px;
  text-decoration: none;
}
.revesoft_corporate_office_address_inner_details h3 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 24px 0px 0px 0px;
}
a.revesoft_location_on_map {
  color: #004eeb;
  font-family: "GeneralSans-Medium";
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 24px 0px;
}
a.revesoft_location_on_map img {
  padding-right: 5px;
}
.revesoft_regional_offices {
  background-image: url(https://www.revesoft.com/cdn/assets/images/new-contact/regional-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 74px 0px;
}
.revesoft_regional_offices_single_office {
  background-color: #fff;
  border-radius: 24px;
}
.revesoft_regional_offices_single_office img {
  max-width: 100%;
  padding-right: 10px;
}
.revesoft_regional_offices_single_oiffle_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background: #f0f9ff;
  border-radius: 24px 24px 0px 0px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 24px 24px;
  border-bottom: 1px solid #f3f4f6;
}
.revesoft_regional_offices h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_regional_offices h3 {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-SemiBold";
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
}
.revesoft_regional_offices h4,
.revesoft_sales_team h4 {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-SemiBold";
  font-size: 18px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.revesoft_regional_offices p {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  min-height: 130px;
}
.revesoft_regional_offices a {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}
.revesoft_sales_team {
  background: #f5f9fc;
  padding: 96px 0px;
}
.revesoft_sales_team_inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 0px;
  transition: 0.3s ease-in-out;
  margin-bottom: 24px;
}
.revesoft_sales_team_inner:hover {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.revesoft_sales_team_inner_title {
  background: #e0f2fe;
  border-radius: 12px 12px 0px 0px;
  position: relative;
  z-index: 10;
}
/* .revesoft_sales_team_inner:hover  .revesoft_sales_team_inner_title:after {
  width: 100%;
  transition: .3s;
  color: #fff;
}
.revesoft_sales_team_inner_title:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 1%;
  height: 100%;
  color: #fff;
  background: url(../images/contact/Rectangle\ 32.webp) no-repeat center;
  transition: .3s;
  z-index: -1;
  border-radius: 12px 12px 0px 0px;
} 
.revesoft_sales_team h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.revesoft_sales_team p {
  color: #1f2a37;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_sales_team h3 {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  padding: 8px;
}
.revesoft_sales_team_inner_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.revesoft_sales_team_inner_image img {
  max-width: 100%;
  padding: 20px 20px 0px 20px;
}
.revesoft_sales_team_inner_image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background: url(https://www.revesoft.com/cdn/assets/images/new-contact/Rectangle\ 32.webp) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.revesoft_sales_team_inner_description {
  padding: 24px;
}
.revesoft_sales_team_inner_description img {
  max-width: 100%;
  padding-right: 10px;
}
.revesoft_sales_team_inner_description p a,
.revesoft_sales_team_inner_description p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  margin: 0px;
  padding-bottom: 12px;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .revesoft_offices_map {
    padding: 30px 0px 30px 0px;
  }
  .location1 {
    top: 45%;
    left: 17%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .revesoft_offices_map_inner_head_office {
    max-width: 350px;
    min-width: 350px;
    opacity: 0.7;
    top: 4%;
  }
  .revesoft_offices_map_inner_head_office p {
    font-size: 10px;
    line-height: 14px;
    padding: 0px;
  }
  .revesoft_offices_map a {
    padding: 0px;
    font-size: 10px;
  }
  .revesoft_regional_offices_single_office {
    margin-bottom: 24px;
  }
  .revesoft_regional_offices p {
    min-height: auto;
  }
  .revesoft_corporate_office_address_inner_details_inner {
    display: inherit;
  }
  .revesoft_corporate_office_address_inner_details_left,
  .revesoft_corporate_office_address_inner_details_right {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_offices_map {
    padding: 30px 0px 30px 0px;
  }
  .location1 {
    top: 45%;
    left: 17%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .revesoft_offices_map_inner_head_office {
    max-width: 350px;
    min-width: 350px;
    top: 10%;
  }
  .revesoft_offices_map_inner_head_office p {
    font-size: 10px;
    line-height: 14px;
    padding: 0px;
  }
  .revesoft_offices_map a {
    padding: 0px;
    font-size: 10px;
  }
  .revesoft_regional_offices_single_office {
    margin-bottom: 24px;
  }
  .revesoft_regional_offices p {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_offices_map {
    padding: 30px 0px 30px 0px;
  }
  .location1 {
    top: 41%;
    left: 15%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .location3 {
    bottom: 50%;
    left: 66%;
  }
  .revesoft_offices_map_inner_head_office {
    top: 10%;
  }
  .revesoft_sales_team h3 {
    font-size: 12px;
  }
  .revesoft_sales_team_inner {
    min-height: 550px;
  }
  .revesoft_regional_offices_single_office {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .location1 {
    top: 41%;
    left: 15%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .location3 {
    bottom: 50%;
    left: 66%;
  }
  .revesoft_corporate_office_address_inner {
    max-width: 550px;
  }
  .revesoft_corporate_office_address_and_image {
    min-height: 630px;
  }
  .revesoft_regional_offices p {
    min-height: 192px;
  }
  .revesoft_sales_team h3 {
    font-size: 14px;
  }
  .revesoft_sales_team_inner {
    min-height: 530px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .location1 {
    top: 40%;
    left: 18%;
  }
  .location4 {
    bottom: 57%;
    right: 16%;
  }
  .location2 {
    top: 40%;
    right: 49%;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
  .sdsd {
    padding: 0px;
  }
} */
/* CERTIFICATION PAGE DESIGN END HERE  */
/* CONTACT PROJECT PAGE DESIGN START HERE  */
.grid-container {
  display: grid;
  grid-template-columns: 33% 1fr 1fr; 
  grid-template-rows: 50% 50%;
  padding: 10px;
}
.grid-item{
  margin: 12px;
}
.item1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 0px 12px 12px 12px;
border: 1px solid #E8E4FF;
background-color: #FFF;
}
.item2 {
  grid-column: 2;
  grid-row: 1;
  border-radius: 0px 12px 12px 12px;
border: 1px solid #E8E4FF;
background-color: #FFF;
}
.item3 {
  grid-column: 2;
  grid-row: 2;
  border-radius: 12px;
border: 1px solid #E8E4FF;
background-color: #FFF;
}

.item4 {
  grid-column: 3;
  grid-row: 1;
  border-radius: 12px;
border: 1px solid #E8E4FF;
background-color: #FFF;
}
.item5 {
  grid-column: 3;
  grid-row: 2;
  border-radius: 12px;
border: 1px solid #E8E4FF;
background-color: #FFF;
}

.revesoft_offices_map {
  position: relative;
  padding: 0px 0px 96px 0px;
}
.revesoft_offices_map h2 {
  font-family: "GeneralSans-SemiBold";
  color: #111927;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  padding: 0px 0px 24px 0px;
}
.revesoft_offices_map p {
  font-family: "GeneralSans-Regular";
  text-align: center;
  color: #1f2a37;
  font-size: 22px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_offices_map a {
  font-family: "GeneralSans-Medium";
  color: #004eeb;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
}
.revesoft_offices_map_inner {
  position: relative;
}
.revesoft_offices_map_inner {
  text-align: center;
  display: flex;
  justify-content: center;
}
.revesoft_offices_map_inner_head_office:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  bottom: -4px;
  position: absolute;
  right: 47%;
  transform: rotate(45deg);
}
.revesoft_offices_map_inner img {
  max-width: 100%;
}
.revesoft_offices_map_inner_head_office {
  border-radius: 8px;
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  width: 264px;
  text-align: center;
}
.revesoft_offices_map_inner_head_office {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px !important;
  padding-right: 15px;
  padding-left: 15px;
}
.revesoft_offices_map_inner_head_office p {
  color: #475467;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  padding: 0px 0px 8px 0px;
}
.revesoft_offices_map_inner_head_office span {
  text-align: center;
  font-family: "GeneralSans-Medium";
  color: #101828;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}

.circle-main {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0071b9;
  border-radius: 50%;
}

.circle-main::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0071b9;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  animation: fadeInOut1 2s infinite;
}
.circle-main::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #0071b9;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  animation: fadeInOut2 2s infinite;
  animation-delay: 0.3s;
}
.location1 {
  top: 40%;
  left: 22%;
}

.location2 {
  top: 40%;
  right: 49%;
}

.location3 {
  bottom: 50%;
  left: 64%;
}

.location4 {
  bottom: 57%;
  right: 21%;
}
@keyframes fadeInOut1 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes fadeInOut2 {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
}
.revesoft_corporate_office_address {
  background: #f5f9fc;
  padding: 90px 0px;
}
.revesoft_corporate_office_address h2 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}
/* .revesoft_corporate_office_address_inner {
  background: #fff;
  max-width: 600px;
  border-radius: 24px;
} */
.revesoft_corporate_office_address_inner h2 {
  color: #2f3642;
  font-family: "GeneralSans-Medium";
  padding-left: 8px;
  font-size: 20px!important;
  line-height: 30px;
}
.revesoft_corporate_office_address_inner span {
  font-family: "GeneralSans-Medium";
  padding: 0px 0px 0px 8px;
  color: #111927;
  font-size: 18px;
  line-height: 28px;
}
.revesoft_corporate_office_address_inner_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EBE8FF;
  padding: 12px 24px;
  border-radius: 0px 8px 0px 0px;
}
.revesoft_corporate_office_address_and_image {
  position: relative;
  z-index: 1;
}
/* .revesoft_corporate_office_address_and_image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: url(../images/contact/Rectangle\ 31.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
  border-radius: 16px;
} */
.revesoft_corporate_office_address_inner_details {
  padding: 0px 24px;
}
.revesoft_corporate_office_address_inner_details_inner {
  display: flex;
  align-items: baseline;
  padding: 24px 0px;
  border-bottom: 1px solid #f3f4f6;
}
.revesoft_corporate_office_address_inner_details_left {
  width: 35%!important;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.revesoft_corporate_office_address_inner_details_right {
  width: 65%!important;
}
.revesoft_corporate_office_address_inner_details_left p {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 18px!important;
  line-height: 28px;
  padding: 5px!important;
  margin: 0px!important;
  display: flex!important;
  align-items: center;
  justify-content: left;
  line-height: 30px!important;
}
.revesoft_corporate_office_address_inner_details_left p img {
  padding-right: 10px;
}
.revesoft_corporate_office_address_inner_details_right p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  padding: 0px!important;
  margin: 0px;
}
.revesoft_corporate_office_address_inner_details_right a {
  display: block;
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  padding: 5px;
  text-decoration: none;
}
.revesoft_corporate_office_address_inner_details h3 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 24px 0px 0px 0px;
}
a.revesoft_location_on_map {
  color: #004eeb;
  font-family: "GeneralSans-Medium";
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 16px 0px;
}
a.revesoft_location_on_map img {
  padding-right: 5px;
}
.revesoft_corporate_office_address_inner_details h3{
  padding-top: 12px!important;
}
.revesoft_regional_offices {
  background-color: #F5F9FC;
  padding: 120px 0px;
}

.revesoft_regional_offices_single_office img {
  max-width: 100%;
  padding-right: 10px;
}
.revesoft_regional_offices_single_oiffle_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background: #EBE8FF;
  border-radius: 12px 12px 0px 0px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 12px 24px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: flex-start;
}
.revesoft_regional_offices h1 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px 0px 64px 0px;
}
.revesoft_regional_offices_single_office{
  position: relative;
}
.revesoft_corporate_office_address_inner_corporate_office{
  position: absolute;
  top: -42px;
  border-radius: 12px 12px 0px 0px;
background: #FFDDC3;
padding: 10px 16px;
border: 1px solid #FFDDC3;
}
.revesoft_corporate_office_address_inner_corporate_office span{
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  line-height: 20px;
}
.revesoft_regional_offices h2 {
  font-family: "GeneralSans-Medium";
  color: #2F3642;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px;
}
.revesoft_regional_offices h4,
.revesoft_sales_team h4 {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: flex;
}
.revesoft_regional_offices p {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  width: 70%;
  display: inline;
}
.revesoft_regional_offices a {
  color: #2f3642;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  padding-left: 20px;
}
.revesoft_sales_team {
  padding: 96px 0px;
}
.revesoft_sales_team_inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 0px;
  transition: 0.3s ease-in-out;
  margin-bottom: 24px;
}
.revesoft_sales_team_inner:hover {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.revesoft_sales_team_inner_title {
  background: var(--Blue-light-500, #0BA5EC);
  border-radius: 12px 12px 0px 0px;
  position: relative;
  z-index: 10;
}
/* .revesoft_sales_team_inner:hover  .revesoft_sales_team_inner_title:after {
  width: 100%;
  transition: .3s;
  color: #fff;
}
.revesoft_sales_team_inner_title:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 1%;
  height: 100%;
  color: #fff;
  background: url(../images/contact/Rectangle\ 32.webp) no-repeat center;
  transition: .3s;
  z-index: -1;
  border-radius: 12px 12px 0px 0px;
} */
.revesoft_sales_team h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.revesoft_sales_team p {
  color: #1f2a37;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_sales_team h3 {
  font-family: "GeneralSans-Medium";
  color: #384250;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 8px;
}
.revesoft_sales_team_inner_image_and_description{
  display: flex;
}
.revesoft_sales_team .col-sm-12:nth-child(1) .revesoft_sales_team_inner .revesoft_sales_team_inner_title {
  background: #BEDDEB;
border: 1px solid #BEDDEB;
}
.revesoft_sales_team .col-sm-12:nth-child(2) .revesoft_sales_team_inner .revesoft_sales_team_inner_title {
  background: #E2F1FF;
border: 1px solid #E2F1FF;
}
.revesoft_sales_team .col-sm-12:nth-child(3) .revesoft_sales_team_inner .revesoft_sales_team_inner_title {
  background: #FFC89E;
border: 1px solid #FFC89E;
}
.revesoft_sales_team .col-sm-12:nth-child(4) .revesoft_sales_team_inner .revesoft_sales_team_inner_title{
  background: #D7F8E8;
border: 1px solid #D7F8E8;
}
.revesoft_sales_team .col-sm-12:nth-child(5) .revesoft_sales_team_inner .revesoft_sales_team_inner_title {
  background: #E5E0FF;
border: 1px solid #E5E0FF;
}
.revesoft_sales_team .col-sm-12:nth-child(6) .revesoft_sales_team_inner  .revesoft_sales_team_inner_title{
  background: #E5EFCA;
border: 1px solid #E5EFCA;
}
.revesoft_sales_team .col-sm-12:nth-child(1) .revesoft_sales_team_inner {
  border-radius: 12px;
border: 1px solid #BEDDEB;
}
.revesoft_sales_team .col-sm-12:nth-child(2) .revesoft_sales_team_inner {
  border-radius: 12px;
border: 1px solid #D3E8FC;
}
.revesoft_sales_team .col-sm-12:nth-child(3) .revesoft_sales_team_inner {
  border-radius: 12px;
border: 1px solid #FFC89E;
}
.revesoft_sales_team .col-sm-12:nth-child(4) .revesoft_sales_team_inner {
  border-radius: 12px;
border: 1px solid #C8F1DD;
}
.revesoft_sales_team .col-sm-12:nth-child(5) .revesoft_sales_team_inner {
  border-radius: 12px;
border: 1px solid #D7D2F8;
}
.revesoft_sales_team .col-sm-12:nth-child(6) .revesoft_sales_team_inner {
  border-radius: 12px;
border: 1px solid #DEEABD;
}
.revesoft_sales_team_inner_image{
  position: relative;
}
.revesoft_sales_team_inner:hover{
  transform: scale(1.3);
  position: relative;
  z-index: 100;
}
a.revesoft_get_in_touch_btn{
  color: #0585FF;
font-size: 16px;
font-family: "GeneralSans-SemiBold";
line-height: 24px; /* 150% */
  display: inline-block;
padding: 16px 24px;
justify-content: center;
align-items: center;
  border-radius: 12px;
border: 1px solid #0585FF;
background: #FFF;
box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
.m_rotate_round {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #eceaf9;
  position: absolute;
  top: 55px;
  left: 13px;
  animation: 20s linear infinite manimation;
}
.m_rotate_round2 {
  width: 10px;
  height: 10px;
  background-color: #e0ddf5;
  position: absolute;
  top: 0;
  right: 25px;
  animation: 20s linear infinite manimation;
}
.m_rotate_round3 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D7D2F8;
  position: absolute;
  top: 102px;
  right: 60px;
  animation: 20s linear infinite manimation;
}
@keyframes manimation {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}
.revesoft_sales_team_inner_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 30%;
}
.revesoft_sales_team_inner_image img {
  max-width: 100%;
  padding-left: 12px;
}
.revesoft_sales_team_inner_description {
  padding: 24px;
  width: 70%;
}
.revesoft_sales_team_inner_description img {
  max-width: 100%;
  padding-right: 10px;
}
.revesoft_sales_team_inner_description p a,
.revesoft_sales_team_inner_description p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin: 0px;
  padding-bottom: 8px;
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .revesoft_offices_map {
    padding: 30px 0px 30px 0px;
  }
  .location1 {
    top: 45%;
    left: 17%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .revesoft_offices_map_inner_head_office {
    max-width: 350px;
    min-width: 350px;
    opacity: 0.7;
    top: 4%;
  }
  .revesoft_offices_map_inner_head_office p {
    font-size: 10px;
    line-height: 14px;
    padding: 0px;
  }
  .revesoft_offices_map a {
    padding: 0px;
    font-size: 10px;
  }
  .revesoft_regional_offices_single_office {
    margin-bottom: 24px;
  }
  .revesoft_regional_offices p {
    min-height: auto;
  }
  .revesoft_corporate_office_address_inner_details_inner {
    display: inherit;
  }
  .revesoft_corporate_office_address_inner_details_left,
  .revesoft_corporate_office_address_inner_details_right {
    width: 100%;
  }
  .grid-container{
    display: inline;
  }
  .revesoft_corporate_office_address_inner_details {
    padding: 0px 12px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 12px;
}
.revesoft_regional_offices h4, .revesoft_sales_team h4 {
  font-size: 16px;
}
.revesoft_regional_offices p {
  font-size: 14px;
}
.revesoft_sales_team p br, .revesoft_offices_map p br{
  display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_offices_map {
    padding: 30px 0px 30px 0px;
  }
  .location1 {
    top: 45%;
    left: 17%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .revesoft_offices_map_inner_head_office {
    max-width: 350px;
    min-width: 350px;
    top: 10%;
  }
  .revesoft_offices_map_inner_head_office p {
    font-size: 10px;
    line-height: 14px;
    padding: 0px;
  }
  .revesoft_offices_map a {
    padding: 0px;
    font-size: 10px;
  }
  .revesoft_regional_offices_single_office {
    margin-bottom: 24px;
  }
  .revesoft_regional_offices p {
    min-height: auto;
  }
  .grid-container{
    display: inline;
  }
  .revesoft_corporate_office_address_inner_details {
    padding: 0px 12px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 12px;
}
.revesoft_regional_offices h4, .revesoft_sales_team h4 {
  font-size: 16px;
}
.revesoft_regional_offices p {
  font-size: 14px;
}
.revesoft_sales_team p br, .revesoft_offices_map p br{
  display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_offices_map {
    padding: 30px 0px 30px 0px;
  }
  .location1 {
    top: 41%;
    left: 15%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .location3 {
    bottom: 50%;
    left: 66%;
  }
  .revesoft_offices_map_inner_head_office {
    top: 10%;
  }
  .revesoft_sales_team h3 {
    font-size: 12px;
  }
  .revesoft_regional_offices_single_office {
    margin-bottom: 24px;
  }
  .grid-container{
    display: inline;
  }
  .revesoft_corporate_office_address_inner_details {
    padding: 0px 12px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 12px;
}
.revesoft_regional_offices h4, .revesoft_sales_team h4 {
  font-size: 16px;
}
.revesoft_regional_offices p {
  font-size: 14px;
}
.revesoft_sales_team p br, .revesoft_offices_map p br{
  display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .location1 {
    top: 41%;
    left: 15%;
  }
  .location4 {
    bottom: 57%;
    right: 13%;
  }
  .location3 {
    bottom: 50%;
    left: 66%;
  }
  .revesoft_sales_team h3 {
    font-size: 14px;
  }
  .revesoft_corporate_office_address_inner_details {
    padding: 0px 12px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 12px;
}
.revesoft_regional_offices h4, .revesoft_sales_team h4 {
  font-size: 16px;
}
.revesoft_regional_offices p {
  font-size: 14px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .location1 {
    top: 40%;
    left: 18%;
  }
  .location4 {
    bottom: 57%;
    right: 16%;
  }
  .location2 {
    top: 40%;
    right: 49%;
  }
  .revesoft_corporate_office_address_inner_details {
    padding: 0px 12px;
}
.revesoft_regional_offices_single_oiffle_body {
  padding: 12px;
}
.revesoft_regional_offices h4, .revesoft_sales_team h4 {
  font-size: 16px;
}
.revesoft_regional_offices p {
  font-size: 14px;
}
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
  .sdsd {
    padding: 0px;
  }
}

/* CONTACT PAGE DESIGN END HERE  */

/* PRODUCT PAGE DESIGN START HERE  */
.revesoft_product_page_banner {
  padding: 96px 0px;
  background: url(../png/sms-banner.png) no-repeat center center;
  background-size: cover;
}
.revesoft_product_page_banner_two_esti{
  padding: 0px 0px 96px 0px;
  background: #f5f9fc;
}
.revesoft_product_page_banner_two_esti h2{
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px;
}
.revesoft_product_page_banner_two_esti p{
  color: var(--Gray-neutral-800, #1F2A37);
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0px;
  padding: 24px 0px;
}

.revesoft_product_page_banner img {
  max-width: 100%;
}
.revesoft_product_page_banner .row {
  display: flex;
  align-items: center;
}
.revesoft_product_page_banner h1 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 0px;
}
.revesoft_product_page_banner p.revesoft_product_page_banner_sub {
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 34px;
  margin: 0px;
  padding: 16px 0px 0px 0px;
}
.revesoft_product_page_banner a {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #004eeb;
  text-decoration: none;
  display: inline-block;
  margin-top: 32px;
}
.revesoft_product_second_section {
  position: relative;
}
.revesoft_product_second_section {
  position: relative;
  padding: 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_product_second_section p {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 36px;
  margin: 0px;
  padding: 69px 100px 72px 100px;
}
.revesoft_product_second_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../webp/clip-path-bg.webp) no-repeat center
    center;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.revesoft_key_features {
  background: #f5f9fc;
  padding: 96px 0px 0px 0px;
}
.revesoft_key_features h2,
.revesoft_why_data_billing h2 {
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_key_features h3,
.revesoft_why_data_billing h3,
.revesoft_common_card_inner_item h3 {
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 24px 0px 12px 0px;
}
.revesoft_benefits img {
  max-width: 100%;
}
.revesoft_benefits_without_pad {
  padding: 0px;
}
.revesoft_benefits_without_pad_inner{
  padding: 120px 0px;
}
.revesoft_why_data_billing {
  background: #f5f9fc;
  padding: 96px 0px 0px 0px;
}
.revesoft_product_page_banner p.revesoft_product_page_banner_des {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
  padding: 16px 0px 0px 0px;
}
.revesoft_benefits_se_bg {
  background: #fffbf8;
}
.revesoft_benefits_without_bg {
  background: #fff;
  padding: 96px 0px;
}
.revesoft_benefits_without_bg h2 {
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_benefits_without_bg p {
  color: #000;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.revesoft_benefits_without_bg h3 {
  color: #000;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.revesoft_benefits img {
  max-width: 100%;
}
.revesoft_product_swiper_slider {
  background-image: url(../webp/noisy-gradients-5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0px;
  position: relative;
}
.revesoft_product_swiper_slider h2 {
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 58px;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.revesoft_product_swiper_slider .swiper {
  overflow-y: visible;
}
.revesoft_product_swiper_slider .swiper-navigation {
  display: flex;
  align-items: center;
}
.revesoft_product_swiper_slider .swiper-button-next:after,
.revesoft_product_swiper_slider .swiper-button-prev:after {
  display: none;
}
.revesoft_product_swiper_slider .swiper-button-next.swiper-button-disabled,
.revesoft_product_swiper_slider .swiper-button-prev.swiper-button-disabled {
  width: 40px !important;
  height: 40px !important;
}
.revesoft_product_swiper_slider .swiper-button-next.swiper-button-disabled,
.revesoft_product_swiper_slider .swiper-button-prev.swiper-button-disabled {
 top: 120px!important;
}
.revesoft_product_swiper_slider .swiper-button-next {
  background-image: url(../svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 115px;
  right: 13%;
  border: 1px solid #fff;
  background-color: #fff;
}
.revesoft_product_swiper_slider .swiper-button-prev {
  background-image: url(../svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: 119px;
  left: 80%;
  border: 1px solid #fff;
  background-color: #fff;
}
.revesoft_product_swiper_slider_paperless .swiper-button-next {
  background-image: url(../svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 118px;
  right: 13%;
  border: 1px solid #ddd;
  background-color: #f9fafb;
}
.revesoft_product_swiper_slider_paperless .swiper-button-prev {
  background-image: url(../svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: 120px;
  left: 80%;
  border: 1px solid #ddd;
  background-color: #f9fafb;
}
.revesoft_product_swiper_slider .revesoft_common_card_inner_item .card{
  min-height: 270px;
  margin-bottom: 24px;
}
.revesoft_product_swiper_slider_paperless {
  background-image: none;
  background-color: #f5f9fc;
}
.revesoft_revechat_page_banner {
  padding: 30px 0px 0px;
}
.revesoft_revechat_sec_two h2 {
  padding: 0px;
}
.revesoft_revechat_sec_two .tab-pane.fade{
  opacity: 1!important;
}
.revesoft_revechat_sec_two p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 48px 0px;
}
.revesoft_revechat_sec_two img {
  max-width: 100%;
}
.revesoft_revechat_sec_two button h3 {
  font-family: "GeneralSans-SemiBold";
  text-align: left;
  padding: 16px 0px 12px 0px;
}
.revesoft_revechat_sec_two button p {
  font-family: "GeneralSans-Regular";
  text-align: left;
  padding: 0px 0px 24px 0px;
}
.revesoft_revechat_sec_two .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 2px solid #5f82ff;
  background: #fff;
}
.revesoft_revechat_sec_two button {
  margin-top: 30px;
}
.revesoft_revechat_sec_two button:hover {
  background: #fff;
}
.revesoft_revechat_sec_three h2 {
  padding-bottom: 16px;
}
.revesoft_revechat_sec_three h3 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.96px;
  margin: 0px 0px 16px 0px;
  padding: 20px 0px 48px 0px;
  text-align: center;
}
.revesoft_revechat_sec_three p {
  font-family: "GeneralSans-Regular";
  text-align: left;
  color: #1f2a37;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 32px 0px;
}
.revesoft_campaign_workflow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.revesoft_campaign_workflow_inner {
  border-radius: 12px;
  border: 1px solid #d5e8d1;
  background: #fff;
  display: flex;
  width: 241.6px;
  min-height: 130px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0px 12px;
}
.revesoft_campaign_workflow_inner .arrow {
  display: block;
  margin: 0 auto;
}
.revesoft_campaign_workflow_inner .arrow-down {
  position: absolute;
  bottom: 110px;
  left: 170px;
}
.revesoft_campaign_workflow_inner .arrow-up {
  position: absolute;
  bottom: -70px;
  left: 170px;
}
.revesoft_campaign_workflow_inner p {
  font-family: "GeneralSans-Regular";
  text-align: left;
  color: #1f2a37;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding: 16px;
}
.revesoft_revechat_last .revesoft_common_card_inner_item .card {
  padding: 24px;
  border: none;
  min-height: 390px;
}
.revesoft_revechat_sec_two a, .revesoft_revechat_sec_three a {
  text-decoration: none;
  border-radius: 8px;
  background: #0040ff;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 16px 32px;
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  margin: 48px 0px 96px 0px;
}
/* @media (min-width: 576px) {
  .container-fluid,
  #revesoft_mobile_sidebar_menu {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container-fluid,
  #revesoft_mobile_sidebar_menu {
    padding-left: calc((100vw - 720px) / 2);
  }

}
@media (min-width: 992px) {
  .container-fluid,
  #revesoft_mobile_sidebar_menu {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-fluid,
  #revesoft_mobile_sidebar_menu {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-fluid,
  #revesoft_mobile_sidebar_menu {
    padding-left: calc((100vw - 1320px) / 2);
  }
} */
@media only screen and (max-width: 575px) {
  .revesoft_revechat_sec_tab .tab-content,
  .revesoft_revechat_first_tab .tab-content {
    display: none;
  }
  .revesoft_campaign_workflow {
    display: inherit;
  }
  .revesoft_campaign_workflow_inner {
    min-height: 110px;
    width: 100%;
    margin: 12px 0px;
  }
  .revesoft_campaign_workflow_inner .arrow-down {
    display: none;
  }
  .revesoft_campaign_workflow_inner .arrow-up {
    display: none;
  }
  .revesoft_product_page_banner{
    padding: 50px 0px;
  }
  .revesoft_product_page_banner h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .revesoft_product_second_section p{
    padding: 40px 0px;
  }
  .revesoft_benefits h2 {
    padding: 32px 0px;
  }
  .revesoft_benefits_bg, .revesoft_why_data_billing, .revesoft_product_swiper_slider{
    padding: 50px 0px;
  }
  .revesoft_contact_sales_inner h2{
    font-size: 36px;
    line-height: 46px;
  }
  .revesoft_contact_sales_inner {
    padding: 24px;
  }
  .revesoft_product_page_banner a {
    margin-bottom: 50px;
  }
  .revesoft_product_swiper_slider_paperless .swiper-button-next, .revesoft_product_swiper_slider .swiper-button-next {
    top: 225px;
    right: 25%;
  }
  .revesoft_product_swiper_slider_paperless .swiper-button-prev, .revesoft_product_swiper_slider .swiper-button-prev{
    top: 225px;
  }
  .revesoft_product_swiper_slider .revesoft_common_card_inner_item .card{
    min-height: auto;
  }
  .revesoft_benefits_without_pad_inner{
    padding: 40px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_revechat_sec_tab .tab-content,
  .revesoft_revechat_first_tab .tab-content {
    display: none;
  }
  .revesoft_campaign_workflow {
    display: inherit;
  }
  .revesoft_campaign_workflow_inner {
    min-height: 110px;
    width: 100%;
    margin: 12px 0px;
  }
  .revesoft_campaign_workflow_inner .arrow-down {
    display: none;
  }
  .revesoft_campaign_workflow_inner .arrow-up {
    display: none;
  }
  .revesoft_product_page_banner h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .revesoft_product_second_section p{
    padding: 40px 0px;
  }
  .revesoft_benefits h2 {
    padding: 32px 0px;
  }
  .revesoft_benefits_bg, .revesoft_why_data_billing, .revesoft_product_swiper_slider{
    padding: 50px 0px;
  }
  .revesoft_contact_sales_inner h2{
    font-size: 36px;
    line-height: 46px;
  }
  .revesoft_contact_sales_inner {
    padding: 24px;
  }
  .revesoft_product_page_banner a {
    margin-bottom: 50px;
  }
  .revesoft_product_swiper_slider_paperless .swiper-button-next {
    top: 225px;
    right: 25%;
  }
  .revesoft_product_swiper_slider_paperless .swiper-button-prev{
    top: 225px!important;
  }
  .revesoft_benefits_without_pad_inner{
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_campaign_workflow_inner p {
    font-size: 12px;
    line-height: 20px;
  }
  .revesoft_campaign_workflow_inner {
    min-height: 110px;
  }
  .revesoft_campaign_workflow_inner .arrow-down {
    bottom: 100px;
    left: 70px;
  }
  .revesoft_campaign_workflow_inner .arrow-up {
    bottom: -55px;
    left: 80px;
  }
  .revesoft_product_page_banner a {
    margin-bottom: 50px;
  }
  .revesoft_product_swiper_slider_paperless .swiper-button-next, .revesoft_product_swiper_slider .swiper-button-next {
    top: 165px;
    right: 8%;
  }
  .revesoft_product_swiper_slider_paperless .swiper-button-prev, .revesoft_product_swiper_slider .swiper-button-prev{
    top: 170px!important;
  }
  .revesoft_benefits_without_pad_inner{
    padding: 70px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revesoft_campaign_workflow_inner p {
    font-size: 14px;
    line-height: 24px;
  }
  .revesoft_campaign_workflow_inner {
    min-height: 110px;
  }
  .revesoft_campaign_workflow_inner .arrow-down {
    bottom: 90px;
    left: 100px;
  }
  .revesoft_campaign_workflow_inner .arrow-up {
    position: absolute;
    bottom: -70px;
    left: 95px;
  }
  .revesoft_product_swiper_slider .swiper-button-next {
    right: 10%;
  }
  .revesoft_benefits_without_pad_inner{
    padding: 90px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_campaign_workflow_inner {
    min-height: 160px;
  }
  .revesoft_campaign_workflow_inner .arrow-down {
    bottom: 140px;
    left: 140px;
  }
  .revesoft_campaign_workflow_inner .arrow-up {
    left: 130px;
  }
  .revesoft_benefits_without_pad_inner{
    padding: 90px 0px;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
  .revesoft_campaign_workflow_inner {
    min-height: 160px;
  }
  .revesoft_campaign_workflow_inner .arrow-down {
    bottom: 140px;
    left: 140px;
  }
  .revesoft_campaign_workflow_inner .arrow-up {
    left: 130px;
  }
}
/* PRODUCT PAGE DESIGN END HERE  */
/* EDMS PAGE DESIGN START HERE  */
.npl_and_domain_view_more_btn {
  color: #253748;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  line-height: 20px;
  border-radius: 50px;
  background: #EFF4FF;
  padding: 12px 16px;
  vertical-align: middle;
  text-decoration: none;
  max-width: 120px;
}
.revesoft_electronic_edms {
  background: linear-gradient(90deg, #004eeb 0%, #3284ff 100%);
}
.revesoft_electronic_edms h2,
.revesoft_electronic_edms ul li {
  color: #fff;
}
.revesoft_benefits.revesoft_electronic_edms ul li:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../checkmark.html\ Circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
}
.revesoft_edms_modules .revesoft_common_card_inner_item {
  margin-bottom: 24px;
}
.revesoft_edms_modules .revesoft_common_card_inner_item .card {
  padding: 24px;
  border: none;
  min-height: 240px;
background-color: #FFF;
}
.revesoft_edms_benefits h2 {
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_edms_benefits h3 {
  color: #000;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.revesoft_benefits.revesoft_edms_notification h2 {
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  text-align: left;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.96px;
  margin: 0px;
  padding: 0px 0px 32px 0px;
}
.revesoft_benefits_edms_bg {
  background: #ece8ff;
  padding-top: 92px;
}
.revesoft_edms_online_submission_and_report {
  border-radius: 16px;
  background: #fff;
  text-align: center;
  padding: 20px 60px;
  min-height: 695px;
}
.revesoft_edms_online_submission_and_report img {
  max-width: 100%;
  padding-bottom: 10px;
}
.revesoft_edms_online_submission_and_report ul li {
  text-align: left;
}
.revesoft_edms_advanced_security {
  background-image: url(../webp/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 92px 0px 92px 0px;
}
.revesoft_edms_advanced_security .card {
  min-height: 80px;
  background-color: #FFF;
}
.revesoft_edms_advanced_security h2 {
  color: #fff;
}
.revesoft_edms_advanced_security .card h3 {
  font-size: 18px;
}
.revesoft_edms_benefits span {
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding: 0px 0px 22px 0px;
  display: block;
}
.revesoft_edms_benefits p {
  font-family: "GeneralSans-SemiBold";
  color: #407bff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .revesoft_edms_modules .revesoft_common_card_inner_item .card {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_edms_modules .revesoft_common_card_inner_item .card {
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_edms_modules .revesoft_common_card_inner_item .card {
    min-height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .revesoft_edms_modules .revesoft_common_card_inner_item .card {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_edms_modules .revesoft_common_card_inner_item .card {
    min-height: 270px;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
}
/* EDMS PAGE DESIGN END HERE  */
/* ERP PAGE DESIGN START HERE  */
.revesoft_customized_erp {
  position: relative;
  min-height: 497px;
  padding: 30px 0px 30px 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_customized_erp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  background: url(../webp/noisy-gradients-6.webp) no-repeat
    center center;
  background-size: cover;
  z-index: -1;
}
.revesoft_customized_erp h1 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 96px 0px 0px 0px;
  text-align: left;
}
.revesoft_customized_erp p {
  font-family: "GeneralSans-Regular";
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 0px;
  padding: 16px 0px 32px 0px;
  width: 70%;
  margin-right: auto;
}
.revesoft_customized_erp a {
  font-family: "GeneralSans-SemiBold";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  background: #fff;
  display: inline-block;
  margin-bottom: 92px;
}
.revesoft_customized_erp .card {
  min-height: 100px;
}
.revesoft_erp_full_with_grp {
  background-color: #dbeeff;
  padding: 62px 0px;
}
.revesoft_erp_full_with_grp h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 30px;
  line-height: 38px;
}
.revesoft_erp_full_with_grp p {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 24px;
  line-height: 36px;
}
span.revesoft_completed_project {
  color: #004eeb;
  text-align: left;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  padding: 0px 0px 24px 0px;
  margin: 0px;
  display: block;
}
p.revesoft_completed_project_description {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  line-height: 28px;
  padding: 0px 0px 48px 0px;
  margin: 0px;
}
@media only screen and (max-width: 575px) {
  .revesoft_customized_erp {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_customized_erp h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_benefits h2 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_customized_erp {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_customized_erp h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_benefits h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_customized_erp {
    padding: 30px 0px 0px 0px;
  }
  .revesoft_customized_erp h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_benefits h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .revesoft_customized_erp::before {
    height: 87%;
  }
  .revesoft_benefits h2 br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
}
/* ERP PAGE DESIGN END HERE  */
/* TELECOM MONITORING PAGE DESIGN START HERE  */
.revesoft_customized_tms {
  position: relative;
  min-height: 497px;
  padding: 30px 0px 30px 0px;
  background: #f5f9fc;
  z-index: 1;
}
.revesoft_customized_tms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: url(../webp/noisy-gradients-7.webp)
    no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.revesoft_customized_tms h1 {
  color: #fff;
  font-family: "GeneralSans-SemiBold";
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin: 0px;
  padding: 96px 0px 0px 0px;
  text-align: left;
}
.revesoft_customized_tms p {
  font-family: "GeneralSans-Regular";
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 0px;
  padding: 24px 0px;
}
.revesoft_customized_tms a {
  font-family: "GeneralSans-SemiBold";
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  background: #fff;
  display: inline-block;
  margin-bottom: 92px;
}
.revesoft_customized_tms span {
  display: block;
  color: #fff;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
  width: 70%;
  margin-right: auto;
}
.revesoft_customized_tms .card {
  min-height: 100px;
}
.revesoft_erp_full_with_grp {
  background-color: #dbeeff;
  padding: 62px 0px;
}
.revesoft_erp_full_with_grp h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 30px;
  line-height: 38px;
}
.revesoft_monitor_tele p {
  color: #111927;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  line-height: 36px;
  margin: 0px;
  padding: 0px 0px 40px 0px;
}
@media only screen and (max-width: 575px) {
  .revesoft_customized_tms {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_customized_tms h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_benefits_without_bg h2 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_customized_tms {
    padding: 30px 0px 30px 0px;
  }
  .revesoft_customized_tms h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_benefits_without_bg h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_customized_tms {
    padding: 30px 0px 0px 0px;
  }
  .revesoft_customized_tms h1 {
    padding: 20px 0px 0px 0px;
  }
  .revesoft_benefits_without_bg h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .revesoft_common_card_inner_item .card h2 {
    font-size: 14px;
    padding: 16px 0px 0px 0px;
  }
  .revesoft_customized_tms::before {
    height: 87%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_customized_tms::before {
    height: 87%;
  }
  .revesoft_common_card_inner_item .card h2 {
    font-size: 17px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
}
/* TELECOM MONITORING PAGE DESIGN END HERE  */
/* ALL PRODUCT PAGE DESIGN START HERE  */
.revesoft_all_products {
  background: #f5f9fc;
  padding: 92px 0px 0px 0px;
  position: relative;
  z-index: 1;
}
.revesoft_all_products h1 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0px;
  padding: 0px 0px 48px 0px;
}
.revesoft_all_products ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  padding: 24px;
  margin: 0px 0px 48px 0px;
}
.revesoft_all_products ul li {
  list-style: none;
  color: #1f2a37;
  font-family: "GeneralSans-Medium";
  font-size: 18px;
  line-height: 28px;
}
.revesoft_all_products ul li span {
  position: relative;
  padding: 16px;
  display: inline-block;
  border-radius: 12px;
}
.revesoft_all_products ul li span.active {
  background: #fff;
}
.revesoft_all_products ul li span:hover {
  cursor: pointer;
}
.revesoft_all_products ul li span.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #3076ff, #15f1ca, #ff49ed);
  opacity: 1;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.revesoft_all_products .card {
  border: none;
  padding: 24px;
  margin-bottom: 24px;
  min-height: 580px;
  position: relative;
  border-radius: 16px;
background: #FFF;
}
.revesoft_all_products .card img {
  max-width: 100%;
}
.revesoft_all_products .card .card-body {
  padding: 0px;
}
.revesoft_all_products .card h3 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  padding: 16px 0px 12px 0px;
}
.revesoft_all_products .card p {
  overflow: hidden;
  color: #1f2a37;
  text-overflow: ellipsis;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.revesoft_all_products .card a {
  color: #4d5761;
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px;
  border-radius: 11px;
  border: 1px solid #9da4ae;
  background: #fff;
  position: absolute;
  bottom: 24px;
  padding: 12px 24px;
  transition: .2s ease-in-out;
}
.revesoft_all_products .card a:hover {
  color: #0585FF;
  border: 1px solid #0585FF;
}
.revesoft_all_products .card a .h_img {
 display: none;
}
.revesoft_all_products .card a:hover .h_img {
 display: inline-block;
}
.revesoft_all_products .card a:hover .n_img {
 display: none;
}

@media only screen and (max-width: 575px) {
  .revesoft_all_products .card {
    min-height: auto;
  }
  .revesoft_all_products ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_all_products .card {
    min-height: auto;
  }
  .revesoft_all_products ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_all_products .card {
    min-height: auto;
  }
  .revesoft_all_products .card a {
    position: inherit;
  }
  .revesoft_all_products ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .revesoft_all_products .card {
    min-height: 700px;
  }
  .revesoft_all_products ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_all_products .card {
    min-height: 600px;
  }
  .revesoft_all_products ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
}
/* ALL PRODUCT PAGE DESIGN END HERE  */
/* CLOUD TELEPHONY PAGE DESIGN START HERE  */
.revesoft_cloud_telephony_customized {
  position: relative;
  padding: 82px 0px;
}
.revesoft_cloud_telephony_customized p {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 36px;
  margin: 0px;
  padding: 24px 0px;
  position: relative;
}
.revesoft_cloud_telephony_customized p:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #dce7fc 0%, #0e2966 100%);
}
.revesoft_cloud_telephony_customized .row > div:last-child p:after {
  background: transparent;
}
.revesoft_cloud_telephony_customized::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../webp/noisy-gradients-5.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
}
.revesoft_cloud_telephony_business_coummunication {
  padding: 96px 0px;
  background: #f5f9fc;
}
.revesoft_cloud_telephony_business_coummunication img {
  max-width: 100%;
}
.revesoft_cloud_telephony_business_coummunication h2 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0px;
  padding: 0px 0px 96px 0px;
}
.revesoft_cloud_telephony_business_coummunication h3 {
  color: #1f2a37;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 28px;
  padding: 0px 0px 16px 0px;
  margin: 0px;
}
.revesoft_cloud_telephony_business_coummunication p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px 0px 40px 0px;
}
.revesoft_cloud_telephony_key_functionalities h2 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0px;
  padding: 96px 0px 96px 0px;
}
.revesoft_cloud_telephony_key_functionalities h3 {
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 24px 0px 36px 0px;
}
.revesoft_cloud_telephony_key_functionalities span {
  color: #384250;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 32px;
}
.revesoft_cloud_telephony_key_functionalities {
  padding-bottom: 96px;
}
.revesoft_cloud_telephony_key_functionalities .container {
  width: 65%;
  margin: auto;
}
.revesoft_cloud_telephony_key_functionalities_img {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 30px;
  border-radius: 20px;
}
.revesoft_cloud_telephony_key_functionalities_img img {
  max-width: 100%;
}
.without_padding {
  padding: 0px;
}
.next_level_cloud_communication {
  background: #dce8fc;
  padding: 96px 0px;
  text-align: center;
}
.next_level_cloud_communication h2{
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.next_level_cloud_communication img {
  max-width: 100%;
}
.next_level_cloud_communication_download_btn {
  color: #0040c1;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  padding: 12px 24px;
  align-items: center;
  border-radius: 47px;
  border: 1px solid #0040c1;
  text-decoration: none;
  margin-bottom: 48px;
}
@media only screen and (max-width: 575px) {
  .revesoft_all_products .card {
    min-height: auto;
  }
  .next_level_cloud_communication br{
    display: none;
   }
   .next_level_cloud_communication h2{
     font-size: 32px;
     line-height: 42px;
   }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .revesoft_all_products .card {
    min-height: auto;
  }
  .next_level_cloud_communication br{
    display: none;
   }
   .next_level_cloud_communication h2{
     font-size: 36px;
     line-height: 42px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .revesoft_all_products .card {
    min-height: auto;
  }
  .revesoft_all_products .card a {
    position: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .revesoft_all_products .card {
    min-height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1386px) {
  .revesoft_all_products .card {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1387px) and (max-width: 1440px) {
}
/* ALL PRODUCT PAGE DESIGN END HERE  */
/* FREE DEMO PAGE DESIGN START HERE  */
.revesoft_free_demo {
  position: relative;
  padding: 64px 0px;
  background: #F5F9FC;
  z-index: 1;
}
.revesoft_free_demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url(../rectangle-2.html\ 33.webp);
  z-index: -1;
}
.revesoft_free_demo .container .row .col-xl-8 {
  margin: auto;
}
.revesoft_business_query_frm h1 {
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px;
}
.revesoft_business_query_frm p{
  color: #1F2A37;
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 44px;
  margin: 0px;
  padding: 0px;
}
.revesoft_business_query_frm .revesoft_form_fullwidth {
  width: 100%!important;
}
.revesoft_free_demo .revesoft_business_query_frm form select.form-control{
  padding: 10px 16px;
}
.revesoft_free_demo .revesoft_business_query_frm form .form-group input::placeholder, .revesoft_free_demo .revesoft_business_query_frm form .form-group textarea::placeholder, .revesoft_free_demo .revesoft_business_query_frm form .form-group select#is_currently_telecome_business, .revesoft_free_demo .revesoft_business_query_frm form .form-group select#type_of_business{
 line-height: inherit;
}
.revesoft_free_demo .form-control{
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #f2f2f7;
  background: #fafafa;
}
.revesoft_free_demo .revesoft_business_query_frm .form-select{
  display: flex;
  padding: 10px 16px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #f2f2f7;
  background-color: #fafafa;
}
.revesoft_free_demo .revesoft_business_query_frm .form-select:focus{
  outline: none;
  box-shadow: none;
}
.revesoft_free_demo .form-control:focus{
  outline: none;
  box-shadow: none;
}
.revesoft_free_demo label {
  color: #384250;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  padding: 16px 0px 6px 0px;
}
.revesoft_free_demo select#formSelector {
  color: #6f6f6f;
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  width: 49%;
}
.revesoft_form_fullwidth .col-sm-3{
  padding-right: 0px;
}
/* FREE DEMO PAGE DESIGN END HERE  */
/* portal + npl PAGE DESIGN START HERE  */
.revesoft_portal_page_banner{
background-image: url(../webp/vector.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.revesoft_npl_page_banner{
background-image: url(../webp/vector-2.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.revesoft_user_interface{
  padding: 96px 0px;
  background: #fcfcfd;
}
.revesoft_user_interface_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.revesoft_user_interface_inner_item{
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 19%;
  margin: auto;
  min-height: 220px;
}
.revesoft_user_interface_inner_item img{
 max-width: 100%;
}
.revesoft_user_interface_inner_item span{
  color: #000;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin: 0px;
  padding: 24px 0px 0px 0px;
}
.without_padding h2.padd{
  padding: 96px 0px 64px 0px;
}
.revesoft_portal_biller_admin{
  background: #EFF4FF;
}
.revesoft_portal_completed_project{
  background: #f5f9fc;
  padding: 92px 0px 0px 0px;
  text-align: center;
}
.revesoft_portal_completed_project span{
  color: #111927;
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 32px;
  border-radius: 39px;
border: 1px solid #E2136E;
background: #FFF5FA;
padding: 8px 24px;
margin: 0px;
}
.revesoft_portal_completed_project h2{
  color:  #111927;
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0px;
  padding: 56px 0px 16px 0px;
}
.revesoft_portal_completed_project p{
  color:  #1F2A37;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  line-height: 30px;
  padding: 0px;
  width: 70%;
  margin: auto;
}
.revesoft_npl_web_api{
  padding: 96px 0px;
  background: #F5F9FC;
}
.revesoft_npl_web_api .container{
  width: 50%;
  margin: auto;
}
.revesoft_npl_web_api_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.revesoft_npl_web_api_item{
  border-radius: 44px;
border: 1px solid #0071B9;
background: #FFF;
padding: 12px 32px;
margin: 8px;
}
.revesoft_npl_web_api_item span{
  color: #000;
  font-family: "GeneralSans-Medium";
  font-size: 22px;
  line-height: 30px;
}
.revesoft_highly_efective_npl_tool {
  background: #F5F9FC;
}
.revesoft_highly_efective_npl_tool img{
  max-width: 100%;
}
.revesoft_highly_efective_npl_tool h2{
  color: #111927;
  font-family: "GeneralSans-SemiBold";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0px;
}
.revesoft_highly_efective_npl_tool h3{
  color: #111927;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px;
}
.revesoft_highly_efective_npl_tool p{
  color: #1F2A37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 20px 0px;
}
.revesoft_highly_efective_npl_tool a, .revesoft_benefits_without_bg a, .revesoft_npl_completed_project a{
  color:  #253748;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.revesoft_highly_efective_npl_tool a img , .revesoft_benefits_without_bg a img, .revesoft_npl_completed_project a img{
max-width: 100%;
padding: 0px 0px 3px 5px;
}
.revesoft_highly_efective_npl_tool .container .row:first-child{
  background-color: transparent;
  padding: 96px 0px 48px 90px;
}
.revesoft_highly_efective_npl_tool .container .row:nth-child(2){
  margin-bottom: 68px;
}
.revesoft_highly_efective_npl_tool .container .row{
  background-color: #FFF;
  border-radius: 24px;
  padding: 68px 90px;
}
/* portal + nplPAGE DESIGN END HERE  */

/* DEMO SUBMIT BUTTON DESIGN START HERE  */
.dots {
  display: flex;
  gap: 8px;
}
.dot {
  width: 12px;
  height: 12px;
  background-color: #fefefe;
  border-radius: 50%;
  animation: fadeAndScale 1.5s infinite;
}
.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

.dot:nth-child(4) {
  animation-delay: 0.6s;
}
/* Keyframes for fade and scale animation */
@keyframes fadeAndScale {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}
/* DEMO SUBMIT BUTTON DESIGN END HERE  */


/* Reve sbc page design start here  */
.revesoft_session_border_controller {
  padding: 120px 0px;
  position: relative;
}
.revesoft_session_border_controller::before, .revesoft_resources::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: url(../png/second-sec-bg-left.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.revesoft_session_border_controller::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: url(../png/second-sec-bg-right.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
.revesoft_session_border_controller h2,
.revesoft_sbc_features h2,
.revesoft_everything_you_need h2,
.technical_specifications h2,
.revesoft_sbc_deployment h2,
.revesoft_sbc_video h2,
.revesoft_resources h2 {
  color: var(--Gray-neutral-900, #111927);
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.revesoft_sbc_features p,
.revesoft_everything_you_need p,
.revesoft_sbc_deployment p {
  color: var(--Gray-neutral-800, #1f2a37);
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px; /* 155.556% */
  padding: 0px 0px;
  margin: 0px;
}
.revesoft_session_border_controller p {
  color: var(--Gray-neutral-800, #1f2a37);
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px; /* 155.556% */
  padding: 0px 200px;
  margin: 0px;
}
.revesoft_sbc_features {
  padding: 120px 0px;
  background: #f5f9fc;
}
.revesoft_everything_you_need {
  padding: 120px 0px 120px 0px;
  background: url(../png/why-reve-bg.png) no-repeat center center;
  background-size: cover;
}
.revesoft_sbc_features .container {
  width: 60%!important;
  margin: auto;
}
.revesoft_sbc_features h3 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 30px;
  line-height: 38px; /* 126.667% */
  padding: 32px 0px 16px 0px;
  margin: 0px;
}
.revesoft_sbc_features h2 {
  padding-bottom: 64px;
}
.revesoft_sbc_features p,
.revesoft_everything_you_need p {
  text-align: left;
}
.revesoft_everything_you_need h2,
.technical_specifications h2,
.revesoft_sbc_video h2 {
  padding-bottom: 48px;
}
.revesoft_sbc_features_box {
  border-radius: 20px;
  background: #fff;
  padding: 32px;
  margin-bottom: 24px;
  min-height: 420px;
}
.revesoft_sbc_features_box img {
  max-width: 100%;
}
.revesoft_everything_you_need_box {
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  min-height: 270px;
}
.revesoft_everything_you_need_box h3 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 30px; /* 126.667% */
  padding: 24px 0px 12px 0px;
  margin: 0px;
}
.technical_specifications {
  padding: 120px 0px 160px 0px;
  background: #f5f9fc;
}
.technical_specifications {
  padding: 120px 0px 160px 0px;
  background: #f5f9fc;
}
.technical_specifications_box {
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  min-height: 400px;
}
.technical_specifications_box ul li,
.revesoft_sbc_features_box ul li {
  list-style: none;
  position: relative;
  padding: 8px;
  color: var(--Gray-neutral-800, #1f2a37);
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 24px; /* 150% */
  margin: 0px;
}
.technical_specifications_box ul {
  padding: 0px 0px 0px 12px;
  margin: 0px;
}
.revesoft_sbc_features_box ul {
  padding: 10px 0px 0px 12px;
  margin: 0px;
}
.technical_specifications_box ul li:after,
.revesoft_sbc_features_box ul li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../frame.html\ 2147223948.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 12px;
  left: -12px;
}
.technical_specifications_box ul li {
  color: var(--Gray-neutral-800, #1f2a37);
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.technical_specifications_box h3 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 32px; /* 133.333% */
  margin: 0px;
  padding: 0px 0px 16px 0px;
}
.revesoft_sbc_deployment {
  padding: 120px 0px;
  background: linear-gradient(197deg, #fff 15.93%, #d8efff 87.96%);
}
.revesoft_sbc_deployment_box {
  border-radius: 8px;
  background: #fff;
  padding: 38px 44px;
  text-align: center;
  min-height: 170px;
  margin-top: 24px;
}
.revesoft_sbc_deployment_box img {
  max-width: 100%;
}
.revesoft_sbc_video {
  padding: 120px 0px;
  text-align: center;
  background: #f5f9fc;
}
.revesoft_sbc_video_inner {
  position: relative;
}
.revesoft_sbc_video_inner .playWithSoundBtnHome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.revesoft_resources {
  padding: 120px 0px 120px 0px;
  text-align: center;
  background: url(../png/succesful-deploy.png) no-repeat left center;
  background-size: cover;
  position: relative;
  z-index: -2;
}
.revesoft_resources p {
  color: var(--Gray-700, #344054);
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px;
}
.revesoft_resources_inner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid var(--Gray-neutral-100, #f3f4f6);
  background: #fff;
}
.revesoft_resources_inner_middle {
  text-align: left;
}
.revesoft_resources .container {
  width: 40%!important;
  margin: auto;
}
.revesoft_resources .revesoft_resources_inner_middle p {
  overflow: hidden;
  color: var(--Gray-700, #344054);
  text-overflow: ellipsis;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}
/* Reve sbc page design end here  */

/* Reve voice video page design start here   */
.revesoft_yourapp_andyourbrand_box {
  border-radius: 16px;
  background: var(--Gray-neutral-50, #f9fafb);
  padding: 22px;
  min-height: 290px;
  margin-top: 48px;
}
.revesoft_yourapp_andyourbrand_box h3 {
  color: #000;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 30px; /* 150% */
  margin: 0px;
  padding: 24px 0px 12px 0px;
}
.revesoft_yourapp_andyourbrand_box p {
  font-family: "GeneralSans-Regular";
  color: var(--Gray-neutral-800, #1f2a37);
  font-size: 16px;
  text-align: left;
  line-height: 24px; /* 150% */
  margin: 0px;
  padding: 0px;
}
.revesoft_yourapp_andyourbrand_box img {
  max-width: 100%;
}
.revesoft_secure_communication_ensured {
  padding: 120px 0px;
  background: #fff;
}
.revesoft_secure_communication_ensured h2 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}
.revesoft_secure_communication_ensured h3 {
  font-family: "GeneralSans-Medium";
  color: var(--Gray-neutral-900, #111927);
  font-size: 20px;
  line-height: 30px; /* 150% */
  padding: 16px 0px 0px 0px;
  margin: 0px;
}
.revesoft_secure_communication_ensured p {
  font-family: "GeneralSans-Regular";
  color: var(--Gray-neutral-800, #1f2a37);
  font-size: 16px;
  line-height: 24px; /* 150% */
  padding: 0px 0px 16px 0px;
  margin: 0px;
}
.revesoft_secure_communication_ensured_img {
  display: flex;
  justify-content: center;
}
.revesoft_sbc_features_equal_fw .container {
  width: 100%;
}
.revesoft_everything_you_need .col-auto {
  width: 20%;
}
.revesoft_everything_you_need1 .revesoft_everything_you_need_box {
  min-height: 375px;
}
.revesoft_supported_plateform {
  background: #eff4ff;
  padding: 96px 0px;
}
.revesoft_supported_plateform h2 {
  color: var(--Gray-neutral-900, #111927);
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px 0px 48px 0px;
  margin: 0px;
}
.revesoft_supported_plateform_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--Gray-neutral-100, #f3f4f6);
  background: #fff;
  padding: 24px 32px;
}
.revesoft_supported_plateform_box p {
  overflow: hidden;
  color: var(--Gray-700, #344054);
  text-overflow: ellipsis;
  font-family: "GeneralSans-Medium";
  font-size: 18px;
  line-height: 28px; /* 155.556% */
  padding: 0px 0px 0px 12px;
  margin: 0px;
}
.technical_specifications2 {
  background: #eff4ff;
}
.technical_specifications_box table {
  border-radius: 8px !important;
}
.technical_specifications_box table td {
  border: 1px solid var(--Gray-neutral-100, #f3f4f6);
  color: var(--Gray-neutral-800, #1F2A37);
font-family: "GeneralSans-Regular";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
.technical_specifications_box table th {
  border: 1px solid var(--Gray-neutral-100, #f3f4f6);
  color: var(--Gray-neutral-800, #1F2A37);
font-family: "GeneralSans-Medium";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
}
h2.revesoft_sbc_features_title {
  padding-bottom: 20px;
}
p.revesoft_sbc_features_desc {
  text-align: center;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
  .revesoft_everything_you_need .col-auto {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .revesoft_everything_you_need .col-auto {
    width: 50%;
  }
}
@media only screen and (max-width: 769px) {
  .revesoft_everything_you_need .col-auto {
    width: 100%;
  }
}
/* Reve voice video page design end here   */
/* Reve virtual roaming page design start here   */
.revesoft_enabling_landline {
  background: #eff4ff;
  padding: 92px 0px;
}
.revesoft_enabling_landline h2,
.revesoft_driving_success h2 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px 0px 24px 0px;
  margin: 0px;
}
.revesoft_enabling_landline p,
.revesoft_driving_success p {
  color: var(--Gray-neutral-800, #1f2a37);
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px; /* 155.556% */
  padding: 0px;
  margin: 0px;
}
.revesoft_enabling_landline .col-sm-12 img,
.revesoft_driving_success .col-sm-12 img {
  max-width: 100%;
  text-align: center;
}
.revesoft_enabling_landline .revesoft_enabling_landline_img,
.revesoft_driving_success .revesoft_driving_success_img {
  display: flex;
  justify-content: center;
}
.revesoft_driving_success {
  background: #f5f9fc;
  padding: 92px 0px;
}
.revesoft_subscriber_friendly_features {
  padding: 120px 0px;
}
.revesoft_subscriber_friendly_features h2 {
  color: var(--Gray-neutral-800, #1f2a37);
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px 0px 48px 0px;
  margin: 0px;
}
.revesoft_subscriber_friendly_features_box h3 {
  color: var(--Gray-neutral-800, #1f2a37);
  text-align: left;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  line-height: 30px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 24px 0px 12px 0px;
  margin: 0px;
}
.revesoft_subscriber_friendly_features_box p {
  color: var(--Gray-neutral-800, #1f2a37);
  text-align: left;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 24px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.revesoft_subscriber_friendly_features_box {
  border-radius: 16px;
  background: var(--Gray-neutral-50, #f9fafb);
  padding: 24px;
}
.revesoft_secure_communication_ensured p {
  border-bottom: 1px solid #e5e7eb;
}
.revesoft_secure_communication_ensured p:nth-of-type(1) {
  border-bottom: none;
}

.revesoft_secure_communication_ensured p:last-child {
  border-bottom: none;
}
.technical_specifications3 .technical_specifications_box {
  min-height: 320px;
}

@media screen and (max-width: 991px) {
  .revesoft_session_border_controller p {
    padding: 0px 0px;
  }
}
/* Reve virtual roaming page design end here   */

/* about-us page design start here */
.revesoft_about_us_banner {
  padding: 100px 0px 120px 0px;
  background: #f5f9fc;
}
.revesoft_about_us_banner_inner h1 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 60px;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
  padding: 0px 0px 14px 0px;
  margin: 0px;
}
.revesoft_about_us_banner_inner p {
  color: #3f3f3f;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  line-height: 28px; /* 155.556% */
  padding: 10px 0px;
  margin: 0px;
}
/* .row .col-xl-6:nth-child(3)  {
 display: flex;
 justify-content: start;
} */
.revesoft_about_us_banner_inner_img {
  display: flex;
  justify-content: end;
}
.revesoft_about_us_banner .col-sm-12 {
  padding-bottom: 120px;
}
.revesoft_about_us_founder {
  padding: 120px 0px;
}
.revesoft_about_us_founder span {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 16px;
  line-height: 24px; /* 150% */
  padding: 0px;
  margin: 0px;
}
.revesoft_about_us_founder h2 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.96px;
  padding: 10px 0px 2px 0px;
  margin: 0px;
}
.revesoft_about_us_founder p {
  color: #3f3f3f;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  padding: 10px 0px;
  margin: 0px;
}
.revesoft_about_us_founder_img {
  display: flex;
  justify-content: center;
}
.revesoft_about_us_leadership {
  background: #f5f9fc;
  padding: 120px 0px;
}
.revesoft_about_us_leadership .container,
.revesoft_about_us_founder .container {
  max-width: 60%;
  margin: auto;
}
.revesoft_about_us_leadership_team .card {
  border: none;
  margin-bottom: 28px;
  background-color: transparent;
}
.revesoft_about_us_leadership_team .card img {
  max-width: 100%;
  object-fit: cover;
}
.revesoft_about_us_leadership_team .card .card-body {
  padding: 16px 0px 0px 0px;
}
.revesoft_about_us_leadership_team .card .card-body h5 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  line-height: 32px; /* 133.333% */
  padding: 0px 0px 8px 0px;
  margin: 0px;
}
.revesoft_about_us_leadership_team .card .card-body p {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  line-height: 24px; /* 133.333% */
  padding: 0px 0px 16px 0px;
  margin: 0px;
}
.revesoft_about_us_leadership_team .card .card-body a {
  border-radius: 50px;
  background: var(--Blue-dark-50, #eff4ff);
  border: none;
}
.revesoft_about_us_leadership h2 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 48px;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  padding: 0px 0px 48px 0px;
  margin: 0px;
}
.revesoft_product_page_banner_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* about-us page design end here */
.revesoft_everything_you_need_mobile_dailer .revesoft_everything_you_need_box {
  min-height: 220px;
}
.revesoft_everything_you_need_mobile_dailer {
  background: #eff4ff;
}
.revesoft_everything_you_need_mobile_dailer
  .revesoft_everything_you_need_box
  span {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-SemiBold";
  font-size: 36px;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  display: block;
  padding: 16px 0px 8px 0px;
  margin: 0px;
}
.revesoft_mobile_dailer ul li {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding: 0px 0px 32px 28px;
}
.revesoft_product_page_banner ul li {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding: 0px 0px 16px 28px;
}
.revesoft_product_page_banner ul {
  padding: 18px 0px 0px 0px;
  margin: 0px;
}
.revesoft_product_page_banner ul li {
  list-style: none;
  position: relative;
}
.revesoft_mobile_dailer p {
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 155.556% */
  padding: 0px 0px 24px 0px;
  margin: 0px;
}
.revesoft_benefits.revesoft_mobile_dailer ul li:after,
.revesoft_product_page_banner ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../checkmark-2.html\ Circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
}
.revesoft_testimonial_for_our_business {
  text-align: center;
}
.revesoft_testimonial_for_our_business span {
  color: var(--colors-text-text-primary-900, #181d27);
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  display: block;
  padding: 0px;
}
.revesoft_testimonial_for_our_business p {
  color: var(--colors-text-text-primary-900, #181d27);
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  padding: 0px 0px 100px 0px;
}
.revesoft_monthly_rent .revesoft_everything_you_need_box {
  min-height: 320px;
}
.revesoft_everything_you_need_itel_hosted_dailer span {
  color: var(--colors-text-text-primary-900, #181d27);
  text-align: left;
  font-family: "GeneralSans-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  display: block;
  padding: 24px 0px 12px 0px;
}
.revesoft_everything_you_need_itel_hosted_dailer p:first-child {
  color: var(--Gray-neutral-900, #111927);
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  padding: 0px 0px 32px 0px;
  margin: 0px;
}
.revesoft_everything_you_need_itel_hosted_dailer
  .revesoft_everything_you_need_box {
  min-height: 316px;
}
.revesoft_everything_you_need_itel_hosted_dailer_btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.revesoft_everything_you_need_itel_hosted_dailer a, a.revesoft_read_more_btn {
  color: #253748;
    font-family: "GeneralSans-Medium";
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    margin: 0px 0px 64px 0px;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 50px;
background: #FFF;
}
a.revesoft_read_more_btn {
 margin-top: 24px;
}
.revesoft_everything_you_need_itel_hosted_dailer{
  background: #EFF4FF;
}
.technical_specifications_box img{
  max-width: 100%;
  margin-bottom: 48px;
}
.technical_specifications_itel_hosted .technical_specifications_box{
  min-height: 500px;
  margin-bottom: 24px;
}
.technical_specifications_itel_hosted .technical_specifications_box h3{
  font-size: 36px;
}
.technical_specifications_itel_hosted  .technical_specifications_box ul li{
  font-size: 18px;
}
.revesoft_about_page_banner{
  text-align: center;
  background: #F5F9FC;
}
.revesoft_our_culture h2{
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px;
  margin: 0px;
}
.revesoft_our_culture p{
  color: var(--Gray-neutral-800, #1F2A37);
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding: 20px 0px 0px 0px;
  margin: 0px;
}
.revesoft_about_page_banner a{
 margin-bottom: 64px;
}
.revesoft_our_culture{
  padding: 96px 0px 90px 0px;
}
.revesoft_our_culture_img{
  position: relative;
  display: flex;
  justify-content: end;
}
.revesoft_our_culture_img img{
  max-width: 100%;
}
.reevsoft_what_we_offer{
  padding: 96px 0px 72px 0px; 
  background: #F5F9FC;
}
.reevsoft_what_we_offer .container{
  width: 50%;
  margin: auto;
}
.reevsoft_what_we_offer h2{
  color: var(--Gray-neutral-900, #111927);
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 0px;
  margin: 0px;
}
.reevsoft_what_we_offer p{
  color: var(--Gray-neutral-900, #111927);
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 122.222% */
  letter-spacing: -0.72px;
  padding: 16px 0px 48px 0px;
  margin: 0px;
}
.reevsoft_what_we_offer_box{
  border-radius: 16px;
  background: #FFF;
  padding: 24px;
  margin-bottom: 24px;
  min-height: 180px;
}
.reevsoft_what_we_offer_box p{
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  padding: 24px 0px 0px 0px;
  margin: 0px;
}
.reevsoft_what_we_offer_box img{
 max-width: 100%;
}
.revesoft_product_page_banner_sub_title{
  color: #111927;
text-align: center;
font-family: "GeneralSans-SemiBold";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
letter-spacing: -0.72px;
padding: 120px 0px 16px 0px;
margin: 0px;
}
.revesoft_product_page_banner_des2{
  color: #1f2a37;
  font-family: "GeneralSans-Regular";
  font-size: 20px;
  line-height: 26px;
  margin: 0px;
  padding: 16px 100px 0px 100px;
  text-align: center;
}
.revesoft_messaging_sdk .technical_specifications_box{
 min-height: 200px;
}
.revesoft_messaging_sdk{
padding: 120px 0px 0px 0px;
}
.revesoft_messaging_sdk .container{
  width: 50%;
  margin: auto;
}
.revesoft_secure_communication_ensured_img img, .revesoft_about_us_banner_inner_img img{
max-width: 100%;
}
@media only screen and (max-width: 669px) {
  .revesoft_session_border_controller{
    padding: 60px 0px;
  }
  .revesoft_benefits, .revesoft_sbc_features, .revesoft_everything_you_need, .technical_specifications, .revesoft_sbc_deployment, .revesoft_sbc_video, .revesoft_secure_communication_ensured, .revesoft_about_us_banner, .revesoft_our_culture{
    padding: 60px 0px!important;
  }
  .revesoft_sbc_features .container, .revesoft_resources .container, .revesoft_messaging_sdk .container, .revesoft_about_us_leadership .container, .revesoft_about_us_founder .container, .reevsoft_what_we_offer .container{
    width: 100% !important;
    margin: auto;
}
.revesoft_resources_inner, .revesoft_supported_plateform_box, .technical_specifications_box{
  margin-bottom: 24px;
}
.technical_specifications_box{
  min-height: 320px;
}
.revesoft_product_page_banner_sub p br, .revesoft_product_page_banner_sub h1 br, .revesoft_product_page_banner_sub h2 br, .revesoft_about_page_banner h1 br, .revesoft_about_page_banner p br{
  display: none;
}
.revesoft_product_page_banner_des2{
  padding: 16px 0px 0px 0px;
}
.revesoft_our_culture_img img{
  padding-top: 40px;
}
}




/* BLOG PAGE DESIGN START HERE  */
.m_revesoft_blog_page_banner {
  padding: 64px 0px;
  text-align: center;
  background: #E0F2FE;
}
.m_revesoft_blog_page_banner h1 {
  color: var(--Gray-neutral-900, #111927);
  font-family: "GeneralSans-Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 126.667% */
  margin: 0px;
  padding: 0px 0px 24px 0px;
}
.m_revesoft_blog_page_banner_inner {
  position: relative;
  display: block;
  text-align: center;
}
.m_revesoft_blog_page_banner_inner
  .input-group
  .form-control:focus::placeholder {
  padding-left: 0px; /* Adjust padding for space */
}
.m_revesoft_blog_page_banner_inner_top_categories {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0px 0px 0px;
  width: 100%;
  margin: auto;
  display: none;
}
.m_revesoft_blog_page_banner_inner_top_categories_inner_left ul,
.m_revesoft_blog_page_banner_inner_top_categories_inner_right ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.m_revesoft_blog_page_banner_inner_top_categories_inner_left {
  position: relative;
}
.m_revesoft_blog_page_banner_inner_top_categories_inner_left:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #d5d7da;
  right: -20px;
  top: 6px;
}
.m_revesoft_blog_page_banner_inner_top_categories_inner_left ul li,
.m_revesoft_blog_page_banner_inner_top_categories_inner_right ul li {
  list-style: none;
}
.m_revesoft_blog_page_banner_inner_top_categories_inner_left ul li a,
.m_revesoft_blog_page_banner_inner_top_categories_inner_right ul li a,
.m_revesoft_categories_dropdown_selected {
  color: var(--gray-light-mode-800, var(--colors-gray-light-mode-800, #252b37));
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
  letter-spacing: -0.14px;
  border-radius: 40px;
border: 1px solid #D3D8DD;
background: #FFF;
  display: flex;
  height: 32px;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin: 0px 4px;
  transition: .3s ease-in-out;

}
#m_revesoft_category_select .active{
  background-color: #000;
  color: #FFF;
}
#m_revesoft_category_select .active:after {
  content: "\2715"; /* Unicode for the '×' symbol */
  font-size: 12px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
}
#m_revesoft_category_select li a:hover{
  background-color: #000;
  color: #FFF;
}
.m_revesoft_blog_page_banner_inner_top_categories_inner_left ul li span {
  color: var(--gray-light-mode-500, var(--colors-gray-light-mode-500, #717680));
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  letter-spacing: -0.14px;
}
.m_revesoft_categories_dropdown {
  position: relative;
  display: inline-block;
  min-width: 130px;
}
.m_revesoft_categories_dropdown_selected {
  min-width: 150px;
}
.m_revesoft_categories_dropdown_selected:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../caretdown.html"); /* Replace with your image URL */
  background-size: contain;
  background-repeat: no-repeat;
}
.m_revesoft_categories_dropdown.open .m_revesoft_categories_dropdown_selected:after {
  display: none;
}
.m_revesoft_categories_dropdown.open .form-control {
  display: flex;
height: 32px;
padding: 4px 12px;
justify-content: space-between;
align-items: center;
align-self: stretch;
border-radius: 42px;
border: 1px solid var(--colors-gray-light-mode-300, #D5D7DA);
background: #FFF;
}
.m_revesoft_categories_dropdown.open .form-control:focus {
  display: flex;
height: 32px;
padding: 4px 12px;
justify-content: space-between;
align-items: center;
align-self: stretch;
border-radius: 42px;
border: 1px solid var(--colors-gray-light-mode-300, #D5D7DA);
background: #FFF;
box-shadow: none;
outline: none;
}
.reset_selection{
  font-size: 18px;
  padding-bottom: 5px;
  width: 16px;
}
.m_revesoft_categories_dropdown_options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  border-radius: 12px;
  border: 1px solid var(--colors-gray-light-mode-200, #e9eaeb);
  background: var(--White, #fff);
  z-index: 1000;
  color: var(--gray-light-mode-700, var(--colors-gray-light-mode-700, #414651));
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  padding: 12px;
}

.m_revesoft_categories_dropdown_options div {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-align: start;
  transition: background-color 0.2s;
  padding-right: 12px;
}
.m_revesoft_categories_dropdown_options div label{
  color: var(--gray-light-mode-700, var(--colors-gray-light-mode-700, #414651));
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  padding: 8px 12px;
}
.m_revesoft_categories_dropdown_options div:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}
.m_revesoft_categories_dropdown.open .m_revesoft_categories_dropdown_options {
  display: block;
}
.m_revesoft_last_published_blog .m_revesoft_last_published_blog_innner ul,
.m_revesoft_last_featured_blog .m_revesoft_last_featured_blog_innner ul,
.m_revesoft_industries_and_all_blog
  .m_revesoft_industries_and_all_blog_inner
  ul, .m_revesoft_blog_page_search_results ul {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px;
  margin: 0px;
}
.m_revesoft_last_published_blog
  .m_revesoft_last_published_blog_innner
  ul
  li
  svg,
.m_revesoft_last_featured_blog .m_revesoft_last_featured_blog_innner ul li svg,
.m_revesoft_industries_and_all_blog
  .m_revesoft_industries_and_all_blog_inner
  ul
  li
  svg, .m_revesoft_blog_page_search_results ul li svg {
  margin-right: 7px;
}
.m_revesoft_last_published_blog .m_revesoft_last_published_blog_innner ul li,
.m_revesoft_last_featured_blog .m_revesoft_last_featured_blog_innner ul li,
.m_revesoft_industries_and_all_blog
  .m_revesoft_industries_and_all_blog_inner
  ul
  li, .m_revesoft_blog_page_search_results ul li {
  list-style: none;
  display: flex;
  align-items: center;
  color: var(--gray-light-mode-500, var(--colors-gray-light-mode-500, #717680));
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  margin: 0px;
  padding: 0px 28px 0px 0px;
  position: relative;
}
.m_revesoft_last_published_blog .container{
width: 60%!important;
margin: auto;
padding: 72px 0px 0px 0px;
}
.m_revesoft_last_published_blog img{
 max-width: 100%;
 object-fit: cover;
}
.m_revesoft_last_published_blog_innner h2 a{
  color: var(--Gray-neutral-900, #111927);
font-family: "GeneralSans-Medium";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 122.222% */
letter-spacing: -0.72px;
text-decoration: none;
margin: 0px;
padding: 0px;
}
.m_revesoft_last_published_blog_innner h3{
  color: var(--Black, #253748);
  font-family: "GeneralSans-Medium"; 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  text-decoration: none;
margin: 0px;
padding: 12px 0px 16px 0px;
}
.m_revesoft_last_published_blog_innner h3 a{
  color: var(--Black, #253748);
  font-family: "GeneralSans-Medium"; 
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  text-decoration: none;
margin: 0px;
padding: 0px;
}
.m_revesoft_last_published_blog_innner .m_revesoft_last_featured_blog_category a{
  color: var(--Blue-light-900, #0B4A6F);
  font-family: "GeneralSans-SemiBold"; 
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 16.8px */
letter-spacing: -0.12px;
  text-decoration: none;
  display: inline-block;
  height: 24px;
  padding: 5px 9px;
  border-radius: 6px;
  background: var(--Blue-light-100, #E0F2FE);
}
.m_revesoft_first_published_blog_innner{
  padding: 0px 0px 32px 0px!important;
}
.m_revesoft_first_published_blog_innner ul{
  padding: 0px 0px 32px 0px!important;
}
.m_revesoft_last_published_blog_innner img{
  max-width: 100%;
  border-radius: 16px;
}
.m_revesoft_first_published_blog_innner img{
 border-radius: 20px;
}
.m_revesoft_last_published_blog_innner{
  padding: 40px 0px 0px 0px;
}
.m_revesoft_last_featured_blog_category{
  padding: 24px 0px 0px 0px;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 20px 0px 0px 0px;
  margin: 60px auto 0 auto; /* Centering the pagination */
}

.pagination li {
  margin: 0 5px;
}

.pagination .page-numbers {
  display: flex;
  gap: 10px;
}

.pagination a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 5px;
  border-radius: 8px;
border: 1px solid var(--Gray-300, #D0D5DD);
background: var(--Base-White, #FFF);
color: #333;
border-radius: 5px;
color: var(--Gray-700, #344054);
font-family: "GeneralSans-Medium"; 
font-size: 14px;
line-height: 20px; /* 142.857% */
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.pagination .page-numbers a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  border: none;
  padding: 8px;

}
.pagination .page-numbers a.active {
  border-radius: 8px;
  padding: 8px;
  background: var(--Gray-50, #F9FAFB);
}

.pagination a:hover {
  background-color: #007bff;
  color: #fff;
}

/* BLOG PAGE DESIGN START END  */




.revesoft_all_resources .card{
  min-height: 444px;
}
.revesoft_all_resources .card a{
  color: var(--Gray-neutral-800, #1F2A37);
font-family: "GeneralSans-Medium";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
  border-radius: 8px;
  border: 1px solid var(--Blue-700, #175CD3);
  background: #FFF;
}
.revesoft_all_resources_download_form .modal-header{
  display: block;
  text-align: center;
  position: relative;
  border-bottom: none;
  padding: 0px;
}
.revesoft_all_resources_download_form .modal-content{
  padding: 48px;
}
.revesoft_all_resources_download_form .modal-header .btn-close{
  display: block;
  text-align: center;
  position: relative;
  top: -135px;
  left: 20px;
}
.revesoft_all_resources_download_form .modal-dialog{
 min-width: 1020px;
}
.revesoft_all_resources_download_form .modal-dialog h4{
  color: var(--Gray-neutral-900, #111927);
  text-align: center;
  font-family: "GeneralSans-SemiBold";
  font-size: 36px!important;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
  margin: 0px;
  padding: 0px;
}
.revesoft_all_resources_download_form .modal-dialog p{
  color: var(--Gray-neutral-800, #1F2A37);
  text-align: center;
  font-family: "GeneralSans-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin: 0px;
  padding: 8px 0px 28px 0px;
}
.revesoft_all_resources_download_form .modal-dialog label{
  color: var(--Gray-neutral-700, #384250);
  text-align: center;
  font-family: "GeneralSans-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin: 0px;
  padding: 0px 0px 6px 0px;
}
.revesoft_all_resources_download_form .modal-dialog .modal-body{
padding: 0px;
}
.revesoft_all_resources_download_form .modal-dialog .form-control, .revesoft_all_resources_download_form .modal-dialog .form-select{
  border-radius: 8px;
  border: 1px solid #F2F2F7;
  background: #FAFAFA;
  margin: 0px 0px 24px 0px;
  padding: 12px 16px;
  box-shadow: none;
  outline: none;
}
.revesoft_all_resources_download_form .modal-dialog .form-control:focus, .revesoft_all_resources_download_form .modal-dialog .form-select:focus{
  border-radius: 8px;
  border: 1px solid #F2F2F7;
  background: #FAFAFA;
  margin: 0px;
  padding: 12px 16px;
  box-shadow: none;
  outline: none;
}
.revesoft_all_resources_download_form .modal-dialog .modal-body button{
  border-radius: 8px;
  border: 1px solid #004EEB;
  background: #004EEB;
  display: block;
padding: 16px 24px;
width: 100%;
gap: 10px;
color: #FFF;
font-family: "GeneralSans-Semibold";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
margin-top: 18px;
  } 
  .revesoft_all_resources_download_form .modal-dialog input::placeholder,
  .revesoft_all_resources_download_form .modal-dialog #inlineFormSelectPref{
    color: var(--Gray-neutral-500, #6C737F);
    text-align: left;
    font-family: "GeneralSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.revesoft_sbc_video_container {
  position: relative;
  width: 90%;
  margin: auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (Height / Width) */
}

.revesoft_sbc_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 1000px) {
  .revesoft_all_resources_download_form .modal-dialog{
    min-width: auto!important;
  }
  #contact-form .form-group{
    width: 100%!important;
  }
  .revesoft_all_resources_download_form .modal-content{
    padding: 24px;
  }
  .revesoft_all_resources_download_form .modal-header .btn-close {
    top: -118px!important;
    left: 10px!important;
}
#quickContact .form-group{
  width: 100%!important;
}
}

@media only screen and (max-width: 769px) {
  .revesoft_airtel_project p, .revesoft_customized_tms span, .revesoft_customized_erp p{
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .revesoft_cutting_edge_solutions_inner_item .card {
    min-height: 340px;
  }
  .revesoft_hero_section_left h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .revesoft_trusted_industries_leaders .swiper-button-next {
    left: 50%;
  }
  .revesoft_trusted_industries_leaders .swiper-button-prev {
    left: 45%;
  }
  .revesoft_technoloagy_partnership .swiper-button-prev {
    left: 44%;
  }
  .revesoft_technoloagy_partnership .swiper-button-next {
    left: 50%;
  }
  .revesoft_technoloagy_partnership h2 {
    padding: 92px 120px 48px 0px;
  }
  .revesoft_trusted_industries_leaders .card {
    min-height: 210px;
  }
  .revesoft_technoloagy_partnership .card{
    min-height: 460px;
  }
  .revesoft_hero_section_left ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_cutting_edge_solutions_inner_item .card p, .revesoft_products .card p{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_hero_section_left p, .revesoft_hero_section_left ul li, .revesoft_number_speaks_left p, .revesoft_technoloagy_partnership .card p, .revesoft_event_participations p{
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3, .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3{
    font-size: 20px;
    line-height: 28px;
  }
  .revesoft_hero_section_left a, .revesoft_hero_section_left a.learn_more{
    padding: 12px 16px!important;
  }
  .revesoft_number_speaks_right_inner span {
    font-size: 42px;
    line-height: 52px;
  }
  .revesoft_products .card {
    min-height: 300px!important;
  }
  .revesoft_product_page_banner h1, .revesoft_airtel_project h1{
    font-size: 48px;
    line-height: normal;
  }
  .revesoft_product_page_banner p.revesoft_product_page_banner_sub, .revesoft_airtel_project p, .revesoft_common_card_inner_item .card h2, .revesoft_everything_you_need_box h3, .revesoft_user_interface_inner_item span{
    font-size: 18px;
    line-height: 28px;
  }
  .revesoft_product_page_banner p.revesoft_product_page_banner_des{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_session_border_controller p, .revesoft_sbc_features p, .revesoft_everything_you_need p, .revesoft_sbc_deployment p, .revesoft_common_card_inner_item .card p, .revesoft_benefits ul li, .revesoft_monitor_tele p{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_sbc_features h3{
    font-size: 20px;
    line-height: 30px;
  }
  .revesoft_resources .container{
    width: 60%!important;
  }
  .revesoft_airtel_project .revesoft_common_card_inner_item .card {
    min-height: 360px;
}
.revesoft_user_interface_inner_item{
  min-height: 200px;
}
.revesoft_header_logo img {
  max-width: 90%;
}
}
@media only screen and (max-width: 1440px) {
  .revesoft_cutting_edge_solutions_inner_item .card {
    min-height: 340px;
  }
  .revesoft_hero_section_left h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .revesoft_trusted_industries_leaders .swiper-button-next {
    left: 50%;
  }
  .revesoft_trusted_industries_leaders .swiper-button-prev {
    left: 45%;
  }
  .revesoft_technoloagy_partnership .swiper-button-prev {
    left: 44%;
  }
  .revesoft_technoloagy_partnership .swiper-button-next {
    left: 50%;
  }
  .revesoft_technoloagy_partnership h2 {
    padding: 92px 120px 48px 0px;
  }
  .revesoft_trusted_industries_leaders .card {
    min-height: 200px;
  }
  .revesoft_technoloagy_partnership .card{
    min-height: 500px;
  }
  .revesoft_hero_section_left ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_cutting_edge_solutions_inner_item .card p, .revesoft_products .card p, .revesoft_benefits ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_hero_section_left p, .revesoft_hero_section_left ul li, .revesoft_number_speaks_left p, .revesoft_technoloagy_partnership .card p, .revesoft_event_participations p{
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3, .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3{
    font-size: 20px;
    line-height: 28px;
  }
  .revesoft_hero_section_left a, .revesoft_hero_section_left a.learn_more{
    padding: 12px 16px!important;
  }
  .revesoft_number_speaks_right_inner span {
    font-size: 42px;
    line-height: 52px;
  }
  .revesoft_products .card {
    min-height: 300px!important;
  }
  .revesoft_product_page_banner h1, .revesoft_airtel_project h1{
    font-size: 48px;
    line-height: normal;
  }
  .revesoft_product_page_banner p.revesoft_product_page_banner_sub,  .revesoft_common_card_inner_item .card h2, .revesoft_everything_you_need_box h3{
    font-size: 18px;
    line-height: 28px;
  }
  .revesoft_product_page_banner p.revesoft_product_page_banner_des{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_session_border_controller p, .revesoft_sbc_features p, .revesoft_everything_you_need p, .revesoft_sbc_deployment p, .revesoft_airtel_project p{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_sbc_features h3{
    font-size: 20px;
    line-height: 30px;
  }
  .revesoft_user_interface_inner_item{
    min-height: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .revesoft_cutting_edge_solutions_inner_item .card {
    min-height: 340px;
  }
  .revesoft_technoloagy_partnership .card{
    min-height: 500px;
  }
  .revesoft_hero_section_left ul li{
    font-size: 14px;
    line-height: 22px;
  }
  .revesoft_cutting_edge_solutions_inner_item .card p, .revesoft_products .card p{
    font-size: 14px;
    line-height: 22px;
  }
  .revesoft_hero_section_left p, .revesoft_hero_section_left ul li, .revesoft_number_speaks_left p, .revesoft_technoloagy_partnership .card p, .revesoft_event_participations p{
    font-size: 14px!important;
    line-height: 22px!important;
  }
  .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3, .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3{
    font-size: 18px;
    line-height: 28px;
  }
  .revesoft_hero_section_left a, .revesoft_hero_section_left a.learn_more{
    padding: 12px 16px!important;
  }
  .revesoft_number_speaks_right_inner span {
    font-size: 40px;
    line-height: 48px;
  }
  .revesoft_products .card {
    min-height: 300px!important;
  }
  .revesoft_product_page_banner h1, .revesoft_airtel_project h1{
    font-size: 40px;
    line-height: normal;
  }
  .revesoft_product_page_banner p.revesoft_product_page_banner_sub, .revesoft_airtel_project p, .revesoft_everything_you_need_box h3, .revesoft_user_interface_inner_item span{
    font-size: 16px;
    line-height: 24px;
  }
  .revesoft_product_page_banner p.revesoft_product_page_banner_des, .revesoft_common_card_inner_item .card p{
    font-size: 14px;
    line-height: 22px;
  }
  .revesoft_session_border_controller p, .revesoft_sbc_features p, .revesoft_everything_you_need p, .revesoft_sbc_deployment p, .revesoft_benefits ul li{
    font-size: 14px;
    line-height: 22px;
  }
  .revesoft_sbc_features h3{
    font-size: 18px;
    line-height: 28px;
  }
  .revesoft_hero_section_left p, .revesoft_hero_section_left ul li, .revesoft_number_speaks_left p, .revesoft_technoloagy_partnership .card p, .revesoft_event_participations p{
    font-size: 14px!important;
  }
}
@media only screen and (max-width: 1280px) {
  .revesoft_cutting_edge_solutions_inner_item .card {
    min-height: 390px;
  }
  .revesoft_technoloagy_partnership .card{
    min-height: 500px;
  }
  .revesoft_hero_section_left ul li,  .revesoft_common_card_inner_item .card h2{
    font-size: 16px;
  }
  .revesoft_cutting_edge_solutions_inner_item .card p, .revesoft_products .card p{
    font-size: 16px;
  }
  .revesoft_hero_section_left p, .revesoft_hero_section_left ul li, .revesoft_number_speaks_left p, .revesoft_technoloagy_partnership .card p, .revesoft_event_participations p{
    font-size: 16px!important;
  }
  .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3, .revesoft_cutting_edge_solutions_inner_item .card h3, .revesoft_products .card h3{
    font-size: 20px;
  }
  
}

@media only screen and (max-width: 1199px) {
  .revesoft_cutting_edge_solutions_inner_item .card {
    min-height: 425px;
  }
  .revesoft_products .card {
    min-height: 450px;
  }
  .revesoft_trusted_industries_leaders .swiper-button-next {
    left: 57%;
  }
  .revesoft_trusted_industries_leaders .swiper-button-prev {
    left: 37%;
  }
  .revesoft_technoloagy_partnership .swiper-button-prev {
    left: 45%;
  }
  .revesoft_technoloagy_partnership .swiper-button-next {
    left: 54%;
  }
  .revesoft_technoloagy_partnership .card .card-image {
    min-height: 150px;
  }
  .revesoft_hero_section_left h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .revesoft_technoloagy_partnership h2 {
    padding: 0px 80px 48px 0px;
  }
  .revesoft_trusted_industries_leaders .card {
    min-height: 305px;
  }
  .revesoft_technoloagy_partnership .card{
    min-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .revesoft_hero_section_left h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .revesoft_hero_section {
    padding: 50px 0px 50px 0px;
  }
  .revesoft_cutting_edge_solutions h2 br{
   display: none;
  }
  .revesoft_cutting_edge_solutions_inner_item .card,
  .revesoft_products .card {
    margin-bottom: 24px;
  }
  .revesoft_award img {
    margin-bottom: 24px;
  }
  .revesoft_trusted_industries_leaders .swiper-button-next {
    left: 58%;
  }
  .revesoft_trusted_industries_leaders .swiper-button-prev {
    left: 35%;
  }
  .revesoft_technoloagy_partnership .swiper-button-prev {
    left: 45%;
  }
  .revesoft_technoloagy_partnership .swiper-button-next {
    left: 55%;
  }
  .revesoft_technoloagy_partnership h2 {
    padding: 0px 0px 48px 0px;
  }
}
@media only screen and (max-width: 769px) {
  .revesoft_hero_section_left h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .revesoft_hero_section {
    padding: 30px 0px;
  }
  .revesoft_cutting_edge_solutions_inner_item .card,
  .revesoft_products .card {
    margin-bottom: 24px;
    min-height: auto;
  }
  .revesoft_award img {
    margin-bottom: 24px;
  }
  .revesoft_trusted_industries_leaders .swiper-button-next {
    left: 62%;
  }
  .revesoft_trusted_industries_leaders .swiper-button-prev {
    left: 28%;
  }
  .revesoft_technoloagy_partnership .swiper-button-prev {
    left: 45%;
  }
  .revesoft_technoloagy_partnership .swiper-button-next {
    left: 55%;
  }
  .revesoft_award .col-sm-12,
  .revesoft_event_participations .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .revesoft_event_participations p {
    padding: 12px 0px 12px 0px;
  }
  .revesoft_cutting_edge_solutions h2 br{
    display: none;
   }
   .revesoft_number_speaks_right_inner span {
    font-size: 42px;
  }
  .revesoft_technoloagy_partnership h2 {
    padding: 40px 0px 38px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .revesoft_hero_section_left h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .revesoft_hero_section {
    padding: 50px 0px 50px 0px;
  }
  .revesoft_number_speaks_right_inner span {
    font-size: 42px;
  }
  .revesoft_cutting_edge_solutions_inner_item .card,
  .revesoft_products .card {
    margin-bottom: 24px;
    min-height: auto;
  }
  .revesoft_award img {
    margin-bottom: 24px;
  }
  .revesoft_trusted_industries_leaders .swiper-button-next {
    left: 68%;
  }
  .revesoft_trusted_industries_leaders .swiper-button-prev {
    left: 20%;
  }
  .revesoft_technoloagy_partnership .swiper-button-prev {
    left: 30%;
  }
  .revesoft_technoloagy_partnership .swiper-button-next {
    left: 50%;
  }
  .revesoft_award .col-sm-12,
  .revesoft_event_participations .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .revesoft_event_participations p {
    padding: 12px 0px 12px 0px;
  }
  .revesoft_cutting_edge_solutions h2 br{
    display: none;
   }
   .revesoft_technoloagy_partnership h2 {
    padding: 0px;
  }
}






