@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--main-font-family);
}

html, body{
  overflow-x: hidden;
}

:root{
  --gray-color: #525f7f;
  --box-shadow-button: 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08);
  --box-shadow-button-hover: 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.1), 0 3px 9px 0 rgba(50,50,93,.08), 0 1px 1.5px 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.08);
  --background-service-color: #F0F0F0;
  --main-text-color: #072C46;
  --small-text-color: #797979;
  --yellow-highlighted-color: #FBBD08;
  --main-font-family: 'Lato', sans-serif;
  --button-background-color: linear-gradient(120deg, #395493, #192A53);
  --button-hover-background-color: linear-gradient(120deg, #192A53, #395493);
}


/*aos rotate animation start*/

/*  Animation starts here */
[data-aos='rotate-round'] {
  transform: rotate(-360deg);
  transition-property: transform;
}
/*  Animation ends here */
[data-aos='rotate-round'].aos-animate {
  transform: rotate(0deg);
}

/*aos rotate animation end*/


/*header start*/


header{
    width: 100%;
    background-color: #f8f7ee;
    background-image: linear-gradient(120deg, #f5f4f4, #dad3d3);
    padding-top: 10px;
    z-index: 99;
    border-bottom: 1px solid #707070;
}

.header-wrap{
    width: 90%;
    margin: auto;  
    text-align: center; 
}
.header-wrap .logo img{
    width: 100%;
    position: relative;
    top: 35px;
}
.n-m-r-top-content .d-flex{
  padding-left: 35px;
}
.nifty-sensex-header a{
    text-decoration: none;
    font-size: 16px;
    color: #192A53;
    font-weight: bold;
}
.nifty-sensex-header a:hover{
    color: #003B90;
}
.nifty-sensex-header p{
    padding-right: 16rem;
}
.header-reg-sign p{
    float: right;
}
.header-reg-sign p i{
    font-size: 20px;
}
.header-reg-sign a{
    padding-left: 10px;
    text-decoration: none;
    color: #192A53;
}
.header-reg-sign a:hover{
    color: #003B90
}
.header-reg-sign .header-top-button-1{
    width: 120px;
    height: 40px;    
    border-radius: 5px;
    font-weight: 600;
    border: none;
    background-image: linear-gradient(120deg, #395493, #192A53);
    color: #fff;
    letter-spacing: 1px;
}
.header-reg-sign .header-top-button-1:hover{
  background-image: linear-gradient(120deg, #192A53, #395493);
}
.header-reg-sign .header-top-button-2{
    width: 95px;
    height: 40px; 
    border-radius: 5px;
    font-weight: 600;
    border: none;
    background-image: linear-gradient(120deg, #395493, #192A53);
    color: #fff;
    letter-spacing: 1px;
}
.header-reg-sign .header-top-button-2:hover{
  background-image: linear-gradient(120deg, #192A53, #395493);
}

/*nav menu start*/

.profile-menu { 
    .dropdown-menu{
      right: 0;
      left: unset;
    }
    .fa-fw{
      margin-right: 10px;
    }  
  }
  .toggle-change{
      &::after {
      border-top: 0;
      border-bottom: .3em solid;
      }
  } 

  /* Dropdown Button */
.dropbtn {
    color: #000;
    padding: 10px;
    font-size: 16px;
    border: none;
    font-weight: 600;
    background: transparent;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .mobile-notification img{
    width: 60px;
    padding-right: 10px;
  }


  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(27, 25, 25);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-menu[data-bs-popper]{
    left: -114px !important;
  }

  .dropdown button{
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background-image: linear-gradient(120deg, #395493, #192A53);
  }
  .dropdown img{
    width: 45px;
    margin-left: -3px;
    margin-top: -5px;
  }
.dropdown-content{
  left: -100px;
}

  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  

  
  .navbar-nav .nav-item a{
    color: #192A53 !important;
    font-size: 16px;
    font-weight: 600;
  }
  .navbar-nav .nav-item a:hover{
    color: #003B90 !important;
  }
  .navbar-light .navbar-toggler{
    border: 1px solid #000 !important;
  }
  .n-m-r-bottom-content .dropdown button{
    font-size: 18px;
  }
  .navbar-nav li{
    border-left: 1px solid #888787;    
  }
  .navbar-nav li:first-child{
    border-left: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.navbar-nav i{
    padding-right: 3px;
}
.navbar-nav .list-group-item:hover{
  background-color: #395493 !important;
  border-radius: 4px;
}
.navbar-nav .list-group-item:hover .sub-category-menu{
  color: #fff !important;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
  }
  
  .dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    left: 0;
  }
  .navbar-nav .dropdown-menu a{
    font-size: 13px;
  }

  

/*header end*/


/*banner start*/

.banner{
    width: 100%;
    height: 62vh;
    position: relative;
}
.banner-overlay{
    width: 100%;
    height: 100%;
}
.banner-overlay-wrap{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.b-o-w-content-left{
    background: url('../images/revenue-g5b4772422_1280.png') no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.b-o-w-content-left-overlay{
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
}
.b-o-w-content-left-overlay-content{ 
  width: 70%;
  position: relative;
  padding-left: 25px;
  top: 5%;
  color: #000;
}
.b-o-w-content-left-overlay-content h1{
  font-size: 34px;
  color: #192A53;
}
.b-o-w-content-left-overlay-content p{
  font-size: 17px;
  font-weight: 600;
  padding-top: 10px;
  color: #646464;
}


.b-o-w-content-right-wrap{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-row-gap: 40px;
  padding: 15px 0;
}
.b-o-w-c-right-box-1{
  padding-top: 25px;
  text-align: center;
  border-right: 1px solid #888787;
}
.b-o-w-c-right-box-1 img{
  width: 68px;
}
.b-o-w-c-right-box-1 h5{
  color: #003B90;
  font-weight: bold;
  padding-top: 10px;
  font-size: 18px;
}
.b-o-w-content-left-overlay-content button{
  background-image: linear-gradient(#395493, #192A53);
  width: 300px;
  color: #fff;
  line-height: 40px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  margin-top: 110px;
}
.b-o-w-content-left-overlay-content button:hover{
  background-image: linear-gradient(120deg, #192A53, #395493);
}


/*banner end*/



/*home page middle start*/

.middle{
  width: 100%;
  padding-bottom: 40px;
}

/*home page section 1 start*/

.home-page-section-1{
  width: 100%;
  padding-bottom: 25px;
  background-image: linear-gradient(#192A53 85%, #fff /*#7C007C*/);
  color: #000;
}
.home-page-section1-wrap{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-row-gap: 15px;
  padding-top: 15px;
}
.h-p-s1-box-1{
  color: #fff;
  border-right: 1px solid #888787;
}
.h-p-s1-box-1 h6{
  font-size: 12px;
  padding-top: 10px;
}
.h-p-s1-box-2{
  color: #fff;
  border-right: 1px solid #888787;
}
.stock-more i{
  color: #fff;
  font-size: 25px;
  padding-top: 10px;
  float: right;
}
.stock-stat-down i{
 font-size: 45px;
 color: red;
 margin-right: 8px;
}
.stock-stat-down .s-s-rate{
  color: #fff;
}

.stock-stat-up i{
  font-size: 45px;
  color: green;
  margin-right: 8px;
  margin-top: 8px;
 }
 .stock-stat-up .s-s-rate{
   color: #fff;
 }
 .s-s-research{
  margin-right: 20px;
  margin-top: 25px;
 }

 .market-up-icons{
  animation: Up 1s ease-in-out infinite;
  position: relative;
 }

 .market-downs-icons{
  animation: Down 1s ease-in-out infinite;
  position: relative;
}

@keyframes Up {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes Down {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}



/*home page section 1 end*/


/*home page section 2 start*/

.home-page-section-2{
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
}
.home-page-section-2 hr{
  padding-bottom: 5px;
  width: 8%;
  margin: auto;
  opacity: 1;
  background-image: linear-gradient(120deg, #395493, #192A53);
  margin-top: 20px;
}
.home-page-section-2 h2{
  padding-top: 50px;
  font-weight: bold;
}
.h-p-s2-content{
  padding-top: 25px;
}
.h-p-s2-c-wrap{
  height: 250px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-top: 25px;
  border-radius: 5px;
}
.h-p-s2-c-box-1{
  height: 80px;
  margin: auto;
}
.h-p-s2-content img{
  width: 80px;  
}
.h-p-s2-c-wrap:hover{
  transition: 0.2s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.h-p-s2-content h4{
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
  color: #000;
}
.h-p-s2-content p{
  font-size: 18px;
  line-height: 22px;
}
.h-p-s2-c-box-1 .animated{
  animation-duration: 3s !important;
}


/*home page section 2 end*/



/*home page section 3 start*/

.home-page-section-3{
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
.home-page-section-3 h2{
  padding-top: 50px;
  font-weight: bold;
}
.home-page-section-3 hr{
  padding-bottom: 5px;
  width: 8%;
  margin: auto;
  opacity: 1;
  background-image: linear-gradient(120deg, #395493, #192A53);
  margin-top: 20px;
}
.reg-steps{
  padding-top: 25px;
  margin-top: 30px;
  border-radius: 25px;
}
.reg-step-1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #003B90;
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* background-color: #F44336; */
  transform-origin: bottom;
}
.reg-step-1 p{
  padding-top: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.bounce-5 {
  animation-name: bounce-5;
  animation-timing-function: ease;
}
@keyframes bounce-5 {
  0%   { transform: scale(1,1)    translateY(0); }
  10%  { transform: scale(1.1,.9) translateY(0); }
  30%  { transform: scale(.9,1.1) translateY(-35px); }
  50%  { transform: scale(1,1)    translateY(0); }
  57%  { transform: scale(1,1)    translateY(-7px); }
  64%  { transform: scale(1,1)    translateY(0); }
  100% { transform: scale(1,1)    translateY(0); }
}
.reg-step-title{
  font-size: 18px;
  font-weight: 700;
  
}
.reg-step-title a{
  text-decoration: none;
  color: #707070;
}

/*home page section 3 end*/



/*home page section 4 start*/


.home-page-section-4{
  width: 100%;
  padding-bottom: 25px;
  background-color: #e2ebe7;
}
.home-page-section-4 h2{
  padding-top: 50px;
  font-weight: bold;
  text-align: center;
}
.home-page-section-4 hr{
  padding-bottom: 5px;
  width: 8%;
  margin: auto;
  opacity: 1;
  background-image: linear-gradient(120deg, #395493, #192A53);
  margin-top: 20px;
}
.home-page-section-4 img{
  width: 100%;
  position: relative;
  margin-top: -450px;
}

/*home page section 4 end*/



/*home page faq start*/

.home-page-faq-start{
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
}
/* .home-page-faq-start-overlay{
  width: 100%;
  height: 70vh;
  background: rgba(0, 0, 0, 0.8);
} */
.home-page-faq-start-left #star1{
  width: 25px;
  animation: cssAnimation 2s infinite;
  visibility: hidden;
  position: absolute;
}
@keyframes cssAnimation {
  50% {
    visibility: hidden;
  }
  51% {
    visibility: visible;
  }
}

.home-page-faq-start-left #star2{
  width: 22px;
  animation: cssAnimation2 2s infinite;
  visibility: hidden;
  position: absolute;
  left: 19%;
  margin-top: 16px;
}
@keyframes cssAnimation2 {
  5% {
    visibility: hidden;
  }
  6% {
    visibility: visible;
  }
}

.home-page-faq-start-left #star3{
  width: 28px;
  animation: cssAnimation3 2s infinite;
  visibility: hidden;
  position: absolute;
  left: 33%;
  margin-top: 90px;
}
@keyframes cssAnimation3 {
  70% {
    visibility: hidden;
  }
  5% {
    visibility: visible;
  }
}

.home-page-faq-start-left #star4{
  width: 25px;
  animation: cssAnimation4 2s infinite;
  visibility: hidden;
  position: absolute;
  margin-top: 250px;
  left: 14%;  
}
@keyframes cssAnimation4 {
  10% {
    visibility: hidden;
  }
  81% {
    visibility: visible;
  }
}

.home-page-faq-start-left #star5{
  width: 18px;
  animation: cssAnimation 2s infinite;
  visibility: hidden;
  position: absolute;
  margin-top: 290px;
  left: 24.8%;
}
@keyframes cssAnimation {
  34% {
    visibility: hidden;
  }
  15% {
    visibility: visible;
  }
}

.home-page-faq-start-left #star6{
  width: 23px;
  animation: cssAnimation6 2s infinite;
  visibility: hidden;
  position: absolute;
  margin-top: 245px;
  left: 35%;
}
@keyframes cssAnimation6 {
  65% {
    visibility: hidden;
  }
  51% {
    visibility: visible;
  }
}
.home-page-faq-start-left img{
  width: 100%;
}
.accordion-flush .accordion-item .accordion-button{
  margin-bottom: 12px;
  background-color: #192A53;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px !important;
}
.accordion-button::after{
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.home-page-faq-start .h-p-f-title{
  padding-top: 50px;
  font-weight: bold;
  text-align: center;
}
.home-page-faq-start hr{
  padding-bottom: 5px;
  width: 8%;
  margin: auto;
  opacity: 1;
  background-image: linear-gradient(120deg, #395493, #192A53);
  margin-top: 20px;
}
.home-page-faq-start-overlay{
  padding-top: 50px;
}

/*home page faq end*/



/*home page middle end*/





/*savingsoffer page start*/


.savings-offer-middle{
  width: 100%;
  padding-bottom: 40px;
}
.savings-offer-middle h2{
  text-align: center;
  margin-top: 50px;
  color: #003B90;
}
.savingsoffer-middle{
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 40px;
  padding-bottom: 40px;
}
.s-f-banner{
  padding-top: 35px;
}
.s-f-banner img{
  width: 100%;
}
.s-f-b-img-left img{
  height: 30vh;
  border-radius: 10px;
}


/*saving offer start*/



/*saving offer section 2 start*/

.savings-offer-section-2{
  width: 100%;
  padding-top: 50px;
}
.savings-offer-section-2 h5{
  text-align: center;
}
.savings-offer-section-2-wrap{
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 35px;
}

.offer-saving{
  position: relative;
  margin: auto;
  width: 130px;
  height: 130px;     
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.offer-saving:hover{
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.offer-saving a{
  text-decoration: none;
}
.offer-saving .overlay{
  background-image: linear-gradient(120deg, rgba(245,244,244, 0.6), rgba(218,211,211, 0.8));
  border: 2px solid #003B90;
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.offer-saving:hover .overlay{
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 160px;
  height: 30px;
  left: -14px;
  top: 5px;
  right: 0;
  bottom: 0;
  opacity: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.offer-saving:hover .overlay span{
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}
.offer-saving .overlay span img{
  width: 55px;
}
.s-f-s2-box1-a{
  position: relative;
  text-align: center;
  top: 75%;
  z-index: 99;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
.offer-saving:hover .s-f-s2-box1-a{
  transition: 0.2s ease-in-out;
  color: #003B90;
}
.offer-saving:hover .s-f-s2-box1-a{
  top: 15px;
  transition: 0.2s ease-in-out;
}


/*saving offer section 2 end*/



/*saving offer section 3 start*/


.savings-offer-section-3{
  width: 100%;
  padding-top: 50px;
}
.savings-offer-section-3 h2{
  text-align: center;
  margin-top: 30px;
  color: #003B90;
}




.savings-offer-section-3 h1 {
  margin: 50px 0px;
  text-align: center;
  color: #36494f;
  width: 100%;
}



.save-offer-faq-dtls ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.save-offer-faq-dtls ul li {
  padding: 10px 10px;
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  box-shadow: 0px 0px 3px rgb(194 186 186 / 30%);
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.save-offer-faq-dtls ul li:not(:last-of-type) {
  /* add border beside last element */
  border-right: 1px solid white;
}

.save-offer-faq-dtls ul li:hover {
  background: rgb(255, 102, 102);
  color: #FFF;
  transition: all 0.3s ease;
}

#first-dynamic-table,
#first-dynamic-table-2 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgb(18 16 16 / 30%);
  padding: 35px 15px;
  color: #36494f;
}



/*Main Style*/
.tab-item.active {
  background: #36494f;
  color: white;
}

.tab-content {
  width: 100%;
  display: none;
}

.tab-content.active {
  display: block;
}
.save-offer-faq-dtls ul{
  padding-left: 0;
}
.save-offer-faq-dtls{
  padding-top: 30px;
}
.save-offer-faq-dtls ul li{
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.tab-item.active{
  background: #192A53;
}

/*Main Style*/


/* #exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

/* #exTab1 .nav-pills > li > a {
  border-radius: 0;
} */

/* change border radius for the tab , apply corners on top*/

/* #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.cal-descp{
  padding-top: 30px;
}
.cal-descp li{
  margin: auto;
}
.cal-descp li a{
  border: 2px solid #003B90;
  padding: 10px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.cal-descp li a:hover{
  background-image: linear-gradient(120deg, #395493, #192A53);
  color: #fff;
}


.tab-content{
  padding-top: 20px;
} */


/*saving offer section 3 end*/



/*savingsoffer page end*/






/*calcaulator modal page start*/



/*calcaulator modal middle page start*/

.calculator-modal-middle{
  width: 100%;
  padding-bottom: 40px;
  background-color: #F9F9F9;
}
.calculator-modal-middle-wrap{
  width: 50%;
  margin: auto;
}



/*calculator modal css*/

input:focus~label,input:valid~label{position:absolute;top:-19px;color:green;font-size:13px;font-weight:600}input:focus{border:1px solid green}input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}.warning{border:1px solid red !important}.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #7ac142;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 10% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}

.transition-all{
  padding-left: 15px;
}
#duration-terms{
  margin: auto;
}
#duration-terms select, textarea{
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 5px 3px;
}

/* .radio-year{
  margin-left: 26px;
  margin-right: 60px;
} */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle{
  background: transparent !important;
  color: #996f6c !important;
  font-weight: 700;
  font-size: 15px;
}
.bg-pink-900{
  background-image: linear-gradient(to right, #395493, #192A53);
}
.estimated-need{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 25px;
}
.f-y-v{
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}
.y-b-b{
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.y-b-b-second{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  pointer-events: none;
}
.existing-savings{
  border: 1px solid grey;
  padding: 20px 15px 40px 15px;
}
.add-modal button{
  background: transparent;
  border: none;
  color: #395493;
  font-weight: 600;
}
.modal-body .middle-part label{
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ctgy-2{
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}
.ctgy-3{
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}


/*calcaulator modal middle page end*/



/*calcaulator modal page end*/






/*services page start*/



/*services page banner start*/


.services-page-banner{
  width: 100%;
  height: 45vh;
}
.services-page-banner-overlay{
  width: 100%;
  height: 100%;
  background-color: rgb(57, 84, 147, 0.5);
}
.services-page-banner-content{
  color: #f5f4f4;
  text-align: center;
  top: 30%;
  position: relative;
}
.services-page-banner-content hr{
  padding-bottom: 5px;
  width: 8%;
  margin: auto;
  opacity: 1;
  background-color: #fff;
  margin-top: 20px;
}


/*services page banner end*/

.services-page-middle{
  width: 100%;
  padding-bottom: 40px;
}

/*services page middle start*/



/*services page section 1 start*/


.services-page-section-1{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}
.s-p-s1-left{
  border-right: 1px solid #c0c0c0;
  padding: 20px 20px;
}
.s-p-s1-left hr{
  width: 12%;
  padding-bottom: 4px;
  background-image: linear-gradient(to right, #395493, #192A53);
  opacity: 1;
}
.s-p-s1-left p{
  color: #66666F;
  font-size: 18px;
}
.s-p-s1-left h1{
  color: #192A53;
}
.s-p-s1-right{
  padding: 10px 10px;
}
.s-p-s1-right p{
  color: #646464;
}


/*services page section 1 end*/




/*services page section 2 start*/


.services-page-section-2{
  width: 100%;
  padding-bottom: 80px;
  background-color: #E2EBE7;
}
.services-page-section-2 .s-p-s2-title{
  letter-spacing: 2px;
  color: #66666F;
  text-align: center;
  padding-top: 80px;
}
.services-page-section-2 h1{
  font-weight: 600;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}
.services-page-section-2 hr{
  padding-bottom: 5px;
  width: 8%;
  margin: auto;
  opacity: 1;
  background-image: linear-gradient(120deg, #395493, #192A53);
  margin-top: 10px;
  margin-bottom: 10px;
}
.services-page-section-2 p{
  padding-bottom: 10px;
}
.services-page-section-2 .s-p-s2-desc{
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
}
.service-page-section2-row-a .s-p-s2-box-1{
  border-bottom: 1px solid #d8d8d8;  
}
.s-p-s2-box-1{
  padding: 20px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  background-color: #fff;
}
.s-p-s2-box-1:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: 0.2s ease-in-out;
}
.s-p-s2-box1-img{
  padding: 8px 8px;
  border-radius: 5px;
  border: 2px solid #003B90;
}
.s-p-s2-box-1:hover .s-p-s2-box1-img{
  border-radius: 50%;
  transition: 0.3s ease;
  background-image: linear-gradient(to right, #395493, #192A53);
}
.s-p-s2-box-1 h5{
  padding-bottom: 15px;
}
.services-page-section-2 h1{
  color: #192A53;
}
.s-p-s2-box1-img img{
  width: 100%;
}
.s-p-s2-box-1 a{
  text-decoration: none;
}
.s-p-s2-box-1 a i{
  padding-right: 5px;
}
.s-p-s2-box-1 button{
    box-shadow: var(--box-shadow-button);
    border-radius: 4px;
    background-image: linear-gradient(to right, #395493, #192A53);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 7px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff;
    outline: none;
    transition: all 0.25s ease;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.05em;
}

.s-p-s2-box-1 button:hover{
  box-shadow: var(--box-shadow-button-hover);
  transform: translate(2px, -2px);
  letter-spacing: 0.25em;
  border-radius: 40px;
  border: 2px solid #003B90;
  background: transparent;
  color: #192A53;
}
.service-page-section2-row-b .s-p-s2-box-1{
  border-bottom: none;
  padding-top: 40px;
}


/*services page section 2 end*/



/*services page section 3 start*/


.service-page-section-3{
  width: 100%;
  height: 80vh;
}
.service-page-section3-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.service-page-section3-overlay-content{
  position: relative;
  top: 15%;
  padding-left: 80px;
  color: #fff;
}
.service-page-section3-overlay-content h1{
  font-size: 50px;
  padding-bottom: 15px;
}
.service-page-section3-overlay-content p{
  font-size: 18px;
}
.service-page-section3-overlay-content button{
  padding: 8px 25px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  background-image: linear-gradient(to right, #395493, #f7f7f7);
  margin-top: 15px;
}
.service-page-section3-overlay-content button i{
  padding-left: 5px;
  font-size: 18px;
}
.service-page-section3-overlay-content button:hover{
  background: transparent;
  color: #fff;
  border-bottom: 2px solid #f7f7f7;
}


/*services page section 3 end*/



/*service page section 4 start*/


.service-page-section-4{
  width: 100%;
  padding-bottom: 40px;
}
.service-page-section4-wrap{
  width: 90%;
  margin: auto;
}
.service-page-section4-content{
  padding-top: 80px;
}
.s-p-s4-img-top img{
  width: 300px;
  height: 400px;
  position: relative;
}
.s-p-s4-img-bottom img{
  width: 300px;
  height: 400px;
  position: relative;
  margin-top: -235px;
  margin-left: 170px;
}
.choose-us-title h5{
  letter-spacing: 2px;
  color: #888787;
  border-left: 5px solid #003B90;
  padding-left: 8px;
}
.choose-us h1{
  color: #192A53;
  padding-top: 8px;
  font-size: 45px;
}
.choose-us p{
  padding-top: 10px;
  font-size: 18px;
}
.checked-list img{
  width: 65px;
}
.c-l-right{
  padding-left: 15px;
}


/*service page section 4 end*/



/*service page section 5 start*/


.service-pages-section-5{
  width: 100%;
  padding-bottom: 20px;
}
.service-pages-section-5 h5{
  color: #888787;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 20px;
}
.service-pages-section-5 h1{
  text-align: center;
  color: #192A53;
  padding-top: 5px;
}
.service-pages-section-5 hr{
  width: 10%;
  padding-bottom: 4px;
  background-image: linear-gradient(to right, #395493, #192A53);
  opacity: 1;
  margin: auto;
}
.service-pages-section-5 p{
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}


/*service page section 5 testimonial start*/

.tetimonials{
  padding-top: 20px;
}
.s-p-t1-box{
  background-color: #f0efef;
  border-radius: 5px;
  padding: 25px;
}
.s-p-t1-box h4{
  color: #4c6091;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.testimonial-profile{
  padding: 25px 30px;
}
.testimonial-profile .t-p-img img{
  width: 65px !important;
  height: 65px;
  border-radius: 50%;
}
.t-p-profile-name{
  padding: 14px 14px;  
}
.owl-theme .owl-nav{
  display: none;
}
.owl-theme .owl-dots{
  display: none;
}

/*service page section 5 testimonial end*/


/*service page section 5 end*/




/*service 1 start*/

 /*private limited company middle start*/

 .private-limited-company-middle{
  width: 100%;
}
.private-limited-company-middle-section-1{
  width: 100%;
  padding-top: 80px;
  background-color: #F0F0F0;
}
.private-limited-company-middle-section-1 h4{
  font-weight: 700;
  font-size: 24px;
  color: #072C46;
  text-align: center;
}
.private-limited-company-middle-section1-wrap{
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-bottom: 40px;
  padding-top: 10px;
}
.p-l-c-s1-box-1{
  padding: 45px 25px 0 25px;
  background-color: #fff;
  height: 350px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 5px;
}
.p-l-c-s1-box-1:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.p-l-c-s1-box-1 h4{
  margin-left: 0;
  color: #3B3B3B;
}
.p-l-c-s1-box-1 p{
  font-size: 12px;
  padding-top: 5px;
}
.p-l-c-s1-box-1 h5{
  font-size: 34px !important;
  text-align: center;
}
.p-l-c-s1-description{
  font-size: 14px !important;
}
.p-l-c-s1-ctgy-1 p{
  font-weight: 700;
  font-size: 14px;
  padding-top: 0;
}
.p-l-c-s1-ctgy1-number p{
  text-align: right;
}
.t-c{
  float: right;
}


.p-l-c-s1-box-2{
  padding: 45px 25px 0 25px;
  background-color: #fff;
  height: 350px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 5px;
}
.p-l-c-s1-box-2:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.p-l-c-s1-box-2 h4{
  margin-left: 0;
  color: #3B3B3B;
}
.p-l-c-s1-box-2 p{
  font-size: 12px;
  padding-top: 5px;
}
.p-l-c-s1-box-2 h5{
  font-size: 34px !important;
  text-align: center;
}
.p-l-c-s1-description{
  font-size: 14px !important;
  line-height: 30px;
}
.p-l-c-s1-ctgy-1 p{
  font-weight: 700;
  font-size: 14px;
  padding-top: 0;
}
.p-l-c-s1-ctgy1-number p{
  text-align: right;    
}

.p-l-c-s1-box-3{
  background-color: #fff;
  padding: 12px 25px 0 25px;
  height: 350px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.p-l-c-s1-box-3 input{
  width: 100%;
  margin-bottom: 5px;
  padding: 8px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgb(219, 216, 216);
  outline: none;    
}
.p-l-c-s1-box-3 input:focus{
  border-bottom: 1px solid #1E90FF;
}
.p-l-c-s1-box-3 input:hover{
  border-bottom: 1px solid #2792D1;
  transition: ease-in-out .3s;
}
.p-l-c-s1-box-3 input[placeholder]{
  font-size: 14px;
  padding-left: 10px;
}
.p-l-c-s1-box3-button{
  text-align: center;   
}
.p-l-c-s1-box3-button button{
  width: 200px;
  border: none;
  border-radius: 50px;
  background-image: linear-gradient(120deg, #395493, #192A53);
  height: 38px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.p-l-c-s1-box3-button button:hover{
  background-image: linear-gradient(120deg, #192A53, #395493);
}
.p-l-c-s1-box-3 p{
  text-align: center;
  padding-top: 7px;
  font-size: 14px;
}
.p-l-c-s1-box-3 a{
  text-align: center;
  color: #1C2E59;
  text-decoration: none;
}
.p-l-c-s1-box-3 a p{    
  font-weight: bold;
  font-size: 18px !important;
  padding-top: 0; 
}
.p-l-c-s1-box-3 a p i{
  padding-left: 5px;
  font-size: 30px;
}
.p-l-c-s1-box3-bottom-input input{
  border: 1px solid rgb(219, 216, 216);
  border-radius: 50px;
}
.p-l-c-s1-box3-bottom-input input[placeholder]{
  padding-left: 15px;
}
.p-l-c-s1-box3-bottom-input input[placeholder]:hover{
  border: 1px solid #2792D1;
}


/*private limited company section 2 start*/

.private-limited-company-middle-section-2{
  width: 100%;
  padding-bottom: 50px;
}
.private-limited-company-middle-section-2 h2{
  text-align: center;
  font-weight: 700;
  padding-top: 50px;
  color: #072C46;
}
.private-limited-company-middle-section2-wrap{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding-top: 50px;
}
.p-l-c-s2-box-1{
  border-right: 2px solid;
  padding: 10px 15px;
  text-align: center;
  border-image: linear-gradient(145deg, rgba(26, 37, 79, 1), rgba(119, 2, 122, 0)) 1;
}
.p-l-c-s2-box-1 i{
  font-size: 35px;
  padding-bottom: 25px;
}
.p-l-c-s2-box-1 h5{
  font-size: 16px;
  font-weight: bold;
}

/*private limited company section 2 end*/



/*motor insurance start*/

/*banner heading typed text animation start*/

#typedtext {
  white-space: nowrap;
  overflow: hidden; 
  padding-bottom: 5px;
}

/* Animation */
#typedtext {
  animation: animated-text 2.5s steps(30,end) 1s 1 normal both;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 630px;}
}

/*banner heading typed text animation start*/

.why-motor-content{
  width: 100%;
  padding: 30px 0;
  background-color: #F0F0F0;
}
.w-m-c-left img{
  width: 100%;
}
.w-m-c-right{
  padding-top: 15px;
}
.w-m-c-right h4{
  color: #072C46;
  font-weight: 600;
}
.w-m-c-l-content h6{
  font-size: 13px;
  font-style: italic;
  color: #727272;
}
.p-l-c-m-ctgy-3-list{
  padding-left: 0;
}

.private-limited-company-middle-section-1 .icon {
  padding: 12px 10px;
  background: dodgerblue;
  color: white;
  min-width: 38px;
  height: 38px;
  text-align: center;
}

.ctgy-a3-input-container span{
  position: absolute;
  margin-left: 15px;
  margin-top: 8px;
}
.ctgy-a3-input-container span img{
  width: 40px;
}

/*motor insurance end*/


/*property insurance section 4 start*/

.property-insurance-section-4{
  width: 100%;
  padding-bottom: 50px;
}
.p-i-s-4-top-left h5{
  font-style: italic;
  color: #8f8c8c;
  font-weight: 400;
}
.p-i-s-4-top-left h2{
  font-size: 38px;
  font-weight: 700;
}
.p-i-s-4-top-right h5{
  font-style: italic;
  color: #8f8c8c;
  font-weight: 400;
  line-height: 28px;
}
.p-i-s-4-bottom-a{
  padding-top: 60px;
}
.p-i-s-4-bottom-a-left{
  text-align: right;
  padding: 0 20px;
}
.p-i-s-4-bottom-a-left p{
  line-height: 26px;
  color: #707070;
}
.ctgy-a{
  border: 2px solid #072C46;
  height: 70px;
  width: 70px;
  text-align: center;
  transform: rotate(45deg);
  position: absolute;
}
.ctgy-a img{
  width: 50px;
  padding-top: 8px;
  margin-left: -10px;
  transform: rotate(-45deg);
}

.ctgy-b{
  padding-left: 30px !important;
}
.p-i-s-4-bottom-a-right p{
  line-height: 26px;
  color: #707070;
}
.p-i-s-4-bottom-a-box-1:hover .ctgy-a{
  background-color: #072C46;
  transition: 0.2s ease-in-out;
}

.mobile-bottom-b{
  text-align: center;
  margin: auto;
}
.mobile-bottom-b img{
  width: 90%;
  text-align: center;
  margin: auto;
  padding-left: 35px;
}


/*property insurance section 4 end*/





/*private limited company section 3 start*/

.private-limited-company-middle-section-3{
  width: 100%;
  padding-bottom: 80px;
}
.private-limited-company-middle-section-3 a{
  text-decoration: none;
}
.p-l-c-left-ctgy-1{
  padding: 15px 0 15px 10px;
  background-color: #e2e2e2;
  margin-bottom: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}
.p-l-c-left-ctgy-1:hover{
  border-left: 9px solid #1C2D58;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  color: #000 !important;
}

.p-l-c-middle-ctgy-2 h4{
  font-weight: 700;
}
.company-registration{
  padding: 20px 15px 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
}
.company-registration h4{
  text-align: center;
}
.contact-registration-form{
  width: 85%;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  margin: auto;
  padding-top: 5px;    
}
.company-registration input{
  width: 100%;
  padding: 10px 45px;
  border-radius: 50px;
  border-top: none;
  border-right: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-left: 4px solid #072C46;
  border-bottom: 4px solid #072C46;
}
.c-r-button{
  text-align: center;
}
.c-r-button button{
  width: 50%;
  background-image: linear-gradient(120deg, #395493, #192A53);
  border-radius: 50px;
  border: none;
  margin-top: 20px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
}
.c-r-button button:hover{
  background-image: linear-gradient(120deg, #192A53, #395493);
}
.free-consult-right{
  padding: 20px 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
.free-consult-right h5{
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
.free-consult-right input{
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 10px;
}
.free-consult-right input[placeholder]{
  padding: 10px 10px;
  font-size: 14px;
}
.g-s-button{
  text-align: center;
  margin-top: 10px;
}
.g-s-button button{
  width: 70%;
  border: none;
  background-image: linear-gradient(120deg, #395493, #192A53);
  border-radius: 50px;
  font-size: 12px;
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
}
.g-s-button button:hover{
  background-image: linear-gradient(120deg, #192A53), #395493;
}
.free-consult-right p{
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
}

/*side bar style*/

/* .content-section {
  background: lavender;
  height: 1000px;
  min-height: 100vh;
  padding: 1em;
} */

.sidebar-section {
  height: 100%;
}
.sidebar-section h3{
  font-weight: 700;
  font-size: 28px;
  color: #072C46;
  font-style: italic;
}

/* .sidebar-content {
  background: cornflowerblue;
  padding: 1em;
} */

/*side bar style*/

/*private limited company section 3 end*/



/*private limited company section 5 start*/

.private-limited-company-middle-section-5{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 2px;    
}
.p-l-c-s5-image{
  width: 100%;    
  height: 212px;
}
.p-l-c-s5-image-overlay{
  width: 100%;    
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
.p-l-c-s5-image-overlay i{
  font-size: 50px;
  padding-top: 50px;
}
.p-l-c-s5-image-overlay p{
  font-size: 22px;
  font-weight: 600;
}
.p-l-c-middle-ctgy-2{
  /* background-color: #EBF5F9; */
  background-image: linear-gradient(#EBF5F9, #fff);
  padding: 25px 40px;
  border-radius: 0 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.p-l-c-middle-ctgy-3{
  /* background-color: #EBF5F9; */
  background-image: linear-gradient(#EBF5F9, #fff);
  padding: 25px 40px;
  border-radius: 0 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.p-l-c-middle-ctgy-3 h4{
  font-weight: 700 !important;
}
.p-l-c-middle-ctgy-4{
  /* background-color: #EBF5F9; */
  background-image: linear-gradient(#EBF5F9, #fff);
  padding: 25px 40px;
  border-radius: 0 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.p-l-c-middle-ctgy-4 h4{
  font-weight: 700 !important;
}
.p-l-c-m-ctgy-3-list{
  list-style: none;
  padding-top: 18px;
}
.p-l-c-m-ctgy-3-list li{
  padding-bottom: 15px;
  color: #3b3b3b;
}
.p-l-c-m-ctgy-3-list img{
  width: 42px;
  border-radius: 50%;
  padding-right: 10px;
}
.p-l-c-m-c-2-left{
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.p-l-c-m-c-2-left img{
  width: 75px !important;
}
.p-l-c-middle-ctgy-2 img{
  width: 60px;
  padding-right: 15px;
}

.p-l-c-middle-ctgy-3 img{
  width: 55px;
  padding-right: 15px;
}

.p-l-c-middle-ctgy-4 img{
  width: 60px;
  padding-right: 15px;
}

.content-section h4{
  color: #072C46;
}
.content-section p{
  color: #3b3b3b;
  padding-top: 15px;
}

.service-1-table .table{
  border: 1px solid #aeaeae;
}
.ctgy-3{
  border-left: 3px solid #072C46;
  height: 150px;
  position: absolute;
  margin-top: 0;
  background-color: #ffff;
}
.p-l-c-s2-box-1 img{
  width: 60px;
  padding-top: 10px;
}
.ctgy-4{
  width: 80px;
  height: 80px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 50%;
  margin: auto;
}
.p-l-c-s2-box-1 h5{
  padding-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
.private-limited-company-middle-section2-wrap .p-l-c-s2-box-1:last-child{
  border-right: none;  
}
.p-l-c-s2-box-1 hr{
  width: 25%;
  margin: auto;
  opacity: 1;
  padding-bottom: 4px;
  background-image: linear-gradient(125deg, #1C2E59, #37528F);
}


/*private limited company section 5 end*/




/*service page section 6 start*/

.service-page-section-6{
  width: 100%;
  margin: auto;  
  padding-bottom: 50px;
  position: relative;
  top: -50px;
}
.service-page-section-6-wrap{
  width: 72.4%;
  margin: auto;
  background-color: #F0F0F0;
  padding: 50px 15px 0 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.service-page-section-6-wrap img{
  width: 110px;
}
.c-l-i-bar-bottom{
  margin: auto;
  text-align: center;
}
.service-page-section-6-wrap h4{
  color: #072C46;
  text-transform: uppercase;
  font-weight: 400;
}
.service-page-section-6 p{
  color: #777777;
}
.w-m-c-right h4{
  border-left: 4px solid #072C46;
  padding-left: 15px;
}


/*service page section 6 end*/



/*private limited company middle end*/

/*service 1 end*/



/*c v i banner start*/

.c-v-i-banner{
  width: 100%;
  height: 50vh;
}
.c-v-i-banner-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-v-i-banner-content{
  position: relative;
  margin-left: 40px; 
  top: 15%;
}
.c-v-i-banner-content h2{
  color: #fff; 
}
.ctgy-1{  
  width: 380px;
  padding: 7px 15px;
  border-radius: 5px;
  background-image: linear-gradient(120deg, #192A53 40%, #395493);  
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  position: relative;
  top: 190px;
  font-size: 15px;
}
.ctgy-1 li{
  display: inline;
  color: #fff;
  padding-right: 5px;
}
.ctgy-1 li a{
  text-decoration: none;
  color: rgb(187, 186, 186);
}
.ctgy-1 li i{
  padding-right: 3px;
}

/*c v i banner end*/


/*risk analysis start*/

.risk-analysis{
  width: 100%;
  padding-top: 40px;
}
.risk-analysis-inner h5{
  border-left: 4px solid;
  padding-left: 15px;
  border-image: linear-gradient(navy, purple 80%) 1;
}
.risk-analysis-inner h2{
  font-weight: 700;
  padding-top: 10px;
}
.risk-analysis-inner p{
  color: #777777;
  padding-top: 20px;
  line-height: 28px;
}

.risk-analysis-section-4-right{
  padding: 40px 80px;
}
.risk-analysis-section-4-right img{
  width: 100%;
  height: 80vh;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/*risk analysis end*/


/*short range tax planning section 4 start*/

.short-range-tax-planning-section-4{
  width: 100%;
  padding-bottom: 40px;
  background-color: #F0F0F0;
  margin-bottom: 80px;
}
.short-range-tax-planning-section-4-inner{
  padding-top: 50px;
}
.s-r-t-p-s-4-right{
  padding: 20px 55px;
}
.s-r-t-p-s-4-right .s-r-t-p-s4-r-sub-title{
  border-left: 4px solid;
  border-image: linear-gradient(navy, purple 80%) 1;
  padding-left: 15px;
}
.s-r-t-p-s-4-right .s-r-t-p-s4-r-sub-desc{
  padding-top: 20px;
}
.ctgy-a2 img{
  width: 42px;
}
.ctgy-a3 h5{
  color: #072C46;
}
.ctgy-a3 p{
  line-height: 26px;
  color: #888787;
}

.s-r-t-p-s-4-l-image{
  width: 285px;
  height: 380px;
}
.s-r-t-p-s-4-l-image img{
  width: 100%;
  height: 100%;
}

#s-r-t-p-s-4-l-image-1 img{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#s-r-t-p-s-4-l-image-2{
  position: absolute;
  margin-top: -145px;
  left: 16%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
}


/*short range tax planning section 4 end*/



/*long term tax planning section 4 start*/

.long-term-tax-planning-section-4{
  width: 100%;
  padding-bottom: 70px;
}
.long-term-tax-planning-section-4-inner{
  padding-top: 40px;
}
.l-t-t-p-s-4-left h2{
  padding-top: 10px;
  line-height: 45px;
  font-weight: 700;
}
.l-t-t-p-s-4-left p{
  padding-top: 20px;
}
.l-t-t-p-s-4-left button{
  margin-top: 50px;
  padding: 10px 65px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  background-image: linear-gradient(120deg, #395493, #192A53);
}
.l-t-t-p-s-4-left button:hover {
  background-image: linear-gradient(120deg, #192A53, #395493);
}

/*long term tax planning section 4 end*/



/*permissive tax planning section 4 start*/

.permissive-taxplanning-section-4{
  width: 100%;
  padding-bottom: 40px;
}
.p-t-p-s4-i-left{
  border-right: 2px solid rgba(137, 137, 137, 0.3);
}
.p-t-p-s4-i-left h2{
  font-size: 38px;
  font-weight: 700;
  color: #383838;
}
.p-t-p-s4-i-right p{
  line-height: 28px;
  color: #898989;
  padding-left: 20px;
}

/*permissive tax planning section 4 end*/



/*permissive tax planning section 6 start*/

.permissive-taxplanning-section-6{
  width: 100%;
  padding: 40px 0;
}
.permissive-taxplanning-section-6 h2{
  text-align: center;
  padding-bottom: 30px;
  color: #072C46;
  font-weight: 700;
}
.p-t-p-s-6-box{
  background: url('../images/analytics-gbbff59991_1920.jpg') no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.p-t-p-s-6-box-overlay{
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);  
  position: relative;
}
.p-t-p-s-6-box-overlay:hover{
  background: rgba(24, 118, 195, 0.8);
  transition: 0.2s ease-in-out;
}
.p-t-p-s-6-box-content{
  padding: 15px 15px;
  color: #000;
}
.p-t-p-s-6-box-right h4{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.p-t-p-s-6-box-right p{
  color: #707070;
}
.p-t-p-s-6-box-content i{
  font-size: 42px;
  padding-top: 40px;
  color: #1876c3;
}
.p-t-p-s-6-box-overlay:hover .p-t-p-s-6-box-right-heading{
  color: #fff !important;
  transition: 0.2s ease-in-out;
}
.p-t-p-s-6-box-overlay:hover .fa-money-bill-1-wave{
  color: #fff;
  transition: 0.2s ease-in-out;
}

/*permissive tax planning section 6 end*/



/*purposive tax planning section 4 start*/

.purposive-tax-planning-section-4{
  width: 100%;
  padding: 80px 0;
  background-color: #F0F0F0;
  margin-bottom: 50px;
}
.p-t-p-s-4-t-left h2{
  color: #072C46;
  font-weight: 700;
}
.p-t-p-s-4-t-right p{
  padding-left: 80px;
  color: #8f8c8c;
  font-style: italic;
}

.purposive-tax-planning-section-4-bottom{
  width: 100%;
  padding-top: 25px;
}

.p-t-p-s-4-box-overlay{
  width: 100%;
  background-color: rgba(0, 59, 144, 0.9);
  padding: 10px 10px;
  color: #fff;
  position: relative;
  top: 65%;
  padding: 11px 10px;
}
.p-t-p-s-4-box-overlay h6{
  padding-top: 20px;
  border-right: 2px solid rgba(224, 224, 224, 0.2);
  height: 100%;
}
.p-t-p-s-4-box-overlay h6 i{
  padding-right: 5px;
}
.p-t-p-s-4-box-overlay p{
  font-size: 15px;
}
#p-t-p-s-4-box-2{
  background-color: rgba(0, 247, 247, 0.9);
  color: #072C46;
}
#p-t-p-s-4-box-2 h6{
  border-right: 2px solid rgb(0, 59, 144);
}

#p-t-p-s-4-box-3{
  background-color: rgba(119, 1, 121, 0.9);
  color: #fff;
}
#p-t-p-s-4-box-3 h6{
  border-right: 2px solid rgba(224, 224, 224, 0.2);
}

/*purposive tax planning section 4 end*/



/*accounts payables and receivables section 4 start*/

.accounts-payables-and-receivables-section-4{
  width: 100%;

}
.accounts-payables-and-receivables-section-4-inner{
  width: 100%;
  padding: 35px 50px;
}
.a-p-a-r-s-4-bottom{
  padding-top: 40px;
}
.a-p-a-r-s-4-bottom-wrapper{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.a-p-a-r-s-4-bottom-box{
  padding: 65px 30px 20px 30px;
  text-align: center;
  border: 1px solid #dbd9d9;
}
.a-p-a-r-s-4-bottom-box-top{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #dbd9d9;
  text-align: center;
  margin: auto;
  position: absolute;
  background-color: #fff;
  margin-top: -105px;
  margin-left: 70px;
}
.a-p-a-r-s-4-bottom-box-top img{
  width: 50px;
  padding-top: 15px;
}
.a-p-a-r-s-4-bottom-box p{
  padding-top: 20px;
  font-size: 17px;
  color: #8f8c8c;
}
#a-p-a-r-s-4-bottom-box-a{
  border-right: none;
}
.a-p-a-r-s-4-top h2{
  margin-bottom: 2.5rem;
}
.a-p-a-r-s-4-bottom-box h4{
  padding-bottom: 10px;
}
.a-p-a-r-s-4-bottom-box:hover{
  background-image: linear-gradient(145deg, #2D394B 30%, #F2511F);
  color: #fff;
}
.a-p-a-r-s-4-bottom-box:hover .a-p-a-r-s-4-bottom-box-description{
  color: #fff;
}

.a-p-a-r-s-4-top button{
  float: right;
  padding: 15px 40px;
  border-radius: 50px;
  background-image: linear-gradient(145deg, #1C2E59, #354F8C);
  border: none;
  color: #fff;
}

/*accounts payables and receivables section 4 end*/



/*cash flow budgeting section 4 start*/

.cash-flow-budgeting-section-4{
  width: 100%;
  padding-bottom: 80px;
}
.c-f-b-s-4-left h4{
  color: #4D4D4D;
  font-weight: 400;
  border-left: 4px solid #003B90;
  padding-left: 10px;   
}
.c-f-b-s-4-left h2{
  padding-top: 10px;
}
.c-f-b-s-4-left p{
  padding-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #4D4D4D;  
}
.blob-images img{
  width: 100%;
  border-radius: 8px;
}
.c-f-b-s-4-left-wrapper{
  padding-top: 25px;
}
.c-f-b-s-4-button button{
  margin: 25px;
}
.ctgy-abc-1{
  width: 60px;
  height: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  text-align: center;
}
.ctgy-abc-1 img{
  width: 40px;
  padding-top: 8px;
}
.ctgy-abc-2 h4{
  border-left: none;
  padding-left: 15px;
  font-weight: 600;
}
.c-f-b-s-4-left button{
  padding: 15px 30px;
  border-radius: 25px;
  border: none;
  background-image: linear-gradient(120deg, #192A53, #395493);
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.c-f-b-s-4-left button:hover{
  background-image: linear-gradient(120deg, #395493, #192A53);
  transition: 0.2s ease-in-out;
}
.d-c-f-r-m-s-4-right h5{
  border-left: 4px solid #072C46;
  padding-left: 10px;
  color: #8f8c8c;
}
.d-c-f-r-m-s-4-right h4{
  color: #072C46;
  padding-top: 5px;
}
.d-c-f-r-m-s-4-right p{
  padding-top: 10px;
}

/*cash flow budgeting section 4 end*/



/*daily cash flow report maintenance section 4 start*/

.daily-cash-flow-report-maintenance-section-4{
  width: 100%;
  padding: 40px 0 80px 0;
}

/*daily cash flow report maintenance section 4 end*/



/*investments section 4 start*/

.investments-section-4{
  width: 100%;
  padding: 40px 0;
}

.investments-section-4-inner{
  padding-top: 40px;
  background-color: var(--background-service-color);
}

.i-s-4-left img{
  width: 65%;
  height: auto;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.clip-image{
  box-shadow: none !important;
  width: 28px !important;
  height: 90px !important;
  position: absolute;
  left: 95px;
  top: -24px;
  transform: rotate(45deg);
}

.i-s-4-right h6{
  border-left: 4px solid #4CAF50;
  padding-left: 10px;
  color: #072C46;
  font-weight: 600;
  letter-spacing: 1px;
}
.i-s-4-r-inner ul{
  padding-top: 20px;
}
.i-s-4-right h2{  
  color: #072C46;
  padding-top: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.i-s-4-right h4{
  padding-top: 10px;
  font-style: italic;
  color: #072C46;
}

.i-s-4-r-inner-left ul li{
  list-style: none;
  padding-bottom: 15px;
  font-weight: 500;
}
.i-s-4-r-inner-left ul li img{
  width: 25px;
}

.i-s-4-r-inner-right ul li{
  list-style: none;
  padding-bottom: 15px;
  font-weight: 500;
}
.i-s-4-r-inner-right ul li img{
  width: 25px;
}

/*investments section 4 end*/



/*financial activities section 4 start*/

.financial-activities-section-4{
  width: 100%;
  padding: 40px 0;
  background-color: var(--background-service-color);
  color: var(--main-text-color);  
  margin-bottom: 50px;  
}
.f-a-s-4-left h2{
  color: var(--main-text-color);
  padding-top: 10px;
  font-weight: 600;
}
.f-a-s-4-left p{
  color: var(--main-text-color);
  padding-top: 10px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.f-a-s-4-left button{
  background: var(--button-background-color);
  padding: 10px 40px;
  margin-top: 10px;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.f-a-s-4-left button:hover{
  background: var(--button-hover-background-color);
  transition: 0.3s ease-in-out;
  transform: translateY(-5px);
}
.f-a-s-4-right{
  padding-top: 60px;
}
.f-a-s-4-box{
  padding: 20px 40px;    
  background: var(--button-background-color);
  text-align: center;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#f-a-s-4-box-b{
  margin-top: 25px;
}
#f-a-s-4-box-c{
  margin-top: -25px;
}

/*financial activities section 4 end*/


/*financial activities section 6 start*/

.financial-activities-middle-section-6{
  width: 100%;
  padding: 50px;
  background-color: var(--background-service-color);
  text-align: center;
}
.financial-activities-middle-section-6 h4{
  color: #0084FF;  
  letter-spacing: 1px;
}
.financial-activities-middle-section-6 h2{
  color: #072C46;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 1px;  
}
.financial-activities-middle-section-6 p{
  line-height: 30px;
  letter-spacing: 0.5px;
}

/*financial activities section 6 end*/



/*underwriting section 4 start*/

.underwriting-section-4{
  width: 100%;
  padding: 60px 0;
  background-color: var(--background-service-color);
  margin: 20px 0 50px 0;
}
.u-s-4-left h3{
  font-weight: 600;
  color: var(--main-text-color);
}

.style-three.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  background-color: #E0E0E0;
  overflow: hidden;
  z-index: 5;
}
.style-three.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #FF3B00;
  -webkit-animation: moveLeftBounces-one 35s linear infinite; 
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #FF3B00;
  -webkit-animation: moveLeftBounces-two 35s linear infinite;
  animation: moveLeftBounces-two 35s linear infinite;
  overflow: hidden;
}

.u-s-4-left p{
  line-height: 28px;
  color: var(--small-text-color);
  letter-spacing: 0.5px;
}
.u-s-4-left .progress {
  height: 10px;
  background-color: #fff;
}
.u-s-4-left h5{
  font-weight: 600;
  font-style: italic;
  color: var(--main-text-color);
}
.progress-bar {
  background-color: #37518E !important;
}

.u-s-4-right{
  padding-top: 15px;
}
.u-s-4-right img{
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*underwriting section 4 end*/


/*underwriting section 6 start*/

.underwriting-section-6{
  width: 100%;
  background-color: #F0F0F0;
  padding: 80px 0;
}

/*underwriting section 6 end*/



/*operating activities section 4 star*/

.operating-activities-section-4{
  width: 100%;
  padding-bottom: 80px;
}
.operating-activities-section-4-top-left{
  background-color: #B8DDFF;
  border-radius: 10px;
  padding: 25px 25px 99px 25px;
  overflow: hidden;
}
.operating-activities-section-4-top-left-b{
  position: relative;
  left: -42%;
}
.operating-activities-section-4-top-left-b img{
  position: absolute;
}
.operating-activities-section-4-top-left-a h2{
  color: #0084FF;
  font-weight: 600;
}
.operating-activities-section-4-top-left-a button{
  background-color: #0084FF;
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 25px;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-top: 20px;
}
.operating-activities-section-4-top-left-a button:hover{
  background-color: #fff;
  color: #0084FF;
  box-shadow: 3px 5px #0084FF;
  transition: 0.2s ease-in-out;
}
.operating-activities-section-4-top-left-a button:hover .fa-download{
  /* width: 260px;
    height: 95px; */
    /* background-color: #fff; */
    /* border-radius: 12px; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* margin: 320px 0 0 -420px; */
    animation: UpDownfadownload 1s ease-in-out infinite;    
    /* left: 0;
    bottom: 0; */
    position: relative;
}

@keyframes UpDownfadownload {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 0;
  }
}

.operating-activities-section-4-top-left-a h5{
  color: #3289D3;
  font-size: 17px;
  padding-top: 10px;
  line-height: 30px;
}

.operating-activities-section-4-top-left-a button .fa-download{
  visibility: hidden;
}
.operating-activities-section-4-top-left-a button .fa-google-play{
  padding-right: 5px;
}
.operating-activities-section-4-top-left-a button:hover .fa-google-play{
  visibility: hidden;
}
.operating-activities-section-4-top-left-a button .fa-download{
  padding-left: 5px;
}
.operating-activities-section-4-top-left-a button:hover .fa-download{
  visibility: visible;
}

.operating-activities-section-4-top-right{
  background-color: #CAF0DB;
  border-radius: 10px;
  padding: 25px 25px;
}

.operating-activities-section-4-top-right{
  text-align: center;
}
.operating-activities-section-4-top-right i{
  color: #54C788;
  font-size: 90px;
}
.operating-activities-section-4-top-right h2{
  color: #529671;
  padding-top: 20px;
  font-size: 30px;
}
.operating-activities-section-4-top-right h5{
  color: #529682;
  font-size: 17px;
  padding-top: 10px;
  line-height: 30px;
}


.operating-activities-section-4-bottom-left{
  background-color: #FFD2D2;
  border-radius: 10px;
  padding: 25px 25px;
  text-align: center;
}
.operating-activities-section-4-bottom-left i{
  color: #FF8A8A;
  font-size: 90px;
}
.operating-activities-section-4-bottom-left h2{
  color: #FF8A8A;
  padding-top: 20px;
  font-size: 30px;
}
.operating-activities-section-4-bottom-left h5{
  color: #9E5D5D;
  font-size: 17px;
  padding-top: 10px;
  line-height: 30px;
}

.operating-activities-section-4-bottom-middle{
  background-color: #FFE7C4;
  border-radius: 10px;
  padding: 25px 25px;
  text-align: center;
}
.operating-activities-section-4-bottom-middle i{
  color: #FFC166;
  font-size: 90px;
}
.operating-activities-section-4-bottom-middle h2{
  color: #FFC166;
  padding-top: 20px;
  font-size: 30px;
}
.operating-activities-section-4-bottom-middle h5{
  color: #A68454;
  font-size: 17px;
  padding-top: 10px;
  line-height: 30px;
}

.operating-activities-section-4-bottom-right{
  background-color: #D5D4F5;
  border-radius: 10px;
  padding: 25px 25px;
  text-align: center;
}
.operating-activities-section-4-bottom-right i{
  color: #9693E6;
  font-size: 90px;
}
.operating-activities-section-4-bottom-right h2{
  color: #9693E6;
  padding-top: 20px;
  font-size: 30px;
}
.operating-activities-section-4-bottom-right h5{
  color: #676597;
  font-size: 17px;
  padding-top: 10px;
  line-height: 30px;
}

/*operating activities section 4 end*/


/*services page middle end*/


/*services page end*/






/*footer start*/


footer{
  width: 100%;
  padding-bottom: 40px;
  background-color: #395493;
}
.footer-top{
  padding-top: 40px;
}
/* .footer-top-left-logo img{
  width: 100px;
} */
.footer-top-right-content{
  color: #dad5cc;
}
.footer-top-right-content h4{
  font-size: 18px;
}
.social-icons{
  border-right: 1px solid #707070;
  height: 75px;
  padding-right: 40px;
}
.social-icons a{
  color: #dad5cc;
  font-size: 22px;
  padding-right: 8px;
}
.social-icons i:last-child{
  padding-right: 0;
}
.social-icons i:hover{
  color: turquoise;
  transform: scale(1.5);
}
.newsletter-subscribe{
  margin-left: 50px;
}
.newsletter-subscribe input{
  width: 100%;
  border-radius: 50px;
  border: none;
  padding: 8px;
}
.newsletter-subscribe input[placeholder]{
  padding-left: 15px;
  font-size: 14px;
  outline: none;
}
.footer-main{
  padding-top: 50px;
}
.cust-nmb hr{
  width: 35%;
  padding-bottom: 4px;
  opacity: 1;
  background-color: #fff;
}
.footer-nav h4{
  color: #dad5cc;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.dropdown-toggle::after{
  display: none !important;
}
.footer-nav-links a{
  display: block;
  text-decoration: none;
  padding-bottom: 15px;
  color: #fff;  
  font-size: 15px; 
}
.footer-nav-links a:hover{
  color: #e2e0dd;
}
.footer-nav hr{
  padding-bottom: 2px;
  background-color: #fff;
  opacity: 1;
  width: 10%;
}
.footer-nav ul li{
  border-left: none;
}
.footer-nav .navbar-nav li a{
  color: #fff !important;
  font-weight: 400;
}
.footer-nav .navbar-nav li a:hover{
  color: #888787 !important;
  padding-left: 3px;
  transition: 0.2s ease-in-out;
}

.footer-disclaimer h6{
  color: #dad5cc;
  font-size: 15px;
  padding-top: 25px;  
}

/*disclaimer start*/

.accordion-item{
  border: none !important;  
  background-color: #395493 !important;
}
.accordion-button{
  color: #fff !important;
  background-color: #395493 !important;
  font-weight: 500;
}
.accordion-body{
  background-color: #395493 !important;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

/*disclaimer end*/

.ewmpl{
  padding-bottom: 20px;
}
.ewmpl-wrap{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}

.eepl-wrap{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}
.eepl-box-1 h6{
  font-size: 14px;
  color: #c0c0c0;
  padding-bottom: 12px;
}
.footer-nav-links .dropdown:hover ul.dropdown-menu{ 
  display: block; 
}
.footer-nav-links .dropdown-menu{
  z-index: 90;
  min-width: 0;
  opacity: 1;
  padding: 10px 10px;
  background-color: #29344e;
  border-right: none;
  border-bottom: none;
  border-top: 2px solid grey;
  border-left: 1px solid grey;
  border-radius: 8px;
}
.footer-nav-links .dropdown-menu a{
  color: #fff;
}
.footer-nav-links i{
  padding-right: 4px;
}
.sub-footer-category{
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}
#s-m-d{
  min-width: 18rem;
}
.dropdown{
  display: block;
}
.dropdown-menu li a{
  font-size: 13px;
}

/*footer end*/