@charset "utf-8";
/* CSS Document */
*{ font-family: "Karla", sans-serif;}
abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video, a {
    margin: 0;
    padding: 0;
    font-family: "Karla", sans-serif;
    color:#252525;
    font-size: 18px;
    color: #10222b;
    line-height: normal;
    font-weight: 300;
    text-align: left;
}
p b{font-size:inherit; color:inherit; font-weight:bold;}
li b{font-size:inherit; color:inherit; font-weight:bold;}
img{max-width:100%;line-height: 0;}
ul:after{content:''; display:block; clear:both;}
ul, li{margin:0px;padding:0px;list-style:none;}
a{text-decoration:none;}
.wrap {
    max-width: 1270px;
    display: block;
    margin: 0 auto;
    width: 90%;
    }
@font-face {
    font-family: 'times_sans_serifregular';
    src: url('../fonts/times-sans-serif.woff2') format('woff2'),
         url('../fonts/times-sans-serif.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1);
    background-color: #aae0dc
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #52a39b
}

::-webkit-scrollbar-thumb {
    background-color: #52a39b
}

p{font-size:18px;font-weight:300;line-height:30px;color: #000;}
.clear{clear:both;}
body, html{overflow-x:hidden;}
body{overflow-x:hidden;margin: 0 auto;}
.headpnl h1{display:block;font-size:53px;font-weight:400;text-align:center;margin-bottom:19px;color:#10222b;font-family: 'times_sans_serifregular';}
.headpnl h1 span{display:block;font-size:30px;font-weight:400;text-align:center;margin-bottom: 24px;font-family: 'times_sans_serifregular';}
.headpnl h1 span p{font-size:inherit;font-weight:inherit;text-align:inherit;font-family: inherit;}


.lft{float:left;}
.rgt{float: right;}
.appoint .main a.btn:hover{background-color:#fff;color:#000;}
.btn:hover {
  background-color: #55aba2;
transition:0.2 s ease;
}
.btn:hover{color:#fff;}
.btn{display:block;background: #10222b;padding: 11px 24.8px;line-height: normal;color: #fff;width: fit-content;border: 0;border-radius: 10px;}
header .wrap{display:flex;justify-content: space-between;align-items: center;}
header{display:block;background-color: #aae0dc;padding: 14px 0px;}
header .lft{display:block;max-width: 134px;line-height: 0;}
header .rgt{display: flex;}
header .rgt ul{display: flex;align-items: center;}
header .rgt ul li{display:block;float: left;margin-right: 35px;position: relative;}
header .rgt ul li a:hover:after, header .rgt ul li.current_page_item a:after{width:100%; transition:0.3s ease;}
header .rgt ul li.btn{padding:0px;}
header .rgt ul li.btn a{color:#fff;    padding: 11px 24.8px;    font-size: inherit;}
header .rgt ul li:last-child a:after, header .rgt ul li ul li a:after{display:none;}
header .rgt ul li a{display:block;font-size: 19px;font-weight: 400;position: relative;}
header .rgt ul li a:after{content:'';display:block;width: 0;height: 1px;background: #000;left: 0;position: absolute;bottom: -5px;transition: 0.3s ease;}
header .rgt .nav{display: block;}
header .rgt ul li:last-child{margin-right:0px;}
header .rgt ul li:hover ul{display:block;}
header .rgt ul li ul{display:block;position: absolute;left: 0;background: #fff;width: 301px;padding: 10px 10px;z-index: 2;display: none;border-radius: 10px;}
header .rgt ul li ul li{display:block;float: none;margin: 0;}
header .rgt ul li ul li a{padding:10px;position: relative;/* padding-left: 26px; */border-radius: 7px;}
header .rgt ul li ul li a:hover{background:#11222c; color:#fff;}
header .rgt ul li ul li a:before{content:"";display:block;/* background: url(../images/blt-icon.png) no-repeat center; */width: 17px;height: 100%;position: absolute;left: 0;top: 0;background-size: 13px;}

header .Hamburger{display: none;float: right;height:30px;z-index: 99999;position: relative;cursor: pointer;}
header .Hamburger span{display:block;position: relative;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;font-size: 0;width: 40px;height: 2px;background-color: #000;border-radius: 100px;-webkit-transition: background-color 0.2s ease-out;transition: background-color 0.2s ease-out;margin: 0 auto;}
header .Hamburger span:after{content:"";display:block;border-top: 2px solid #000;width: 22px;margin: 0 auto;position: absolute;border-radius: 100px;-webkit-transition: -webkit-transform .2s ease-out;transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out, -webkit-transform .2s ease-out;right: 0px;margin-top: 22px;}
header .Hamburger span:before{content: '';display: block;border-top: 2px solid #000;width: 100%;margin: 0 auto;margin-top: 11px;position: absolute;border-radius: 100px;-webkit-transition: -webkit-transform .2s ease-out;transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out, -webkit-transform .2s ease-out;left: 0px;}
header .Hamburger.active{display:block;}
header .Hamburger.active span { background-color: transparent; }
header .Hamburger.active span:before {transform: rotate(48deg);top: 0px;}
header .Hamburger.active span:after {transform: rotate(-45deg);top: -10px;width:100%;}


.flash-popup.show{display:flex;}
.flash-popup{display: none;width: 100%;height: 100%;background: #00000085;position: fixed;top: 0;left: 0;align-items: center;justify-content: center;z-index: 999;}
.flash-popup .flx{display: flex;width: 100%;justify-content: center;}
.flash-popup .close{position:absolute;right: 0;top: 0;font-size: 12px;color: #fff;z-index: 99;border: 0;background: #fff;color: red;font-size: 19px;line-height: 0;height: 30px;width: 30px;cursor: pointer;}

.scFxd{position: fixed;top: 42%;right:0;width:35px;z-index:9}
.scFxd li{display:block;}
.scFxd li a{width:35px;height:35px;display: block;background: url(../images/Instagram-icon.svg) no-repeat;text-indent: -9999px;overflow: hidden;}
.scFxd li.lnk a{background: url(../images/LinkedIn-icon.svg) no-repeat;}

.bnr img{width:100%;}
.bnr{display: flex;/* background: url("../images/bnr.jpg")no-repeat center; */width: 100%;background-size: cover;align-items: center;justify-content: center;/* height: 726px; */}
.bnr .textpnl{display:block;}
.bnr .textpnl h1{display:block;font-size: 67px;color: #fff;margin-bottom: 12px;font-family: 'times_sans_serifregular';}
.bnr .textpnl h4{display: block;font-size: 26px;color: #fff;font-weight: 400;margin-bottom: 13px;font-family: 'times_sans_serifregular';}
.bnr .textpnl a.btn{display:block;margin-top: 2%;}

.why{display:block;margin-bottom:86px;}
.why .main h1{padding-top: 32px;}
.why .main{display:block;background-color: #fff;border-radius: 12px;box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 11px;padding: 13px 39px;margin-top: -72px;z-index: 9;position: relative;}
.why .main ul{display:flex; flex-wrap: wrap;}
.why .main ul li{display:block;width: 22.4%;float: left;margin-bottom: 24px;margin-right: 3.4%;}
.why .main ul li:nth-child(4n+4){margin-right:0px;}
.why .main ul li .lft{display: flex;width: -webkit-fill-available;justify-content: space-between;align-items: center;}
.why .main ul li .lft .imgpn img{max-height:30px;max-width: 29px;object-fit: contain;}
.why .main ul li .lft .imgpn{display: flex;padding: 12px 12px;background-color: #e9ebed;border-radius: 12px;min-height: 30px;align-items: center;}
.why .main ul li .rgt{display: flex;width: 74%;margin-left: 10px;align-items: center;}
.why .main ul li .rgt h3{display:block;font-size: 18px;font-weight:600;color:#000;}


.ponts{display: block;background: url(../images/shade.jpg) no-repeat;width:100%;padding-top: 26px;padding-bottom: 26px;margin-bottom: 83px;background-size: cover;}
.ponts ul{display: flex;justify-content: space-between;}
.ponts ul:after{display:none;}
.ponts ul li{display:block;/* width: 212px; *//* float: left; *//* margin-right: 8%; */}
.ponts ul li h1{display:block;font-size:60px;color:#fff;font-weight:900;text-align: center;}
.ponts ul li h1 span{font-size:30px;font-weight:900;color:#fff;}
.ponts ul li h1:after{content:'%';display: inline-block;font-size:30px;font-weight:900;color:#fff;}
.ponts ul li p{display:block;font-size:18px;color: #fff;text-align: center;line-height: 1.3em;}
.ponts ul li:last-child{margin-right:0px;}

.abt{display:block;margin-bottom: 83px;}
.abt .headpnl h1{display:block;text-align: left;margin-bottom:10px;}
.abt .headpnl h1 span{display:block;text-align: left;line-height: 41px;}
.abt .lft{width:56%;}
.abt .lft .rgt{display:none;}
.abt .lft p{margin-bottom: 12px;}
.abt .lft .btn{display:block;margin-top: 27px;}
.abt .lft .headpnl h1 span{margin-bottom:0px;}
.abt .rgt{display:block;width: 40.4%;}
.abt .rgt .imgpnl img{margin-top: -87px;}
.abt .rgt .imgpnl{display: flex;border: 1px solid #52a39c;width: 508px;height: 508px;border-radius: 50%;justify-content: center;align-items: center;position: relative;overflow: hidden;}
.abt .rgt h3{display:block;font-size:40px;font-weight:400;width: -webkit-fill-available;position: absolute;bottom: 0;background: #489c95;color: #fff;text-align: center;font-weight: normal;padding: 7px 0px;padding-bottom: 45px;font-family: 'times_sans_serifregular';}
.abt .rgt h3 span{display:block;font-size: 20px;color:#fff;text-align: center;font-family: inherit;font-weight: normal;}

.logo{display:block;background-color: #aae0dc;padding-top:77px;width:100%;padding-bottom:77px;margin-bottom:82px;}
.logo ul{display:block;margin-top: 44px;}
.logo ul li .clr img{align-items: center;width:fit-content;margin: 0 auto;display: flex;}
.logo ul li .clr:last-child h3{margin-bottom:0px;}
.logo ul li .clr{height: 127px;display: flex;background-color: #fff;border-radius: 12px;padding: 12px 12px;width: -webkit-fill-available;box-shadow: rgba(0, 0, 0, 0.1) 0px 2px;margin-bottom: 0px;align-items: center;}
.logo ul li h3{display:block;text-align: center;margin-bottom: 20px;margin-top: 5px;min-height: 40px;}
.logo ul li{display: block;margin-bottom: 17px;/* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 11px; */align-items: c;}
.logo ul li img{display: block;margin: 0 auto;}
.logo ul li:nth-child(4n+4){margin-right: 0px;}

.test{display:block;margin-bottom: 82px;}
.test ul{display: flex;margin-top: 3.5%;flex-grow: inherit;margin-bottom: 3%;}
.test ul li p{text-align:center;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;}
.test ul li p span{display:block;font-weight: bold;text-align: inherit;margin-top: 10px;font-size: inherit;}

.test ul li .btn{margin:0 auto;margin-top: 15px;background: transparent;padding: 0;color: #10222b;border-bottom: 1px solid #10222b;border-radius: 0;}
.test ul li .btn.hide{display:none;}
.test ul li{display:block;background-color: #aae0dc;padding: 24px 24px;margin-right: 30px;float: left;border-radius: 11px;}
.test ul li .imgpn {display: block;justify-content: end;float: inline-end;position: absolute;bottom: 20px;right: 20px;z-index: -0;}
.test ul li:last-child{margin-right:0px;}
.test a.btn{display: block;margin: 0 auto;margin-top: 39px;}
.test .owl-carousel .owl-item{display:flex;}
.test .owl-carousel .owl-stage{display:flex;}

.cont{display: block;background: url("../images/contact.jpg");padding-top: 32px;padding-bottom: 34px;}
.cont ul{display: flex;justify-content: space-between;max-width: 77%;margin: 0 auto;}
.cont ul:after{display:none;}
.cont ul li{display: block;margin-top: -69px;float: left;}
.cont ul li a{display:block;font-size: 26.74px;color: #fff;text-align: center;margin-top: 12px;}
.cont ul li .img{display: flex;width: 69px;background-color: #fff;border-radius: 50px;height: 69px;border: 3px solid #17303d;align-items: center;justify-content: center;margin: 0 auto;}
.cont ul li:last-child{margin-right:0px;}

.appoint:before{content:'';display:block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #0000007d;z-index: 1;}
.appoint:after{content:'';display:block;background: url("../images/appoint.jpg")no-repeat center;background-size:cover;width: 103%;height: 103%;position: absolute;left: -1%;top: -1%;backdrop-filter: blur(10px);filter: blur(8px);-webkit-filter: blur(8px);}
.appoint{display:block;padding-top: 52px;padding-bottom: 52px;width: 100%;position:relative;overflow: hidden;}
.appoint .main{display:block;background-color:#59aba5;width: 41%;padding: 61px 35px;margin: 0 auto;position: relative;z-index: 2;}
.appoint .main h2{font-size:28px;display:block;margin-bottom: 23px;text-align: center;color: #fff;font-family: 'times_sans_serifregular';}
.appoint .main a.btn{display:block;margin: 0 auto;}

footer .wrap{display:flex;justify-content: space-between;}
footer{display:block;background-color:#52a39c;padding-top:42px;width:100%;}
footer .flxpnl{display:block;width: 18%;float: left;/* margin-right: 7%; */}
footer .flxpnl ul{display:block;}
footer .flxpnl ul li ul{margin-left: 0px;margin-top: 11px;}
footer .flxpnl h2{display:block;font-size: 43.9px;color: #fff;margin-bottom: 18px;font-family: 'times_sans_serifregular';}
footer .flxpnl ul li{display:block;font-size: 18px;color: #fff;font-weight: 300;margin-bottom: 13px;line-height: 24px;}
footer .flxpnl a{display:block;font-size: 18px;color: #fff;transition: 0.3s ease;}
footer .flxpnl a:hover{color:#11222c;}
footer .flxpnl.mrgo{display:block;width: 25%;}
footer .flxpnl.mrg{display:block;margin-right:0px;width: 18%;}
footer .flxpnl.mr{display:block;/* width: 18%; */}
footer .lstpn{display: block;background-color:#489c95;width: -webkit-fill-available;padding: 14px 12px;margin-top: 1.7%;}
footer .lstpn p{display:block;text-align: center;color: #fff;font-size: 15px;width: -webkit-fill-available;}

.InrBnr{display:block;height: 233px;background: #11222c;display: flex;align-items: end;background-size: cover;}
.InrBnr .Txt{display:block;width: fit-content;position: relative;margin-bottom: 50px;}
.InrBnr .Txt h1{color:#fff;position: relative;z-index: 1;font-size: 60px;font-family: 'times_sans_serifregular';margin: 0;}

.InrPage.srvcs h2{margin-top:20px;}
.InrPage.srvcs p{margin-bottom: 6px;}
.InrPage.srvcs ul.blt{margin-top:20px;}
.InrPage.srvcs ul.blt.for li{width: 19.3%;}
.InrPage.srvcs ul.blt.three li{width: 24.3%;}
.InrPage.srvcs ul.rvw{display:flex;}
.InrPage.srvcs ul.rvw li{display:block;background-color: #aae0dc;padding: 24px 24px;border-radius: 11px;margin-bottom: 2%;position: relative;width: 46%;float: left;margin-right: 2%;}
.InrPage.srvcs ul.rvw li:after{content:'';display: block;position: absolute;bottom: 20px;right: 20px;z-index: -0;background: url(../images/test.png);width: 37px;height: 26px;}
.InrPage.srvcs ul.rvw li p:last-child{margin-bottom:0px;}
.InrPage.srvcs ul.rvw li:nth-child(2n+2){margin-right:0px;}

.InrPage.srvcs .accordion{display:block;}
.InrPage.srvcs .accordion .accordion-item{display:block;margin-bottom: 17px;}
.InrPage.srvcs .accordion .accordion-item .accordion-header.active{background: #aae0dc;border-color: #aae0dc;}
.InrPage.srvcs .accordion .accordion-item .accordion-header{display:block;background: transparent;border: 0;width: -webkit-fill-available;text-align: left;font-size: 18px;font-weight: 300;cursor: pointer;border: 1px solid #d8d8d8;margin: 0;border-radius: 5px;padding: 15px 20px;}
.InrPage.srvcs .accordion .accordion-item .accordion-content{display: none;border: 1px solid #d8d8d8;padding: 9px 15px;border-radius: 10px;border-top: 0;border-top-left-radius: 0;border-top-right-radius: 0;margin-top: -4px;padding-top: 18px;}
.InrPage.srvcs .accordion .accordion-item .accordion-content.active{display:block;}

.InrPage .Application{display:block;background: #f8f8f8;padding: 50px 0px;margin-bottom: 60px;margin-top: 30px;}
.InrPage .Application .roadMap{display:block;width: -webkit-fill-available;left: -45px;position: relative;}
.InrPage .Application .roadMap img{display:block;width: 100%;}

.InrPage.RsltPnl{display:block;}
.InrPage.RsltPnl .chart{display:block;margin-bottom: 50px;}
.InrPage.RsltPnl .chart img{display:block;margin: 0 auto;}
.InrPage.RsltPnl .chart img.rs{display:none;}

.InrPage.RsltPnl .TstMnl{display:block;}
.InrPage.RsltPnl  h1{display:block;font-size: 51px;color: #52a39c;font-family: 'times_sans_serifregular';margin-bottom: 18px;}
.InrPage.RsltPnl .TstMnl .qtIcn{display:block;background: url(../images/rslt-qt-lft.png) no-repeat;width: 70px;height: 47px;}
.InrPage.RsltPnl .TstMnl ul{display:block;margin-top: 25px;gap: 20px;}
.InrPage.RsltPnl .TstMnl ul li:nth-child(2n+2){margin-right:0px;}
.InrPage.RsltPnl .TstMnl ul li{display:block;position: relative;/* padding: 10px 20px; */border-radius: 11px;width: -webkit-fill-available;line-height: 0;/* width: 49%; */float: left;margin-bottom: 20px;}
.InrPage.RsltPnl .TstMnl ul li:after{content:'';display:block;position: absolute;border: 3px solid #aae0dc;width: -webkit-fill-available;height: 98%;left: 0;top: 0;border-radius: inherit;line-height: 0;}
.InrPage.RsltPnl .TstMnl ul li p{display:block;position: relative;z-index: 1;margin: 0;padding: 25px 25px;}
.InrPage.RsltPnl .TstMnl ul li .profile{display: flex;align-items: center;padding: 25px 25px;padding-top: 0px;}
.InrPage.RsltPnl .TstMnl ul li .profile img{display: inline-flex;width: 113px;height: 113px;border-radius: 11px;border: 2px solid #aae0dc;object-fit: cover;object-position: top;}
.InrPage.RsltPnl .TstMnl ul li .profile .TxtPnl{display: block;max-width: 60%;margin-left: 2%;}
.InrPage.RsltPnl .TstMnl ul li .profile .TxtPnl h2{display:block;font-size: 25px;line-height: normal;margin: 0;}
.InrPage.RsltPnl .TstMnl ul li .profile .TxtPnl p{display:block;padding: 0;margin: 0;font-size: 15px;line-height: normal;}
.InrPage.RsltPnl .TstMnl ul li .profile .TxtPnl p.scl{padding-top: 6px;margin-top: 9px;border-top: 1px dashed #d2d2d2;}

.InrPage{display:block;margin-top: 83px;margin-bottom: 70px;}
.InrPage p{display:block;margin-bottom: 20px;}
.InrPage ul.blt:after{display:none;}
.InrPage ul.blt{display: flex;flex-wrap: wrap;justify-content: space-between;}
.InrPage ul.blt.new li:before{margin-top: 7px;}
.InrPage ul.blt li:before{content:'';display: inline-block;width: 50px;height: 50px;background: url(../images/blt.svg) no-repeat;margin-right: 21px;position: absolute;left: 0;}
.InrPage ul.blt li{display: block;position: relative;margin-bottom: 34px;float: left;width: 42%;/* margin-right: 4%; */min-height: 50px;padding-left: 65px;}
.InrPage ul.blt li:nth-child(2n+2){margin-right:0px;}
.InrPage ul.blt li p{display:block;max-width: initial;margin: 0;text-align: left;width: -webkit-fill-available;/* font-size: 20px; */}
.InrPage ul.blt li b{display:block;font-family: 'times_sans_serifregular';font-size: 19px;line-height: normal;margin-bottom: 4px;}
.InrPage h2{display:block;font-size: 28px;font-family: 'times_sans_serifregular';margin-bottom: 10px;color: #59aba5;}


.InrPage.AboutPnl p{text-align: left;/* max-width: 80%; */margin: 0 auto;margin-bottom: 16px;}
.InrPage.AboutPnl ul.blt{margin-top: 60px;}


.InrPage .crer{display:block;background: #aae0dc;max-width: 790px;margin: 0 auto;padding: 40px 40px;}
.InrPage .crer h2{display:block;text-align: center;}
.InrPage .crer p{display:block;text-align: center;margin: 0;}
.InrPage .crer a.btn{display:block;margin: 0 auto;margin-top: 15px;}




.InrPage .founder{display:block;}
.InrPage .founder .FlxPnl{display: block;justify-content: space-between;margin-bottom: 70px;padding: 0;}
.InrPage .founder .FlxPnl .lft{display:block;width: 56.6%;margin-top: 39px;}
.InrPage .founder .FlxPnl .lft p{}
.InrPage .founder .FlxPnl .rgt{display:block;width: 100%;}
.InrPage .founder .FlxPnl .VdoPnl:before{content:'';display:block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/play-icon.png) no-repeat center;}
.InrPage .founder .FlxPnl .VdoPnl{display:block;cursor: pointer;width: 350px;height: 350px;border-radius: 50%;overflow: hidden;position: relative;}
.InrPage .founder .FlxPnl .rgt .imgpnl{display: block;position: relative;/* overflow: hidden; */margin-top: 10px;}
.InrPage .founder .FlxPnl .rgt .imgpnl img{margin:0 auto;display: block;position: absolute;bottom: 70%;right: 177px;height: fit-content;}
.InrPage .founder .FlxPnl .rgt h3{display:block;font-size: 30px;font-weight:400;color: #fff;font-family: 'times_sans_serifregular';padding-left: 44px;margin-top: 9px;}
.InrPage .founder .FlxPnl .rgt h3 span{display:block;font-size: 18px;font-family: inherit;font-weight: normal;color: inherit;}
.InrPage .founder .FlxPnl .rgt .foundermsg{display:block;background: #52a39c;padding: 30px;width: -webkit-fill-available;border-radius: 20px;position: relative;z-index: 2;}
.InrPage .founder .FlxPnl .rgt .foundermsg p{color:#fff;font-size: 22px;line-height: 1.6em;margin: 0;position: relative;padding-left: 46px;padding-right: 36px;}
.InrPage .founder .FlxPnl .rgt .foundermsg p:after{display:block;content:'';repeat;width: 32px;height: 26px;position: absolute;right: 0;bottom: 0;background: url(../images/qt-rgt.png) no-repeat;}
.InrPage .founder .FlxPnl .rgt .foundermsg p:before{display:block;content:'';repeat;width: 32px;height: 26px;position: absolute;left: 0;top: 10px;background: url(../images/qt-lft.png) no-repeat;}

.cntct{display:block;z-index: 9;position: relative;margin-top: 70px;margin-bottom:72px;}
.cntct .lft{display:block;width: 47%;}
.cntct .lft h1{display:block;margin-bottom:1px;font-size: 48px;font-family: 'times_sans_serifregular';}
.cntct .lft p{font-size:19px;}
.cntct .lft form{display:block;display: flex;gap: 2%;align-items: center;flex-wrap: wrap;margin-top: 30px;}
.cntct .lft form .fldWrp{display:block;width: 49%;margin-bottom: 28px;}
.cntct .lft form .fldWrp.fll{width:100%;}
.cntct .lft form .fldWrp input{display:block;width: -webkit-fill-available;border: 0;font-size: 16px;font-weight: 300;/* background: #f9f9f9; */border-radius: 0;outline: 0;padding: 11px 0px;border-bottom: 2px solid #c2c2c280;}
.cntct .lft form .fldWrp textarea{max-height:65px;display:block;width: -webkit-fill-available !important;border: 0;font-size: 16px;font-weight: 300;border-radius: 0;outline: 0;padding: 11px 0px;border-bottom: 2px solid #c2c2c280;max-width:100%;}
.cntct .lft form .fldWrp input.btn{display:block;position: relative;z-index: 1;cursor: pointer;background: #10222b;padding: 11px 24.8px;line-height: normal;color: #fff;width: fit-content;border: 0;border-radius: 10px;}
.cntct .lft form .fldWrp input.btn:hover{background-color:#000;transition:0.3s ease;}

.cntct .rgt{display:block;width: 34%;background: url(../images/bg-cntct.jpg) #1a1a1a;padding: 60px 5%;padding-top:38px;background-size:cover;}
.cntct .rgt h1{color:#fff;margin-bottom: 24px;font-size: 35px;}
.cntct .rgt a{color: #c7c7c7;margin-bottom: 30px;display: block;line-height: 1.5em;border-bottom: 1px dashed #ffffff61;padding-bottom: 30px;}
.cntct .rgt a b{color:#fff;display: block;margin-bottom: 6px;font-size: 24px;font-family: 'times_sans_serifregular';}
.cntct .rgt a.tim{border-bottom:0px;padding-bottom:30px;margin-bottom:0px;margin-top:31px;}
.cntct .rgt a.phn b{margin-bottom:13px}
.cntct .rgt p{border-bottom: 1px dashed #ffffff61;padding-bottom:28px;}
.cntct .rgt a.phn{font-size: 17px;border-bottom: 0;padding-bottom: 0px;line-height: 1px;display: inline;margin-bottom: 1px;}
.cntct .rgt a.phn:last-child{border: 0;padding-bottom: 0;margin-bottom: 0px;}
.cntct .rgt a.phn.lst{border-bottom: 1px dashed #ffffff61;padding-bottom:42px;}

.NwsDtl{display:block;margin-top: 102px;margin-bottom: 65px;}
.NwsDtl .post h2{display:block;font-size: 32px;font-weight: 300;margin-bottom: 9px;line-height: normal;margin-top: 35px;font-family: 'times_sans_serifregular';}
.NwsDtl .post{display:block; float: left; width: 70%;}
.NwsDtl .post h1{display:block;font-size: 45px;font-weight: 700;margin-bottom: 25px;font-family: 'times_sans_serifregular';}
.NwsDtl .post h1 span.dte{display: flex;font-size: 20px;color: #010101;margin: 0;margin-top: 10px;align-items: center;}
.NwsDtl .post h1 span.dte svg{display:inline-block;width: 17px;height: 17px;margin-right: 5px;}
.NwsDtl .post h3{font-size: 22px; font-weight:bold; font-family: 'times_sans_serifregular'; margin-bottom: 9px;line-height: normal;margin-top: 25px;}
.NwsDtl .post .ImgPnl{display:block;margin-bottom: 30px;}
.NwsDtl .post .ImgPnl img{display:block;width: fit-content; object-fit: contain;height:auto;}
.NwsDtl .post a.source{font-size:16px;font-weight:600;text-decoration:underline;color:#10222b;display:block; margin-top:12px;}
.NwsDtl .post p{display:block;margin-bottom: 15px;}
.NwsDtl .post p a{font-size:inherit;color:inherit;font-weight: 600;}
.NwsDtl .post iframe{display:block;margin-bottom: 15px; width: 100%;height: 450px}
.NwsDtl .post a.pdf{display: inline-block;background: url(../images/pdf.png) 20px no-repeat #e2f2ec;color: #161921;width: fit-content;padding: 15px 27px;padding-left: 50px;margin-right: 15px;margin-bottom: 15px;}

.NwsDtl .post p.qts{display:block;background: #f2f2f263;padding: 40px 77px;position: relative;}
.NwsDtl .post p.qts:before, .NwsDtl .post p.qts:after{content:'';display:block;background: url(../images/rslt-qt-lft.png) no-repeat;width: 40px;height: 26px;background-size: contain;position: absolute;left: 20px;top: 50px;}
.NwsDtl .post p.qts:after{left:initial;right: 20px;transform: rotate(180deg);bottom: 50px;top: initial;}

.NwsDtl .cmnt{display:block;background: #fff;width: 35%;padding: 40px;box-shadow: 0px 0px 11px #c3c3c31f;margin-top: 35px;}
.NwsDtl .cmnt h2{display:block;font-size: 32px;margin-bottom: 11px;}
.NwsDtl .cmnt .fldWrp{display:block;margin-right: 7%;float: left;width: 46%;}
.NwsDtl .cmnt .fldWrp.fll{width:100%;margin-right: 0;}
.NwsDtl .cmnt .fldWrp.mrg0{display:block;margin-right: 0;}
.NwsDtl .cmnt .fldWrp textarea{display:block;}
.NwsDtl .cmnt .fldWrp input::placeholder, .NwsDtl .cmnt .fldWrp textarea::placeholder{ color:#000; }
.NwsDtl .cmnt .fldWrp input{display:block;display: block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif;}
.NwsDtl .cmnt .fldWrp textarea{display:block;display: block;width: -webkit-fill-available;background: none;border-bottom: #a7a8ac 1px solid;border-top: none;border-left: none;border-right: none;margin-bottom: 34px;outline: 0;padding: 10px 5px;font-size: 16px;color: #000;font-weight: 400;font-family: 'Montserrat', sans-serif;}
.NwsDtl .cmnt .fldWrp input.btn{display:block;background: #169744;font-weight: 500;color: #fff;padding: 14px 30px;font-size: 18px;cursor: pointer;border: 0;width: fit-content;margin: 0;}

.NwsDtl .post hr{display:block;border: 0;background: #dcdcdc;height: 1px;width: -webkit-fill-available;}

.NwsDtl .pstMre{display:block; float: right;width: 25%;}
.NwsDtl .pstMre h3{display:block;font-size: 21px;font-weight: 600;border-bottom: 1px solid #cbcbcb;padding-bottom: 10px;margin-bottom: 30px;line-height: normal;}
.NwsDtl .pstMre ul{display:block;}
.NwsDtl .pstMre ul li:last-child{margin-bottom:0px; padding-bottom:0px; border:0px;}
.NwsDtl .pstMre ul li{display:block; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #f3f3f3;}
.NwsDtl .pstMre ul li a{display: flex;align-items: center;}
.NwsDtl .pstMre ul li a:after{content:'';display:block; clear:both;}
.NwsDtl .pstMre ul li a h2{display:block;font-size: 18px;font-weight: 400;margin-bottom: 5px;line-height: normal; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical;text-overflow: ellipsis;}
.NwsDtl .pstMre ul li a h6{display: flex;font-size: 16px;color: #7e7e7e;font-weight: 400;background-size: 17px;align-items: center;}
.NwsDtl .pstMre ul li a h6 svg{width: 14px;margin-right: 6px;}
.NwsDtl .pstMre ul li a .pnl{display:block;float: right;width: 71%;margin-left: 4%;}
.NwsDtl .pstMre ul li a .ImgPnl{display:block;float: left;width: 25%;}
.NwsDtl .pstMre ul li a .ImgPnl img{display:block;height: 89px;width: 100%;object-fit: cover;border: 1px solid #ebebeb;}

.NwsDtl ul.blt.flt{display:block;}
.NwsDtl ul.blt.flt ul{display:block;}
.NwsDtl ul.blt.flt li{display:block;float: left;width: 11%;margin-right: 8.9%;}
.NwsDtl ul.blt.flt li:nth-child(4n+4){margin-right:0px;}



.NwsDtl ul.blt:after{display:none;}
.NwsDtl ul.blt{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 25px; flex-flow: column; }
.NwsDtl ul.blt.c2{flex-flow: wrap;}
.NwsDtl ul.blt.new li:before{margin-top: 7px;}

.NwsDtl ul.blt.c2 li{width: 42%;}
.NwsDtl ul.blt li:before{content:'';display: inline-block;width: 40px;height: 40px;background: url(../images/blt.svg) no-repeat;margin-right: 15px;position: absolute;left: 0;}
.NwsDtl ul.blt li{display: block;position: relative;margin-bottom: 34px;min-height: 50px;padding-left: 55px;}
.NwsDtl ul.blt li p{display:block;max-width: initial;margin: 0;text-align: left;width: -webkit-fill-available;/* font-size: 20px; */}
.NwsDtl ul.blt li b{display:block;font-family: 'times_sans_serifregular';font-size: 22px;line-height: normal;margin-bottom: 4px;}
.NwsDtl ul.blt li a{font-size:inherit; font-weight:600;color:inherit}
.NwsDtl ul.blt.inline b{display:inline-block;font-size: inherit;font-family: inherit;font-weight: bold;}

.news{display:block;margin-top: 70px;margin-bottom: 70px;}
.news ul{display:block;}
.news ul li:nth-child(2n+2){margin-right:0px;}
.news ul li{display:block;float: left;width: 49%;margin-right: 2%;margin-bottom: 2%;}
.news ul li a{display:block;}
.news ul li a .ImgPnl{display:block;margin-bottom: 16px;border-radius: 12px;overflow: hidden;border: 1px solid #ececec;}
.news ul li a .ImgPnl img{display:block;height: 400px;object-fit: cover;width: 100%;}
.news ul li a h2{display:block;font-family: 'times_sans_serifregular';font-size: 27px;font-weight: normal;margin-bottom: 6px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.news ul li a h6{display: flex;align-items: center;margin-bottom: 5px;font-size: 18px;opacity: 0.9;}
.news ul li a h6 svg{display: inline-flex;width: 16px;margin-right: 5px;opacity: 0.9;}
.news ul li a .bt{display:block;font-size: 19px;border-bottom: 1px solid #d2d2d2;width: fit-content;padding-bottom: 5px;}


.tctNews{display:block;margin-top: 70px;margin-bottom: 70px;}
.tctNews ul{display:block;max-width: 800px;margin: 0 auto;}
.tctNews ul li:last-child{margin-bottom:0px;}
.tctNews ul li:hover{box-shadow: 0px 0px 7px #d4d3d3; transition:0.3s ease;}
.tctNews ul li{display:block;margin: 0 auto;margin-bottom: 40px;background: #fff;box-shadow: 0px 0px 7px #e5e5e5;border-radius: 12px;padding: 20px;width: -webkit-fill-available;transition:0.3s ease;}
.tctNews ul li a{display: flex;justify-content: space-between;}
.tctNews ul li a .Cnt{float:right;width: 67%;}
.tctNews ul li a .ImgPnl{display:block;margin-bottom: 16px;border-radius: 12px;overflow: hidden;border: 1px solid #ececec;float: left;width: 25%;}
.tctNews ul li a .ImgPnl img{display:block;object-fit: contain;width: 100%;height: 120px;}
.tctNews ul li a h2{display:block;font-family: 'times_sans_serifregular';font-size: 27px;font-weight: normal;margin-bottom: 6px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.tctNews ul li a h6{display: flex;align-items: center;margin-bottom: 5px;font-size: 18px;opacity: 0.9;}
.tctNews ul li a h6 svg{display: inline-flex;width: 16px;margin-right: 5px;opacity: 0.9;}
.tctNews ul li a .bt{display:block;font-size: 19px;border-bottom: 1px solid #d2d2d2;width: fit-content;padding-bottom: 5px;}


@media only screen and (max-width: 1300px){
	.abt .lft{width: 49%;}
	.abt .rgt{width: 45.4%;}
	.InrPage .Application .roadMap{left: 0;}
}

@media only screen and (max-width: 1150px){
	.InrPage .founder .FlxPnl .rgt .imgpnl img{right: 7%;}
	.abt .wrap{display:flex;flex-wrap: wrap;}
	.abt .lft{width:100%;margin-bottom: 40px;}
	.abt .rgt{display:none;}
	.abt .lft .rgt{display:block; width:-webkit-fill-available;margin-bottom:20px;}
	.abt .rgt .imgpnl{ width:-webkit-fill-available;border-radius: 0;border: 0;height:auto;display:block;}
	.abt .rgt h3{padding:10px; border-radius: 10px;position: initial;}
	.abt .rgt .imgpnl img{margin: 0 auto;display: block;}
}

@media only screen and (max-width: 1024px){
	.InrPage.srvcs ul.rvw{    flex-flow: column;}
	.InrPage.srvcs ul.rvw li{width: -webkit-fill-available;}
	.InrPage.srvcs ul.blt.for li, .InrPage.srvcs ul.blt.three li{width: -webkit-fill-available;float: none;  margin-bottom: 17px;}
	.NwsDtl .post h1{font-size: 37px;}
	.NwsDtl .post h1 span.dte{font-size: 18px;}
	.NwsDtl{margin-top:60px;}
	.NwsDtl .pstMre{width:100%;margin-top: 40px;}
	.NwsDtl .post{width:100%;}
	.InrPage .founder .FlxPnl .rgt h3{padding-left: 32px;}
	.InrPage .founder .FlxPnl .rgt .foundermsg p:after{width: 23px;height: 17px;background-size: contain;}
	.InrPage .founder .FlxPnl .rgt .foundermsg p:before{width: 23px;height: 17px;background-size: contain;}
	.InrPage .founder .FlxPnl .rgt .foundermsg p{font-size: 19px; padding: 0px 34px;}
	.InrPage .founder .FlxPnl .rgt .imgpnl{display:flex;flex-wrap: wrap;justify-content: end;}
	.InrPage .founder .FlxPnl .rgt .imgpnl img{right:0;position: initial;max-height: 370px;position: relative;margin: 0 auto;margin-bottom: -90px;}
	.InrPage .founder .FlxPnl .rgt{padding-top: 0;margin-bottom: 40px;}
	.InrPage .founder .FlxPnl{display: flex;flex-wrap: wrap-reverse;}
	.InrPage .founder .FlxPnl .lft{ width: -webkit-fill-available;margin-top: 0;}
	.InrPage .founder .FlxPnl{display: flex;flex-wrap: wrap-reverse;}
	.InrPage .founder .FlxPnl .lft{ width: -webkit-fill-available;margin-top: 0;}
	.InrPage ul.blt li{width: -webkit-fill-available;float: none;}
	.InrPage ul.blt{display:block;}
    footer .wrap{flex-wrap:wrap;}
    footer .flxpnl.mrgo, footer .flxpnl, footer .flxpnl.mrg{display:block;width: 48%;margin-bottom: 4%;}
	.ponts{padding: 18px 0px;}
	.ponts ul li h1{font-size: 53px;}
	.ponts ul li p{font-size: 15px;}
	.why .main ul li, .why .main ul li:nth-child(4n+4){width: 49%;margin-right: 2%;}
	.why .main ul li:nth-child(2n+2){margin-right:0px;}
	.why .main ul li .rgt{width: 84%;}
	
}
@media only screen and (max-width: 985px){
	.NwsDtl ul.blt.flt li{margin-right:4.9%;}
}
@media only screen and (max-width: 950px){
	.why .main ul li .rgt{justify-content: center;}
	.owl-controls{width: -webkit-fill-available;}
	.why .main ul li, .why .main ul li:nth-child(4n+4){width:100%; margin: 0;}
	.cont{padding-bottom: 22px;margin-top: 60px;}
	.cont ul li{margin-top: -60px;}
	.cont ul li .img img{max-width: 25px;}
	.cont ul li .img{width: 50px;height: 50px;border-width: 2px;}
	.cont ul li a{font-size: 20px;}
header .Hamburger{display:block;}
    header .rgt .nav.active{display:block;box-shadow: 0px 0px 8px #00000024;}
	header .rgt .nav{display:none;position: absolute;width: 100%;left: 0;top: 100px;background: #fff;z-index: 999;}
    header .rgt .nav ul{display:block;padding: 20px 30px;}
    header .rgt .nav ul li{float:none;margin: 0;}
	header .rgt .nav ul li ul li a{padding: 9px 9px;}
    header .rgt .nav ul li a{display:block;padding: 9px 0px;/* width: fit-content; */}
    header .rgt ul li a:after{display:none;}
    header .rgt .nav ul li:hover ul{display:block;padding: 10px 10px;}
    header .rgt .nav ul li ul{position:initial;/* padding: 0; */width: -webkit-fill-available;background: #f3f3f3;display: none;}
    header .rgt ul li.btn a{padding: 11px 13px; 0px;}
    header .rgt ul li.btn{margin-top:10px;}
    
}

@media only screen and (max-width: 900px){
	.appoint .main{width:-webkit-fill-available;padding: 30px;}
	.ponts ul{flex-wrap:wrap;justify-content: center;}
	.ponts ul li{width: 50%;margin-bottom: 3%;}
	.ponts ul li:last-child{margin:0px;width: -webkit-fill-available;}
	.NwsDtl ul.blt.flt li:nth-child(3n+3){margin-right:0px;}
	.NwsDtl ul.blt.flt li:nth-child(4n+4){margin-right:4.6%;}
	.NwsDtl ul.blt.flt li{width:19%;}
}

@media only screen and (max-width: 768px){
	.news ul li a .ImgPnl img{height:300px;}
	.news ul li{width:100%; margin:0; margin-bottom:30px;}
	.bnr{margin-top: 2px;}
	.InrPage.RsltPnl .TstMnl .qtIcn{width: 50px;height: 36px; background-size: contain;}
	.InrPage.RsltPnl h1{    font-size: 41px;}
	.InrPage.RsltPnl .chart img{display:none;}
	.InrPage.RsltPnl .chart img.rs{display:block;}
	.InrPage .Application .roadMap{overflow-x: scroll;}
	.InrPage .Application .roadMap img{min-width: 1070px;animation: marquee 25s linear infinite;position: relative;}
	@keyframes marquee {
            0% {
                left: 100%;
            }
            100% {
                left: -100%;
            }
        }
	.InrBnr .Txt h1{font-size: 41px;}
	.cont ul{max-width:initial;}
	.why .main ul li .rgt h3{font-size:16px;}
	.why{margin-top:60px;}
	.why .main{padding: 0;box-shadow: initial;margin: 0;background: transparent;border-radius: 0;}
	.why .main h1{padding:0px;}
	.headpnl h1{font-size: 45px;}
	header .lft{max-width: 110px;}
	.headpnl h1 span{font-size: 24px;margin: 0;}
	header .rgt .nav{top: 91px;}
	.InrPage.RsltPnl .TstMnl ul{display:block !important;     gap: initial;}
	.masonry-grid-column{margin:0px; clear:both; position:initial;}
	.InrPage.RsltPnl .TstMnl ul li{height:auto!important; position:relative !important;    border: 3px solid #aae0dc; }
	.InrPage.RsltPnl .TstMnl ul li:after{display:none;}
}
@media only screen and (max-width: 652px){
	.NwsDtl ul.blt.flt li{width:11%;margin-right:13%;}
}


@media only screen and (max-width: 600px){
		.NwsDtl .post p.qts{background:transparent;padding: 0;padding-top: 37px;padding-bottom: 37px;border-bottom: 1px solid #ebebeb;margin-bottom: 30px;padding-bottom: 70px;}
	.NwsDtl .post p.qts:before{top:0;left: 0;}
	.NwsDtl .post p.qts:after{bottom: 30px;right:0;}
	.tctNews{margin-top: 50px;}
.tctNews ul li a{display:block;}
.tctNews ul li a .ImgPnl{float:none;width: fit-content;max-width: 100%;}
.tctNews ul li a .Cnt{float:none;width: 100%;}
.tctNews ul li{border-radius: 11px;margin-bottom: 20px;}
	
	.InrPage .founder .FlxPnl{margin:0px;}
	.InrPage p{    margin-bottom: 11px;}
	.InrPage .founder .FlxPnl .rgt .foundermsg{padding: 19px;}
	.InrPage .founder .FlxPnl .rgt h3 span{font-size: 16px;}
	.InrPage .founder .FlxPnl .rgt .foundermsg p{font-size: 17px;}
	.InrPage ul.blt li b{font-size: 19px;}
	.InrPage .Application{margin-bottom:40px;}
	.InrPage{margin:50px 0px;}
	.InrBnr .Txt{margin-bottom:30px;}
	.InrBnr .Txt h1{font-size: 32px;}
	.InrBnr{height: 183px;}
	footer .flxpnl ul li{font-size:17px;}
	footer .flxpnl h2{font-size: 35px;}
	footer .flxpnl.mrgo{width:100%;}
	.appoint{    padding: 40px 0px;}
	.appoint .main h2{font-size:22px;}
	.test{margin-bottom:40px;}
	.abt .rgt h3{font-size: 33px;}
	.abt .rgt h3 span{ font-size: 16px;}
	
	.ponts{margin-bottom: 40px;}
	.why{margin-top: 40px;margin-bottom: 30px;}
	.headpnl h1 span{font-size: 20px;margin: 0;}
	.headpnl h1{font-size: 40px;}
.why .main ul li .lft .imgpn{padding: 8px;}
	.ponts ul li h1{font-size: 43px;}
	.ponts ul li p br{display:none;}
	.abt .rgt{margin-bottom: 20px;}
	.abt{margin-bottom:40px;}
	.logo{padding: 40px 0px;margin-bottom: 40px;}
	.logo ul li{margin:0px;}
	.InrPage h2{    font-size: 26px;}
	.news ul li a h2{font-size: 21px;}
	.news ul li a h6{font-size: 15px;}
	.news ul li a .bt{font-size: 15px;}
	.news ul li a .ImgPnl{margin-bottom: 8px;}
	.NwsDtl .post h2{font-size: 27px;margin-top: 23px;}
	.NwsDtl ul.blt li b{font-size:20px;}
	.NwsDtl ul.blt li{margin-bottom: 17px;}
	.NwsDtl ul.blt.c2 li{width: 100%;}
	.NwsDtl ul.blt li:before{width: 40px;height: 40px;}
	.NwsDtl ul.blt li{padding-left: 53px;}
	.NwsDtl .post h1{font-size: 29px;}
	.NwsDtl .post h1 span.dte{font-size: 17px;}
}
@media only screen and (max-width: 533px){
	.NwsDtl ul.blt.flt li:nth-child(3n+3){margin-right:13%}
	.NwsDtl ul.blt.flt li{width:25%;}
	.NwsDtl ul.blt.flt li:nth-child(2n+2){margin-right:0}
}

@media only screen and (max-width: 470px){
	.InrPage.RsltPnl .TstMnl ul li .profile .TxtPnl{margin-left: 3%;}
	.InrPage.RsltPnl .TstMnl ul li .profile img{width: 93px;height: 93px;}
	.InrPage.RsltPnl h1{    font-size: 34px;}
	.InrPage ul.blt li{padding-left: 54px;margin-bottom: 22px;}
	.InrPage ul.blt li:before{width: 40px;height: 40px;}
	footer .lstpn p{font-size:14px;}
	footer .flxpnl.mrg img{max-width: 130px;object-fit: contain;}
	footer .flxpnl.mrgo, footer .flxpnl, footer .flxpnl.mrg{width:100%;}
	.cont ul li .img img{max-width: 20px;}
	.cont ul li .img{width: 40px;height: 40px;}
	.cont ul li a{font-size: 16px;}
		abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video, a{font-size: 15px;}
	p{font-size: 15px;line-height: 1.8em;}
	.why .main ul li .lft .imgpn img{max-height: initial;max-width: initial;object-fit: contain;width: 27px;height: 23px;}
	.why .main ul li, .why .main ul li:nth-child(4n+4){/* width:100%; *//* margin-right: 0; *//* margin-bottom: 14px; */}
	.why .main ul li .lft{display:block;}
	.why .main ul li .lft .imgpn{width:fit-content; margin:0 auto;}
	.why .main ul li .rgt h3{text-align:center;}
	.why .main ul li .rgt{width:100%;margin: 0;margin-top: 10px;}
}

@media only screen and (max-width: 380px){
	.cont ul{flex-wrap: wrap;}
	.cont ul li:last-child{margin-bottom:0px;}
	.cont ul li{width:100%;max-width: initial;margin: 0;margin-bottom: 30px;}
	.cont ul li a{font-size: 18px;}
	.abt .rgt h3{font-size: 28px;padding-bottom: 31px;}
	.abt .rgt h3 span{font-size: 15px;}
.why .main ul li .rgt h3{font-size: 15px;}
}

@media only screen and (max-width: 350px){
	.InrPage.RsltPnl .TstMnl ul li .profile{flex-flow: column;align-items: flex-start;}
	.InrPage.RsltPnl .TstMnl ul li .profile .TxtPnl{width:100%; margin:0px; margin-top:15px;max-width: 100%;}
}




























