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

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.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: #333333;
    font-size: 15px;
    color: #fff;
    padding: 8px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #608BC1 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #fff;
}

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

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

/* navbar Below */
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

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

#navbarBelow li {
    position: relative;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{
  border-bottom: 1px solid #333;
}
#navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #608BC1;
    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;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

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

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
    padding: 15px 0;
}

@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 {
    max-height: 60px;
}

.dropdown-menu {
    background-color: #608bc1;
}

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

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

#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: "PT Sans", sans-serif;
    margin: 0 !important;
}


body {
    font-family: "PT Sans", sans-serif;
}
#navbarBelow {
    padding: 15px 30px 0 30px;
  }
  #navbarAbove .right{
      display: flex;
      align-items: center;
      gap: 30px;
    }
    
.nav-item.dropdown.wiki-profiles .dropdown-menu.show {
  width: 830px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  padding: 10px 0 11px 0;
  justify-content: center;
}
.nav-item.dropdown.wiki-profiles .dropdown-menu.show li {
  width: 31%;
  border: 1px solid #fff;
  border-bottom: 0;
  border: 1px solid #fff;
  padding: 5px 0 5px 5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.nav-item.dropdown.wiki-profiles .dropdown-menu.show li img {
  height: 32px;
}
.nav-item.dropdown.wiki-profiles .dropdown-menu.show li a {
  border-bottom: 0;
  padding: 0;
}
.nav-item.dropdown.wiki-profiles .dropdown-menu.show li a:hover {
  background-color: #608bc1;
  color: #fff !important;
}
/* SECTION1 */
.h_sec1.home{
    padding: 170px 0 70px 0;
    background: url(../img/s1bg.webp) no-repeat center/cover;
    position: relative;
}
.h_sec1.home::before{
    content: '';
    background: url(../img/s1before.webp) no-repeat center/cover;
    height: 325px;
    width: 350px;
    position: absolute;
    bottom: -50px;
    left: -16px;
}
.defaulth1 {
    font-weight: 700;
    /* line-height: normal; */
    font-size:55px;
    color: #fff;
    text-transform: capitalize;
}
.h_sec1.home .btn_wrap {
  position: relative;
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0 0 0;
    align-items: center;
}

a.btn1 {
    background:#608BC1;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding: 12px 25px;
}
a.btn1.light {
    background:#fff;
    color: #000;
}
a.btn2.light {
    background:#fff;
    color: #000;
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
    background:#333333;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding: 12px 25px;
}
.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn_wrap a i {
    font-size: 21px;
  }
  .btn_wrap .btn1.popup-btn.bg_dark {
    background: #fff;
    color: #000;
  }
.defaulth2 {
    font-size: 41px;
    color: #fff;
    margin: 13px 0 !important;
}
.defaulth2.black{
    color: #333333;
}
.bold {
    font-weight: 600;
}

.clr_1 {
    color: #608BC1 !important;
}
.thm {
    color: #333333 !important;
}

.defaultp {
    color: #4A4A4A;
    margin: 10px 0;
    font-size: 15px;
    /* line-height: 31px; */
}
/* SECTION1 */

/* SECTION2 */
.h_s2ul {
    margin: 19px 0 19px 0 !important;
  }
.h_s2ul li {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .h_s2ul li .icon {
    background: #608BC1;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .h_s2ul li .icon i {
    font-size: 30px;
  }
  .h_s2ul li .disc h3 {
    font-weight: 600;
    font-size: 20px;
    color: #4a4a4a;
  }
/* SECTION2 */

/* SECTION3 */
.h_sec3.home{
    background: url(../img/s3bg.webp) no-repeat center/cover;
}
.h_s3ul li.box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 35px  49px 0px !important;
    background: #608BC1;
    padding: 20px 31px 20px 70px;
    border-radius: 10px;
    /* font-weight: 600; */
    position: relative;
    transition: 0.7s;
  }
.h_s3ul li.box:hover {
    background: #333333;
}
  .h_s3ul li.box .icon {
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    position: absolute;
    top: -20px;
    left: -14px;
}
.h_s3ul li.box .icon i {
    font-size: 30px;
    transition: 0.7s;
    color: #608BC1;
  }
  .h_s3ul li.box:hover .icon i {
    font-size: 30px;
    color: #333333;
  }
  .h_s3ul li.box .disc h3 {
    font-weight: 600;
    font-size: 20px;
    color: #4a4a4a;
  }
/* SECTION3 */

/* SECTION4 */
.h_sec4.home {
  margin: -40px 0 0 0;
}
.h_sec4.home .container{
    background: linear-gradient(90deg, rgba(51,51,51,1) 0%, #608BC1 100%);
    padding: 20px 30px 20px 30px;
    border-radius: 10px;
}
.ach_box {
    padding: 0 40px 0px 40px;
  }
.ach_box .disc h3 {
    font-size: 60px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0px 0 -8px 0 !important;
    font-weight: 600;
  }
  .ach_box .disc h3 img {
    margin: 0 0 0 -37px;
  }
  .ach_box .disc h3 span {
    font-size: 20px;
  }
  .ach_box .progress {
    background: #EFEFEF;
    border-radius: 30px;
    height: 7px;
    margin: 20px 0 0 0;
  }
  .ach_box .progress .progress-bar {
    background: #333333;
    border-radius: 30px;
  }  
/* SECTION4 */


/* SECTION5 */
.h_sec5.home .container{
    background: url(../img/s5bg.webp) no-repeat center/cover;
    border-radius: 13px;
}
.h_s5discbox {
    background: #333333;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 40px 0 0 0;
}
.h_s5discbox ul {
  padding: 0 12px;
  height: 190px;
}
.h_s5discbox h4 {
    font-size: 17px;
    font-weight: 600;
}
/* SECTION5 */

/* SECTION6 */
.h_sec6.home{
    background: url(../img/s6bg.webp) no-repeat center/cover;
    height: 400px;
    display: flex;
    align-items: center;
}

.h_sec6.home .container {
  position: relative;
}
img[src="img/s6right.webp"] {
    width: 28%;
    margin: auto;
    display: table;
    top: 46%;
    position: absolute;
    max-width: fit-content;
    left: 75%;
    translate: -50% -50%;
  }
/* SECTION6 */

/* SECTION7 */
.h_s7ul li.box1{
    background: url(../img/s7bg1.webp) no-repeat center/cover;
}
.h_s7ul li.box2{
    background: url(../img/s7bg2.webp) no-repeat center/cover;
}
.h_s7ul li.box3{
    background: url(../img/s7bg3.webp) no-repeat center/cover;
}
.h_s7ul li.box4{
    background: url(../img/s7bg4.webp) no-repeat center/cover;
}
.h_s7ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0 0 !important;
  }
  .h_s7ul .box {
    width: 170px;
    height: 469px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 30px 0px 50px;
    border-radius: 10px;
    transition: 0.7s;
  }
  .h_s7ul .box.active {
    width: 690px;
  }
  .h_s7ul li.box h3 {
    font-weight: 600;
    margin: 10px 0 20px 0 !important;
  }
  .h_s7ul .box .disc {
    opacity: 0;
    /* transition: 1s; */
    /* width: 0px; */
  }
  .h_s7ul .box.active .disc {
    opacity: 1;
    width: 100%;
    transition: 2s;
  }
/* SECTION7 */

/* SECTION7 */
.h_sec9.home{
    background: url(../img/s9bg.webp) no-repeat center/cover;
}
/* SECTION7 */

/* SECTION10 */
.s10acc button {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: start;
    color: #000;
    font-weight: 600;
    height: 50px;
}

.s10acc button.collapsed i {
    transform: rotate(0);
    text-decoration: none;
}

.s10acc button p{
    color: #4A4A4A;
    text-decoration: underline;
}
.s10acc button i {
    transition: 0.4s cubic-bezier(1, 0.52, 1, 1);
    transform: rotate(135deg);
    text-decoration: none;
}

.s10acc {
    margin: 31px 0 0 0;
    border-radius: 6px;
    background: #0000000a;
    /* box-shadow: 0 0px 36px 0px #0000003d; */
    border-left: 3px solid #608BC1;
    padding: 9px 0;
}

.s10acc button i {
    border-radius: 50%;
    background: transparent;
    color: #000;
    padding: 8px 9px;
    border-radius: 21px;
    text-decoration: none !important;
}

.s10acc .s9num {
    background: transparent;
    border-radius: 50%;
    padding: 7px 6px;
}

.s10acc .card.card-body {
    border: 0;
    color: #6e706e;
    border-top: 2px solid #000;
    border-radius: 0;
}

/* SECTION10 */

/* SECTION11 */
.h_sec11.home {
    margin: 0px 0 -120px 0;
    position: relative;
    z-index: 999;
  }
.h_sec11.home .container{
    background: #608BC1;
    padding: 40px 50px;
    border-radius: 10px;
  }
  .h_sec11.home h1 {
    text-transform: uppercase;
  }
  .h_s11form {
    background: #fff;
    backdrop-filter: blur(30px);
    padding: 20px 30px;
    margin: 0 10px;
    border-radius: 10px;
  }
  
  .h_s11form form input[type="email"],
  .h_s11form form input[type="text"] {
    padding: 9px 20px;
    margin: 22px 0 0 0;
  }
  
  .h_s11form form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0000002e;
    resize: none;
    margin: 22px 0 0 0;
    padding: 10px 20px 0 20px;
  }
  
  .h_s11form form .form-check {
    text-align: left;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  
  .h_s11form form button {
    background: #608BC1;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    padding: 10px 0px;
    font-size: 18px;
    border: 0;
    margin: 20px 0 0 0;
  }
  
/* SECTION11 */

/* INDIVIDUAL WIKI PAGE */
.i_sec1.inner.banner{
    padding: 275px 0 175px 0;
}
.i_sec1.inner.individual_wiki_page{
    background: url(../img/individual-wiki-page/s1bg.webp) no-repeat center/cover;
}
.i_sec2.inner.individual_wiki_page {
  background: url(../img/wiki-page-business-page/s2bg.webp) no-repeat center/cover;
}
.i_sec3.inner.individual_wiki_page{
    background: url(../img/individual-wiki-page/s3bg.png ) no-repeat center/cover;
}
.mix_sec.inner.individual_wiki_page {
  box-shadow: 0 0 40px #0000003b;
  width: 72%;
  display: table;
  margin: 50px auto 50px auto;
  border-radius: 20px;
  padding: 0 20px 0 20px;
}
.iwp_s3ul li.box {
    background: #fff;
    padding: 0 30px 0 120px;
    display: flex !important;
    align-items: center;
    gap: 30px;
    border-radius: 100px;
    position: relative;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    height: 119px;
    margin: 30px 0 0 0 !important;
    translate: 50px 0;
    transition: 0.5s;
  }
.iwp_s3ul li.box:hover{
  background: #333333;
}
.iwp_s3ul li.box:hover p{
  color: #fff !important;
}
.iwp_s3ul li.box:hover h4{
  color: #fff !important;
}
  .iwp_s3ul li.box::before {
    content:"";
    border-top: 64px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid #365071;
    left: 6px;
    position: absolute;
    bottom: -47px;
    transform: rotate(-90deg);
  }
  .iwp_s3ul li.box .icon {
    background: #608BC1;
    height: 119px;
    width: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    position: absolute;
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    left: -10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Bebas Neue,sans-serif;
  }
  .iwp_s5box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    height: 222px;
    gap: 18px;
    padding: 0 40px 0 0px;
    translate: 60px 0;
  }
.iwp_s5box i {
  background: #608BC1;
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 20px #000000b2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
}
.i_sec5.inner.individual_wiki_page .row2 {
    position: relative;
    margin: 100px 0 110px 0;
  }
  .i_sec5.inner.individual_wiki_page .row img[src="img/individual-wiki-page/lines.webp"]{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    translate: -50% -50%;
  }
  .iwp_s5box.box1 i {
    translate: 23px 0px;
  }
  .iwp_s5box.box2 i {
    translate: 15px 0px;
  }
  .iwp_s5box.box3 p {
    translate: -9px 0;
  }
  .iwp_s5box.box4 p {
    translate: -16px 0;
  }
  .iwp_s5box.box4 i {
    opacity: 0;
  }
  .iwp_s5box p {
    line-height: 28px;
  }
  .i_sec6.inner.individual_wiki_page{
    background: url(../img/s6bg.webp) no-repeat center/cover;
}

.iwp_s7box {
    box-shadow: 0 0 40px #0000004f;
    padding: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 35px 55px 0 55px;
    border-radius: 20px;
  }
  .iwp_s7box .top {
    background: #608BC1;
    padding: 20px 60px;
    width: 106%;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .iwp_s7box .bottom {
    padding: 30px 50px;
    line-height: 27px;
  }
  .iwp_s7box .bottom p {
    height: 151px;
  }
  .iwp_s7box .top h3 {
    font-weight: 600;
    color: #fff;
  }
  .iwp_s7box .top::before {
    border-top: 24px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 14px solid #365071;
    position: absolute;
    left: 8px;
    bottom: -27px;
    content: '';
    transform: rotate(153deg);
  }
  .iwp_s7box .top::after {
    position: absolute;
    right: -1px;
    bottom: -27px;
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 17px solid #365071;
  }
  .i_sec8.inner.individual_wiki_page{
    background: url(../img/individual-wiki-page/s8bg.webp) no-repeat center/cover;
  }
  
.inner_s8process_p {
    display: flex;
    align-items: center;
    gap: 71px;
    justify-content: center;
  }
  .inner_s8process_p ul.ul1 li.box, .inner_s8process_p ul.ul3 li.box {
    display: flex;
    align-items: flex-start;
    width: 415px;
    border: 1px solid #fff;
    padding: 20px 40px 20px 40px;
    gap: 27px;
    margin: 102px 0 0 0 !important;
    border-radius: 0px 40px 0px 40px;
    transition: 0.7s;
    position: relative;
    /* z-index: 9999; */
    height: 150px;
  }
  .inner_s8process_p ul.ul1 li.box.active , .inner_s8process_p ul.ul3 li.box.active{
    background: #567FB1;
  }
  .inner_s8process_p ul.ul1 li.box .icon, .inner_s8process_p ul.ul3 li.box .icon {
    flex-shrink: 0;
    width: 60px;
  }
  .inner_s8process_p ul.ul1 li.box:last-child, .inner_s8process_p ul.ul3 li.box:last-child {
    margin: 100px 0 0 0 !important;
  }
  
.inner_s8process_p ul.ul2 .square {
  height: 220px;
  width: 220px;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}
.inner_s8process_p ul.ul2 .circle {
  height: 273px;
  width: 273px;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  z-index: 999;
  border-radius: 50%;
}
.inner_s8process_p ul.ul2{
    position: relative;
}
.inner_s8process_p ul.ul2 .circle h4{
    font-size: 40px;
    font-weight: 600;
}
.child_circle {
  /*! background: red; */
  height: 240px;
  width: 240px;
  position: absolute;
  border-right: 25px solid #569CA9;
  border-left: 25px solid #569CA9;
  border-bottom: 25px solid #569CA9;
  border-top: 25px solid #569CA9;
  border-radius: 50%;
  transform: rotate(40deg);
  display: none;
}
.inner_s8process_p ul.ul1 li.box .icon img , .inner_s8process_p ul.ul3 li.box .icon img {
    height: 70px;
    width: 60px;
    object-fit: contain;
  }
  .inner_s8process_p ul.ul1 li.box:first-child , .inner_s8process_p ul.ul3 li.box:first-child {
    translate: 0 -43px;
  }
  
  .inner_s8process_p ul.ul1 li.box:last-child, .inner_s8process_p ul.ul3 li.box:last-child {
    translate: 0 -14px;
  }
  /* .inner_s8process_p ul.ul1 li.box1::before {
    position: absolute;
    background: url(../img/individual-wiki-page/brdr1.webp) no-repeat center/cover;
    height: 119px;
    width: 119px;
    content: '';
    right: -66px;
    top: 70px;
  }
  .inner_s8process_p ul.ul1 li.box2::before {
    position: absolute;
    background: url(../img/individual-wiki-page/brdr1.webp) no-repeat center/cover;
    height: 119px;
    width: 119px;
    content: '';
    right: -69px;
    top: -81px;
    transform: rotate(266deg);
  }
  .inner_s8process_p ul.ul3 li.box3::before {
    position: absolute;
    background: url(../img/individual-wiki-page/brdr2.webp) no-repeat center/cover;
    height: 119px;
    width: 119px;
    content: '';
    left: -68px;
    top: 70px;
  }
  .inner_s8process_p ul.ul3 li.box4::before {
    position: absolute;
    background: url(../img/individual-wiki-page/brdr1.webp) no-repeat center/cover;
    height: 119px;
    width: 119px;
    content: '';
    left: -66px;
    top: -85px;
    transform: rotate(180deg);
  } */

/* INDIVIDUAL WIKI PAGE */

/* WIKI PAGE APPROVED */
.i_sec1.banner.inner.wiki-page-approved{
    background: url(../img/wiki-approve-page/s1bg.webp) no-repeat center/cover;
}
.i_sec3.inner.wiki-page-approved .container{
    background: url(../img/wiki-approve-page/s3bg.webp) no-repeat center/cover;
    padding: 20px 40px;
    border-radius: 50px;
}
.wpa_slider_btn button.prev-btn{
    background: #333333;
}

.wpa_slider_btn button {
    background: #608BC1;
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 0 20px #000000b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #fff;
  }
  
.wpa_slider_btn {
    display: flex;
    gap: 15px;
    flex-direction: row-reverse;
    padding: 20px 0;
  }
  .i_sec4.inner.wiki-page-approved .container {
    box-shadow: 0 0 10px #0000003d;
    border-radius: 50px;
    position: relative;
    height: 416px;
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  img[src="img/wiki-approve-page/s4right.webp"] {
    width: 478px;
    position: absolute;
    right: 2%;
    top: -6%;
  }
  .i_sec5.inner.wiki-page-approved{
    overflow: hidden;
  }
.wpa_s5slider .slide {
    background: #333333;
    padding: 0 0 40px 0;
    transition: 0.5s;
  }
  .wpa_s5slider .slick-slide {
    padding: 0 11px;
  }
  .wpa_s5slider .slide .bottom {
    padding: 0 20px;
    height: 200px;
  }
  .wpa_s5slider .slide .bottom h4 {
    font-weight: 600;
    margin: 10px 0 13px 0 !important;
  }
  .wpa_s5slider .slide .top img {
    border-radius: 0 0 90px 90px;
    border: 10px solid #fff;
  }
  .wpa_s5slider .slick-current .slide{
    background: #608BC1;
  }
  .wpa_slider_btn.s5_slider_btn {
    flex-direction: row-reverse;
    justify-content: space-evenly;
    gap: 380px;
    translate: 0px -260px;
  }
  .i_sec7.inner.wiki-page-approved{
    background: url(../img/wiki-approve-page/s7bg.webp) no-repeat center/cover;
  }
  
.wpa_s7ul {
    background: #fff;
    /* padding: 30px 40px; */
    border-radius: 35px;
  }
  .wpa_s7ul li.box {
    border-bottom: 1px solid #D3CCCC;
    height: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px 0 30px;
  }
  .i_sec7.inner.wiki-page-approved.wiki-page-business .wpa_s7ul li.box {
    border-bottom: 0px solid #D3CCCC;
  }
  .wpa_s7ul li.box:first-child{
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
  .wpa_s7ul li.box:last-child{
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .wpa_s7ul li.box:hover{
    background: #608BC1;
  }
  .wpa_s7ul li.box:hover h4{
    color: #fff !important;
  }
  .wpa_s7ul li.box:hover p{
    color: #fff;
  }

  .wpa_s7ul li.box:last-child {
    border-bottom: 0px;
  }
  .wpa_s7ul li.box h4 {
    font-size: 29px;
  }
  .arc img {
    width: 118px;
    max-width: fit-content;
    transition: 0.4s;
    filter: invert(56%) sepia(63%) saturate(316%) hue-rotate(173deg) brightness(84%) contrast(95%);
  }
  .arc.active img {
    filter: invert(1) brightness(0);
  }
  .arc.arc1 {
    position: absolute;
    top: 14px;
    left: 10px;
  }
  .arc.arc2 {
    position: absolute;
    top: 142px;
    left: 13px;
    transform: rotate(-90deg);
  }
  .arc.arc3 {
    position: absolute;
    top: 15px;
    right: 10px;
    transform: rotate(90deg);
  }
  .arc.arc4 {
    position: absolute;
    left: 10px;
    bottom: 13px;
    right: -120px;
    transform: rotate(180deg);
  }
  .i_sec2.inner.wiki-page-approved {
    background: url(../img/wiki-page-business-page/s2bg.webp) no-repeat center/cover;
  }
/* WIKI PAGE APPROVED */


/* WIKI PAGE MAINTENANCE */
.i_sec1.banner.inner.wiki-page-maintenance{
  background: url(../img/wiki-page-maintennance/s1bg.webp) no-repeat center/cover;
}
.i_sec2.inner.wiki-page-maintenance{
  background:  url(../img/wiki-page-business-page/s2bg.webp) no-repeat center/cover;
}
.theme_fade_bg_left{
  position: relative;
}
.theme_fade_bg_left::before{
  content: '';
  background: #608BC142;
  border-radius: 50%;
  height: 600px;
  width: 600px;
  position: absolute;
  left: 20%;
  top: 50%;
  translate: -50% -50%;
  z-index: -1;
  filter: blur(100px);
}
.theme_fade_bg_right{
  position: relative;
}
.theme_fade_bg_right::before{
  content: '';
  background: #608BC142;
  border-radius: 50%;
  height: 600px;
  width: 600px;
  position: absolute;
  right: 0%;
  top: 65%;
  translate: -50% -50%;
  z-index: -1;
  filter: blur(100px);
}
.i_sec4.inner.wiki-page-maintenance .container {
  box-shadow: 0 0 20px #00000042;
  padding: 20px 30px;
  border-radius: 40px;
}
.wpm_s4ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0 00 !important;
}
.wpm_s4ul li {
  background: #608BC1;
  color: #fff;
  padding: 10px 10px 10px 0px;
  width: 47%;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 7px;
}
.wpm_s4ul li i {
  background: #333;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  translate: -10px 0px;
}
.wpm_s7box {
  background: #557fb2;
  padding: 22px 40px;
  margin: 21px 30px 0 0px;
  border-radius: 18px;
}
.wpm_s7box h4 {
  margin: 0 0 10px 0 !important;
}
.wpm_s7box p {
  line-height: 28px;
}

.wpm_s8ul li.box {
  background: #D9D9D9;
  margin: 29px 0 0 0 !important;
  padding: 10px 20px 10px 0px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.wpm_s8ul li.box i {
  height: 48px;
  width: 48px;
  background: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  border: 6px solid #fff;
  translate: -13px 0px;
  margin: 0px 0 0 0;
}
/* WIKI PAGE MAINTENANCE */

/* WIKI PAGE BUSINESS */
.i_sec1.banner.inner.wiki-page-business{
  background: url(../img/wiki-page-business-page/s1bg.webp) no-repeat center/cover;
}
.i_sec2.inner.wiki-page-business{
  background: url(../img/wiki-page-business-page/s2bg.webp) no-repeat center/cover;
}
.i_sec3.inner.wiki-page-business{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.i_sec3.inner.wiki-page-business::before {
  content: "";
  background: #608BC1;
  position: absolute;
  top: 0;
  right: 0;
  /*! translate: -50% -50%; */
  height: 80%;
  width: 100%;
  z-index: -1;
}
.wpb_s3slider .slick-list {
  width: 141%;
}
.wpb_s3slider .slide {
  background: #fff;
  box-shadow: 0 0 30px #0000002e;
  border-radius: 34px 34px 15px 15px;
}
.wpb_s3slider .slide .icon {
  border: 15px solid #333;
  border-radius: 33px;
}
.wpb_s3slider .slide .icon {
  width: 100%;
}
.wpb_s3slider .slick-slide {
  padding: 0px 22px 40px 22px;
}
.wpb_s3slider .slide .disc {
  padding: 11px 30px 30px 30px;
}
.wpb_s3slider .slide .disc p {
  height: 190px;
}
.wpb_s3slider .slide .disc h4 {
  height: 70px;
  font-size: 25px;
  font-weight: 600;
}
.i_sec4.inner.wiki-page-business .container {
  background: #fff;
  box-shadow: 0 0 20px #00000054;
  padding: 20px 30px;
  border-radius: 25px;
}
/* WIKI PAGE BUSINESS */

/* WIKI PAGE BUSINESS */
.i_sec1.inner.banner.wiki-profile-page{
  background: url(../img/wiki-profile-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.musician{
  background: url(../img/wiki-musician-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.politician{
  background: url(../img/wiki-politician-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.youtuber{
  background: url(../img/wiki-youtube-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.actor{
  background: url(../img/wiki-actor-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.athlete{
  background: url(../img/wiki-athlete-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.author{
  background: url(../img/wiki-author-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.celebrity{
  background: url(../img/wiki-celebrity-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.doctor{
  background: url(../img/wiki-doctor-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.lawyer{
  background: url(../img/wiki-lawyer-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.journalist{
  background: url(../img/wiki-journalist-page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.inner.banner.wiki-profile-page.influencers{
  background: url(../img/wiki-influencer-page/s1bg.webp) no-repeat center/cover;
}
.i_sec2.inner.wiki-profile-page{
  background: url(../img/wiki-profile-page/s2bg.webp) no-repeat center/cover;
}
.i_sec3.inner.wiki-profile-page{
  position: relative;
  isolation: isolate;
}
.i_sec3.inner.wiki-profile-page::before{
  content: '';
  background: url(../img/wiki-profile-page/s3bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 480px;
  width: 100%;
  z-index: -1;
}
.wpp_s3box {
  background: #333333;
  padding: 30px 30px;
  margin: 29px 7px 0 0px;
  border-radius: 9px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.i_sec5.inner.wiki-profile-page .container.two{
  background: url(../img/wiki-profile-page/s5bg1.webp) no-repeat center/cover;
  padding: 60px 20px 0px 20px;
  position: relative;
  border-radius: 20px;
  height: 478px;
  z-index: 0;
}
.i_sec5.inner.wiki-profile-page .container.two::before{
  content: '';
  background: url(../img/wiki-profile-page/s5before.webp) no-repeat center/cover;
  position: absolute;
  top: -54px;
  left: -73px;
  height: 241px;
  width: 266px;
  z-index: -1;
}
/* .i_sec5.inner.wiki-profile-page .container .row{
  display: flex !important; 
} */
/* .i_sec5.inner.wiki-profile-page .container img {
  position: absolute;
  top: -20px;
  left: -30px;
} */

.wpa_slider_btn.wpp_slider_btn {
  position: absolute;
  left: 50%;
  top: 84%;
  translate: -50% -50%;
  gap: 25px;
}
.wpa_slider_btn.wpp_slider_btn button {
  box-shadow: none;
  height: 60px;
  width: 60px;
}
.wpp_s5slider .slide .disc h2 {
  font-size: 34px;
  color: #608bc1;
}
.wpp_s5slider .slide {
  display: flex;
  /* align-items: center; */
  height: 271px;
  gap: 91px;
  padding: 0px 30px 30px 30px;
  align-items: flex-start;
}
.wpp_s5slider .slick-slide .slide {
  padding: 20px 20px 20px 20px;
  margin: 0 44px;
  border-radius: 11px;
  transition: 0.7s;
}
.wpp_s5slider .slick-current .slide {
  background: #333 !important;
  color: #fff;
}
.wpp_s5slider .slick-active .slide {
  background: #fff;
  /* color: #fff; */
}
.wpp_s5slider .slick-active .slide li{
  color: #4A4A4A;
}
.wpp_s5slider .slick-current .slide li{
  color: #fff;
}
.wpp_s5slider .slick-current .slide h2{
  color: #fff !important;
}
.wpp_s5slider .slide h2{
  margin: 2px 0 11px 0 !important;
  font-size: 29px !important;
}
.wpp_s5slider .slick-current .slide p{
  color: #fff !important;
}
/* .wpp_s5slider .slide p {
  height: 150px;
} */
.i_sec7.inner.wiki-profile-page{
  background: url(../img/wiki-profile-page/s7bg.webp) no-repeat center/cover;
}
/* WIKI PAGE BUSINESS */


/* REVIEWS PAGE CSS */
.i_sec1.banner.inner.reviews{
  background: url(../img/review_page/s1bg.webp) no-repeat center/cover;
}
.testi_box {
  background: #fff;
  box-shadow: 0 0 30px #0000001a;
  border-radius: 10px;
  margin: 40px 0 0 0;
}
.testi_box .top {
  display: flex;
  justify-content: space-between;
  padding: 19px 40px 0 40px;
  align-items: center;
}
.testi_box .mid {
  padding: 10px 40px 20px 40px;
}
.testi_box .top i {
  color: #FDAD01;
}
.testi_box .bottom {
  background: #608BC1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.testi_box .bottom ul li {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 10px 40px;
  color: #fff;
}
img[src="img/review_page/s2left.webp"] {
  width: 58%;
}
.testi_box .mid p {
  height: 158px;
}
.testi_box .bottom ul li .icon img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}
/* REVIEWS PAGE CSS */


/* CONTACT PAGE CSS */
 .h_sec11.contact.home ul.ul1 li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 10px 0 0 0 !important;
}
.h_sec11.contact.home h5 {
  margin: 20px 0 0 0 !important;
}

.head_social.foot li {
  line-height: 22px;
}
.head_social.foot {
  margin: 20px 0 0 0 !important;
}
.head_social.foot li i {
  color: #333;
  font-size: 15px;
}
.head_social.contact li {
  background: #333;
  padding: 4px 9px;
}
.head_social.contact li i{
  color: #fff;
}
.i_sec1.banner.inner.about{
  background: url(../img/about_page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.banner.inner.contact{
  background: url(../img/contact_page/s1bg.webp) no-repeat center/cover;
}
.i_sec1.banner.inner.faq{
  background: url(../img/faq_page/s1bg.webp) no-repeat center/cover;
}

/* CONTACT PAGE CSS */


    /* FOOTER  */
    

    footer {
        width: 100%;
        background: #333333;
        overflow: hidden;
    }
    
    .foot_top {
        width: 100%;
        overflow: hidden;
        padding: 120px 0 40px;
    }
    
.foot_box {
    width: 100%;
}

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

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

.foot_box ul {
    padding: 0 0 0 0px;
    list-style: none;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}
.foot_box ul li i{
    color: #B2C3BF;
}

/* .foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #fff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
} */

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

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}
.footer_s2ul li img {
  filter: invert(56%) sepia(63%) saturate(316%) hue-rotate(173deg) brightness(84%) contrast(95%);
}
/* .foot_box2 h3::before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 90%;
    background: #fff;
} */

.foot_box2 ul li {
    color: #fff;
    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: #fff;
} */

.foot_box img[src="img/logo.svg"] {
    margin-bottom: 10px;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

.foot_box2 ul li {
    list-style: none;
}

.foot_bot {
    background: #333333;
    padding: 16px 0;
    border-top: 1px solid #fff;
  }
.foot_bot p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}
.footer_s2ul {
    margin: 19px 0 0 0 !important;
  }
.footer_s2ul li {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }

  .footer_s2ul li .disc h4 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
  }



  @media (max-width:1700px) {
    .iwp_s5box p {
      line-height: 24px;
    }
  }
  @media (max-width:1700px){
    .iwp_s5box {
        padding: 0 10px 0 0px;
        translate: 48px 0;
    }
  }
  @media (max-width:1550px) {
    .wpa_slider_btn.s5_slider_btn {
      flex-direction: row-reverse;
      justify-content: space-evenly;
      gap: 270px;
    }
    
  }
  @media (max-width:1550px) {
      .iwp_s5box p {
    line-height: 19px;
  }
  }
  @media (max-width:1450px) {
      .iwp_s5box p {
    line-height: 24px;
  }
      .defaulth1 {
          font-size: 40px;
          padding: 10px 0;
    }      
    .defaulth2 {
        font-size: 36px;
    }
    img[src="img/s1right.webp"] {
        width: 62%;
        margin: auto;
        display: table;
        margin-top: 50px;
    }
    .h_sec1.home::before {
        height: 123px;
        width: 138px;
        bottom: -20px;
        left: 0px;
    }
    img[src="img/s2left.webp"] {
        width: 80%;
        display: table;
        margin: auto;
    }
    .i_sec1.inner.banner {
        padding: 195px 0 105px 0;
      }
      img[src="img/individual-wiki-page/s2left.webp"] {
        width: 74%;
        margin: auto;
        display: table;
      }
      .iwp_s7box .bottom {
        padding: 10px 50px;
      }
      .iwp_s7box .top {
        padding: 10px 60px;
      }
      .iwp_s7box {
        padding: 20px 0px 30px 0px; 
        margin: 15px 35px 0 35px;
      }
      img[src="img/wiki-page-maintennance/s2left.webp"] {
        width: 65%;
        margin: auto;
        display: table;
      }
      img[src="img/wiki-page-maintennance/s4right.webp"] {
        width: 77%;
        margin: auto;
        display: table;
      }
      .wpa_slider_btn.s5_slider_btn {
        gap: 0px;
      }
      img[src="img/wiki-page-business-page/s2left.webp"] {
        width: 67%;
      }
      img[src="img/wiki-page-maintennance/s5right.webp"] {
        width: 65%;
        margin: auto;
        display: table;
      }
      img[src="img/wiki-page-maintennance/s2left.webp"] {
        width: 68%;
      }
      img[src="img/wiki-profile-page/s2right.webp"] {
        width: 71%;
      }
      .i_sec3.inner.wiki-profile-page::before {
        height: 391px;
      }
      .i_sec5.inner.wiki-profile-page .container.two {
        background: url(../img/wiki-profile-page/s5bg1.webp) no-repeat bottom/cover;
        padding: 40px 20px 0px 20px;
        height: 425px;
      }
      img[src="img/wiki-profile-page/s7right.webp"] {
        width: 71%;
      }
      .mix_sec.inner.individual_wiki_page {
        width: 97%;
      }
      .i_sec5.inner.wiki-profile-page .container.two::before {
        top: -54px;
        left: -21px;
        height: 141px;
        width: 160px;
      }
      .nav-item.dropdown.wiki-profiles .dropdown-menu.show {
        width: 800px;
      }
}
@media (max-width:1399px) {
    img[src="img/s1right.webp"] {
        width: 70%;
    }
    img[src="img/s2left.webp"] {
        width: 100%;
    }
    img[src="img/s3img1.webp"] {
        margin: 30px 0 0 0;
    }
    img[src="img/individual-wiki-page/s2left.webp"] {
        width: 87%;
    }
    .iwp_s5box p {
        line-height: 20px;
    }
    .inner_s8process_p {
        translate: 0 -40px;
    }
    .wpa_slider_btn.s5_slider_btn {
      gap: 375px;
      justify-content: center;
    }
    img[src="img/wiki-page-business-page/s2left.webp"] {
      width: 78%;
    }
    .iwp_s3ul li.box .disc h4 {
      font-size: 18px;
    }
    img[src="img/wiki-page-maintennance/s5right.webp"] {
      width: 75%;
      margin: auto;
      display: table;
    }
    .wpm_s7box h4 {
      font-size: 22px;
    }
    .wpm_s4ul li {
      width: 46%;
      font-size: 11px;
    }
    .i_sec5.inner.wiki-page-maintenance{
      padding-top: 0rem !important;
    }
    .wpm_s7box {
      padding: 18px 10px;
      margin: 21px 0px 0 0px;
    }
    img[src="img/wiki-profile-page/s2right.webp"] , img[src="img/wiki-profile-page/s7right.webp"] {
      width: 95%;
    }
    /* .wpp_s5slider .slide .left img {
      width: 100%;
    }
    .wpp_s5slider .slide .left {
      width: 50%;
    }
    .wpp_s5slider .slide .right {
      width: 100%;
    } */
    .i_sec5.inner.wiki-profile-page .container.two {
      height: 416px;
    }
    .wpa_slider_btn.wpp_slider_btn {
      left: 50%;
    }
    .i_sec3.inner.wiki-profile-page:before {
      display: none;
    }
    .i_sec3.inner.wiki-profile-page {
      background: #608BC1;
    }
    .testi_box .mid {
      padding: 10px 20px 20px 20px;
    }
    .testi_box .top {
      padding: 19px 20px 0 20px;
    }
    .testi_box .bottom ul li {
      padding: 10px 20px;
    }
    .iwp_s7box .bottom p {
      height: 181px;
    }
    img[src="img/wiki-page-maintennance/s2left.webp"] {
      width: 83%;
    }
    .wpb_s3slider .slick-slide {
      padding: 0px 22px 10px 22px;
    }
    .wpb_s3slider .slide .disc p {
      height: 210px;
    }
    .wpp_s3box h4 {
      font-size: 20px;
      height: 38px;
    }
    .wpp_s3box p {
      height: 135px;
    }
    .h_sec1.home {
      padding: 120px 0 70px 0;
    }
    .nav-item.dropdown.wiki-profiles .dropdown-menu.show {
      left: -80px;
    }
    .h_sec6.home {
      height: 345px;
    }
    .wpp_s5slider .slide h2 {
      font-size: 21px !important;
    }
    .wpp_s5slider .slick-slide .slide {
      margin: 0 14px;
    }
}
.desk_hide{
    display: none !important;
}
.i_sec5.inner.wiki-profile-page {
  padding-bottom: 3rem !important;
}
@media (max-width:991px) {
    .defaulth1 {
        font-size: 32px;
        padding: 10px 0;
    }
    .res_slider .slick-dots li { margin: 0 7px !important;  }
    .res_slider .slick-dots li button { height: 11px; width: 11px; background: #608BC1; border-radius: 13px; padding: 0 9px; transition: 0.5s; margin-top: 17px !important; }
    .res_slider .slick-dots li.slick-active button { background-color: #fff; border: 1px solid #608BC1; width: 34px; margin: 0 -9px; /* padding: 0 14px; */ }
    .res_slider .slick-dots li button::before { display: none; }
    .mob_hide{
        display: none !important;
    }
    .desk_hide{
        display: block !important;
    }
    .mob_center{
        text-align:center !important;
    }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #333;
        padding: 0 10px;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    #navbarBelow {
        padding: 20px 0px 0 0px;
    }
    .h_sec1.home::before {
        display: none;
    }
    .h_s2ul li {
        flex-direction: column;
        text-align: center;
    }
    a.btn1 , a.btn2 {
        padding: 9px 10px;
    }
    .h_s3ul .slick-slide {
        padding: 0 15px;
    }
    .h_s3ul li.box {
        margin: 35px 0 5px 0 !important;
    }
    .h_sec4.home {
      margin: 0px 0 0 0;
    }
    .ach_box .disc h3 img {
        margin: 0 0 0 0px;
    }
    .ach_box .disc h3 {
        justify-content: center;
    }
    .disc h3, .disc p {
        text-align: center;
    }
    img[src="img/s6right.webp"]{
        display: none;
    }
    .h_s7ul .box {
        width: auto !important;
        height: auto !important;
    }
    .h_s7ul {
        flex-wrap: wrap;
    }
    .h_s7ul .box {
        width: 100%;
        padding: 20px 20px;
    }
    .h_s7ul .box .disc{
        opacity: 1 !important;
        text-align: center;
    }
    .h_sec8.home {
        padding-bottom: 3rem;
    }
    .h_s11form {
        padding: 21px 11px;
        margin: 20px 0px;
    }
    section{
        overflow: hidden;
    }
    .i_sec3.inner.individual_wiki_page {
        background-position: 0 0;
    }
    .iwp_s3ul li.box {
        height: auto;
        translate: 0;
        flex-direction: column;
        padding: 0 20px 0 20px;
    }
    .iwp_s3ul li.box .icon {
        border-radius: 20px;
        position: relative;
    }
    .iwp_s3ul li.box {
        border-radius: 10px;
        padding: 20px 20px;
    }
    .i_sec5.inner.individual_wiki_page .row img[src="img/individual-wiki-page/lines.webp"]{
        display: none;
    }
    .iwp_s5box {
        padding: 0 0px 0 0px;
        translate: 0px 0;
        flex-direction: column;
        height: 142px;
    }
    .iwp_s5box i{
      translate: 0 -16px !important;
      transform: rotate(90deg);
      box-shadow: 0 0 20px #0000;
      color: #fff;
      background: #608BC1;
      height: 35px;
      width: 35px;
      font-size: 15px;
    }
    .i_sec5.inner.individual_wiki_page .row2 {
        margin: 0 !important;
    }
    .iwp_s5box.box4 p , .iwp_s5box.box3 p{
        translate: 0 !important;
    }
    .iwp_s7box .top {
        padding: 10px 10px;
    }
    .iwp_s7box .bottom {
        padding: 10px 12px;
    }
    .iwp_s7box .top h3 {
        font-size: 19px;
    }
    .iwp_s7box {
        margin: 15px 15px 0 15px;
    }
    .inner_s8process_p ul.ul2 {
        display: none;
    }
    .inner_s8process_p {
        translate: 0 0px;
        flex-direction: column;
        margin: 80px 0 0 0;

    }
    .inner_s8process_p ul.ul1 li.box:last-child, .inner_s8process_p ul.ul3 li.box:last-child {
        margin: 0px 0 0 0 !important;
    }
    .inner_s8process_p ul.ul1 li.box, .inner_s8process_p ul.ul3 li.box {
        margin: 0px 0 0 0 !important;
    }
    .inner_s8process_p ul.ul1 li.box {
        flex-direction: column-reverse;
        align-items: center;
    }
    .inner_s8process_p ul.ul3 li.box {
        flex-direction: column;
        align-items: center;
    }
    .inner_s8process_p ul.ul1 li.box, .inner_s8process_p ul.ul3 li.box {
        width: auto;
        padding: 20px 40px 20px 40px;
        gap: 7px;
        height: auto;
    }
    .wpa_s5slider .slide .bottom {
      padding: 0 20px;
      height: auto;
    }
    .wpa_s7ul li.box {
      height: auto;
      padding: 30px 30px 30px 30px;
    }
    .s10acc button {
      font-size: 13px;
    }
    .wpa_slider_btn.s5_slider_btn {
      gap: 10px;
      translate: 0 0;
      justify-content: center;
      padding: 0px 0 20px 0;
    }
    .iwp_s3ul li.box::before {
      display: none;
    }
    .wpb_s3slider .slick-slide {
      padding: 28px 0px 10px 0px;
    }
    .wpb_s3slider .slick-list {
      width: 100%;
    }
    .wpb_s3slider .slide .disc {
      padding: 11px 18px 30px 18px;
    }
    .wpb_s3slider .slide {
      box-shadow: 0 0 0px #0000002e;
    }
    .i_sec4.inner.wiki-page-business .container{
      box-shadow: 0 0 0px #0000002e;
    }
    .i_sec3.inner.wiki-page-business {
      padding-bottom: 1rem !important;
    }
    .wpm_s8ul li.box {
      display: flex !important;
      align-items: center;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px 0px 10px 0px;
    }
    .wpm_s8ul li.box i {
      translate: 0px -20px;
      margin: 0px 0 0 0;
      transform: rotate(90deg);
    }
    .wpp_s3box {
      padding: 30px 10px;
      margin: 29px 20px 0 20px;
    }
    .i_sec5.inner.wiki-profile-page .container.two {
      height: auto;
      background: #e5e6e6;
      padding: 10px 0px 0px 0px;
    }
    .wpp_s5slider .slide {
      padding: 40px 30px 30px 30px;
    }
    .wpp_s5slider .slide .left {
      display: none;
    }
    .wpp_s5slider .slide .right {
      width: 100%;
    }
    .i_sec5.inner.wiki-profile-page .container.two::before {
      top: -29px;
      left: 4px;
      height: 87px;
      width: 95px;
    }
    .wpa_slider_btn.wpp_slider_btn {
      position: relative;
      left: 0;
      top: 0;
      translate: 0;
      gap: 25px;
    }
    .wpp_s5slider .slide .disc h2 {
      font-size: 28px;
    }
    .i_sec3.inner.reviews .res_slider .slick-slide {
      padding: 0 8px 20px 8px;
    }
    .iwp_s7box .bottom p {
      height: 211px;
      line-height: 21px;
    }
    .h_s5discbox {
      margin: 30px 0 10px 0;
    }
    .h_sec6.home {
      height: auto;
      padding: 21px 0 38px 0px;
    }
    .h_sec8.home ul {
      list-style: none;
    }
    .wpa_s7ul li.box h4 {
      font-size: 22px;
    }
    .h_sec11.home .container {
      background: #608BC1;
      padding: 20px 20px;
    }
    .iwp_s3ul li.box .icon {
      left: 0px;
    }
    .wpp_s3box  {
      height: auto;
    }
    .wpp_s3box h4 , .wpp_s3box p{
      height: auto !important;
    }
    .i_sec3.inner.wiki-profile-page .res_slider .slick-dots li button {
      background: #333;
    }
    .res_slider .slick-dots li.slick-active button {
      background: #fff !important;
    }
    .wpp_s5slider .slide h2 {
      font-size: 18px !important;
    }
    .wpp_s5slider .slide {
      display: flex;
      align-items: center;
      height: auto;
    }
    .wpp_s5slider .slick-dots li { margin: 0 7px !important;  }
    .wpp_s5slider .slick-dots li button { height: 11px; width: 11px; background: #608BC1; border-radius: 13px; padding: 0 9px; transition: 0.5s; margin-top: 17px !important; }
    .wpp_s5slider .slick-dots li.slick-active button { background-color: #fff; border: 1px solid #608BC1; width: 34px; margin: 0 -9px; /* padding: 0 14px; */ }
    .wpp_s5slider .slick-dots li button::before { display: none; }
    .footer_s2ul .disc p {
      text-align: start;
    }
    .nav-item.dropdown.wiki-profiles .dropdown-menu.show {
      width: 100%;
      height: 179px;
      overflow: scroll;
    }
    .nav-item.dropdown.wiki-profiles .dropdown-menu.show li{
      width: 97%;
    }
    #navbarNavDropdown {
      margin: 0 !important;
    }
    }

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 30px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
}





.pricing-bnr-new-st .h_s1left {
    text-align: center;
}

.pricing-bnr-new-st .h_s1left .btn_wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-bnr-new-st::before {
    display: none;
}
