*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.card{
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 20px;
}
.circle{
    border-radius: 100%;
 background: #F90000;
 opacity: 0.1;
 height: 72px;
 width: 72px;
}
.input1{
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    border: none;
    border-radius: 5px;
    padding-left: 20px;

}
.input2{
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;

}
textarea{
    background-color: #F6F6F6;
    border: none;
    border-radius: 7px;


}
.formrow{
    height: 50px;
}
.get{
    height: 40px; 
    background-color: rgb(239, 23, 23); 
    border: none; 
    border-radius: 5px;
    color: #fff;

}
.main_heading{
    background-color: #F2F2F7;
}
.main_heading_h5{
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000;
}
.main_heading_p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 9px;
    /* identical to box height */
    text-transform: capitalize;
    color: #555555;
}

* footer css */
ee_returns{
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: rgb(44, 44, 44);
}
.asked_returns{
    /* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: rgb(136, 136, 136);
}
.footer_down{
    background-color: #ffffff;
    height: auto;
}

.footer_lorem{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #555555;
}
.about_h5{
    color: rgb(2, 2, 2);
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 53px;
}
.about_us_ul li{
    color: rgb(0, 0, 0);
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    list-style: none;
    
}
.about_us_ul{
    margin-left: -8px;
}
.about_ft{
    margin-top: 0px;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
    
}
.copy_right{
    color: rgb(0, 0, 0);
    font-size: 15px;
}
.reduis_angle{
    border-radius: 100px;
    height: 50px;
    width: 50px;
    border: 1px solid rgb(0, 0, 0);
}
.reduis_angle .fa-facebook-f{
    color: rgb(0, 0, 0);
    padding: 16px 19px;
}
.reduis_angle .fa-twitter{
    color: rgb(0, 0, 0);
    padding: 16px 18px;
}
.reduis_angle .fa-instagram{
    color: rgb(0, 0, 0);
    padding: 16px 17px;
}
.reduis_angle .fa-pinterest{
    color: rgb(0, 0, 0);
    padding: 16px 17px;
}

.footer_nd_list li{
    display: inline-block;
    padding: 0px 6px;
}
.footer_nd_list{
    margin-left: -35px;
}
/* footer css end */

.get{
    height: 40px; 
    background-color: rgb(239, 23, 23); 
    border: 1px solid #F90000;
    border: none; 
    border-radius: 5px;
    color: #fff;
    transition: 0.5s;

}
.get:hover{
    height: 40px; 
    background-color: rgb(255, 255, 255); 
    border: 1px solid #F90000 !important;
    border: none; 
    border-radius: 5px;
    color: #F90000;

}
.card-body h5{
    font-weight: 500;
    font-size: 25px;
}
.card-body p{
    color: #5a5a5a;
}
.card-body {
   height: 150px;
}
.active_set li a{
    /* background-color: red; */
    padding: 10px 17px;
    border-radius: 5px;
    /* color: white !important; */
}
.active_set li a:hover{
    background-color: red;
    padding: 10px 17px !important;
    border-radius: 5px;
    color: white !important;
}
.a_fist_1{
    background-color: red;
    padding: 10px 17px !important; 
    border-radius: 5px;
    color: white !important;
}

/* footer css end */
.active_set li a:active{
    background-color: red;
    padding: 10px 17px !important;
}

/* .active_set li a:nth-child(1) {
    color:blue !important;
  } */
  .nav_list ul li{
    list-style: none;
    display: inline-block;
    padding: 20px 5px !important;
    color: rgb(0, 0, 0);
    font-weight: 400;
}