@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Jost:wght@400;700&family=Montserrat:wght@400;700&family=Mulish:wght@400;700&family=Open+Sans:wght@400;700&family=Playfair+Display:ital,wght@0,700;1,400&family=Poppins:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:wght@400;700&family=Rubik:wght@400;700&display=swap');

*{
    box-sizing: border-box;
}

img{
    vertical-align: middle;
    max-width: 100%;
}

body{
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.container{
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.header-strip {
    display: flex;
    background: #151515;
    justify-content: space-between;
    padding: 12px 30px;
}

.header-strip-left span {
    color: #fff;
    font-size: 14px;
}

.header-strip-left span a {
    color: #fff;
    display: inline-block;
}

.header-strip-left span a:hover {
    text-decoration: none;
}

.header-strip-right a {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    border-radius: 100%;
    transition: all 0.3s;
}

.header-strip-right a:hover {
    background: #F6F6F6;
    color: #333;
}

.header-strip-left span i {
    padding-right: 8px;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 30px;
}

.top-header-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-header-left a {
    text-decoration: none;
    display: block;
}

.top-header-left a h3 {
    margin: 0;
    font-size: 13px;
    color: #fff;
    border: solid 1px #fff;
    background: transparent;
    padding: 5px 10px;
    border-radius: 30px;
    font-weight: 400;
}

.section-container{
    margin-bottom: 80px;
}

.top-header-left a h3:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.top-header-right ul li a {
    text-decoration: none;
    display: block;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}

.top-header-right ul li a:hover{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.top-header-right ul li a span {
    padding-right: 6px;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
}

.lower-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    align-items: center;
    top: -100%;
    transition: all 0.3s;
}

body.sticky .lower-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: black;
    padding: 14px 24px;
    z-index: 17;
}

.lower-header-right > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.lower-header-right > ul > li > a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
}

.lower-header-right > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.bg-cont-wrapper {
    background-image: url(./images/Banner_01.jpeg);
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 60px;
}

.content-head h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
}

.content-para p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.content-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    background: #fff;
    padding: 10px 24px;
    border: solid 1px #fff;
    border-radius: 40px;
}

.content-btn a:hover {
    background: #F6F6F6;
}

.custom-header {
    position: relative;
}

.main-header {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    z-index: 2;
}

.lower-header-left a {
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
    padding: 0 10px;
}

.lower-header-left a.ham-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.lower-header-left a img {
    max-width: 200px;
}

.content-head {
    margin-bottom: 12px;
}

.content-para {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.content-wrap {
    width: calc(100% - 650px);
    text-align: center;
}

.form-head ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    /* justify-content: space-between;
    border-bottom: solid 1px grey;
    padding: 20px 70px; */
    margin-bottom: 30px;
}

.form-head ul li a {
    display: inline-block;
    padding: 20px 50px;
    border-bottom: solid 1px grey;
    cursor: pointer;
}

.form-head ul li a:hover {
    font-weight: 700;
}

.form-head ul li a.act {
    border-bottom: solid 2px black;
    cursor: pointer;
    color: #333333;
    font-weight: bold;
}

.bg-form-wrapper {
    max-width: 510px;
    border: solid 1px grey;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 40px;
    min-height: 490px;
    margin-top: 30px;
    position: absolute;
    bottom: 70px;
    left: 100px;
    background: #fff;
    /* z-index: 12; */
}

.hero-banner-wrapper {
    position: relative; 
}

.input-grp input {
    width: 100%;
    padding: 18px 10px;
    outline: none;
    border: solid 1px grey;
    border-radius: 10px;
    margin-bottom: 6px;
}

.input-grp p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: grey;
}

.input-grp a {
    display: inline-block;
    color: black;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 15px;
}

.input-grp a:hover{
    text-decoration: none;
}

.input-grp {
    position: relative;
    margin-bottom: 16px;
}

.input-btn {
    margin-bottom: 30px;
}

.input-btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #0D67CA;
    color: #fff;
    border: solid 1px #0D67CA;
    border-radius: 20px;
    padding: 10px 0;
}

.input-btn a:hover {
    background: #0b5bb2;
}

.input-option span {
    display: inline-block;
    text-transform: uppercase;
    color: grey;
    font-size: 14px;
    margin-bottom: 20px;
}

.link-btn .common a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    background: #edf5ff;
    padding: 12px 20px;
    display: inline-block;
    border: solid 1px #edf5ff;
    border-radius: 30px;
    transition: all 0.3s;
    font-weight: 600;
}

.link-btn {
    display: flex;
}

.name-btn.common {
    margin-right: 20px;
}

.common a:hover {
    background: #aac3df;
    color: #333;
}

.form-cont-btn.button a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #333;
    background: #edf5ff;
    margin-bottom: 16px;
    padding: 16px 0;
    border: solid 1px #edf5ff;
    border-radius: 40px;
    transition: all 0.3s;
}

.form-cont-btn.button a:hover {
    color: #333;
    background: #aac3df;
}

.form-content {
    display: none;
}

.form-content.show {
    display: block;
}

.bg-cont-wrapper.slick-slide {
    min-height: 700px;
    height: auto;
}

.bg-slider.slick-slider button.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
    color: transparent;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border: solid 1px grey;
}

.hero-banner-wrapper:hover .bg-slider.slick-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;
}

.bg-slider.slick-slider button.slick-prev.slick-arrow {
    left: 55%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.bg-slider.slick-slider button.slick-prev.slick-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
}

.bg-slider.slick-slider button.slick-next.slick-arrow {
    right: 50px;
}

.hero-banner-wrapper .slick-initialized .slick-slide {
    display: flex;
}

.bg-slider.slick-slider button.slick-arrow:after {
    position: absolute;
    content: '';
    border: solid 10px transparent;
    top: 14px;
}

.bg-slider.slick-slider button.slick-prev.slick-arrow:after {
    left: 10px;
    border-right-color: black;
}

.bg-slider.slick-slider button.slick-next.slick-arrow:after {
    right: 8px;
    border-left-color: black;
}

.overlay-pop-up {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 14;
    opacity: 0;
    visibility: hidden;
}

.pop-up-cont-wrapper {
    position: fixed;
    left: 0;
    z-index: 20;
    right: 0;
    margin: 0 auto;
    max-width: 650px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 85vh;
    padding: 20px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.cont-wrapped {
    height: 100%;
    overflow-y: auto;
}

.pop-up-head {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
}

.pop-up-content img {
    max-width: 650px;
    width: 100%;
}

.pop-up-head h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.pop-up-head span {
    display: block;
    cursor: pointer;
}

body.pop-up .pop-up-cont-wrapper{
    opacity: 1;
    visibility: visible;
}   


body.pop-up .overlay-pop-up{
    opacity: 1;
    visibility: visible;
}   

body.pop-up{
    overflow-y: hidden;
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 75%;
    transform: translateX(-50%);
}

ul.slick-dots li button {
    background: none;
    border: none;
    font-size: 0;
    color: transparent;
    margin-left: 4px;
}

ul.slick-dots li button:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: grey;
    border-radius: 50%;
    bottom: 30px;
}

ul.slick-dots li.slick-active button:before {
    background: black;
}

body.remove .header-strip{
    display: none;
}

.sec-one-cont-wrapper {
    display: flex;
    justify-content: space-between;
}

.box-one {
    text-align: center;
    width: 16%;
    padding-left: 10px;
    padding-right: 10px;
}

.box-one h3 {
    margin: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.sec-one-head h2 {
    margin: 0;
    font-size: 28px;
}

.sec-one-head {
    margin-bottom: 30px;
}

.box-one a {
    display: block;
    font-size: 50px;
    color: black;
    border: solid 1px grey;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.box-one a:hover {
    border-color: blue;
}

.login h5 {
    margin: 0;
    color: #333333;
    font-size: 16px;
    margin-bottom: 2px;
}

.login p {
    margin: 0;
    font-size: 13px;
    color: #999;
    font-weight: 500;
}

.row-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 5px solid #e2e2e2;
    transition: all 0.3s;
}

.row-one:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-one-right a {
    display: inline-block;
    color: grey;
    font-size: 30px;
}

.user i {
    font-size: 30px;
}

.row-one-left {
    display: flex;
    align-items: center;
}

.user {
    margin-right: 12px;
}

.row-two a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}

.row-two a i {
    padding-right: 10px;
    font-size: 30px;
    vertical-align: middle;
    color: grey;
}

.row-two a span {
    background: #0d67ca;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding: 2px 8px;
    margin-left: 12px;
}

.row-two {
    padding: 24px;
    border-bottom: 5px solid #e2e2e2;
    transition: all 0.3s;
}

.row-two:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-three h3 {
    margin: 0;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 24px;
}

.row-three > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row-three > ul > li > a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    padding: 12px 24px;
    transition: all 0.3s;
}

.row-three > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-three > ul > li > a > span > i {
    font-size: 24px;
    vertical-align: middle;
    padding-right: 12px;
}

.row-three > ul > li > a.cont-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-three {
    /* padding: 24px; */
    border-bottom: 5px solid #e2e2e2;
}

.row-three > ul > li > a.angle-arrow {
    font-size: 22px;
}

.ham-cont-wrap {
    overflow-y: auto;
}

ul.ham-sub-li {
    margin: 0;
    padding: 0;
    list-style: none;
    /* padding-left: 40px; */
    display: none;
}

ul.ham-sub-li li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    padding: 10px 40px;
    padding-left: 60px;
}

ul.ham-sub-li li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-three > ul > li > a.cont-icon:hover {
    background: aliceblue;
}

.ham-overlay {
    position: fixed;
    background: rgba(0,0,0,0.5);
    inset: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
}

.ham-cont-wrap {
    max-width: 360px;
    background: #fff;
    position: fixed;
    z-index: 12;
    height: 100vh;
    top: 0;
    left: -100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    width: 90%;
    transition: 0.3s;
}

body.quick{
    overflow: hidden;
}

body.quick .ham-cont-wrap{
    opacity: 1;
    visibility: visible;
    left: 0;
}

body.quick .ham-overlay{
    opacity: 1;
    visibility: visible;
}

.row-four h3 {
    margin: 0;
}

.row-four h3 a {
    display: inline-block;
    text-decoration: none;
}

span.business {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

span.business i {
    padding-right: 5px;
    font-size: 22px;
    vertical-align: middle;
}

.row-four h3 a.business-icon {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    transition: all 0.3s;
}

.row-four {
    /* padding: 24px; */
    border-bottom: 5px solid #e2e2e2;
}



ul.business-sub-li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
    display: none;
}

span.arrow-icon {
    font-size: 24px;
}

ul.business-sub-li li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    padding: 10px 24px;
    font-weight: 500;
    transition: all 0.3s;
}

ul.business-sub-li li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-four h3 a.business-icon:hover {
    background: aliceblue;
}

ul.business-sub-li li a i {
    padding-right: 10px;
    font-size: 22px;
    vertical-align: middle;
}

.row-five a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}

.row-five a i {
    padding-right: 6px;
    font-size: 22px;
    vertical-align: middle;
}

.row-five {
    padding: 24px;
    border-bottom: 5px solid #e2e2e2;
    transition: all 0.3s;
}

.row-five:hover{
    background-color: aliceblue;
}


.row-six h3 {
    margin: 0;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 24px;
}

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

.row-six ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    padding: 12px 24px;
}

.row-six ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-six ul li a i {
    padding-right: 8px;
    font-size: 22px;
    vertical-align: middle;
}

.row-six {
    /* padding: 24px; */
    border-bottom: 5px solid #e2e2e2;
}

.row-six ul li a span {
    font-size: 8px;
    text-transform: uppercase;
    background: #cc0809;
    color: #fff;
    border: solid 1px #cc0809;
    padding: 3px 6px;
    border-radius: 20px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}



.row-seven h3 {
    margin: 0;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
}

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

.row-seven ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    padding: 12px 24px;
}

.row-seven ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.row-seven ul li a i {
    padding-right: 8px;
    font-size: 22px;
    vertical-align: middle;
}

/* .row-seven {
    padding: 24px;
} */

.row-eight {
    padding: 18px 24px;
    background: #ccc;
}

.row-eight img {
    max-width: 150px;
}

.sec-two-head h3 {
    margin: 0;
    color: #222222;
    font-size: 30px;
}

.sec-two-head {
    margin-bottom: 25px;
}

.sec-two-tile {
    width: 50%;
}

.two-tile-desc p {
    margin: 0;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
}

.two-tile-desc h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
}

.two-tile-desc {
    padding-top: 30px;
}

.sec-two-tile.slick-slide {
    height: auto;
}

.sec-two-cont-slider.slick-initialized.slick-slider button.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
}

.section-two {
    margin-bottom: 60px;
}

.sec-two-tile.slick-slide {
    padding: 0 14px;
}

.two-tile-img img {
    border-radius: 12px;
}

.sec-two-cont-slider .slick-track {
    margin-left: -14px;
    margin-right: -14px;
}

.sec-three-tile {
    width: 24%;
}

.sec-three-desc h5 {
    margin: 0;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.sec-three-desc p {
    font-size: 16px;
    color: #666666;
    margin: 0;
    margin-bottom: 15px;
}

.sec-three-desc a {
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.sec-three-desc a:hover {
    text-decoration: none;
}

.sec-three-img img {
    border-radius: 20px;
}

.sec-three-img {
    margin-bottom: 20px;
}

.sec-three-head h3 {
    margin: 0;
    color: #222222;
    font-size: 28px;
    font-weight: 600;
}

.sec-three-head {
    margin-bottom: 20px;
}

.sec-three-tile.slick-slide {
    height: auto;
}

.sec-three-tile.slick-slide {
    padding: 0 10px;
}

.sec-three-slider .slick-track {
    margin-left: -10px;
    margin-right: -10px;
}

.sec-three-slider.slick-slider button.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: -40px;
    color: transparent;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border: solid 1px grey;
    border-radius: 100%;
}

.sec-three-slider.slick-slider button.slick-prev.slick-arrow {
    right: 60px;
}

.sec-three-slider.slick-slider button.slick-next.slick-arrow {
    right: 20px;
}

.sec-three-slider.slick-slider button.slick-arrow:after {
    position: absolute;
    content: '';
    border: solid 5px transparent;
    top: 50%;
    transform: translate(-50%, -50%);
}


.sec-three-slider.slick-slider button.slick-prev.slick-arrow:after {
    border-right-color: grey;
    left: 40%;
}


.sec-three-slider.slick-slider button.slick-next.slick-arrow:after {
    border-left-color: grey;
    right: 0;
}

.sec-four-tile {
    width: 49%;
}

.sec-four-head h3 {
    margin: 0;
    color: #222222;
    font-size: 28px;
    font-weight: 600;
}

.sec-four-head {
    margin-bottom: 20px;
}

.sec-four-desc h4 {
    margin: 0;
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
}

.sec-four-desc p {
    margin: 0;
    font-size: 16px;
    color: #666666;
    margin-bottom: 18px;
}

.sec-four-desc a {
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.sec-four-desc a:hover {
    text-decoration: none;
}

.sec-four-slider.slick-slider button.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    color: transparent;
}

.sec-four-tile.slick-slide {
    padding: 0 14px;
}

.sec-four-slider .slick-track {
    margin-left: -14px;
    margin-right: -14px;
}

.sec-four-img {
    margin-bottom: 20px;
}

.sec-five-head h3 {
    margin: 0;
    color: #222222;
    font-size: 28px;
    font-weight: 600;
}

.sec-five-head{
    margin-bottom: 20px;
}

.sec-five-tile {
    width: 24%;
}

.sec-five-desc h4{
    margin: 0;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.sec-five-desc p{
    font-size: 16px;
    color: #666666;
    margin: 0;
    margin-bottom: 15px;
}

.sec-five-desc a{
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.sec-five-desc a:hover {
    text-decoration: none;
}

.sec-five-img {
    margin-bottom: 20px;
}

.sec-five-img img {
    border-radius: 12px;
}

.sec-four-img img {
    border-radius: 12px;
}

.sec-five-tile.slick-slide {
    height: auto;
}

.sec-five-slider.slick-slider button.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: -50px;
    font-size: 0;
    color: transparent;
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 1px grey;
    border-radius: 100%;
}

.sec-five-tile.slick-slide {
    padding: 0 14px;
}

.sec-five-slider .slick-track {
    margin-left: -14px;
    margin-right: -14px;
}

.sec-five-slider.slick-slider button.slick-prev.slick-arrow {
    right: 60px;
}

.sec-five-slider.slick-slider button.slick-next.slick-arrow {
    right: 20px;
}

.sec-five-slider.slick-slider button.slick-arrow:after {
    position: absolute;
    content: '';
    border: solid 5px transparent;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec-five-slider.slick-slider button.slick-prev.slick-arrow:after {
    border-right-color: grey;
    right: 20%;
}

.sec-five-slider.slick-slider button.slick-next.slick-arrow:after {
    border-left-color: grey;
    right: 0;
}

.sec-six-header h3 {
    margin: 0;
    font-size: 30px;
    color: #222222;
}

.sec-six-header{
    margin-bottom: 20px;
}

.six-accor-head h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.six-accor-desc p {
    margin: 0;
    color: #333333;
    font-size: 16px;
}

.six-accor-head {
    background-image: url(/images/plus-img.png);
    padding: 22px 0;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.six-accor-desc {
    padding-bottom: 10px;
    display: none;
}

.six-accor-tile {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.six-accor-head.active h4 {
    color: black;
    font-weight: 700;
}

.sec-six-accord {
    margin-bottom: 30px;
}

.see-btn a {
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.see-btn a:hover {
    text-decoration: none;
}

.six-accor-head.active {
    background-image: url(/images/minus-img.png);
}

.seven-desc-upper p {
    margin: 0;
    color: #666;
    margin-bottom: 20px;
}

.seven-desc-lower p {
    margin: 0;
    color: #666;
}

.seven-desc-lower {
    display: none;
}

.seven-desc-btn .cmn-btn a {
    display: block;
    color: #333;
}

.read-less.cmn-btn a {
    display: none;
    cursor: pointer;
}

.read-more.cmn-btn a {
    cursor: pointer;
}

.cmn-btn a:hover {
    text-decoration: none;
}

.seven-desc-btn.down .read-less a{
    display: block;
}

.seven-desc-btn.down .read-more a{
    display: none;
}


/* .seven-desc-btn.up .read-more a{
    display: block;
}

.seven-desc-btn.up .read-less a{
    display: none;
} */

.cmn-btn a {
    text-decoration: underline;
}

.section-eight img {
    width: 100%;
    object-fit: cover;
    min-height: 320px;
    object-position: right;
}

.ten-tile-desc h5 {
    margin: 0;
    color: #333333;
    font-size: 16px;
    margin-bottom: 7px;
}

.ten-tile-desc p {
    margin: 0;
    color: #333333;
    font-size: 15px;
    margin-bottom: 7px;
}

.ten-tile-desc a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}   

.ten-tile-desc a:hover {
    text-decoration: none;
}

.ten-tile-icon span {
    display: inline-block;
    font-size: 24px;
    color: black;
    padding-top: 5px;
}

.sec-ten-tile {
    display: flex;
    /* align-items: center; */
}

.ten-tile-icon {
    margin-right: 20px;
}

.sec-ten-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-tile{
    width: 25%;
}

.footer-tile h3 {
    margin: 0;
    color: #333333;
    margin-bottom: 15px;
}

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

.footer-tile ul li a {
    display: block;
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 0;
}

.footer-tile ul li a:hover {
    color: #333333;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: solid 1px grey;
}

.bar-code-one img {
    max-width: 80px;
}

.bar-code-one span {
    display: block;
    text-align: center;
}

.bar-code-one {
    display: inline-block;
    margin-right: 10px;
}

.bar-code h3 {
    font-size: 17px;
}

.custom-footer {
    background: #F9F9F9;
    padding: 50px 0;
}

.bar-code {
    padding-top: 30px;
}

.foot-mid-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.foot-mid-left ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    /* padding: 10px 16px; */
    font-size: 20px;
    border-radius: 100%;
    width: 52px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-mid-left ul li a:hover {
    background: #ddd;
}

.foot-mid-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px grey;
}

.playstore a {
    text-decoration: none;
    display: inline-block;
}

.playstore a img {
    max-width: 130px;
}

.foot-mid-right {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.playstore {
    padding: 0 5px;
}

.foot-bottom-wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.foot-bottom-wrapper ul li a {
    display: inline-block;
    text-decoration: none;
    color: #666666;
    font-size: 15px;
}

.foot-bottom-wrapper ul li {
    padding-left: 5px;
    margin-left: 25px;
}

.foot-bottom-wrapper ul li:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
}

.foot-bottom-wrapper {
    padding: 30px 0;
}

ul.business-sub-li.click {
    display: block;
    background: #fff;
    padding: 10px 20px;
    width: 270px;
    height: 310px;
    position: absolute;
    left: 20px;
    top: 40px;
    z-index: 1;
}

ul.business-sub-li.click li a {
    display: inline-block;
    padding: 8px 0;
}

ul.business-sub-li.click {
    display: block;
    background: #fff;
    padding: 10px 20px;
    max-width: 270px;
    max-height: 310px;
    border-radius: 15px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
}

.top-header-right {
    position: relative;
}

.top-header-right ul.displays ul.business-sub-li.click{
    opacity: 1;
    visibility: visible;
}

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

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

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

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

li.conn ul li a {
    display: block;
    color: black;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 0;
}

li.bill ul li a {
    display: block;
    color: black;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 0;
}

li.serv ul li a {
    display: block;
    color: black;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 0;
}

li.help ul li a {
    display: block;
    color: black;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 0;
}

li.hov ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    width: 260px;
    height: 140px;
    padding-left: 14px;
    padding-top: 18px;
    position: absolute;
    left: -100px;
    top: 40px;
    border-radius: 14px;
    display: none;
}

li.help ul {
    /* margin: 0;
    padding: 0;
    list-style: none;
    background: #fff; */
    width: 280px;
    height: 310px;
    /* padding-left: 14px;
    padding-top: 18px;
    position: absolute;
    left: -100px;
    top: 37px;
    border-radius: 14px;
    display: none; */
}

li.bill ul {
    /* margin: 0;
    padding: 0;
    list-style: none;
    background: #fff; */
    width: 260px;
    height: 270px;
    /* padding-left: 14px;
    padding-top: 18px;
    position: absolute;
    left: -100px;
    top: 37px;
    border-radius: 14px;
    display: none; */
}

li.serv ul {
    /* margin: 0;
    padding: 0;
    list-style: none;
    background: #fff; */
    width: 290px;
    height: 310px;
    /* padding-left: 14px;
    padding-top: 18px;
    position: absolute;
    left: -100px;
    top: 30px;
    border-radius: 14px;
    display: none; */
}

li.hov:hover ul{
    display: block;
}

/* li.bill:hover ul{
    display: block;
}

li.serv:hover ul{
    display: block;
}

li.help:hover ul{
    display: block;
} */

li.hov {
    position: relative;
}

/* li.bill {
    position: relative;
}

li.serv {
    position: relative;
}

li.help {
    position: relative;
} */

.upper-log p {
    margin: 0;
    color: #333;
    font-size: 16px;
    padding-bottom: 20px;
}

.upper-log a.btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 20px;
}

.upper-log {
    text-align: center;
}

.upper-log a.register.btn {
    background: #edf5ff;
    color: #333;
    border: solid 1px #333;
    font-size: 15px;
}

.upper-log a.login.btn {
    background: #0D67CA;
    color: #fff;
    font-size: 15px;
    border: solid 1px #0D67CA;
}



.upper-log {
    text-align: center;
    border-bottom: solid 1px grey;
    padding: 30px 0;
}

.lower-log a {
    display: block;
    text-decoration: none;
    padding-left: 14px;
    color: #333;
    font-size: 16px;
    padding-top: 14px;
}

.sub-login {
    background: #fff;
    width: 280px;
    height: 200px;
    border-radius: 20px;
    position: absolute;
    left: -120px;
    top: 40px;
    display: none;
}

/* li.login {
    position: relative;
} */

li.login:hover .sub-login{
    display: block;
}

body.sticky .lower-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px 30px;
    z-index: 20;
}

body.sticky .lower-header-left a img.colored{
    display: block;
}

body.sticky .lower-header-left a img.normal {
    display: none;
}

body.sticky .lower-header-left a.ham-icon{
    color: black;
}

.lower-header-left {
    display: flex;
    align-items: center;
}

body.sticky .lower-header-right > ul > li > a{
    color: #333;
}


.arrow-up a {
    text-decoration: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    color: black;
    background: #fff;
    font-size: 22px;
    border: 1px solid #DDDDDD;
    border-radius: 100%;
    display: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

body.shown .arrow-up a{
    display: flex;
}

body.shown .arrow-up a:hover {
    background: #F6F6F6;
}

html, body{
    scroll-behavior: smooth;
}


.lower-header-left a img.colored {
    display: none;
}

.lower-header-mobile{
    display: none;
}


.lower-header-mob{
    display: none;
}

.scroller-tile {
    background-image: url(/images/mobile-1.jpeg);
    width: 25%;
    min-height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: right;
    border-radius: 30px;
}

.scroller-content {
    padding-left: 16px;
    max-width: 220px;
}

.scroller-content h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
}

.scroller-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.scroller-content a {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}

.scroller-tile.slick-slide {
    height: auto;
}

.scroller-slider.slick-slider button.slick-arrow {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    color: transparent;
    font-size: 0;
}

.mobile-scroller{
    display: none;
}

@media (max-width: 991px){

    .section-container{
        margin-bottom: 60px;
    }

    body.sticky .lower-header{
        padding: 20px 12px;
    }
    

    .box-one a{
        font-size: 35px;
    }

    .lower-header-mob{
        display: block;
    }

    .mobile-scroller{
        display: block;
        margin-bottom: 40px;
    }

    .bg-form-wrapper {
        min-height: 360px;
    }


    .mobile-scroller-wrapper .slick-initialized .scroller-tile.slick-slide {
        min-height: 220px;
        display: flex;
        margin: 0 2px;
    }

    .top-header {
        display: none;
    }

    .header-strip{
        padding: 12px 14px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-tile {
        width: 100%;
        margin-bottom: 30px;
    }

    .bar-code {
        display: none;
    }

    .footer-tile ul li a {
        font-size: 14px;
    }

    .footer-tile h3 {
        font-size: 16px;
    }

    .foot-mid-wrapper {
        flex-direction: column;
        align-items: initial;
    }

    .foot-bottom-wrapper ul {
        flex-wrap: wrap;
    }

    .foot-bottom-wrapper ul li:nth-child(1) {
        width: 100%;
        list-style-type: none;
    }

    .foot-bottom-wrapper ul li:nth-child(2) {
        list-style-type: none;
    }

    .foot-bottom-wrapper ul li:nth-child(3) {
        margin-left: 25px;
    }

    .foot-bottom-wrapper ul li{
        padding: 0;
        margin: 0;
    }

    .foot-mid-left ul{
        margin-bottom: 20px;
    }

    .sec-ten-wrapper {
        flex-direction: column;
    }

    .sec-ten-tile {
        margin-bottom: 45px;
    }

    .seven-desc-upper p {
        font-size: 14px;
    }

    .seven-desc-lower p {
        font-size: 14px;
    }

    .six-accor-head h4 {
        max-width: 300px;
    }

    .sec-six-header h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .sec-five-desc h4 {
        font-size: 17px;
        margin-bottom: 2px;
    }

    .sec-five-desc p {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .sec-five-img {
        margin-bottom: 10px;
    }

    .sec-five {
        margin-bottom: 60px;
    }

    .sec-five-head h3{
        font-size: 24px;
    }

    .sec-three-head h3{
        font-size: 24px;
    }

    .sec-three-slider.slick-slider button.slick-arrow{
        top: -50px;
    }

    .sec-two-head h3{
        font-size: 24px;
    }

    .sec-one-head h2{
        font-size: 24px;
    }

    .sec-one-cont-wrapper {
        flex-wrap: wrap;
    }

    .box-one {
        width: 32%;
        padding: 0;
        margin-bottom: 20px;
    }

    .box-one a{
        width: 90px;
        height: 90px;
        margin-bottom: 6px;
    }

    .ham-cont-wrap{
        width: 88%;
    }

    body.quick{
        overflow: hidden;
    }

    .bg-form-wrapper {
        position: static;
    }
    
    .lower-header-left a.ham-icon {
        color: #333;
        font-size: 24px;
    }

    .lower-header-left a img.normal {
        display: none;
    }

    .lower-header-left a img.colored {
        display: block;
    }

    .lower-header-right {
        display: none;
    }

    .lower-header{
        padding: 16px 6px;
    }

    .lower-header-left a{
        margin: 0;
    }

    .lower-header-left a.logos {
        padding: 0;
    }

    .bg-slider.slick-initialized.slick-slider.slick-dotted {
        display: none;
    }

    .main-header{
        position: static;
    }

    .bg-form-wrapper {
        margin: 0;
        border: none;
    }

    .form-head ul li a {
        padding: 12px 18px;
    }

    .link-btn .common a {
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 700;
    }

    .pop-up-cont-wrapper {
        width: 100%;
        top: 140%;
    }

    body.pop-up .pop-up-cont-wrapper{
        top: 90%;
    }

    .lower-header-mobile{
        display: block;
    }


    .lower-header-mobile ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }


    .lower-header-mobile ul li a {
        display: block;
        text-decoration: none;
        color: #222222;
        font-size: 25px;
        margin-left: 25px;
    }

    ul.mob-ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 270px;
    height: 310px;
    }   

    ul.mob-ul li a {
        display: block;
        text-decoration: none;
        padding: 12px 0;
        color: #666;
    }

    .mob-head a {
        display: inline-block;
        text-decoration: none;
        color: black;
        font-size: 25px;
    }

    .lower-header-overlay {
        position: fixed;
        background: rgba(0,0,0,0.5);
        inset: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
    }

    .lower-header-mob {
        position: fixed;
        z-index: 3;
        bottom: -60%;
        width: 100%;
        background: #fff;
        padding: 12px 26px;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .main-header.new .lower-header-overlay{
        opacity: 1;
        visibility: visible;
    }

    .main-header.new .lower-header-mob{
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    ul.mob-ul li a i {
        margin-right: 8px;
        font-size: 22px;
        vertical-align: middle;
    }

    .mob-login {
        background-color: #fff;
        width: 280px;
        height: 200px;
        border-radius: 20px;
        position: absolute;
        z-index: 2;
        right: 0px;
        border: solid 1px grey;
        top: 40px;
        opacity: 0;
        visibility: hidden;
    }

    .lower-header.newly .mob-login{
        opacity: 1;
        visibility: visible;
    }

    .mob-upper-log {
        text-align: center;
        border-bottom: solid 1px grey;
        padding: 30px 0;
    }

    .mob-upper-log p {
        margin: 0;
        color: #333;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .mob-upper-log a.btn {
        display: inline-block;
        text-decoration: none;
        padding: 8px 30px;
        border-radius: 20px;
    }

    .mob-upper-log a.register.btn {
        background: #edf5ff;
        color: #333;
        border: solid 1px #333;
        font-size: 15px;
    }

    .mob-upper-log a.login.btn {
        background: #0D67CA;
        color: #fff;
        font-size: 15px;
        border: solid 1px #0D67CA;
    }

    .mob-lower-log a {
        display: block;
        text-decoration: none;
        padding-left: 14px;
        color: #333;
        font-size: 16px;
        padding-top: 14px;
    }

    .lower-header-mobile ul li.mob-user {
        position: relative;
    }

















}