@font-face {
    font-family: 'Conthrax';
    font-style: normal;
    font-weight: 600;
    src: local('Conthrax'), url('https://fonts.cdnfonts.com/s/17842/conthrax-sb.woff') format('woff');
}
html.pushed-left{
    transform: none !important;
}
/* *{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    color: #fff;
} */
/* .row{
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
} */
/* :root {
    --color-white: #fff;
} */
.basic-color-launch{
    color: var(--color-white);
}
/* .btn,button{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
} */
/* .btn.primary-color-btn, .btn.primary-color-btn a{
    color: #0B78D0;
} */
::ng-deep .mat-select-value-text,::ng-deep  .mat-select-arrow {
    color: #fff !important
}
::ng-deep .mat-form-field-infix{
    border-bottom-color: #fff;
}
::ng-deep .mat-form-field-underline {
    background-color: #fff !important;
}
.rectangle {
    background-color: transparent;
    margin: 16px 10px 24px 0px;
    width: 63px;
    height: 4px;
    position: relative;
}
.rectangle:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 4px;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
}
.launch-container{
    width: 100%;
}
.pages{
    height: 100vh;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.page1{
    background: url("/in/images/global/launch-page-bg.webp");
}
/* .header-row{
    padding: 24px 34px 0px 24px;
} */
/* .right-menu > *{
    margin-right: 30px;
} */
/* .right-menu > *:last-child{
    margin-right: 0;
} */
/* .btn .caret{
    float: unset;
    margin-top: unset;
} */
/* .navbar-nav > li > a,.menu-item, .menu-item a{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: inherit;
} */
/* ul.navigation-menu li ul li a{
    background-color: #007BA8;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 48px;
    padding: 0 10px;
} */
/* ul.navigation-menu li ul{
    margin-top: 22px !important;
    border: none;
} */
/* .right-menu{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
} */
/* .dropdown.menu-item,.dropdown.lang-dropdown {
    width: auto;
} */
/* .right-menu-btn{
    float: right;
} */
/* .lang-dropdown button.dropdown-toggle{
    margin: 3px 10px 0 0;
    font-size: 12px;
    background-color: transparent;
    border: none;
} */
/* .dropdown.menu-item,.dropdown-menu{
    min-width: auto;
    left: auto;
    font-size: 12px;
} */
/* a.btn.primary-color-btn{
    background-color: #fff !important;
}
p button a, a.btn.primary-color-btn{
    color: #0B78D0 !important;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.pager li > a:focus, .pager li > a:hover,
p button a, p button a:focus, p button a:hover,
a.btn.primary-color-btn, a.btn.primary-color-btn:focus, a.btn.primary-color-btn:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.multiselect>div>div>button, .multiselect>div>div>button:hover, .multiselect>div>div>button:focus, .multiselect>div>div>button:active, .open>.dropdown-toggle.btn-default{
    border: none;
    background-color: transparent;
} */
/* .nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.multiselect>div>div>button, .multiselect>div>div>button:hover, .multiselect>div>div>button:focus, .multiselect>div>div>button:active, .open>.dropdown-toggle.btn-default{
    color: #fff !important;
    font-weight: 500;
    font-size: 12px;
} */
/* .navbar-nav > li.active > a, .navbar-nav > li:focus > a, .navbar-nav > li:hover > a,
.nav-button,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    border: none !important;
    color: #fff !important;
    background-color: transparent !important;
} */
/* Main Content */
.main-content {
    height: 45%;
    padding: 5vh 0 0 9vw;
}
.main-content h1{
    font-family: 'Conthrax';
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}
section.services {
    padding: 2vh 5vw 2vh 9vw;
}
.services h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}
.service-list .panel{
    background-color: rgba(255, 255, 255, 0.06);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    border: none;
    margin-right: 24px;
    width: 23%;
    display: inline-block;
}
.service-list .panel:nth-child(4), .service-list .panel:nth-child(8){
    margin-right: 0;
}
.service-list .panel .service-icon{
    width: auto;
    height: 20px;
    margin-right: 10px;
}
.service-list .panel .panel-body{
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    flex-direction: row;
    height: 68px;
}
.service-list .panel .panel-body span{
    width: 75%;
}
/* Main Content */
.page2{
    border: 1px solid #fff;
}
/* Accordion  */
.page2 .hdp-collapsible{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    height: 100vh;
    width: -webkit-fill-available;
    padding: 13vh 30px 0 30px;
}
.hdp-collapsible.accord1{
    background: url("/in/images/global/accordion1.webp");
    background-size: cover;
}
.hdp-collapsible.accord2{
    background: url("/in/images/global/accordion2.webp");
    background-size: cover;
}
.hdp-collapsible.accord3{
    background: url("/in/images/global/accordion3.webp");
    background-size: cover;
}
.hdp-collapsible.accord4{
    background: url("/in/images/global/accordion4.webp");
    background-size: cover;
}
.hdp-collapsible.accord5{
    background: url("/in/images/global/accordion5.webp");
    background-size: cover;
    background-position: -126px -8px;
}
.accordion-item{
    position: relative;
    width: 14.9%;
    height: 100vh;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.page2 .collapse.in{
    display: inline;
    position: absolute;
    position: absolute;
    left: 0;
    top: 26%;
    padding: 0 30px !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}
.accordion-item.open{
    width: 39%;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: none;
    transition: none;
}
.accordion.row{
    display: flex;
}
.accordion-item.open .accord-icon{
    margin: 0;
}
.accord-icon{
    width: 33px;
    height: 33px;
    margin: 0 auto;
    display: block;
}
.accord-desc, .accord-desc p{
    margin: 10px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
}
.accordion-item.open .accord-desc p{
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Conthrax';
    text-align: left;
}
.accord-expand-desc, .carousel-caption .landingText,.footer__links-title{
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}
.accord-expand-desc p .btn{
    margin-top: 20px;
}
.accord-expand-desc p button a,.accord-expand-desc a.btn.primary-color-btn{
    color: #0B78D0;
    text-transform: uppercase;
}
/* Accordion  */
/* Benefits Page */
.page3{
    background-color: #E3F2FD;
    padding-bottom: 100px;
    height: auto;
    position: relative;
}
.benefitsDisplayCard h6,.benefitsCard,.customerSlider{
    color: #000;
}
.benefitsCard{
    padding: 10% 15% 0 15%;
    align-items: center;
    text-align: center;
}
.benefitsCard h5,.customerSlider h5,.carousel-caption h3{
    text-transform: uppercase;
    font-family: 'Conthrax';
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}
.benefitsCard .rectangle,.customerSlider .rectangle{
    margin:16px auto 24px auto;
}
.benefitsCard .rectangle:after, .customerSlider .rectangle:after{
    border-top: 4px solid #000;
}
.benefitsCard .benefitsContent{
    text-align: justify;
}
.benefitsCard .benefitsContent p,.benefitsDisplayCard h6{
    font-size: 15px;
    line-height: 21px;
}
.benefitsCard .benefitsContent p{
    font-weight: 400;
    color: #6A6A6D;
}
.benefitsDisplayCard h6{
    font-weight: 700;
}
.benefitsDisplayCard .card .card-body{
    padding: 20px 16px 16px 16px;
}
.benefitsDisplayCard .card{
    background-color: #fff;
    margin-right: 25px;
    height: auto;
    width: 29%;
    display: inline-block;
    padding: 0 0 3vh 0;
}
.benefitsDisplayCard .card:last-child{
    margin-right: 0;
}
.benefitsDisplayCard .card-body p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6A6A6D
}
.benefitsDisplayCard.row {
    margin-top: 8vh;
}
/* .section__line {
    position: absolute;
    left: 0;
    width: 100%;
}
.section__line-bottom {
    bottom: 0;
}
.section__line-top {
    top: 0;
} */
/* Benefits Page */

/*Page 4 */
.page4{
    position: relative;
    height: auto;
}
.customerSlider{
    height: auto;
    align-items: center;
    text-align: center;
    padding: 2% 3%;
    /* position: absolute; */
    width: 100%;
    max-height: 40vh;
}
.pager .previous, .pager li > a{
    border: none;
}
.pager .previous img, .pager .next img{
    width: 30px;
    height: 30px;
}
.pager .page-item img{
    margin: auto 0;
    display: inline;
    width: auto;
    max-height: 71%;
}
.pager li{
    display: inline;
    float: left;
    width: 22%;
    align-items: center;
    color: #000;
    height: 100%;
    /* max-height: 65%; */
}
.pager .previous, .pager .next{
    width: 5%;
    padding: 2% 0 0 0;
    vertical-align: middle;
}
.pager li  a[disabled="disabled"]{
    cursor: not-allowed;
}
.clear{
    clear: both;
}
.carouselBanner{
    margin: 0;
    padding: 0;
    /* top: 40vh; */
    height: 540px;
}
ol.carousel-indicators {
    left: 10%;
}
.carousel-caption {
    bottom: 20%;
    width: 50%;
}
#carouselDT .banner-link img{
    width: -webkit-fill-available;
    display: none;
}
#carouselDT .item .banner-link{
    width: 100%;
    height: 540px;
    display: block;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
#carouselDT .item:nth-child(1) .banner-link{
    background: url("/in/images/global/slide1.webp");
}
#carouselDT .item:nth-child(2){
    background: url("/in/images/global/slide3.png");
}
/*Page 4 */
.carousel-caption.caption-full{
    width: 100%;
    left: 0%;
}
.carousel-caption.caption-full h3 {
    width: 80%;
    margin-top: 20%;
    line-height: 50px;
}
.caption-full .right-caption-content{
    width: 85%;
}
.carousel-caption.caption-full {
    bottom: 8%;
    height: -webkit-fill-available;
}
.showlink{
    color: #2196F3;
    font-weight: 700;
    font-size: 25px;
    line-height: 21px;
    text-decoration: underline;
}
/* header.hover-menu-item{
    background-color: #007BA8;
} */
.carousel-caption .caption-left{
    margin-top: 0%;
}
ul.customerList.pager {
    height: 25vh;
}
img.card-img-top {
    width: 100%;
}
#carouselExampleControls .item img{
    display: inline-block;
}
.slide1.showlink,.slide1.showlink a{
    color: #000;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
}
.carousel-caption.caption-full h3.slide1{
    line-height: 30px;
    text-align: right;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 40px;
}
.caption-full p.slide1{
    width: 100%;
}
@media (min-width: 992px){
    .carousel.slide.landing-card-shadow, .carousel.slide.landing-card-shadow .carousel-inner,
    .carousel.slide.landing-card-shadow, .carousel.slide.landing-card-shadow .carousel-inner{
        height: auto;
    }
    .caption-full p {
        width: 73%;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .caption-full p.title{
        font-weight: 700;
        font-size: 25px;
        line-height: 21px;
    }
    .caption-full .content{
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        width: 90%;
        background: none;
    }
}
@media only screen and (max-width: 1024px){
    .carousel {
        margin-bottom: 0px;
        height: inherit;
    }
}
/* Mobile styles (for screen width ≤ 767px) */
@media screen and (max-width: 767px) {
    .main-content {
        padding: 5vh 4vw 0 4vw;
        height: 38% !important;
    }
    .page1 {
        height: 162vh !important;
    }
}
@media (max-width: 768px){
    *,.showlink{
        font-size: .813rem;
    }
    #carouselDT .item .banner-link,.carouselBanner{
        display: block !important;
        height: 50vh;
    }
    .customerSlider {
        height: 25vh;
    }
    .page4{
        height: 143vh;
    }
    ol.carousel-indicators{
        left: 40%;
    }
    .benefitsCard h5, .customerSlider h5, .carousel-caption h3{
        font-size: 1.5rem;
    }
    .carousel-caption{
        width: 80%;
        left: 10%;
        right: 0;
        text-align: center;
    }
    #carouselDT1 .carousel-caption{
        bottom: 6%;
    }
    .carousel-caption.caption-full h3{
        line-height: 21px;
        width: 40%;
        margin-top: 22%;}
    .carousel-caption.caption-full{
        bottom: 16%;
    }
    .carousel-caption .caption-left {
        margin-top: 0;
    }
    .carousel-caption .landingText{
        font-size: 12px;
    }
    .carousel-caption .rectangle{
        margin-left: auto;
        margin-right: auto;
    }
    .benefitsDisplayCard .card{
        width: 90%;
        margin: 0 0 10px 0;
    }
    .benefitsCard{
        padding: 10% 5% 0 5%;
    }
    .page2{
        height: 50vh;
    }
    .page2 .carouselBanner{
        top: 0;
        height: inherit;
    }
    .page1{
        height: 130vh;
    }
    .page1 h1{
        font-size: 3rem;
        line-height: 1;
        width: 100%;
        text-align: center;
    }
    .main-content{
        padding: 5vh 4vw 0 4vw;
        height: 20%;
    }
    .service-list .panel{
        width: 100%;
    }
    .service-list .panel .panel-body{
        height: 40px;
        padding: 7px;
    }
    /* .logo{
        max-width: 13rem;
    } */
    /* .header-row{
        padding: 10px;
    } */
    /* .navbar .collapse{
        display: block;
    }
    .navbar-nav > li {
        float: left;
    }
    ul.navigation-menu{
        display: flex;
    }
    .navbar-nav > li:not(.home-link) > a{
        padding: 0;
    } */
    /* .mobile-menu-btn {
        display: block;
        float: right;
        margin: 0;
    }
    .navbar-wrapper,.right-menu{
        display: none;
    }
    .hamburger-menu{
        position: absolute;
        right: 0;
        top: 54px;
        background: #fff;
        height: 100vh;
        width: 100% !important;
        left: unset;
        z-index: 10;
    } */
    .pager li{
        height: auto;
    }
    .pager .previous, .pager .next{
        width: 27%;
    }
    .customerList.pager{
        margin-top: 2%;
    }
    /* #carouselDT.carousel, #carouselDT .carousel-inner {
        height: 350px;
    } */
}
@media all and (min-width:3072px) and (max-height:1920px){
    .carousel-caption.caption-full h3{
        width: 60%;
    }
    .carousel-caption .caption-left{
        margin-top: 21%;
    }
    .carousel-caption.caption-full {
        bottom: 37%;
    }
    .customerSlider {
        height: 25vh;
    }
    ul.customerList.pager {
        height: 17vh;
    }
}
