:root {
    --container-width:1344px;
    --theme:#4169E1;
    --theme-medium:#597ff0;
    --theme-dark:#2c4fb9;
    --theme-light:#f0f4ff;
    --separator-color:#d84c69;
}
*{
    box-sizing: border-box;
    font-family: "poppins";
    margin: 0;
    padding: 0;
}
*::before,
*::after{
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
.boxcolor1 {
    background-color: #fdf5f5;
  }
  .boxcolor2 {
    background-color: #fcf9f2;
  }
  .boxcolor3 {
    background-color: #f9fff4;
  }
  .boxcolor4 {
    background-color: #f5fffa;
  }
  .boxcolor5 {
    background-color: #f4fdff;
  }
  .boxcolor6 {
    background-color: #f5f9ff;
  }
  .boxcolor7 {
    background-color: #f6f5ff;
  }
@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(65,105,225, 0.3), 0 0 0 10px rgba(65,105,225, 0.3), 0 0 0 20px rgba(65,105,225, 0.3)
    }
    100% {
        box-shadow: 0 0 0 10px rgba(65,105,225, 0.3), 0 0 0 20px rgba(65,105,225, 0.3), 0 0 0 30px rgba(65,105,225, 0)
    }
}
p{
    font-size: 15px;
    line-height: 23px;
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}
p:last-child{
    margin-bottom: 0;
}
.video-icon {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    font-size: 51px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    animation: ripple-white 1s linear infinite;
    -webkit-animation: ripple-white 1s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    color: var(--theme);
}

b {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
}
* {
    box-sizing: border-box;
}
.heading-area,
.heading_area {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
.main-title {
    margin: -6px 0 0 0;
    line-height: 1em;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.heading_area.white>* {
    color: #fff;
}
.heading_area>p {
    margin: 5px 0 0 0;
}
.heading_area.center>* {
    text-align: center;
    display: block;
}
.heading_area span {
    font-size: 16px;
    color: var(--theme);
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.heading_area.center span {
    text-align: center;
}
.heading_area~strong {
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 31.2px;
    color: #545454;
    font-weight: 500;
    margin-bottom: 50px;
}
.button-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
main{
    margin-top: 81px;
}
main > *{
    padding: 40px 0;
}
/****************************************/

._banner_inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
._banner_ .heading_area span {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}
._banner_left {
    width: 57%;
}
._banner_ {
    position: relative;
    z-index: 1;
    background-color: var(--theme-light);
}
._banner_  h1 {
    color: var(--theme);
    font-size: 45px;
    font-weight: bolder;
    margin-bottom: 0px;
    display: block;
    line-height: 1em;
    margin: 0 0 10px 0;
}
._banner_  h1 span{
    font-size: 25px;
    color: #000;
    line-height: normal;
    margin: 0;
    line-height: 22px;
    display: block;
}
._banner_ p {
    margin-bottom: 12px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
._banner_ p strong{
    font-weight: 600;
    color: #000;
}
._banner_right{
    width: 40%;
}
._banner_right img{
    vertical-align: top;
}
.button-block a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    background-color: var(--theme);
    padding: 10px 12px 10px 12px;
    position: relative;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 50px;
    gap: 8px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.button-block a i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
}
.button-block a.introvideo-btn {
    background-color: #f09b1d;
    color: #fff;
}
.button-block a.demovideo-btn {
    background: #0fb158;
    color: #fff;
}
.button-block a.buy-now {
    background: #ffd615;
    color: #000;
}
.button-block a img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.button-block a i {
    display: inline-block;
}
.button-block a:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    bottom: 5px;
}
.button-block a small {
    font-size: 14px;
    display: block;
}
.button-block a.demo-btn {
    color: #449fc5;
    box-shadow: 0 0 0 1px #449fc5 inset;
    background-color: transparent;
    margin-right: 20px;
}
/****************************************/
.kingx2022-sitemap {
    text-align: center;
    padding-top: 40px;
}
.kingx2022-sitemap-inner {
    text-align: center;
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.kingx2022-sitemap img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.kingx2022-sitemap p {
    text-align: center;
}
.kingx2022-sitemap .heading_area h2 {
    margin-bottom: 5px;
}
/****************************************/
/************************************/
  .shark-package-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1360px;
  }
  .shark-package-inner .headStyle{
    margin-bottom: 5px;
  }
  .shark-package-pro {
    max-width: 100%;
    position: relative;
    display: block;
  }

  ul.sitemap {
    display: grid;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    margin: 40px auto 0 auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
ul.sitemap.advance_component {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 10px;
}
ul.sitemap:before {
    content: '';
    left: 12%;
    height: 2px;
    background-color: #999999;
    position: absolute;
    right: 12%;
    top: -22px;
}
ul.sitemap li .num {
    width: 42px;
    height: 42px;
    position: relative;
    box-shadow: 0 0 0 2px #006068;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -65px;
    font-size: 23px;
    font-weight: bold;
    color: #006068;
    background-color: #f4fbfd;
    z-index: 1
}
ul.sitemap li .num:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px
}
ul.sitemap li {
    position: relative;
    text-align: center;
    margin: 0;
}
ul.sitemap li .num.word_break:before {
    padding: 0 30px;
}
ul.sitemap li .somepaid {
    display: block;
    position: absolute;
    top: -93px;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.shark-package-pro.noafter:after {
    display: none;
}
.main-cat-block p.removebefore:before {
    display: none !important
}
ul.sitemap.advance_component:before {
    display: none;
}
ul.sitemap.advance_component .main-cat-block:before,
ul.sitemap.advance_component .main-cat-block:after {
    display: none;
}
.main-cat-block {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 40px 8px 20px 8px;
    border: 1px solid #ddd;
    min-height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-cat-block:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #999999;
    top: -20px;
    left: 50%;
    position: absolute;
    z-index: 1;
}
.main-cat-block:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #999999;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -8px;
    border-radius: 50%;
}
span.numeric {
    position: absolute;
    width: 59px;
    height: 34px;
    background-image: url(../images/leconcierge-clone/shape.png);
    background-repeat: no-repeat;
    top: 11px;
    left: -7px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 2px 0 0 0;
    line-height: normal;
}
.main-cat-block p {
    font-size: 13px;
    color: #000;
    line-height: 19.4px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.main-cat-block p.removebefore:before {
    display: none !important
}
.main-cat-block ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px
}
.main-cat-block ul li:first-child {
    transform: translateX(-50%);
}
.main-cat-block ul li:last-child {
    transform: translateX(50%);
}
ul.sitemap li:nth-child(2) .main-cat-block ul li {
    width: 50px
}
ul.sitemap li .main-cat-block .servicename {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}
.main-cat-block i {
    display: inline-block;
    margin-bottom: 10px;
}
.main-cat-block i img {
    height: 49px;
    width: 49px;
    display: inline-block;
    font-size: 0;
}
/* ========================================================== */
.launch{
    background-color: #fff6e8;
}
.launch-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.launch-left {
    width: 460px;
    display: flex;
    align-items: flex-end;
    height: auto;
    justify-content: flex-end;
}
.launch-right {
    width: calc(100% - 518px);
    width: -o-calc(100% - 518px);
    width: -moz-calc(100% - 518px);
    width: -webkit-calc(100% - 518px);
}
/* ========================================================== */
.business-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* ========================================================== */
.offering-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offering-left {
    box-sizing: border-box;
    width: 51.6%;
    padding-right: 78px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.offering-left:before {
    content: '';
    position: absolute;
    right: 58px;
    bottom: 12px;
    width: 954px;
    height: 774px;
    background-image: url(../images/home-new/offring-shape.png);
    z-index: -1;
}
.offering-right {
    width: 48.4%;
}
.offering h4,
.offering h5 {
    font-size: 32px;
    font-weight: 500;
    color: #1e1e1e;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    display: inline-block;
}
.offering ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.offering ul li {
    font-size: 15px;
    color: #5b5b5b;
    line-height: normal;
    list-style: none;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.offering ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 3px;
    background-color: var(--theme);
}
.offering ul li:nth-last-child(2) {
    width: 100%;
}
.offering ul li:nth-last-child(1) {
    width: 100%;
}
.script-package-row-flow {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.catrow {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 15px;
}
.catrow i {
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
}
.catrow i img {
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 0;
}
.script-package-row-flow strong {
    display: block;
    font-size: 20px;
    margin: 10px 0;
    min-height: 50px;
    text-align: center;
    font-weight: 600;
}
.catrow img{
    display: block;
    margin: auto;
}
.script-package-row-flow ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--theme);
    position: absolute;
    left: 0;
    top: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
}
/* ================================================= */
.multi_services {
    background-color: #f8f8f8;
}
.multi_services_inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.multi_services_left{
    width: 61%;
}
.multi_services_right{
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/* ================================================= */
.demovideo {
    padding: 40px 0 80px 0;
}
.demovideo-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.demovideo b {
    margin: 0 0 20px;
}
.demovideo-block {
    width: 49%;
    display: inline-block;
    border: 6px solid #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #fff;
}
.demovideo-block:after {
    content: attr(data-name);
    display: block;
    position: absolute;
    bottom: -42px;
    width: 100%;
    font-size: 21px;
    color: #000;
    font-weight: 600;
}
.demovideo-block::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%;
}
.demovideo-block img {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center center;
}
/*********************************************/
.demolinks {
    background-color: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks a {
    display: inline-block;
    padding: 22px 43px;
    font-weight: bold;
    font-size: 27px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
    background: #e8912a;
    background: -moz-linear-gradient(left, #e8912a 0%, #ecb62c 100%);
    background: -webkit-linear-gradient(left, #e8912a 0%,#ecb62c 100%);
    background: linear-gradient(to right, #e8912a 0%,#ecb62c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8912a', endColorstr='#ecb62c',GradientType=1 );
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    transition: all 0.5s ease 0s;
}
.demolinks a:hover {
    background: #f4f4f4;
    background: -moz-linear-gradient(left, #f4f4f4 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #f4f4f4 0%,#fff 100%);
    background: linear-gradient(to right, #f4f4f4 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fff',GradientType=1 );
    color: #e8912a;
}
/****************************************/
.businesssteps-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.businesssteps-inner b{
    display: block;
    margin: 0 0 10px;
}
.businesssteps ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0 0 15px;
}
.businesssteps ul li {
    line-height: 23px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 35px;
    text-align: justify;
    margin: 0;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
}
.businesssteps ul li:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 25px;
    height: 25px;
    background-color: var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/****************************************/
.opinion-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
ul.opinion-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
ul.opinion-list li a img {
    width: 100%;
    vertical-align: top;
}
ul.opinion-list li {
    margin: 0;
    padding: 0;
}
ul.opinion-list li a {
    display: inline-block;
    border: 4px solid var(--theme);
    position: relative;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
    overflow: hidden;
    width: 100%;
}
ul.opinion-list li a::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}
ul.opinion-list li a img{
    position: absolute;
    left: 0;
    top: 0;
}
ul.opinion-list li a:after {
    content: "\e9c2";
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
    line-height: 40px;
    font-size: 40px;
    padding: 3px;
    color: #fff;
    background-color: var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
/****************************************/
.faq {
    background-color: #f8f8f8;
}
.faq-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.faq_list {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
    margin: 0;
}
.faq_list li strong {
    font-size: 18px;
    line-height: 1.2em;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 10px 10px;
    text-transform: capitalize;
    border-radius: 12px 12px 0 0;
    background: #eff2ff;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    font-weight: 600;
}
.faq_list li p {
    padding: 0 10px;
}
.faq_list li:last-child {
    margin-bottom: 0;
}
/****************************************/
.about-section-of .bottom-btn {
    background-color: var(--theme) !important;
}
.about-section-of .bottom-btn:hover{
    background-color: #04838f !important;
}
.about-section-of .bottom-btn h3::after {
    content: '';
    border-top: 12px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    display: inline-block;
    margin-left: 8px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.about-section-of .bottom-btn.active h3::after {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
}
.about-section-of-data p {
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #000 !important;
    text-align: justify;
}
.enquire-now-page-top-part p{
    margin: 0 !important;
}
.about-section-of .box-rows .about-section-hading{
    color: #000 !important;
    background-color: #e9fdff !important;
}
.about-section-of-data{
    background-color: #f8f8f8 !important;
}
.about-section-of .box-rows ul li:before{
    background-color: var(--theme) !important;
}
/* --------------------------------------- */
.enquire-now-page-top-part .heading-area strong{
    margin-top: 5px;
    margin-bottom: 2px;
    display: block;
    font-size: 18px;
}
.heading-area h2, .heading-area h3, .heading-area h4, .scripting .heading-area h4{
    padding: 0;
    display: block;
    margin: -8px 0 0 0;
    line-height: 1em;
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.heading-area h2:after, .heading-area h3:after, .heading-area h4:after{
    display: none;
}
.m-0{
    margin: 0 !important;
}
@media (max-width: 1199px){
    .main-title {
        font-size: 30px;
    }
    .launch-right {
        width: calc(100% - 478px);
        width: -o-calc(100% - 478px);
        width: -moz-calc(100% - 478px);
        width: -webkit-calc(100% - 478px);
    }
    ul.opinion-list {
        gap: 15px;
    }
    .about-section-of .bottom-btn {
        padding: 18px;
        font-size: 21px;
        border-radius: 18px 18px 0 0;
    }
  }
@media (max-width: 991px) {
    ._banner_inner{
        flex-direction: column-reverse;
    }
    ._banner_left {
        width: 100%;
    }
    ._banner_right{
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }
    ._banner_  h1 {
        font-size: 40px;
    }
    .script-package-row-flow {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-cat-block:before,
    .main-cat-block:after,
    ul.sitemap:before{
        display: none;
    }
    ul.sitemap {
        margin: 10px auto 0 auto;
        grid-template-columns: repeat(3, 1fr);
    }
    ul.sitemap.advance_component {
        grid-template-columns: repeat(3, 1fr);
    }
    .launch-left{
        width: 100%;
        justify-content: center;
        margin: 0 0 25px;
    }
    .launch-right{
        width: 100%;
    }
    .multi_services_inner{
        flex-direction: column-reverse;
    }
    .multi_services_left{
        width: 100%;
    }
    .multi_services_right{
        width: 100%;
        align-items: center;
        margin: 0 0 25px;
    }
    .demovideo-block{
        width: 100%;
        margin: 0 0 50px;
    }
    .demovideo-block:last-child{
        margin-bottom: 0;
    }
    ul.opinion-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .about-section-of .bottom-btn {
        font-size: 20px !important;
    }
    .faq-row {
        grid-template-columns: 1fr;
    }
    .footer-top-heading{
        row-gap: 20px;
    }
    .footer-getitnow .heading-style{
        margin: 0;
    }
 }

@media (max-width: 767px) {
    ul.sitemap {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.sitemap.advance_component {
        grid-template-columns: repeat(2, 1fr);
    }
    .script-package-row-flow {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .heading-area h2, .heading-area h3, .heading-area h4, .scripting .heading-area h4,
    .main-title {
        font-size: 26px;
    }
    .enquire-now-page-top-part .heading-area strong {
        font-size: 16px;
    }
    .contact-ddeatil-block{
        padding: 15px;
    }
    .contact-ddeatil-block ul li {
        margin-bottom: 15px;
    }
    .enquire-now-page-left-inner {
        padding: 15px;
    }
    .submit-but-enquire-now input[type="submit"] {
        padding: 0 20px;
        font-size: 18px;
        height: 50px;
        line-height: 43px;
    }
    #enquire-now {
        padding: 40px 0;
    }
    .contact-ddeatil-block ul li strong {
        font-size: 16px;
        margin-bottom: 4px;
    }
/* --------------------------------------------- */
    ._banner_  h1 span {
        font-size: 21px;
    }
    ._banner_  h1 {
        font-size: 30px;
    }
    ul.sitemap {
        grid-template-columns: 1fr;
    }
    ul.sitemap.advance_component {
        grid-template-columns: 1fr;
    }
    .demovideo {
        padding: 40px 0 70px 0;
    }
    .demolinks a {
        padding: 15px 20px;
        font-size: 18px;
    }
    .demovideo-block:after {
        font-size: 17px;
    }
    ul.opinion-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    ul.opinion-list li a:after {
        width: 36px;
        height: 36px;
        background-size: 30px;
    }

    .about-section-of .bottom-btn {
        padding: 10px !important;
        font-size: 17px !important;
        border-radius: 12px 12px 0 0 !important;
    }
    .about-section-of .box-rows .about-section-hading {
        font-size: 18px !important;
    }
    .button-block {
        gap: 10px;
    }
 }
@media (max-width:365px) {
    .main-title {
        font-size: 23px;
    }
}