*{
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
}
body {
    color: #676767;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
ul,li{
    list-style: none;
}
a,a:hover{
    text-decoration: none;
    color: #1155d6;
}
.container {
    max-width: 1536px;
    margin: 0 auto;
}
/*================HEADER CSS HERE*/
header {position: relative;transition: all .5s linear;background: #fff;}
header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
}
.header-menu ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.header-menu ul a {
    color: #052E42;
    font-size: 15px;
    font-weight: 400;
    padding-left: 50px;
    padding-top: 25px;
    display: block;
    padding-bottom: 24px;
}
.header-menu ul li.active a {
    color: #31708A;
    font-weight: 500;
}
.header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.header-search form {
    margin: 35px 0 25px;
}
.header-search form {
    position: relative;
}
.header-search form input {
    max-width: 208px;
    width: 100%;
    height: 39px;
    border-radius: 4px;
    border: 1px solid rgba(103, 103, 103, 0.22);
    padding: 10px 15px;
    color: rgba(103, 103, 103, 0.44);
    font-size: 14px;
    font-weight: 400;
}
.header-search form svg {
    position: absolute;
    right: 15px;
    top: 12px;
}
.logo-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo-brand a {
    display: block;
}
.nav_menu {
    max-width: 76%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76%;
            flex: 0 0 76%;
}
.logo-brand {
    max-width: 24%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
}
.burgerIcon {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 45px;
    width: 45px;
    cursor: pointer;
}
.burgerIcon svg {
    width: 45px;
    height: 45px;
}

/*================FOOTER CSS HERE*/
footer {
    background: #021931;
    height: 352px;
    padding: 50px 0;
}
.fooMenu .colSm1 {
    max-width: 26%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
}
.fooMenu .colSm2 {
    max-width: 24%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
}
.fooMenu .colSm3 {
    max-width: 32%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
}
.fooMenu .colSm4 {max-width: 18%;-webkit-box-flex: 0;-ms-flex: 0 0 18%;flex: 0 0 18%;}
.copyright {
    padding: 100px 0 0;
}
.copyright .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pvc-ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin: 0;
}
.pvc-ul ul a {
    display: block;
    padding-left: 32px;
    color: #367493;
    font-size: 15px;
    font-weight: 400;
}
.cp-txt p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 205%; /* 32.8px */
    margin: 0;
}
.fooMenu h5 {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin: 0 0 20px;
}
.address p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 205%;
}
.phone p {
    margin: 0;
}
.phone p,.phone a {
    color: #31708A;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 205%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.linkedin {
    margin-bottom: 20px;
}
.linkedin a {
    display: block;
}
.visit a {
    color: #367493;
    font-size: 15px;
    font-weight: 600;
    line-height: 205%;
}
/*================CONSTRUCTION PAGE CSS HERE*/
.construction {
    padding: 100px 0 130px;
}
.constructionImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/*================CLINICAL DATA PAGE CSS HERE*/
.clinicalbanner img {
    width: 100%;
}
.clinical-data {
    padding: 90px 0;
}
.col3-sc {
    max-width: 240px;
    width: 100%;
    height: 270px;
    background: #F3F3F3;
    padding: 40px 20px 30px 20px;
}
.col3-sc h5 {
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    line-height: 164%; /* 32.8px */
    text-align: center;
    margin: 0 0 30px;
}
.col3-sc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.col3-sc ul li {
    width: 44px;
    margin: 0 7px;
}
.col3-sc ul li a {
    display: block;
}
.col3-sc ul li a img {
    width: 100%;
}
.copylink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 193px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #676767;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.copylink a span {
    display: block;
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    line-height: 164%;
}

.copylink a svg {
    margin-right: 20px;
}
.col9-data p {
    color: #676767;
    font-size: 25px;
    font-weight: 400;
    line-height: 164%;
    margin: 0 0 50px;
}
.col9-data h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.clinical-data .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.clinical-data .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 65px;
}
.admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 0;
}
.userIcon {
    margin-right: 30px;
}
.adminName {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.userTxt {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
}
.col9-data p:last-child{
    margin: 0;
}
/*=========MEDICAL INFORMATION REQUEST FORM PAGE CSS HERE*/
.pagetitle {
    height: 312px;
    position: relative;
    background: url(../img/pagetitle-bg.svg);
}
.pagetitle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
background: -webkit-gradient(linear, left top, right top, from(#7BA09B), color-stop(97.93%, #31708A));
background: -o-linear-gradient(left, #7BA09B 0%, #31708A 97.93%);
background: linear-gradient(90deg, #7BA09B 0%, #31708A 97.93%);
    content: '';
}
.pg-tle-txt {
    padding: 110px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pg-tle-txt p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.pg-tle-txt h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.medicalinfo .container {
    max-width: 1320px;
}
.medicalinfo {
    padding: 110px 0 150px;
}
.medicalinfo .container {
    max-width: 1320px;
}
.medicalinfo h2 {
    color: #31708A;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0;
}
.medicalinfo form {
    margin: 90px 0 0;
    padding: 0 50px;
}
.medicalinfo form .form-group {
    margin: 0 0 0;
}
.medicalinfo form .form-group label {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin: 0 0 8px;
}
.medicalinfo form .form-group label span {
    color: #80ABA5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.medicalinfo form .col-sm-6,.medicalinfo form .col-sm-12 {
    margin: 0 0 20px;
}
.enq-header p {
    color: #676767;
    margin: 15px 0 0;
    font-size: 18px;
}
.enq-header {
    margin-bottom: 70px;
    margin-left: -50px;
    margin-top: 50px;
}
.enq-field textarea.form-control {
    height: 282px;
    padding: 15px;
}
.enq-Query p {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.enq-Query {
    margin-top: 80px;
    margin-bottom: 40px;
}
.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -webkit-box-align: center; */
        /* -ms-flex-align: center; */
            /* align-items: center; */
}
.checkbox .col_8 {
    max-width: 370px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
}
.checkbox .col_4 {
    max-width: 370px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
}
.dateb label {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 10px;
}
.dateb input {
    height: 40px;
}
.approved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin-top: 4px;
}
.approved input {
    height: 21px;
    width: 21px;
    margin-right: 20px;
}
.approved label {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.submitbtn {
    text-align: center;
    margin-top: 100px;
}
.submitbtn input {
    width: 240.733px;
    height: 46px;
    border-radius: 4px;
    background: #31708A;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
}
.medicalinfo form .form-group input,.medicalinfo form .form-group select {
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    height: 37px;
    color: #676767;
}
.medicalinfo form .col-sm-12 textarea {
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    height: 37px;
    color: #676767;
}
.textArea {
    position: relative;
}
.textArea svg {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.resume {
    margin: 25px 0 0;
}
.resume p {
    margin: 0 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.resume p b {display: block;margin: 0 0 10px;font-weight: 600; /* 100% */}
.resume p br {
    display: none;
}
.uploadResume{
    position: relative;
    width: 172px;
}
.uploadResume label{
    width: 172px;
    height: 30px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #31708A;
    background: #fff;
    color: #31708A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadResume input {
    width: 172px;
    height: 30px;
    /* position: relative; */
    /* border-radius: 4px; */
    /* border: 1px solid #31708A; */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* .uploadResume input:after {
    content: 'Upload resume';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #31708A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} */
.acceptedFile {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    margin: 5px 0 0;
}
.select {
    position: relative;
}
.svgBG {
    position: absolute;
    right: 1px;
    top: 2px;
    background: white;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100% - 4px);
    border-radius: 20px;
}
.investHeader .firsth2 {
    color: #676767;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}
.investHeader p {
    color: #676767;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 25px;
}


/*===================HOME PAGE CSS HERE*/
.recentpost {
    background: -webkit-gradient(linear, left top, right top, color-stop(15.32%, #31708A), color-stop(96.37%, #80ABA5));
    background: -o-linear-gradient(left, #31708A 15.32%, #80ABA5 96.37%);
    background: linear-gradient(90deg, #31708A 15.32%, #80ABA5 96.37%);
    padding: 80px 0 60px;
}
.recentpost h2 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 55px;
}
#recentpost .owl-dots {
    display: none;
}
#recentpost .owl-nav {
    position: absolute;
    right: 0;
    top: -85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.recentpost .container {
    position: relative;
}
.rcntpost {
    border-radius: 18px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 54px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 54px 2px rgba(0, 0, 0, 0.15);
    padding: 55px 50px;
}
.rcntpost p {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rcntpost .rOw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0;
}
.postName {
    font-size: 18px;
    font-weight: 600;
}
.learnMore {
    border-radius: 4px;
    background: #80ABA5;
    display: block;
    width: 126px;
    height: 27.155px;
}
.learnMore a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
}
#recentpost .owl-nav button {
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
#recentpost .owl-nav button.disabled {
    color: rgba(49, 112, 138, 1);
}
.medicalAffairs {
    padding: 150px 0;
}
.affairs {
    margin: 0 0 85px;
}
.affairs p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.medicalAffairs .container {
    max-width: 1253px;
    margin: 0 auto;
}
.affairsRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.affairsCol {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 20px;
    text-align: center;
}
.affairsImg {
    margin: 0 auto 25px;
    height: 138px;
}
.affairsTxt {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}
.affairsA {margin: 20px 0 0;}
.affairsA a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 157px;
    height: 30px;
    margin: 0 auto;
    border-radius: 4px;
    background: #31708A;
    color: #FFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pageTitle {
    background: url(../img/homebanner.svg);
    text-align: center;
    position: relative;
    padding: 180px 0;
    background-size: cover;
    background-position: right;
}
.pageTitle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, right top, color-stop(24.47%, #052E42), color-stop(97.93%, #00070B));
    background: -o-linear-gradient(left, #052E42 24.47%, #00070B 97.93%);
    background: linear-gradient(90deg, #052E42 24.47%, #00070B 97.93%);
    mix-blend-mode: hard-light;
}
.pageTitle .container {
    position: relative;
    z-index: 1;
}
.pageTitle h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.pageTitle p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
/*===================RECENT POST CSS HERE*/
.tabPostbox {}

.tabPostbox .rcnt-post {
    max-width: 430px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    padding: 0;
    border: 1px solid rgba(103, 103, 103, 0.03);
    background: #FFF;
    -webkit-box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 30px 1px rgba(0, 0, 0, 0.15);
    margin: 0 0 75px;
}

.tabPostbox .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            /* justify-content: space-between; */
    margin: 0;
    gap: 0 7.9%;
}

.postImg {
    padding: 15px;
}

.postImg img {
    width: 100%;
    min-height: 275px;
}

.postTtle {
    padding: 30px 30px 10px;
}

.postTtle p {
    color: rgba(103, 103, 103, 0.62);
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
}

.postTtle h2 {
    margin: 0;
    color: #00070B;
    font-size: 22px;
    font-weight: 700;
    line-height: 122.5%; /* 30.625px */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.postPara {
    padding: 0px 30px 25px;
    font-size: 15px;
    font-weight: 500;
}

.postPara p {
    margin: 0;
}

.postLink {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
}

.horline {
    width: 50%;
    height: 1px;
    background: rgba(103, 103, 103, 0.25);
}

.postLink a {
    width: 150px;
    height: 36px;
    border-radius: 18px;
    background: #D9D9D9;
    font-size: 13px;
    font-weight: 500;
    line-height: 158.5%; /* 23.775px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #676767;
}
.RecentPPost {
    padding: 60px 0 0;
    margin-bottom: 30px;
}
.postUser {
    padding: 0 30px 25px;
    font-size: 13px;
    font-weight: 500;
}
.tabTitle {
    max-width: 886px;
    margin: 90px auto 60px;
}

.tabTitle p {
    color: #676767;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tabTitle p b {
    font-weight: 700;
}

.tabTitle p a {
    color: #80ABA5;
    font-weight: 600;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.filterTab {}

.filterTab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}

.filterTab ul li {
    padding: 0 13px;
}

.filterTab ul li a {
    border-radius: 23.5px;
    border: 1px solid rgba(103, 103, 103, 0.30);
    display: block;
    padding: 8px 18px;
    color: rgba(103, 103, 103, 0.30);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.filterTab ul li.active a {
    background: #80ABA5;
    color: #FFF;
}
.headerR {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    z-index: 8;
    display: none;
}
.headerR.active {
    display: block;
}
.mobileIcon {
    padding: 100px 50px;
    text-align: right;
    display: none;
    cursor: pointer;
    /* border-bottom: 2px solid #31708a; */
}
.mobileIcon svg {
    width: 65px;
    height: 65px;
}
body.active {
    position: relative;
    overflow: hidden;
}header.sticky {
    position: fixed;
    top: 0;
    z-index: 7;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgb(26 37 73 / 20%);
}

header.sticky .header-search {
    display: none;
}
header.sticky .header-menu ul a {
    padding-top: 30px;
    padding-bottom: 30px;
}

header.sticky .logo-brand a svg {
    width: 130px;
}
header .logo-brand a svg {
    width: 130px;
}
.modal-title{
    font-size: 16px;
}
.modal-header{
    padding: 10px 15px;
    background: #f3f3f3;
}
.modal-body p{
    font-size: 14px;
}
.modal-body p a{
    font-size: 14px;
}
.modal-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    background: #f3f3f3;
}
.modal-footer .btn{
    font-size: 14px;
    padding: 3px 8px;
}
.owl-stage-outer{
    border-radius: 18px;
}