body{font-family: 'Arial'; font-size: 14px;color: #000;}
a{transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;}
.f-w-B{font-weight: bold;}
.f-s-43{font-size: 43px;}
.f-s-37{font-size: 37px;}
.f-s-28{font-size: 28px;}
.f-s-23{font-size: 23px;}
.f-s-22{font-size: 22px;}
.text_black{color: #000000;}
.text_blue{color: #12294C;}
.tital span{font-weight: 400;color: #38b4e3;}
.abt_wrap{padding: 70px 20px 93px;}
.tital_bg{max-width: 265px;width: 100%;background-color: #d8d8de;background-image: linear-gradient(to right, #ffffff 40% , #d8d8de 100%);height: 50px;box-shadow: 5px 6px 8px 0px rgb(0, 0, 0, 0.5);padding: 6px 11px;border-radius: 14px;position: relative;margin-bottom: 22px;}
.tital_sub span{font-weight: 400;color: #38b4e3;}
.tital_bg.bg_green,.tital_bg.bg_orange,.tital_bg.bg_blue{position: relative;}
.tital_bg.bg_green:before {position: absolute;content: '';top: 11px;left: auto;right: -6px;width: 6px;height: 30px;background-color: #a0c64f;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.tital_bg.bg_orange:before {position: absolute;content: '';top: 11px;left: auto;right: -6px;width: 6px;height: 30px;background-color: #f9a65d;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.tital_bg.bg_blue:before {position: absolute;content: '';top: 11px;left: auto;right: -6px;width: 6px;height: 30px;background-color: #38b4e3;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.bg_green{background-color: #a0c64f;}
.bg_yellow{background-color: #f4dc64;}
.bg_orange{background-color: #f9a65d;}
.bg_blue{background-color: #38b4e3;}
.abt_cont p{font-size: 22px;}
.mar_b_35{margin-bottom: 35px;}

.work_list_btn{position: relative;background-color: #d8d8de;background-image: linear-gradient(to right, #ffffff 40% , #d8d8de 100%);box-shadow: 5px 6px 8px 0px rgb(0, 0, 0, 0.5);display:inline-block;padding: 4px 12px;border-radius: 14px;position: relative;margin-bottom: 22px;}
.work_list_btn:before{
	position: absolute;
    content: '';
    top: 0px;
    left: -75px;
    background-image: url(../images/dot.png);
    width: 44px;
    height: 44px;
    background-size: 44px;
    background-repeat: no-repeat;
    border-radius: 100px;
}
.work_list_bx {
    padding-left: 74px;
        padding-bottom: 55px;
}
.work_list:before
{
	position: absolute;
    content: '';
    top: 0px;
    left: 15px;
    background-image: url(../images/v_line.png);
    width: 13px;
    height: 100%;
    background-size: 13px;
    background-repeat: no-repeat;
}
.what_mex_list ul li{
    list-style: none;
}
.mex_list_img{
    max-width: 95px;
    width: 100%;
}
.mex_list_img_main{
    max-width: 100px;
    width: 100%;
}
.mex_list_cont{
    margin-left: 30px;
}
.mex_list_cont_tital{
    margin-bottom: 12px;
}
.list_bor_bt{
    border-bottom: 3px solid #12294C;
    padding: 28px 0;
}
.list_bor_bt_pad{
    padding: 28px 0;
}
.box_wrap {
    padding: 50px 0;
}
.main_round_bx{
    background-color: #d8d8de;
    background-image: linear-gradient(to right, #ffffff 40% , #d8d8de 100%);
    box-shadow: 5px 6px 8px 0px rgb(0 0 0 / 50%);
    padding: 48px 30px 28px;
    border-radius: 14px;
    position: relative;
    margin-bottom: 35px;
}
.bx_tital{
    font-size: 15px;
}
.main_round_text{
    font-size: 13px;
}
.main_round_bx.bg_green:before, .main_round_bx.bg_orange:before, .main_round_bx.bg_blue:before, .main_round_bx.bg_orange:before {
    top: 9px;
    right: -5px;
    width: 5px;
    height: 26px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.main_round_bx.bg_green:before {
    position: absolute;
    content: '';
    top: 50%;
    left: auto;
    right: -15px;
    width: 15px;
    height: 114px;
    background-color: #a0c64f;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(-50%);
}
.main_round_bx.bg_blue:before {
    position: absolute;
    content: '';
    top: 50%;
    left: auto;
    right: -15px;
    width: 15px;
    height: 114px;
    background-color: #38b4e3;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(-50%);
}
.main_round_bx.bg_yellow:before {
    position: absolute;
    content: '';
    top: 50%;
    left: auto;
    right: -15px;
    width: 15px;
    height: 114px;
    background-color: #f4db63;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(-50%);
}
.main_round_bx.bg_orange:before{
    position: absolute;
    content: '';
    top: 50%;
    left: auto;
    right: -15px;
    width: 15px;
    height: 114px;
    background-color: #FAA75D;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(-50%);
}
.unique_img_outer{
    width: 190px;
}
.unique_img{
    max-width: 66px;
    width: 100%;
    margin: 0 auto;
}
.main_round_bx1{
    margin-bottom: 90px;
}
.bor_left::before {
    position: absolute;
    content: '';
    top: 0px;
    left: auto;
    right: -17px;
    height: 100%;
    border-right: 4px solid #11274A;
    border-radius: 20px;
}
.sci_main_round_bx {
    background-color: #d8d8de;
    background-image: linear-gradient(to right, #ffffff 40% , #d8d8de 100%);
    box-shadow: 5px 6px 8px 0px rgb(0 0 0 / 50%);
    padding: 26px 30px;
    border-radius: 14px;
    position: relative;
    margin-bottom: 35px;
}
.sci_num_outer {
    width: 724px;
}
.sci_round_bx.bg_green:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -9px;
    right: 0;
    width: 8px;
    height: 104px;
    background-color: #a0c64f;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 5px;
    transform: translateY(-50%);
}
.sci_cont {
    margin-bottom: 60px;
}
.sci_tital {
    margin-bottom: 30px;
}
.sci_round_bx.bg_yellow:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -9px;
    right: 0;
    width: 8px;
    height: 104px;
    background-color: #f4db63;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 5px;
    transform: translateY(-50%);
}
.sci_round_bx.bg_orange:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -9px;
    right: 0;
    width: 8px;
    height: 104px;
    background-color: #FAA75D;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 5px;
    transform: translateY(-50%);
}
.sci_round_bx.bg_blue:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -9px;
    right: 0;
    width: 8px;
    height: 104px;
    background-color: #38b4e3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 5px;
    transform: translateY(-50%);
}
.mar_l_r_25{
    margin-left: 25px;
    margin-right: 25px;
}
.sci_num_outer1 {
    width: 142px;
}
.mar_l_r_15{
    margin-left: 15px;
    margin-right: 15px;
}
.table-bordered td {
    border: 2px solid #ffffff;
    background-color: #d8d8de;
    background-image: linear-gradient(to right, #e2dfdf 40% , #d8d8de 100%);
    font-size: 18px;
}
.table-bordered th {
    border: 0px solid #ffffff;
    background-color: #d8d8de;
    background-image: linear-gradient(to right, #005082 0 , #0d2143 100%);
}
.table-bordered th{
    color: #ffffff;
}
.buy_now_btn {
    padding: 10px 25px;
    background-color: #FAA75D;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 5px 6px 8px 0px rgb(0 0 0 / 50%);
}
.buy_now_btn:hover {
    background-color: #0d2143;
    text-decoration: none;
}
.btn_outer{
    margin: 35px 0;
}
.ft_email a{
    color: #231F20;
}

/****************************
**********RESPONSIVE*********
****************************/
@media only screen and (min-width: 320px) and (max-width: 481px)
	{
        .container_new
        {
            width: fit-content !important;
            max-width: max-content;

        }
        .f-s-18 
        {
            font-size: 16px !important;
        }
         .buy_btn{width:25%;}
    }


@media (max-width: 1199px){
	.f-s-37 {font-size: 32px;}
	.f-s-28 {font-size: 22px;}
	.tital_bg {max-width: 237px;height: 44px;border-radius: 10px;}
	.tital_bg.bg_green:before,.tital_bg.bg_orange:before,.tital_bg.bg_blue:before {top: 9px;right: -5px;width: 5px;height: 26px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
	.abt_cont p {font-size: 18px;}
	.f-s-22 {font-size: 18px;}
	.f-s-23 {font-size: 19px;}
    .mex_list_img {max-width: 76px;}
    .mex_list_img_main {max-width: 80px;width: 100%;}
.work_list_btn:before {
    left: -72px;
    width: 38px;
    height: 38px;
    background-size: 38px;
}
.work_list_bx {
    padding-bottom: 34px;
}
}
@media (max-width: 991px){
	.abt_cont p {font-size: 16px;}
	.f-s-28 {font-size: 20px;}
	.f-s-37 {font-size: 28px;}
	.f-s-22 {font-size: 16px;}
	.tital_bg {max-width: 196px;height: 40px;border-radius: 6px;}
	.tital_bg.bg_green:before, .tital_bg.bg_orange:before, .tital_bg.bg_blue:before {top: 7px;}
	.f-s-23 {
    font-size: 17px;
}
.main_round_bx {
    padding: 28px 26px 28px;
}
.unique_bx.d-flex {
    display: block !important;
}
.unique_img_outer {
    width: 100%;
}
.unique_tital {
    margin-top: 10px;
}
.bor_left::before {
    top: auto;
    left: auto;
    right: 0;
    height: 4px;
    width: 100%;
    border-right: 0;
    border-bottom: 4px solid #11274A;
    border-radius: 20px;
    bottom: 0px;
    margin: 0 0 -24px;
}
.sci_tital {
    margin-bottom: 12px;
}
.sci__text.pr-3.bor_left.position-relative {
    margin-bottom: 40px;
}
.sci__text.pr-3{
    padding-right: 0px !important;
}
.sci__text.pl-3{
    padding-left: 0px !important;
}
.sci_num_outer, .sci_num_outer1  {
    width: 100%;
}
.f-s-43 {
    font-size: 30px;
}
.table-bordered td {
    font-size: 16px;
}
}
@media (max-width: 767px){
	.tital {margin-bottom: 20px;}
	.work_list:before {
    width: 7px;
    height: 100%;
    background-size: cover;
}
.work_list_btn:before {
    left: -72px;
    width: 34px;
    height: 34px;
    background-size: 34px;
}
.sci_round_bx.bg_green:before, .sci_round_bx.bg_orange:before, .sci_round_bx.bg_yellow:before, .sci_round_bx.bg_blue:before {
    width: 8px;
    height: 90px;
}
.sci_main_round_bx.justify-content-center {
    -ms-flex-pack: left!important;
    justify-content: left !important;
}
.mar_l_r_25 {
    margin-left: 0;
    margin-right: 0;
}
.mar_l_r_15 {
    margin-left: 0;
    margin-right: 0;
}
}
@media (max-width: 575px){
	.abt_wrap {padding: 34px 0px 34px;}
	.work_list_bx {
    padding-left: 50px;
    padding-bottom: 35px;
}
.work_list_btn:before {
    left: -48px;
}
.what_mex_list ul li .d-flex{
    display: block !important;
}
.mex_list_cont {
    margin-left: 0px;
}
.list_bor_bt {
    margin-bottom: 30px;
}
.main_round_bx1 {
    margin-bottom: 54px;
}
}
