/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.icon-box-title{
    border-radius: 15px;
    max-width: 70px;
    padding: 18px 20px;
    background: #ecf0f4;
    position: relative;
    display: inline-block;
}
.icon-box-title::after, .dot-icon {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-color: #f2c230;
    border-radius: 50%;
}
.dot-icon {
	top: 0 !important;
}
.icon-box-notitle{
	border-radius: 15px;
    max-width: 70px;
    padding: 18px 20px;
    background: #fcf3d9;
}
.eng-tool-right-col-1{
	width:20%;
}
.eng-tool-right-col-2{
	width:80%;
}
.left-col-1{
	width:10%;
}
.rounded-5{
	border-radius:15px;
}
.pd-lft-rgt{
	padding:0 20px;
}
.mg-right{
	margin-right:10px;
}
.round-img img{
	border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.radius img, .radius{
	border-radius:20px;
}
.margin-top{
	margin-top:20px !important;
}
.pd-left-0{
	padding-left:0 !important;
}
.access-highlight{
 	padding: 20px;
    background-color: #fef9ea;
    border-left: 6px solid;
    border-radius: 10px;
    border-color: #f2c230;
}
.expert-col {
    position: relative;
    border-radius: 16px;
}
.expert-col::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 65px;
    width: 80px;
    height: 6px;
    background-color: #1c3b6c;
    border-radius: 10px;
    z-index: 9;
}
.btn-left-col .uncont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.primary-btn {
    padding: 20px !important;
    font-size: 16px;
}
.secondary-btn {
    padding: 20px !important;
    font-size: 16px;
    color: #0b3b78 !important;
    border: 1px solid #dbe2e9;
}
.linear-top-border {
    position: relative;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 0 !important;
}
.linear-top-border::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -4px;
    width: 100%;
    height: 6px;
    clip-path: polygon(3% 0, 99% 0, 100% 100%, 2% 100%);
    background: linear-gradient(90deg, #144075, #e2b934);
    z-index: 9999;
}
.roundedbox-light{
	background-color: #fdf5de;
    display: inline-block;
    color: #1f4f7a;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
}
.font-wgt-400{
	font-weight:400;
}
.transparent-btn {
    background-color: transparent !important;
    padding: 20px !important;
    font-size: 18px;
    color: #082b58 !important;
    border: 1px solid #dbe2e9 !important;
    border-radius: 15px;
    font-weight: 800 !important;
}
.white{
	color:#fff !important;
}
.flex-row .uncont {
    display: flex;
    gap: 20px;
    justify-content: end;
}