/* common starts  */

body {
    font-family:'Poppins';
    line-height: 2;
}
h1,h2,h3,h4,h5,h6,.h2_size{
    font-family: 'Space Grotesk';
}

.btn-1 {
    background: linear-gradient(to right, #207598 , #3FB8DE);;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Space Grotesk';
}
.btn-1:hover {
    color: #fff;
}
.btn-2 {
    background: #000000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    border: 2px solid #207598;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Space Grotesk';
    

}
.btn-2:hover {
    color: #fff;
}

.section {
    padding: 60px;
}

.card {
    border: none;
}

.footer_form_sec{
    padding: 0px 0px;
   
}
.footer_form{
   display: flex;
    background: url(../../front/img/footer/form_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}
.footer_form .content{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    }
.footer_form .rt_img img{
    border-radius: 20px 0px 0px 20px;
}
.btn_footer{
    background: linear-gradient(to right, #207598 , #3FB8DE);
    color: #fff;
    border-radius: 5px;
    padding: 5px 30px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Space Grotesk';
}

.footer{
    background: #061e25;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer ul{
    list-style: none;
    margin: 0px;
    color: #fff;
    gap: 20px;
    font-weight: bold;
}
.footer ul li{
    position: relative;
}
.footer ul li a{
color: #fff;
}
.footer ul li:not(:last-child)::before{
    content: "|";
    position: absolute;
    right: -10px;
}
.footer p{
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight: bold;
}
.footer_form textarea{
    height: 100px;
    }
.footer_form .form-control {
    border-radius: 5px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;

}
.footer_form .left_sec{
    padding: 0px 80px;
}
@media (max-width: 767px){
    .left_sec{
        padding: 0px 20px !important;
    }
    .section {
    padding: 20px;
}
.btn-1{
    padding: 10px 20px;
}
.sec6 .why_choose{
    padding: 20px;
}
.footer_form{
    background: linear-gradient(
180deg
, #042733, #07242ef2);
}
.h2_size{
    font-size: 28px !important;
    text-align: center;
}
}
label.error{
    background: #fff;
    border: 2px solid red;
    color: red !important;
    padding: 2px;
    position: absolute;
    top: -5px;
    right: 0;
    width: auto;
    font-size: 11px;
    font-weight: 600;
    z-index: 1;
}
label.error:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: red transparent transparent;
}
.panel-body p{
    font-size: 15px !important;
}
.faqTit{
    font-size: 18px !important;
    width: 100%;
}
.faqTit:before{
font-size: 40px !important;
}
/* common ends  */