/* Footer css starts */
footer {
  padding: 50px 0px 0px;
  background-color: #172E45;
}
.main-footer-desc {
  flex: 0 0 23%;
}
.main-footer-content {
  flex: 1 0 72%;
}
.main-footer-content-details {
  flex: 0 0 20%;
}
.main-footer-content-details a:hover {
  text-decoration: underline;
}
.meta-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0px;
}
.move-to-top {
  background: #073463;
  width: 45px;
  height: 37px;
  opacity: 0.9;
  border-radius: 3px;
  position: fixed;
  right: 1.5%;
  bottom: 6%;
  cursor: pointer;
  display: none;
  z-index: 99;
}
.arrow-up-top {
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 6px;
margin: 16px;
transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); 
}
/*====SaaS better css======*/
.saas_better
{
  padding-top: 44px;
  padding-bottom: 30px;
}
.saas_better .main_tit
{
  color: #073463;
  font-weight: 500;
  font-size: 31px; 
  margin-top: 0px;
}
.saas_better h4
{
  color: #073463;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.saas_bett_btn {
  width: 250px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-size: 18px;
  background-color: azure;
  display: block;
  text-align: center;
  text-decoration: unset;
  margin: 0 auto;
  margin-top: 40px;
}
.let_area .saas_bett_btn
{
  background-color: #1069C9;
  border: 1px solid #1069C9;
  color: #fff;
}
.rig_area .saas_bett_btn
{
  border: 1px solid #1069C9;
  background-color: #fff;
  color: #1069C9;
}
.saas_better_col
{
  justify-content: space-between;
  margin-top: 25px;
}
.rig_area,.let_area
{
  flex: 1 0 0;
}
.saas_better .card {
  border: 1px solid #e4e3e3;
  padding: 31px;
  display: flex;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 160px;
}
.saas_better .card .icon_box
{
  min-width: 50px;
  margin-right: 20px;
}
.saas_better .txt_area
{
  padding-right: 10px;
}
.saas_better .txt_area h4
{
  color: #1069C9;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.saas_better .txt_area p
{
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.saas_better .txt_area p.sub_tit {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
ul {
  list-style: none;
}
.main-footer > div:nth-child(1) {
  flex: 0 0 22%;
  margin-right: 45px;
}
.main-footer-content-details {
  flex: 0 0 24%;
}
.main-footer-content-details:nth-child(4) {
  flex-basis: 27%;
}
.main-footer-social-sec {
  margin-top: -230px;
}
/* Footer css ends */