
@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0;box-sizing:border-box;}
body{font-family: 'Poppins', sans-serif;}
.wfh_mn_bx{width:100%;}
img{width:100%;}
.clr{clear:both;}
.flx{display:flex;}
.jsb{justify-content:space-between;}
.hedr {
    width: 100%;
    padding: 10px 3rem;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    position: sticky;
    top: 0;
    background: #fff;
	z-index:999
}
.lg_brnd{width:20%;}
.lg_brnd img{width:50%;}
.mn_optn{width:60%;align-items:center;justify-content:end;}
.mn_optn li{list-style:none;display:inline-block;font-size:18px;margin:0 10px;}
.mn_optn li a{text-decoration:none;color:#000;cursor:pointer}
.mn_optn li a:hover{color:#0C8BFD;border-bottom:3px solid #0C8BFD;padding: 5px 0px 19px;}
.blu_btn{background:#0C8BFD;color:#fff !important;text-align:center;padding:5px 20px;border-radius:50px;text-decoration: none;}
.blu_btn:hover{padding: 5px 20px !important;border-bottom: none !important;}
.md_wfh_bx{width:1200px;margin:auto;}
.fr_mn_bx{width:100%;background:url(../img/fll-bnn.svg) no-repeat;background-size: cover;}
.emt_plnr{width:100%;}
.lft_descrp{width:45%;flex-direction:column;}
.lft_descrp h1{font-size:60px;font-weight:600;color:#202020;margin-top:15px}
.spcl{font-family: 'Satisfy', cursive;color:#0C8BFD;font-size:39px;padding: 10px 0px;}
.para{font-size:18px;font-weight:500;}
.ct_aply {
    margin-top: 20px;
    width: 20%;
    font-size: 18px;
}
.rgt_mg{width:50%;}
.opr_bx{width:100%;background:url(../img/opr_bnn.png) no-repeat;position:relative;border-radius:20px;height:326px;}
.mg_oprtn{width:661px;}
.mg_oprtn img{margin-top:-133px;}
.opr_t_bx{width:487px;background:#fff;padding:20px;border-radius:20px;position: absolute;right: 70px;height: 373px;box-shadow: -1px 0px 3px 2px #0C8BFD;top: -26px;font-size: 18px;font-weight: 500;line-height: 33px;}
.t_clr{color:#414141;}
.prks_bx{width:100%;}
.hd_ttle{font-size:28px;font-weight: 500;}
.hd_ttle span {
    display: block;
    text-align: center;
    width:35px;
    height:3px;
    background:#0C8BFD;
    margin-top: 5px;
}
.txt_ctr{text-align:center;}
.prk_dt_bx{width:100%;flex-wrap:wrap;margin: 20px 0px;}
.one_p_bx{flex-direction:column;width: 30%;margin-bottom: 30px;}
.brdr_bx{width: 360px;height: 360px;border:2px dashed #0C8BFD;border-radius: 50%;padding: 10px;align-items: center;justify-content: center;position: relative;}
.mg_crcle{width: 300px;height: 300px; position: relative;}
.mg_crcle img{box-shadow: 0px 0px 5px 0px #0c8bfd;border-radius: 50%;}
.mg_crcle:hover .hvr_bx{opacity:0.9;}
.one_p_bx p{font-size: 18px;font-weight:600;padding-top: 15px;}
.spcr{margin:50px 0}
.ab_crlce{width:50px;height:50px;position:absolute;background:#0C8BFD;padding:10px;bottom: 14px;right: 40px;border-radius: 50px;}
.hvr_bx{width:300px;height:300px;opacity:0;position:absolute;border-radius: 50%;display: flex;top: 0;align-items: center;transition: .8s ease;background: linear-gradient(137deg, rgba(12,139,253,1) 0%, rgba(44,11,114,1) 100%);}
.hvr_bx p{color:#fff;font-size:15px;padding: 0 15px;}
.mr_optns{width:100%;flex-wrap: wrap;justify-content: center;}
.thr_bx{width:277px;background:#fff;flex-direction:column;margin: 30px 23px 0 0;border-radius: 15px;border: 1px solid #E1E1E1;box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);}
.bck_tp{width:100%;background:#0C8BFD url(../img/mr_bnn.png) no-repeat;background-position: 114px 0px;justify-content: center;padding: 60px;border-radius: 14px 14px 14px 150px;display: flex;}
.bck_tp img{width: 58px;}
.thr_bx p{text-align:center;font-size:20px;font-weight:500;padding: 30px;}
.cnt_dscrp{width:100%;flex-direction:column;margin: 30px 0px;}
.cn_ech{width:100%;align-items:center;font-weight: 600;font-size: 20px;margin: 10px 0px;}
.ct_img{width: 85px;height: 78px;padding: 15px;border:1px solid #0C8BFD;border-radius: 6px;display: flex;margin-right: 20px;}
.cnt_lft{width: 50%;}
.cnt_rgt{width: 50%;margin-left: -50px;}
.mgt15 {
    margin-top:30px;
}
.accordion__item {
    margin-bottom: 15px;
    border: 1px solid #DBDBFF;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    background: #fff;
}
.accordion__item__header {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.accordion__item__header::before {
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #0E7EEF;
    border-bottom: 2px solid #0E7EEF;
}
.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #505050;
    margin-bottom: 10px;
}
.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 25px;
}
.cntr_enq{width: 50%;margin:70px auto;flex-direction:column;}
.bx_enq{position:relative;border:1px solid #DBDBFF;border-radius:5px;padding: 20px 30px;align-items: center;box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);background: #F5FAFE;}
.txt_enq_bx{width:70%;flex-direction:column;}
.wrte{font-size:25px;font-weight:600;}
.txt_enq_bx p{color:#0C8BFD;font-size:18px;font-weight:600;}
.enq_mg{width: 20%;margin-left: auto;text-align: right;}
.enq_mg img{width:70%;}
.aply_ab_bt{position:absolute;top:-23px;transform: translate(-50%, -2px);left:50%;border:10px solid #fff;border-radius:50px;}
.bck_grad{background-image: linear-gradient(to right, #3091D8, #007AD6);}
.scl_med{width:320px;margin: 20px auto;z-index: 999;}
.scl_icn{background:#3A91FF;border-radius:50%;width:40px;height:40px;padding:10px;align-items:center;}
.pdng{padding:15px;}
.cntr_enq span{color: #fff;font-size:15px;font-weight:500;display:block;}
.dt_bck{width:100%;background:url(../img/dot-bnn.png) no-repeat;background-position: 35px -66px;padding: 30px;}
.mobonly, .closemenu{display:none;}


.box_cc {
    background: #1F3FAA;
    position: relative;
    color: #fff;
    height: 150px;
    width: 100%;
}
.box_cc .curve {
    position: relative;
    display: block;
    height: 280px;
    top: -152px;
    margin-top: 0;
    overflow: hidden;
}
.box_cc .curve::after {
    border-radius: 50%;
    height: 95px;
    bottom: 0;
    transform: translate(-5%,-100%);
    -ms-transform: translate(-5%,-100%);
    -webkit-transform: translate(-5%,-100%);
    content: "";
    position: absolute;
    width: 110%;
    z-index: -1;
    background: #1F3FAA;
}
.dt_bck {
    padding: 0 30px;
    margin-bottom: -129px;
    position: relative;
    z-index: 99;
}


@media only screen and (min-width:320px) and (max-width:720px)
{

.mobonly, .closemenu{display:block;}
.md_wfh_bx{width:90%;}
.emt_plnr{width:100%;flex-direction:column;}
.spcl{font-size:24px;padding:10px 0;}
.para{font-size:16px;font-weight:500;}
.ct_aply{margin-top:20px;width:30%;}
.rgt_mg{width:100%;}
.lft_descrp {width:100%;flex-direction:column;}
.lft_descrp h1 {font-size:35px;}
.opr_bx{background:none;flex-direction: column;height: auto;}
.mg_oprtn img {margin-top:0;}
.mg_oprtn {width:100%;}
.opr_t_bx {width:100%;background:#fff;padding:5px;position:unset;height:auto;box-shadow:none;font-size:16px;line-height:30px;}
.spcr {margin:20px 0;}
.one_p_bx {flex-direction:column;width:45%;}
.brdr_bx {width:140px;height:140px;padding:0px;}
.mg_crcle {height:138px;}
.hvr_bx{display:none;}
.ab_crlce {width:30px;height:30px;padding:5px;right:0px;}
.one_p_bx p {font-size:14px;}
.hd_ttle {font-size:24px;font-weight:500;text-align:center;}
.hd_ttle span {margin:10px auto;}
.mr_optns {justify-content:space-between;}
.thr_bx {width:45%;margin:0;justify-content: space-between;margin: 10px 0px;}
.bck_tp {padding:30px;}
.thr_bx p {font-size:14px;padding:20px;}
.bck_tp img {width:50px;}
.th_mr{flex-direction:column;}
.cnt_lft {width:100%;}
.ct_img {width:80px;height:50px;padding:7px;border-radius:6px;margin-right:15px;}
.cn_ech {font-size:14px;}
.cnt_rgt {width:100%;margin-left:0px;}
.accordion__item {padding:0 10px;}
.accordion__item__header {padding:10px 0;font-size:15px;}
.accordion__item__header::before {height:7px;width:7px;right:0px;top:16px;}
.accordion__item__header.active::before {top:20px;}
.dt_bck {width:100%;background:none;padding:0;margin-bottom: -170px;}
.cntr_enq {width:90%;margin:50px auto;}
.bx_enq {padding:30px 15px;}
.wrte {font-size:18px;}
.enq_mg img {width:50%;}
.enq_mg {width:30%;}
.mob-side{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}
.closemenu {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #000;
    text-decoration: none;
    display: block;
	z-index:99
}

.mob-side ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    top: 5%;
}
.mob-side li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    margin: 10px 10px;
}
.lg_brnd img {
    width: 100%;
}
.lg_brnd {
    width: 40%;
    margin-top: 5px;
}
.mobonly{
    font-size: 30px;
    float: left;
    vertical-align: middle;
    color: #000;
    position: absolute;
    left: 10px;
}

.hedr {
    padding: 5px 0px;
    width: 100%;
    display: flex;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    position: relative;
}
#opct {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 999;
    top: 0;
}
.mb_apl_bt{padding:10px 20px;width: 100%;display:block;left:0;margin: auto;}
.mb_apl_bt:hover{padding:10px 20px !important;}
.mn_optn li a:hover {border-bottom:0px !important;}

}