@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto+Slab:100,200,300,400,500,600,700,800,900&display=swap");
@import url("../vender/swiper/swiper.min.css");

@font-face {
    font-family: "HelveticaNeueLTStd-MdCn";
    src: url("../fonts/helveticaNeueLTStd-MdCn.eot");
    src: url("../fonts/helveticaNeueLTStd-MdCn.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/helveticaNeueLTStd-MdCn.svg#helveticaNeueLTStd-MdCn")
            format("svg"),
        url("../fonts/helveticaNeueLTStd-MdCn.ttf") format("truetype"),
        url("../fonts/helveticaNeueLTStd-MdCn.woff") format("woff"),
        url("../fonts/helveticaNeueLTStd-MdCn.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/*
font-family: 'Open Sans',sans-serif;
font-family: 'Roboto Slab',serif;
font-family: 'HelveticaNeueLTStd-MdCn';
*/

@font-face {
    font-family: "italic";
    src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"),
        url("../fonts/opensans-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "light";
    src: url("../fonts/opensans-light-webfont.woff2") format("woff2"),
        url("../fonts/opensans-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "light_italic";
    src: url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"),
        url("../fonts/opensans-lightitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "regular";
    src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
        url("../fonts/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "semibold";
    src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"),
        url("../fonts/opensans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bold";
    src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"),
        url("../fonts/opensans-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bold_italic";
    src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"),
        url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "_condensedbold";
    src: url("../fonts/opensans-condbold-webfont.woff2") format("woff2"),
        url("../fonts/opensans-condbold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "condensed_light";
    src: url("../fonts/opensans-condlight-webfont.woff2") format("woff2"),
        url("../fonts/opensans-condlight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CnLtIt";
    src: url("../fonts/opensans-condlightitalic-webfont.woff2") format("woff2"),
        url("../fonts/opensans-condlightitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "extrabold";
    src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"),
        url("../fonts/opensans-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "extrabold_italic";
    src: url("../fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"),
        url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
}

:root {
    --clr: #00b5eb;
    --clr-d: #19618f;
}

body {
    font-size: 16px;
    color: #222;
    font-family: "Open Sans", "regular", sans-serif;
    /*  font-family: 'regular'; */
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f7d259;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input [type="submit"],
button {
    outline: none !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.clear {
    clear: both;
}

.mainContainer {
    position: relative;
}

.m-bottom {
    margin-bottom: 50px;
}

.containerBig {
    width: 1630px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
body {
  opacity: 0;
} */

header {
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #fff;
}

.logo {
    width: 305px;
    transition: all 0.3s ease;
}

.logo a {
    display: block;
    font-family: "Open Sans", "regular", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #19b5e9;
    transition: none;
}

.logo img {
    width: 100%;
}

.main-header ul {
    display: inline-block;
    vertical-align: middle;
}

.main-header ul li {
    float: left;
    text-align: center;
    height: 100%;
    padding: 0 14px;
    font-family: "Open Sans", "semibold", sans-serif;
    position: relative;
}

.main-header ul li.divi::after {
    content: "";
    width: 1px;
    height: 25px;
    background: #2b79ac;
    right: -0px;
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}

.main-header ul li:last-of-type {
    margin-right: 0;
}

.main-header ul li a {
    font-size: 16px;
    color: #2b79ac;
    padding: 25px 0;
    display: block;
    font-weight: 600;
    transition: all 0.3s ease;
    line-height: 1;
    font-style: normal !important;
}

.main-header ul li:hover a {
    font-weight: 600;
    color: #00b5eb;
}

.main-header ul li.active a {
    font-weight: 700;
    font-family: "Open Sans", "bold", sans-serif;
    color: #00b5eb;
    /* color      : #e5b046; */
}

.main-header ul li.cta {
    background: #005084;
}

.main-header ul li.cta a {
    color: #fff;
}

.main-header ul li.cta:hover a {
    color: #00b5eb;
}

.main-header ul li.cta.active a {
    color: #00b5eb;
}

.main-header__in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.fxHdr {
    display: block;
}

.fixHeader .fxHdr {
    display: none;
}

/*  .fixHeader .logo {
   width: 330px;
 }

 .fixHeader .main-header {
   box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
 }

 .fixHeader .main-header ul li {
   padding: 0 14px;
 }

 .fixHeader .main-header ul li a {
   padding: 25px 0;
 } */

.fixHeader .main-header ul li.fxHdr a {
    /*  padding: 32px 0; */
}

.fixHeader .main-header__in {
    /*  height: 80px; */
}

.main-header ul li:nth-of-type(4) {
    margin-right: 0;
}

.fxHdr1 {
    border-left: 0px solid #ccc;
    padding-left: 25px;
    margin-left: 0px !important;
}

.small-header {
    background: #00b5eb;
}

.small-header ul {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
}

.small-header ul li {
    border-right: 1px solid #ffffff;
    height: 40px;
    line-height: 33px;
    padding: 0 40px;
}

.small-header ul li:last-of-type {
    border-right: 0;
    padding: 0 20px;
    padding-right: 0;
}

.small-header ul li a {
    font-size: 14px;
    color: #fff;
}

.small-header ul li a:hover {
    opacity: 0.7;
}

.banner-container__main button,
.banner-container__main .button {
    margin-top: 20px;
}

.section {
    padding: 45px 0 40px;
}

option {
    text-align: center;
    text-align-last: center;
    /* reset to left*/
}

.sortSel {
    text-align: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 50px;
    padding: 0;
}

.select2-search--dropdown {
    padding: 0;
    height: 0;
    overflow: hidden;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
    width: 40px;
    background: url(../img/dropdown.png) no-repeat center center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #015084;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    color: #015084;
}

.select2-results__option {
    color: #8ba6b7;
}

.select2-container--default .select2-results > .select2-results__options {
    padding: 15px;
    max-height: inherit;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    color: #00b5eb;
    font-weight: 400;
    text-align: center;
    font-family: "Open Sans", "regular", sans-serif;
    font-weight: 400;
    margin: 25px 0;
}

h3 strong {
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
}

.login-register {
    margin: 100px 0;
}

.change-password-box {
    margin: 50px 0;
}

.upload-logo__content {
    padding-left: 70px;
    padding-top: 30px;
}

.upload-logo {
    display: flex;
    margin: 20px 0;
}

.upload-logo__img-box {
    text-align: center;
}

.upload-logo__content h2 {
    font-size: 30px;
    color: #00b5eb;
    font-family: "Open Sans", "bold", sans-serif;
    font-weight: 700;
}

.upload-logo__content p {
    font-size: 18px;
    color: #00b5eb;
}

.upload-logo__content .edit-logo {
    font-size: 18px;
    color: #00b5eb;
    text-align: center;
}

.upload-logo__img {
    width: 137px;
    height: 137px;
    border-radius: 137px;
    background-color: #cccccc;
    overflow: hidden;
}

.upload-logo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-logo__img-box input {
    position: absolute;
    width: 0;
    overflow: hidden;
}

.upload-logo__img-box label {
    font-size: 18px;
    color: #00b5eb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.upload-logo__img-box label:hover {
    color: #007bff;
}

.upload-form-sec {
    border: 1px solid #015084;
    height: 50px;
    width: 100%;
    background: transparent;
    outline: none;
}

.upload-form-sec__1 {
    height: 50px;
    width: 100%;
    background: transparent;
    outline: none;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upload-form-sec__1 p {
    margin: 0;
}

.upload-form-sec__1 input {
    position: absolute;
    opacity: 0;
    width: 0;
}

.upload-form-sec__1 label {
    width: 84px;
    height: 25px;
    background: #00b5eb;
    font-size: 12px;
    color: #fefefe;
    margin: 0;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.upload-form-sec__1 label:hover {
    background: #00b5eb;
}

.upload-form-sec__2 {
    display: none;
    position: relative;
}

.upload-form-sec__2__name {
    margin: 0;
    padding: 12px 15px;
}

.upload-form-sec__2__remove {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 50px;
    font-size: 12px;
    color: red;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    cursor: pointer;
}

.upload-form-sec__2__remove:hover {
    text-decoration: underline;
}

.pad {
    padding: 0 120px;
}

.menu {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 30px;
    top: 0;
    margin: 0 15px;
    display: none;
}

.menu span {
    height: 3px;
    width: 27px;
    background: #000;
    right: 0;
    top: 15px;
    border-radius: 30px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu span:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    background: #000;
    height: 3px;
    width: 34px;
    border-radius: 30px;
}

.menu span:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: #000;
    height: 3px;
    width: 34px;
    border-radius: 30px;
}

.menu:hover span {
    width: 34px;
}

/* Health Tool */

ul.pagin {
    text-align: center;
    margin: 30px 0 0;
    clear: both;
}

ul.pagin li {
    font-size: 16px;
    color: #00b5eb;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    border-radius: 50%;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    cursor: pointer;
}

ul.pagin li:hover,
ul.pagin li.active {
    background: #00b5eb;
    color: #fff;
}

ul.pagin li.paginNP {
    background: #00b5eb;
    color: #fff;
    border-radius: 0;
    width: 82px;
}

ul.pagin li.paginNP:hover {
    background: #00b5eb;
}

.htFilter {
    background: #00b5eb;
    padding: 15px 0;
}

.htFiltSearch {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    position: relative;
    font-size: 16px;
    color: #00b5eb;
    background: #fff url(../img/search-clr.png) no-repeat calc(100% - 15px)
        center;
    outline: none;
    border: 0;
    padding: 0 15px;
    padding-right: 40px;
}

.htFiltSearch::-webkit-input-placeholder {
    text-align: center;
}

.htFiltSearch:-ms-input-placeholder {
    text-align: center;
}

.htFiltSearch::placeholder {
    text-align: center;
}

.htFiltSearchBox button {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 18px;
    border-radius: 0;
    height: 100%;
    width: 40px;
    opacity: 0;
}

.filtInt {
    background: #fff;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 170px;
}

.filtInt ul {
    max-width: 750px;
    margin: 50px auto;
}

.filtInt ul li {
    display: inline-block;
    width: 32%;
    text-align: left;
    vertical-align: top;
}

.filtBtns {
    text-align: center;
}

.filtBtns button,
.filtBtns .button {
    width: 205px;
    color: #00b5eb;
    background: #fff;
    display: block;
    margin: 37px auto 0;
}

.filtBtns button:hover,
.filtBtns .button:hover {
    opacity: 0.8;
}

.filtBtns a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: underline;
    margin: 7px 0 12px;
    display: inline-block;
    vertical-align: middle;
}

.filtBtns a:hover {
    opacity: 0.8;
}

.filtResult {
    font-size: 15px;
    color: #ffffff;
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.filtIntBox,
.htFiltBody {
    display: none;
}

.filtInt ul li .check-box label {
    font-size: 18px;
    color: #6d6e71;
}

sup {
    font-size: 12px;
}

h3 sup {
    top: -13px;
    font-weight: bold;
}

.searchContainer {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 114, 179, 0.5);
    display: none;
}

.srchBox {
    height: 40px;
    background: rgba(15, 114, 179, 1);
}

.srch {
    position: relative;
}

.srch input {
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
    color: #fff;
    padding-left: 40px;
    padding-right: 30px;
    background: url(../img/search.png) no-repeat 0px center;
}

.srch .srchClose {
    position: absolute;
    top: 12px;
    right: 0;
    background: url(../img/close-white.png) no-repeat center center/contain;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.srch input::-webkit-input-placeholder {
    color: #fff;
}

.srch input:-ms-input-placeholder {
    color: #fff;
}

.srch input::placeholder {
    color: #fff;
}

.srchBtn {
    cursor: pointer;
    /* width      : 30px; */
    /* height     : 30px; */
    display: inline-block;
    vertical-align: middle;
}

/* Menu */
.menu-icon {
    position: relative;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 28px;
    top: 0;
    margin: 0;
}

.menu-icon span {
    background: #00b5eb;
    right: 0;
    top: 12px;
    position: absolute;
    width: 100%;
    height: 4px;
}

.menu-icon span:before {
    content: "";
    top: -11px;
    background: #00b5eb;
    right: 0;
    position: absolute;
    width: 100%;
    height: 4px;
}

.menu-icon span:after {
    content: "";
    top: 11px;
    background: #00b5eb;
    right: 0;
    position: absolute;
    width: 100%;
    height: 4px;
}

.mob-menu {
    display: flex;
    width: 100%;
    height: 100%;
}

.mob-menu-up,
.mob-menu-box {
    display: none;
}

.mob-srchBtn {
    margin-right: 25px;
}

.mob-menu-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00b5eb;
    z-index: 999;
    color: #fff;
}

.mob-close-box {
    background: #00b5eb;
    text-align: center;
    padding: 35px 0;
    width: 100px;
}

.mob-close-box span {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
}

/* // Menu */

.mobl {
    display: none;
}

.contact-msg {
    min-height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align   : center;*/
    margin: 150px 0;
}

#regModal .modal-box {
    padding: 45px 40px;
}

#regModal {
    font-size: 14px;
    line-height: 1.5;
    color: #feffff;
}

#regModal .combig {
    font-size: 17px;
}

#regModal h2 {
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.guidePop h3 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
}

.guidePop ul {
    text-align: center;
}

.guidePop ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.guidePop ul li a {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.guidePop .check-box {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    margin: 60px 0 0;
}

.guidePop .check-box label {
    color: #fff;
}

.guidePop .check-box label:before {
    border: 1px solid #ffffff;
}

.guidePop .check-box input:checked + label:before {
    /* background: #ffffff;*/
    background: url(../img/right-white.png) no-repeat center center/contain;
}

.srch__container {
    background: #fff;
    padding: 20px 5px;
    margin: 0 30px;
}

.srch__container__in {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.srch__container__in h2 {
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #00b5eb;
    margin-bottom: 20px;
}

.srch__container__in ul li {
    margin-bottom: 15px;
}

.srch__container__in ul li a {
    font-size: 16px;
    color: #00b5eb;
    line-height: 1.5;
    display: block;
    text-transform: none;
}

.srch__container__in ul li a:hover {
    text-decoration: underline;
    color: #00b5eb;
}

.srch-all {
    margin-top: 20px;
    text-align: center;
    padding: 0 20px;
}

.srch-all a {
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #00b5eb;
    line-height: 1.5;
    display: block;
    text-transform: none;
}

.srch-all a:hover {
    text-decoration: underline;
    color: #00b5eb;
}

.search-banner {
    height: auto;
    min-height: 94px;
    background-position-x: 90%;
}

.banner-container__top.search-banner h2 {
    max-width: 75%;
    margin: 20px 0 25px;
}

.search-container-up {
    margin: 70px 0;
}

.search-container {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.search-container li {
    color: #6d6e71;
    line-height: 25.888px;
    font-size: 16px;
    margin-bottom: 35px;
}

.search-container li span {
    margin-bottom: 10px;
    display: block;
}

.search-container li a.search-main-link {
    font-size: 28px;
    color: #00b5eb;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
}

.search-container li a.search-sub-link {
    color: #00b5eb;
    line-height: 25.888px;
    font-size: 16px;
    margin-bottom: 10px;
    word-break: break-all;
}

.srch__cont {
    display: inline-block;
    vertical-align: middle;
    max-height: 250px;
    overflow: auto;
}

.search-container li a.search-sub-link:hover {
    text-decoration: underline;
}

.alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.pagination {
    text-align: center;
    display: block;
}

.page-item {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.page-link {
    font-size: 16px;
    color: #00b5eb;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    border-radius: 50%;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    cursor: pointer;
    padding: 0;
    border: 0;
    margin: 0;
}

.page-item.active .page-link {
    background-color: #00b5eb;
}

.pagination .page-item:first-of-type .page-link,
.pagination .page-item:last-of-type .page-link {
    background: transparent;
    color: #fff;
    border-radius: 0;
    width: 82px;
    color: #fff;
    font-size: 0;
    z-index: 999;
}

.pagination .page-item:first-of-type:after,
.pagination .page-item:last-of-type:after {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-family: "Open Sans", "regular", sans-serif;
    font-weight: 600;
    background: #00b5eb;
}

.pagination .page-item:first-of-type:after {
    content: "Prev";
}

.pagination .page-item:last-of-type:after {
    content: "Next";
}

/*by sanat starts here*/
.disclaimer {
    background-color: rgba(225, 225, 225, 0.31);
    padding: 40px 20px;
}

.disclaimer p {
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
    color: #030000;
}

.privacy-policy {
    color: #030000;
    position: relative;
    top: -40px;
    float: right;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.privacy-policy:hover {
    color: #00b5eb;
}

.guidePop p {
    width: 66%;
    margin: 25px auto 0;
}

/*by sanat ends here*/

/*===========================================================
 SLIDER SECTION
===========================================================*/

/* SLIDER SECTION */

.swiper-container {
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005084;
}

.wht_colr {
    color: #ffffff;
}

.yel_colr {
    color: #f6d259;
}

.ele {
    position: absolute;
    top: 52%;
    left: 31%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/*===========================================================
 SLIDER SECTION OVER
===========================================================*/

/* ==========================================================================
MEDIA STYLE
 ==========================================================================*/
/* ==========================================================================
COMMAN  CSS STYLE
 ==========================================================================*/
.margin-tb {
    margin: 90px 0 70px;
}

.margin-top1 {
    margin-top: 50px;
}

.margin-bottom1 {
    margin-bottom: 50px;
}

.main-title h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 41px;
    color: #005084;
}

.blue-box {
    background: #005084;
    padding: 20px 40px 30px;
    margin: 0 0 50px;
}

.blue-box .box-content {
    width: 100%;
    max-width: 751px;
    margin: auto;
}

.box-content h4 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 37px;
    color: #f7d259;
    line-height: 1.8;
}

.box-content h4 span {
    font-weight: 400;
}

.box-content h6,
.box-content li {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    /* margin-bottom: 20px; */
}

.box-content li {
    padding-left: 20px;
    margin-bottom: 20px;
}

.box-content h6 strong,
.box-content li strong {
    font-size: 37px;
    color: #f7d259;
}

.box-content h6 span,
.box-content li span {
    font-weight: 400;
}

.box-content li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffffff;
    top: 19px;
    left: 0;
    border-radius: 50%;
}

.box-content li:first-child:after {
    top: 26px;
}

.box-content sup {
    font-size: 14px;
}

.text-container p {
    font-family: "Open Sans", "regular", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    font-size: 25px;
    width: fit-content;
    display: inline-block;
}

.text-container .title p {
    font-weight: 700;
    font-family: "Open Sans", "bold", sans-serif;
}

.text-container sup {
    font-size: 14px;
}

.text-container strong {
    color: #005084;
}

.text-container span {
    font-size: 29px;
}

.text-container .list-one {
    max-width: 800px;
    width: 100%;
    margin-bottom: 70px;
}

hr {
    width: 100%;
    height: 0;
    border-bottom: 5px solid #00b5eb;
    margin-top: 50px;
    margin-bottom: 50px;
}

a.plain-link {
    position: relative;
    color: #000;
}

.gt-src {
    display: inline-block;
    position: relative;
    color: #000;
    width: calc(100% - 270px) !important;
}

.two-line-res p {
    vertical-align: top;
}

.two-line-res .blueBox--link {
    margin-top: 8px;
}

a.plain-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 2px solid #000;
    bottom: -5px;
    left: 0;
}

.blueBox--link {
    padding: 10px 15px;
    background: #005084;
    color: #ffffff;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: sub;
    margin-top: 20px;
    display: inline-block;
}

.yellow-head {
    margin-top: 50px;
    background-color: #f8e9c3;
    padding: 10px 25px;
}

.yellow-head h4 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 25px;
    color: #00b5eb;
    margin-bottom: 0;
}

.list-one {
    font-family: "Open Sans", "regular", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    font-size: 25px;
    margin: 20px 0 20px 60px;
}

.list-one li {
    position: relative;
    list-style-position: inside;
    margin: 5px 0;
    padding-left: 22px;
}

.list-one li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    top: 16px;
    left: 0;
}

.list-two {
    font-family: "Roboto Slab", serif;

    font-weight: 700;
    color: #005084;
    margin-bottom: 15px;
    font-size: 26px;
    margin: 60px 0 60px 60px;
}

.list-two li {
    list-style: disc;
    list-style-position: outside;
    margin: 40px 0 0px;
}

.list-two li a {
    text-decoration: underline;
    color: #005084;
}

.modal {
    background-color: rgba(147, 149, 151, 0.4);
}

.container {
    max-width: 1190px;
}

/* CUSTOMIZE TOOL CSS */
.customize-pg {
    padding: 150px 0 150px;
}

.customize-pg .row {
    padding: 15px;
}

.w50 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.customize-pg .w50 {
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
}

.customize-sec,
.customize-img-sec {
    background-color: #fcf1cd;
    display: block;
    padding: 50px;
}

.customize-img-sec {
    background-color: #fcf1cd;
}

.customize-img-sec img {
    width: 100%;
}

.customize-sec {
    background-color: #00b5eb;
}

.main-area {
    background-color: #fff;
    text-align: center;
}

.main-area hr {
    border-bottom: 2px solid #00b5eb;
    margin-top: 0px;
    margin-bottom: 0px;
}

.side-space {
    padding: 38px 40px 20px;
}

.main-area .check-box {
    text-align: left;
}

.main-area .check-box label {
    font-size: 17px;
    line-height: 1.5;
    color: #015084;
    cursor: pointer;
    padding-left: 35px;
}

.check-box label:before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-area .title {
    font-size: 21px;
    color: #015084;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}

.main-area .title img {
    width: 40px;
    margin-right: 10px;
}

.upload-sec,
.riview-sec {
    margin-top: 40px;
    position: relative;
}

.upload-sec label {
    float: right;
    color: #7b7b7b;
    font-size: 13px;
    font-weight: 500;
}

.file-upload-wrapper,
.file-copy-wrapper input {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid #015084;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 20px;
    line-height: 20px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    text-align: left;
    color: #015084;
}

.file-upload-wrapper:before {
    content: "Choose File";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    height: 30px;
    background: #015084;
    color: #fff;
    font-weight: 300;
    z-index: 25;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.file-upload-wrapper:hover:before {
    background: #015084;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.main-area .mr-top-00 {
    margin-top: 10px !important;
}

.main-area .mr-top-01 {
    margin-top: 30px;
}

.riview-sec label {
    float: center;
    color: #015084;
    font-size: 15px;
    font-weight: 500;
}

.riview-sec .copy-url {
    width: 102px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    display: inline-block;
    height: 30px;
    background: #015084;
    color: #fff;
    font-weight: 300;
    z-index: 25;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.riview-sec .copy-url i {
    margin-right: 3px;
}

.side-space button {
    font-size: 16px;
}

.preview button {
    width: 100%;
}

.preview label {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
}

.preview .icon-img {
    width: 32px;
    display: inline-block;
}

.preview label .icon-img img {
    width: 100%;
}

.back {
    font-size: 16px;
    color: #015084;
    text-decoration: underline;
    position: relative;
}

.back::before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 2px solid #015084;
    border-bottom: 2px solid #015084;
    position: absolute;
    top: 4px;
    left: -18px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.back:hover {
    font-size: 16px;
    color: #015084;
    text-decoration: none;
}

.main-area .check-box label,
.main-area .check-box {
    margin: 0;
}

.small-note {
    font-size: 20px;
}

/* My Favorites  CSS OVER*/

/* ====================================================== */
/* New CSS */
/* ===================================================== */

.default-box {
    margin-bottom: 40px;
}

.default-box h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 42px;
    color: #137ec0;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    line-height: 1.5;
}

.default-box.headOpen h2 {
    font-family: "bold";
    color: #005084;
    font-size: 30px;
}

.default-box h2 span {
    font-size: 34px;
}

.default-box p {
    max-width: 855px;
    text-align: center;
    font-size: 22px;
    color: #0072ce;
    margin: 0 auto;
    line-height: 1.6;
}

.note-top p {
    margin-bottom: 0;
    text-align: center;
    color: #5d5e5e;
    font-size: 16px;
    text-transform: uppercase;
}

.banner-container__top {
    /* background : #00b5eb url(../img/banner-topbar.jpg)no-repeat right center/cover; */
    background: #004f83;
    height: 16px;
    display: flex;
    align-items: center;
}

.banner-container__top h2 {
    font-size: 42px;
    color: #fff;

    font-family: "Open Sans", "bold", sans-serif;
    font-weight: 700;
}

.banner-container__top h2 span {
    font-size: 16px;
    display: block;
    font-family: "Open Sans", "regular", sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

.ind-txt {
    position: relative;
    font-size: 14px;
    color: #4a4a4a;
    padding-left: 2px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.ind-txt span {
    position: relative;
    left: 0;
    top: -5px;
    color: red;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00b5eb;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #00b5eb;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #00b5eb;
}

.form-box textarea {
    border: 1px solid #015084;
    height: 240px;
    width: 100%;
    background: transparent;
    outline: none;
    padding: 15px;
    line-height: 1.5;
}

.req {
    position: relative;
}

.req:after {
    content: "*";
    color: red;
    left: 3px;
    position: relative;
    top: -7px;
    font-size: 12px;
}

.form-box button,
.form-box .button {
    margin: 0 auto;
    display: block;
}

/* FORM FIELD */

button,
.button {
    display: block;
    width: 227px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    background: #00b5eb;
    border: 0;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    font-weight: 400;
    font-family: "Open Sans", "regular", sans-serif;
}

button.dblue,
.button.dblue {
    background-color: #005084;
}

button#login {
    width: 205px;
}

button:hover,
.button:hover {
    background: #005084;
    color: #fff;
}

button.dblue:hover,
.button.dblue:hover {
    background: #00b5eb;
    color: #fff;
}

.form-box {
    margin-bottom: 20px;
}

.form-box label {
    font-size: 16px;
    color: #0072ce;
    font-family: "Open Sans", "semibold", sans-serif;
    font-weight: 600;
    font-style: normal !important;
}

.error-box .form-field {
    border: 1px solid red;
}

.error-box .select2-container--default .select2-selection--single {
    border: 1px solid red;
}

.error-box.form-box textarea {
    border: 1px solid red;
}

.error-box .error {
    /* opacity: 1; */
    display: block;
}

.error {
    font-size: 14px;
    color: red;
    font-family: "Open Sans", "bold", sans-serif;
    font-weight: 700;
    margin-top: 10px;
    /* opacity : 0; */
    display: none;
}

.form-field {
    border: 1px solid #015084;
    height: 50px;
    width: 100%;
    background: #fff;
    outline: none;
    padding: 0 15px;
    color: #00b5eb;
    font-size: 16px;
}

/* .check-box  */

.check-box input:checked + label:before {
    background: url("../img/right-blue.png") no-repeat center center/contain;
}

.check-box label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #015084;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.check-box {
    position: relative;
    margin-bottom: 10px;
}

.check-box input {
    position: absolute;
    width: 0;
    opacity: 0;
}

.check-box label {
    font-size: 14px;
    line-height: 22px;
    color: #0072ce;
    cursor: pointer;
    padding-left: 30px;
}

/* .forgot  */
.forgot {
    text-align: center;
    margin: 10px 0;
}

.forgot a {
    font-size: 18px;
    color: #0072ce !important;
    text-align: center;
    text-decoration: underline !important;
    cursor: pointer;
    transition: 0.2s all ease;
}

.forgot a:hover {
    color: #0072ce !important;
    text-decoration: none !important;
}

label.req a {
    text-decoration: underline;
    color: #015084;
}

label.req a:hover {
    text-decoration: none;
    color: #015084;
}

/* ==========================================================
Body text
============================================================ */
.body-container__top {
    background: rgb(10, 34, 65);
    background: linear-gradient(
        90deg,
        rgba(10, 34, 65, 1) 0%,
        rgba(10, 83, 157, 1) 100%
    );
    padding: 50px 0;
}

.body-container__top .container {
    max-width: 775px;
    width: 95%;
    text-align: center;
}

.body-container__top h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1.8;
    font-size: 42px;
}

.body-container__top a {
    display: block;
    border: 5px #c59f3d solid;
    background: #fff;
    padding: 16px 8px;
    -webkit-box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.85);
    margin-top: 32px;
}

.body-container__top a.branded {
    border: 5px #fff solid;
    background: #00b5ec;
}

.body-container__top a h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #005084;
    line-height: 1.3;
    font-size: 26px;
}

.body-container__top a p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    color: #005084;
    line-height: 1.3;
    font-size: 20px;
}

.body-container__top a.branded h4,
.body-container__top a.branded p {
    color: #fff;
}

.body-container__top .note {
    margin-top: 64px;
}

.body-container__top .note p {
    ont-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    font-size: 20px;
}

/* ==========================================================
Mpdel popup
============================================================ */

.modal-box {
    width: 100%;
    max-width: 1170px;
    padding: 80px;
    pointer-events: auto;
}

.modal-box .default-box h2,
.modal-box .default-box p,
.modal-box .form-box label,
.modal-box .ind-txt {
    color: #fff;
}

.modal-box .form-field {
    background: #fff;
}

.modal-box .form-box button,
.modal-box .form-box .button {
    margin: 0 auto;
    display: block;
    background: #fff;
    width: 300px;
    color: #00b5eb;
}

.modal-box .form-box button:hover,
.modal-box .form-box .button:hover {
    background: rgba(255, 255, 255, 0.8);
}

.model-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}

.model-close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    background: #0071cd;
    width: inherit;
    height: inherit;
    margin: 0 auto;
    padding: 50px;
}

.modal-content .error {
    color: #fff;
}

.small p {
    font-size: 16px;
    margin-bottom: 32px;
}

.modal-box .default-box p a {
    color: #fff;
}

.modal-box .default-box p a:hover {
    text-decoration: underline;
}

/*===========================================================
FOOTER START
===========================================================*/

.footer-note {
    background-color: #f6f6f6;
    color: #030000;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
}

.footer-note p {
    max-width: 831px;
    width: 95%;
    margin: 0 auto;
    line-height: 2;
    font-weight: 400;
}

footer {
    text-align: center;
    padding-top: 50px;
    font-family: "Open Sans", "regular", sans-serif;
    position: relative;
    font-weight: 500;
}

.salix-logo {
    margin-bottom: 20px;
}

footer .copy .select2-container--default .select2-selection--single {
    height: 50px;
    width: 100%;
    background: transparent;
    border: 1px solid #015084;
    outline: none;
    padding: 0 15px;
    border-radius: 0;
}

.footer-slip {
    background: #00b5eb;
    height: 39px;
}

footer p {
    font-size: 13px;
    color: #030000;
    margin: 0;
}

footer .copy {
    display: flex;
    max-width: 475px;
    margin: 10px auto 20px;
    justify-content: space-between;
}

.salix-logo {
    margin-bottom: 20px;
}

.policys {
    font-family: "Open Sans", "regular", sans-serif;
    position: absolute;
    right: 15px;
    bottom: 60px;
    text-align: right;
    font-size: 13px;
    color: #030000;
    font-weight: 500;
}

.policys .subfoo-link li {
    display: inline-block;
    margin-bottom: 8px;
}

.policys a {
    color: #030000;
    position: relative;
}

.policys a:hover {
    color: #005084;
}

.policys .foo-link-2 a:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #030000;
    left: 0px;
    bottom: -2px;
    transition: all 0.3s ease;
}

.policys a:hover:after {
    width: 100%;
    background: #005084;
}

.policys li {
    display: inline-block;
    margin: 0 10px;
}
.note-grey {
    text-align: center;
    padding: 24px 0;
    background: #f1f1f1;
}
.note-grey p {
    margin: 0 auto;
    max-width: 1190px;
    width: 100%;
}
/*===========================================================
FOOTER OVER
===========================================================*/
