/*Common Codes*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 0.95rem;
    padding-left: 0.95rem;
}
.more-text{
    display: none;
}
.our_core_bottom_container.more .section_common_right_container  p span.more-text{
    display: inline !important;  
    color:#525252 !important;
    border:0 !important;
}
.our_core_bottom_container .section_common_right_container p span.more-text{
    display: none !important;  
}
body{
    background: #f6fbff;
}
*,span{padding:0;margin:0;outline:none;font-family: 'Inter';}
html, body {margin:0; padding:0;color:#131313;}
a,a:hover,a:active,a:focus {outline:0;text-decoration:none; }
figure,img{border:0;margin:0;max-width: 100%;}
header,footer,section{width:100%;}
h1,h2,h3,h4,h5,h6,ol,ul,.row,row,p{ margin:0; padding:0; }
ul,ul li{ padding:0;list-style:none;}
.main_container{width:84%;margin:0 auto;display:block;}
.mb-xs + .invalid-feedback{
    font-size: .9rem;
    display: block !important;
    text-align: left;
}
 header ul li a:hover,header ul li a:focus{
     color:#1C4096;
 }
/* width */
::-webkit-scrollbar {
    width: 6px;
    height:6px;
    border-radius:6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius:6px;
  }
   
  /* Handle*/
  ::-webkit-scrollbar-thumb {
    background: #c4c0c0; 
    border-radius:6px;
  } 
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #888; 
  }
/*Common Codes*/

html{scroll-behavior: smooth;}
/*Header*/
.header_container{
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    height: 80px;
    border: 1px solid #e9e9e9;
    position: fixed;
    top: 0;
    z-index: 111;
}
.header_logo_container img{width:auto;display: block;}

.header_menu_container li {margin-left:2.75rem;}
.header_menu_container li:last-child {margin-right:0;}
.header_menu_container li a{
    font-size: 16px;
    color: #111111;
    display: block;
    font-family: 'Intermedium';
}

/*Common Section*/

/* section pads s*/
.cp10{padding: 100px 0;}
.cp9{padding: 90px 0;}
.cp8{padding: 80px 0;}
.cp7{padding: 70px 0;}
.cp6{padding: 60px 0;}
.cp5{padding: 50px 0;}
/* section pads e*/

.pb-0{
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.ml-0{
    margin-left: 0 !important;
}
.mr-0{
    margin-right: 0 !important;
}


.cmn-heading{
    margin-bottom: 44px;
    text-align: center;
}
.cmn-heading h2{
    font-family: 'Roslindalertbold';
    font-size: 64px;
    margin-bottom: 16px;
    color: #000000;
}
.cmn-heading h6{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    color: #111111;
}

.cmn-heading h6 span{
    display: block;
}

.cmn-heading h6 i{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/indicator-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.cmn-heading.small h2{
    font-size: 32px;
}


/* Banner */

.banner_main_container{}
.banner_main_container .carousel-indicators{
    bottom: 44px;
}
.banner_main_container .carousel-indicators li{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: rgba(28, 64, 150, 0.4);
    border: 0;
    opacity: 1;
    position: relative;
    margin: 0 4px;
}
.banner_main_container .carousel-indicators li::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid #1C4096;
    z-index: -1;
    opacity: 0;
}
.banner_main_container .carousel-indicators li.active{
    background: #1C4096;
}

.banner_main_container .carousel-indicators li.active::before{
    opacity: 1;
}

.banner_main_container .carousel-control{
    position: absolute;
    top: 50%;
    width: 24px;
    height: 68px;
    transform: translateY(-50%);
}

.banner_main_container .carousel-control span{
    display: block;
    width: 24px;
    height: 68px;
    background: #1C4096;
}

.banner_main_container .carousel-control span::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 16px;
}

.banner_main_container .carousel-control.left{
    left: 0;
}
.banner_main_container .carousel-control.left span{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.banner_main_container .carousel-control.left span::before{
    background: url(../images/banner-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.banner_main_container .carousel-control.right{
    right: 0;
}
.banner_main_container .carousel-control.right span{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.banner_main_container .carousel-control.right span::before{
    background: url(../images/banner-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.banner_heading{
    font-family: 'Roslindalertbold';
    font-size: 48px;
    color: #111111; 
    margin-bottom: 24px;
}
.banner_caption{
    font-family: 'Intermedium';
    font-size: 18px;
    color: #2C2D30;
}
.banner_caption.bold{
    color: #3C3737;
    font-family: 'Intersemibold';
}
.banner-list{
    
}
.banner-list li{
    position: relative;
    font-family: 'Intermedium';
    font-size: 18px;
    color: #2C2D30;
    margin-bottom: 16px;
    padding-left: 26px;
}
.banner-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/banner-list-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-button{
    background: #1C4096;
    font-size: 18px;
    font-family: 'Intersemibold';
    border: 0;
    color: #fff;
    padding: 12px 30px;
    margin-top: 40px;
}

.banner-button:focus{
    outline: 0;
}

.banner-parent{
    display: flex;
    align-items: flex-start;
    padding-top: 6%;
}
.banner-left{
    padding-left: 8%;
    width: 60%;
}
.banner-right{  
    width: 40%;
}
.banner-parent.one{
    padding-top: 0;
    align-items: center;
    position: relative;
}
.banner-parent.one .banner-right{
    width: 44%;
    position: absolute;
    right: 0;
    top: 14%;
}


.banner-parent.banner-2pad{
    padding: 60px 0;
}
.product-video{
    background: #fff;
}
.video-card, .video-card2{}
.video-card .video-img, .video-card2 .video-img2, .video-card3 .video-img3, .video-card4 .video-img4{position: relative;margin-bottom: 16px;}
.video-card .video-img img, .video-card2 .video-img2 img, .video-card3 .video-img3 img, .video-card4 .video-img4 img{width: 100%;}
.video-card .video-img .play-icn, .video-card2 .video-img2 .play-icn2, .video-card3 .video-img3 .play-icn3, .video-card4 .video-img4 .play-icn4{
    position: absolute;
    left: 6px;
    bottom: 6px;
    cursor: pointer;
    display: block;
    background: url(../images/play.png);
    width: 56px;
    height: 56px;
}
.video-card .video-img .time-stamp, .video-card2 .video-img2 .time-stamp2, .video-card3 .video-img3 .time-stamp3, .video-card4 .video-img4 .time-stamp4{
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: #000;
    font-size: 16px;
    color: #fff;
    padding: 2px 8px;
    font-family: 'Intermedium';
}
.video-card .video-caption, .video-card2 .video-caption2{}
.video-card .video-caption p, .video-card2 .video-caption2 p, .video-card3 .video-caption3 p, .video-card4 .video-caption4 p{
    font-size: 20px;
}

.edge-block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 100px;
}
.edge-block img{
    margin-bottom: 18px;
}
.edge-block h5{
    font-family: 'Intersemibold';
    font-size: 18px;
    color: #111111;
    margin-bottom: 8px;
}
.edge-block p{
    font-size: 14px;
    padding: 0px 20px;
    color: #000000;
}

.cyber-block{
    margin-bottom: 44px;
    padding: 0;
}
.cyber-block-img{
    min-height: 56px;
    margin-bottom: 12px;
}
.cyber-block img{
    
}
.cyber-block p{
    font-size: 16px;
    color: #000;
}
.cyber-block p span{
    font-family: 'Interbold';
}


.sec-title{
    font-family: 'Roslindalertbold';
    font-size: 40px;
    color: #111111; 
}
.sec-title span{
    font-family: 'Roslindalertbold';
    display: block;
}


.services-slider {
    display: flex;
    max-width: 100%;
    align-items: flex-start;
  }
  
  .expal-main {
    width: 100%;
  }
  
  .left-expal-slider {
    width: 50%;
    padding-top: 0;
  }

  .left-expal-slider .expal-main .expal-slide-img{
    max-width: 86%;
  }

  .right-expal-slider{
    width: 42%;
  }
 
  .expal-nav-list{
    padding: 20px 12px 16px 34px;
    position: relative;
  }
  .expal-nav-list::after{
    content: "";
    position: absolute;
    left: 20px;
    top: 26px;
    background: url(../images/slider-active-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 13px;
    opacity: 0;
    filter: brightness(0);
  }

  .slick-slide.slick-current.slick-active .expal-nav-list::after{
    opacity: 1;
    filter: none;
  }
  .expal-nav-list h6{
    font-family: 'Intersemibold';
    font-size: 20px;
    color: #111111;
    margin-bottom: 12px;
  }
  .expal-nav-list p{
    font-size: 16px;
    color: #111111;
  }

  .right-expal-slider .slick-vertical .slick-slide{
    position: relative;
    border: 0;
  }
  .right-expal-slider .slick-vertical .slick-slide .expal-nav-list::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #D8E3FF , #F6FBFF);
    z-index: -1;
    opacity: 0;
  }
  .right-expal-slider .slick-vertical .slick-slide.slick-current.slick-active .expal-nav-list::before{
    opacity: 1;
  }

  .right-expal-slider .slick-vertical .slick-slide.slick-current.slick-active .expal-nav-list h6{
    font-family: 'Interbold';
    color: #1C4096;
  }

  .features{
    background: #fff;
  }

  .feature-slider {
    display: flex;
    max-width: 100%;
  }
  
  .feature-main {
    width: 100%;
  }
  
  .left-feature-slider {
    width: 48%;
  }

  .right-feature-slider{
    width: 42%;
  }
 
  .feature-nav-list{
    padding: 32px 20px 32px 40px;
    position: relative;
  }
  .feature-nav-list::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/slider-active-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 13px;
    opacity: 0;
    filter: brightness(0);
  }  
  .feature-nav-list h6{
    font-family: 'Intersemibold';
    font-size: 20px;
    color: #111111;
    
  }

  .right-feature-slider .slick-vertical .slick-slide{
    position: relative;
    border: 0;
  }
  .right-feature-slider .slick-vertical .slick-slide::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #D8E3FF , #F6FBFF);
    z-index: -1;
    opacity: 0;
  }
  .right-feature-slider .slick-vertical .slick-slide.slick-current.slick-active::before{
    opacity: 1;
  }
  .right-feature-slider .slick-vertical .slick-slide.slick-current.slick-active .feature-nav-list h6{
    font-size: 20px;
    font-family: 'Interbold';
    color: #1C4096;
  }

  .slick-slide.slick-current.slick-active .feature-nav-list::before{
    opacity: 1;
    filter: none;
  }

  .feature-set{
    text-align: center;
  }
  .feature-set img {
        margin: 0 auto;
    }
  .feature-set p{
    margin-top: 10px;
    font-size: 16px;
    color: #111111;
  }
  .feature-set p span{
    display: block;
  }

  .expal-diff{
    background: #fff;
  }

  .diff-parent{
    text-align: center;
    margin-top: 4%;
  }
  .diff-inner{}
  .diff-center-img{
    display: flex;
    justify-content: center;
    position: relative;
  }
  .diff-center-img img{}

  .opt-list{
    position: absolute;
    font-size: 14px;
    color: #000000;
  }
  .opt-1{
    top: -5px;
  }
  .opt-2{
    top: 20%;
    right: 22%;
    width: 142px;
    text-align: left;
  }
  .opt-3{
    top: 45%;
    right: 19%;
    width: 142px;
    text-align: left;
  }
  .opt-4{
    top: 74%;
    right: 23%;
    width: 142px;
    text-align: left;
  }
  .opt-5{
    top: auto;
    right: 45%;
    width: 103px;
    text-align: center;
    bottom: -7%;
  }
  .opt-6{    
    top: auto;
    right: 65%;
    width: 103px;
    text-align: right;
    bottom: 10%;
  }
  .opt-7{
    top: auto;
    right: 69%;
    width: 140px;
    text-align: right;
    bottom: 40%;
  }
  .opt-8{
    top: auto;
    right: 65%;
    width: 140px;
    text-align: right;
    bottom: 72%;
  }

/*Footer*/
.footer_container {background: #ffffff;}
.footer-left{}
.footer-left img{
    width: 196px;
    margin-bottom: 20px;
}
.footer-left h4{
    font-family: 'Roslindalertbold';
    font-size: 32px;
    color: #000000;
    margin-bottom: 12px; 
}
.footer-left p{
    color: #111111;
    font-size: 18px;
}
.footer-left p span{
    display: block;
}
.footer_container-bottom{
    background-color: #f6fbff; padding:1.4rem 0;
}

.main-footer{
    background: #ffffff;
}

.footer-right{padding: 118px 52px;background: #F2F2F2;}
.footer-right .contcat_form .form-group { margin-bottom: 1.5rem;}
.footer-right .contcat_form .form-control{background-color:#ffffff; border-radius:0; border:0;font-size: 14px; padding: 14px 16px; height:auto; color:#111111; }
.footer-right .contcat_form .form-control::placeholder{background-color:#ffffff; border-radius:0; border:0; height:auto; color:#303030;font-family: 'Interlight'; }
.footer-right .contcat_form .form-control:focus{outline:0; border:0;box-shadow:0 0 0;}
.footer-right .contcat_form textarea.form-control{resize:none;}
.footer-right .contcat_form .btn,.common-btn{border-radius:0; padding:0.7rem 4.5rem; background-color:#1c4096; color:#fff; border: 0; font-size: 0.9rem; display: inline-block;margin-top: 20px;}
.footer-right .contcat_form .btn:hover,.footer-right .contcat_form .btn:focus , .common-btn:hover, .common-btn:focus{
    background: #0f265f;
    color:#fff;
}

.list-group-horizontal{}
.list-group-horizontal li{
    margin-left: 32px;
}

.footer-social li{
    margin-right: 16px;
}
.footer-social li:last-child{
    margin-right: 0;
}

#dummyheader{
    display: flex;
}
/*Footer*/


.video-popup-overlay, .video-popup-overlay2, .video-popup-overlay3, .video-popup-overlay4 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.video-popup-overlay.openVideo, .video-popup-overlay2.openVideo2, .video-popup-overlay3.openVideo3, .video-popup-overlay4.openVideo4 {
    opacity: 1;
    visibility: visible;
}
.video-popup, .video-popup2, .video-popup3, .video-popup4 {
    background: #fff;
    border-radius: 12px;
    width: 80%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    max-height: 90vh;
}

.video-popup.full-width, .video-popup2.full-width, .video-popup3.full-width, .video-popup4.full-width {
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0px;
}
.video-popup.full-width .video-content, .video-popup2.full-width .video-content2, .video-popup3.full-width .video-content3, .video-popup4.full-width .video-content4 {
    max-height: 95vh;
    height: 100%;
}
.video-popup.full-width .video-content video, .video-popup2.full-width .video-content2 video, .video-popup3.full-width .video-content3 video, .video-popup4.full-width .video-content4 video {
    height: fit-content;
    max-height: 90vh;
}

.video-head, .video-head2, .video-head3, .video-head4{    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid #dfdfdf;
}
.video-head h6, .video-head2 h6, .video-head3 h6, .video-head4 h6{
    font-family: 'Roslindalertbold';
    font-size: 20px;
    color: #000000; 
}
.video-content video, .video-content2 video, .video-content3 video, .video-content4 video{
    width: 100%;
    background: #000;
}
.video-content, .video-content2, .video-content3, .video-content4{
    padding: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    max-height: 80vh;
}
.pop-close, .pop-close2, .pop-close3, .pop-close4{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 0;
}


.inp-label{
    font-size: 14px;
    color: #111111;
    font-family: 'Intermedium';
    margin-bottom: 4px;
    display: block;
    text-align: left;
}

.d-flex{
    display :flex;
    align-items: center;
}
    

/* responsive */

@media (min-width: 1200px) and (max-width: 1440px) {
    .banner_heading{
        font-size: 40px;
    }
    .cp8 {
        padding: 60px 0;
    }
    .cmn-heading h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .cp10 {
        padding: 80px 0;
    }
    /* .cmn-heading.small{
        margin-bottom: 20px;
    } */
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .banner-parent.one .banner-right {
        width: 44%;
        position: static;
        padding-top: 8%;
    }
}

@media (min-width: 1200px) {
    .banner-parent{
        height: calc(100vh - 80px);
    }
    .edge-block p span{
        display: block;
    }
}
@media (min-width: 1000px) {
    .hide-desk{
        display: none;
    }
}

@media (min-width: 1200px) {
    .banner-2pad .banner_caption{
        padding-right: 50px;
    }
    .mx-h-60{
        max-height: 70vh;
    }
}

@media (max-width: 1199px) {
    .cp10 {
        padding: 70px 0;
    }   
    .cp8 {
        padding: 60px 0;
    }   
    .banner_heading{
        font-size: 26px;
    }
    .banner-parent{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        padding-top: 2%;
    }
    .banner-left {
        padding: 0 8% 6%;
        width: 100%;
    }
    .banner-right {
        width: 100%;
        text-align: center;
    }
    .banner_main_container .carousel-control{
        display: none;
    }
    .opt-8 {
        right: 68%;
    }
    .opt-7 {
        right: 73%;
    }
    .opt-6 {
        right: 67%;
    }
    .opt-4 {
        right: 18%;
    }
    .opt-3 {
        right: 12%;
    }
    .opt-2 {
        right: 17%;
    }
    .cmn-heading h2{
        font-size: 40px;
    }
    .cmn-heading h6, .edge-block h5{
        font-size: 16px;
    }
    .cyber-block p{
        font-size: 14px;
    }
    .cyber-block {
        margin-bottom: 30px;
        padding: 0;
    }
    .cyber-block-img {
        margin-bottom: 8px;
    }
    .footer-right {
        padding: 60px 40px;
    }
    .footer-left img {
        width: 150px;
    }
    .footer-left h4 {
        font-size: 26px;
    }
    .footer-left p {
        font-size: 16px;
    }   
    .banner-2{
        margin-bottom: 30px;
    }
    .banner-parent.one .banner-right {
        width: auto;
        position: static;
    }
    .banner_main_container .carousel-indicators{
        bottom: 18px;
    }
}

@media (max-width: 999px) {
    .left-expal-slider{
        display: none;
    }
    .right-expal-slider {
        width: 100%;
        padding: 0 16px;
    }
    .expal-nav-list[aria-expanded="true"]{
        position: relative;
        
    }
    .expal-nav-list[aria-expanded="true"]::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #D8E3FF , #F6FBFF);
        z-index: -1;
        opacity: 1;
    }
    .expal-nav-list h6 {
        margin-bottom: 0;
        font-size: 18px;
    }   
    .expal-nav-list p{
        display: none;
    }
    .right-expal-slider .hide-desk, .feature-nav .hide-desk{
        padding: 20px 0px;
    }
    .right-expal-slider .hide-desk img, .feature-nav .hide-desk img{
        width: 100%;
        margin-bottom: 20px;
    }
    .right-expal-slider .hide-desk p, .feature-nav .hide-desk p{
        font-size: 16px;
        color: #000;
    }
    .feature-nav .hide-desk p{
        text-align: center;
    }
    .right-expal-slider .expal-nav{
        padding: 0 20px;
    }
    .right-expal-slider .expal-nav-list{
        padding: 20px 12px 20px 16px;
    }

    .right-expal-slider .expal-nav-list::after{
        content: "";
        position: absolute;
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        background: url(../images/slider-active-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 12px;
        height: 20px;
        opacity: 1;
        right: 0;
        filter: brightness(0);
      } 
      .right-expal-slider .expal-nav-list[aria-expanded="true"]::after{
        transform: translateY(-50%) rotate(270deg);
        filter: none;
      }
      .left-feature-slider{
        display: none;
      }
      .right-feature-slider {
        width: 100%;
    }
    .feature-nav-list{
        padding: 0;position: relative;
    }
    .feature-nav-list::before{
        opacity: 1;
        left: auto;
        right: 0;
        width: 12px;
        height: 20px;
        transform: translateY(-50%) rotate(90deg);
        z-index: 1;
    }
    .feature-nav-list[aria-expanded="true"]::before{
        transform: translateY(-50%) rotate(270deg);
        filter: none;
    }
    .right-feature-slider .feature-nav-list::after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #D8E3FF , #f6fbff00);
        opacity: 0;
    }
    .right-feature-slider .feature-nav-list[aria-expanded="true"]::after{
        opacity: 1;
    }
    .feature-nav-list h6{
        padding: 20px;
        position: relative;
        z-index: 1;
    }
    .edge-block{
        margin-bottom: 40px;
    }
    .edge-block p{
        font-size: 14px;
    }
    .list-group-horizontal li {
        margin-left: 12px;
    }  
    
    .features, .expal-edge {
        position: relative;
    }
    .features::before, .expal-edge::before{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 80%;
        height: 1px;
        background: #E8E8E8;
        transform: translateX(-50%);
    }

    .expal-edge::before{
        bottom: -40px;
    }

    .right-expal-slider .expal-nav-list[aria-expanded="true"] h6{
        font-family: 'Interbold';
        color: #1C4096;
      }

      .right-feature-slider .feature-nav-list[aria-expanded="true"] h6{
        font-family: 'Interbold';
        color: #1C4096;
      }
      .header_container{
        height: 56px;
      }
      .header_logo_container img{
        width: 66px;
      }
      .header_menu_container li {
        margin-left: 24px;
      }
      .header_menu_container li a{
        font-size: 14px;
      }
}

@media (min-width: 992px) {
    .no-desk{
       display: none; 
    }    
    .mobile-menu{
        display: none;
    }
}
@media (max-width: 991px) {
    .opt-8 {
        right: 74%;
    }
    .opt-7 {
        right: 80%;
    }
    .opt-6 {
        right: 72%;
    }
    .opt-4 {
        right: 7%;
    }
    .opt-3 {
        right: 0%;
    }
    .opt-2 {
        right: 6%;
    }  
    .hide-col{
        display: none;
    }
    .full-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer_container .main_container{
        width: 100%;
    }
    .footer_container .main_container .row{
        background: #F2F2F2;
        flex-direction: column;
    }
    .footer_container .main_container .col-md-6 {
        width: 100%;
        max-width: 100%;
    }
    .footer-right {
        padding: 32px 0px;
    }
    .footer_container-bottom .main_container{
        width: 100%;
    }
    .list-group-horizontal{
        display: none !important;
    }
    .header_menu_container{
        text-align: right;
    }
    .mobile-menu{
        position: fixed;
        top: 56px;
        right: -100%;
        background: #fff;
        width: 70%;
        z-index: 1;
        height: 100vh;
        padding: 30px;
        transition: 0.5s ease;
    }
    .mobile-menu ul{
        text-align: right;
    }
    .mobile-menu ul li{
        margin-bottom: 24px;
    }
    .mobile-menu ul li a{
        font-size: 18px;        
        color: #000;
    }
    .header_container .main_container{
        width: 94%;
    }
    .open-menu{
        overflow: hidden;
        position: relative;
    }
    .open-menu .mobile-menu{
        right: 0;
    }
    .open-menu-overlay{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
        display: none;
    }
    .open-menu .open-menu-overlay{
        display: block;
    }
}


@media (min-width: 769px) {
    .diff-mobile{
        display: none;
    }
}
@media (max-width: 768px) {
    .diff-parent{
        display: none;
    }
    .diff-list{
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        position: relative;
        /* z-index: 1; */
    }
    .diff-list span{
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background: #F4FAFF;
        margin-right: 24px;
    }
    .diff-list p{
        font-family: 'Intermedium';
        font-size: 18px;
        color: #000;
    }
    .diff-mobile{
        position: relative;
    }
    .diff-mobile::before {
        content: "";
        position: absolute;
        left: 32px;
        top: 50%;
        background: url(../images/mob-icn/line.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 1px;
        height: 90%;
        transform: translateY(-50%);
    }
    .sec-title{
        font-size: 24px;
    }
    .product-video .row.align-items-center{
        flex-direction: column;
    }
    .product-video .row.align-items-center .col-md-4{
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
        padding: 0;
    }
    .sec-title span{
        display: inline-block;
    }
    .contcat_form{
        text-align: center;
    }
    .footer-right .contcat_form .btn{
        margin-top: 0;
    }
    .video-popup, .video-popup2, .video-popup3, .video-popup4{
        width: 94%;
        border-radius: 4px;
    }
    .video-content, .video-head, .video-content2, .video-head2, .video-content3, .video-head3, .video-content4, .video-head4 {
        padding: 10px;
    }
    .video-head h6, .video-head2 h6, .video-head3 h6, .video-head4 h6 {
        font-size: 14px;
    }
    .pop-close, .pop-close2, .pop-close3, .pop-close4 {
        width: 14px;
        height: 14px;
    }
}


@media (min-width: 768px) {
    .expal-mobile{
        display: none;
    }
}

@media (max-width: 767px) {
    .edge-block.mb-0{
        margin-bottom: 40px !important;
    }
    .cp10 {
        padding: 50px 0;
    }
    .container{
        width: 100%;
        max-width: none;
    }
    .right-expal-slider .expal-nav {
        padding: 0;
    }
    .feature-nav-list h6 {
        padding: 14px 10px;
        font-size: 18px;
    }
    .feature-nav-list::before{
        width: 8px;
        height: 14px;
        right: 10px;
    }
    .right-expal-slider .expal-nav-list {
        padding: 14px 10px;
    }
    .right-expal-slider .expal-nav-list::after {
        width: 8px;
        height: 14px;
        right: 10px;
    }
    .cyber-block {
        display: flex;
        align-items: flex-start;
    }
    .cyber-block-img img{
        width: 56px;
    }
    .cyber-block p{
        padding-left: 20px;
    }
    .cmn-heading h2 {
        font-size: 30px;
    }
    .banner-parent.banner-2pad {
        padding: 40px 0;
    }
    .banner-2 img{
        padding: 0 24px;
    }
    .banner-left {
        padding: 0 4% 10%;
    }
    .banner-2pad .banner-left {
        padding: 0 5% 5%;
        width: 100%;
    }
    .banner-button {
        font-size: 16px;
        padding: 10px 30px;
        margin-top: 24px;
    }
    .banner-list li{
        font-size: 16px;
    }
    .banner-list li::before {
        top: 5px;
        width: 16px;
        height: 16px;
    }
    .cmn-heading.small h2 {
        font-size: 24px;
    }
    .expal-edge::before {
        bottom: -14px;
    }
    
    .full-col{
        padding: 0;
    }
    .full-col .col-md-6{
        padding: 0;
    }
    .col-md-4{
        padding: 0;
    }
    .col-md-12{
        padding: 0;
    }
    .cmn-heading.small h2 {
        font-size: 20px;
    }
    .cmn-heading h2 {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .full-col > .row .col-md-6:first-child{order: 1;}
    .full-col > .row .col-md-6:nth-child(2){order: 4;}
    .full-col > .row .col-md-6:nth-child(3){order: 2;}
    .full-col > .row .col-md-6:nth-child(4){order: 5;}
    .full-col > .row .col-md-6:nth-child(5){order: 3;}
    .full-col > .row .col-md-6:nth-child(6){order: 6;}
    .product-video.cp8{
        padding: 20px 0;
    }
    .video-card .video-img .play-icn, .video-card2 .video-img2 .play-icn2, .video-card3 .video-img3 .play-icn3, .video-card4 .video-img4 .play-icn4 {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .cmn-heading h6, .edge-block h5 {
        font-size: 15px;
        line-height: normal;
    }
    .cmn-heading {
        margin-bottom: 32px;
    }    
    .cyber-block-img {
        margin-bottom: 0;
        min-height: auto;
        width: 64px;
    }
    .cyber-block p {
        padding-left: 20px;
        width: calc(100% - 65px);
    }    
    .no-mobile{
        display: none !important;
    }

    .expal-mobile{

    }
    .expal-mobile .expal-list-parent{}
    .expal-mobile .expal-list-parent .expal-mobile-list{}
    .expal-mobile .expal-list-parent .expal-mobile-list h5{
        font-size: 18px;
        color: #111111;
        font-family: 'Intersemibold';
        padding: 14px 10px;
        position: relative;
    }
    .expal-mobile .expal-list-parent .expal-mobile-list h5[aria-expanded="true"]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #D8E3FF , #F6FBFF);
        z-index: -1;
        opacity: 1;
    }
    .expal-mobile .expal-list-parent .expal-mobile-list h5[aria-expanded="true"]{
        font-family: 'Interbold';
        color: #1C4096;
    }
    .expal-mobile .expal-list-parent .expal-mobile-list h5::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        background: url(../images/slider-active-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 8px;
        height: 14px;
        right: 10px;
        filter: brightness(0);
    }
    .expal-mobile .expal-list-parent .expal-mobile-list h5[aria-expanded="true"]::after {
        filter: none;
        transform: translateY(-50%) rotate(270deg);
    }
    .expal-mobile .expal-list-parent .expal-mobile-list .edge-block-mobile{
        text-align: center;
         padding: 16px 20px;
    }
    .expal-mobile .expal-list-parent .expal-mobile-list .edge-block-mobile img{
        margin-bottom: 16px;
    }
    .expal-mobile .expal-list-parent .expal-mobile-list .edge-block-mobile p{
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .banner-left{
        text-align: center;
    }
    .banner_heading {
        font-size: 28px;
        line-height: 40px;
        text-align: left;
    }
    .banner-list{
        text-align: left;
    }
    .banner_caption.bold{
        font-size: 16px;
        text-align: left;
    }
    .banner-left {
        padding: 0 4% 14%;
    }
    .banner_caption{
        text-align: left;
    }
    .video-card .video-caption p, .video-card2 .video-caption2 p, .video-card3 .video-caption3 p, .video-card4 .video-caption4 p {
        font-size: 16px;
    }
    .video-card .video-img, .video-card2 .video-img2, .video-card3 .video-img3, .video-card4 .video-img4{
        margin-bottom: 10px;
    }
    
    .features .cmn-heading{
        margin-bottom: 20px;
    }
    .diff-list span{
        margin-right: 16px;
    }
    .diff-list p{
        width: calc(100% - 80px);
    }
    .footer-left h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .footer-left p {
        font-size: 14px;
    }
    .footer-left img {
        width: auto;
    }
    .footer_container .main_container .row {
        padding: 20px 0;
    }
    .footer_left_container{
        font-size: 12px;
    }
    .footer-social li {
        margin-right: 10px;
    }
    .footer-social li img {
        width: 24px;
    }
    .cmn-heading h6.pad-mob{
        margin: 0 auto;
        width: 246px;
    }
    .footer-left p span{
        display: inline;
    }
}