@media (min-width: 1200.01px) and (max-width: 1400px) {
  .banner-section .content h1 {
    font-size: 44px;
  }
  .banner-section .featured-in img {
    max-width: 80px;
  }
  .value-proposition .sub-head {
    font-size: 22px;
  }
  .value-proposition .sub-head::after {
    background-position: center top 12px;
  }
  .proposition-box .icon img {
    max-width: 38px;
  }
  .proposition-box h4 {
    font-size: 25px;
  }
  .proposition-box p {
    font-size: 15px;
  }
  .gears-section .gear-box h4 {
    font-size: 25px;
  }
  .integation-wrap .logos img {
    max-width: 145px;
  }
  .footer-section h5 {
    font-size: 16px;
  }
  .footer-section .footer-links a,
  .footer-section .social li {
    font-size: 14px;
  }
  .footer-section .about-info {
    font-size: 12px;
  }
  .footer-section .copyrights {
    font-size: 11px;
  }
  .blog-box .info {
    min-height: 270px;
  }
  .blog-section .row .col-md-4:first-child .blog-box .blog-img img {
    max-height: 385px;
  }
  .gears-boxes .line-arrow-top {
    max-width: 365px;
  }
  .gears-boxes .line-arrow-bottom {
    max-width: 370px;
  }
}
@media (min-width: 992.01px) and (max-width: 1200px) {
  .top-header .navbar .navbar-nav > li {
    margin-left: 20px;
  }
  .top-header {
    padding: 5px 0;
  }
  .banner-section {
    min-height: 625px;
  }
  .banner-section .content h1 {
    font-size: 36px;
  }
  .banner-section .featured-in img {
    margin-left: 15px;
    max-width: 70px;
  }
  .banner-section .featured-in {
    font-size: 14px;
  }
  .banner-section .icons-wrap .icon1 {
    top: calc(16% - 3px);
  }
  .banner-section .icons-wrap .icon2 {
    right: calc(28% + 8px);
    top: calc(18% - 3px);
  }
  .proposition-box {
    padding: 13px;
  }
  .proposition-box .icon img {
    max-width: 50px;
  }
  .proposition-box h4 {
    font-size: 24px;
  }
  .proposition-box p {
    font-size: 13px;
  }
  .gears-boxes .line-arrow-top {
    top: 5px;
    left: 66px;
    max-width: 352px;
  }
  .gears-boxes .line-arrow-bottom {
    bottom: 108px;
    max-width: 382px;
  }
  .gears-boxes .input-wrap img {
    max-width: 110px;
  }
  .gears-boxes .input-wrap h4 {
    font-size: 15px;
  }
  .gears-boxes .input-wrap {
    font-size: 14px;
  }
  .gears-section .gear-box {
    padding: 22px;
    padding-top: 60px;
    min-height: 195px;
  }
  .gears-section .gear-box h4 {
    font-size: 22px;
  }
  .gears-boxes .output-wrap ul li {
    font-size: 17px;
  }
  .gears-boxes .input-wrap::after, 
  .gears-boxes .output-wrap::after {
    width: 24px;
    height: 49px;
    background-size: 20px;
  }
  .gears-boxes .input-wrap::after {
    right: -19px;
  }
  .gears-boxes .output-wrap::after {
    left: -17px;
  }
  .integation-wrap h4 {
    font-size: 22px;
  }
  .integation-wrap .logos img {
    max-width: 125px;
  }
  .footer-section .footer-links a,
  .footer-section .social li {
    font-size: 13px;
  }
  .footer-section h5 {
    font-size: 16px;
  }
  .blog-box .info h4 {
    font-size: 18px;
  }
  .gears-section .gear-box ul {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  html,body {
    overflow-y: auto;
  }
  .top-header.open {
    position: fixed;
  }
  .top-header.open .navbar .navbar-brand {
    background: var(--color-secondary);
    border-radius: 5px;
  }
  .top-header .navbar .navbar-nav li a {
    padding: 15px 0;
    display: block;
    position: relative;
    font-size: 19px;
  }
  .top-header .navbar .navbar-nav .dropdown-menu a {
    color: var(--bs-white);
  }
  .top-header .navbar .navbar-nav .dropdown-menu {
    display: none;
    transition: none;
    opacity: 1;
    visibility: visible;
  }
  .top-header .navbar .navbar-nav .caret {
    position: absolute;
    top: 20px;
    right: 5px;
    left: auto;
    border-left: 5px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--bs-white);
  }
  .top-header .navbar .navbar-nav li a:hover .caret, 
  .top-header .navbar .navbar-nav li.active a .caret,
  .top-header .navbar .navbar-nav .dropdown:hover > a > .caret {
    border-top: 6px solid var(--color-primary);
  }
  .top-header .navbar .navbar-nav li a::after {
    display: none;
  }
  .top-header .navbar .navbar-nav li.active a,
  .top-header .navbar .navbar-nav .dropdown-menu li.active a {
    color: var(--color-primary);
  }
  .top-header .navbar .navbar-nav .dropdown-menu {
    background: none;
    box-shadow: none;
    padding: 0 10px;
  }
  .top-header .navbar .navbar-nav .dropdown-menu .dropdown-menu li a {
    display: inline-block;
    padding-right: 25px;
  }
  .top-header .navbar .navbar-nav .dropdown-menu .dropdown-menu li a::before {
    content: "";
    width: 11px;
    height: 10px;
    background: url("../images/icons/arrow-right-top.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 25px;
  }
  .top-header .navbar-collapse {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: var(--color-secondary);
    padding: 100px 20px 0;
    z-index: 10;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: auto;
  }
  .top-header .navbar-collapse.open {
    right: 0;
  }
  .top-header .container {
    max-width: 100%;
  }
  .top-header .navbar-brand,
  .top-header .navbar-toggler {
    position: relative;
    z-index: 11;
  }
  .top-header .navbar .navbar-nav .dropdown-menu {
    transition: none;
  }
  .top-header .navbar .navbar-nav .dropdown-menu a {
    border: 0;
  }
  .top-header .navbar .navbar-nav > li {
    margin-left: 0;
  }
  #magic-line {
    display: none;
  }
  .difference-box .info {
    font-size: 20px;
    min-height: 70px;
  }
}
@media (min-width: 767.01px) and (max-width: 992px) {
  .banner-section {
    min-height: 575px;
  }
  .banner-section .banner-img {
    min-height: 500px;
    object-fit: cover;
  }
  .banner-section .content h1 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .global-btn {
    font-size: 17px;
    padding: 17px 30px;
  }
  .banner-section .featured-in img {
    margin-left: 15px;
    max-width: 45px;
  }
  .banner-section .featured-in {
    font-size: 12px;
  }
  .global-heading {
    font-size: 42px;
  }
  .sub-heading {
    font-size: 18px;
  }
  .value-proposition .circle-top {
    max-width: 180px;
    top: -175px;
  }
  .proposition-box h4 {
    font-size: 18px;
  }
  .value-proposition {
    padding: 80px 0;
  }
  .proposition-box .icon img {
    max-width: 27px;
    margin: 0;
  }
  .value-proposition .sub-head {
    font-size: 17px;
    margin: 0 0 60px;
  }
  .value-proposition .sub-head::after {
    background-position: center top 11px;
  }
  .value-proposition .sub-head::after {
    font-size: 18px;
  }
  .value-proposition .quote {
    margin: 50px 0 0;
    font-size: 17px;
  }
  .proposition-box p {
    font-size: 10px;
  }
  .proposition-box {
    padding: 10px;
  }
  .gears-section .gear-box {
    padding: 15px;
    min-height: 175px;
    border-radius: 25px;
    padding-top: 50px;
  }
  .gears-section .gear-box h4 {
    font-size: 18px;
  }
  .gears-section .gear-box ul {
    font-size: 11px;
  }
  .gears-section .gear-box img {
    max-width: 70px;
    left: 20px;
    top: -30px;
  }
  .gears-boxes .line-arrow-top {
    top: -65px;
    left: 38px;
    max-width: 218px;
  }
  .gears-boxes .line-arrow-bottom {
    right: 12px;
    bottom: -46px;
    max-width: 282px;
  }
  .gears-boxes .input-wrap img {
    max-width: 75px;
  }
  .gears-boxes .input-wrap h4 {
    font-size: 12px;
  }
  .gears-boxes .input-wrap {
    font-size: 10px;
  }
  .gears-boxes .output-wrap ul li {
    font-size: 11px;
  }
  .gears-section .gear-box ul li {
    padding-left: 14px;
  }
  .gears-boxes .input-wrap::after, 
  .gears-boxes .output-wrap::after {
    width: 24px;
    height: 49px;
    background-size: 20px;
  }
  .gears-boxes .input-wrap::after {
    right: -18px;
  }
  .gears-boxes .output-wrap::after {
    left: -21px;
  }
  .gears-boxes .sub-head {
    margin: 0 0 100px;
  }
  .gears-boxes .sub-head.io-head {
    margin: 0 0 45px;
  }
  .gears-boxes .sub-head.io-head::after {
    height: 30px;
  }
  .gears-boxes .output-wrap ul {
    margin: 100px 0 0;
  }
  .integation-wrap h4 {
    font-size: 18px;
  }
  .integation-wrap .logos img {
    max-width: 90px;
  }
  .banner-section .icons-wrap .icon3 {
    top: calc(40% - 3px);
    right: calc(36% + 4px);
    max-width: 45px;
  }
  .banner-section .icons-wrap .icon4 {
    max-width: 47px;
  }
  .banner-section .icons-wrap .icon2 {
    right: calc(22% + 8px);
    top: calc(27% - 3px);
    max-width: 40px;
  }
  .banner-section .icons-wrap .icon1 {
    right: calc(7% + 4px);
    top: calc(32% - 3px);
    max-width: 35px;
  }
  .custom-scrollbar {
    width: 11px;
  }
  .footer-section h5 {
    font-size: 14px;
  }
  .footer-section .footer-links a,
  .footer-section .social li {
    font-size: 12px;
  }
  .top-header .navbar-collapse {
    padding-top: 120px;
  }
  .blog-box .info h4 {
    font-size: 18px;
  }
  .leadership-box .info {
    padding: 20px;
  }
  .leadership-box .info h4 {
    font-size: 19px;
  }
  .leadership-box .info .designation {
    font-size: 15px;
  }
  .leadership-box .info .linkedin {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .leadership-box .info .linkedin svg {
    width: 20px;
  }
  .difference-box .info {
    font-size: 14px;
    min-height: 60px;
    padding: 10px;
  }
  .difference-box {
    border-radius: 25px;
  }
  .footer-section .col-md-9 .row .col-md:nth-child(4),
  .footer-section .col-md-9 .row .col-md-3 {
    flex: 0 0 50%;
    width: 50%;
  }
  .footer-section .logos img {
    margin: 10px 10px 10px 0;
  }
  .footer-section .logos img:not(.d-block) {
    max-width: 50px;
  }
  .footer-section .about-info {
    font-size: 12px;
    margin: 30px 0 0;
  }
  .difference-box .info {
    font-size: 18px;
    min-height: 70px;
  }
  .banner-section .content h6 {
	font-size: 42px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .banner-section {
    background: var(--color-secondary);
  }
  .banner-section .content,
  .banner-section .featured-in {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .banner-section .banner-img {
    min-height: 345px;
    object-fit: cover;
    object-position: right;
  }
  .banner-section .content h6 {
    margin: 0;font-size: 24px;
  }
  .banner-section .content h1 {
    font-size: 24px;
    margin: 15px 0 25px;
  }
  .banner-section .content {
    text-align: center;
    padding-top: 105px;
    margin-bottom: -50px;
    position: relative;
  }
  .global-btn {
    padding: 15px 26px;
  }
  .value-proposition .circle-top {
    display: none;
  }
  .banner-section .featured-in .logos {
    margin: 10px 0 0;
    border: 0;
  }
  .banner-section .featured-in img {
    margin: 10px;
  }
  .banner-section .featured-in {
    margin-top: 50px;
    text-align: center;
    display: block;
  }
  .value-proposition {
    padding: 40px 0 50px;
  }
  .value-proposition .circle-bottom {
    display: none;
  }
  .proposition-box .icon img {
    max-width: 50px;
  }
  .global-heading {
    font-size: 36px;
  }
  .sub-heading {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .value-proposition .sub-heading {
    margin: 0 0 60px;
  }
  .sub-heading br {
    display: none;
  }
  .proposition-box {
    margin: 0 0 10px;
    padding: 15px 15px;
    min-height: 0;
  }
  .value-proposition .sub-head {
    margin: 30px 0 50px;
  }
  .value-proposition .sub-head::after {
    background-position: center top 17px;
  }
  .value-proposition .row .row {
    justify-content: center;
  }
  .value-proposition .row .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .proposition-box h4 {
    font-size: 26px;
  }
  .proposition-box p {
    font-size: 15px;
  }
  .gears-section {
    padding: 40px 0 50px;
  }
  .gears-section .gears-boxes {
    background: none;
    padding: 60px 0 40px;
  }
  .gears-section .gear-box {
    margin: 0 0 80px;
    min-height: 0;
  }
  .gears-boxes .input-wrap {
    text-align: center;
    padding: 0 0 50px;
  }
  .gears-boxes .input-wrap::after {
    right: auto;
    left: 46%;
    bottom: 0;
    top: auto;
    transform: rotate(90deg);
  }
  .gears-boxes .output-wrap ul {
    margin: 0;
  }
  .gears-boxes .output-wrap::after {
    left: 45%;
    top: -191px;
    transform: rotate(90deg);
  }
  .final-output .icon-box h4 {
    font-size: 14px;
  }
  .final-output .icon-box img {
    max-width: 50px;
  }
  .gears-boxes .final-output::after {
    background-size: 80px;
    width: 83px;
    height: 34px;
  }
  .gears-boxes .final-output {
    margin: 0;
    padding: 50px 0 0;
    align-items: flex-end;
  }
  .final-output .icon-box {
    padding: 0 15px;
  }
  .footer-section {
    padding: 50px 0 30px;
    text-align: center;
  }
  .footer-section .about-info {
    margin: 0px 0 30px;
    text-align: center;
  }
  .footer-section h5::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .footer-section .social li {
    justify-content: center;
    text-align: left;
  }
  .integation-wrap {
    display: block;
    text-align: center;
  }
  .integation-wrap .logos {
    margin: 15px 0 0;
    padding: 0;
    border: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .integation-wrap h4 {
    margin: 0 0 20px;
  }
  .integation-wrap .logos img {
    margin: 10px;
    max-width: 90px;
  }
  .integation-wrap .logos img.guidewire,
  .integation-wrap .logos img.duck-creek {
    max-width: 120px;
  }
  .top-header .navbar-brand img {
    max-width: 75px;
  }
  .banner-section .services {
    position: relative !important;
    margin: 0;
  }
  .integrations .circle-bottom {
    display: none;
  }
  .proposition-section .e-con-inner > .e-flex.e-con {
    display: block;
  }
  .blog-section .row .col-md-4:first-child,.blog-section.newsroom-section .row .col-md-4:first-child {
    flex: 0 0 100%;
  }
  .blog-section .row .col-md-4:first-child .blog-box .info p {
    display: block;
  }
  .inner-banner {
    padding-top: 150px;
  }
  .search-box {
    display: block;
  }
  .search-box .search-field .icon {
    left: 17px;
    top: 20px;
    width: 20px;
  }
  .search-box .select-year {
    padding: 0 18px 10px;
  }
  .search-box .search-field .form-control {
    font-size: 16px;
    padding-left: 50px;
  }
  .search-results-dropdown li {
    flex: 0 0 100%;
  }
  .custom-scrollbar {
    display: none;
  }
  .br-md-none br {
    display: none;
  }
  .blog-details .comment-box {
    padding: 20px;
  }
  .comment-box .comment-form .comment-form-author,
  .comment-box .comment-form .comment-form-email {
    flex: 0 0 100%;
    padding: 0;
  }
  .blog-details .blog-inner > h1 {
    font-size: 28px;
  }
  .value-proposition .quote {
    font-size: 18px;
    margin: 50px 0 0;
  }
  .cky-btn-revisit-wrapper {
    width: 38px !important;
    height: 38px !important;
  }
  #swagger-ui	.swagger-ui a.nostyle {
	 flex: 1;
  }
  .differentiator-section {
    padding: 40px 0 60px;
  }
  .differentiator-section .global-heading {
    font-size: 36px;
    margin: 0 0 30px;
  }
  .difference-box .info {
    font-size: 24px;
    min-height: 0;
  }
  .integrations {
    padding: 20px 0 0;
  }
  .footer-section .logos img {
    margin: 0 10px 30px 15px;
  }
  .footer-section .logos img.d-block {
    margin: 0 auto 30px;
  }
  .banner-section video {
	margin: 40px 0;
  }
  .videoPopup .close-btn {
	right: 0;
	top: -40px;
  }
  .banner-section .intro-video-thumb {
	margin: 40px 0;
  }
}
@media (min-width: 576.01px) and (max-width: 767px) {
  .banner-section .content h1 {
    font-size: 32px;
  }
  .value-proposition .row .row .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 576px) {
  .inner-banner h1 {
    font-size: 40px;
  }
  .inner-banner h1 span {
    font-size: 62px;
  }

  .logos1{display: block; border-left: 0;float: left;
        margin-top: 20px;
        margin-bottom: 30px;}
  .logos1 ul{flex-wrap: wrap;margin: 0 0 50px}
  .logos1 ul li{flex:0 0 45%; text-align: left; font-size: 12px;}
  .logos1 ul li:last-child{flex:0 0 100%;}
  .banner-section .featured-in{display: block; margin-top: 30px}
  .featured-in .word{display: block;text-align: center;}
  .logos1 ul li:first-child:before{display: block;}
  .featured-new{flex-wrap: wrap; text-align: center;}
  .featured-new .logos{flex-wrap: wrap; border-left: 0; column-gap: 10px; padding-left: 0}
  .featured-new .logos ul{flex-wrap: wrap;}
  .featured-new .logos ul li{flex:0 0 42%; text-align: left; margin-bottom: 20px;}
  .featured-new .logos ul li:last-child{flex:0 0 100%; text-align: center;}
  .featured-new span{display: block;}
  .logos1 ul li:nth-child(4) {
    clear: unset;}
    .logos1 ul li:before{top:7px;}
}
