
/* style for navbar start */
header{
	background-color: var(--sap-background-color);
}
.slide-sub-title{
	text-align: center;
	margin: 20px 0px;
	font-size: 20px;
}
.bg-light.sap-nav{
	background-color: var(--sap-background-color)!important;
	height: calc(3.5rem + 5px);
	width: 100%;
    border-bottom: 1px solid #d5dadd;
	opacity: 1!important;
}
.sap-nav.bg-light .navbar-brand {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.sap-nav.bg-light .navbar-brand :hover{
	text-decoration: none;
}
.sap-nav.bg-light .navbar-brand  span{
	color: var(--sap-gray-10);
    font-family: var(--sap-font-medium);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0px 0 0px 8px;
}
.sap-nav .nav-item{
	padding-top: 0px;
}
.sap-nav .nav-item .nav-link{
	padding-bottom: 0px;
	color: var(--sap-gray-7);
	font-size: 0.9rem;
	line-height: 1.5;
	position: relative;
    font-family: var(--sap-font-medium);
} 	
.sap-nav .nav-item .nav-link:hover, .sap-nav .nav-item .nav-link.active{
	color: var(--sap-blue-7);
	text-decoration: none;
}
/* .sap-nav .nav-item .nav-link:hover:after, .sap-nav .nav-item .nav-link.active:after{
	position: absolute;
	content: "";
	left: 10px;
	right: 5px;
	bottom: -15px;
	border-bottom: 4px solid var(--sap-blue-7);
} */
.sap-nav .navbar-nav{
	gap: 15px;
}
.sap-nav .nav-item .nav-link:hover{
	color: var(--sap-blue-7);
}
@media (min-resolution: 1.25dppx) and (max-resolution: 1.75dppx) {
    @media only screen and (min-width:1200px) and (max-width:1920px){
        .sap-nav  .container {
            width: 100%!important;
			margin-inline: calc(1rem * 4.5);
      }
  }
}
@media (min-zoom: 125%) and (max-zoom: 175%) {
    @media only screen and (min-width:1200px) and (max-width:1920px){
        .sap-nav  .container {
            width: 100%!important;
			margin-inline: calc(1rem * 4.5);
      }
  }
}
@media only screen and (min-width:1200px) and (max-width:1920px){
    .sap-nav .container {
        width: 1280px;
  }
}
@media screen and (max-width:991px) {
	.bg-light.sap-nav{
		height: auto;
	}
}
/* style for navbar end */

/* style for hero banner start */
.hero-banner{
	background-color: #ffffff;
	margin-top: calc(3.5rem + 5px);
}
.hero-banner__content{
	margin: 3rem 0px;
	background: url(../images/hero-banner.jpg) no-repeat #1a2733;
	background-size: cover;
	background-position: center right -160px;
	border-radius: 12px;
	padding: 3rem;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-banner__title{
	color: #ffffff;
	font-family: var(--sap-font-bold);
	font-size: 4rem;
	line-height: 1.1;
	margin-bottom: 1rem;
}
.hero-banner__sub-title{
	color: #ffffff;
	font-family: var(--sap-font-family);
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	width: 90%;
}
.hero-banner__content .btn-secondary{
	border-color: #ffffff;
	margin-bottom: 0px;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.hero-banner__content{
		background: var(--sap-gray-10);
		padding: 2rem;
	}
	.hero-banner__content .hero-banner__title{
		font-size: 1.8rem;
	}
	.hero-banner__content .hero-banner__sub-title{
		font-size: 1.2rem;
	}
	.hero-banner{
		padding: 0rem 0.8rem;
	}
	.hero-banner__sub-title{
		width: 100%;
	}
}
/* style for hero banner end */

.sap-nav .brand-group{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.sap-nav .brand-group .page-group-name{
    color: #fff;
    font-family: 'BentonSans-Bold', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}

/* .sec-hero-banner.top-nav-fixed{
    padding-top: 53px;
} */
.search-body{
    background-color: #f5f6f7;
    padding: 0px;
}
/* .search-box-wrapper{
    padding-bottom: 60px;
    border-bottom: 1px solid var(--sap-gray-4);
} */
.banner-content .banner-subtitle{
    font-size: 2.3rem;
    font-family: '72_brandbook', Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin: 0px;
}
.search-result{
    display: none;
}
.search-result.open{
    display: block;
}
.search-result-container{
    border-radius: 17px;
    border: 1px solid var(--sap-gray-4);
    padding: 60px 100px;
    position: relative;
}
.search-result-empty{
    border-radius: 17px;
    border: 1px solid var(--sap-gray-4);
    padding: 60px 100px;
    position: relative;
    display: none;
}
.search-result-empty .info-message{
    text-align: center;
}
.search-result-empty .content-title{
    margin-bottom: 20px;
}
.search-result-empty.open{
    display: block;
}
.btn-certification-close{
    background-color: var(--sap-blue-7);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}
.btn-certification-close .close-icon{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-certification-close svg{
    width: 18px;
    height: 18px;
}
.btn-certification-close:hover{
    background-color: var(--sap-blue-6);
}
.gray-round-box{
    padding: 60px;
    background-color: var(--sap-background-color);
    border-radius: 20px;
}
.search-box{
    /* max-width: 700px; */
    margin: 0 auto;
}
.search-wrapper{
    position: relative;
   
}
.search-box .form-control{
    display: -ms-flexbox;
    display: flex;
    -moz-appearance: searchfield;
    appearance: searchfield;
    -webkit-appearance: searchfield;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    background: #fff;
    border: 1px solid #B2B2B2;
    border-radius: 100px;
    height: 50px;
    padding: 0 .5rem 0 3rem;
    width: 100%;
    outline: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding-left: 48px;
    font-family: '72_brandmedium', Arial, Helvetica, sans-serif;
    padding-right: 50px;
}
.search-box .form-control::placeholder{
    font-family: '72_brandmedium', Arial, Helvetica, sans-serif;
}
.search-box .form-control:hover {
    -webkit-box-shadow: 0 8px 16px 0 #5b738b33, 0 0 2px 0 #5b738b33;
    box-shadow: 0 8px 16px 0 #5b738b33, 0 0 2px 0 #5b738b33;
}
.search-box .form-control:focus {
    border: 2px solid var(--sap-blue-7);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-wrapper .search-icon{
    position: absolute;
    left: 0px;
    background: transparent;
    display: block;
    top: 0px;
    bottom: 0px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-wrapper  .search-clear{
    position: absolute;
    right: 15px;
    background: transparent;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: none;
    align-items: center;
    justify-content: center; 
    border: 1px solid var(--sap-blue-7);
    border-radius: 100%;
    cursor: pointer;
}
.search-wrapper  .search-clear:hover{
    background-color: var(--sap-blue-7);
}
.search-wrapper  .search-clear svg{
    max-width: 10px;
}
.search-wrapper  .search-clear:hover svg{
    fill: #ffffff;
}
.search-wrapper .search-icon svg{
    max-width: 20px;
}
.search-wrapper .search-icon svg path{
    fill: var(--sap-gray-4);
}
.search-wrapper .form-control:focus + .search-icon svg path{
    fill: var(--sap-blue-7);
}
.search-wrapper .text-loader{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
}
.search-wrapper .text-loader::before{
    border-width: 2px;
}
.search-result{
    margin-top: 15px;
}
.search-result .search-result-container .content-title{
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0px 0px 10px;
    font-family: '72_brandmedium', Arial, Helvetica, sans-serif;
}
.search-result .search-result-container .content-title.blue-text{
    margin: 30px 0px 15px;
}
.border-box{
    padding: 20px 20px;
    background: #ffffff;
    border-left: 8px solid var(--sap-green-4);
}

.search-result .search-result-container .content-title.blue-text{
    color: var(--sap-blue-6);
}
.search-result .search-result-container .search-discription{
    text-align: left;
    /* padding: 0px 15px; */
}
.search-result .search-result-container .search-discription.mx-80{
    max-width: 70%;
    margin: 0 auto;
}
.search-result .search-result-container .search-discription .bold-text{
    font-family: '72_brandmedium', Arial, Helvetica, sans-serif;;
}
.discription-text{
    font-size: 1rem;
    margin-bottom: 30px;
}
.search-result-container .result-box{
    padding: 20px 20px;
    background: #ffffff;
    border-left: 8px solid var(--sap-green-4);
}
.search-result-container .result-box.second-course{
    margin-top: 30px;
}

.search-result-container .result-box .bottom-button-group{
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}
.search-result-container .result-box .bottom-button-group .btn-result-action{
    margin: 0px 10px;
    transition: all 0.5s ease-in-out;
}
.search-result-container .result-box .bottom-button-group .btn-download:hover{
    transform: translateY(2px);
}
.search-result-container .result-box .bottom-button-group .btn-copy:hover{
    transform: scale(1.1, 1.1);
}
.search-result-container .result-box .bottom-button-group .btn-result-action img{
    max-width: 25px;
}
.search-result-container .result-box p{
    display: flex;
    align-items: flex-end;
}
.search-result-container .result-box p .reply_description{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-y: hidden;
    word-break: break-word;
}
.search-result-container .result-box p .show-more{
    font-size: 1rem;
    text-decoration: none;
    color: var(--sap-blue-7);
}
.search-result-container .result-box p .show-more:hover{
    text-decoration: underline;
}
.search-result-container .result-box .result-title{
    position: relative;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-y: hidden;
    word-break: break-word; */
    font-family: '72_brandregular', Arial, Helvetica, sans-serif;
}
.search-result-container .result-box .result-title::before{
    content: "";
    position: absolute;
    left: -15px;
    background-color: var(--sap-mango-4);
    width: 6px;
    top: 0px;
    bottom: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.search-result-container .result-box .btn-primary{
    margin-bottom: 0px;
}
.related-search-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: var(--sap-blue-7);
    margin-top: 30px;
}
.related-search-item{
    flex: 0 0 auto;
    width: 50%;
}
.related-search-item.left .related-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-search-item.right{
    padding: 15px 15px 15px 30px;
    color: #ffffff;
}
.related-search-item.right .btn-secondary{
    font-size: 0.8rem;
    margin-bottom: 0px;
    background-color: #ffffff;
}
.related-search-box p{
    font-size: 0.9rem;
    color: #ffffff;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-y: hidden;
    word-break: break-word;
}
.result-title{
    font-size: 1.2rem;
    font-family: '72_brandregular', Arial, Helvetica, sans-serif;
    color: var(--sap-gray-11);
    margin-bottom: 15px;
}
.related-search-box .result-title{
    font-size: 1.2rem;
    font-family: '72_brandmedium', Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.certification-id{
    color: var(--sap-blue-6);
}
.sec-title{
    position: relative;
    padding: 5px 20px;
}
.sec-title::before{
    content: "";
    position: absolute;
    left: 0px;
    background-color: var(--sap-gray-11);
    width: 6px;
    top: 0px;
    bottom: 0px;
}
.ad-card{
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px #5b738b33,0px 0px 2px 0px #5b738b33;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px;
    margin-top: 50px;
    border: 1px solid #eaecee;
    border-radius: 16px;
}
.ad-card .ad-card-item{
    flex: 0 0 auto;
}
.ad-card .ad-card-item.left{
    width: 30%;
}
.ad-card .ad-card-item.right{
    width: 70%;
    padding: 15px 30px;
}
.ad-card  .card-image{
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.ad-card  .card-image .card-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ad-card .ad-card-item p{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-y: hidden;
    word-break: break-word;
}

/* style for search box start */
.search-box-content{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.search-box .recommended-search-result {
    border: 1px solid var(--sap-gray-4);
    padding: 15px 15px 15px;
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 49px;
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0 8.5px 7px -3px #a9b4be;
    -moz-box-shadow: 0 8.5px 7px -3px #a9b4be;
    box-shadow: 0 8.5px 7px -3px #a9b4be;
}
.search-box .recommended-search-result.active{
    display: block;
}
.search-box .recommended-search-result ::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.search-box .recommended-search-result ::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}

.search-box .recommended-search-result ::-webkit-scrollbar-thumb{
    background-color: #757474;
    border: 2px solid #8e8d8d;
    border-radius: 5px;
}
.search-box .recommended-search-result .recommended-list{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    max-height: 180px;
    overflow-y: auto;
}
.search-box .recommended-search-result .recommended-list .recommended-item{
    padding: 15px 10px;
    border-bottom: 1px solid var(--sap-gray-4);
}
.search-box .recommended-search-result .recommended-list .recommended-item:last-child{
    padding-bottom: 0px;
}
.search-box .recommended-search-result .recommended-list .recommended-item .recommended-name:hover{
    color: var(--sap-mango-6);
}
.search-box .recommended-search-result .recommended-list .recommended-item:first-child{
    padding-top: 0px;
}
.search-box .recommended-search-result .recommended-list .recommended-item:last-child{
    border: none;
}
.search-box .recommended-search-result .recommended-list .recommended-item .recommended-name{
    font-size: 1rem;
    line-height: 1.5;
    color: var(--sap-gray-11);
    text-decoration: none;
    /* font-weight: 400; */
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-y: hidden;
    word-break: break-word;
   font-family: '72_brandmedium', Arial, Helvetica, sans-serif;
}
.recommended-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.recommended-info .recommended-name{
    flex: 0 0 auto;
    width: 80%;
}

@media only screen and (min-width:0px) and (max-width: 575px) {
    .recommended-info {
        flex-direction: column;
        align-items: flex-start;
        font-size: 0.8rem;
    }
    .search-box .form-control{
        font-size: 0.8rem;
        padding-right: 40px;
    }
    .search-box .form-control::placeholder{
        font-size: 0.8rem;
    }
    .search-wrapper .search-clear{
        width: 22px;
        height: 22px;
    }
    
}
/* style for search box end */
@media only screen and (min-width: 0px) and (max-width:767px) {
    .banner-content{
        width: 100%;
    }
    .banner-content {
        margin: 40px 0px 0px;
    }
    .banner-content-wrapper{
        justify-content: flex-start;
    }
    .banner-content.right{
        margin: 30px 0px 40px;
    }
    .gray-round-box {
        padding: 30px;
    }
    .sec-hero-banner, .banner-row{
        min-height: 400px;
    }
    .banner-content .banner-title{
        font-size: 2.25rem;
    }
    .banner-content .banner-subtitle{
        font-size: 1.25rem;
    }
    .content-title {
        font-size: 1.5rem;
    }
    .result-title {
        font-size: 1.2rem;
    }
    .discription-text{
        font-size: 1.1rem;
    }
    .related-search-box{
        flex-direction: column;
    }
    .related-search-item{
        width: 100%;
    }
    .ad-card{
        flex-direction: column;
        padding: 15px;
    }
    .ad-card .ad-card-item.left, .ad-card .ad-card-item.right{
        width: 100%;
        padding: 0px;
    }
    .ad-card .card-image{
        clip-path: unset;
        margin-bottom: 15px;
    }
    .search-result-container{
        padding: 30px 30px 30px;
    }
    /* .search-box-wrapper {
        padding-bottom: 20px;
    } */
    .related-search-item.right{
        padding: 15px;
    }
    .search-result .search-result-container .search-discription.mx-80{
        max-width: 100%;
    }
    .banner-content .banner-description {
        font-size: 1.25rem;
    }
    .search-result-empty{
        padding: 40px 20px;
    }
    .btn-certification-close{
        width: 25px;
        height: 25px;
    }
    .btn-certification-close .close-icon{
        width: 12px;
        height: 12px;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-content .banner-title{
        font-size: 3rem;
    }
    .banner-content .banner-description{
        font-size: 1.5rem;
    } 
    .banner-content.left{
        width: 60%;
    }
    .banner-content.right{
        width: 40%;
    }
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
    z-index: 9999;
    background: url(../images/loading.gif) center no-repeat #fff;
    background-size: 100px;
    opacity: 0.8;
}
.search-discription.para{
    margin-bottom: 0px;
}
.note-text{
    color:red;
    font-size: 1rem;
    margin-top: 20px;
}
.note-text.error{
    color:#000000;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 20px;
}