a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}
/* Webkit (Chrome, Safari) */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f45c4868;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #F45D48;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F45D48;
}

::-webkit-scrollbar-thumb:active {
  background: #F45D48; /* Adjust as needed */
}

/* Firefox */
::-moz-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

::-moz-scrollbar-thumb {
  background: #207DE9;
  border-radius: 8px;
}

::-moz-scrollbar-thumb:hover {
  background: #207DE9;
}

::-moz-scrollbar-thumb:active {
  background: #207DE9; /* Adjust as needed */
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*floating button*/
.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    animation: key1 .3s ease infinite alternate;
}

.float1:hover {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar Above */
#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 16px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #000;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 419px;
  height: auto;
  padding: 0;
  top: 52px;
  left: -170px;
  box-shadow: 1px 1px 20px 0px #00000063;
}

.nav_right .dropdown-item {
    color: #fff !important;!
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav_parent{
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_right {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.m-header {
    padding: 9px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

#navbarBelow a {
    color: #2A2A2A;
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
}

/* #navbarBelow.fixed-top a {
    color: #fff;
  } */
#navbarBelow li {
    position: relative;
}

#navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #05274f;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}

.nav-link.dropdown-toggle::after {
    transition: 0.5s;
}
#navbarNavDropdown {
  margin-right: 28px;
}
.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 32px 0 #0000008c;
    animation: navbarBelow 500ms linear;
    padding: 6px 0 6px 0px;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    height: 50px;
}

.dropdown-menu {
  background-color: #f45d48e6;
    /* background-color: #bbd8fc; */
}
.dropdown-menu li a{
    color: #fff;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #F45D48;
    color: #fff !important;
}

.navbar-right-button {
    background: #F45D48;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    color: #fff !important;
    padding: 9px 22px;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: 'Poppins', sans-serif;
}


body {
    font-family: 'Poppins', sans-serif;
}
/* h1 , h2 , h3{
  font-family: 'Clearface' !important;
} */
/* SECTION1 */
section{
    overflow: hidden;
}
.h_sec1 {
    position: relative;
    color: #fff;
    background-size: cover;
    padding: 15px 0 0px 0;
    /* background: rgb(204,228,255); */
    /* background: linear-gradient(216deg, rgba(204,228,255,1) 0%, rgba(204,228,255,1) 57%, rgba(255,255,255,1) 67%);  */
}

.sec-1H3 {
    font-weight: 700;
    /* line-height: 42px; */
    margin: 10px 0;
    font-size: 38px;
    color: #021020;
    text-transform: capitalize;
    letter-spacing: 1px;
}
/* .h_s1left P{
    color: #2A2A2A;
} */
.sec-1H3 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.s1_form {
    margin: 21px 0 18px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
.s1_form .form-group{
    display: flex;
    gap: 10px;
}
.s1_form .form-group button {
    background: #F45D48;
    border: 0;
    color: #fff;
    padding: 0px 18px;
    border-radius: 6px;
    font-size: 15px;
}
.btn_wrap a.link{
  color: #F45D48;
}
.link_call{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #fff;
  padding: 7px 14px;
  border-radius: 3px;
}
.s1_form .form-group input{
    width: 50%;
}

.h_s1right , .h_s1left{
    z-index: 1;
    position: relative;
}
.h_s1left .s1_form {
  justify-content: start;
}
/* .h_s1right.about img {
  height: 450px;
  width: 450px;
} */
#bnr_lottie {
    transform: scale(0.8);
    height: 532px;

  }
.h_s1left::before{
    /* z-index: -1; */
    /* content: ""; */
    height: 671px;
    width: 671px;
    position: absolute;
    bottom: -142px;
    left: -243px;
    /* background: url(../img/h_s1left.png) no-repeat center/cover; */
    background: linear-gradient(216deg, rgba(241,248,253,1) 0%, rgba(240,249,252,1) 57%);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.6;
}
a.on {
    background: #F45D48;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    padding: 9px 22px;
}

a.chats {
    background: transparent;
    border: 1px solid #F45D48;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    color: #F45D48;
    padding: 9px 22px;
}


.defaulth2 {
    font-weight: 600;
    font-size: 39px;
    color: #000;
    margin: 10px 0;
}

.defaulth2 span {
    color: #FF9800;
}

.defaultp {
    color: #5e5e5e;
    margin: 10px 0;
}
.btn_wrap{
    display: flex;
    gap: 12px;
    margin: 18px 0;
    align-items: center;
    flex-wrap: wrap;
}
/* SECTION1 */

/* SECTION2 */
/* .h_sec2{
    background-color: #BBD8FC;
} */
.h_sec2 {
  background: #efefef;
}
.h_sec2 img {
    margin: 24px 0 7px 0;
  }

/* SECTION2 */

/* SECTION3 */
.h_sec3 {
    /* background:  linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%); */
    padding: 80px 0px 70px 0;
  }
  .h_sec2 h2 {
    font-size: 18px;
    color: #062850;
  }
.s3_arrow {
    background: #062850;
    width: 100px;
    border-radius: 20px;
    position: absolute;
    top: -25px;
    left: 32px;
    padding: 0 0 0 8px;
}
.s3_arrow img{
    animation: RL_smooth 1s ease-in-out infinite alternate both;
}
/* @keyframes RL_smooth {
    0% { transform: translateY(0); }
    50% { transform: translateY(5px); }
    100% { transform: translateY(0); }
  } */
.s3_experience{
    background: #F45D48;
}
.s3_experience {
    background: #F45D48;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -28px;
    left: 64px;
    padding: 34px 0px;
    width: 70%;
    border-radius: 10px;
    height: 101px;
    gap: 20px;
  }
  .s3_experience h2 {
    font-size: 73px;
}
  .s3img{
    position: relative;
  }
.s3_experience p , .s3_experience h2{
    margin: 0;
}
/* SECTION3 */

/* SECTION4 */
/* .h_sec4{
    background: url(../img/s4bg.png) no-repeat center/cover;
} */
/* .h_s4_left {
    margin: 30px 0 0 0;
} */
.h_s4_left {
  height: 257px;
}
.h_s4_left h3{
    color: #F45D48;
}
.h_s4_right{
    position: relative;
    z-index: 1;
    display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -156px;
}
.h_s4_right::before{
  z-index: -1;
  border-radius: 50%;
  content: "";
  /* background: linear-gradient(0deg, rgba(18,49,86,1) 20%, rgba(46,78,112,1) 92%); */
  background: linear-gradient(180deg, rgb(244, 93, 72) 0%, rgba(244,93,72,0) 100%);
  height: 445px;
  width: 445px;
  position: absolute;
  top: 1px;
  right: 113px;
  opacity: 0.5;
  transform: rotate(155deg);
}
#serv_lottie {
  height: 458px;
  /* width: 403px; */
}
.home_slider1 .slick-dots li {
  margin: 0 13px;
}
.home_slider1 .slick-dots li.slick-active button{
  background: #fff;
  border: 1px solid #707070;
}
.home_slider1 .slick-dots li button {
  background: #F45D48;
  border: 1px solid #F45D48;
  border-radius: 50%;
  width: 18px;
  height: 19px;
  position: relative;
}
.home_slider1 .slick-dots li:last-child button::after{
  display: none;
}
.home_slider1 .slick-dots li button::after {
  content: '';
  background: #707070;
  height: 40.5px;
  width: 1px;
  position: absolute;
  top: -13px;
  left: 36px;
  transform: rotate(90deg);
  z-index: -1;
}
.home_slider1 .slick-dots li button::before{
  display: none;
}
.home_slider1 .slick-dots {
  top: -100px;
  right: 520px;
  transform: rotate(90deg);
}
/* SECTION4 */
/* SECTION5 */
.h_sec5{
    background: #F45D48;
}
.h_sec5 .s1_form form{
    margin: 0;
    display: flex;
    justify-content: end;
}
.h_sec5 .s1_form input {
    background: transparent;
    color: #fff;
}
.h_sec5 .s1_form input::placeholder{
    color: #fff;
}
.h_sec5 .s1_form button{
    background: #021020;
}
/* SECTION5 */

/* SECTION6 */
/* .h_sec6{
    background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%); 
} */
.h_s6box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .h_s6box {
      /* background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(240, 254, 255) 92%); */
      background: #ECECEC;
      padding: 15px 14px 40px 14px;
    border-radius: 20px;
    /* box-shadow: 0 0 5px 0 #00000038; */
    margin: 14px 0 0 0;
}

.res_slider .slick-dots li.slick-active button::before{
  background: transparent;
  width: 23px;
}
.res_slider .slick-dots li button::before{
    background: #062850;
    color: transparent !important;
    border-radius: 8px;
    width: 19px;
    border: 1px solid #062850;
    opacity: 1;
    height: 14px;
    transition: 0.5s;
    margin: 15px 0 0 0;
}
.h_s6box img {
  height: 70px;
}
.h_s6box a{
  text-decoration: underline;
  height: 250px;
  overflow: auto;
}
.h_s6box p{
    line-height: 30px;
    height: 241px;
    overflow: auto;
    padding: 0 8px;
    }
    .h_sec6 .col-lg-4.col-md-6.col-sm-12 {
        padding: 0 32px;
    }
    .work_lottie{
        height: 110px;
        /* width: 110px; */
    }
    /* SECTION6 */
    /* SECTION7 */
    /* .h_sec7{
        background: #DDEDFF;
    } */
    .h_s7left p{
        margin: 0 0 20px 0 ;
    }
    .h_s7left ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 20px 0 0 0;
      }
    .h_s7left ul li span.num {
      color: #F45D48;
      font-weight: 700;
      font-size: 20px;
    }
    .color{
        color: #F45D48;
    }
    .h_s7right ul li {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 16px 0 0 0;
    }
    /* .h_s7right ul li p {
      height: 74px;
      overflow: auto;
    } */
    .read_more {
      color: #0d6efd !important;
      cursor: pointer;
    }
    #dots1, #dots2 ,  #dots3 {
      display: inline;
  }

  #more1, #more2 , #more3 {
      display: none;
  }
    .h_s7right ul li h3{
        font-weight: 600;
        font-size: 23px;
    }
    .h_s7right ul li div.img{
        flex-shrink: 0;
        position: relative;
        isolation: isolate;
    }
    /* .h_s7right ul li div.img.arrow::after{
        content: '';
        background: #2a2a2a;
        height: 107px;
        width: 1px;
        position: absolute;
        top: 73px;
        left: 57px;
        z-index: -1;
      } */
    .h_s7right ul li div img{
        transform: scale(0.8);
    }
    /* SECTION7 */

    /* Altersec1 */
    .altersec_1{
        background: url(../img/a_bg1.png) no-repeat center/cover;
    }
    .altersec_1 a.on {
      background: #021020;
    }
    .altersec_1 h6 {
        padding: 12px 0 0 0;
        font-size: 22px;
      }
    /* Altersec1 */
    
    /* Altersec2 */
    .a2_left .achievement ul {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -32px;
        gap: 68px;
        left: 5px;
      }
    .a2_left {
      position: relative;
      margin: 20px 0 0 0;
    }
    .a2_left .achievement ul li {
        /* background: #021020; */
        text-align: center;
        padding: 3px 21px;
        border-radius: 20px;
        background: #F45D48;
        width: 200px;
    }
    .a2_left .achievement ul li h2 {
        font-size: 36px !important;
    }
    .a2_left .achievement ul li h2 , .a2_left .achievement ul li p{
        margin: 0 !important;
    }
    .clr_3{
        color: #207DE9;
    }
    .clr_1{
        color: #F45D48;
    }
    .a2_right .a2box{
        padding: 12px 0 0 0;
    }
    .a2boximg{
        height: 62px;
        width: 62px;
    }
    .a2_right .a2box h6 {
        color: #F45D48;
        padding: 12px 0 0 0;
      }
    /* Altersec2 */

    /* Altersec3 */
    .a3_box {
        background: #ececec;
        text-align: center;
        padding: 29px 25px 34px 25px;
        margin: 26px 30px 0 30px;
        border-radius: 7px;
        position: relative;
        transition: 0.7s;
    }
    .alter_sec1.home .a3_box {
      background: #ececec;
    }
    .alter_sec1.home .a3_box img {
      height: auto;
      width: auto;
    }
    .a3_box.income_tax h3 {
      height: 80px;
      overflow: hidden;
    }
    /* .a3_box img {
      height: 70px;
    } */
    .a3_box p {
      line-height: 35px;
      height: 174px;
      padding: 0 8px 15px 8px;
      overflow: auto;
    }
    /* .a3_box:hover img{
      filter: invert(1) brightness(100);
    } */
    /* .a3_box:hover{
        background: #f45d48;
    } */
    /* .a3_box:hover hr{
        background: #021020;
    } */
    .a3_box h3 {
        font-weight: 600;
        padding: 16px 0 4px 0;
        font-size: 22px;
    }
    .a3_box hr {
        height: 4px;
        background: #f45d48;
        opacity: 1;
        transform: scaleX(0.4);transition: 0.7s;
      }
    .a3_box .btn_wrap {
        position: absolute;
        bottom: -54px;
        left: 50%;
        translate: -50% -50%;
      }
    /* Altersec3 */
    /* SECTION8 */
    /* .h_sec8{
        background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%); 
    } */
    .h_sec8 .container{
        position: relative;
    }
    .s8round {
        animation: rotateAnimation 154s linear infinite;
        position: relative;
        height: 544px;
        width: 544px;
      }
    /* @keyframes rotateAnimation {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      } */
        .s8round::before {
            /* background: #ddedff; */
            background: #FFE3DF;
            content: "";
            height: 544px;
            border-radius: 50%;
            width: 544px;
            position: absolute;
            top: 19px;
            right: -23px;
        }
      .round {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .round h5 {
        position: absolute;
        font-size: 11px;
        text-align: center;
        color: #F45D48;
        font-weight: 700;
      }
    .s8_logo_round {
        position: absolute;
        top: 139px;
        right: 204px;
        translate: 0 2px;
        background: #fff;
        height: 300px;
        width: 300px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .s8_logo_round img {
        height: 50px;
      }
    .h_one {
        translate: 76px 85px;
        /* animation: rotateAnimationbox 154s linear infinite; */
      }
      .h_two {
        translate: -1px 126px;
        animation: rotateAnimationbox 154s linear infinite;
      }
    .h_three {
        translate: 0px 224px;
        /* animation: rotateAnimationbox 154s linear infinite; */
      }
      .h_four {
        animation: rotateAnimationbox 154s linear infinite;
        translate: 74px 267px;
      }
      /* @keyframes rotateAnimationbox {
        0% {
          transform: rotate(360deg);
        }
        100% {
          transform: rotate(0deg);
        }
      } */
      .h_five {
        translate: 33px 471px;
        /* animation: rotateAnimationbox 154s linear infinite; */
      }
      .h_six {
        translate: 33px -14px;
        animation: rotateAnimationbox 154s linear infinite;
      }
    .h_seven {
        translate: 52px 320px;
        /* animation: rotateAnimationbox 154s linear infinite; */
      }
      .h_eight {
        translate: 43px 114px;
        animation: rotateAnimationbox 154s linear infinite;
      }
      .h_nine {
        translate: -27px -27px;
        /* animation: rotateAnimationbox 154s linear infinite; */
      }
      .h_ten {
        translate: -25px 260px;
        animation: rotateAnimationbox 154s linear infinite;
      }
      
      /* .h_ten {
        translate: 0 232px;
      } */
    /* SECTION8 */
    /* SECTION9 */
    .h_sec9{
      padding-top: 39px;
    }
    /* SECTION9 */
    /* SECTION10 */
    /* .h_sec10{
        background: linear-gradient(0deg, rgba(255,255,255,1) 6%, rgba(221,237,255,1) 41%, rgba(225,239,255,1) 64%, rgba(255,255,255,1) 88%); 
    } */
    .name_rate p {
        margin: 0;
    }
    .name_rate {
        display: flex;
        align-items: end;
        justify-content: space-between;
        margin: 30px 0 0 0;
      }
      .name_rate div p:nth-child(1) {
        color: black;
        font-style: italic;
        font-size: 14px;
      }
    .name_rate p i{
        color: #E5DF23;
    }
    .testi_box {
        background: #fff;
        padding: 66px 21px 38px 21px;
        box-shadow: 0 0 6px 0 #0000005c;
        border-radius: 10px;
        margin: 28px 0 0 0;
        position: relative;
    }
    .testi_box p.defaultp.text {
      height: 200px;
      overflow: auto;
      padding: 0 6px;
    }
    .testi_box img {
        position: absolute;
        top: -66px;
        transform: scale(0.7);
        left: 0;
      }
      .testi_slider{
        overflow: hidden;
      }
      .testi_slider .slick-track .slick-slide.slick-active , .testi_slider .slick-track .slick-slide.slick-current {
        opacity: 1;
      }
      .testi_slider .slick-track .slick-slide {
        padding: 31px 7px 13px 20px;
        opacity: 0.5;
        transition: 0.5s;
      }
      .testi_slider .slick-track .slick-slide:nth-child(2n+1) {
        margin: 45px 0 0 0;
      }
    /* SECTION10 */

    /* SECTION11 */
    .h_sec11 img {
        margin: 26px 0 0 0;
      }
    /* SECTION11 */
    /* CONTACT PAGE CSS */
    /* .c_sec2{
      background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%);
    } */
    .c_s2_ul {
      margin: 40px 0 0 0;
    }
    .c_s2_ul li .child_1 {
      display: flex;
      width: 408px;
      background: #F45D48;
      align-items: center;
      justify-content: space-between;
      padding: 5px 21px 12px 0px;
      border-radius: 10px;
    }
    .c_s2_ul li .child_1 h3{
      margin: 19px 0 0 20px ;
      font-size: 19px;
    }
    .c_s2_ul li .child_1 img {
      opacity: 0.15;
      height: 86px;
      filter: invert(5%) sepia(20%) saturate(5539%) hue-rotate(193deg) brightness(92%) contrast(100%);
    }
    .c_s2_ul li {
      position: relative;
      margin: 59px 0 0 0;
    }
    .c_s2_ul li .child {
      position: absolute;
      width: 195px;
      height: 54px;
      background: #021020;
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 10px;
      top: -38px;
    }
    .c_s2_ul li .child img{
      height: 39px;
    }
    .c_s2_ul li .child h6 {
      font-size: 20px;
      margin: 0;
    }
    .sec_form {
      padding: 33px 21px 72px 22px;
      /* margin: 0px 0 0 132px; */
      border-radius: 11px 0px 0px 11px;
    }
    .sec_head h3 {
      font-weight: 600;
    }
    .sec_form form input, .sec_form form textarea {
      margin: 28px 0 0 0;
      border: 0;
      border-bottom: 2px solid #0000003d;
      border-radius: 0px;
      resize: none;
      background: transparent;
    }
    .sec_form form textarea {
      height: 145px;
    }
    .sec_form form button {
      background: #f45d48;
      color: #fff;
      margin: 26px 0 0 0;
    }
    
    /* CONTACT PAGE CSS */
    /* INNER PAGE CSS */

    .i_sec1{
        /* background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%); */
        padding: 30px 10px;
    }
    .i_sec1 .h_s1left::before{
        display: none;
    }
    .i_sec2{
      /* background: url(../img/bookkeeping_page/z_bg.png) no-repeat ; */
      /* background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%); */
      background-position: bottom;
    }
    /* .i_sec2 img{
      display: none;
    } */
    /* .i_sec3{
      background: url(../img/bookkeeping_page/s3bg.png) no-repeat center/cover;
    } */
    /* .i_sec3.income_tax{
      background: url(../img/Incometax_page/s3bg.png) no-repeat center/cover;
    } */
    .i_sec3.salestax{
      background: url(../img/salestax_page/s3bg.png) no-repeat center/cover;
    }
    .i_sec3.payroll{
      background: url(../img/payroll_page/s3bg.png) no-repeat center/cover;
    }
    .i_sec3.business_service{
      background: url(../img/business_service_page/s3bg.png) no-repeat center/cover;
    }
    .i_sec3.stock_admin{
      background: url(../img/stock_admin_page/s3bg.png) no-repeat center/cover !important;
    }
    .i_sec3.cfo_service{
      background: url(../img/cfoservice_page/s3bg.png) no-repeat center/cover;
      /* height: 446px;
      margin: 0 0 180px 0; */
      overflow: visible;
    }
    .i_sec3.rd_tax{
      background: url(../img/rd_tax_page/s3bg.png) no-repeat center/cover;
    }
    .i_s3_slide .i_s3icon {
        display: flex;
        align-items: center;
        padding: 7px;
        border-radius: 6px;
        margin: -21px 0 0 -14px;
        transition: 0.7s;
        gap: 22px;
      }
      .i_s3_slider .slick-current .i_s3_slide {
          border: 1px solid #021020;
      }
      .i_s3_slide p {
        height: 160px;
        overflow: auto;
        padding: 0 10px;
      }
      section.i_sec3.rd_tax .i_s3_slide h3 {
        height: 70px;
        align-items: center;
        display: flex;
    }
      .i_s3_slide {
            border: 1px solid transparent;
          /* background: #ffffff40; */
          position: relative;
          padding: 21px 23px 30px 24px;
          border-radius: 7px;
          isolation: isolate;
          margin: 19px 0px;
          transition: 0.7s;
          display: flex !important;
          flex-direction: column;
          align-items: baseline;
          justify-content: center;
        }

        /* .i_s3_slide::before {
            content: "";
            background: #207DE9;
            position: absolute;
            width: 78%;
            height: 80%;
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50%;
            filter: blur(38px);
            transition: 0.7s;
        } */
    .i_s3_slide h3 {
      color: #021020;
      font-size: 22px;
      margin: 15px 0;
      font-weight: 600;
    }
    /* .i_s3_slider .slick-list{
        width: 130%;
    } */
    .i_s3_slider .slick-slide {
        margin: 0 -15.5px !important;
        padding: 0 11px 0 21px;
    }
      .i_s3_slider .slick-dots li.slick-active button::before {
          background: #fff;
          width: 23px;
        }
        .i_s3_slider .slick-dots li button::before {
            background: #021020;
            color: transparent !important;
            border-radius: 8px;
            width: 19px;
            border: 1px solid #021020;
            opacity: 1;
            height: 14px;
            transition: 0.5s;
      }
      .a_i1box {
          margin: 44px 0 0 0;
          position: relative;
        }
        .a_i1box.arrow::after{
            content: '';
            background: url(../img/bookkeeping_page/arrow.png) no-repeat;
            height: 38px;
            width: 10px;
            position: absolute;
            bottom: -42px;
            left: 0;
        }
      .i_sec4{
        background: url(../img/bookkeeping_page/s4bg.png) no-repeat center/cover;
      }
      .i_sec4.income_tax{
        background: #062850;
      }
      .i_sec4.sales_tax{
        background: #EFEFEF;
      }
      .i_sec4.income_tax a.chats{
        color: #fff;
        border: 1px solid #fff;
      }
      #income_tax_lottie1 {
        height: 470px;
      }
      .i_s4right ul {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 31px;
        margin: 20px 0 0 0;
      }
        .i_s4right ul li{
            width: 19%;
        }
        .i_s4right ul li i{
            color: #f45d48;
        }
        .i_sec5{
            /* background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%); */
            isolation: isolate;
        }
        .i_s5box{
            position: relative;
            margin: 28px 0 0 0;
            padding: 13px 22px;
        }
        .i_s5box p {
          padding: 0 10px;
          height: 171px;
          overflow: auto;
        }
        .i_s5box:hover::before{
            /* background: linear-gradient(303deg, rgb(207, 230, 255) 37%, rgb(207, 230, 255) 46%, rgb(207, 230, 255) 100%); */
            background: linear-gradient(303deg, #F45D487D 37%, #F45D4887 46%, rgb(255, 255, 255) 100%);
            height: 100%;
            width: 100%;
            border-radius: 6px;
            opacity: 1;
            top: 0;
            right: 0;
        }
        .i_s5box::before{
            content: "";
            /* background: linear-gradient(303deg, rgba(207,230,255,1) 37%, rgba(204,228,255,1) 46%, rgba(255,255,255,1) 100%);  */
            background: linear-gradient(303deg, #F45D487D 37%, #F45D4887 46%, rgb(255, 255, 255) 100%);
            height: 288px;
            width: 288px;
            position: absolute;
            top: 43px;
            right: 76px;
            border-radius: 50%;
            opacity: 0.5;
            z-index: -1;
            transition: 0.7s;
        }
        .i_s5box h4 {
            color: #f45d48;
            font-size: 74px;
          }
          /* .i_sec5{
            background: #DDEDFF;
          } */
        .i_s5box h3 {
            font-size: 22px;
            margin: 18px 0 0 0;
            font-weight: 600;
            height: 46px;
          }
          /* .i_sec6{
            background: #DDEDFF;
          } */
          .i_tools_slider .slick-slide {
              margin: 27px 0 0 0;
              padding: 10px 19px;
            }
            .i_tools_slider .slick-slide .tool_slide {
                background: #fff;
                display: flex !important;
                justify-content: center;
                width: 200px !important;
                height: 75px !important;
                border-radius: 11px;
                align-items: center;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
              }
              .i_tools_slider .slick-dots{
                top: 137px;
              }
              .i_tools_slider .slick-dots li.slick-active button::before {
                background: transparent;
                border: 1px solid #F45D48;
                width: 23px;
              }
              .i_tools_slider .slick-dots li button::before {
                  background: #F45D48;
                  color: transparent !important;
                  border-radius: 8px;
                  width: 19px;
                  border: 1px solid #F45D48;
                  opacity: 1;
                  height: 14px;
                  transition: 0.5s;
            }
            /* .i_sec7{
                background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(220,236,255,1) 100%);
            } */
            .i_s7_boxp {
                position: relative;
                left: 60px;
              }
            .i_s7box {
                padding: 17px 28px 17px 28px;
                position: relative;
                margin: 32px 0 0 0;
                isolation: isolate;
                box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                width: 578px;
                border-radius: 12px;
                transition: 0.5s;
                background: #f9f9f94f;
                backdrop-filter: blur(30px);
                border: 1px solid #fff;
            }
            .i_s7box::before {
                content: '';
                background: #646464d6;
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 100%;
                z-index: -1;
                border-radius: 12px;
                opacity: 0.1;
            }
            .i_s7box:hover img{
              filter: invert(1) brightness(100);
            }
            .i_s7box:hover{
                background:#F45D48;
            }
            .i_s7box:hover h3 , .i_s7box:hover p{
                color: #fff;
            }
            .i_s7box p {
              margin: 0;
              height: 0px;
              opacity: 0;
              transition: 0.5s;
            }
            .i_s7box:hover p{
              height: 90px;
              opacity: 1;
            }
              .i_s7box h3 {
                font-size: 21px;
                margin: 10px 0;
              }
              #process_img {
                width: 100%;
                height: 616px;
                object-fit: contain;
                margin: 16px 0 0 0;
              }
            /* .i_s7box::before{
                background: transparent;
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                z-index: -1;
                filter: blur(64px);
            } */
            /* INCOME TAX PAGE */
            .i_sec1 {
              padding: 75px 10px 0 0;
            }
            .i_sec1.payroll{
              padding: 50px 10px 0 0;
            }
            .i_sec1.business_service{
              padding: 50px 10px 0 0;
            }
            .alter_box {
              padding: 0 29px;
              margin: 20px 0 9px 0;
            }
            .alter_box.income_tax img {
              height: 62px;
            }
            .alter_box h3 {
              margin: 7px 0 0 0;
              font-weight: 600;
            }
            .alter_box.income_tax h3 {
              height: 43px;
            }
            .alter_1 .slick-dots li.slick-active button::before ,  .sales_alter_slider .slick-dots li.slick-active button::before{
              background: transparent;
              width: 23px;
            }
            .alter_1 .slick-dots li button::before ,  .sales_alter_slider .slick-dots li button::before{
                background: #062850;
                color: transparent !important;
                border-radius: 8px;
                width: 19px;
                border: 1px solid #062850;
                opacity: 1;
                height: 14px;
                transition: 0.5s;
          }
            .income_tax_serv_box {
              display: flex;
              gap: 20px;
              /* background: #207DE94D; */
              background: #ECECEC;
              padding: 11px 11px;
              border-radius: 8px;
              margin: 25px 10px 20px 10px;
              transition: 0.7s;
            }
            .income_tax_serv_box .it_serv_img_disc p {
              height: 137px;
              overflow: auto;
              padding: 0 10px 0 0px;
            }
            .income_tax_serv_box:hover {
              background: #F45D48;
              color: #fff;
            }
            .income_tax_serv_box:hover p{
              color: #fff;
            }
            .income_tax_serv_box:hover img.arrow{
              opacity: 1;
              width: 100%;
            }
            .income_tax_serv_box .it_serv_img {
              align-items: center;
              display: flex;
              flex-direction: column;
              gap: 15px;
            }
            .it_serv_img_disc {
              margin: 10px 0 0 0;
            }
            .it_serv_img .arrow{
              opacity: 0;
              transition: 0.5s;
              width: 0%;
              transition-delay: 0.4s;
            }
            .income_tax_serv_box .it_serv_img .icon {
              background: #fff;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 5px 7px;
              position: relative;
              top: -10px;
              left: -9px;
              border-radius: 6px;
            }
            .it_serv_img_disc h4 {
              font-weight: 600;
              font-size: 21px;
            }
            /* INCOME TAX PAGE */

            /* SALES TAX PAGE */
            .income_tax_serv_box.salestax {
              background: transparent;
              align-items: flex-start;
              padding: 0 60px 0 60px;
              position: relative;
              z-index: 1;
            }
            .income_tax_serv_box.salestax:hover p{
              color: #707070;
            }
            .income_tax_serv_box.salestax.one::before{
              content: '';
              position: absolute;
              top: 20px;
              left: 93%;
              background: url(../img/salestax_page/s3lines.png) no-repeat;
              height: 284px;
              width: 100%;
              display: block;
            }
            .income_tax_serv_box.salestax .it_serv_img .icon{
              top: 0;
              left: 0;
              height: 80px;
              width: 80px;
              background: #ECECEC;
            }
            .income_tax_serv_box .it_serv_img .lines {
              position: relative;
              top: -107px;
              opacity: 0;
              transition: 0.5s;
              z-index: -1;
            }
            .income_tax_serv_box:hover .it_serv_img .lines {
              top: 0px;
              opacity: 1;
            }
            .income_tax_serv_box.salestax .it_serv_img_disc{
              margin: 0;
            }
            .income_tax_serv_box.salestax .it_serv_img_disc p{
              line-height: 31px;
              overflow: auto;
            }
            /* .income_tax_serv_box.salestax .it_serv_img .icon .arrow{
              width: 100% !important;
              height: 0%;
            }
            .income_tax_serv_box.salestax:hover .it_serv_img .arrow{
              height: 100%;
            } */
            .alter_it_box {
              background: #EFEFEF;
              border-radius: 10px;
              padding: 15px 21px;
              margin: 15px 0 15px 0;
            }
            .alter_it_box .alter_top {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin: 0 0 4px 0;
            }
            .alter_it_box .alter_top h3 {
              display: flex;
              align-items: baseline;
              height: 47px;
              font-size: 23px;
            }
            .alter_it_box p {
              height: 108px;
              overflow: auto;
            }
            .alter_it_box .alter_top .icon {
              background: #207DE9;
              height: 72px;
              width: 72px;
              border-radius: 10px;
              padding: 6px 7px;
              position: relative;
              left: 20px;
              top: -15px;
            }
            .alter_it_box.salestax .icon {
              height: 65px;
              width: 65px;
              padding: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-shrink: 0;
              background: #f45d48;
            }
            .alter_it_box.salestax .icon img{
              filter: invert(1) brightness(100);
              height: 50px;
              width: 50px;
              object-fit: contain;
            }
            .sales_alter_slider .slick-slide {
              padding: 0 16px;
            }
            /* SALES TAX PAGE */

            /* BUSSINESS SERVICE PAGE */
            .bs_alter_box {
              text-align: center;
            }
            .bs_alter_box h3 {
              font-size: 21px;
              height: 30px;
            }
            .bs_alter_box p {
              font-size: 15px;
            }
            .a_i_sec1 .bs_alter_box h3 {
              height: 46px;
            }
            .income_tax_serv_box.bussines_serv .icon {
              height: 80px;
              width: 80px;
            }
            .income_tax_serv_box.bussines_serv p {
              height: 123px;
              overflow: auto;
            }
            /* BUSSINESS SERVICE PAGE */
            /* PAYROLL PAGE */
            
            .i_s3_slider .slick-slide {
              padding: 0 100px 0 7px;
            }
            .i_s3_slider .slick-current .payroll_alter {
              background: #021020;
              color: #fff ;
            }
            .i_s3_slider .slick-current .payroll_alter p{
              color: #fff;
              padding: 0 10px;
            }
            .payroll_alter {
            background: #ECECEC;
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 72px 28px 42px 28px;
            text-align: center;
            /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
            margin: 38px 36px;
            position: relative;
            transition: 0.7s;
            isolation: isolate;
            border-radius: 7px;
          }
          .payroll_alter p.defaultp {
            height: 148px;
            line-height: 35px;
            overflow: auto;
          }
          .payroll_alter h3 {
            font-size: 22px;
            margin: 11px 0 8px 0;
            font-weight: 600;
            height: 40px;
            /*! display: flex; */
            /*! align-items: center; */
            /*! flex-direction: column; */
            transition: 0.7s;
          }
          .i_s3_slider .slick-current .payroll_alter img{
            filter: invert(45%) sepia(93%) saturate(1001%) hue-rotate(329deg) brightness(94%) contrast(103%); 
          }
          .payroll_alter .icon {
              height: 95px;
              width: 95px;
              border: 1px solid #000;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              overflow: hidden;
              padding: 0 0;
              position: absolute;
              top: 0;
              top: -23px;
              background: #fff;
              transition: 0.7s;

            }
            .payroll_alter .icon img{
                height: 60px;
                transition: 0.5s;
                filter: invert(1) brightness(0);
                /* filter: invert(2%) sepia(72%) saturate(4583%) hue-rotate(202deg) brightness(121%) contrast(98%); */
            }
            .payroll_tax_serv_box {
              background: #ECECEC;
              padding: 20px 22px;
              border-radius: 10px;
              margin: 17px 24px 0 24px;
              transition: 0.5s;
              backdrop-filter: blur(13px);
            }
            .payroll_tax_serv_box .payroll_serv_disc p {
              padding: 0 10px;
              height: 236px;
              overflow: auto;
            }
            /* .payroll_tax_serv_box:hover{
              background: #f45d48;
              color: #fff;
            }
            .payroll_tax_serv_box:hover p{
              color: #fff;
            } */

            .payroll_tax_serv_box .icon {
              background: #fff;
              width: 70px;
              height: 70px;
              border-radius: 10px;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 6px 10px;
              position: relative;
              top: -18px;
              right: 20px;
            }
            .payroll_serv_disc {
              margin: 10px 0 0 0;
            }
            .payroll_serv_disc p {
              line-height: 30px;
            }
            /* PAYROLL PAGE */

            /* CFO SERVICE PAGE */
            /* .cfo_serv_box {
              background: #207de963;
              padding: 29px 35px;
              border-radius: 12px;
              margin: 0 0;
              backdrop-filter: blur(30px);
            } */
            .cfo_serv_box {
              background: #ECECEC;
              padding: 29px 35px;
              border-radius: 12px;
              margin: 0 0;
              backdrop-filter: blur(7px);
            }
            .cfo_serv_box img {
              width: 70px;
            }
            .cfo_serv_box h3{
              font-weight: 600;
            }
            .cfo_serv_box p {
              padding: 0 10px;
              line-height: 33px;
              overflow: auto;
              height: 271px;
            }
            .cfo_serv_box_inner{
              display: flex;
              align-items: center;
              justify-content: space-between;
            }
            .i_sec3.cfo_service .i_s3_slider .slick-slide {
              margin: 26px 0px !important;
              padding: 0 65px 0 0px;
            }
            .i_sec3.cfo_service .i_s3_slider .slick-dots li.slick-active button::before {
              border: 1px solid #021020;
              width: 23px;
              background: #fff;
            }
            .i_sec3.cfo_service .i_s3_slider .slick-dots li button::before {
                background: #021020;
                color: transparent !important;
                border-radius: 8px;
                width: 19px;
                opacity: 1;
                height: 14px;
                transition: 0.5s;
          }
            /* CFO SERVICE PAGE */




    /* INNER PAGE CSS */
        /* FOOTER  */

    footer {
        position: relative;
        width: 100%;
        background: #fff;
        overflow: hidden;
        isolation: isolate;
    }
    footer::before {
        content: "";
        /* background: linear-gradient(48deg, rgba(61,127,202,1) 20%, rgba(76,190,186,0.10686281348476889) 100%); */
        height: 954px;
        width: 956px;
        position: absolute;
        top: -60px;
        left: -95px;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.4;
      }

      footer .foot_bot .row {border-top: 1px solid #2a2a2a54;padding-top: 15px;align-items: center;}
      
.foot_box.foot_box_social ul {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.foot_box.foot_box_social ul li:before {
    display: none;
}

.foot_box.foot_box_social ul li {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_box.foot_box_social ul li a i {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_box.foot_box_social h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 20px;
}

.foot_box {
    width: 100%;
}

.foot_box p {
    color: #5e5e5e !important;
    font-size: 14px;
}

.foot_box h3 {
    margin: 0 0 8px;
    color: #2A2A2A;
    font-weight: 400;
    padding-bottom: 8px;
    position: relative;
    font-size: 18px;
}

.foot_box ul {
    padding: 0 0 0 18px;
    list-style: none;
    margin-bottom: 8px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
    color: #5e5e5e;
}
.foot_top img[src="img/logo.svg"] {
  height: 50px;
}
.foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #2A2A2A;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
}

.foot_box ul li a {
    color: #5e5e5e;
    transition: linear .2s;
    font-size: 13px;
}

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #2A2A2A;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #2A2A2A;
}

.foot_box2 ul li {
    color: #2A2A2A;
    padding: 0 0 10px;
}

.foot_box h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 25%;
    background: #2A2A2A;
}

/* .foot_box img {
    margin-top: 10px;
} */

.foot_box2 ul li a {
    color: #2A2A2A;
    font-size: 12px;
}
.foot_box.resource ul {
    columns: 2;
  }
.foot_box2 ul li {
    list-style: none;
}
.foot_bot a {
    color: #2a2a2a;
  }
.foot_bot {
    background: transparent;
    padding: 0px 0 10px;
  }
.foot_bot p {
    text-align: center;
    color: #5e5e5e !important;
    margin: 0;
}
.foot_box ul.ul1 {
  columns: 2;
}
.company_sec1.company {
  color: #000 !important;
  padding: 90px 0 0 0;
}

/*pricing*/
.pricing-main-col {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
}

.pricing-box {
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 20px;
    box-shadow: 0px 0px 8px 0px #00000017;
    transition: all .5s ease-in-out;
}

.pricing-box h3 {
    font-size: 30px;
    font-weight: bold;
}

.pricing-box p {
    font-size: 15px;
}

.pricing-amount {
    padding: 20px 0 0px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.pricing-amount h4 {
    font-size: 25px;
    font-weight: bold;
}

.pricing-amount p {
    font-size: 14px;
    color: #777;
}

.pricing-box ul li {
    font-size: 15px;
    color: #5e5e5e;
    font-weight: 400;
}

.pricing-box ul {
    padding: 0 0 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px 0;
}

.pricing-tab-sec nav {
    margin-bottom: 0;
}

.pricing-tab-sec div#nav-tab {
    text-align: center;
    border: 0;
    justify-content: center;
    gap: 0 20px;
    padding: 25px 0;
}

.pricing-tab-sec div#nav-tab .nav-link.active, .pricing-tab-sec div#nav-tab .nav-link:hover {
    background: #f45d48;
    color: #fff;
}

.pricing-main-sec {
    padding: 50px 0 0;

}

.pricing-main-sec .hd-txt {
    text-align: center;
}

.pricing-main-sec .hd-txt h2 {
    width: 70%;
    margin: 0 auto;
}

.pricing-main-sec .hd-txt p {width: 60%;margin: 0 auto;padding-top: 10px;}

.pricing-box .btn_wrap {
    margin-bottom: 0;
}

.pricing-tab-sec div#nav-tab .nav-link {
    border-radius: 5px;
    padding: 9px 22px;
    border: 1px solid #f45d48;
    color: #000;
}
.pricing-tab-sec div#nav-tab .nav-link span {
    font-weight: bold;
    font-size: 14px;
}
.pricing-box:hover {
    background: #f45d48;
}

.pricing-box:hover h3, .pricing-box:hover p, .pricing-box:hover h4, .pricing-box:hover li {
    color: #fff;
}

.pricing-box:hover .btn_wrap .popup-btn {
    color: #000;
    border: 1px solid #fff;
    background: #fff;
}

.pricing-box:hover .btn_wrap .chats {
    background: #000;
    color: #fff;
}

.pricing-box:hover .btn_wrap .popup-btn:hover {
    background: #000;
    color: #fff;
}

.pricing-box:hover .btn_wrap .chats:hover {
    background: #fff;
    color: #000;
}

section.i_sec1.pricing-bnr-sec .h_s1right.about img {
    width: 80%;
    margin: 0 auto;
    display: table;
}



/*pricing*/


/* @media (max-width:1650px){
  .home_slider1 .slick-dots {
    top: -108px;
    right: 474px;
  }
} */
@media (max-width:1550px) {
  .home_slider1 .slick-dots {
    top: -110px;
    right: 518px;
}
}
@media (max-width:1450px) {
  .h_s6box p {
    height: 183px;
  }
  .h_s6box {
    padding: 15px 14px 15px 14px;
  }
  .home_slider1 .slick-dots {
    top: -90px;
    right: 508px;
  }
    .s8round , .s8_logo_round{
        transform: scale(0.9);
    }
    .s8_logo_round {
        position: absolute;
        top: 136px;
        right: 209px;
      }
    .s8round::before {
        top: 22px;
        right: -17px;
    }
    .alter_box.income_tax h3 {
      height: 29px;
      font-size: 22px;
      margin: 17px 0 0 0;
    }
    .a3_box {
      /* background: #062850;
      text-align: center; */
      padding: 20px 25px 34px 25px;
      margin: 12px 30px 0 30px;
      /* border-radius: 7px;
      position: relative;
      transition: 0.7s; */
    }
    .alter_sec2 {
      padding-bottom: 0 !important;
    }
    .a2_left {
      transform: scale(0.8);
      margin-top: -40px;
    }
    .s8_logo_round , .s8round{
      transform: scale(0.83);
      
    }
}
@media (max-width:1399px) {
  .bs_alter_box h3 {
    font-size: 19px;
  }
  .cfo_serv_box h3 {
    font-size: 22px;
  }
  .alter_it_box .alter_top h3 {
    font-size: 20px;
  }
  .a3_box h3 {
    font-size: 21px;
  }
  .a_i1box p {
    height: 76px;
    overflow: auto;
    padding: 0 6px;
  }
  .i_s4right ul li {
    width: 25%;
  }
  .i_s3_slider .slick-slide {
    padding: 0 35px 0 7px;
  }
  .h_s4_right::before {
    top: -9px;
    right: 48px;
  }
  .h_s6box h3 {
    font-size: 22px;
  }
  .h_s6box img {
    transform: scale(0.8);
  }
  .s8_logo_round {
    right: 119px;
  }
  .a2_left .achievement ul {
    gap: 14px;
  }
  .defaulth2 {
    font-size: 34px;
  }
}
@media (max-width:1240px) {
  .home_slider1 .slick-dots {
    top: 0;
    right: 421px;
}
}
@media (max-width:991px) {
  .testi_slider .slick-track .slick-slide {
    padding: 31px 20px 13px 20px;
  }
  .a3_box hr{
    display: none;
  }
  .h_s4_left {
    height: auto;
  }
  .a2box {
    text-align: center;
  }
  .a2_left .achievement ul{
    display: none;
  }
  .alter_sec1.home {
    padding: 34px 0 0 0 !important;
  }
  .alter_sec1.home .a3_box {
    margin: 22px 9px;
  }
  .foot_box ul.ul1 {
    columns: 1;
  }
  .mob_hide{
    display: none !important; 
  }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #122441;
        padding: 0 10px;
    }

    #navbarBelow .navbar-toggler {
        order: 1;
    }
}
/* .h_sec8 {
  padding: 0 !important;
} */
@media (max-width:767px) {
  section.i_sec3.rd_tax .i_s3_slide h3 {
    margin: 0;
    height: 34px;
  }
  footer .foot_bot .row p {
    justify-content: center !important;!i;!;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.foot_bot .d-flex.align-items-center.justify-content-end.gap-3 {
    justify-content: center !important;!i;!;
}

.foot_box.foot_box_social ul {
    margin: 10px 0;
}
  .i_sec1 {
    padding: 15px 10px 0 0;
}
  .h_sec1 .container , .i_sec1 .container {
    padding-bottom: 0 !important;
  }
  section.i_sec3.salestax {
    padding-top: 0 !important;
}
  .i_sec5.sales_tax {
    padding-top: 0 !important;
}
  section.i_sec3.income_tax {
    padding-top: 0 !important;
}
  .h_s4_left .btn_wrap a.link {
    display: none;
  }
  .i_sec3.bookkeeping {
    padding-top: 0 !important;
  }
  .i_sec3.bookkeeping .i_s3_slide h3{
    margin: 0 !important;
  }
  .h_sec7{
    padding: 0 0 30px  0!important;
  }
  .h_sec2 {
    padding: 15px 0 9px 0 !important;
  }
    .navbar-brand img {
        max-height: 30px;
    }
    .h_sec8 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        margin: 32px 0 0 0;
        text-align: center;
      }
      .s1_form .form-group{
        justify-content: center;
        margin: 0;
      }
      .sec-1H3 {
        font-size: 26px;
        line-height: normal;
      }
      .sec-1H3 span::before {
        top: 3px;
        left: -5px;
        height: 38px;
        width: 99px;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
      .h_sec2 .slick-slide , .h_sec9 .slick-slide , .h_sec11 .slick-slide{
        display: flex !important;
        justify-content: center;
      }
      .h_sec3 , .h_sec4 , .h_sec5 , .h_s7left , .h_s8left{
        text-align: center;
      }
      .s3_experience {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: 17px 0;
      }
      .h_s4_right::before {
        display: none;
      }
      .h_s6box {
        margin: 14px 0 10px 0;
      }
      .h_s7left ul li{
        justify-content: center;
      }
      .h_s7right ul li{
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
      }
      .s8round , .s8_logo_round{
        display: none;
      }
      .testi_slider .slick-track .slick-slide:nth-child(2n+1) {      
          margin: 0 0 0 0;
      }
      .i_sec2 , .i_sec3 {
        text-align: center;
      }
      .i_s5box , .i_s7box{
        display: flex !important;
        align-items: center;
        flex-direction: column;
        text-align: center;
      }
      .i_s7_boxp.res_slider .slick-slide {
        padding: 0 20px 20px 20px;
      }
      .i_tools_slider .slick-slide {
        display: flex !important;
        justify-content: center;
      }
      .i_s5box::before{
        right:23px;
        
      }
      .i_s3_slider .slick-slide{
        
        padding: 0;
      }
      .i_s3_slider .slick-list {
        width: 100%;
      }
      .i_s4right ul li{
        width: 43%;
        display: flex;
        align-items: baseline;
        gap: 10px;
      }
      .income_tax_serv_box.salestax .it_serv_img_disc p{
        padding: 0 10px;
        height: 162px;
      }
      .i_s5box p{
        padding: 0 10px;
      }
      .alter_it_box.salestax p {
        padding: 0 11px;
      }
      .i_s3_slide {
         margin: 19px 0px;
      }
      .i_s3_slide .i_s3icon{
        flex-direction: column;
      }
      .a_i_sec1 img , .a_i_sec1 .img1{
        display: none !important;
      }
      .a_i1box , .a_i_sec1 , .i_s4right{
        text-align: center;
      }
      .a_i1box.arrow::after , #process_img{
       display: none;
      }
      .desk{
        display: none;
      }
      .mobil{
        display: block;
      }
      .i_s7_boxp{
        left: 0;
      }
      .i_s7box{
        width: auto;
      }
      .it_serv_img_disc {
        margin: 0;
      }
      .income_tax_serv_box {
        flex-direction: column;
      }
      .it_serv_img .arrow {
        display: none;
      }
      .income_tax_serv_box .it_serv_img .icon{
        top: 0;
        left: 0;
      }
      .income_tax_serv_box {
        margin: 25px 0px 20px 19px;
      }
      .a3_box {
        padding: 20px 25px 0px 25px;
      }
      .a3_box p{
        line-height: normal;
        height: 200px;
      }
      .a3_box{
        display: flex !important;
        align-items: center;
        flex-direction: column;
      }
      #income_tax_lottie1{
        display: none;
      }
      .i_sec4.income_tax{
        padding: 20px 0;
      }
      .testi_box img {
        left: 32%;
      }
      .testi_box{
        text-align: center;
      }
      .h_s1right{
        display: none;
      }
      #navbarBelow a{
        color: #fff;
      }
      .income_tax_serv_box .it_serv_img .lines{
        display: none;
      }
      .income_tax_serv_box.salestax{
        align-items: center;
        padding: 0 15px 0 15px;
      }
      .alter_it_box.salestax img {
        display: block !important;
      }
      .i_sec6 {
        padding: 0 0 8px 0 !important;
      }
      .income_tax_serv_box.salestax.one::before {
        display: none;
      }
      .h_sec11.py-5{
        padding: 0 !important;
        padding: 0px 0 30px 0 !important;
      }
      .a2_left {
        margin-top: -6px;
      }
      #navbarNavDropdown {
        margin-right: 0px;
      }
      .i_s3_slider .slick-slide {
        padding: 8px 28px;
      }
      .i_s5box {
        margin: 0 21px;
      }
      .i_s7box p {
        height: 180px;
        opacity: 1;
      }
      .i_s7box:hover p {
        height: 180px;
        opacity: 1;
      }
      .i_sec4.sales_tax {
        padding: 30px 0;
      }
      .payroll_tax_serv_box {
        margin: 17px 4px 0 24px;
        display: flex !important;
        align-items: center;
        flex-direction: column;
        justify-content: center;
      }
      .payroll_tax_serv_box .icon{
        top: -5px;
        right: 0;
      }
      .i_s3_slider .slick-current .payroll_alter{
        margin: 20px 0px 0 0px;
      }
      .i_s3_slider .slick-current .payroll_alter img{
        display: block !important;
      }
      .cfo_serv_box_inner {
        flex-direction: column-reverse;
      }
      .i_sec3.cfo_service .i_s3_slider .slick-slide {
        padding: 0 0px 0 0px;
      }
      section{
        overflow: hidden !important;
      }
      .cfo_serv_box h3 {
        font-size: 21px;
        margin: 15px 0 0 0;
      }
      .i_s3_slide {
        align-items: center;
      }
      .i_s3_slide .i_s3icon {
        margin: 0px 0 0 0px;
      }
      .i_sec3.py-5.stock_admin .payroll_tax_serv_box {
        margin: 0;
      }
      .payroll_tax_serv_box .payroll_serv_disc p {
        height: 166px;
      }
      .h_sec3 {
        padding: 40px 0px 0px 0;
      }
      .h_s4_left p {
        height: 180px;
        overflow: auto;
      }
      .h_s7right {
        display: none;
      }
}
.mobil{
  display: none;
}