@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
*, ::before, ::after {
  box-sizing: border-box; }
footer {
   display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a:focus, button:focus, .formcontrol:focus {
  outline: none; 
  text-decoration:none;
}
a, button, .formcontrol{
    text-decoration:none;
}
a, button{
    cursor:pointer;
}
img{
    width:100%;
    max-width:100%;
}
.hide{
    display:none !important;
}
.visible-xs {
  display: none !important; }

@media screen and (max-width: 991px) {
    .hidden-xs {
        display: none !important; }
    .visible-xs {
        display: flex !important; }
}
body{
    color: #000;
    background-color:#FFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}
.wrapper{
    margin-top:70px;
    scroll-behavior: smooth;
    height:calc(100vh - 70px);
    overflow-y:auto;
}
@media screen and (min-width: 992px){
    * {
      scrollbar-width: thin;
      scrollbar-color: #70778B #D1D8EB;
    }

    /*Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 7px;
      height:7px;
      -webkit-appearance: none;
    }
    *::-webkit-scrollbar-track {
      background: #D1D8EB;
    }
    *::-webkit-scrollbar-thumb {
        background-color: #70778B;
        border-radius:20px;
    }
}
/* footer */
.sec-footer{
    position:relative;
    background: #f1f3f9 !important;
    width:100%;
}
.sec-footer .bg-grey-padd{
    margin-bottom:0;
}
.footer-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:flex-start;
    margin-right:-5px;
    margin-left:-5px;
    padding-bottom:30px;
    border-bottom: 1px solid #D1D8EB;
}
.footer-row .card{
    display:flex;
    flex:0 0 auto;
    width:20%;
    padding:5px;
}
.footer-row .card .card-inner{
    display:flex;
    flex-direction:column;
    width:100%;
}
.footer-row .card .card-inner .add-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footer-row .card .card-inner .add-cont h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer-row .card .card-inner .logo{
    margin-bottom:20px;
}
.footer-row .card .card-inner .footer-tab{
    font-weight:500;
    margin-bottom:12px;
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    align-items:center;
    align-content:center;
}
.footer-row .card .card-inner .footer-tab .footer-tab-indicator{
    display:none;
}
.footer-row .card .card-inner .footer-group{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:flex-start;
    width:100%;
}
.footer-row .card .card-inner .footer-group a{
    display:flex;
    font-size:14px;
    line-height:20px;
    margin-bottom:5px;
    color:#70778B;
    cursor:pointer;
    width:100%;
}
.footer-row .card .card-inner .footer-group a:hover{
    color:#00AFEF;
}
.footer1-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    align-items:center;
    align-content:center;
    padding-top:30px;
}
.footer1-row .col{
    display:flex;
    flex-flow:row nowrap;
    flex:0 0 auto;
}
.footer1-row .col a{
    display:flex;
    width:18px;
    height:18px;
    margin-right:24px;
}
.footer1-row .col a:last-child{
    margin-right:0;
}
.footer-row .card .card-inner h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.footer-row .card .card-inner .ob-address{
    margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
     .footer-row .card .card-inner .footer-group a{
        font-size:13px;
        line-height:20px;
    }
    .footer-row .card .card-inner h5{
        line-height:20px;
	font-size:13px;
    }

}
@media screen and (max-width: 991px) {
    .footer-row {
        padding-bottom:8px;
        border-bottom:0 none;
    }
    .footer1-row{
        padding-top:0;
    }
    .footer-row .card{
        width:33.33%;
    }
    .footer-row .card .card-inner .footer-group a{
        font-size:12px;
        line-height:16px;
    }
}
@media screen and (max-width: 576px) {
    .footer-row{
        margin-bottom:12px;
    }
    .footer-row .card{
        width:100%;
        padding-top:12px;
        padding-bottom:0;
        border-bottom: 1px solid #E2E5EF;
    }
    .footer-row .card .card-inner .ob-address{
        margin-bottom:12px;
    }
    .footer-row .card .card-inner .footer-tab{
        font-size:14px;
        line-height:18px;
        cursor:pointer;
    }
    .footer-row .card .card-inner .footer-tab .footer-tab-indicator{
        display:flex;
    }
    .footer-row .card .card-inner .footer-group{
        display:none;
    }
    .footer-row .card .card-inner .fg-active{
        display:flex;
    }
    .footer1-row{
        flex-direction:column;
    }
    .footer1-row .col{
        align-items:center;
        align-content:center;
    }
    .footer1-row .col:first-child{
        margin-bottom:32px;
    }
    .footer1-row p{
        text-align:center;
    }
}


/*Modal*/
.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: #000;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete, .is-large.modal-close {
  background-color: #fff;
  position: absolute; 
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal, .modal-background, .is-overlay{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.obls-blk .Login-form{
  width:100%;
  display: none;
}
.obls-blk .Login-form .fp{
  display: flex;
  justify-content: center;
  color: #00afef;
  font-size: 12px;
  font-weight: 500;
  margin-top: 18px;
}
.otp-grp{
    display:none;
}
.fp-form{
    display: none;
    width: 100%;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1040;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
  margin-top:50px;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}
.new-passw{
  display: none;
  width: 100%;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background : #fff;
  border: none;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding:0 20px;
}
.modal-obls .modal-content{
    max-width:360px;
}
.obls-group{
    display:flex;
    width:100%;
    position:relative;
    max-width:360px;
    background-color:#FFF;
    margin:0 auto;
}
.obls-blk{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    padding:27px 30px 30px 30px;
    width:100%;
    background-color:#FFF;
    border-radius:20px;
}
.err-msg{
    color: red;
    font-size: 13px;
}
.frp-err{
    color: red;
    font-size: 13px;
}
.np-err{
    color: red;
    font-size: 13px;
}
.lbl-err{
    color: red;
    font-size: 13px;
}
.obls-blk .req-form{
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    border: navajowhite;
    border-bottom: solid 3px #e8e8e8;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    color: #727695;
    margin-top: 15px;
}
.obls-blk .log-txt{
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #22252F;
    text-align: center;
    margin-bottom: 15px; 
}
.request-form{
    display: none;
}
.bl-active{
    display:block;
}
.obls-blk .sign-form{
    width:100%;
}
.obls-blk .verify-form{
    width:100%;
    display:none;
}
.obls-blk .sign-form .errormsg{
    color: red;
    font-size: 12px;
    margin-bottom: 12px;
}
.obls-blk h2{
    margin-bottom: 12px;
}
.obls-blk .btn-gog{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid #D1D8EB;
    padding: 12px 0; 
}
.obls-blk .btn-green{
    background: #6d87fe;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 600;
    margin: 15px 0;
    display: flex;
    justify-content: center;
}
.btn-otpgrp{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top:20px;
}
.btn-downl{
    background: #17a2b8 !important;
    padding: 5px 10px;
    color: #fff !important;
}
.btn-otpgrp .btn-green{
    padding: 10px 25px;
    font-size: 12px !important;
    margin: 0;
}
.fr-title{
    font-size:1.5rem;
}
.btn-otpgrp .btn-green:not(:last-child){
    margin-right: 10px
}

.obls-blk .btn-gog .img-bx{
    display: flex;
    color: #000;
    width: 25%;
}
.obls-blk .btn-gog .img-bx img{
    margin-right: 10px;
}
.obls-blk .formcontrol-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    padding:16px 0;
    border-bottom:2px solid #D1D8EB;
    width:100%;
    position:relative;
}
.obls-blk .formcontrol-group:not(:last-of-type){
    margin-bottom:10px;
}
.obls-blk .btn-reqsub{
    background: #14ffe6;
    padding: 10px 0 !important;
    border-radius: 4px;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 600;
    width: 100%;
    display: flex;
    margin: 25px 0;
    justify-content: center;
}
.obls-blk .formcontrol-group:focus-within{
    border-color:#22252F;
}
.obls-blk .formcontrol-group .icon{
    display:flex;
    width:18px;
    height:18px;
    margin-right:12px;
}
.obls-blk .formcontrol-group .formcontrol{
    width:calc(100% - 30px);
    color:#22252F;
    border:0;
    font-size:12px;
    line-height:14px;
    white-space:nowrap;
}
.obls-blk .formcontrol-group .floating-label{
    font-size:12px;
    line-height:14px;
    position:absolute;
    top:19px;
    left:44px;
    color:#70778B;
    transition: 0.2s ease all;
    pointer-events: none;
}
.obls-blk .formcontrol-group .formcontrol:focus ~ .floating-label,
.obls-blk .formcontrol-group .formcontrol:not(:focus):valid ~ .floating-label{
  top: 4px;
  font-size: 8px;
}
.obls-blk .obls-footer{
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #22252F;
    text-align: center;
    margin-bottom: 0;
}
.obls-blk .obls-footer .btn-switch-obls{
    padding: 0;
    font-weight: 500;
    margin-left: 10px;
    color: #00AFEF;
    box-shadow: none;
    font-size: 12px;
    background-color: transparent;
}
.obls-blk .success-group{
    position: relative;
    background-color: #FFF;
    max-width: 480px;
    border-radius: 18px;
    margin: 0 auto;
    display: none;
    justify-content: center;
}
.obls-blk .success-group .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.obls-blk .success-group .card .right-img{
    display: flex;
    width: 74px;
    margin-bottom: 24px;
}
.obls-blk .success-group .card h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.obls-blk .success-group .card .btn-ok{
    display: contents;
}
.error-mesg{
    color: red;
    font-size: 14px;
}


.bg-white{
    background: #FFF;
}
.cl-blue{
    color:#4486D0;
}
.sec-bg-grey{
    background: #e2e6ef;
}
.bg-grey{
    background: #5b5b5b;
}
.bg-white-padd, .bg-grey-padd{padding-top:30px;padding-bottom:30px}
h1{
    font-size: 38px;
    font-weight: 700;
}
p{
    margin-bottom: 15px;
    line-height: 1.8;
}

.btn{
    display:inline-flex;
    border:1px solid transparent;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
    font-weight:400;
    align-items:center;
    align-content:center;
    justify-content:center;
    background-color:#E2E5EF;
    color:#22252F;
}
.default-btn {
    line-height: 1.5;
    padding: 13px 25px 12px 30px;
    position: relative;
    color: var(--whiteColor);
    border-width: 2px;
    border-radius: 1px;
    font-size: 14.5px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
.btn-md{
    padding:10px 15px;
    font-size: 14px;
    max-width:238px;
}
.btn-blue{
    background:#6d87fe;
    font-weight:700;
    color:#FFF;
}
.btn-blue span{
     position: relative;
}
.btn-blue:hover span:after {
  opacity: 1;
  right: 0;
}
.btn-cyan{
    background: #14ffe6;
    color:#fff;
    font-weight:700;
}
.faa-marg{
    margin-right: 10px;
}
.faa-marg2{
    margin-right:5px;
} 
.faa-green{
    color: #61ce70;
}
.faa-grey{
    color:#96989B !important;
}
@media screen and (max-width: 575px){
    .bg-white-padd, .bg-grey-padd{
        padding:40px 15px !important;
    }
}
@media screen and (max-width: 767px){
    .default-btn {
        padding: 12px 18px 11px 18px;
        font-size: 13px;
    }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/*section common*/
.sec-bg-white{
    background-color:#FFF;
}
.sec-bg-green{ 
    background-color:#eefaf7;
}
/*.bg-white-padd{
    padding-top:50px;
}
.bg-grey-padd{
    padding:100px 0;
    padding-bottom:0;
}*/
.bg-green-padd{
    padding: 50px 60px 80px 60px;
}
h1{
    font-size: 38px;
}
h2{
    font-size: calc(1.325rem + .9vw);
    font-weight: 600;
}
h5{
    font-size: 1.25rem;
    font-weight: 600;
}
@media (min-width: 1200px) {
    h2{  
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    .bg-white-padd {
        padding-top: 20px;
    }
    .bg-green-padd{ 
        padding: 20px;
    }
}
.logo {
    display: flex;
    width: 142px;
    height: 28px;
}
.sectitle{
    text-align: center;
    font-size: 25px;
    color: #0a2472;
    letter-spacing: 0.50px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px; 
}
.sectitle::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 5px;
  background: #0a2472;
  margin: 0 auto;
  display: table;
}
.sectitle::after {
  position: absolute;
  content: '';
  top: 0;
  left: 40px;
  right: 0;
  width: 20px;
  height: 5px;
  background: #00afef;
  margin: 0 auto;
  display: table;
}
.abt_tp_br::after {
  position: absolute;
  content: '';
  top: -7px;
  left: -7px;
  width: 60px;
  height: 7px;
  background: #00afef;
}
.abt_bt_br::after {
  position: absolute;
  content: '';
  bottom: -7px;
  right: -7px;
  width: 60px;
  height: 7px;
  background: #00afef;
}
.abt_bt_br::before {
  position: absolute;
  content: '';
  bottom: -7px;
  right: -7px;
  width: 7px;
  height: 60px;
  background: #00afef;
}
.abt_tp_br::before {
  position: absolute;
  content: '';
  top: -7px;
  left: -7px;
  width: 7px;
  height: 60px;
  background: #00afef;
}
.loginsignup {
  display: flex;
  align-content: center;
  align-items: center;
  width: 111px;
  justify-content: center;
  background-color: #00AFEF;
  height: 33px;
  border-radius: 4px;
  color: #FAFBFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  border: 0;
  box-shadow: none;
  z-index: 1;
}
.owl-dots button.owl-dot.active{
    background-color: #000 !important;
}
@media screen and (max-width: 991px){
    .sectitle{
        font-size: 20px;
    }
}
/*header*/
.header{
    position:fixed;
    height:70px;
    width:100%;
    top:0;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
}
.header .row{
    display:flex;
    flex-direction:row;
    height:70px;
}
.header .row .col{
    width:30%;
    display:flex;
    align-items:center;
}
.header .row .col:last-child{
    justify-content: end;
    width: 100%;
}
/*.header .row .col:last-child{
    width:70%;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    border-bottom: 4px solid #00afef;
    background: #0a2472;
    padding-right:30px;
}*/
.header .row .col .group{
    color: #fff;
    display: flex;
    flex-direction:row;
    align-items:center;
    font-size: 16px;
    letter-spacing: 0.50px;
    font-family: 'Montserrat', sans-serif;
    margin:0 12px;
}
.header .row .col .group p{
    margin:0;
    font-weight:600;
}
@media screen and (max-width: 991px){ 
    .header .row .col{
        width:100%;
        justify-content:space-between;
        padding: 0 15px;
    }
    .header .row .col:last-child {
        display:none;
    }
}
/*banner*/
.sec-banner{
    position:relative;
    padding-top: 35px;
}
.sec-banner .outer-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.sec-banner .title-cont{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sec-banner .sec-cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;	
}
.sec-banner .title-cont .headin-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec-banner .title-cont h1{
    font-size: 40px;
    color: #0a2472;
}
.sec-banner .title-cont p{
    text-align: left;
}
.sec-banner .cont-list{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 50%;
    align-items: center;
    justify-content: center;
}
.sec-banner .right-cont{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}
.sec-banner .cont-list ul{
    list-style: none;
}
.sec-banner .cont-list li:not(:last-child){
    margin-bottom: 5px;
}
.sec-banner .cont-list i{
    padding-right: 10px;
}
.sec-banner .cont-list h3{
    text-align: left;
    font-size: 25px;
    color: #0a2472;
    letter-spacing: 0.50px;
    padding-top: 15px;
    padding-bottom: 20px;
}

@media screen and (max-width: 769px) {
    .sec-banner .title-cont h1{
        font-size: 24px;
    }
    .sec-banner .title-cont p{
        font-size: 12px;    
        text-align: center;
    }

}

.sec-banner .img-bx{
    display: flex;
}
.sec-banner .form-left{
    display: flex;
    flex-direction: column;
    width: 60%;
    font-weight: 500;
    background: #0a2472;
    padding: 20px;
    border-radius: 15px;
}
.sec-banner .form-left h3{
    font-size: 30px;
    margin: 0 0 15px;
    color: #fff;
}
.sec-banner .form-left .form-grp{
    display: flex;
    flex-direction: column;
}
.sec-banner .form-left .form-grp .form-name{
    display: flex;
    flex-direction: row;
}
.sec-banner .form-left .form-grp .btn-grp{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.sec-banner .btn-grp .btn-touch{
    background-color: #2baa39;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    padding: 10px 16px;
}
@media screen and (max-width: 991px) {
    .sec-banner .outer-cont{
        flex-direction: column;
    }
    .sec-banner .sec-cont{
	flex-direction: column;
    }
    .sec-banner .cont-list{
        width: 100%;
    }
    .sec-banner .right-cont{
        width: 100%;
    }
    .sec-banner .title-cont h1,p{
        text-align: center !important;
    }
    .sec-banner .title-cont{
        align-items: center;
        flex-direction: column;
    }
    .sec-banner .form-left{
        width: auto;
    }
}

/*sec-coach*/
.sec-coach .coach-cont{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.sec-coach .coach-cont h2{
    text-align: center;
    font-size: 25px;
    color: #0a2472;
    letter-spacing: 0.50px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}
.sec-coach .coach-cont table{
    width: 100%;
    border-collapse: collapse;
}
.sec-coach .coach-cont th{
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #0a2472;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 33.33%;
}
.sec-coach .coach-cont th:first-child{
    border-top-left-radius: 5px;
}
.sec-coach .coach-cont th:last-child{
    border-top-right-radius: 5px;
}
.sec-coach .coach-cont td{
    font-size: 15px;
    color: gray;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 33.33%;
    text-align: center;
}
@media screen and (max-width: 991px){
    .sec-coach .coach-cont h2{
        font-size: 20px;
    }
    .sec-coach .coach-cont th{
        font-size: 16px;
    }
    .sec-coach .coach-cont td{
        font-size: 13px;
    }
} 


/*sec-faculty*/
.sec-faculty .faculty-row{
    display:flex;
    flex-direction:column;
}
.sec-faculty .faculty-row .col{
    display:flex;
    flex-direction:row;
}
.sec-faculty .faculty-row .col:not(:last-child){
    margin-bottom:30px;
}
.sec-faculty .faculty-row .col:first-child .card{
    width:50%;
}
.sec-faculty .faculty-row .col:last-child .card{
    width:50%;
}
.sec-faculty .faculty-row .col:first-child .card:last-child{
    width:50%;
    margin-left:10px;
}
.sec-faculty .faculty-row .col:last-child .card:last-child{
    width:50%;
    margin-left:10px;
}
.sec-faculty .faculty-row .col:first-child .card:last-child, .sec-faculty .faculty-row .col:last-child .card:first-child{
    display:flex;
    justify-content:center;
    padding:20px;
}
.sec-faculty .faculty-row .col .card .fac{ 
    display:flex;
    width:222px;
}
.sec-faculty .faculty-row .col .card span img{
    border-radius: 10px;
}
.sec-faculty .faculty-row .col .card .box{ 
    border: 7px solid #fff;
    padding: 40px 40px;
    position:relative;
}
.sec-faculty .faculty-row .col .card .box ul{
    list-style: none;
}
.sec-faculty .faculty-row .col .card .box ul li{
    font-weight:500;
    line-height: 1.5;
    font-weight:500;
} 
.sec-faculty .faculty-row .col .card .box ul li i {
  padding-right: 10px;
}
.sec-faculty .faculty-row .col .card .box .legend{
    position:absolute;
    top:-25px;
    background: #fff;
    padding: 8px 30px;
}
.faculty-row .col .card .box .legend h1{
    font-size: 22px;
    color: #0a2472;
    font-weight: bold;
    letter-spacing: 1px;    
}
.faculty-row .col .card .box h2{
   color: #0a2472;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px){ 
    .sec-faculty .faculty-row .col .card .box .legend{
        right: 10px;
    }
    .faculty-row .col .card .box .legend h1 {
        font-size:18px;
    }
    .faculty-row .col .card .box h2 {
        font-size: 16px;
    }
    .sec-faculty .faculty-row .col .card .fac {
        height: 322px;
    }
}
@media screen and (max-width: 767px){
    .sec-faculty .faculty-row .col .card .box {
        padding:20px;
    }
    .sec-faculty .faculty-row .col .card .box .legend {
        top: -66px;
        left: 0px;
        padding: 20px 22px;
    }
    .sec-faculty .faculty-row .col:not(:last-child) {
        margin-bottom: 75px;
    }
    .sec-faculty .faculty-row {
        margin-top: 25px;
    }
}
@media screen and (max-width: 575px){  
    .sec-faculty .faculty-row .col{
        flex-direction:column;
    }   
    .sec-faculty .faculty-row .col .card{
        width:100% !important;
        align-items:center;
    }
    .sec-faculty .faculty-row .col:not(:last-child) {
        margin-bottom: 15px;
    }
    .sec-faculty .faculty-row .col .card .box .legend {
        left: 0px;
        padding: 21px 38px;
        left: 12px;
        width: 73%;
        display: flex;
        justify-content: center;
    }
    .sec-faculty .faculty-row .col .card:first-child {
        margin-bottom:20px;
    }
    .sec-faculty .faculty-row .col:first-child .card:last-child, .sec-faculty .faculty-row .col:last-child .card:first-child {
        padding:20px 0;
    }
    .sec-faculty .faculty-row .col:first-child .card:last-child, .sec-faculty .faculty-row .col:last-child .card:last-child {
        margin-left:0;
    }
}

.sec-contact .outer-cont{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sec-contact .outer-cont .form-outer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.sec-contact .outer-cont .form-outer .form-left{
    display: flex;
    flex-direction: column;
    width: 60%;
    font-weight: 500;
}
.sec-contact .outer-cont .form-outer .form-right{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    margin-left:25px;
}
.sec-contact .outer-cont .form-outer .form-right .card{
    background: #0a2472;
    border-bottom: 1px solid #fff;
    padding: 21px 25px;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 85%;
}
.sec-contact .outer-cont .form-outer .form-right .card .social-grp{
    display: flex;
    flex-direction: row;
}
.sec-contact .outer-cont .form-outer .form-right .card .social-grp .social-bx{
    display: flex;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.sec-contact .outer-cont .form-outer .form-right .card .social-grp .social-bx:not(:last-child){
    margin-right: 10px;

}
.sec-contact .outer-cont .form-outer .form-right .card p{
    margin: 0;
}
.sec-contact .outer-cont .form-outer .form-right .card .cont-detail{
    color:#fff;
}
.sec-contact .outer-cont .form-outer .form-right .card .cont-detail i{
    font-size: 25px;
}
.sec-contact .outer-cont .form-outer .form-right .card .btn-addr{
    padding: 5px;
    background: #000;
    border-radius: 5px;
    margin-top: 8px;
}
.sec-contact .outer-cont .form-outer .form-right .card .head-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.sec-contact .outer-cont .form-outer .form-right .card .head-cont i {
    font-size: 25px;
}
.sec-contact .outer-cont .form-outer .form-right .card .head-cont p{
    margin: 0;
}
.sec-contact .outer-cont .form-outer .form-left h3{
    font-size: 30px;
    margin: 0 0 15px;
    color: #262626;
}
.sec-contact .outer-cont .form-outer .form-left .form-grp{
    display: flex;
    flex-direction: column;
}
.sec-contact .outer-cont .form-outer .form-left .form-grp .form-name{
    display: flex;
    flex-direction: row;
}
.sec-contact .outer-cont .form-outer .form-left .form-grp .btn-grp{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.sec-contact .outer-cont .form-outer .btn-grp .btn-touch{
    background-color: #0a2472;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    padding: 10px 16px;
}


.formcontrol-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    border: 1px solid #D1D8EB;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    border-radius: 5px;
    background: #fff;
}
.formcontrol-group .formcontrol {
    width: calc(100% - 15px);
    color: #22252F;
    border: 0;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    padding: 12px 10px;
    resize: none;
    background:#fff;
}
@media screen and (max-width: 991px){
    .sec-contact{
        padding: 50px 10px;
    }
    .sec-contact .outer-cont .form-outer{
        flex-direction: column;
    }
    .sec-contact .outer-cont .form-outer .form-left{
        margin-bottom: 25px;
        width: 100%;
    }
    .sec-contact .outer-cont .form-outer .form-right{
        width: 100%;
        align-items: center;
        margin-left:0;
    }
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.content .cont-outer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.content .cont-outer .cont-left{
    display: flex;
    width: 60%;
    flex-direction: column;
}
.content .cont-outer .cont-left .cont-list{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.content .cont-outer .cont-left .cont-list ul{
    list-style: none;
}
.content .cont-outer .cont-left .cont-list li:not(:last-child){
    margin-bottom: 5px;
}
.content .cont-outer .cont-left .cont-list i{
    padding-right: 10px;
}
.content .cont-outer .cont-left .cont-list h3{
    text-align: left;
    font-size: 25px;
    color: #0a2472;
    letter-spacing: 0.50px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.content .cont-outer .img-bx{
    display: flex;
    width: 350px;
}
@media screen and (max-width: 991px){
    .sec-whyaca{
        padding: 50px 10px;
    }
    .content .cont-outer{
        flex-direction: column;
    }
    .content .cont-outer .cont-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .content .cont-outer .img-bx{
        width: 100%;
    }
}
.sec-ourst{
    background: #eee;
}
.sec-ourst .cont-ourst{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec-ourst .cont-ourst h2{
    color: #007b5e;
    margin-bottom: 50px;
}
.sec-ourst .cont-ourst .card-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.sec-ourst .cont-ourst .card-container .card{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    margin: 10px;
    width: calc(33.33% - 20px);
    background: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.sec-ourst .cont-ourst .card-container .card .img-bx{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.sec-ourst .cont-ourst .card-container .card .img-bx img{
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
}
.sec-ourst .cont-ourst .card-container .card .card-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec-ourst .cont-ourst .card-container .card .card-content h3{
    color: #007b5e;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight:500;
}
.sec-ourst .cont-ourst .card-container .card .card-content p{
    margin: 0;
    font-size: 15px;
    font-weight:500;
}
@media screen and (max-width: 991px){
    .sec-ourst .cont-ourst .card-container .card{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 767px){
    .sec-ourst .cont-ourst .card-container .card{
        width: 100%;
    }
}
.op-obank{
    display:none;
}
.op-ossc{
    display:none;
}
.op-orrb{
    display:none;
}

.op-bank{
    display:none;
}
.op-ssc{
    display:none;
}
.op-rrb{
    display:none;
}
.cerrormsg{
    margin-bottom:10px;
}
