body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

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

a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="tel"].form-control,
textarea.form-control {
    background: #fff;
    border: none;
    padding: 18px 0px 0px;
    height: 50px;
    font-size: 13px;
    line-height: 16px;
    color: #222222;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: 1px solid #eaeaea;
}

select.form-control {
    height: 45px;
    padding: 5px 15px;
    font-size: 15px;
    color: #000000;
    border: none;
    font-weight: 400;
    background-image: url(../images/selectArrow.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
}

textarea.form-control {
    height: 50px;
    resize: none;
}

.form-control:focus,
.form-control:active {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #01AADC !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(34, 34, 34, 0.2);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(34, 34, 34, 0.2);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(34, 34, 34, 0.2);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(34, 34, 34, 0.2);
}

/*Start Button Styles*/
input[type="submit"],
.submitBtn {
    display: inline-block;
    background: #01aadc;
    color: #fff;
    padding: 17px 50px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

input[type="submit"]:hover,
.submitBtn:hover {
    background: #1a1a1a;
    color: #fff;
}

/*End Button Styles*/
.container {
    position: relative;
}

/*Stat Header*/
header {
    width: 100%;
    z-index: 99;
    padding: 0px;
    position: fixed;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .topHeader {
    padding-top: 16px;
}

header .topHeader span {
    margin-left: 30px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 400;
}

header .topHeader span i {
    margin-right: 5px;
}

header .topHeader span:first-child {
    margin-left: 0px;
}

header .navbar {
    padding: 16px 0px;
}

header .navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
}

.navbar-nav .nav-item {
    position: relative;
    margin: 0px padding: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.smArrow {
    display: none;
}

.navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-size: 15px;
    margin: 0px;
    padding: 10px 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
    color: #01AADC;
}

.navbar-nav .nav-item:last-child {
    display: none;
}

.navbar-light .navbar-toggler {
    border-radius: 4px;
    border-color: rgba(0, 0, 0, .5);
    padding: 8px 10px;
    background: #01AADC !important;
    border: none !important;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    right: 40px;
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/barImg.png) no-repeat center center;
    width: 21px;
    height: 17px;
    margin-right: 5px;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    outline: none !important;
}

header .navbar .outLineBtn {
    margin-left: 18px;
}

.navbar-nav .nav-item.hasChild ul.dropdownMenu {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 15px;
    z-index: 1;
    list-style: none;
    width: 200px;
    padding: 0px;
    top: 100%;
}

.navbar-nav .nav-item.hasChild ul.dropdownMenu li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.navbar-nav .nav-item.hasChild ul.dropdownMenu li:last-child {
    margin-bottom: 0px;
}

.navbar-nav .nav-item.hasChild ul.dropdownMenu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    font-size: 14px;
    color: #222222;
    background: #fff;
}

.navbar-nav .nav-item.hasChild ul.dropdownMenu li a:hover {
    background: #01AADC;
    color: #fff;
    border-bottom: 1px solid #01AADC;
}

.navbar-nav .nav-item.hasChild:hover ul.dropdownMenu {
    display: block;
}

header.topFix {
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

header.topFix .topHeader {
    display: none;
}

header .navbar .navbar-brand .fixLogo {
    display: block;
}

header .navbar .navbar-brand .scrolledLogo {
    display: none;
}

header.topFix .navbar .navbar-brand .fixLogo {
    display: none;
}

header.topFix .navbar .navbar-brand .scrolledLogo {
    display: block;
}

header.topFix .navbar .nav-item .nav-link {
    color: #333;
}

header.topFix .navbar .outLineBtn {
    margin-left: 18px;
    background: #dbf3fa;
    border: 2px solid #dbf3fa;
    color: rgba(1, 170, 220, 1);
}

header.topFix .navbar .outLineBtn:hover {
    border: 2px solid #000;
}

/*End Header*/
.siteBtn {
    display: inline-block;
    background: #01AADC;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.siteBtn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .25s cubic-bezier(.38, .32, .36, .98) 0s,
        -webkit-transform .25s cubic-bezier(.38, .32, .36, .98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #000;
}

.siteBtn:hover {
    color: #fff;
}

.siteBtn:hover:before {
    background: #000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.outLineBtn {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    box-shadow: none;
    border: 2px solid #fff;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.outLineBtn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .25s cubic-bezier(.38, .32, .36, .98) 0s,
        -webkit-transform .25s cubic-bezier(.38, .32, .36, .98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #000;
}

.outLineBtn:hover {
    color: #fff;
    border: 2px solid #000;
}

.outLineBtn:hover:before {
    background: #000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}


/* Start Footer*/
footer {
    background: #1a1a1a;
}

.topFooter {
    color: #fff;
    font-size: 14px;
    padding: 50px 0 50px;
}

.topFooter h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 0px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.topFooter .ftLogo {
    margin-bottom: 10px;
}

.topFooter p {
    font-size: 14px;
    line-height: 28px;
    color: #9F9F9F;
    margin-bottom: 0px;
    font-weight: 400;
}

.topFooter p a {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #9F9F9F;
    text-decoration: none;
    word-break: break-all;
}

.topFooter p a:hover {
    color: #ffffff;
}

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

.topFooter ul li {
    padding: 0px 0px 0px;
    margin: 0px 0px 5px;
    position: relative;
}

.topFooter ul li:last-child {
    margin-bottom: 0px;
}

.topFooter ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #9F9F9F;
    text-decoration: none;
}

.topFooter ul li a:hover {
    color: #ffffff;
    margin-left: 5px;
}

.bottomFooter {
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: #9F9F9F;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
    font-weight: 400;
}

.bottomFooter p {
    margin: 0;
    color: #9F9F9F;
    font-weight: 400;
    line-height: 26px;
}

.bottomFooter p a {
    text-decoration: none;
}

.bottomFooter p a:hover {
    color: rgba(255, 255, 255, 1);
}

.bottomFooter .ftLogos a {
    margin-left: 5px;
}

.bottomFooter .ftLogos a img {
    background: #fff;
    border-radius: 4px;
}

/* End Footer*/

.siteBanner {
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 270px 0px;
    background-position: center center;
    background-attachment: fixed;
}

.siteBanner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.siteBanner .bannerText {
    position: relative;
    z-index: 1;
}

.siteBanner .bannerText h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 15px;
    padding: 0px;
}

.siteBanner .bannerText p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 30px;
    padding: 0px;
}

.separatorBottom {
    bottom: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}


.simpleCols {
    background: #F8F8F8;
    margin-top: -110px !important;
    padding: 0px;
}

.colContainer {
    position: relative;
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border-radius: 7px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition: .2s;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0px 0px 10px #0000000A;
}

.colImgArea {
    font-size: 42px;
    margin-bottom: 25px;
    margin-right: 0;
    float: left;
    width: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
    vertical-align: bottom;
}

.colTextArea {
    display: inline-block;
    vertical-align: bottom;
    transition: transform .2s ease-in-out;
}

.colHeading {
    color: #222222;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 20px;
    padding: 0px;
}

.colTextArea p {
    position: relative;
    margin-bottom: -40px;
    transition: .25s;
    opacity: 1;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.colContainer:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
    z-index: 100;
    border-color: #01aadc;
}

.colContainer:hover .colImgArea {
    opacity: 0;
}

.colContainer:hover .colTextArea,
.colContainer:hover .colImgArea {
    -webkit-transform: translateY(-67px);
    -moz-transform: translateY(-67px);
    -ms-transform: translateY(-67px);
    -o-transform: translateY(-67px);
    transform: translateY(-67px);
}

.colContainer:hover .colTextArea p {
    opacity: 1;
}

.regSection {
    background: #F8F8F8;
    padding: 70px 0px 0px;
}

.regSection .textPart h2 {
    letter-spacing: 0.34px;
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 600;
}

.regSection .textPart p {
    letter-spacing: 0.16px;
    color: #666666;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

.regSection .textPart a {
    text-decoration: none;
    color: #01AADC;
}

.servicesSection {
    background: #F8F8F8;
    padding: 90px 0px 60px;
}

.servicesSection .topPart {
    margin-bottom: 60px;
}

.servicesSection .topPart h2 {
    letter-spacing: 0.34px;
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 600;
}

.servicesSection .topPart p {
    letter-spacing: 0.16px;
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}

.keyIconBox {
    padding: 28px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #0000000A;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.keyIconBox .keyWrapper .colImgArea {
    display: block;
    margin: 0px 0px 15px;
}

.keyIconBox .keyWrapper .colImgArea.whiteIcon {
    display: none;
}

.keyIconBox .keyWrapper h5.serviceHeading {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    margin: 0px 0px 10px;
    padding: 0px;
    height: 28px;
    overflow: hidden;
    width: 100%;
}

.keyIconBox .keyWrapper p {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    height: 60px;
    overflow: hidden;
    width: 100%;
}

.keyIconBox .keyWrapper .colImgArea.whiteIcon {
    display: none;
}

.keyIconBox:hover {
    background: #01aadc;
}

.keyIconBox:hover .colImgArea.whiteIcon {
    display: block;
}

.keyIconBox:hover .colImgArea.blackIcon {
    display: none;
}

.keyIconBox:hover .keyWrapper h5.serviceHeading,
.keyIconBox:hover .keyWrapper p {
    color: #fff;
}

.lookingSection {
    position: relative;
    background: #F8F8F8;
    padding: 30px 0px 100px;
}

.lookingSection .textPart h2 {
    letter-spacing: 0.34px;
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 600;
}

.lookingSection .textPart p {
    letter-spacing: 0.16px;
    color: #666666;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

.lookingSection .separatorBottom svg {
    width: 100%;
    height: 100px;
}


.clearCheckSection {
    position: relative;
    padding: 70px 0px;
    background: #fff;
}

.clearCheckSection .textPart {
    margin-bottom: 30px;
}

.clearCheckSection .textPart h2 {
    letter-spacing: 0.34px;
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 600;
}

.clearCheckSection .textPart p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.clearCheckSection .textPart p:last-child {
    margin-bottom: 0px;
}

.clearCheckSection ul {
    margin: 0px 0px 20px;
    padding: 0px;
}

.clearCheckSection ul li {
    list-style: none;
    padding: 0px 0px 0px 30px;
    letter-spacing: 0.16px;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    margin: 0px;
    text-align: left;
    position: relative;
}

.clearCheckSection ul li:before {
    content: '';
    background: url(../images/listIcon.png);
    position: absolute;
    left: 0px;
    top: 13px;
    width: 10px;
    height: 15px;
}

.ourProcessSection {
    padding: 70px 0px;
    position: relative;
    min-height: 628px;
}

.ourProcessSection:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80%;
    height: 100%;
    background: #f8f8f8;
}

.ourProcessSection .ourImgBoxSm {
    display: none;
}

.ourProcessSection .ourImgBox {
    position: absolute;
    left: 0px;
    top: -10px;
    max-width: 54%;
    width: 100%;
}

.ourProcessSection .textPart h2 {
    letter-spacing: 0.34px;
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 600;
}

.ourProcessSection .textPart p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.ourProcessSection .textPart p:last-child {
    margin-bottom: 0px;
}

.ourProcessSection .processAccrodion .card {
    background: #fff;
    border: 0.20px solid rgb(153 153 153 / 38%);
    margin-bottom: 10px;
    border-radius: 4px;
}

.ourProcessSection .processAccrodion .card:focus {
    outline: none;
}

.ourProcessSection .processAccrodion .card .card-header {
    background: #fff;
    padding: 0px;
    border: none;
    margin: 0px;
}

.ourProcessSection .processAccrodion .card .card-header h2 {
    padding: 0px;
}

.ourProcessSection .processAccrodion .card .card-header h2:focus {
    outline: none;
}

.ourProcessSection .processAccrodion .card .card-header h2 .btn {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #222222;
    padding: 18px 35px 18px 15px;
}

.ourProcessSection .processAccrodion .card-body {
    padding: 0 15px 15px;
    height: 85px;
    overflow-y: auto;
}

.ourProcessSection .card-body p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #666;
}

.ourProcessSection .card [data-toggle="collapse"]:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    color: #222222;
    font-size: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    font-weight: 700;
}

.ourProcessSection .card [data-toggle="collapse"].collapsed:after {
    content: '\f067';
}

.regBodySection {
    background: #fff;
    position: relative;
    padding: 70px 0px;
}

.regBodySection .textPart {
    margin-bottom: 30px;
}

.regBodySection .textPart h2 {
    letter-spacing: 0.34px;
    color: #333333;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
    padding: 0px;
    font-weight: 600;
}

.regBodySection .textPart p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.16px;
}

.regBodySection .textPart p:last-child {
    margin-bottom: 0px;
}

.regBodySection .infoGraphics {
    width: 100%;
    margin-top: 50px;
}

.regBodySection .infoGraphics ul.resp-tabs-list {
    text-align: center;
    margin: 0px 0px 50px;
    padding: 0px;
    border-bottom: 1px solid #e2e2e2;
}

.regBodySection .infoGraphics .resp-tabs-list li {
    display: inline-block;
    width: auto;
    color: #999999;
    padding: 10px 0px;
    transition: all 0.3s;
    float: none;
    cursor: pointer;
    margin: 0 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.regBodySection .infoGraphics .resp-tabs-container {
    padding: 0px;
    clear: left;
}

.regBodySection .infoGraphics h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.regBodySection .infoGraphics .resp-tab-content {
    display: none;
    padding: 0px 0px 0px;
    width: 100%;
}

.regBodySection .infoGraphics .resp-tab-active {
    color: #333 !important;
    border-bottom: 2px solid #01aadc !important;
}

.regBodySection .infoGraphics .resp-content-active,
.regBodySection .infoGraphics .resp-accordion-active {
    display: block;
}

.regBodySection .infoGraphics .resp-easy-accordion h2.resp-accordion {
    display: block;
}

.regBodySection .infoGraphics .resp-tab-content-active {
    display: block;
}

.regBodySection .infoGraphics .infoText {
    padding: 0px 0px 0px;
}

.regBodySection .infoGraphics .infoText .imgInfoBox {
    float: right;
}

.regBodySection .infoGraphics .infoText .imgInfoBox img {
    margin-left: 30px;
}

.regBodySection .infoGraphics .infoText p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 0px 0px 0px;
    font-weight: 400;
    padding: 0px;
}

.teamSection {
    position: relative;
    background: #fff;
    padding: 0px 0px 70px;
}

.teamSection .textPart {
    margin-bottom: 30px;
}

.teamSection .textPart span {
    display: block;
    text-align: center;
    color: #01AADC;
    letter-spacing: 0.2px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
}

.teamSection .textPart h2 {
    color: #333333;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 600;
}

.teamMember {
    padding: 0px 0px 10px 0px;
    position: relative;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.teamMember .memeberImgBox {
    display: block;
}

.teamMember .memeberImgBox img {
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.teamMember .memberInfo {
    z-index: 1;
    position: relative;
    margin-top: -50px;
    width: 80%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 6px #00000014;
    border-radius: 0px 0px 10px 0px;
}

.teamMember .memberInfo .memeberName {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #222222;
    margin: 0px;
}

.teamMember .memberInfo .memeberPosition {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin: 0px;
}

.teamMember:hover .memeberImgBox img {
    filter: grayscale(0%);
}

.supportLogosSection {
    position: relative;
    padding: 70px 0px 170px;
    background: #f8f8f8;
}

.supportLogosSection ul {
    margin: 0px 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.supportLogosSection ul li {
    width: 25%;
    text-align: center;
    list-style: none;
}

.contactSection {
    background-color: #f8f8f8;
    padding: 0px 0 0px 0;
    background-position: bottom center;
}

.contactSection .map iframe {
    height: 550px;
    width: 100%;
}

.contactSection .contactInner {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000000D;
    border-radius: 10px;
    padding: 40px 0px;
    margin-top: -75%;
}

.contactSection .contactInner .leftInfo {
    margin-right: 30px;
    padding: 70px 50px;
    background: #01AADC;
    border-radius: 0px 10px 10px 0px;
}

.contactSection .contactInner .leftInfo h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin: 0px 0px 30px;
    padding: 0px;
}

.contactSection .contactInner .leftInfo p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 30px;
    position: relative;
}

.contactSection .contactInner .leftInfo p i {
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 18px;
    line-height: 24px;
}

.contactSection .contactInner .leftInfo p a {
    color: #fff;
}

.contactSection .contactInner .leftInfo p a:hover {
    color: #222;
}

.contactSection .contactInner .rightInfo {
    padding: 0px 100px 0px 50px;
    border-radius: 0px 10px 10px 0px;
}

.contactSection .contactInner .rightInfo h3 {
    color: #222222;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin: 0px 0px 10px;
    padding: 0px;
}

.contactSection .contactInner .rightInfo p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    position: relative;
}

.contactSection .contactInner .rightInfo .form-row {
    margin-bottom: 20px;
}

.contactSection .contactInner .rightInfo .form-row:last-child {
    margin-bottom: 0px;
}

.contactSection .contactInner .rightInfo .form-row input[type="submit"].siteBtn {
    display: inline-block;
    background: #01AADC;
    color: #fff;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contactSection .contactInner .rightInfo .form-row input[type="submit"].siteBtn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .25s cubic-bezier(.38, .32, .36, .98) 0s,
        -webkit-transform .25s cubic-bezier(.38, .32, .36, .98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background: #000;
}

.contactSection .contactInner .rightInfo .form-row input[type="submit"].siteBtn:hover {
    color: #fff;
}

.contactSection .contactInner .rightInfo .form-row input[type="submit"].siteBtn:hover:before {
    background: #000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}


body.innerPage header,
body.innerPage header.topFix {
    background: #fff !important;
}

body.innerPage header .topHeader {
    display: none;
}

body.innerPage header .navbar .navbar-brand .fixLogo {
    display: none;
}

body.innerPage header .navbar .navbar-brand .scrolledLogo {
    display: block;
}

body.innerPage header .navbar-nav .nav-item .nav-link {
    color: #333;
}

body.innerPage header .navbar .outLineBtn {
    margin-left: 18px;
    background: #dbf3fa;
    border: 2px solid #dbf3fa;
    color: rgba(1, 170, 220, 1);
}

body.innerPage header .navbar .outLineBtn:hover {
    border: 2px solid #000;
}

.innerSiteBanner {
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 150px 0px 280px;
    background-position: center center;
    background-attachment: fixed;
}

.innerSiteBanner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.innerSiteBanner .bannerText {
    position: relative;
    z-index: 1;
}

.innerSiteBanner .bannerText h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 15px;
    padding: 0px;
}

.innerSiteBanner .bannerText p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0px 30px;
    padding: 0px;
}

.innerSiteBanner .innerPageSeparatorBottom {
    bottom: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.innerSiteBanner .innerPageSeparatorBottom svg {
    height: 110px;
    width: 100%;
}

.simplePricing {
    background: #f8f8f8;
    padding: 50px 0px;
}

.simplePricing .topUp {
    margin-top: -275px;
    margin-bottom: 50px;
}

.simplePricing .tableCustom {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    z-index: 1;
    position: relative;
}

.simplePricing .tableCustom table.table {
    margin: 0px;
}

.simplePricing .tableCustom thead {
    background: linear-gradient(264deg, #045086 -100%, #00C8F8 100%) 0% 0%;
}

.simplePricing .tableCustom th,
.simplePricing .tableCustom td {
    text-align: center;
}

.simplePricing .tableCustom tr:last-child td {
    border-bottom: none;
}

.simplePricing .tableCustom td {
    color: #666666;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    padding: 24px 10px;
    border-top: none;
    font-size: 16px;
    line-height: 1;
}

.simplePricing .tableCustom span.headingTd {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.simplePricing .tableCustom th {
    padding: 30px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.simplePricing .tableCustom th.darkBg,
.simplePricing .tableCustom td.darkBg {
    background: #484848;
    color: #fff;
    border-left: 0px;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.simplePricing .tableCustom .w-23 {
    width: 23%;
}

.simplePricing .tableCustom .w-19 {
    width: 19.25%;
}

.simplePricing th.addArrow {
    background: url(../images/triangleIcon.png) no-repeat bottom -5px center;
}

.simplePricing p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0px 0px 0px;
}

.regCTA {
    background: #f8f8f8;
    padding: 0px 0px 50px;
}

.regCTA .innerCta {
    background: linear-gradient(264deg, #045086 -100%, #00C8F8 100%) 0% 0%;
    border-radius: 6px;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}

.regCTA .innerCta:before {
    background: url(../images/regIcon.png) no-repeat;
    position: absolute;
    content: '';
    left: 340px;
    top: -51px;
    width: 84px;
    height: 106px;
    opacity: 0.2;
}

.regCTA .innerCta:after {
    background: url(../images/regIcon.png) no-repeat;
    position: absolute;
    content: '';
    right: 50px;
    bottom: -40px;
    width: 84px;
    height: 106px;
    opacity: 0.2;
}

.regCTA .innerCta h3 {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0px;
    padding: 0px;
}

.regCTA .innerCta p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 0px;
    color: #fff;
    opacity: 0.86;
    font-weight: 300;
}

.regCTA .innerCta a.outLineBtn {
    padding: 14px 36px;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}


.processPart {
    background: #f8f8f8;
    padding: 50px 0px;
}

.processPart .topUp {
    margin-top: -275px;
    margin-bottom: 50px;
}

.processPart .processRow {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 50px;
}

.processPart .step .numberCol {
    margin: 30px auto 0;
    width: 68px;
    height: 68px;
    color: #fff;
    font-size: 32px;
    line-height: 68px;
    font-weight: 600;
    background: #fff;
    position: relative;
    z-index: 2;
}

.processPart .step .numberCol:before {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    transform: rotate(45deg);
    margin-left: -34px;
    z-index: -1;
    left: 50%;
    background: #ff9775;
}

.processPart .step .numberCol:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    transform: rotate(45deg);
    margin-left: -45px;
    margin-top: -45px;
    top: 50%;
    z-index: -2;
    left: 50%;
    border: 1px solid #01aadc;
    background: #fff;
}

.processPart .stepCol:nth-child(1) .step .numberCol:before {
    background: #ff9775;
}

.processPart .stepCol:nth-child(2) .step .numberCol:before {
    background: #cbce5f;
}

.processPart .stepCol:nth-child(3) .step .numberCol:before {
    background: #44ddec;
}

.processPart .stepCol:nth-child(4) .step .numberCol:before {
    background: #5dbcff;
}

.processPart .textPart .outLineBtn {
    color: #01aadc;
    border-color: #01aadc;
    padding: 11px 40px;
}

.processPart .textPart .outLineBtn:before {
    background: #fff;
}

.processPart .textPart .outLineBtn:hover,
.processPart .textPart .outLineBtn:hover:before {
    background: #01aadc;
}

.processPart .textPart .outLineBtn:hover {
    color: #fff;
}

.processPart .textPart {
    margin-top: 30px;
    padding-top: 100px;
    position: relative;
}

.processPart .textPart:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 80px;
    top: 0px;
    background-color: rgb(153, 153, 153, .4);
    margin-left: -1px;
}

.processPart .textPart h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #222222;
}

.processPart .textPart p {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 20px;
}

.processPart .stepCol:nth-child(2n) .step {
    margin-top: 90px;
}

.processPart .stepCol:nth-child(2n) .textPart {
    padding-top: 155px;
}

.processPart .stepCol:nth-child(2n) .textPart:after {
    height: 127px;
}

.processPart .stepCol {
    position: relative;
}

.processPart .stepCol:nth-child(odd):after {
    content: '';
    position: absolute;
    right: -105.5px;
    top: 15px;
    width: 209px;
    height: 157px;
    background: url(../images/curve.png) no-repeat;
    opacity: 0.4;
    transform: rotate(-5deg);
}

.processPart .stepCol:nth-child(even):after {
    content: '';
    position: absolute;
    right: -120.5px;
    top: 50px;
    width: 241px;
    height: 60px;
    background: url(../images/curve2.png) no-repeat;
    opacity: 0.4;
}

.processPart .stepCol:last-child:after {
    display: none;
}


.faqPart .topTextPart {
    margin-bottom: 50px;
}

.faqPart .topTextPart h2 {
    letter-spacing: 0.34px;
    color: #222222;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
    padding: 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.faqPart .topTextPart p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}

.faqPart .processAccrodion .card {
    background: #fff;
    border: 0.20px solid rgb(153 153 153 / 38%);
    margin-bottom: 20px;
    border-radius: 4px;
}

.faqPart .processAccrodion .card:focus {
    outline: none;
}

.faqPart .processAccrodion .card .card-header {
    background: #fff;
    padding: 0px;
    border: none;
    margin: 0px;
}

.faqPart .processAccrodion .card .card-header h2 {
    padding: 0px;
}

.faqPart .processAccrodion .card .card-header h2:focus {
    outline: none;
}

.faqPart .processAccrodion .card .card-header h2 .btn {
	border: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #222222;
    padding: 18px 35px 18px 15px;
}

.faqPart .processAccrodion .card-body {
    padding: 0 15px 15px;
}

.faqPart .processAccrodion .card-body ul{
	margin-left: 0px;
}
.faqPart .card-body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #666;
}

.faqPart .card [data-toggle="collapse"]:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    color: #222222;
    font-size: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    font-weight: 700;
}

.faqPart .card [data-toggle="collapse"].collapsed:after {
    content: '\f067';
}

/*Start Contact Page Banner*/
.contactSection {
    background: #f8f8f8;
    padding: 50px 0px 0px;
}

.contactSection .topUp {
    margin-top: -275px;
    margin-bottom: 50px;
}

.contactSection .topUp .innerCon {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 50px;
}

.contactSection .infoPart {
    background: #01aadc;
    padding: 30px 15px;
    box-shadow: 0px 3px 6px #00000014;
}

.contactSection .infoPart i {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.contactSection .infoPart h2 {
    font-size: 24px;
    margin: 0 0 24px;
    line-height: 34px;
    color: #fff;
    letter-spacing: 0.52px;
    font-weight: 600;
    text-transform: uppercase;
}

.contactSection .infoPart p {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    line-height: 26px;
    color: #f5f5f5;
    font-weight: 500;
    letter-spacing: 0.16px;
}

.contactSection .infoPart a {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.16px;
}

.contactSection .infoPart a:hover {
    color: #000;
}

.contactSection .contactFormPage {
    background: #fff;
    box-shadow: 0px 3px 6px #00000014;
    margin-top: 30px;
    text-align: center;
    border-radius: 22px;
    padding: 50px 30px;
    margin-bottom: 20px;
}

.contactSection .contactFormPage .topText {
    margin: 0px 0px 30px;
}

.contactSection .contactFormPage .topText h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: 0.64px;
    color: #000000;
    margin: 0px 0px 10px;
    padding: 0px;
}

.contactSection .contactFormPage .topText .redLine hr {
    height: 4px;
    width: 54px;
    background: #C20623;
    text-align: left;
    margin: 15px auto 0px;
}

.contactSection .contactFormPage .topText p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.16px;
    color: #666666;
}

.contactSection .contactFormPage .formContainer {
    max-width: 828px;
    width: 100%;
    margin: 0 auto;
}

.contactSection .contactFormPage .formContainer .fieldCol {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 30px;
}

.contactSection .contactFormPage .formContainer .fieldCol:last-child {
    margin-bottom: 0px;
}

.contactSection .contactFormPage .formContainer .fieldCol .halfCol {
    width: 48.1%;
    float: left;
    margin-right: 30px;
}

.contactSection .contactFormPage .formContainer .fieldCol .halfCol:nth-child(2n) {
    margin-right: 0;
}

.contactSection .mapRow {
    margin-top: 50px;
}

/*End Contact Page Banner*/

/*Start News List Page*/
.newsSection {
    background: #f8f8f8;
    padding: 50px 0px 50px;
}

.newsSection .topUp {
    margin-top: -275px;
    margin-bottom: 0px;
}

.newsSection article {
    border-radius: 22px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 50px;
    background: #fff;
}

.newsSection article .item-media,
.newsSection article .entry-thumbnail {
    margin: -1px -1px -1px -1px;
    z-index: 1;
}

.newsSection article .item-media {
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #000;
    height: 0;
    padding-bottom: 66.666%;
}

.newsSection article .item-media a img {
    width: 100%;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.newsSection article .item-media a:hover img {
    opacity: 0.8;
}

.newsSection article .item-content {
    padding: 35px 30px 41px 30px;
}

.newsSection article .item-content .entry-title,
.newsSection article .item-content .entry-title:last-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.7em;
    text-transform: none;
    color: #333;
}

.newsSection article .item-content .entry-title a {
    color: #333;
}

.newsSection article .item-content .entry-title a:hover {
    color: #01AADC;
}

.newsSection article .item-content .entry-content {
    padding: 0;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #808080;
}

.newsSection article .item-content .entry-content p {
    color: #808080;
}

.newsSection article .item-content .entry-content h5 {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 10px;
    padding: 0px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.newsSection article .item-content .entry-content blockquote {
    text-align: center;
    padding: 40px 105px;
}

.newsSection article .item-content .entry-content blockquote>p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #808080;
    margin: 0px 0px 10px;
    padding: 0px;
    font-style: italic;
}

.newsSection article .item-content .entry-content blockquote .personName {
    color: #0dc5d4;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    font-style: italic;
}

.newsSection article .item-content .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: 40px;
    text-transform: uppercase;
}

.newsSection article .item-content .entry-footer .fas {
    font-size: 15px;
    margin-right: 10px;
    color: #01AADC;
}

.newsSection article .item-content .entry-footer a,
.newsSection article .item-content .entry-meta a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding-right: 20px;
}

.newsSection article .item-content .entry-footer a:hover,
.newsSection article .item-content .entry-meta a:hover {
    color: #01AADC;
}

.newsSection ul.pagination {
    list-style: none;
    margin: 0px 0px 0px;
    padding: 0px;
}

.newsSection ul.pagination li {
    list-style: none;
    margin: 0px 5px;
}

.newsSection ul.pagination li a {
    border: 0.5px solid #0000001A;
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    line-height: 30px;
    padding: 4px 12px;
    display: inline-block;
    min-width: 35px;
    border-radius: 0px !important;
    height: 38px;
}

.newsSection ul.pagination li.active a,
.newsSection ul.pagination li a:hover,
.newsSection ul.pagination li a:focus {
    background: #01AADC !important;
    border-color: #01AADC !important;
    color: #FFFFFF !important;
}

/*End News List Page*/

.comments-area {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}

.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.comments-area .comment-list ul:last-child,
.comments-area .comment-list ol:last-child,
.comments-area .comment-list p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list .comment-body {
    margin-left: 30px;
    padding: 25px 60px 25px 119px;
    position: relative;
    border: none;
    box-shadow: none;
    margin: 0 0 0 30px;
    background: none;
    border-radius: 0;
}

.comments-area .comment-meta {
    margin-bottom: 15px;
    background: transparent;
}

.comments-area .comment-meta.main {
    margin-top: 60px;
}

.comments-area .children .comment-meta.main {
    margin-top: 0px;
}

.comments-area .comment-meta .comment-author {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.comments-area .comment-meta.main .comment-author.vcard img {
    top: 80px;
}

.comments-area .children .comment-meta.main .comment-author.vcard img {
    top: 18px;
}

.comments-area .comment-meta img {
    border-radius: 50%;
    left: 29px;
    max-width: 70px;
    position: absolute;
    top: 18px;
    width: 100%;
}

.comments-area a.url.name,
.comment-meta .comment-author a {
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}

.comments-area a.url.name:hover,
.comment-meta .comment-author a:hover {
    color: #01AADC;
}

.comments-area .comment-body .data p,
.comments-area .comment-body .comment-metadata a {
    color: #1f232b;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.comments-area .comment-body .comment-metadata a:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 14px;
    margin-right: 8px;
    color: #01AADC;
}

.comment-body .data p i {
    font-size: 14px;
    margin-right: 8px;
    color: #01AADC;
}

.comments-area .reply {
    position: absolute;
    right: 60px;
    top: 90px;
}

.comments-area .children .reply {
    position: absolute;
    right: 60px;
    top: 33px;
}

.comments-area .reply a.reply,
.comments-area .reply a {
    color: #1f232b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-transform: uppercase;
    font-size: 0;
}

.comments-area .reply a.comment-reply-link:after {
    content: "\f3e5";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    z-index: 1;
}

.comments-area .reply a.reply:hover,
.comments-area .reply a:hover {
    color: #01AADC;
}

.comments-area .comment-content p {
    color: #808080;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.comments-area .comment-list ol.children {
    padding-left: 90px;
}

.comments-area .comment-list ol.children li {
    list-style: none;
}

.commentContainer {
    padding: 12px 40px 40px;
}

.commentContainer h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    padding: 0px;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.commentContainer .comment-form input.form-control,
.commentContainer .comment-form textarea.form-control {
    padding: 15px;
    background: #f2f2f2;
    border: none;
}

.commentContainer .comment-form textarea.form-control {
    height: 120px;
}

.commentContainer .comment-form .fieldCol {
    margin-top: 15px;
}

.post-nav {
    margin: 60px 0 0;
    position: relative;
}

.post-nav .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-nav .nav-links>div:first-child {
    text-align: left;
}

.post-nav .nav-links>div {
    height: auto;
    padding: 30px 40px;
    position: relative;
    text-align: right;
    -webkit-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
    width: 49.5%;
    margin: 0 0%;
}

.s-overlay:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1f232b;
    opacity: 0.8;
}

.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.post-nav .post-nav-image {
    display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
    position: relative;
    z-index: 4;
    text-align: center;
}

.post-nav-text-wrap span {
    color: #01AADC;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
}

.post-nav-text-wrap h4 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    word-wrap: break-word;
}

.post-nav .nav-links a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.post-nav .nav-links>.next {
    margin-left: 10px;
}

.post-nav .nav-links>div:hover {
    opacity: 0.9;
}

span.says {
    display: none;
}

.woListing {
    background: #f8f8f8;
    padding: 50px 0px;
    position: relative;
    z-index: 9;
}

.woListing .topUp {
    margin-top: -275px;
    margin-bottom: 0px;
}

.woListing .card {
    background: #fff;
    border: 0.20px solid rgb(153 153 153 / 38%);
    margin-bottom: 10px;
    border-radius: 4px;
}

.woListing .card:focus {
    outline: none;
}

.woListing .card .card-header {
    background: #fff;
    padding: 0px;
    border: none;
    margin: 0px;
}

.woListing .card .card-header h2 {
    padding: 0px;
}

.woListing .card .card-header h2:focus {
    outline: none;
}

.woListing .card .card-header h2 .btn {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #222222;
    padding: 18px 35px 18px 15px;
}


.woListing .card [data-toggle="collapse"]:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    color: #222222;
    font-size: 18px;
    position: absolute;
    top: 17px;
    right: 15px;
    font-weight: 700;
}

.woListing .card [data-toggle="collapse"].collapsed:after {
    content: '\f067';
}

.woListPrizing {
    background: #f8f8f8;
    padding-bottom: 80px;
}

.woListPrizing .topTextPart {
    margin-bottom: 50px;
}

.woListPrizing .topTextPart h2 {
    letter-spacing: 0.34px;
    color: #222222;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
    padding: 0px;
    font-weight: 600;
    text-transform: capitalize;
}

.woListPrizing .topTextPart p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}

.woListPrizing .prizBox {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
}

.woListPrizing .prizBox h3 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #222222;
    margin: 0px 0px 5px;
}

.woListPrizing .prizBox .priceValue {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: #222222;
    margin: 0px 0px 5px;
}

.woListPrizing .prizBox p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #222222;
    text-align: center;
    margin: 0px;
}

.woListPrizing .prizBox ul {
    margin: 20px 0px;
    padding: 0px 30px;
}

.woListPrizing .prizBox ul li {
    list-style: none;
    padding: 0px 0px 0px 30px;
    letter-spacing: 0.16px;
    color: #333333;
    font-size: 15px;
    line-height: 34px;
    margin: 0px;
    text-align: left;
    position: relative;
}

.woListPrizing .prizBox ul li i {
    position: absolute;
    left: 0px;
    top: 10px;
}

.woListPrizing .prizBox ul li.grey {
    color: rgb(175, 175, 175);
}

.woListPrizing .prizBox .conditingText {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #999;
    text-align: center;
    margin: 15px 0px 0px;
}

.woListPrizing .prizBox:hover {
    transform: translateY(-15px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 20%);
}

.single-product #primary {
    padding: 80px 0px 50px;
    background: #f5f5f5;
}
.single-product.woocommerce .woocommerce-breadcrumb{
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 50px;
}
.single-product.woocommerce .woocommerce-breadcrumb a {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    display: inline-block;
    transition: all 0.3s; 
}
.single-product.woocommerce .woocommerce-breadcrumb a:hover{
    color:#01aadc;
}
.single-product.woocommerce div.product .product_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    clear: none;
    text-transform: capitalize;
    padding: 0px;
}
.single-product.woocommerce .summary.entry-summary {
    margin-top: 0;
}
.single-product.woocommerce .summary .price {
    color: #01aadc;
    font-size: 24px;
    font-weight: 700;
}
.single-product.woocommerce .woocommerce-product-details__short-description p{
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.16px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    text-align: left;
    font-weight: 500;
}
.single-product.woocommerce .woocommerce-product-details__short-description ul {
    margin: 0px 0px 30px;
    padding: 0;
}

.single-product.woocommerce .woocommerce-product-details__short-description ul li {
    list-style: none;
    padding: 0px 0px 0px 30px;
    letter-spacing: 0.16px;
    color: #333333;
    font-size: 15px;
    line-height: 34px;
    margin: 0px;
    text-align: left;
    position: relative;
    font-weight: 500;
}

.single-product.woocommerce .woocommerce-product-details__short-description ul li i {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #01aadc;
}
.single-product.woocommerce .woocommerce-product-details__short-description ul li.grey{
    font-weight: 400;
}
.single-product.woocommerce .woocommerce-product-details__short-description ul li.grey i{
    color: #333;
}
.single-product.woocommerce .quantity{
    margin-right: 10px !important;
}
.single-product.woocommerce .quantity input {
    border: 1px solid #ebebeb;
    width: 70px;
    height: 40px;
    display: inline;
    margin: 0 3px;
    vertical-align: top;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    background: #fff;
}
.single-product.woocommerce form.cart .single_add_to_cart_button {
    display: inline-block;
    background: #01aadc;
    color: #fff;
    padding: 7px 30px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.single-product.woocommerce form.cart .single_add_to_cart_button:hover {
    background: #1a1a1a;
    color: #fff;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0;
    text-align: left;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 0px;
    padding: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    display: inline-block;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 14px 24px 14px 24px;
    word-break: break-all;
    font-size: 16px;
    color: #333;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #fff;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    display: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
    display: none;
}
.single-product.woocommerce .woocommerce-tabs .panel {
    text-align: left;
    overflow: hidden;
    padding: 20px !important;
    box-sizing: border-box;
    background: #fff;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel h2{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    padding: 0px;
    color: #333;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel p{
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.16px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    text-align: left;
    font-weight: 500;
}
.woocommerce-cart,
.woocommerce-checkout{
    background: #f5f5f5;
}
.single-product .innerSiteBanner .innerPageSeparatorBottom,
.woocommerce-checkout .innerSiteBanner .innerPageSeparatorBottom,
.woocommerce-cart .innerSiteBanner .innerPageSeparatorBottom{
    display: none;
}
.single-product .innerSiteBanner,
.woocommerce-checkout .innerSiteBanner,
.woocommerce-cart .innerSiteBanner {
    padding: 140px 0px 40px 0px;
}
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce{
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 70px 15px;
}
.woocommerce-cart table.shop_table {
    margin: 20px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.woocommerce-cart table.shop_table.cart{
    margin: 0 0 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}
.woocommerce-cart table.shop_table th {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    background: #1a1a1a;
    color: #fff;
    padding:10px 10px;
}
.woocommerce table.shop_table{
    border: none;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-cart #content table.cart td,
.woocommerce-cart #content table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    vertical-align: middle;
    text-align: left;
}
.woocommerce-cart table.wishlist_table thead th
.woocommerce-cart table.shop_table td {
    border-color: #ebebeb !important;
    padding: 8px 10px !important;
    box-sizing: border-box;
}
.woocommerce-cart table.shop_table td {
    font-size: 16px;
    background: #fff;
}
.woocommerce-cart .cart_totals > h2{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0px;
}
.woocommerce-cart #content table.cart a.remove,
.woocommerce-cart table.cart a.remove,
.woocommerce-cart #content table.cart a.remove,
.woocommerce-cart table.cart a.remove {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 1em;
    line-height: 1;
    text-decoration: none;
    width: 1em;
}
.woocommerce-cart .product-add-to-cart,
.woocommerce-cart .product-remove,
.woocommerce-cart .product-thumbnail {
    text-align: center !important;
}

.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin: 0 5px 0 0;
    outline: 0;
    line-height: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    width: 140px;
}
.woocommerce-cart button.button,
.woocommerce button.button{
    display: inline-block;
    background: #01aadc;
    color: #fff !important;
    padding: 7px 30px !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.woocommerce-cart button.button:hover,
.woocommerce button.button:hover {
    background: #1a1a1a;
    color: #fff !important;
}
.woocommerce-cart button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover{
    background: #01aadc;   
}

.woocommerce .checkout-button {
    display: block !important;
    background: #01aadc !important;
    color: #fff !important;
    padding: 16px 30px !important;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    transition: 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    text-transform: uppercase !important;
}
.woocommerce .checkout-button:hover {
    background: #1a1a1a !important;
    color: #fff !important;
}
.woocommerce-info{
    background: #fff;
    margin: 0 !important;
}
.woocommerce-info a{
    color: #01aadc;
}
.woocommerce-info a:hover{
    color: #1a1a1a;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 50%;
    max-width: 100%;
    flex: 0 0 1%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 50%;
    max-width: 100%;
    flex: 0 0 1%;
}
.woocommerce .woocommerce-additional-fields h3,
.woocommerce .woocommerce-billing-fields h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #222222;
    margin: 0px 0px 30px;   
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce form label{
    font-weight: 600;
    font-size: 15px;
    line-height: 1 !important;
}
.woocommerce form span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce form .input-text{
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    line-height: 24px;
    height: auto;
    padding: 8px 15px;
}
.select2-container .select2-selection--single{
    height: auto;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 6px;
}
.select2-container .select2-dropdown {
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 5px;
}
.woocommerce table.woocommerce-checkout-review-order-table{
    border-collapse: collapse;
}
.woocommerce-checkout-review-order-table th {
    background: #1a1a1a;
    color: #fff;
}
.woocommerce-checkout-review-order-table td{
    background: #fff;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th{
    border-top: 1px solid rgba(255,255,255,.1);
}

.woocommerce h3#order_review_heading{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #222222;
    margin: 0px 0px 20px;   
}
.woocommerce-checkout #payment{
    background: #01aadc;
}
.woocommerce-checkout #payment .woocommerce-info{
    border-top-color: transparent;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
    color: #fff;
    font-size:16px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a{
    color: #1a1a1a;
}
.woocommerce-checkout .place-order button.button {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 7px 30px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.woocommerce-checkout .place-order button.button:hover {
    background: #1a1a1a;
    color: #fff;
    opacity: 0.8;
}
.woocommerce-info {
    border-top-color: #01aadc;
}
.woocommerce form.checkout_coupon {
    background: #fff;
    border: none;
    border-radius: 0px;
    margin-top: 0;
}
.woocommerce-form-coupon-toggle{
    margin-bottom: 30px;
}
.woocommerce-error {
    border-top-color: #b81c23;
    background: #fff;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-message{
	background-color: #fff;
}
.return-to-shop a.wc-backward,
.woocommerce-notices-wrapper .woocommerce-message a.button{
	display: inline-block;
    background: #01aadc;
    color: #fff;
    padding: 7px 30px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.return-to-shop a.wc-backward:hover,
.woocommerce-notices-wrapper .woocommerce-message a.button:hover{
	background: #1a1a1a;
    color: #fff;
}

body header .navbar a.cartBtn {
    margin-left: 15px;
    font-size: 20px;
    color: #01AADC;
}
body header .navbar a.cartBtn:hover{
	color: #000;	
}
p.return-to-shop {
    margin-top: 15px;
}
.woListPrizing .prizBox a.smToogle {
    display: none;
    position: absolute;
    right: 15px;
    top: 25px;
}
.woocommerce-cart table.shop_table td.product-remove {
    width: 200px;
}
.woocommerce-cart #content table.cart a.remove,
.woocommerce-cart table.cart a.remove,
.woocommerce-cart #content table.cart a.remove,.woocommerce-cart table.cart a.remove{
    width: auto;
    height: auto;
    border-radius: 0px;
    font-size: 14px;
}
.woocommerce-cart #content table.cart a.remove i,
.woocommerce-cart table.cart a.remove i,
.woocommerce-cart #content table.cart a.remove,.woocommerce-cart table.cart a.remove i{
    margin-right: 5px;
}
.woocommerce-cart #content table.cart a.remove:hover,
.woocommerce-cart table.cart a.remove:hover,
.woocommerce-cart #content table.cart a.remove,.woocommerce-cart table.cart a.remove:hover{
    background: transparent;
    opacity: 0.7;
    color: red !important;
}