@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/article/SFProDisplay-Black.woff2') format('woff2'), url('../fonts/article/SFProDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/article/SFProDisplay-Bold.woff2') format('woff2'), url('../fonts/article/SFProDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/article/SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/article/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/article/SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/article/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/article/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/article/SFProDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/article/SFProDisplay-Light.woff2') format('woff2'), url('../fonts/article/SFProDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'SFProDisplay'!important;
    overflow-x: hidden;
}
.filterBtn {
    position: relative;
    z-index: 1;
}
.max-960{max-width:960px;width:100%;}
.call-dropdown {
    display: none;
    opacity: 0;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 60px;
    box-shadow: 0 0 32px rgba(26, 32, 39, 0.12);
    width: 250px;
    white-space: nowrap;
    padding: 1rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
}
.call-dropdown.active {
    opacity: 1;
    visibility: visible;
    display: block;
}
.call-dropdown a {
    display: flex;
    align-items: center;
}
.call-dropdown a img {
    margin-right: 1rem;
}
.call-dropdown:before {
    content: "";
    position: absolute;
    right: 64px;
    top: -5px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    transform: rotate(45deg);
}
.call-dropdown .dropdown-item.active,
.call-dropdown .dropdown-item:active {
    background: #ffffff;
    color: #1A2027;
}
.call-dropdown-desktop {
    display: none;
    opacity: 0;
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 60px;
    box-shadow: 0 0 32px rgba(26, 32, 39, 0.12);
    width: 250px;
    white-space: nowrap;
    padding: 1rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
}
.call-dropdown-desktop.active {
    opacity: 1;
    visibility: visible;
    display: block;
}
.call-dropdown-desktop a {
    display: flex;
    align-items: center;
}
.call-dropdown-desktop a img {
    margin-right: 1rem;
}
.call-dropdown-desktop:before {
    content: "";
    position: absolute;
    right: 64px;
    top: -5px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    transform: rotate(45deg);
}
.call-dropdown-desktop .dropdown-item.active,
.call-dropdown-desktop .dropdown-item:active {
    background: #ffffff;
    color: #1A2027;
}
button.navbar-toggler .tog_icon {
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
button.navbar-toggler .tog_close_icon {
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    width:0px;
}
button.navbar-toggler.active .tog_close_icon {
    transform: scale(1);
    opacity: 1;
    width:auto;
}
button.navbar-toggler.active .tog_icon {
    transform: scale(0);
    width:0px;
}
li.social-icon a {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
}
.iso-cm {
    max-width: 250px;
    width: 100%;
    height: auto;
}
.w-350 {
    width: 21.875rem;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
#sr-form svg {
    font-size: 24px;
    /* position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0px, -50%); */
    width: 21px;
    height: 21px;
    cursor: pointer;
}
#sr-form svg path {
    width: 20px;
    height: 20px;
}
/* Slider */
.splide {
  padding:0px 0;
}
.splide__slide img {
  display: block;
  width: 100%;
  max-width:1024px;
  max-height:576px;
  object-fit:cover;
  border-radius: 8px;
  transition: transform 400ms;
  transform: scale(1);
  transform-origin: center center;
}
.splide__slide.is-active img {
  transform: scale(1);
}
#blog_slider .splide__track{overflow:visible;}
#blog_slider ul li{max-width:1024px;}
.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0.9;
  background:transparent;
}
.splide .splide__arrow svg {
  filter: invert(1);
  width: 24px;
  height: 24px;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); */
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide-custom-arrows button{
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    border: none;
    background: none;
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); */
    transition: all .5s;
    padding: 0px 0px;
    overflow:hidden;
}
.splide-custom-arrows button:disabled{opacity:0;cursor:none;}
.splide-custom-arrows #splide-prev{
    left:0px;    
}
.splide-custom-arrows #splide-next{
    right:0px;
}
#blog_slider ul li:after{
    content:"";
    width:100%;
    max-height:260px;
    height:100%;
    position:absolute;
    bottom:0px;
    left:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius:0px 0px 1.5rem 1.5rem;
}
.blog-slide-content{bottom:0px;left:0px;}
.splide-custom-arrows button svg{width:100%;height:100%;}
.hover-cat:last-child{margin-bottom:0px!important;}
button#splide-next{border-radius:0px 0px 0px 0px;}
button#splide-prev{border-radius:0px 0px 0px 0px;}
.b-span{
    width:1px;
    height:36px;
    background:rgba(255, 255, 255, 0.5);
}
/* Domain */
.max-w-domain{
    max-width:780px;
    width:100%;
}
/*Single blog*/
.max-960{max-width:960px;width:100%;}
.sticky_section {
    position: sticky;
    top:100px;
    align-self: flex-end;
    transition: .8s;
    text-align:right;
    float:right;
}
.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #1A2027!important;
    text-decoration: none;
}
.tooltip-wrapper:hover{
    color: #1A2027;
}
.tooltip-wrapper .tooltip-text {
  visibility: hidden;
  background-color: #1A2027;
  color: #fff;
  text-align: center;
  padding:4px 8px;
  border-radius:8px;
  position: absolute;
  z-index: 1;
  top: 110%; /* Position above */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  font-size:14px;
}
.tooltip-wrapper .tooltip-text:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1A2027;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: rotate(45deg) translate(-50%, 0px);
    border-radius: 2px;
}
.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.social-content-btn{
    display:none;
    background: #1a2027;
    color: #ffffff;
    border: none;
    position: sticky;
    top:100px;
    align-self: flex-end;
    transition: .8s;
    text-align:left;
    float:right;
    top: 100px;
    width: 40px;
    height: 40px;
    border-radius: 8px 0px 0px 8px;
    z-index: 1;
    margin-right: -30px;
}
.max1100{max-width:1100px;width:100%;}
/*guides page*/
.col-311{
    max-width:311px;
    width:100%;
}
.last-col{max-width:250px;width:100%;}
.col-311 input::placeholder{color:#B1B1B1!important;}
.col-311 input{padding:13px 16px;}
.custom-select{color:#1A2027;padding:13px 16px;}
#select-domain, #select-category {
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none; 
  padding-right:16px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="dark" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a.75.75 0 011.06-.032L10 10.686l3.424-3.17a.75.75 0 011.028 1.093l-4 3.7a.75.75 0 01-1.028 0l-4-3.7a.75.75 0 01-.032-1.06z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size:24px;
  cursor: pointer;
}
.btn-secondary{border-width:1px;}
.pointer{cursor:pointer;}
p.pointer{width:max-content;}
p.pointer svg{transition:all 0.5s ease-in-out;}
p.pointer.active svg{transform:rotate(180deg);}
.fs14{font-size:14px;}
.video-duration-frame{max-width:691px;width:100%;opacity:0;transition:all 0.5s ease-in-out;}
.video-duration-frame.active{opacity:1;}
.video-duration-frame-modal{max-width:691px;width:100%;}
.playbtn{opacity:0;transition:all 0.5s ease-in-out;font-size:1.063rem;}
.content-video{
    content:"";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position:absolute;
    width:100%;
    border-radius:0px 0px 1.5rem 1.5rem;
    /*height:196px;*/
    bottom:0px;
    left:0px;
    padding:48px;
    transform:translateY(70px);
    transition:all 0.5s ease-in-out;
}
.mx668{margin-bottom:0;opacity:0;max-width:668px;width:100%;transform:translateY(48px);transition:all 0.5s ease-in-out;}
.image_section{overflow:hidden;border-radius:1.5rem;}
.hover-card:hover .content-video{
    transform:translateY(0px);
}
.hover-card:hover .mx668{
    transform:translateY(0px);
     opacity:1;
}
.hover-card:hover .playbtn{opacity:1;}
.bn-background{
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.bn-background .experts .container_scroll {
    max-width: 1272px;
    margin: 0 auto;
}
.bn-background .experts .space-holder {
    position: relative;
    width: 100%;
}
.bn-background .experts .sticky-scroll-new {
    position: sticky;
    top:48px;
    height: 802px;
    width: 100%;
}
.bn-background .experts .horizontal {
    position: absolute;
    height: 802px;
    will-change: transform;
    top:48px;
    touch-action: pan-y;
}
.bn-background .experts .horizontal .cards {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.bn-background .experts .horizontal .item {
    position: relative;
    height: 802px;
    max-width: 1224px;
    flex-shrink: 0;
    margin-left:48px;
    width: 100%;
}
.video-tab-container {
    max-width:510px;
    height:64px;
    border:1px solid #D1D1D1;
    background:#E1E1E1;
    margin:84px auto 24px auto;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:4px 4px;
}
.video-tab-button{
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:transparent;
    border:none;
    position: relative;
    font-size:17px;
    color:#4C4C4C;
    font-weight:600;
    line-height:100%;
    transition:all 0.3s ease-in-out;
    z-index:9;
    padding:0px 20px;
}
.video-tab-button.active{color:#FFFFFF;}
.video-tab-background{
    background:#1A2027;
    position:  absolute;
    top: 4px;
    left: 0px;
    height:  calc(100% - 8px);
    transition: width 0.3s,  left 0.3s;
}
.video-ta-tab-item{
    display:none;
    opacity:0;
    transition:opacity 0.4s ease;
}
.video-ta-tab-item.active{opacity:1;display:block;}
#videosModal .btn-close{background:none;}
.popular-blog .blog-image {
    height: 438px;
}
.popular-blog .blog-image img {
    height: 100%;
    object-fit: cover;
}
#videosModal .modal-body{padding:0px}
.content_sticky p{font-size:20px;color:#4C4C4C;font-weight:400;line-height:150%;}
/*.content_sticky p strong {
    font-size: 32px;
    color: #1A2027;
    font-weight: 600;
    border-top: 1px solid #D1D1D1;
    margin-top: 44px;
    padding-top: 44px;
    display: block;
    line-height:120%;
}*/
.content_sticky p.fs-5{text-align:left;}
.bg-light-gray{background:#e1e1e1;}
.lh-110{line-height:110%;}
.get-started a.nav-link:hover{
    color: #1A2027!important;
    background-color: #00FFE1!important;
    border-color: #00FFE1!important;
}
.bg-ft a{
    text-decoration:none;
    transition:all 0.3s ease-in-out;
}
.bg-ft a:hover{
    text-decoration:underline;
    color:#FFFFFF;
}
.bg-ft a span{transition:all 0.3s ease-in-out;}
.bg-ft a:hover span{color:#FFFFFF!important;}
button.navbar-toggler svg {
    position: absolute;
    top: 0;
    right: 0;
}
button.navbar-toggler.p-0 {
    position: relative;
    height: 40px;
    width: 40px;
}
.popular-blog .blog-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 1.5rem;
}
#ot-sdk-btn-floating.ot-floating-button{z-index:0!important;}
.content-res-ban {
    position: absolute;
    bottom: 0;
    padding: 120px 44px 44px 44px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    border-radius: 0px 0px 1.5rem 1.5rem;
}
.content-res-ban .mx668{
    transform: translateY(0px);
    opacity:1;
}
.bn-background #res-cat-banner .sticky-scroll-new{top:100px;}
#res-cat-banner .image_section{height:614px;}
.btn-outline-secondary:hover svg path {
    fill: #ffffff;
}
.navbar{backdrop-filter: blur(10px);}
.text-gray-70{color:rgba(76, 76, 76, 0.70)!important;}
.text-black-70{color:rgba(0, 0, 0, 0.70)!important;}
#post-container .blog-image{height:432px;overflow:hidden;}
#post-container .blog-image img{width:100%;height:100%;object-fit:cover;}
.vd-sticky{
    position:sticky;
    top:80px;
    z-index:99;
}
.btn:focus{box-shadow:0px 0px 0px!important;}
#ebook-tab{max-width:443px;}
#ebook-tab .video-tab-button{padding:0px 24px;}
#splide-next svg rect, #splide-prev svg rect{width:160px;}
/*............. Faq page css .............*/
.toggle-icon.plus  {
    display:  none;
    transition: all 0.3s ease-in-out;
}
.toggle-icon.minus  {
    display:  none;
    transition: all 0.3s ease-in-out;
}
.accordion-button .toggle-icon.plus {
    display: inline-block;
}
.accordion-button.active .toggle-icon.minus {
    display: inline-block;
}
.accordion-button.active .toggle-icon.plus{display:none;}
.letter-space{letter-spacing: -2px;}
.searchcontainer{max-width: 730px; width: 100%;}
.searchbar .search{border: 1px solid #c1c1c1;border-radius: 48px;padding: 12px 20px;width: 100%;height: 64px; outline: none;}
.searchbar .search::placeholder, .searchbar .search{font-size: 20px;line-height: 120%;color: #1a2027 !important;}
.searchbar svg{position: absolute; top: 20px; right: 20px;}
.keywords .kyword{padding: 4px 8px;height: 24px;font-size: 14px; border-radius: 30px;}
.faqcontainer{max-width: 810px; width: 100%;}
.commonfaqbox{padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.commonfaqbox:last-of-type{margin-bottom: 0; padding-bottom: 0; border: none;}
.commonfaqbox .faqbox .accordion-item{border: none;}
.commonfaqbox .faqbox .accordion-button{padding: 8px 24px;background: none;border: none;box-shadow: none;
    font-weight: 500;font-size: 20px;line-height: 150%;color: #1a2027;display: flex;justify-content: space-between;align-items: center; border-radius: 16px 16px 0 0; transition: all .4s;border-color: transparent;}
.commonfaqbox .faqbox .accordion-button.active{background: #f1f1f1;border: 1px solid rgba(0, 0, 0, 0.2);}
.commonfaqbox .faqbox .accordion-body{font-weight: 400;font-size: 18px;line-height: 150%;color: #4c4c4c;}
.commonfaqbox .faqbox .accordion-body strong{font-weight: 600;color: #000; margin-bottom: 4px;}
.commonfaqbox .faqbox .accordion-body .videobox{border-radius: 16px;background: #000; height: 400px; width: 100%;display: flex; position: relative; align-items: center; justify-content: center;z-index: 0;}
.v-popup-btn{position: absolute; top: auto; left: auto;z-index: 1; cursor: pointer;background: none;
    border: none;outline: none;}
.commonfaqbox .faqbox .accordion-item .accordion-collapse{border: 1px solid rgba(0, 0, 0, 0.2); border-top: transparent; border-radius: 0 0 16px 16px;}
/*............. Faq page css .............*/
.infograph_bg:nth-child(1){background:#E1E1E1;}
.infograph_bg:nth-child(2){background:#93FFF6;}
.infograph_bg:nth-child(3){background:#B4C6FF;}
.infograph_bg:nth-child(4){background:#FFE1B4;}
.infograph_bg:nth-child(5){background:#E1E1E1;}
.infograph_bg:nth-child(6){background:#93FFF6;}
.bn-background #infographics .sticky-scroll-new, 
.bn-background #infographics .horizontal,
.bn-background #infographics .horizontal .item{height:660px;}
.bn-background #infographics .horizontal .item{margin-left:16px;max-width:440px;}
.infographics-content{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding:132px 44px 44px 44px;
    position:absolute;
    bottom:0px;
    left:0;
    width:100%;
}
.text-white-70{color:rgba(255,255,255,0.70);}
.infograph_c {
  position: relative;
  height: 30px;
  transition: all 0.5s ease-in-out;
}

.infograph_c .hover-show,
.infograph_c .default-show {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.infograph_c .hover-show {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.infograph_c .default-show {
  opacity: 1;
  visibility: visible;
}

.infograph_bg:hover .hover-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.infograph_bg:hover .default-show {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.infograph_bg:hover .infograph_c{
    height:50px;
}
.infograph_bg img{transition:all 0.5s ease-in-out;}
.infograph_bg:hover img{
    transform:translateY(-10px);
}
#pdfModal{
    position:fixed; 
    top:0; 
    left:0; 
    width: 100vw;
    height: 100vh; 
    z-index:-1;
    text-align:center;
    background:#f1f1f1!important;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
}
#pdfModal.show {
  opacity: 1;
  visibility: visible;
  z-index:9999;
}
#pdfContainer{
    max-width: 100%; 
    height:100%; 
    overflow:auto; 
    background:#f1f1f1; 
    padding:130px 20px 20px 20px;
}
#pdfModal button{position:fixed;background:transparent;}
#explore_graphics .item{max-height:612px;}
.infographic-image img{width:100%;}
#pdfContainer canvas {
  width: 100%;
  height: auto;
  max-width: 900px;
}
p:empty {
    display: none;
}
.max856{max-width:856px;width:100%;margin:auto;padding-right:1.5rem;padding-left:1.5rem;}
.video-testimonial{text-align:center;}
.video-testimonial .control {
    width:68px;
    height:48px;
    border-radius:8px;
    /*border: 2px solid rgba(255, 255, 255, 0.4);*/
    background:#FF0000;
    /*backdrop-filter: blur(12px);*/
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    transition:all 0.5s ease-in-out;
    cursor:pointer;
}
.video_inner{max-width:1128px;width:100%;margin:auto;}
.video_inner:hover .control{opacity:1;}
.playsvg, .pausesvg {
  display: none;
}
.bbgray{
    background:#D1D1D1;
    margin:0;
    opacity:1!important;
}
.hang-ban{position:relative;}
.hang-ban:before {
    content:'“';
    position: absolute;
    margin-left: -14px;
}
.test-info-table td{padding-bottom:8px;vertical-align:top;}
.test-info-table td:first-child{width:269px;}
.test-info-table td:first-child span{width:256px;display:inline-block;}
.audio-player {
    display: flex;
    align-items: center;
    width:100%;
    border: 1px solid #C1C1C1;
    background:#FFFFFF;
    height:80px;
    border-radius:40px;
    padding:0px 20px;
  }

  #waveform {
    width:84%;
    margin:0px 0px 0px 16px;
  }

  button#playPauseBtn {
    border: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #112027;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  button#playPauseBtn svg {
    width:24px;
    height:24px;
    fill:#FFFFFF;
  }

  .time-label {
    min-width: 50px;
    text-align: right;
    font-weight: bold;
  }
  :host .cursor{display:none!important;}
  video#testimonial-video{cursor:pointer;}
  .bg-ft a span{display:inline-block;}
  .mapouter iframe{
    max-width:400px;
    min-height:156px;
    max-height:156px;
    margin-bottom:0.5rem;
    width:100%;
    height:100%;
    border-radius:1rem;
  }
  .text-black{color:#000000;}
  .pdl{padding-left:32px;position:relative;min-height:200px;}
  .pdl:before{
    content:'“';
    position:absolute;
    margin-left: -10px;
  }
  .card_test img{max-height:184px;max-width:184px;width:100%;height:100%;}
  .video-testimonial .rll-youtube-player{border-radius:1.5rem!important;}
  .card_test a:hover {
     box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.25);
   }
   .card_test a {
        border-radius: 1.5rem;
        transition: all 0.3s ease-in-out;
    }
    .max856:last-of-type hr.bbgray {
        display: none;
    }
.content_sticky h3{margin-bottom:2rem;}
.content_sticky ul li {
    font-size: 20px;
    color: #4C4C4C;
    line-height: 150%;
    margin-bottom:0.5rem;
}
.content_sticky ul li:last-child{margin-bottom:0px;}
span[data-contrast="auto"] {
    color: #1A2027;
    line-height: 150%;
    font-weight: 500;
    font-style: italic;
}
.content_sticky h1, .content_sticky h2, 
.content_sticky h3, .content_sticky h4, 
.content_sticky h5, .content_sticky h6{
    color:#1A2027!important;
    margin-bottom:1rem;
    font-weight:600;
}
.content_sticky a{color:#3E56CD;}
.content_sticky ol li {
    font-size: 20px;
    color: #4C4C4C;
    line-height: 150%;
    margin-bottom:0.5rem;
}
.content_sticky ol li:last-child{margin-bottom:0px;}
.content_sticky hr{background:#D1D1D1!important;margin:3.75rem 0px;opacity:1!important;}
.tooltip-wrapper{color:#1A2027!important;}
.content_sticky p strong,.content_sticky h1 strong,
.content_sticky h2 strong,.content_sticky h3 strong,
.content_sticky h4 strong,.content_sticky h5 strong,
.content_sticky h6 strong, .content_sticky li strong{
    color:#1A2027;
    font-weight:600!important;
}
.content_sticky p b,.content_sticky h1 b,
.content_sticky h2 b,.content_sticky h3 b,
.content_sticky h4 b,.content_sticky h5 b,
.content_sticky h6 b, .content_sticky li b{
    color:#1A2027;
    font-weight:600!important;
}
.content_sticky img, .content_sticky video, .content_sticky iframe{
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:1.5rem;
    object-fit:cover;
    object-position:top;
}
.content_sticky .rll-youtube-player{
    border-radius:1.5rem;
    margin-bottom:1rem;
}
.content_sticky .wp-video, .content_sticky  .mejs-container{
    width:100%!important;
    border-radius:1.5rem!important;
    margin-bottom:1rem;
}
.content_sticky .mejs-container .mejs-controls{
    border-radius:0px 0px 1.5rem 1.5rem!important;
}
.content_sticky p img{margin-bottom:0px;}
.content_sticky img{margin-bottom:1rem;}
/*.popular-blog .btn{padding:0px 1rem!important;}*/
.btn-outline-secondary{background:#FFFFFF;background-color:#FFFFFF;}
.text-gray-light{color:#C1C1C1!important;}
/*.result_row .col-md-4:nth-child(1) .inner-col, 
.result_row .col-md-4:nth-child(2) .inner-col, 
.result_row .col-md-4:nth-child(3) .inner-col{
    border-bottom:1px solid #C1C1C1;
}*/
.bxshdow, .bxshdow a svg path{transition:all 0.3s ease-in-out;}
.bxshdow:hover{box-shadow:0 16px 24px 0 rgba(0, 0, 0, 0.25);}
.bxshdow:hover a svg path:first-child{
    fill:#1A2027;
}
.bxshdow:hover a svg path:last-child{
    fill:#FFFFFF;
}
.cust_topic{
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 24px;
}
.custom_mt{margin-top:8px;}
.content_sticky * + h1, .content_sticky * + h2, .content_sticky * + h3,
.content_sticky * + h4, .content_sticky * + h5, .content_sticky * + h6{
    margin-top:2rem;
}
.testimonial-dt ul li:last-child, 
.testimonial-dt ul li.mb-4:last-child,
.testimonial-dt ol li:last-child, 
.testimonial-dt ol li.mb-4:last-child,
.testimonial-dt p:last-child,
.testimonial-dt p.mb-4:last-child,
.testimonial-dt ul, .testimonial-dt ol{margin-bottom:0!important;}
strong, b{color:#1A2027!important;font-weight:600;}
.content_sticky table{
    margin-bottom:1rem;
    width:100%;
    overflow-x:auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    height:auto!important;
}
.content_sticky table tr th {
    font-size: 1.125rem;
    color: #1A2027;
    line-height: 130%;
    font-weight: 600;
    padding: 12px;
    background: #F1F1F1;
}
.content_sticky table tr td {
    font-size: 1.125rem;
    color: #1A2027;
    line-height: 130%;
    font-weight:400;
    padding: 12px;
    background:#FFFFFF;
    border-top:1px solid #E1E1E1; 
}
.card_test a svg path{transition:0.3s ease-in-out;}
.card_test a:hover svg path:first-child{
    fill:#1A2027;
}
.card_test a:hover svg path:last-child{
    fill:#FFFFFF;
}
p:empty{
  display: none;
}
div#cs_space p:nth-child(odd) {
    margin-bottom:0.5rem;
}
div#cs_space p:nth-child(even) {
    margin-bottom:1.5rem;
}
div#blog_slider{
    max-height:576px;
    height:100%;
}
.popular-blog .row .blog-card:last-of-type{margin-bottom:0!important;}
.content_sticky .rll-youtube-player iframe{height:100%;}

@media(max-width:1699px){
    .max-960{max-width:800px;}
    .tooltip-wrapper{width:40px;height:40px;}
    .popular-blog .blog-image {
        height:336px;
    }
    .bn-background .experts .sticky-scroll-new,
    .bn-background .experts .horizontal,
    .bn-background .experts .horizontal .item{
        height:700px;
    }
    #res-cat-banner  .horizontal .item, #res-cat-banner .image_section{
        height:550px;
    }
    .bn-background #res-cat-banner .sticky-scroll-new{top:48px;}
    .experts .image_section img{height:550px;object-fit:cover;}
    #post-container .blog-image, #post-container .blog-image img{height:340px;}
    .bn-background #infographics .sticky-scroll-new, 
    .bn-background #infographics .horizontal,
    .bn-background #infographics .horizontal .item{height:620px;}
    .video_inner{max-width:1100px;text-align:center;}
    video#testimonial-video{max-height:620px;max-width:1100px;}
    .sticky_section{margin-right:-24px;}
}
@media(max-width:1499px){
    #blog_slider ul li{max-width:800px;}
    .tooltip-wrapper {
        width: 40px;
        height: 40px;
    }
    /*.max-960{max-width:760px;}*/
    .bn-background .experts .sticky-scroll-new,
    .bn-background .experts .horizontal,
    .bn-background .experts .horizontal .item{
        height:650px;
    }
    .experts .image_section img{height:370px;object-fit:cover;}
    .bn-background .experts .container_scroll,
    .bn-background .experts .horizontal .item{max-width:750px;}
    #videosModal .btn-close svg {
        width: 24px;
        height: 24px;
    }
    #videosModal .modal-body{max-width:770px;margin:auto;width:100%;}
    .content_sticky p, .content_sticky ul li, .content_sticky ol li{font-size:18px;}
    /*.content_sticky p strong{
        font-size:28px;
        margin-top:32px;
        padding-top:32px;
    }*/
    #res-cat-banner  .horizontal .item, #res-cat-banner .image_section{
        height:500px;
    }
    #res-cat-banner .image_section img{height:500px;}
    .faqicon{max-width: 72px;} 
    .bn-background #infographics .sticky-scroll-new, 
    .bn-background #infographics .horizontal,
    .bn-background #infographics .horizontal .item{height:550px;}
    .bn-background #infographics .horizontal .item{margin-left:16px;max-width:400px;}
    .video_inner{max-width:974px;text-align:center;}
    video#testimonial-video{max-height:550px;max-width:974px;}
    .video-testimonial .rll-youtube-player{padding-bottom:55%;}
    .content_sticky table tr th, .content_sticky table tr td{
        font-size:1rem;
    }
    div#blog_slider{max-height:450px;}
}
@media(max-width:1399px){
    .content_sticky hr{margin:3rem 0px;}
    .splide__list,.splide__slide img{max-height:432px;}
    .col-311{max-width:280px;}
    .col-311 input, #select-domain, #select-category{padding:11px 16px;}
    .popular-blog .blog-image {
        height:336px;
    }
    .content-res-ban{padding:80px 24px 24px;}
    #post-container .blog-image, #post-container .blog-image img{height:300px;}
    .video-tab-container{margin:64px auto 24px auto;}
    .bn-background #infographics .sticky-scroll-new, 
    .bn-background #infographics .horizontal,
    .bn-background #infographics .horizontal .item{height:520px;}
    .bn-background #infographics .horizontal .item{margin-left:16px;max-width:380px;}
    #explore_graphics .item{max-height:500px;}
    .infograph_bg:hover .infograph_c{height:80px;}
    .infographics-content{padding:100px 36px 36px 36px;}
    #pdfContainer{padding:100px 20px 20px 20px;}
    .popular-blog a.btn-48h, #loadMoreBtn {
        min-height: 36px!important;
        max-height: 36px!important;
    }
    .popular-blog .blog-card{
        flex: 0 0 auto!important;
        width: 33.33333333%!important;
    }
    .popular-blog .blog-card img, .popular-blog .blog-image {max-height:202px;}
    #blog_slider h3.fs-1{
        font-size: 1.25rem !important;
    }
    .custom_mt{margin-top:20px;}
    .cust_topic{
        padding-top: 16px;
        padding-bottom: 16px;
        margin-top:0px;
    }
    .custom_mt{margin-top:20px;}
    .fs-26{font-size:1.125rem;}
    .badge-info{font-size:0.75rem;}
    .content_sticky p, .content_sticky ul li, .content_sticky ol li{
        font-size:16px;
    }
    .max-960{max-width:800px;width:100%;}
    .art-blog-image {
        max-width: 1024px;
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
        border-radius:1.25rem!important;
    }
    .content_sticky img, .content_sticky video, .content_sticky iframe{
        border-radius:1rem!important;
    }
    .sticky_section{
        width:100px;
        margin-right:0px;
    }
    .sticky_section .inner-sticky{position:absolute;}
    .custom_mt{margin-top:8px;}
    .content_sticky * + h1, .content_sticky * + h2, .content_sticky * + h3,
    .content_sticky * + h4, .content_sticky * + h5, .content_sticky * + h6{
        margin-top:1.5rem;
    }
    div#blog_slider{max-height:432px;}
}
@media(max-width:1199px) {
    .col-311{max-width:210px;}
    .max-960{margin-left:0px!important;max-width:720px;}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .ms-6 {
        margin-left: 1rem !important;
    }
    .fs-5 {
        font-size: 1rem !important;
    }
    #mainNavbar button,
    #mainNavbar a.btn.btn-outline-secondary.rounded-pill.fw-medium.d-flex.align-items-center.gap-1.py-0.lh-auto {
        width: 32px;
        height: 32px;
        justify-content: center;
        gap: 0 !important;
    }
    #mainNavbar button span,
    #mainNavbar a.btn.btn-outline-secondary.rounded-pill.fw-medium.d-flex.align-items-center.gap-1.py-0.lh-auto span {
        display: none;
    }
    .popular-blog .blog-image img{height:100%;object-fit:cover;object-position:center;}
    /*.content_sticky p strong{
        font-size:24px;
        margin-top:24px;
        padding-top:24px;
    }*/
    .infograph_bg .infograph_c{height:20px;overflow:hidden;}
    .infograph_bg:hover .infograph_c{height:70px;overflow:visible;}    
    .infographics-content{padding:64px 32px 32px 32px;}
    video#testimonial-video, .video_inner{
        max-height: max-content;
        max-width: 100%;
    }
    .card_test .col-lg-6{width:100%;margin-bottom:24px;}
    .card_test .col-lg-6:last-of-type{margin-bottom:0px;}
    .popular-blog .blog-card img, .popular-blog .blog-image{max-height:142px;}
    .content_sticky table tr th, .content_sticky table tr td{
        padding:10px 8px;
    }
}
@media(max-width:1024px){
    #desktopmenu{display:none!important;}
    #mainNavbar{display:black!important;}
    .show-mb.submenu-toggle {
        position: absolute;
        right:0px;
        top:0%;
        width:40px;
        height:40px;
        display: flex;
        align-items: center;
        justify-content: end;
        cursor: pointer;
        padding-right:16px;
        /*transform: translate(0px, -50%);*/
    }
    .navbar-expand-lg .navbar-toggler{display:block!important;}
    .popular-blog picture img{
        width:100%;
        height:auto;
        border-radius:1.5rem;
    }
    .popular-blog .blog-image {
        max-height: 142px;
        height: 100%;
    }
    #mainNavbar .navbar-nav .nav-link{
        padding-right:0rem!important;
        padding-left:1rem!important;
        font-size: 1rem;
        color:#1A2027;
        font-weight:500;
        height:40px;
    }
    #mainNavbar .navbar-nav .dropend .nav-link {
        padding-right: 1rem !important;
    }
    #mainNavbar .dropdown-menu .dropend .dropdown-menu li.nav-item.dropdown{margin-bottom:0px!important;}
    #mainNavbar .dropdown-menu .dropend .dropdown-menu li.nav-item.dropdown .nav-link{
        color:#4C4C4C;
        font-size:14px!important;
        padding-left:1.5rem!important;
        padding-right:1.5rem!important;
        height:36px;
        font-weight:400;
    }
    #post-container .blog-image, #post-container .blog-image img{height:260px;}
      .commonfaqbox{padding-bottom: 28px; margin-bottom: 28px;}
    .commonfaqbox .faqbox .accordion-button{font-size: 18px; line-height: 130%;}
    .faqicon{max-width: 60px;}
    .searchbar .search{height: 56px;}
    .searchbar .search::placeholder, .searchbar .search{font-size: 18px;}
    .searchbar svg{max-width: 20px;top: 15px;}
    .commonfaqbox .toggle-icon svg{max-width: 24px;}
    .content_sticky{display:flex;flex-wrap:wrap;flex-direction:column-reverse;}
    .sticky_section{position:relative;align-self:center;}
    .content_sticky .max-960{max-width:100%;padding-right:0px;}
    .sticky_section {
        padding-top: 44px;
        position: relative;
        align-self: center;
        transition: .8s;
        text-align: center;
        float: none;
        width: 100%;
        text-align: center;
        top:0;
    }
    .sticky_section .inner-sticky p{text-align:center;}
    .sticky_section .inner-sticky .d-flex{justify-content:center;}
    .sticky_section .inner-sticky{position:relative;}
    button#splide-next, button#splide-prev{max-width:90px;}
}
@media(max-width:991px){
    .max-960{max-width:100%;}
    #blog_slider ul li{max-width:100%;}
    .splide-custom-arrows #splide-prev{
        left:24px;
        border-radius: 24px 0px 0px 24px;
    }
    .splide-custom-arrows #splide-next{
        right:24px;
        border-radius: 0px 24px 24px 0px;
    }
    .col-311{max-width:32.3333%;margin-bottom:1rem;}
    .bn-background .experts .horizontal .item  {
        width:  auto;
    }
    .bn-background .experts .sticky-scroll-new{position:relative;}
    .bn-background .experts .horizontal{position:relative;}
    .bn-background .experts .horizontal .cards{display:block;margin-top:48px;}
    .bn-background .experts .container_scroll{max-width:100%;padding:0px 1.5rem;}
    .bn-background .experts .sticky-scroll-new, .bn-background .experts .horizontal, .bn-background .experts .horizontal .item{
        height:auto;
        top:0;
    }
    .bn-background .experts .horizontal .item{margin:0px auto 48px auto;max-width:750px;}
    .video-duration-frame{opacity:1;}
    .content-video{padding:24px;transform: translateY(58px);}
    .bn-background .experts .horizontal .item:last-child{margin-bottom:0px;}
    p.pointer{pointer-events:none;}
    /*.content_sticky .max-960{padding-right:16px;}*/
    #res-cat-banner .horizontal .item, #res-cat-banner .image_section{height:auto;}
    #res-cat-banner .image_section img{height:100%;}
    .bn-background #res-cat-banner .sticky-scroll-new{top:0;}
    #post-container .blog-image, #post-container .blog-image img{height:220px;}
    .commonfaqbox{padding-bottom: 36px;margin-bottom: 36px;}
    .keywords .kyword{margin-bottom: 4px;}
    .letter-space{    letter-spacing: -1px;}
    .bn-background #infographics .horizontal .item, #explore_graphics .item{margin:0px auto 16px auto;}
    .bn-background #infographics .sticky-scroll-new, .bn-background #infographics .horizontal, .bn-background #infographics .horizontal .item{
        height:auto;top:0;
    }
    .bn-background .experts .space-holder{height:100%!important;}
    .infograph_bg .hover-show{display:block;visibility:visible;opacity:1;position:relative;}
    .infograph_bg .default-show{display:none;}
    .infograph_bg .infograph_c{height:auto;}
    .infograph_bg:hover .infograph_c{height:auto;}    
    .w-350{width:100%;}
    .audio-player{height:64px;padding:0px 16px;}
    #waveform{transform: scaleY(0.6);width:100%;}
    button#playPauseBtn{width:40px;height:40px;min-width:40px;}
    .card_test .bg-white{margin-bottom:24px;}
    picture.d-block img {
        min-height: 156px;
        object-fit: cover;
    }
    .map-info .col-md-6:first-of-type img{min-height:320px;}
    .card_test .bg-white{margin-bottom:0px;}
    .rmroundedm{border-radius:0px!important;}
}
@media screen and (min-width: 1025px) {
    .dropend .submenu {
        display: none;
    }
    a.mb-show {
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown-menu .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown .dropdown-menu,
    .dropdown-menu .dropend .dropdown-menu {
        display: none;
    }
    .dropdown-menu .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .nav-item {
        height: 60px;
        display: inline-flex;
        align-items: center;
    }
    .nav-item:hover {
        border-bottom: 1px solid #1A2027;
    }
    .nav-item.ms-6:hover {
        border-bottom: none;
    }
    .show-mb {
        display: none;
    }
    #service-drop li.dropend:nth-last-child(-n+5) .dropdown-menu {
        top: auto !important;
        bottom: 0;
    }
}
@media screen and (min-width:0px) and (max-width:1024px) {
    .dropdown-menu .dropend .dropdown-menu {
        display: none;
        box-shadow: 0px 0px 0px;
        padding-left: .5rem !important;
    }
    .dropdown .dropdown-menu.active,
    .dropdown-menu .dropend .dropdown-menu.active {
        display: block;
        box-shadow: 0px 0px 0px;
        background: #FFFFFF;
        position: relative!important;
        top: 0px!important;
    }
    .slide-right.collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        height: 100vh;
        background: white;
        z-index: 1050;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }
    .slide-right.collapse.show {
        transform: translateX(0);
    }
    div#mainNavbar .navbar-nav {
        height: 100%;
        display: block!important;
        padding: 1.5rem;
        height: calc(100vh - 190px);
        position: relative;
        overflow-y: auto;
    }
    div#mainNavbar {
        position: fixed;
        right: -100%;
        height: calc(100vh - 0px);
        bottom: 0;
        top: 60px;
        background: #ffffff;
        max-width: 375px;
        width: 100%;
        display: block;
        transition: all 0.3s ease-in-out;
        box-shadow: 8px 20px 32px -5px rgba(0, 0, 0, 0.15);
    }
    div#mainNavbar.show {
        right: 0%;
    }
    #mainNavbar button span,
    #mainNavbar a.btn.btn-outline-secondary.rounded-pill.fw-medium.d-flex.align-items-center.gap-1.py-0.lh-auto span {
        display: inline-block;
        margin-left: 6px;
    }
    #mainNavbar a.btn.btn-outline-secondary.rounded-pill.fw-medium.d-flex.align-items-center.gap-1.py-0.lh-auto {
        width: 48%;
        height: 48px;
    }
    .w-48 {
        width: 48%;
    }
    #mainNavbar button {
        width: 100%;
        height: 48px;
    }
    .call-dropdown {
        top: auto;
        bottom: 54px;
        right: auto;
    }
    .call-dropdown:before {
        top: auto;
        bottom: -5px;
        right: auto;
        left: 64px;
    }
    .nav-item {
        position: relative;
        border-radius: 0.5rem;
        margin-bottom: 0.25rem;
        width:100%;
    }
    li.nav-item .nav-link {
        background: #f1f1f1;
        border-radius: 0.5rem;
    }
    .dropdown-menu a.dropdown-item {
        background: #ffffff;
        border-radius: 0px;
    }
    .dropend {
        border-bottom: 1px solid #D1D1D1;
    }
    #mainNavbar .d-flex.align-items-center.gap-2.flex-wrap {
        padding: 0rem 1.5rem 1.5rem;
    }
    li.nav-item.ms-6 {
        display: none;
    }
    a.mb-show {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
    }
    .show-mb {
        display: inline-block;
    }
    .show-mb svg{transition:all 0.3s ease-in-out;}
    .navbar-expand-lg .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dropend .ri-arrow-right-s-line {
        display: none;
    }
    .dropend .submenu {
        display: inline-block;
    }
    .dropdown .dropdown-menu.active .substract {
        display: none;
    }
    li.dropend.active .addition {
        display: none;
    }
    li.dropend.active .substract {
        display: inline-block !important;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        background: #ffffff;
    }
    .dropdown-menu .dropend .dropdown-menu {
        height: 100%;
        max-height: 100%;
    }
    .dropend .fs-7 {
        font-size: 14px !important;
    }
    li.nav-item.dropdown.active .show-mb svg{
        transform: rotate(90deg) translate(0px, 0%);
        top:10px;
    }
    .dropend:last-child{border-bottom:0px!important;}
}
@media(max-width:768px){
    .splide__list, .splide__slide img{max-height:405px;}
    /*.popular-blog .blog-image{height:240px;}*/
    .bg-ft .col-lg-3.col-md-6.mb-xl-0.mb-md-6{margin-bottom:36px!important;}
    .bg-ft .col-lg-3.col-md-6.mb-xl-0.mb-md-6:last-child{margin-bottom:0px!important;}
    .popular-blog .blog-image {
        max-height:126px;
        height: 100%;
    }
    .content-res-ban{padding:24px;}
    .popular-blog .blog-image img{border-radius:1rem!important;}
    .popular-blog .blog-card img, .popular-blog .blog-image{max-height:120px;}
    #blog_slider h3.fs-1{
        font-size: 1.125rem !important;
    }
    .map-info .col-md-6.col-12:last-child img {
        height: 158px;
        object-fit:cover;
    }
    div#blog_slider{max-height:405px;}
}
@media(max-width:767px){
    #post-container .blog-image, #post-container .blog-image img{height:auto;}
    .commonfaqbox .faqbox .accordion-button{padding: 8px 16px;}
    .commonfaqbox .toggle-icon svg{max-width: 20px;}
    .commonfaqbox{padding-bottom: 28px;margin-bottom: 28px;}
    .letter-space{letter-spacing: 0px;}
    .infographics-content{padding:48px 24px 24px 24px;}
    #pdfContainer{padding:80px 20px 20px 20px;}
    .max856{padding:0px 0px;}
    .card_test .bg-white{margin-bottom:0px;}
    .mapouter iframe{max-width:100%;width:100%;margin-bottom:16px;}
    .map-info .col-md-6:first-of-type img{min-height:auto;}
    .content_sticky hr{margin:2rem 0px;}
    .content_sticky h1, .content_sticky h2, 
    .content_sticky h3, .content_sticky h4, 
    .content_sticky h5, .content_sticky h6{
        margin-bottom:1rem;
    }
    .result_row .col-md-4 .inner-col{
        border-bottom:1px solid #C1C1C1;
    }
    .result_row .col-md-4:last-child .inner-col, .table_row .col-sm-8:last-child{border-bottom:0px;}

}
@media screen and (min-width:0px) and (max-width:600px) {
    div#mainNavbar {
        max-width: 100%;
        width: 100%;
    }
    .w-350{width:100%;}
    /* .splide-custom-arrows{display:none;} */
    #blog_slider .splide__track{overflow:hidden;}
    .splide-custom-arrows #splide-next{border-radius:0rem 1.5rem 1.5rem 0rem;} 
    .splide-custom-arrows #splide-prev{border-radius:1.5rem 0rem 0rem 1.5rem;}
    .splide__pagination{bottom:-32px;}
    .splide__pagination li{margin:0px;}
    .splide__pagination li:after{display:none;}
    .splide__pagination li button{width:12px;height:12px;border-radius:100%;margin:4px;transition:all 0.5s ease-in-out;}
    .splide__pagination__page.is-active{background:#1A2027;opacity:1;width:28px;border-radius:100px;transform:scale(1);}
    .splide__list, .splide__slide img{max-height:380px;min-height:380px;}
    .btn-48h{min-height:36px;}
    .popular-blog .blog-image img{max-height:175px;}
    .bg-ft .col-lg-3.col-md-6.mb-xl-0.mb-md-6{margin-bottom:32px!important;}
    .bg-ft .col-lg-3.col-md-6.mb-xl-0.mb-md-6:last-child{margin-bottom:0px!important;}
    .col-311{max-width:100%;margin-bottom:1rem;}
    .last-col{flex-wrap:wrap;width:100%;max-width:100%;}
    .last-col button{width:48%;height:48px;}
    .content-video{transform: translateY(0px);}
    .playbtn, .mx668{opacity:1;transform:translateY(0);}
    .d-sm-none{display:none;}
    p.pointer{display:none;}
    .video-duration-frame{display:none;}
    #videosModal .video-duration-frame{display:flex;margin-top:1rem;}
    .bn-background .experts .horizontal .item{margin:0px auto 24px auto;}
    .playbtn{width:max-content;top:30%!important;}
    .image_section{height:390px;}
    .image_section img{height:100%;object-fit:cover;}
    .video-tab-button{font-size:13px;padding:0px 8px;}
    .video-tab-container{height:44px;}
    .video-duration-frame-modal{margin-top:16px;}
    .col.pointer.frame-duration {
        width: 50%;
        flex: 3 0 50%;
        margin-bottom:16px;
    }
    .col.pointer.frame-duration .fs14{font-size:12px;}
    .popular-blog .blog-image{max-width:max-content;max-height:175px;height:100%;}
    .navbar{background:rgba(255, 255, 255, 1);}
    #res-cat-banner .horizontal .item, #res-cat-banner .image_section{height:280px;}
    .video-tab-container{margin: 24px auto 24px auto;}
    #splide-next svg rect, #splide-prev svg rect{width:160px;}
    .test-info-table td:first-child{width:120px;}
    .d-flex.justify-content-between.crtop{display:block!important;}
    .pdl{padding-left:0px;height:auto;min-height:fit-content;margin-top:1.5rem;}
    .ddt{display:none;}
    .table_row .col-sm-4{padding-top:24px;}
    .table_row .col-sm-8{padding-bottom:24px;border-bottom:1px solid #D1D1D1;}
    /*.popular-blog .btn {
        padding: 0px .75rem !important;
    }*/
    .popular-blog .blog-card img, .popular-blog .blog-image{max-height:100%;height:auto;}
    .popular-blog .blog-card{
        flex: 0 0 auto!important;
        width: 100%!important;
    }
    .custom_mt{margin-top:16px;}
    .content_sticky table { 
        width: 100%; 
        overflow-x:auto;
    }
    div#blog_slider{max-height:380px;}
    button#splide-next, button#splide-prev{max-width:60px;}
}
@media(max-width:575px){
    #mbcolview .col-sm-4.col-12:first-of-type{margin-top:8px;}
    #mbcolview .col-sm-4.col-12{margin-top:0px;}
    #mbcolview .col-sm-8.col-12.d-flex{
        margin-top: 8px;
        border-bottom: 1px solid #D1D1D1;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    #mbcolview .col-sm-8.col-12.d-flex:last-of-type{
        margin-bottom:0px;
        padding-bottom:0px;
        border-bottom:none;
    }

}
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus{box-shadow:0px 0px 0px!important;}
.header-custom-logo {width: 110px;height: 35px;object-fit: contain;}
.get-started a.nav-link {color: #1A2027!important;background-color: #6EFEE6!important;border-color: #6EFEE6!important;padding-right: 1rem !important;border-radius: 624.938rem !important;padding-left: 1rem !important;padding: .313rem .75rem;font-size: 1rem;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;height: 36px;display: flex;align-items: center;justify-content: center;}
#mainNavbar .get-started{display: none!important;}
 