.head_first
{
    color: #2d6096 !important;
    font-weight: 800;
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.7rem;
}
.Login_right {
    background: linear-gradient(47deg, rgba(81, 213, 184, 1) 0%, rgba(82, 142, 212, 1) 70%); 
    padding:22px 10%;
    border-radius: 5px;
    color: #ffff;
    font-family: 'Poppins', sans-serif !important;
}

.Login_right::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 7px;
    background-color: #ffffff;
    right: 0px;
    top: 20px;
}

.Login_right::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: #ffffff;
    right: 13px;
    top: 17px;
}

.register_now{
    font-size: 26px;
    color: #ffff ;
    font-weight: bold;
}
.about_semicircle {
    position: absolute;
    background-color: #ffffff;
    width: 17px;
    height: 30px;
    border-radius: 0px 40px 40px 0px;
    left: 0px;
    bottom: 13px;
}
/*.hidden_costs */
/*{*/
/*    font-size:12px;*/
/*    text-align: center;*/
/*    margin-top: 2px;*/
/*}*/
/*.access-btn */
/*{*/
/*    padding:0 8px;*/
/*    background: #bb071b;*/
/*}*/
.hidden_costs 
{
    font-size:14px;
    text-align: center;
    margin-top: 2px;
}
.access-btn 
{
    padding:0 14px;
    background: #bb071b;
    font-size:17px
}

.head_second 
{
    background: linear-gradient(47deg, rgba(81, 213, 184, 1) 0%, rgba(82, 142, 212, 1) 70%); 
    padding:10px 5%;
    border-radius: 0 7px 7px 0;
    color:#fff;
    font-size:24px;
    line-height: 1.7rem;
}
.head_third
{
    background-color: #2d6096 !important;
    border-radius: 5px;
    color:#fff;
    font-size:16px;
    font-weight: bold;
    padding:2px 4%;
    width:fit-content;
    bottom:10px;
}

.report_key_points li strong,.report_key_points strong ,.report_key_points strong a
{
    color: #2d6096 !important;
}
.report_key_points p:first-of-type strong:first-of-type
{
    font-style: normal;
    color:#000000b0!important;
    font-size:18px
}
body 
{
    color:#212529b3!important;
}

.latest_triangle_down {
    position: relative;
    bottom: 12px;
    width: 25px;
    right: 0;
    font-size: 17px;
    left:44%;

}

.side_label {
    position: relative;
    width:fit-content;
}

.left_side_label {
    background: linear-gradient(90deg, rgba(81, 190, 184, 1) 0%, rgba(82, 142, 212, 1) 100%);
    color: white;
    text-align: center;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
}
.banner 
{
    background:#75b6da;
    padding:15px 40px;
    color:#fff;
    border-radius: 3px;
    font-weight: 600;
    position:relative;
}
.get_touch
{
    text-align: end;
    padding:0 10px;
    background: #bb071b;
}
.banner p
{
    margin-bottom: 3px;
}

.banner::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 4px;
    background-color: #ffffff;
    left: 0px;
    bottom: 20px;
}

.banner::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background-color: #ffffff;
    left: 12px;
    bottom: 17px;
}
















.welcome_carousel.carousel,
.item,
.active {
    height: 100% !important;
}
.welcome_carousel .owl-nav button.owl-next:hover {
    background-color: #e7e6e6 !important;
}
.welcome_carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.welcome_carousel .owl-dots{
    margin-top: -55px !important;
    position: relative !important;
}


.image_latest_caro {
    box-shadow: 15px 15px 0px 0px #cfeded;
    border-radius: 10px;
}
.thought_caro_img{
    display: block !important;
    width: 100% !important;
    height: 450px !important;
    border-radius: 10px
}
.bacground_img_caro {
    position: absolute;
    width: 97%;
    height: 13%;
    bottom: 15px;
    background: linear-gradient(270deg, rgba(81, 190, 184, 1) 0%, rgba(82, 142, 212, 1) 100%);
    opacity: 0.5;
    border-radius: 0px 0px 10px 10px;
}
.welcome_carousel .owl-item .item{
    padding-right: 15px;
    padding-bottom: 15px;
}

.sigup_txt {
    color: #000;
    text-decoration: underline;
    font-weight:bold;
    font-size: 13px;

}
.top-question-btn {
    background:  #2d6096 !important;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}


