@import url("https://fonts.googleapis.com/css2?family=Corben:wght@700&display=swap");

h2 {
  text-transform: inherit;
}


/* New Menu - 17-06-2024 - start */

.mainNav .dropdown-menu.show {
  border-color: #FFB685;
  border-width: 1px;
  border-radius: 20px;
  margin-top: 25px !important;
}

.mega-content h5 {
  color: #838383;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.mega-content a.list-group-item {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

.mega-content a.list-group-item:hover {
  color: #f60;
}

.mega-content p {
  padding-bottom: 38px;
  font-size: 14px;
  font-weight: 500;
}

.mainNav .dropdown-menu.show:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-top: 0;
  border-right: 1.5em solid transparent;
  border-bottom: 1.5em solid #f60;
  border-left: 1.5em solid transparent;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 15%;
  top: -23px;
}

.mainNav .dropdown-toggle::after {
  background-image: url('../images/Drop_DownIcon.svg');
  background-repeat: no-repeat;
  border: 0;
  width: 20px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.mainNav > li:first-child .dropdown-menu.show:before {
  left: 36%;
  right: auto;
}

.mainNav > li:last-child .dropdown-menu.show:before {
  left: 10%;
  right: auto;
}

.mainNav > li:nth-child(3) .dropdown-menu.show:before {
  left: 6%;
  right: auto;
}


.mainNav > li > a {
  color: #000000;
  font-size: 20px;
}

.mainNav > li {
  padding: 12px 35px;
}


.headOut{
  padding: 16px 0;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
.headOut.fixed{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}

.headInn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.headRgt {
  display: flex;
  align-items: center ;
  justify-content: flex-end;
}

.headOut .btn {
  color: #373737;
  background: #FFFFFF;
  font-size: 20px;
  line-height: inherit;
  border: 0.9px solid #373737;
}

.headOut .btn.deskBtn {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 14px 20px;
  border: 1px solid #7162EA;
  color: #7162EA;
}

.headOut .btn:after {
  display: none;
}

.headOut .btn:hover, .headOut .btn.blk-btn:hover {
  background: #7162EA;
  border-color: #7162EA;
  color: #fff;
}


.headOut .btn.deskBtn span img.call_btn {
  display: none;
}

.headOut .btn.deskBtn:hover img.call_btn_hover {
  display: none;
}

.headOut .btn.deskBtn:hover img.call_btn {
  display: block;
}


.headOut .btn span img.call_btn_hover, 
.headOut .btn.blk-btn span img.call_btn_hover {
  display: block;
  width: 20px;
}



/* Banner */

.CFO_Banner {
  /* background-image: url(../images/CFO_Banner_Bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  background-color: #F4F4F4;
}

.CFO_Banner h2.Sec_Title, .CFO_Banner h1.Sec_Title {
  padding-bottom: 24px;
  color: #3E3C64;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
}

.CFO_Banner p {
  padding-bottom: 40px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #51506E;
}

.CFO_Banner img.CFO_Banner_Bg {
  padding: 0;
}

.Banner_Box {
  display: flex;
  align-items: center;
}

.Banner_Left {
  background: linear-gradient(278.37deg, #DEE3FD 0%, #F3ECFD 100%);
  padding: 225px 64px 225px;
  max-width: 665px;
}

.Schedule_a_call_btn_box {
  text-align: left;
}

a.Schedule_a_call_btn {
  padding: 14px 20px;
  display: inline-block;
  border: 1px solid #3a58ef;
  border-radius: 4px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #3a58ef;
}

a.Schedule_a_call_btn:hover {
  background: #3a58ef;
  border-color: #3a58ef;
  color: #fff;
}

a.Schedule_a_call_btn span {
  vertical-align: middle;
  margin-right: 15px;
  display: inline-block;
}

a.Schedule_a_call_btn span img.call_btn {
  display: none;
}


a.Schedule_a_call_btn:hover img.call_btn {
  display: block;
}

a.Schedule_a_call_btn:hover img.call_btn_hover {
  display: none;
}

a.Schedule_a_call_btn span img.call_btn_hover {
  width: 20px;
}





/*  End to End Partnerships */

.End_to_End_Partnerships {
  padding: 60px 0 120px;
}

.End_to_End_Partnerships h2.Sec_Title {
  padding-bottom: 24px;
  color: #3E3C64;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.End_to_End_Partnerships p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #51506E;
}


.End_to_End_Partnerships_Bottom_Box {
  margin-top: 100px;
}

.End_to_End_Partnerships_Box {
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F8FBFF 100%);
  border: 0.5px solid #7E7E7E;
  padding: 20px;
  border-radius: 8px;
  min-height: 215px;
}

.End_to_End_Partnerships_Box p {
    color: #3E3C64;
    padding-bottom: 0;
    padding-top: 40px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}



/* Fastrack Your Business */

.Fastrack_Your_Business {
  padding: 60px 0 120px;
  background: linear-gradient(128.46deg, #FBF8FF 1.22%, rgba(185, 226, 255, 0.26) 64.9%, rgba(171, 190, 255, 0.53) 90.24%);
}

.Fastrack_Your_Business h2.Sec_Title {
  color: #3E3C64;
  text-align: center;
  padding-bottom: 15px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.Fastrack_Your_Business p {
  color: #5D667B;
  padding-bottom: 54px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

ul#pills-tab {
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 130px;
  display: inline-block;
  justify-content: center;
}

ul#pills-tab .nav-link {
  color: #3E3C64;
  padding: 31px 145px;
  border: 1px solid #3E3C64;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

ul#pills-tab1 li.nav-item .nav-link {
  font-family: Inter;
  font-size: 12.81px;
  font-weight: 600;
  line-height: 19.92px;
  text-align: left;
}

ul#pills-tab li.nav-item {
  float: left;
}

ul#pills-tab li.nav-item:first-child button {
  border-radius: 130px 0 0 130px;
  border-right: 0;
}

ul#pills-tab li.nav-item:last-child button {
  border-radius: 0 130px 130px 0;
  border-left: 0;
}

ul#pills-tab .nav-link.active {
  background: #9CABF7;
}

ul#pills-tab1 {
  border-bottom: 1px solid #313131;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

ul#pills-tab1 li.nav-item {
  float: none;
  display: inline-block;
  width: 18%;
  text-align: center;
  padding-bottom: 17px;
  color: #fff;
  width: 20%;
}

ul#pills-tab1 li.nav-item .nav-link {
  color: #3E3C64;
  margin: 0 auto;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

ul#pills-tab1 li.nav-item .nav-link.active {
  background: transparent;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

ul#pills-tab1 li.nav-item .nav-link.active:before {
  content: '';
  background: #00001E;
  width: 100%;
  height: 8px;
  display: inline-block;
  border-radius: 23px 23px 0 0;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -17px;
  right: 0;
}


ul#pills-tab2 {
  border-bottom: 1px solid #313131;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

ul#pills-tab2 li.nav-item {
  float: none;
  display: inline-block;
  width: 18%;
  text-align: center;
  padding-bottom: 17px;
  color: #fff;
  width: 20%;
}

ul#pills-tab2 li.nav-item .nav-link {
  color: #484848;
  margin: 0 auto;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

ul#pills-tab2 li.nav-item .nav-link.active {
  background: transparent;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

ul#pills-tab2 li.nav-item .nav-link.active:before {
  content: '';
  background: #00001E;
  width: 100%;
  height: 8px;
  display: inline-block;
  border-radius: 23px 23px 0 0;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -17px;
  right: 0;
}

.Accounting_Tab_Box p {
  color: #5D667B;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.Accounting_Backoffice_Box {
  border: 0;
  margin-top: 60px;
  display: flex;
  border-radius: 50px;
  justify-content: space-between;
  background: #26244A;
}

.Accounting_Backoffice_Box_Left {
  padding: 28px 42px;
}

.Accounting_Backoffice_Box_Left h3 {
  color: #fff;
  padding-bottom: 25px;
  padding-top: 0;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.Accounting_Backoffice_Box_Left ul {
  padding-left: 0px;
}

.Accounting_Backoffice_Box_Left ul li {
  color: #F2F4F7;
  padding-bottom: 10px;
  list-style: none;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.Accounting_Backoffice_Box_Left ul li:last-child {
  padding-bottom: 0;
}

img.Accounting_Backoffice_Box_Img {
  margin-top: 0;
}

.Accounting_Backoffice_Box_Right {
  display: inline-block;
  width: auto;
  /* height: max-content; */
  padding: 50px 15px;
  border-radius: 0 50px 50px 0;
  float: right;
  background: linear-gradient(177.16deg, #FFFFFF 0.6%, #E7E7E7 95.76%);
  box-shadow: 3px 0px 2px 0px #00000040;
  display: inline-block;
  width: 74px;
}

.Accounting_Backoffice_Box_Right h2 {
  padding: 98px 0;
}

.Accounting_Backoffice_Box_Right h2 a {
  color: #484848;
  writing-mode: vertical-lr;
  text-orientation: inherit;
  transform: rotate(180deg);
  min-height: 161px;
  margin-left: 0;
  padding: 0;
  font-family: Inter;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
}


.Accounting_Backoffice_Box.Audit_Box .Accounting_Backoffice_Box_Right {
  padding: 73px 15px;
}

.Audit_Box_Left ul li {
  padding-bottom: 8px;
}

.Tax_Box img.Accounting_Backoffice_Box_Img {
  margin-top: 0;
}

.Audit_Box img.Accounting_Backoffice_Box_Img {
  margin-top: 0;
  height: 100%;
}

.Others_Box img.Accounting_Backoffice_Box_Img {
  margin-top: 0;
}



/* Cost Savings */

.Cost_Savings {
  padding: 100px 0;
  /* background-image: url(../images/Cost_Savings_corner1.svg), url(../images/Cost_Savings_corner2.svg); */
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  /* background-color: #F4F4F4; */
}

.Cost_Savings h2.Sec_Title {
  color: #3E3C64;
  text-align: center;
  padding-bottom: 50px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;

}

.Cost_Savings .table-responsive .table th, 
.Cost_Savings .table-responsive .table td,
.Cost_Savings .table-responsive .table tr,
.Cost_Savings .table-responsive .table td, 
.Cost_Savings .table-responsive .table thead {
  border: 0;
  padding: 17px 60px;
}

.Cost_Savings .table-responsive {
  border-radius: 10px;
  border: 1px solid #9F9F9F;
}

.Cost_Savings table.table {
  border: 0;
  margin: 0;
}

.Cost_Savings .table-responsive .table th, 
.Cost_Savings .table-responsive .table td {
  border-bottom: 1px solid #00000033;
  border-right: 1px solid #00000033;
  text-align: center;
}

.Cost_Savings .table-responsive .table tr:last-child td {
  border-bottom: 0;
}

.Cost_Savings .table-responsive .table tr th:last-child, 
.Cost_Savings .table-responsive .table tr td:last-child {
  border-right: 0;
}


.Cost_Savings .table-responsive .table tr th, 
.Cost_Savings .table-responsive .table tr td {
  color: #51506E;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.Cost_Savings .table-responsive .table tr td:nth-child(1) {
  text-align: left;
}


.Cost_Savings .table-responsive .table tr td.Red_Text {
  background: #fda29bb3;
  color: #484848;
  font-weight: 600;
}

.Cost_Savings .table-responsive .table tr td.Green_Text {
  background: #a6f4c5b3;
  color: #484848;
  font-weight: 600;
}

.Cost_Savings .table-responsive .table tbody tr th {
  text-align: left;
}

.Cost_Savings .table-responsive .table tr th {
    color: #51506E;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;

}


.Not_just_cost_savings {
  background: linear-gradient(106.03deg, #E5DDF1 0%, #DDDDF7 47.5%, #C1E1EC 100%);
}

.Not_just_cost_savings h2 {
  color: #3E3C64;
  padding-bottom: 20px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
}

.Not_just_cost_savings ul {
  padding-left: 35px;
  padding-bottom: 50px;
}

.Not_just_cost_savings ul li {
  color: #51506E;
  padding-bottom: 10px;
  list-style: disc;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}


.Not_just_cost_savings a {
  padding: 20px 45px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #373737;
  display: inline-block;
  border-radius: 11px;
  border: 0.9px solid #373737;
}

.Not_just_cost_savings a:hover {
  background: #C5BCFF;
  border-color: #C5BCFF;
}


.Hiring_Process {
  padding: 60px 0;
  /* background: url(../images/Hiring_Process_Corner1.png), url(../images/Hiring_Process_Corner2.png); */
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
}

.Hiring_Process h2 {
  color: #484848;
  padding-bottom: 58px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.Hiring_Process_Box {
  padding: 50px 30px 30px;
  border-radius: 25px;
  margin-bottom: 65px;
  background: #EAECF0;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 3px 4px 0px #00000040;
}


.Hiring_Process_Box h3 {
  color: #484848;
  padding-top: 0;
  margin-top: -80px;
  font-family: Inter;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: left;
}

.Hiring_Process_Box p {
  padding-bottom: 15px;
  color: #3E2FB7;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.Hiring_Process_Box ul {
  padding-left: 35px;
}

.Hiring_Process_Box ul li:before {
  content: '';
  background: url('../images/Hiring_Process_Icon.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -30px;
}

.Hiring_Process_Box ul li {
  padding-bottom: 12px;
  position: relative;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #484848;
}


.Hiring_Process_Box ul li:last-child {
  padding-bottom: 0;
}


.Week_Box .table-responsive .table th, 
.Week_Box .table-responsive .table td,
.Week_Box .table-responsive .table tr,
.Week_Box .table-responsive .table td, 
.Week_Box .table-responsive .table thead {
  border: 0;
  padding: 15px 15px;
}

.Week_Box .table-responsive {
  border: 1px solid #00000033;
  border-radius: 30px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #AFAFAF33;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.Week_Box table.table {
  border: 0;
  margin: 0;
}

.Week_Box .table-responsive .table th, 
.Week_Box .table-responsive .table td {
  border-bottom: 1px solid #00000033;
  border-right: 1px solid #00000033;
  text-align: center;
}

.Week_Box .table-responsive .table tr:last-child td {
  border-bottom: 0;
}

.Week_Box .table-responsive .table tr th:last-child, 
.Week_Box .table-responsive .table tr td:last-child {
  border-right: 0;
}


.Week_Box .table-responsive .table tr th, 
.Week_Box .table-responsive .table tr td {
  color: #484848;
  background: #EAECF0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.Week_Box .table-responsive .table tr td:nth-child(1) {
  text-align: left;
}


.Week_Box .table-responsive .table tr td.Red_Text {
  background: #B10000;
  color: #fff;
  font-weight: 600;
}

.Week_Box .table-responsive .table tr td.Green_Text {
  background: #006F18;
  color: #fff;
  font-weight: 600;
}

.Week_Box .table-responsive .table tr th {
  color: #3E2FB7;
  text-align: center;
  padding: 12px 8px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}


.Why_Building {
  padding: 100px 0;
  background: #EAECF0;
}

.Why_Building h2 {
  color: #3E3C64;
  padding-bottom: 60px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.Why_Building .table-responsive {
  border: 1px solid #005874;
  border-radius: 19px;
}

.Why_Building .table-responsive table.table {
  border: 0;
  margin: 0;
}

.Why_Building .table-responsive table.table, 
.Why_Building .table-responsive table.table thead, 
.Why_Building .table-responsive table.table tr, 
.Why_Building .table-responsive table.table tr th, 
.Why_Building .table-responsive table.table tr td {
  border: 0;
  text-align: center;
  padding: 16px;
  vertical-align: middle;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
}

.Why_Building .table-responsive table.table tr th, 
.Why_Building .table-responsive table.table tr td {
  border-bottom: 1px solid #00000066;
  border-right: 1px solid #00000066;
  text-align: center;
  color: #3E3C64;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.Why_Building .table-responsive table.table tr th {
  border-bottom: 1px solid #00000066;
  border-right: 1px solid #00000066;
  text-align: center;
  color: #3A58EF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.Why_Building .table-responsive table.table tr:first-child th:last-child, 
.Why_Building .table-responsive table.table tr td:last-child {
  border-right: 0 !important;
}

.Why_Building .table-responsive table.table tr:last-child td {
  border-bottom: 0 !important;
}

.Why_Building .Table_Note {
  color: #344054;
  padding-bottom: 0px;
  padding-top: 15px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}



.Case_Study_Acktify {
  background: #F7FAFD;
  background-position: top left, right bottom;
  background-repeat:  no-repeat, no-repeat;
  padding: 100px 0;
}

.Case_Study_Acktify h2 {
  color: #344054;
  padding-bottom: 70px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.Company_at_a_Glance {
  border-radius: 36px;
  padding: 62px 58px;
  text-align: center;
  border: 1px solid #7E7E7E;
  background: #FDFDFD;
}

.Company_at_a_Glance h3 {
  padding-bottom: 32px;
  padding-top: 0;
  color: #3A58EF;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.Company_at_a_Glance p {
  padding-bottom: 30px;
  color: #51506E;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.Company_at_a_Glance p:last-child {
  padding: 0;
}

.Company_at_a_Glance.The_Challenge {
  padding: 62px 106px;
}

.Case_Study_Acktify h2 span {
  color: #3A58EF;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}



.CFO_Expressed {
  background: linear-gradient(278.37deg, #DEE3FD 0%, #F3ECFD 100%);
}

.CFO_Expressed_Box {
  padding: 135px 0 0;
}

.CFO_Expressed_Box_Top h2 {
  padding-bottom: 30px;
  color: #3E3C64;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
}

.CFO_Expressed_Box_Top p {
  padding-bottom: 30px;
  color: #51506E;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}


.CFO_Expressed_Box_Bottom h3 {
  padding: 0;
  color: #3A58EF;
  padding-bottom: 8px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}


.CFO_Expressed_Box_Bottom p {
  color: #5D667B;
  padding-bottom: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}


.CFO_Expressed_Box_Img {
  padding-top: 65px;
}


.The_Solution {
  background: linear-gradient(101.88deg, #FFFFFF 0.29%, rgba(255, 255, 255, 0.44759) 55.37%, rgba(112, 192, 237, 0.15) 100%);
}

.John_Leydon_Box {
  background: #EAECF0;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 111px 0;
}

.John_Leydon_Box h2 {
  padding: 0;
  color: #26244A;
  padding-bottom: 20px;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.John_Leydon_Box p {
  color: #51506E;
  text-align: center;
  padding-bottom: 50px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}


.Looking_toward {
  padding: 108px 0 94px;
}

.Looking_toward h2 {
  color: #26244A;
  padding-bottom: 20px;
  border-bottom: 1px solid #3A58EF;
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.Looking_toward p {
  padding-bottom: 20px;
  color: #51506E;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.The_Solution_Box {
  background: #fff;
  padding: 72px 55px;
  border-radius: 50px;
  margin-top: 0;
  border: 1px solid #DDDDDD;
}


.The_Solution_Box h2 {
  padding-bottom: 12px;
  color: #3E3C64;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.The_Solution_Box p {
  color: #51506E;
  padding-bottom: 38px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.The_Solution_Box h3 {
  padding-top: 0;
  padding-bottom: 12px;
  color: #3E3C64;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}


.The_Solution_Box ul {
  padding-left: 35px;
}

.The_Solution_Box ul li:before {
  content: '';
  background: url(../images/The_Solution_Icon.svg);
  width: 21px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -30px;
}

.The_Solution_Box ul li {
  padding-bottom: 14px;
  color: #51506E;
  position: relative;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.The_Solution_Box ul li:last-child {
  padding-bottom: 0;
}


.How_We_Helped {
  background: linear-gradient(278.37deg, #DDE2FF 0%, #E5F2FF 100%);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 154px 0;
}

.How_We_Helped_Main h2 {
  color: #26244A;
  padding-bottom: 20px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.How_We_Helped_Main p {
  color: #51506E;
  padding-bottom: 50px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}


.Execution_Main h3 {
  color: #26244A;
  padding-bottom: 36px;
  padding-top: 0;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.Execution_Box {
  border-radius: 30px;
  padding: 30px;
  min-height: 370px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFAF7 100%);
  border: 1px solid #B5B5B5;
}

.Execution_Box h2 {
  color: #3A58EF;
  padding-bottom: 13px;
  font-family: Inter;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: center;
}

.Execution_Box h3 {
  color: #3E3C64;
  padding-top: 0;
  padding-bottom: 10px;
  min-height: 87px;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
}

.Execution_Box p {
  color: #51506E;
  padding-bottom: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}


.Client_Success_Story {
  padding: 130px 0;
  background: #FFF8F3;
}

.Client_Success_Story_Right {
  background: #1D2939;
  border-radius: 30px;
  padding: 30px 50px 30px 110px;
  margin-left: -100px;
  position: relative;
  z-index: 0;
}

.Client_Success_Story_Right h2 {
  padding-bottom: 16px;
  color: #F2F4F7;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
}

.Client_Success_Story_Right p {
  color: #D0D5DD;
  padding: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.Client_Success_Story_Author_Video {
  display: flex;
  align-items: center;
  margin-top: 50px;
}


.Client_Success_Story_Author h3 {
  color: #fff;
  padding: 0;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.Client_Success_Story_Author p {
  color: #fff;
  padding: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.Client_Success_Story_Author {
  padding-right: 65px;
}

.Client_Success_Story_Video a {
  padding: 15px 40px;
  color: #758AF4;
  border-radius: 4px;
  border: 1px solid #758AF4;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.Client_Success_Story_Left {
  position: relative;
  z-index: 1;
  margin-left: 0px;
}


.Hire_a_Staff {
  background: linear-gradient(180deg, #DEEFFF 0%, #B3D9FF 100%);
  padding: 130px 0 0;
}

.Hire_a_Staff h2 {
  color: #3E3C64;
  padding-bottom: 10px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.Hire_a_Staff p.Sec_SubTitle {
  color: #5D667B;
  padding-bottom: 60px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.Hire_a_Staff .reqForm input, 
  .Hire_a_Staff .reqForm textarea, 
  .Hire_a_Staff .reqForm select {
    background: #fff;
    border: 1.1px solid #3E3C64;
    border-radius: 6px;
    line-height: 21.94px;
    text-align: left;
    color: #3E3C64;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
  }

  .reqForm label{
    display: block;
    color: #3E3C64;
    padding-bottom: 8px;
    font-family: Inter;
    font-size: 16px;
  }


  .Hire_a_Staff .dropFile em {
    color: #3E3C64;
    font-style: normal;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
  }

  .Hire_a_Staff .dropFile {
    height: auto;
    padding: 11px 13px;
    background: #fff;
    border: 1.1px solid #3E3C64;
    border-radius: 6px;
  }


.Hire_a_Staff .dropFile {
  height: auto;
  padding: 11px 13px;
  background: #fff;
  border: 1.1px solid #3E3C64;
}

.Hire_a_Staff .dropFile input {
  background: #D8DEFC;
  margin-bottom: 0;
  box-shadow: 0px 0px 4px 0px #00000040;
  border: 0;
  margin-top: 15px;
  border-radius: 8px;
}

.Hire_a_Staff .reqForm textarea {
  height: 150px;
  /* margin-bottom: 0; */
}

.Hire_a_Staff button.btn.g-recaptcha {
  padding: 17px 17px;
  color: #3E3C64;
  border-radius: 4px;
  margin-top: 50px;
  border: 1.2px solid #3E3C64;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  background: transparent;
  height: auto;
  padding: 12px 43px;
}


.Hire_a_Staff button.btn.g-recaptcha:after {
  display: none;
}

.Accounting_Tab_Box h2.Mob_Hire_Text {
  display: none;
}

.Not_just_cost_savings_Img_Mob {
  display: none;
}

.request_more_info_form_box {
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  padding: 111px 135px;
}


.fooBot {
  padding: 30px 0 0;
  color: #8C8C8C;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  border-top: 1px solid #646464;
}

.fooBot a {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  color: #8C8C8C;
}

.socNav li {
  padding-left: 40px;
}

.socNav li a {
  display: inline-block;
 }


.Not_just_cost_savings_Box {
  background-position: center right;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-image: url(../images/Not_just_cost_savings_Bg.png) !important;
}


.mega-content .List_Box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 5px;
  display: flex;
  min-height: 84px;
  align-items: self-start;
}


.mega-content a.list-group-item {
  padding: 9px 10px;
  width: 100%;
}

.mega-content p {
  padding-bottom: 0;
}

.mega-content a.list-group-item:hover {
  color: #000000;
  background: #FFE4D1;
}


.mainNav > li {
  padding: 12px;
}

.mainNav > li > a {
  font-size: 16px; 
}

.mainNav .dropdown-toggle::after {
  background-image: url(../images/Drop_DownIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  width: 15px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.headOut .btn.deskBtn {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #7162EA;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
}

.btn span {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
}

.mainNav > li:nth-child(3) .dropdown-menu.show {
  right: 0 !important;
  max-width: 719px;
}

.reqForm label .req {
  color: #3E3C64;
}

section.Client_Logos {
  padding: 60px 0;
  background: #fff;
}

.Client_Logos p {
  padding-bottom: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #51506E;
  padding-top: 16px;
}




.Tax_Season_video {
}

.Tax_Season_video .modal-content  {
  border-radius: 16px;
  background: linear-gradient(100deg, #031340 -16.35%, #171A1F 119.12%);
}



.Tax_Season_video .modal-body {
  background: url(../images/tax_season_bg.png) no-repeat;
  border-radius: 16px;
  z-index: 1111;
}

.Tax_Season_video .modal-header .btnClose1 {
  background: none;
  padding: 0;
  position: absolute;
  right: 35px;
  top: 25px;
  z-index: 9999;
}

.Tax_Season_video .modal-content .modal-header {
  padding: 0;
  position: relative;
}

.Tax_Season_video h3 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  padding: 0;
}

.Tax_Season_video h3 span {
  color: #F60;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  letter-spacing: 0.36px;
  text-transform: capitalize;
}

.Tax_Season_video a {
  border-radius: 50px;
  background: var(--primary-primary-100, #F60);
  padding: 10px 24px;
  display: inline-block;
  margin-top: 40px;
  line-height: 34px;
}

.Tax_Season_video a svg {
  margin-right: 8px;
}

.Tax_Season_video a.btn:hover {
  padding: 10px 56px 10px 24px;
}

.Tax_Season_video .modal-body {
  padding: 30px 60px 30px 30px;
}

.Tax_Season_video .modal-body video {
  border-radius: 12px;
}


@media only screen and (max-width: 1920.51px) {

}

@media only screen and (min-width: 1441px) and (max-width: 1470.51px) { 
  /* Safari and Chrome */
  .mainNav > li:first-child .dropdown-menu.show:before {
    left: 45% !important;
  }

  .mainNav > li:nth-child(3) .dropdown-menu.show:before {
    right: 6% !important;
    left: auto !important;
  }

  .mainNav > li:last-child .dropdown-menu.show:before {
    right: 10% !important;
    left: auto !important;
  }

  .Banner_Left {
    padding: 110px 65px 110px;
    max-width: 665px;
  }

  /* Safari only override */
  .mainNav > li:first-child .dropdown-menu.show:before {
    left: 44% !important;
  }

  .mainNav > li:nth-child(3) .dropdown-menu.show:before {
    right: 5% !important;
    left: auto !important;
  }

  .mainNav > li:last-child .dropdown-menu.show:before {
    right: 9% !important;
    left: auto !important;
  }

  .Banner_Left {
    padding: 110px 65px 110px;
    max-width: 665px;
  }

  .Client_Success_Story_Right {
    border-radius: 30px;
    padding: 20px 20px 20px 77px;
    margin-left: -70px;
    position: relative;
    z-index: 0;
    width: 645px;
  }

  .Client_Success_Story_Right h2 {
    padding-bottom: 16px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

.Client_Success_Story_Right p {
  padding: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.Client_Success_Story_Author_Video {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.Client_Success_Story_Author {
  padding-right: 15px;
}

.Client_Success_Story_Video a {
  padding: 15px 15px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  display: inline-block;
}

}

@media only screen and (max-width: 1440.51px){
  
   /* New Menu */

   .Menu_Right {
    max-width: inherit;
  }

  .Menu_Right p {
    min-width: 230px;
    max-width: 230px;
  }

   /* New Menu - End */

}

@media only screen and (max-width: 1440.51px){ 

  .Banner_Left {
    padding: 122px 64px 122px;
    max-width: 570px;
  }

  .CFO_Banner p {
    font-size: 18px;
    font-weight: 500;
    line-height: inherit;
  }

  .CFO_Banner h2.Sec_Title {
    padding-bottom: 24px;
    color: #484848;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: inherit;
    text-align: left;
  }

  .End_to_End_Partnerships h2.Sec_Title {
    font-size: 30px;
  }

  .End_to_End_Partnerships p {
    line-height: inherit;
  }

  .End_to_End_Partnerships_Box {
    min-height: 230px;
  }

  .End_to_End_Partnerships_Box p {
    line-height: inherit;
  }


  .Accounting_Tab_Box p {
    padding: 40px 80px;
    line-height: inherit;
  }

  .Client_Success_Story_Left {
    position: relative;
    z-index: 1;
    margin-left: 0px;
  }

  

  .Client_Success_Story_Right {

    border-radius: 30px;
    padding: 30px 30px 30px 70px;
    margin-left: -70px;
    position: relative;
    z-index: 0;
    width: auto;
  }

  .Client_Success_Story_Right h2 {

    font-size: 30px;
    font-weight: 700;
    line-height: 57.12px;
    text-align: left;
    padding-bottom: 15px;

  }

  .Client_Success_Story_Right p {
  
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;

    padding: 0;
  }

  .Client_Success_Story_Author_Video {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }


  .Client_Success_Story_Author {
    padding-right: 30px;
  }

  .Cost_Savings .table-responsive {
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    margin: 0 50px;
  }

  .Cost_Savings .table-responsive .table tr th {
    font-size: 22px;
  }

  .Not_just_cost_savings_Box {
    padding: 50px 0;
    background-size: 900px;
  }

  .Not_just_cost_savings ul {
    padding-left: 35px;
    padding-bottom: 35px;
  }

  .Not_just_cost_savings_Img_Mob_Box {
    padding-left: 45px;
  }

  .Why_Building .table-responsive {
    margin: 0 0px;
  }

  .Why_Building .Table_Note {
    padding-left: 50px;
  }

  .Company_at_a_Glance {
    padding: 62px 58px;
    margin-left: 50px;
  }

  .Company_at_a_Glance.The_Challenge {
    margin-left: 0;
    margin-right: 50px;
    padding: 62px 66px;
  }

  .CFO_Expressed_Box {
    padding: 135px 0 0 50px;
  }

  .John_Leydon_Box p {
    padding: 0 50px 50px;
    line-height: inherit;
  }

  .Looking_toward {
    padding: 108px 0 94px 50px;
  }

  .Looking_toward p {
    padding: 0 0px 16px;
    line-height: inherit;

  }

  .The_Solution_Box p {
    padding: 0 00px 50px;
    line-height: inherit;

  }

  .The_Solution_Box ul li {

    line-height: inherit;
  }

  .How_We_Helped_Main {
    padding: 0 50px;
  }

  .Execution_Main {
    padding: 0 50px;
  }

  .How_We_Helped_Main p {
    line-height: inherit;
  }

  .Execution_Box p {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
  }

  .Execution_Box {
    min-height: 430px;
  }

  .Client_Success_Story {
    padding: 130px 50px;
  }

  .request_more_info_form_box {
    margin: 0 50px;
    padding: 50px 50px;
  }

  .Case_Study_Acktify_Box {
    margin: 0 50px;
  }



}

@media only screen and (max-width: 1366.51px){
  

   /* New Menu */

  .Menu_Right {
    max-width: inherit;
  }

  .Menu_Right p {
    min-width: 230px;
    max-width: 230px;
  }

  .mainNav > li {
    padding: 12px 20px;
  }

   /* New Menu - End */

   .Cost_Savings .table-responsive {
    margin: 0px 50px;
  }


  .Why_Building .table_responsive_box{
    margin: 0px 50px;
  }

  .Why_Building .Table_Note {
    padding-left: 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }


  .CFO_Expressed_Box {
    padding: 113px 0 50px 0px;
  }

  .Not_just_cost_savings_Img_Mob_Box {
    padding-left: 0px;
    margin: 0px 50px;
  }

  .End_to_End_Partnerships h2.Sec_Title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .Banner_Left {
    padding: 141px 115px 141px;
    max-width: 538px;
  }

  .CFO_Banner h2.Sec_Title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    padding-bottom: 20px;
  }

  .CFO_Banner p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 20px;
  }

  a.Schedule_a_call_btn {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    padding: 8px 14px;
  }

  a.Schedule_a_call_btn span {
    width: 14px;
    margin-right: 5px;
  }

  .End_to_End_Partnerships_Box {
    padding: 24px;
    min-height: 152px;
  }

  .End_to_End_Partnerships p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding-bottom: 0;
  }

  .How_We_Helped_Main {
    padding: 0 0px;
  }

  .Execution_Main {
    padding: 0 0px;
  }

  
  .Client_Success_Story_Left {
    position: relative;
    z-index: 1;
    margin-left: 0px;
  }


  .Client_Success_Story_Right {
  
    border-radius: 30px;
    padding: 20px 20px 20px 77px;
    margin-left: -70px;
    position: relative;
    z-index: 0;
    width: 500px;
  }

  .Client_Success_Story_Right h2 {
    padding-bottom: 16px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }


  .Client_Success_Story_Right p {
    padding: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .Client_Success_Story_Author_Video {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .Client_Success_Story_Author_Video {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .Client_Success_Story_Author {
    padding-right: 15px;
  }

  .Client_Success_Story_Author h3 {
    padding: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }

  .Client_Success_Story_Author p {
    font-size: 14px;
    font-weight: 300;
    line-height: 27.06px;
    text-align: left;
    padding: 0;
  }

  .Client_Success_Story_Video a {
    padding: 15px 15px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }

  .End_to_End_Partnerships_Box img {
    height: 74px;
  }

  .End_to_End_Partnerships_Box p {
    color: #3E3C64;
    padding-bottom: 0;
    padding-top: 14px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }

  .End_to_End_Partnerships_Bottom_Box {
    margin-top: 20px;
  }

  .Fastrack_Your_Business h2.Sec_Title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #3E3C64;
    padding-bottom: 5px;
  } 

  .Fastrack_Your_Business p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding-bottom: 36px;
  }

  ul#pills-tab .nav-link {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #3E3C64;
    padding: 18px 87px;
  }

  ul#pills-tab .nav-link.active {
    background: #B8B0F5;
  }



  .Accounting_Backoffice_Box_Left h3 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    padding-bottom: 5px;
  }

  .Accounting_Backoffice_Box_Left ul li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 7px;
  }

  .Not_just_cost_savings ul li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 12px;
  }

  .Not_just_cost_savings ul {
    padding-left: 35px;
    padding-bottom: 0px;
  }

  .Not_just_cost_savings_Box {
    background: url(../images/Not_just_cost_savings_Bg.png);
    background-position: center right;
    padding: 94px 0 61px;
    background-repeat: no-repeat;
    background-size: 723px;
  }
  
  .Hiring_Process {
    padding: 66px 0;
  }

  .Hiring_Process_Box {
    box-shadow: -4.5px 3.75px 13.5px 0px #0000001A;
    padding: 30px 30px 30px;
    border-radius: 25px;
    margin-bottom: 50px;
  }



  .Hiring_Process_Box h3 {
    padding-top: 0;
    margin-top: -50px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    }

  .Hiring_Process_Box p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .Hiring_Process_Box ul {
    padding-left: 22px;
  }

  .Hiring_Process_Box ul li {
    padding-bottom: 10px;
    position: relative;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }

  .Hiring_Process_Box ul li:before {
    content: '';
    width: 13px;
    height: 3px;
    background-size: cover;
    left: -21px;
  }

  .Week_Box .table-responsive .table tr th {
    font-family: Montserrat;
    /* font-size: 18px; */
  }

  .Week_Box .table-responsive .table tr th, 
  .Week_Box .table-responsive .table tr td {
    /* text-align: center; */
    font-family: Montserrat;
    /* font-size: 14px; */
    height: 65px;
  }

  .Week_Box .table-responsive .table tr th {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .Week_Box .table-responsive .table tr td {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }

  .Hiring_Process_Tables {
    margin: 0 35px;
  }

  .Why_Building {
    padding: 73px 0;
  }

  .Why_Building h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
  }



  .Why_Building .table-responsive table.table, 
  .Why_Building .table-responsive table.table thead, 
  .Why_Building .table-responsive table.table tr, 
  .Why_Building .table-responsive table.table tr th, 
  .Why_Building .table-responsive table.table tr td {
    vertical-align: middle;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 12px;
  }
  

  .Why_Building .table-responsive table.table tr th {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 10px;
  }

  .Case_Study_Acktify { 
    padding: 92px 0;
  }

  .Company_at_a_Glance {
    border: 1px solid #ABABAB;
    background: #F6F6F6;
    border-radius: 36px;
    padding: 58px 32px;
    text-align: center;
  }

  .Company_at_a_Glance.The_Challenge {
    padding: 6%;
    height: 100%;
  }

  .CFO_Expressed_Box_Top h2 {
    padding-bottom: 30px;
    color: #3E3C64;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }

  .CFO_Expressed_Box_Top p {
    padding-bottom: 15px;
    color: #51506E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .CFO_Expressed_Box_Bottom h3 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }

  .CFO_Expressed_Box_Bottom p {
    color: #5D667B;
    padding-bottom: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }

  .CFO_Expressed_Box_Img {
    padding-top: 53px;
  }

  .The_Solution_Box ul {
    padding-left: 20px;
  }

  .John_Leydon_Box {
    padding: 78px 0;
  }

  .John_Leydon_Box h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  }

  .John_Leydon_Box p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 0 195px 35px;
  }

  .Looking_toward {
    padding: 54px 0 52px 0px;
  }

  .Looking_toward h2 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .Looking_toward p {
    padding: 0 0 16px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .The_Solution_Box {
    border: 1px solid #999999;
    background: #fff;
    padding: 40px;
    border-radius: 50px;
    /* margin-top: -20px; */
  }

  .The_Solution_Box h2 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .The_Solution_Box p {
    padding: 0 0 50px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .The_Solution_Box h3 {
    padding-top: 0;
    padding-bottom: 12px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .The_Solution_Box ul li:before {
    content: '';
    background: url(../images/The_Solution_Icon.svg);
    width: 14px;
    height: 3px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: -20px;
  }

  .The_Solution_Box ul li {
    padding-bottom: 14px;
    position: relative;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .How_We_Helped {
    padding: 78px 0;
  }

  .How_We_Helped_Main h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  }

  .How_We_Helped_Main p {
    color: #51506E;
    padding-bottom: 30px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }

  .Execution_Main h3 {
    color: #484848;
    padding-bottom: 25px;
    padding-top: 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  }

  .Execution_Box h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .Execution_Box h3 {
    color: #3E3C64;
    padding-top: 0;
    padding-bottom: 10px;
    min-height: 70px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }

  .Execution_Box p {
    color: #51506E;
    padding-bottom: 0;
    font-family: Inter;
    font-size: 11.38px;
    font-weight: 400;
    line-height: 17.08px;
    text-align: center;
  }

  #footer h5 {
    padding-bottom: 16px;
    font-size: 14px;
  }

  .fooNav dd a {
    display: inline-block;
    color: #B9BABC;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }

  .Accounting_Tab_Box p {
    padding: 26px 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 26px 130px;
  }

  .Cost_Savings .table-responsive .table th, 
  .Cost_Savings .table-responsive .table td, 
  .Cost_Savings .table-responsive .table tr, 
  .Cost_Savings .table-responsive .table td, 
  .Cost_Savings .table-responsive .table thead {
    padding: 17px 45px;
  }


  .request_more_info_form_box {
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
    padding: 35px 74px;
  }

  .Cost_Savings .table-responsive .table tr th {
    font-size: 20px;
  }

  .Company_at_a_Glance h3 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding-bottom: 22px;
  }

  .Company_at_a_Glance {
    padding: 6%;
    margin-left: 0px;
    margin: 0 30px;
  }

  .Company_at_a_Glance.The_Challenge {
    margin-left: 0;
    margin-right: 0px;
    margin: 0 30px;
  }

  .Execution_Box {
    min-height: 290px;
  }

  .Client_Success_Story {
    padding: 78px 0px;
  }

  .request_more_info_form_box {
    margin: 0px;
  }

  .mainNav > li:first-child .dropdown-menu.show:before {
    left: 23%;
  }

  .mainNav > li:nth-child(3) .dropdown-menu.show:before {
    right: 6%;
    left: auto;
  }

  .mainNav > li:last-child .dropdown-menu.show:before {
    left: 10%;
    right: auto;
  }

  .mainNav .dropdown-menu.show {
    max-width: 1200px !important;
  }

  .mainNav > li:nth-child(3) .dropdown-menu.show {
    right: auto !important;
  }

  .mainNav > li {
    /* padding: 12px 20px; */
    padding: 12px 10px;
  }

  .mainNav > li > a {
    color: #000000;
    font-size: 16px;
  }

  .mainNav .dropdown-toggle::after {
    background-image: url(../images/Drop_DownIcon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    width: 15px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

  .mega-content p {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
  }

  .Audit_Box img.Accounting_Backoffice_Box_Img {
    margin-top: 0;
    height: 394px;
    left: -105px;
  } 

  img.Accounting_Backoffice_Box_Img {
    margin-top: -28px;
    height: 318px;
    position: absolute;
    bottom: 0;
    max-width: 281px;
    display: inline-block;
    left: -90px;
    right: auto;
  }

  .Accounting_Backoffice_Box_Center {
    position: relative;
  }

  .Accounting_Backoffice_Box_Right {
    text-align: center;
  }

  .Accounting_Backoffice_Box_Right h2 {
    padding: 0;
    text-align: center;
  }

  .Accounting_Backoffice_Box_Right h2 a {
    font-family: Inter;
    font-size: 25.61px;
    font-weight: 600;
    line-height: 31.3px;
    letter-spacing: -0.02em;
    text-align: center;
    min-height: 174px;
  }

  .Tax_Box img.Accounting_Backoffice_Box_Img {
    margin-top: -28px;
  }

  .Others_Box img.Accounting_Backoffice_Box_Img {
    margin-top: -28px;
  }

  .Company_at_a_Glance p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }

  .Accounting_Backoffice_Box.Audit_Box .Accounting_Backoffice_Box_Right {
    padding: 73px 15px;
    height: 364px;
  }

  ul#pills-tab1 li.nav-item {
    padding-bottom: 9px;
  }

  ul#pills-tab1 li.nav-item .nav-link.active:before {
    content: ''; 
    bottom: -9px;
  }

  .Cost_Savings h2.Sec_Title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
    color: #3E3C64;
  }

  .Cost_Savings h2.Sec_Title {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
    color: #3E3C64;
  }

  .Cost_Savings .table-responsive .table tr th, 
  .Cost_Savings .table-responsive .table tr td {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 15px 45px;
  }

  .Cost_Savings .table-responsive .table tr td.Normal_Highlight_Text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }

  .Cost_Savings .table-responsive .table tr td.Red_Text {
    background: #fda29bb3;
    color: #484848;
    font-weight: 600;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
  }

  .Cost_Savings .table-responsive .table tr td.Green_Text {
    background: #a6f4c5b3;
    color: #484848;
    font-weight: 600;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
  }

  .Not_just_cost_savings h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }

  .Hiring_Process h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 35px;
  }

  .Case_Study_Acktify h2, .Case_Study_Acktify h2 span {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
  }

  .Hire_a_Staff h2.text-center {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .Hire_a_Staff p.Sec_SubTitle {
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .Hire_a_Staff .reqForm input, 
  .Hire_a_Staff .reqForm textarea, 
  .Hire_a_Staff .reqForm select {
    /* background: #fff;
    border: 1.1px solid #3E3C64; */
    border-radius: 6px;
    color: #3E3C64;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    padding: 11px 17px;
  }

  .reqForm label {
    display: block;
    color: #3E3C64;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 17px 17px;
  }

  .Hire_a_Staff .reqForm select {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .form-floating>.form-select~label {
    padding: 17px 17px;
    margin-top: 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #3E3C64;
  }

  .Hire_a_Staff .dropFile em {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .Hire_a_Staff button.btn.g-recaptcha {
    color: #3E3C64;
    border-radius: 4px;
    margin-top: 20px;
    border: 1.2px solid #3E3C64;
    background: transparent;
    height: auto;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    padding: 10px 16px;
  }

  .CFO_Expressed_Main {
    margin: 0 50px;
  }

  .End_to_End_Partnerships {
    padding: 78px 0 94px;
  }

  .Fastrack_Your_Business {
    padding: 30px 0 30px;
  }

  .Cost_Savings {
    padding: 78px 0;
  }

}

@media only screen and (max-width: 1200.51px){ 


  /* New Menu */


  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu, 
  .dropend:hover > .dropdown-menu {
    display: none;
  } 
  .dropdown:hover > .dropdown-menu.show,
  .dropend:hover > .dropdown-menu.show {
    display: block;
  }



  .mainNav > li > a.nav-link.dropdown-toggle,
  .mainNav > li:hover > a.nav-link.dropdown-toggle {
    color: #fff;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu {
    display: none;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show {
    display: block;
    border: 0;
    background: #000;
    color: #fff;
    position: relative !important;
    transform: none !important;
    margin-top: 10px !important;
  }

  .dropdown .dropdown-menu .nav-item:hover > .dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: none !important;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu {
    display: block;
    position: relative;
    background: transparent;
    border-bottom: #2a2a2a 1px solid;
    border-radius: 0;
    padding-left: 15px;
  } 

  .dropdown .dropdown-menu .Menu_Box::after {
    display: none;
  }

  .Menu_Box {
    position: relative;
    padding-bottom: 0;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Box {
    padding: 0;
    position: relative;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Box::after {
    display: none;
  }

  .Menu_Right {
    max-width: inherit;
  }


  .Menu_Right p{
    display: none;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show .Menu_Right h3 {
    color: #fff;
    min-width: inherit;
    max-width: inherit;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Right h3 {
    color: #797979;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show .Menu_Box svg path {
    fill: #fff;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Box svg path {
    fill: #797979;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu:before {
    display: none;
  }

  .headOut.fixed {
    margin-top: 0;
  }

  .headInn {
    padding: 15px;
  }

  .mainNav > li > a {
    color: #fff;
  }

  .headOut .btn.deskBtn {
    width: 48px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
  }

   /* New Menu - End */


   
  
}

@media only screen and (min-width:1024px) and (max-width: 1200px){
  

  /* New Menu */


  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu, 
  .dropend:hover > .dropdown-menu {
    display: none;
  } 
  .dropdown:hover > .dropdown-menu.show,
  .dropend:hover > .dropdown-menu.show {
    display: block;
  }



  .mainNav > li > a.nav-link.dropdown-toggle,
  .mainNav > li:hover > a.nav-link.dropdown-toggle {
    color: #fff;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu {
    display: none;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show {
    display: block;
    border: 0;
    background: #000;
    color: #fff;
    position: relative !important;
    transform: none !important;
    margin-top: 10px !important;
  }

  .dropdown .dropdown-menu .nav-item:hover > .dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: none !important;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu {
    display: block;
    position: relative;
    background: transparent;
    border-bottom: #2a2a2a 1px solid;
    border-radius: 0;
    padding-left: 15px;
  } 

  .dropdown .dropdown-menu .Menu_Box::after {
    display: none;
  }

  .Menu_Box {
    position: relative;
    padding-bottom: 0;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Box {
    padding: 0;
    position: relative;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Box::after {
    display: none;
  }

  .Menu_Right p{
    display: none;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show .Menu_Right h3 {
    color: #fff;
    min-width: inherit;
    max-width: inherit;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Right h3 {
    color: #797979;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show .Menu_Box svg path {
    fill: #fff;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu.show ul.dropdown-menu .Menu_Box svg path {
    fill: #797979;
  }

  .mainNav > li.dropdown:hover > .dropdown-menu:before {
    display: none;
  }

   /* New Menu - End */


   .Banner_Left {
    padding: 50px 60px 50px;
    max-width: 635px;
  }

  .CFO_Banner h2.Sec_Title {
    font-size: 23px;
    line-height: inherit;
  }

  .Banner_Left {
    padding: 88px 60px;
  }

  .End_to_End_Partnerships_Box p {
    font-size: 14px;
  }

  .End_to_End_Partnerships_Box {
    /* min-height: 215px; */
    padding: 13px;
  }

  .Accounting_Tab_Box p {
    padding: 40px 40px;
  }

  .Fastrack_Your_Business {
    padding: 50px 40px 50px;
  }

  .Accounting_Backoffice_Box_Left {
    padding: 28px 28px;
  }

  .Cost_Savings .table-responsive {
    margin: 0px 40px;
  }

  .Cost_Savings .table-responsive {
    margin: 0px 40px;
  }

  .Cost_Savings .table-responsive .table tr th {
    font-size: 18px;
    padding: 15px 15px;
  }

  .Cost_Savings .table-responsive .table tr td {
    font-size: 18px;
    padding: 15px 15px;
  }

  .Not_just_cost_savings_Img_Mob_Box {
    padding-left: 35px;
  }

  .Not_just_cost_savings_Box {
    padding: 30px 0;
    background-size: 750px;
  }

  .Not_just_cost_savings ul {
    padding-left: 35px;
  }

  .Not_just_cost_savings a {
    padding: 15px 25px;
    font-size: 16px;
  }

  .Hiring_Process_Box {
    padding: 14px;
  }

  .Hiring_Process_Box ul li {
    font-size: 16px;
  }

  .Hiring_Process {
    padding: 60px 35px;
  }


  .Hiring_Process_Box h3 {
    margin-top: -35px;
    font-size: 50px;
  }

  .Why_Building {
    padding: 50px 35px;
  }

  .Why_Building h2 {
    padding-bottom: 32px;
  }

  .Case_Study_Acktify {
    padding: 50px 35px;
  }

  .CFO_Expressed_Box {
    padding: 135px 0 0 50px;
  }

  .CFO_Expressed_Box_Top h2 {
    font-family: Montserrat;
    font-size: 23px;
  }

  .John_Leydon_Box p {
    padding: 0 35px 30px;
  }

  .Looking_toward {
    padding: 50px 0 50px 40px;
  }

  .Looking_toward p {
    padding: 0 0px 16px;
  }

  .The_Solution_Box p {
    padding: 0 0px 30px;
  }

  .The_Solution_Box ul li {
    font-family: Montserrat;
    font-size: 16px;
  }

  .How_We_Helped {
    padding: 50px 35px;
  }

  .Execution_Box {
    min-height: 415px;
  }

  .Client_Success_Story {
    padding: 50px 35px;
  }

  .request_more_info_form_box {
    margin: 0px 50px;
    padding: 30px;
  }

  .Hire_a_Staff .dropFile em {
    font-family: Montserrat;
    font-size: 15px
  }

  .End_to_End_Partnerships {
    padding: 50px 0px;
  }

  .End_to_End_Partnerships_Bottom_Box {
    margin-top: 20px;
  } 

  .Cost_Savings {
    padding: 50px 0;
  }

  .Hiring_Process {
    padding: 50px 35px;
  }

  .Hiring_Process_Box p {
    font-size: 22px;
  }

  .Why_Building .Table_Note {
    font-size: 16px;
  }

  .Case_Study_Acktify h2 {
    color: #020202;
    padding-bottom: 35px;
  }

  .Company_at_a_Glance {
    padding: 35px 35px;
  }

  .Company_at_a_Glance.The_Challenge {
    padding: 35px 32px;
  }

  .CFO_Expressed_Box {
    padding: 50px 0 50px 50px;
  }

  .CFO_Expressed_Box_Img {
    padding-top: 22px;
  }

  .John_Leydon_Box {
    padding: 50px 0;
  }

  .John_Leydon_Box p {
    font-size: 16px;
  }

  .Looking_toward h2 {
    line-height: inherit;
  }

  .The_Solution_Box ul li {
    padding-bottom: 10px;
  }

  .Execution_Main h3 {
    line-height: inherit;
  }

  .Hire_a_Staff {
    padding: 50px 0 0;
  }

  .Hire_a_Staff h2 {
    font-size: 30px;
    line-height: inherit;
  }

  .Hire_a_Staff p.Sec_SubTitle {
    line-height: inherit;
    padding-bottom: 35px;
  }

  .Hire_a_Staff button.btn.g-recaptcha {
    padding: 16px;
    font-size: 16px;
    line-height: inherit;
    margin-top: 20px;
  }

}

@media only screen and (min-width:992px) and (max-width: 1024.51px) {

  .Banner_Left {
      padding: 91px 53px 104px 60px;
      max-width: 316px;
  }

  .headOut .btn {
      padding: 0 0;
  }

  img.call_btn {
      display: none;
  }

  .headOut .headRgtInn .btn span img.call_btn_hover {
      padding-top: 13px;
  }

  .CFO_Banner {
      padding: 0px 0 ;
  }


  .CFO_Banner h2.Sec_Title {
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
  }

  .CFO_Banner p {
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }


  .CFO_Banner img.CFO_Banner_Bg {
      padding: 0px;
      max-width: 710px;
  }


  a.Schedule_a_call_btn {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding: 8px 14px;
  }

  a.Schedule_a_call_btn span {
      vertical-align: middle;
      margin-right: 10px;
  }

  .End_to_End_Partnerships p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding-bottom: 0;
  }

  .End_to_End_Partnerships h2.Sec_Title {
      padding-bottom: 5px;
      color: #3E3C64;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .End_to_End_Partnerships_Box p {
      padding-bottom: 0;
      padding-top: 20px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
  }

  .End_to_End_Partnerships {
      padding: 50px 0;
  }

  .Fastrack_Your_Business {
      /* background: #000000; */
      padding: 20px 70px;
  }

  .Fastrack_Your_Business h2.Sec_Title {
      text-align: center;
      padding-bottom: 10px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  .Fastrack_Your_Business p {
      padding-bottom: 18px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
  }

  ul#pills-tab .nav-link {
      color: #3E3C64;
      padding: 16px 56px;
      border: 1px solid #3E3C64;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  ul#pills-tab1 li.nav-item .nav-link, ul#pills-tab2 li.nav-item .nav-link {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  ul#pills-tab1 li.nav-item .nav-link.active:before ,
  ul#pills-tab2 li.nav-item .nav-link.active:before{
      content: '';
      bottom: -3px;
      height: 4px;
  }

  ul#pills-tab1 li.nav-item, ul#pills-tab2 li.nav-item  {
      padding-bottom: 3px;
  }

  .Accounting_Tab_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding: 16px 43px;
  }

  .Accounting_Backoffice_Box {
      border: 1px solid #FFFFFF54;
      margin-top: 0px;
      border-radius: 26px;
  }

  .Accounting_Backoffice_Box_Left {
      padding: 18px 21px;
  }


  .Accounting_Backoffice_Box_Left h3 {
      font-size: 15px;
  }

  .Accounting_Backoffice_Box_Left ul {
      padding-left: 15px;
  }

  .Accounting_Backoffice_Box_Left ul li {
    padding-bottom: 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .Accounting_Backoffice_Box_Left.Audit_Box_Left {
      padding: 20px;
  }

  .Audit_Box img.Accounting_Backoffice_Box_Img {
      margin-top: 0;
      height: 400px;
  }

  img.Accounting_Backoffice_Box_Img {
      margin-top: 0;
      height: 350px;
  }

  .Tax_Box img.Accounting_Backoffice_Box_Img {
      margin-top: 0px;
      height: 351px;
  }

  .Accounting_Backoffice_Box_Right {
      padding: 0px 0px;
      border-radius: 0 26px 26px 0;
      height: 350px;
      width: 50px;
  }

  .Others_Box img.Accounting_Backoffice_Box_Img {
      margin-top: 0;
  }

  .Accounting_Backoffice_Box_Right h2 {
      padding: 0;
      padding: 88px 15px;
      line-height: 36px;
      height: 100%;
      width: 100%;
  }

  .Accounting_Backoffice_Box_Right h2 a {
      font-family: Inter;
      font-size: 18.6px;
      font-weight: 600;
      line-height: 22.73px;
      letter-spacing: -0.02em;
      text-align: center;
      min-height: 174px;
      height: 100%;
  }

  .Accounting_Backoffice_Box.Audit_Box .Accounting_Backoffice_Box_Right {
      padding: 0;
      height: 400px;
  }

  .Cost_Savings .table-responsive .table tr th, .Cost_Savings .table-responsive .table tr td {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 8px 30px;
  }


  .Cost_Savings .table-responsive .table tr td.Normal_Highlight_Text {
      font-family: Inter;
      font-size: 13.07px;
      font-weight: 600;
      line-height: 20.33px;
      text-align: left;
  }

  .Cost_Savings .table-responsive .table tr td.Red_Text {
      background: #fda29bb3;
      color: #51506E;
      font-family: Inter;
      font-size: 13.07px;
      font-weight: 600;
      line-height: 20.33px;
      text-align: center;
  }

  .Cost_Savings .table-responsive .table tr td.Green_Text {
      background: #a6f4c5b3;
      color: #51506E;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }
  
  .Cost_Savings {
      padding: 56px 0;
  }

  .Cost_Savings h2.Sec_Title {
      text-align: center;
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  .Not_just_cost_savings {
      padding: 0px 0;
  }

  .Not_just_cost_savings_Box {
      background: url(../images/Not_just_cost_savings_Bg.png);
      background-position: center right;
      padding: 39px 0;
      background-repeat: no-repeat;
      background-size: 525px;
  }

  .Not_just_cost_savings h2 {
      padding-bottom: 6px;
      padding-left: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Not_just_cost_savings ul {
      padding-left: 25px;
      padding-bottom: 30px;
  }

  .Not_just_cost_savings ul li {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .Not_just_cost_savings a {
      border: 1px solid #FF6600;
      padding: 10px 15px;
      font-family: Montserrat;
      font-size: 16px;
  }

  .Not_just_cost_savings .container {
      max-width: 960px;
  }

  .Client_Success_Story {
      padding: 56px 50px;
      /* background: #000000; */
  }

  .Client_Success_Story_Left {
      margin-left: 0px;
      width: 480px;
  }

  .Client_Success_Story_Right {
      border-radius: 16px;
      padding: 20px 20px 20px 50px;
      margin-left: -50px;
      position: relative;
      z-index: 0;
      width: 430px;
  }

  .Client_Success_Story_Right h2 {
      padding-bottom: 8px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Client_Success_Story_Right p {
      padding: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Client_Success_Story_Author_Video {
      display: flex;
      align-items: center;
      margin-top: 10px;
  }

  .Client_Success_Story_Author h3 {
      padding: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding-bottom: 2px;
  }
  .Client_Success_Story_Author p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .Hiring_Process {
      padding: 50px 0;
  }

  .Hiring_Process h2 {
      color: #484848;
      padding-bottom: 30px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Hiring_Process_Box {
      box-shadow: -4.5px 3.75px 13.5px 0px #0000001A;
      padding: 15px;
      border-radius: 25px;
      margin-bottom: 30px;
  }

  .Hiring_Process_Box ul {
      padding-left: 23px;
  }

  .Hiring_Process_Box p {

  }

  .Week_Box {
      margin-bottom: 30px;
  }

  .Week_Box .table-responsive .table tr th, 
  .Week_Box .table-responsive .table tr td {
        padding: 15px 19px;
        font-size: 14px;

  }

  .Why_Building {
      /* background: #FFF6F0; */
      padding: 53px 0;
  }

  .Why_Building h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      padding-bottom: 16px;
  }

  .Why_Building .table-responsive table.table, 
  .Why_Building .table-responsive table.table thead, 
  .Why_Building .table-responsive table.table tr, 
  .Why_Building .table-responsive table.table tr th, 
  .Why_Building .table-responsive table.table tr td {
      vertical-align: middle;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding: 11px;
  }

  .Why_Building .table-responsive table.table tr th {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 13px;;
  }

  .Why_Building .Table_Note {
      color: #344054;
      padding-bottom: 0;
      padding-top: 15px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
  }

  .Case_Study_Acktify {
      padding: 27px 0;
  }

  .Case_Study_Acktify h2 {
      padding-bottom: 15px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Case_Study_Acktify h2, .Case_Study_Acktify h2 span {
      padding-bottom: 15px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Company_at_a_Glance {
      padding: 41px 36px;
  }

  .Company_at_a_Glance h3 {
      padding-bottom: 16px;
      padding-top: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Company_at_a_Glance p {
      padding-bottom: 16px;
      color: #51506E;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
  }

  .Company_at_a_Glance.The_Challenge {
      padding: 40px 30px;
      height: 100%;
  }

  .CFO_Expressed_Box {
      padding: 35px 0 30px;
  }

  .CFO_Expressed_Box_Top h2 {
      padding-bottom: 10px;
      color: #3E3C64;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .CFO_Expressed_Box_Top p {
      padding-bottom: 10px;
      color: #51506E;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .CFO_Expressed_Box_Bottom h3 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding-bottom: 5px;
  }

  .CFO_Expressed_Box_Bottom p {
      color: #5D667B;
      padding-bottom: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
  }

  .CFO_Expressed_Box_Img {
      padding-top: 13px;
  }

  .John_Leydon_Box h2 {
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      color: #26244A;
  }

  .John_Leydon_Box {
      padding: 60px 0;
      background-size: contain;
  }

  .John_Leydon_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
      color: #7E7E7E;
  }

  .Looking_toward {
      padding: 0 50px;
  }

  .Looking_toward h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Looking_toward p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      padding-bottom: 8px;
  }

  .The_Solution_Box {
      border: 1px solid #999999;
      background: #fff;
      padding: 22px 28px;
      border-radius: 26px;
  }

  .The_Solution_Box h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding-bottom: 5px;
  }

  .The_Solution_Box p {
      color: #51506E;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      padding-bottom: 15px;
  }

  .The_Solution_Box h3 {
      padding-top: 0;
      padding-bottom: 6px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .The_Solution_Box ul {
      padding-left: 20px;
  }

  .The_Solution_Box ul li {
      padding-bottom: 5px;
      color: #51506E;
      position: relative;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .How_We_Helped {
      padding: 32px 50px;
  }

  .How_We_Helped_Main h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      padding-bottom: 14px;
  }

  .How_We_Helped_Main p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding-bottom: 44px;
  }

  .Execution_Main h3 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      padding-bottom: 14px;
  }

  .Execution_Box {
      background: #FFFFFF;
      border-radius: 6px;
      padding: 15px;
      min-height: 284px;
  }

  .Execution_Box h2 {
      font-family: Inter;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: center;
      padding-bottom: 10px;
  }

  .Execution_Box h3 {
      padding-bottom: 10px;
      min-height: 50px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }


  .Execution_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
  }

  .Hire_a_Staff {
      /* background: #FFF5EE; */
      padding: 96px 0 0;
  }

  .Hire_a_Staff h2.text-center {
      padding-bottom: 5px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }


  .Hire_a_Staff p.Sec_SubTitle {
      color: #5D667B;
      padding-bottom: 24px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
  }

  .Hire_a_Staff .reqForm textarea {
      max-height: 122px;
  }

  .Hire_a_Staff .reqForm textarea {
      margin-bottom: 30px;
  }

  .Hire_a_Staff .dropFile {
      margin: 0;
  }
  

  .Hire_a_Staff .dropFile em {
      font-family: Montserrat;
      font-size: 15px;
      width: 100%;
      display: inline-block;
  }

  .Hire_a_Staff .dropFile input {
      max-width: 312px;
  }


  .Hire_a_Staff button.btn.g-recaptcha {
      margin-top: 20px;
      padding: 10px 30px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .End_to_End_Partnerships_Box {
      margin-bottom: 32px;
      padding: 10px;
  }

  .End_to_End_Partnerships_Bottom_Box .col-md-4.col-lg-2 {
      /* width: auto;  */
  }

  .End_to_End_Partnerships_Box img {
      height: 50px;
  }

  .Hiring_Process_Box h3 {
      padding-top: 0;
      margin-top: -30px;
      font-family: Inter;
      font-size: 32.89px;
      font-weight: 600;
      line-height: 40.2px;
      letter-spacing: -0.02em;
      text-align: left;
      color: #3E3C64;
      padding-bottom: 8px;
  }

  .Hiring_Process_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      color: #3E2FB7;
  }

  .Hiring_Process_Box ul li {
      position: relative;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
      padding-bottom: 3px;
  }

  .Week_Box .table-responsive .table tr td:nth-child(1) {
      text-align: left;
      max-width: 200px;
  }

}

@media only screen and (min-width:768px) and (max-width: 991.51px) {

  .Banner_Left {
      padding: 45px 60px;
      text-align: left;
      min-width: 260px;
      max-width: none;
  }

  .Banner_Box {
      display: flex;
      align-items: center;
  }

  .Schedule_a_call_btn_box {
  text-align: left;
  }

  .headOut .btn {
      padding: 0 0;
  }

  img.call_btn {
      display: none;
  }

  .headOut .headRgtInn .btn span img.call_btn_hover {
      padding-top: 13px;
  }

  .CFO_Banner {
      padding: 0px 0 ;
  }


  .CFO_Banner h2.Sec_Title {
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: inherit;
      text-align: left;
  }

  .CFO_Banner p {
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;

  }


  .CFO_Banner img.CFO_Banner_Bg {
  padding: 0px;
  max-width: inherit;
  width: 100%;
  display: inline-block;
  }


  a.Schedule_a_call_btn {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding: 8px 14px;
  }

  a.Schedule_a_call_btn span {
      vertical-align: middle;
      margin-right: 10px;
  }

  .End_to_End_Partnerships p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding-bottom: 0;
  }

  .End_to_End_Partnerships h2.Sec_Title {
      padding-bottom: 5px;
      color: #3E3C64;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .End_to_End_Partnerships_Box p {
      padding-bottom: 0;
      padding-top: 20px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
  }

  .End_to_End_Partnerships {
      padding: 30px 0;
  }

  .Fastrack_Your_Business {
      /* background: #000000; */
      padding: 30px 50px;
  }

  .Fastrack_Your_Business h2.Sec_Title {
      text-align: center;
      padding-bottom: 10px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  .Fastrack_Your_Business p {
      padding-bottom: 18px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
  }

  ul#pills-tab .nav-link {
      color: #3E3C64;
      padding: 16px 56px;
      border: 1px solid #3E3C64;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  ul#pills-tab1 li.nav-item .nav-link, ul#pills-tab2 li.nav-item .nav-link {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  ul#pills-tab1 li.nav-item .nav-link.active:before ,
  ul#pills-tab2 li.nav-item .nav-link.active:before{
      content: '';
      bottom: -3px;
      height: 4px;
  }

  ul#pills-tab1 li.nav-item, ul#pills-tab2 li.nav-item  {
      padding-bottom: 3px;
  }

  .Accounting_Tab_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding: 15px 30px;
  }

  .Accounting_Backoffice_Box {
      border: 1px solid #FFFFFF54;
      margin-top: 0px;
      border-radius: 26px;
  }

  .Accounting_Backoffice_Box_Left {
      padding: 18px 21px;
  }


  .Accounting_Backoffice_Box_Left h3 {
      font-size: 15px;
  }

  .Accounting_Backoffice_Box_Left ul {
      padding-left: 15px;
  }

  .Accounting_Backoffice_Box_Left ul li {
      font-size: 13px;
      padding-bottom: 10px;
  }

  .Accounting_Backoffice_Box_Left.Audit_Box_Left {
      padding: 20px;
  }

  .Audit_Box img.Accounting_Backoffice_Box_Img {
      margin-top: 0;
      height: 394px;
  }

  img.Accounting_Backoffice_Box_Img {
      margin-top: 0;
      height: 350px;
  }

  .Tax_Box img.Accounting_Backoffice_Box_Img {
      margin-top: 0px;
      height: 351px;
  }

  .Accounting_Backoffice_Box_Right {
      padding: 0px 0px;
      border-radius: 0 26px 26px 0;
      height: 350px;
      width: 50px;
  }

  .Others_Box img.Accounting_Backoffice_Box_Img {
      margin-top: 0;
  }

  .Accounting_Backoffice_Box_Right h2 {
      padding: 0;
      padding: 88px 15px;
      line-height: 36px;
      height: 100%;
      width: 100%;
  }

  .Accounting_Backoffice_Box_Right h2 a {
      font-family: Inter;
      font-size: 18.6px;
      font-weight: 600;
      line-height: 22.73px;
      letter-spacing: -0.02em;
      text-align: center;
      min-height: 174px;
      height: 100%;
  }

  .Accounting_Backoffice_Box.Audit_Box .Accounting_Backoffice_Box_Right {
      padding: 0;
      height: 400px;
  }

  .Cost_Savings .table-responsive .table tr th, .Cost_Savings .table-responsive .table tr td {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 8px 30px;
  }


  .Cost_Savings .table-responsive .table tr td.Normal_Highlight_Text {
      font-family: Inter;
      font-size: 13.07px;
      font-weight: 600;
      line-height: 20.33px;
      text-align: left;
  }

  .Cost_Savings .table-responsive .table tr td.Red_Text {
      background: #fda29bb3;
      color: #51506E;
      font-family: Inter;
      font-size: 13.07px;
      font-weight: 600;
      line-height: 20.33px;
      text-align: center;
  }

  .Cost_Savings .table-responsive .table tr td.Green_Text {
      background: #a6f4c5b3;
      color: #51506E;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  .Cost_Savings {
      padding: 30px 0;
  }

  .Cost_Savings h2.Sec_Title {
      text-align: center;
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }

  .Not_just_cost_savings {
      padding: 0px 0;
  }

  .Not_just_cost_savings_Box {
      background: url(../images/Not_just_cost_savings_Bg.png);
      background-position: center right;
      padding: 0px 0;
      background-repeat: no-repeat;
      background-size: 418px;
  }

  .Not_just_cost_savings h2 {
      padding-bottom: 6px;
      padding-left: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Not_just_cost_savings ul {
      padding-left: 25px;
      padding-bottom: 30px;
  }

  .Not_just_cost_savings ul li {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .Not_just_cost_savings a {
      border: 1px solid #FF6600;
      padding: 10px 15px;
      font-family: Montserrat;
      font-size: 16px;
  }

  .Not_just_cost_savings .container {
      max-width: 960px;
  }

  .Client_Success_Story {
      padding: 56px 50px;
      /* background: #000000; */
  }

  .Client_Success_Story_Left {
      margin-left: 0px;
      width: 350px;
  }

  .Client_Success_Story_Right {
      border-radius: 16px;
      padding: 20px 20px 20px 40px;
      margin-left: 0;
      position: relative;
      z-index: 0;
      width: 350px;
  }

  .Client_Success_Story_Right h2 {
      padding-bottom: 8px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Client_Success_Story_Right p {
      padding: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Client_Success_Story_Author_Video {
      display: flex;
      align-items: center;
      margin-top: 10px;
  }

  .Client_Success_Story_Author h3 {
      padding: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding-bottom: 2px;
  }
  .Client_Success_Story_Author p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .Hiring_Process {
      padding: 50px 0;
  }

  .Hiring_Process h2 {
      color: #484848;
      padding-bottom: 30px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Hiring_Process_Box {
      box-shadow: -4.5px 3.75px 13.5px 0px #0000001A;
      padding: 15px;
      border-radius: 25px;
      margin-bottom: 30px;
  }

  .Hiring_Process_Box ul {
      padding-left: 23px;
  }

  .Hiring_Process_Box p {

  }

  .Week_Box {
      margin-bottom: 30px;
  }

  .Week_Box .table-responsive .table tr th, 
  .Week_Box .table-responsive .table tr td {
      padding: 15px 19px;
      font-size: 14px;
  }

  .Why_Building {
      /* background: #FFF6F0; */
      padding: 53px 0;
  }

  .Why_Building h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      padding-bottom: 16px;
  }

  .Why_Building .table-responsive table.table, 
  .Why_Building .table-responsive table.table thead, 
  .Why_Building .table-responsive table.table tr, 
  .Why_Building .table-responsive table.table tr th, 
  .Why_Building .table-responsive table.table tr td {
      vertical-align: middle;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding: 11px;
  }

  .Why_Building .table-responsive table.table tr th {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 13px;;
  }

  .Why_Building .Table_Note {
      color: #344054;
      padding-bottom: 0;
      padding-top: 15px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
  }

  .Case_Study_Acktify {
      padding: 27px 0;
  }

  .Case_Study_Acktify h2 {
      padding-bottom: 15px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Case_Study_Acktify h2, .Case_Study_Acktify h2 span {
      padding-bottom: 15px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Company_at_a_Glance {
      padding: 30px;
      margin: 0;
  }

  .Company_at_a_Glance h3 {
      padding-bottom: 16px;
      padding-top: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }

  .Company_at_a_Glance p {
      padding-bottom: 16px;
      color: #51506E;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
  }

  .Company_at_a_Glance.The_Challenge {
      padding: 30px;
      height: 100%;
      margin: 0;
  }

  .CFO_Expressed_Box {
      padding: 35px 0 30px;
  }

  .CFO_Expressed_Box_Top h2 {
      padding-bottom: 10px;
      color: #3E3C64;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .CFO_Expressed_Box_Top p {
      padding-bottom: 10px;
      color: #51506E;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .CFO_Expressed_Box_Bottom h3 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding-bottom: 5px;
  }

  .CFO_Expressed_Box_Bottom p {
      color: #5D667B;
      padding-bottom: 0;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
  }

  .CFO_Expressed_Box_Img {
      padding-top: 13px;
  }

  .John_Leydon_Box h2 {
      padding-bottom: 16px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      color: #26244A;
  }

  .John_Leydon_Box {
      padding: 60px 0;
      background-size: contain;
  }

  .John_Leydon_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: center;
      color: #7E7E7E;
      padding: 0 50px 30px;
  }

  .Looking_toward {
      padding: 0 50px;
  }

  .Looking_toward h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .Looking_toward p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      padding: 0 0px 8px;
  }

  .The_Solution_Box {
      border: 1px solid #999999;
      background: #fff;
      padding: 22px 28px;
      border-radius: 26px;
  }

  .The_Solution_Box h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      padding-bottom: 5px;
  }

  .The_Solution_Box p {
      color: #51506E;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      padding: 0 0px 15px;
  }

  .The_Solution_Box h3 {
      padding-top: 0;
      padding-bottom: 6px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .The_Solution_Box ul {
      padding-left: 20px;
  }

  .The_Solution_Box ul li {
      padding-bottom: 5px;
      color: #51506E;
      position: relative;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
  }

  .How_We_Helped {
      padding: 32px 50px;
  }

  .How_We_Helped_Main h2 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      padding-bottom: 14px;
  }

  .How_We_Helped_Main p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      padding-bottom: 44px;
  }

  .Execution_Main h3 {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
      padding-bottom: 14px;
  }

  .Execution_Main .col-md-6.col-lg-4 {
      width: 33.33%;
  }

  .Execution_Box {
      background: #FFFFFF;
      border-radius: 6px;
      padding: 15px;
      min-height: 424px;
      margin-bottom: 30px;
  }

  .Execution_Box h2 {
      font-family: Inter;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: center;
      padding-bottom: 10px;
  }

  .Execution_Box h3 {
      padding-bottom: 10px;
      min-height: 50px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center;
  }


  .Execution_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
  }

  .Hire_a_Staff {
      /* background: #FFF5EE; */
      padding: 96px 0 0;
  }

  .Hire_a_Staff h2.text-center {
      padding-bottom: 5px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
  }


  .Hire_a_Staff p.Sec_SubTitle {
      color: #5D667B;
      padding-bottom: 24px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
  }

  .Hire_a_Staff .reqForm textarea {
      max-height: 122px;
  }

  .Hire_a_Staff .reqForm textarea {
      margin-bottom: 30px;
  }

  .Hire_a_Staff .dropFile {
      margin: 0;
  }


  .Hire_a_Staff .dropFile em {
      font-family: Montserrat;
      font-size: 15px;
      width: 100%;
      display: inline-block;
  }

  .Hire_a_Staff .dropFile input {
      max-width: 312px;
  }


  .Hire_a_Staff button.btn.g-recaptcha {
      margin-top: 20px;
      padding: 10px 30px;
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
  }

  .End_to_End_Partnerships_Box {
      margin-bottom: 32px;
      padding: 10px;
  }

  .End_to_End_Partnerships_Bottom_Box .col-md-4.col-lg-2 {
      width: 140px;
  }

  .End_to_End_Partnerships_Box img {
      height: 50px;
  }

  .Hiring_Process_Box h3 {
      padding-top: 0;
      margin-top: -30px;
      font-family: Inter;
      font-size: 32.89px;
      font-weight: 600;
      line-height: 40.2px;
      letter-spacing: -0.02em;
      text-align: left;
      color: #3E3C64;
      padding-bottom: 8px;
  }

  .Hiring_Process_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: left;
      color: #3E2FB7;
  }

  .Hiring_Process_Box ul li {
      position: relative;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
      padding-bottom: 3px;
  }

  .Week_Box .table-responsive .table tr td:nth-child(1) {
      text-align: left;
      max-width: 200px;
  }

  .Not_just_cost_savings_Img_Mob_Box {
  padding-top: 15px;
  margin: 0px 50px;
  padding-left: 0;
  } 

  .CFO_Expressed_Main {
  margin: 0 50px;
  position: relative;
  }

  img.CFO_Expressed_Box_Img {
  position: absolute;
  bottom: 0;
  right: -75px;
  display: inline-block;
  width: 340px;
  }

  .Client_Success_Story_Video {
      width: 150px;
  }

  .Client_Success_Story_Video a {
      display: inline-block;
  }

}

@media only screen and (max-width: 767.51px){
  

  .headOut .btn {
    padding: 0 0;
  }

  img.call_btn {
    display: none;
  }

  .headOut .headRgtInn .btn span img.call_btn_hover {
    padding-top: 13px;
  }

  .mega-content a.list-group-item {
    color: #fff;
  }

  .Banner_Left {
    padding: 30px;
    max-width: none;
    width: 100%;
    display: inline-block;
    float: left;
  }


  .CFO_Banner {
    padding: 0px 0;
  }

  .Banner_Box {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }
  
  .CFO_Banner h2.Sec_Title {
    padding-bottom: 15px;
    color: #3E3C64;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    }

  .CFO_Banner p {
    color: #51506E;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
   }


  .CFO_Banner img.CFO_Banner_Bg {
    padding: 0px;
  }


  a.Schedule_a_call_btn {
    /* border: 1px solid #FF6600; */
    padding: 12px 20px;
    font-size: 14px;
  }

  a.Schedule_a_call_btn span {
    vertical-align: middle;
    margin-right: 10px;
  }

  .Schedule_a_call_btn_box {
    text-align: center;
  }
  

  .End_to_End_Partnerships h2.Sec_Title {
    font-size: 19px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    padding-bottom: 16px;
    color: #000;
  }

  .End_to_End_Partnerships p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    color: #495057;
    padding-bottom: 0;
    padding-top: 0;
  }

  .End_to_End_Partnerships {
    padding: 30px 0px 0px;
  }


  .End_to_End_Partnerships_Bottom_Box {
    margin-top: 30px;
  }

  .End_to_End_Partnerships_Bottom_Box .col-md-4.col-lg-2 {
    width: 180px;
  }

  .End_to_End_Partnerships_Box p {
    font-size: 14px;
    padding-top: 10px;
  }

  .End_to_End_Partnerships_Box {
    text-align: center;
    min-height: inherit;
    padding: 16px;
    margin-bottom: 16px;
  }

  .End_to_End_Partnerships_Box:last-child {
    /* margin-bottom: 0; */
  }
  

  .Fastrack_Your_Business {
    /* background: #000000; */
    padding: 30px 0px;
  }

  .Fastrack_Your_Business h2.Sec_Title {
    /* color: #fff; */
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    padding-bottom: 10px;
  }

  .Fastrack_Your_Business p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    /* color: #fff; */
    padding-bottom: 15px;
  }

  ul#pills-tab .nav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    /* color: #fff; */
    padding: 14px 35px;
  }

  ul#pills-tab1 li.nav-item {
    float: none;
    display: inline-block;
    width: 18%;
    text-align: center;
    padding-bottom: 10px;
    /* color: #fff; */
    width: 25%;
  }

  ul#pills-tab1 li.nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    /* color: #fff; */
    margin: 0 auto;
  }

  ul#pills-tab1 li.nav-item .nav-link.active:before {
    content: '';
    background: #00001E;
    width: 100%;
    height: 5px;
    display: inline-block;
    border-radius: 23px 23px 0 0;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -10px;
    right: 0;
  }

  ul#pills-tab2 li.nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    /* color: #fff; */
    margin: 0 auto;
  }

  ul#pills-tab2 li.nav-item .nav-link.active:before {
    content: '';
    background: #00001E;
    width: 100%;
    height: 5px;
    display: inline-block;
    border-radius: 23px 23px 0 0;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -10px;
    right: 0;
  }

  .Accounting_Tab_Box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 16px 32px;
  }

  .Accounting_Backoffice_Box {
    border: 1px solid #FFFFFF54;
    margin-top: 40px;
    border-radius: 12px 12px 0 0;
    display: inline-block;
    width: 100%;
  }

  .Accounting_Backoffice_Box_Left {
    padding: 28px 28px;
  }

  .Accounting_Backoffice_Box_Left h3 {
    padding-bottom: 10px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
  }

  .Accounting_Backoffice_Box_Left ul {
    padding-left: 0px;
    text-align: center;
  }

  .Accounting_Backoffice_Box_Left ul li {
    padding-bottom: 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .Accounting_Backoffice_Box_Center {
    display: none;
  }

  .Accounting_Backoffice_Box_Left.Audit_Box_Left {
    padding: 20px 0 20px 20px;
  }

  .Audit_Box img.Accounting_Backoffice_Box_Img {
    margin-top: -27px;
    height: 413px;
  }

  img.Accounting_Backoffice_Box_Img {
    margin-top: -13px;
    height: 398px;
  }

  .Tax_Box img.Accounting_Backoffice_Box_Img {
    margin-top: -10px;
    height: 396px;
  }

  .Accounting_Backoffice_Box_Right {
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 1px 1.1px 0px #00000040;
    width: 100%;
  }

  .Accounting_Backoffice_Box_Right h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    /* writing-mode: vertical-lr;
    text-orientation: inherit;
    transform: rotate(180deg);
    min-height: 240px; */
    margin-left: 0;
    padding: 0; 
  }

  .Others_Box img.Accounting_Backoffice_Box_Img {
    margin-top: -18px;
  }

  .Accounting_Tab_Box h2.Mob_Hire_Text {
    background: #EBEBEB;
    box-shadow: 0px 1.26px 1.39px 0px #00000040;
    padding: 18px 0;
    color: #484848;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
    width: 100%;
    max-width: inherit;
    border-radius: 0 0 17px 17px;
    }



  .Cost_Savings .table-responsive .table tr th, .Cost_Savings .table-responsive .table tr td {
    font-size: 14px;
    padding: 10px 10px;
    line-height: 150%;
  }

  .Cost_Savings {
    padding: 30px 0;
  }

  .Cost_Savings h2.Sec_Title {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
  }

  .Not_just_cost_savings {
    padding: 30px 0;
  }

  .Not_just_cost_savings_Img_Mob {
    display: block;
    width: 100%;
    border-radius: 0;
  }

  .Not_just_cost_savings {
    padding: 0px 0;
    background: none;
  }

  .Not_just_cost_savings_Box {
    background: none;
    padding: 0;
    background-image: none !important;
  }

  .Not_just_cost_savings_Img_Mob_Box {
    /* background: url('../images/Not_just_cost_savings_Bg_Mob.png'); */
    background-size: cover;
    padding: 30px;
    margin-top: -2px;
    background: linear-gradient(278.37deg, #DEE3FD 0%, #F3ECFD 100%);
    margin: 0;
  }

  .Not_just_cost_savings h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    /* color: #fff; */
    padding-bottom: 15px;
    padding-left: 0;
  }

  .Not_just_cost_savings ul {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .Not_just_cost_savings ul li {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 150%;
  }

  .Not_just_cost_savings a {
    /* border: 1px solid #FF6600; */
    padding: 10px 15px;
    font-family: Montserrat;
    font-size: 16px;
  }

  .Not_just_cost_savings .container {
    max-width: 960px;
  }

  .Client_Success_Story {
    padding: 30px 0;
    background: #000000;
  }

  .Client_Success_Story_Right {
    background: #1D2939;
    border-radius: 30px;
    padding: 20px;
    margin-left: 0;
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: -15px;
    z-index: 1;
  }

  .Client_Success_Story_Right h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    padding-bottom: 10px;
    color: #fff;
  }

  .Client_Success_Story_Right p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #fff;
    padding: 0;
  }

  .Client_Success_Story_Author_Video {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }

  .Client_Success_Story_Author h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    color: #fff;
    padding: 0;
    padding-bottom: 2px;
  }

  .Client_Success_Story_Right p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #fff;
    padding: 0;
  }

  .Client_Success_Story_Video a {
    border: 1px solid #FF6600;
    padding: 10px 22px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #FF6600;
    border-radius: 50px;
    display: inline-block;
  }


  .Hiring_Process {
    padding: 30px 0 0;
  }

  .Hiring_Process h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #00000080;
    padding-bottom: 30px;
  }

  .Hiring_Process_Box {
    padding: 20px 30px;
    border-radius: 25px;
    max-width: 285px;
    margin: 30px auto 20px;
    background: #EAECF0;
    border: 1.8px solid #D4D3DB;
    box-shadow: 0px 1.08px 1.08px 0px #00000040;
  }

  .Hiring_Process_Box ul {
    padding-left: 13px;
  } 

  .Hiring_Process_Box h3 {
    color: #3E3C64;
    padding-top: 0;
    margin-top: 0;
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .Hiring_Process_Box ul li {
    padding-bottom: 10px;
    position: relative;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #484848;
  }

  .Hiring_Process_Box ul li:before {
    content: '';

    width: 10px;
    height: 3px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    top: 13px;
    left: -14px;
  }

  .Hiring_Process_Box p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #3E2FB7;
  }

  .Week_Box {
    margin-bottom: 30px;
  }

  .Week_Box .table-responsive .table tr th, 
  .Week_Box .table-responsive .table tr td {
    padding: 15px 13px;
    font-size: 14px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  }

  .Week_Box .table-responsive {
    border: 1.8px solid #ADADAD;
    border-radius: 11px;
    border-width: 1.8px;
    border-style: solid;
    border-color: #ADADAD;
    box-shadow: none;
 }

  .Week_Box .table-responsive .table tr td:nth-child(1) {
    text-align: left;
    min-width: 200px;
    color: rgb(52, 64, 84);
  }

  .Week_Box .table-responsive .table tr th:last-child, 
  .Week_Box .table-responsive .table tr td:last-child {
    border-right: 0;
    min-width: 150px;
  }

  .Why_Building {
    background: transparent;
    padding: 30px 0;
  }

  .Why_Building h2 {
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  } 

  

  .Why_Building .table-responsive table.table, 
  .Why_Building .table-responsive table.table thead, 
  .Why_Building .table-responsive table.table tr, 
  .Why_Building .table-responsive table.table tr th, 
  .Why_Building .table-responsive table.table tr td {
    text-align: center;
    padding: 6px 0px;
    vertical-align: middle;
    color: #3E3C64;
    min-width: 170px;
    min-width: 170px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
  }

  .Why_Building .table-responsive table.table tr th {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #3A58EF;
  }


  .Why_Building .Table_Note {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    color: #4B4B4B;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .Case_Study_Acktify {
    padding: 30px 0;
  }


  .Case_Study_Acktify h2 {
    font-family: Montserrat;
    font-size: 20px;
    padding-bottom: 30px;
    line-height: 100%;
  }

  .Case_Study_Acktify h2 span {
    /* font-family: Montserrat; */
    font-size: 20px;
    line-height: inherit;
  }

  .Company_at_a_Glance {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 13px;
    background: #fff;
    border: 1.35px solid #7E7E7E;
  }

  .Company_at_a_Glance h3 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 20px;
    padding-top: 0;
  }

  .Company_at_a_Glance p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
  }

  .Company_at_a_Glance.The_Challenge {
    padding: 20px;
    height: auto;
    margin-bottom: 0;
  }

  .CFO_Expressed {
    position: relative;
  }

  .CFO_Expressed_Box {
    padding: 30px 0 0;
  }

  .CFO_Expressed_Box_Top h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    padding-bottom: 20px;
    color: #000;
  }

  .CFO_Expressed_Box_Top p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    padding-bottom: 15px;
    color: #000000;
  }

  .CFO_Expressed_Box_Bottom h3 {

  }

  .CFO_Expressed_Box_Bottom p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    color: #888888;
    padding-bottom: 0;
  }

  .CFO_Expressed_Box_Img {
    padding-top: 0px;
    max-width: 300px;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .CFO_Expressed_Box_Bottom {
    margin-bottom: 15px;
  }

  .John_Leydon_Box h2 {
    padding: 0;
    padding-bottom: 10px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #26244A;
  }

  .John_Leydon_Box p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #7e7e7e;
    /* color: #fff; */
  }



  .John_Leydon_Box {
    /* padding: 20px 90px 30px 20px;
    background-size: cover;
    background-image: url(../images/John_Leydon_Box_bg_Mob.png);
    background-position: -82px 0; */
    padding: 30px 0;
  }

  .Looking_toward {
    padding: 30px 0;
  } 

  .Looking_toward h2 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #26244A;
  }

  .Looking_toward p {
    padding-bottom: 10px;
    color: #51506E;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
  }
  
  


  .The_Solution_Box {
    border: 1px solid #999999;
    background: transparent;
    padding: 30px;
  }

  .The_Solution_Box h2 {
    padding-bottom: 12px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #3E3C64;
  }

  .The_Solution_Box p {
    color: #51506E;
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
  }

  .The_Solution_Box h3 {
    padding-top: 0;
    padding-bottom: 12px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #3E3C64;
  }

  .The_Solution_Box ul li {
    padding-bottom: 10px;
    color: #51506E;
    position: relative;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
  }

  .The_Solution_Box ul li:before {
    content: '';
    background: url(../images/The_Solution_Icon.svg);
    width: 12px;
    height: 3px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: -25px;
  }

  .The_Solution_Box ul {
    padding-left: 25px;
  }

  .How_We_Helped {
    padding: 30px 0 0;
  }

  .How_We_Helped_Main h2 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 100%;
  }

  .How_We_Helped_Main p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 150%;
  }

  .Execution_Main h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    color: #000000;
    padding-bottom: 30px;
    padding-top: 0;
  }


  .Execution_Box {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 20px;
    min-height: auto;
    margin-bottom: 30px;
  }

  .Execution_Box h2 {
    font-family: Montserrat;
    font-size: 30px;
    line-height: 100%;
  }


  .Execution_Box h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 0;
    min-height: 42px;
  }

  .Execution_Box p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }

  .Hire_a_Staff {
    background: linear-gradient(104.8deg, #DEEFFF 7.06%, #ACD6FF 90.37%);
    padding: 30px 0;
  }

  .Hire_a_Staff h2.text-center {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;

  }

  .request_more_info_form_box {
    background: transparent;
    padding: 20px;
  }

  .Hire_a_Staff h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
  }

  .Hire_a_Staff p.Sec_SubTitle {
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #5D667B;
  }

  .Hire_a_Staff .reqForm input, 
  .Hire_a_Staff .reqForm textarea, 
  .Hire_a_Staff .reqForm select {
    /* border: 1px solid #6D6D6D; */
    background: #fff;
    border-radius: 7px;
    margin-bottom: 10px;
  }

  .Hire_a_Staff .reqForm input#i_attachment {
    background: #D8DEFC;
 }

  .Hire_a_Staff button.btn.g-recaptcha {
    margin-top: 0;
  }

  .Week_Box .table-responsive .table tr th, 
  .Week_Box .table-responsive .table tr td {
    background: #fff;
  }

  .Why_Building .table-responsive {
    border-radius: 0;   
 }

 .request_more_info_form_box form#form_1 {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
 }

 .Accounting_Backoffice_Box_Right h2 a {
  transform: none;
  writing-mode: inherit;
 }

 .social ul {
  display: inline-block;
 }

}

@media only screen and (max-width: 575.51px){ 

  ul#pills-tab li.nav-item {
    float: left;
    width: 50%;
  }

  ul#pills-tab .nav-link {
    padding: 14px 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  ul#pills-tab1 li.nav-item {
    float: none;
    display: inline-block;
    width: 18%;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
    width: auto;
  } 

  ul#pills-tab2 li.nav-item {
    float: none;
    display: inline-block;
    width: 18%;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
    width: auto;
  } 

  .Accounting_Backoffice_Box {
    border: 1px solid #FFFFFF54;
    margin-top: 40px;
    border-radius: 12px;
    display: inline-block;
  } 

  img.Accounting_Backoffice_Box_Img {
    margin-top: 0;
    height: auto;
  }

  .Tax_Box img.Accounting_Backoffice_Box_Img {
    margin-top: 0;
    height: inherit;
  }


  .Audit_Box img.Accounting_Backoffice_Box_Img {
    margin-top: 0;
    height: inherit;
  }

  .Cost_Savings .table-responsive {
    margin: 0px 16px;
  }

  .Hiring_Process_Tables {
    margin: 0 16px;
  }

  .Why_Building .table_responsive_box {
    margin: 0px 16px;
  }

  .Case_Study_Acktify_Box {
    margin: 0 16px;
  }

  .Company_at_a_Glance {
    margin: 0 0 16px;
  }

  .Company_at_a_Glance.The_Challenge {
    margin: 0;
  }

  .CFO_Expressed_Main {
    margin: 0 16px;
  }
  
  .CFO_Expressed_Box_Top h2 {
    padding-bottom: 20px;
    color: #3E3C64;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }

  .CFO_Expressed_Box_Top p {
    padding-bottom: 15px;
    color: #51506E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .The_Solution_Box {
    border-radius: 16px;
    padding: 7px 20px;
  }
  
  .The_Solution_Box ul li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }

  .request_more_info_form_box form#form_1 {
    padding: 16px;
  }

  .reqForm label , .form-floating>.form-select~label {
    text-align: left;
  }

  .request_more_info_form_box {
    padding: 0px;
  }

  .Execution_Box {
    border-radius: 7px;
    padding: 10px 20px;
  }

  .John_Leydon_Box h2 {
    color: #26244A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .John_Leydon_Box p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 15px;
  }

  .Looking_toward h2 {
    color: #26244A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .Looking_toward p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }

  .The_Solution_Box h2 {
    color: #3E3C64;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .The_Solution_Box p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }

  .The_Solution_Box h3 {
    color: #3E3C64;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .How_We_Helped_Main h2 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .How_We_Helped_Main p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #51506E;
  }

  .Execution_Main h3 {
    color: #484848;
    padding-bottom: 30px;
    padding-top: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

 

}