html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

h1 {
    color: #202020;
    text-transform: capitalize;
    /*font-family: 'Oswald', sans-serif;*/
    /*font-size: calc(22px + (55 - 22) * ((100vw - 300px) / (1920 - 300)));*/
    font-size: calc(22px + (46 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    margin-bottom: 20px;
}

h2 {
    font-weight: 900;
    font-size: calc(26px + (36 - 26) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 15px;
    color: #20336B;
}
.pl-0{
    padding-left: 0;
}

.heading {
    padding-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}

.heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 103px;
    height: 3.99px;
    background: #20336B;
}

.heading.white:before {
    background: #fff;
}

.heading.skyblue:before {
    background: #00BAF2;
}

.heading.left:before {
    left: 0;
}

.heading.center:before {
    left: 50%;
    transform: translateX(-50%);
}

h3 {
    font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 0;
}

h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 0;
    color: #20336B;
}

h6 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 0;
}

p {
    color: #202020;
    line-height: 1.8;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 0;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
}

a {
    color: #000000;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
}

a, a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #00BAF2;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}

.color-blue {
    color: #20336B;
}

.color-black {
    color: #111820;
}

.color-skyblue {
    color: #00BAF2;
}

.btn.btn-default {
    font-weight: 500;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: #FFFFFF;
    background: #20336B;
    border-radius: 90px;
    padding: 10px 30px;
    text-transform: capitalize;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.btn.btn-default:hover {
    background: #00BAF2;
}

.btn.btn-default.border {
    border: 1px solid #fff;
}

.btn.btn-default.btn-white {
    background: #FFFFFF;
    border: 1px solid #20336B;
    color: #202020;
}

.btn.btn-default.btn-green {
    background: #516447;
    border: 1px solid #516447;
}

.btn.btn-default.btn-green:hover {
    color: #516447;
    background: #fff;
}

.btn.btn-default.btn-light {
    border: 1px solid #00BAF2;
    background: #00BAF2;
}

.btn.btn-default.btn-light:hover {
    color: #00BAF2;
    background: #fff;
}

.btn.btn-default.btn-black {
    border: 1px solid #111820;
    background: #111820;
}

.btn.btn-default.btn-black:hover {
    color: #111820;
    background: #fff;
}

section, footer {
    padding: calc(50px + (100 - 50) * ((100vw - 300px) / (1920 - 300))) 0 ;
}

.navbar.headerFixed {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
}


body a.navbar-brand {
    font-style: normal;
    font-weight: 900;
    font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (1920 - 300)));
    text-transform: capitalize;
    color: #20336B !important;
}

.navbar .navbar-nav .nav-item {
    padding: 21px 6px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 4px 15px;
    text-transform: capitalize;
    opacity: 1;
    color: #20336B;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    opacity: 0.6;
}

.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item:focus .nav-link {
   opacity: 0.6;
}

.navbar .btn-secondary, .navbar .btn-secondary:focus {
    color: #20336B;
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .social-right i {
    color: #20336B;
}

.navbar .social-right .search {
    padding: 0 15px;
    margin: 0 10px;
    border-left: 1px solid rgba(242, 173, 50, 0.6);
    border-right: 1px solid rgba(242, 173, 50, 0.6);
}

.navbar .social-right .social-fa i {
    padding: 0 5px;
}

.navbar .social-right .social-fa i:last-child {
    padding-right: 0;
}

.home-section {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    /* background-position: center; */
}

.home-section .sub-title {
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}

.heading-sec {
    margin-bottom: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.feature-section .feature-box {
    padding-top: calc(20px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
    padding-bottom: calc(20px + (40 - 18) * ((100vw - 300px) / (1920 - 300)));
    padding-left: calc(15px + (15 - 15) * ((100vw - 300px) / (1920 - 300)));
    padding-right: calc(15px + (15 - 15) * ((100vw - 300px) / (1920 - 300)));
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.feature-section .feature-box p {
    color: white;
    margin-bottom: 0;
}

.feature-section .feature-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.feature-section .feature-wrapper:nth-child(1) .col-12:nth-child(1) .feature-box {
    background: #DB78DD;
}

.feature-section .feature-wrapper:nth-child(1) .col-12:nth-child(2) .feature-box {
    background: #A688E7;
}

.feature-section .feature-wrapper:nth-child(1) .col-12:nth-child(3) .feature-box {
    background: #3ECF8E;
}

.feature-section .feature-wrapper:nth-child(1) .col-12:nth-child(4) .feature-box {
    background: #F0B64B;
}

.feature-section .feature-wrapper:nth-child(2) .col-12:nth-child(1) .feature-box {
    background: #818BF0;
}

.feature-section .feature-wrapper:nth-child(2) .col-12:nth-child(2) .feature-box {
    background: #41DFD6;
}

.feature-section .feature-wrapper:nth-child(2) .col-12:nth-child(3) .feature-box {
    background: #45B2E8;
}

.feature-section .feature-wrapper:nth-child(3) .col-12:nth-child(1) .feature-box {
    background: #6DC660;
}

.feature-section .feature-wrapper:nth-child(3) .col-12:nth-child(2) .feature-box {
    background: #F276B2;
}

.feature-section .feature-wrapper:nth-child(4) .col-12:nth-child(1) .feature-box {
    background: #F99E6B;
}

.feature-section .feature-text h5 {
    line-height: 1.3;
}

.feature-section .feature-text p {
    margin-top: 6px;
    margin-bottom: 18px;
}

.container.container-whole-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
}

.grid-wrapper {
    position: relative;
    overflow: hidden;
}

.container.container-whole-page .row {
    width: 100%;
    height: 100%;
    margin-left: -7px;
}

.container-whole-page .row div {
    border-left: 1px dashed rgb(221 221 221 / 40%);
    ;
    padding: 0;
    height: 100%;
}

.container-whole-page .row div:first-child {
 
    border-left: 1px solid rgb(221 221 221 / 40%);
}
    .container-whole-page .row div:last-child{
    border-right: 1px solid rgb(221 221 221 / 40%);
    ;
}

.purpose-section {
        clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
        background-color: #0F4A8A;
    background-size: cover;
    padding-top: 150px;
    background-position: top right;
}

.details img {
    margin-bottom: 15px;
}

.details h5 {
    padding: 2px 0;
    margin-bottom: 10px;
    position: relative;
}

.purpose-section p {
    font-weight: 300;
}

.feature-section .container, .purpose-section .container, .reliable-section .container {
    z-index: 5;
    position: relative;
}

.details {
    margin-top: 30px;
    position: relative;
}

.details h5:before {
    content: '';
    position: absolute;
    left: -19px;
    height: 100%;
    background: #00BAF2;
    width: 1px;
}

.testimonial-section {
    position: relative;
    background: linear-gradient(180deg, #00BAF2 0%, #20336B 100%);
}

.testimonial-section p {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.testimonial-section p i.text-left {
    text-align: left
}

.testimonial-section p, .testimonial-section h3 {
    color: white;
}

.testimonial-section h3 {
    font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 10px;
}

.testimonial-section img {
    width: auto !important;
    margin: auto;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

button.owl-prev {
    left: 0;
    position: absolute;
}

button.owl-prev, button.owl-next {
    background: #20336B !important;
    border: 1px solid #151E38 !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
}

button.owl-prev:hover, button.owl-next:hover {
    background: #00BAF2 !important;
}

.owl-carousel.owl-theme button.owl-prev i, .owl-carousel.owl-theme button.owl-next i {
    color: white;
}

button.owl-next {
    position: absolute;
    right: 0;
}

.process-section {
    background: url(../images/process.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff;
}

.process-wrapper {
    text-align: center;
    position: relative;
}

.process-box-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 210px;
    margin-left: -8px;
}
.process-wrapper .process-box {
    z-index: 2;
    position: relative;
    text-align: center;
    flex: 0 0 33.33%;
    padding: 15px;
}

.process-wrapper h4 {
    font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: #20336B;
}

.process-wrapper h4 {
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
    margin-top: 5px;
    margin-bottom: 5px;
}

.process-wrapper .process-box:nth-child(1) h3 {
    color: #F99E6B;
}

.process-wrapper .process-box:nth-child(2) h3 {
    color: #7A73FF;
}

.process-wrapper .process-box:nth-child(3) h3 {
    color: #3ECF8E;
}

.process-wrapper .process-box:nth-child(4) h3 {
    color: #F276B2;
}

.process-wrapper img {
    width: auto;
}

.process-wrapper .process-box {
    z-index: 2;
    position: relative;
    text-align: center;
}

.process-wrapper .process-box:nth-child(odd) {
    margin-top: 90px;
}

.process-wrapper .process-box:nth-child(even) {
    flex-direction: column-reverse;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: flex-end;
}

.process-wrapper .process-line {
    position: absolute;
    z-index: 1;
    top: 50px;
}

input.form-control, textarea.form-control {
    border-radius: 15px;
    border: none;
    padding: 10px 25px;
}

.form-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 20px 30px;
}

.form-wrapper form label {
    font-weight: normal;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    line-height: 21px;
    margin-bottom: 14px;
    margin-top: 5px;
    color: #20336B;
}

.form-wrapper form i {
    color: #00BAF2;
    ;
    font-size: 18px;
    margin-right: 10px;
}

.form-wrapper form input, .form-wrapper form textarea {
    background: #F1F4F9;
    border-radius: 15px;
    border: none;
    padding: 13px 25px;
}

.contact-section {
    background: linear-gradient(180deg, #F4F8FF 0%, rgba(244, 248, 255, 0) 72.75%);
}

footer {
    background-color: #20336b;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    background-position: top;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 60px;
    position: relative;
}
footer .container {
    position: relative;
    z-index: 2;
}
footer:before {
    content: '';
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    background: #f1f4f9;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 5px;
}

footer h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #20336B;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

footer h3:before, footer span:before, footer span:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #00BAF2;
}

footer h3:before {
    width: 20px;
}

footer h3 span:before, span:after {
    left: 22px;
    width: 5px;
}

footer h3 span:before {
    left: 29px;
}

footer ul li, footer ul li a {
    font-weight: normal;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #202020;
}

footer ul li {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}

footer .two-col {
    column-count: 2;
}

footer i {
    color: #00BAF2;
    margin-top: 5px;
    margin-right: 10px;
}

.copyright-sec {
    background: #F1F4F9;
}

.copyright-sec .container {
    border-top: 1px solid #DDDDDD;
}

.copyright-sec .container p, .copyright-sec .container a {
    font-weight: normal;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    line-height: 20px;
    text-align: center;
    margin: 12px;
}

.center-content {
    display: flex;
    align-items: center;
}

.top-banner-section.feature {
    background: url(../images/features-bg.png);
}

.top-banner-section.about {
    background: url(../images/about-bg.png);
}

.top-banner-section.faq {
    background: url(../images/faq-bg.png);
}

.top-banner-section.blog {
    background: url(../images/blog-bg.png);
}
.top-banner-section.pricing {
    background: url(../images/pricing-bg.png);
}

.top-banner-section {
    height: 60vh;
    padding-top: 70px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}

.top-banner-section div {
    height: 100%;
}

.top-banner-section h1 {
    margin-bottom: 0;
}

.about-section .btn-style {
    background: #E0E8FE;
    border-radius: 50px;
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #20336B;
    margin-bottom: 20px;
}

.about-meet {
    background: url(../images/about-meet-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-meet .bg-meet {
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(32, 51, 107, 0.15);
    border-radius: 10px;
}

.about-meet .bg-meet p {
    margin-right: 10px;
    padding: 10px;
}

.what-do {
    background: #67A0E9;
}

.what-do .icon-wrapper {
    padding: 22px 22px 22px 17px;
    background: #5187CC;
    border-radius: 10px;
    margin-bottom: 10px;
}

.what-do .icon-wrapper i {
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 5px;
}

.what-do p {
    color: white;
}

.what-do .icon-wrapper p {
    margin: 0;
    display: flex;
}

.register-section {
    background: #f1f4f9;
    position: relative;
    padding: calc(50px + (40 - 50) * ((100vw - 300px) / (1920 - 300))) 0;
}

.register-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #42486C;
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}
.register-section .container {
    z-index: 9;
    position: relative;
}

.register-section.login-bg {
    background: #f1f4f9;
    position: relative;
}

.register-section.login-bg:before {
    content: '';
    position: absolute;
    top: 30%;
    height: calc(100% - 40%);
    width: 100%;
    background: #42486C;
    clip-path: polygon(0 60%, 100% 0, 100% 40%, 0% 100%);
    z-index: 9;
}

.register-section.login-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 66%;
    width: 100%;
    background: white;
    clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}
.register-section.login-bg .container {
    z-index: 9;
    position: relative;
}

.register-section.login-bg .form-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
}

.register-section .form-wrapper .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #00BAF2;
    padding: 0;
    margin-right: 10px;
}

.register-section .form-wrapper input, .register-section .form-wrapper textarea {
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
    padding: 9px 25px;
}

.register-section::placeholder {
    color: #ADA5A5;
}

.register-section .form-wrapper .heading {
    margin-bottom: 30px;
}

.register-section .form-wrapper .heading:before {
    width: 70%;
    height: 2px;
}

.register-section .form-wrapper hr:not([size]) {
    height: 2px;
    margin-top: 40px;
    margin-bottom: 26px;
}

.register-section .form-check-input {
    padding: unset;
    border-radius: 5px;
}

.register-section .op-0 {
    opacity: 0;
}

.register-section .icons div {
    padding-left: 3px;
    padding-right: 3px;
}

.register-section .btn-default {
    border-radius: 7px;
    width: 100%;
    margin-top: 20px;
}

.register-section .green-text {
    color: #00934D;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: right;
}

.register-section p {
    margin-bottom: 0;
}

.register-section .empty-cart {
    font-weight: normal;
    font-size: 14px;
    color: #173D7A;
}

.register-section .bg-total {
    background: #ECECEC;
    padding: 10px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
}

.register-section .bg-total p {
    font-weight: bold;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}

.register-section .bg-total p.bold {
    color: #202020;
}

.register-section .form-wrapper.right {
    padding: 40px;
}

.register-section .form-wrapper.right hr:not([size]) {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 16px;
}

.register-section .form-wrapper .form-wrapper-inner {
    background: #F9F9F9;
    padding: 20px;
}

.register-section.login-bg .form-wrapper .form-check-input {
    border-color: #173D7A;
}

.register-section.login-bg .form-check-label {
    font-size: 14px;
}

.register-section.login-bg .account-text {
    color: #999999;
    text-align: center;
    margin-top: 15px;
}

.faq-section .accordion-button {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: none;
    padding: 0;
}

.faq-section .accordion-button i {
    width: 66px;
    height: 60px;
    background: #32325D;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    margin-right: 20px;
}

.faq-section .accordion-button {
    font-weight: bold;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: 21px;
    color: #32325D;
}

.faq-section .accordion-body {
    padding: 20px 0 0;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
}

.accordion-button::after {
    content: unset;
}

.circle {
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 50px;
    display: inline-block;
}

.circle.date {
    background: #E7F3E1;
    color: #516447;
    font-weight: 700;
}

.circle.hashtag {
    font-weight: normal;
    color: #777777;
    background: #EDEDED;
    margin-bottom: 10px;
    margin-right: 10px;
}

.blog-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    height: 100%;
}

.blog-section .hashtags {
    margin-bottom: 20px;
}

.blog-section .blog-text-wrapper {
    padding: 30px 22px;
}

.blog-section .blog-text-wrapper p {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 18px;
}

.sidebar .blog-wrapper {
    padding: 22px 15px 20px;
}

.sidebar h3 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 10px;
}

.sidebar p {
    margin-bottom: 0;
}

.sidebar .posts {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sidebar .posts:last-child {
    margin-bottom: 0;
}
.sidebar .posts img {
    background: #C4C4C4;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.sidebar .posts-text {
    margin-left: 12px;
}

.sidebar .posts-text h6 {
    font-weight: 400;
}

.sidebar .posts-text .tags {
    font-weight: 500;
    color: #20336B;
    margin-top: 10px;
}

.blog-section .form-wrapper {
    padding: 0;
    box-shadow: none;
}

.blog-section .form-wrapper i {
    color: #516447;
}

.pagination {
    margin-top: 20px;
}

.pagination-list {
    display: flex;
    flex-wrap: wrap;
}

.pagination-list li {
    margin-right: 10px;
}

.pagination-list li a {
    background: #EDEDED;
    color: #516447;
    border-radius: 5px;
    font-weight: bold;
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    width: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
    height: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
    justify-content: center;
    display: flex;
    align-items: center;
}

.pagination-list li a:hover, .pagination-list li a.active {
    color: #FFFFFF;
    background: #516447;
}

.blog-detail .img-wrapper {
    position: relative;
}

.blog-detail .date {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    background: #516447;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-transform: capitalize;
}

.blog-detail .blog-desc {
    margin-top: 30px;
    background: #EBF6FF;
    border-radius: 10px;
    padding: 15px 30px;
}

.blog-detail .blog-desc ul {
    display: flex;
}

.blog-detail .blog-desc ul li {
    margin-right: 10px;
    padding-right: 10px;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    position: relative;
}

.blog-detail .blog-desc ul li::before {
    content: '|';
    position: absolute;
    right: 0%;
}

.blog-detail .blog-desc ul li:last-child:before {
    content: unset;
}

.blog-detail .blog-desc ul .text-green {
    color: #516447;
}

.comment-sec .comment-wrapper {
    display: flex;
    margin-top: 30px;
}

.comment-sec .comment-wrapper.receive {
    margin-left: 185px;
}

.comment-sec .comment-wrapper .set-bg {
    background: #EDEDED;
    border-radius: 10px;
    padding: 25px;
}

.comment-sec .comment-wrapper .user-comment {
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.comment-sec .comment-wrapper .text-set {
    display: flex;
}

.comment-sec .comment-wrapper .text-set .right {
    margin-left: auto;
}

.comment-sec .comment-wrapper .user-comment i {
    font-size: calc(60px + (120 - 60) * ((100vw - 300px) / (1920 - 300)));
    color: white;
}

.comment-sec {
    margin-top: 60px;
}

.comment-sec .user-text-wrapper {
    display: flex;
    flex-direction: column;
}

.comment-sec .user-text-wrapper .share {
    color: #516447;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.comment-sec p {
    margin-bottom: 10px;
}

.comment-sec .text-desc {
    margin-top: auto;
}

.comment-sec .text-desc p {
    color: #516447;
    align-items: flex-end;
    display: flex;
    margin-top: auto;
    justify-content: flex-end;
    margin-bottom: 0;
}

.comment-sec.reply-sec .form-label span {
    color: #FD0505;
}
.navbar-dark .navbar-toggler {
    border-color: rgb(32 51 107);
    margin-left: 15px;
}
.navbar-dark .navbar-toggler i {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.register-section .heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
}
.pricing-table{
    background: #FFFFFF;
    border: 2px solid #0F4A8A;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 26px;
}
.pricing-table-wrapper{
    transition: all .3s ease-out;

    border-radius: 15px;
}
.pricing-table-wrapper:hover{
    transform: scale(1.03);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 15%);
    transition: all .3s ease-out;

}
.pricing-section .row{
    justify-content: center;
}
.pricing-section .pricing-heading{
    color: #0F4A8A;
    font-size: calc(16px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
}
    .pricing-section .past-currency{
        line-height: 23px;
        text-decoration-line: line-through;
font-weight: normal;
font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
color: #777777;
margin-right: 10px;
}
.pricing-section .original-pricing{
    background: #0F4A8A;
    border-radius: 50px;
font-weight: bold;
font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
line-height: 21px;
text-transform: uppercase;
color: #FFFFFF;
padding: 5px 10px;
}
.pricing-section .price-block .small-text{
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.pricing-section .btn-default{
    padding: 5px 30px;
}

.pricing-section li{
    color: #173D7A;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 6px;
}
.pricing-section .fa-check{
    /*color: #CE7C3A;*/
    margin-right: 10px;
}
.pricing-section .pricing-top-line{
    height: 40px;
    background-color: #00BAF2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-section .pricing-top-line h5{
    text-transform: uppercase;
}
.pricing-section .col-12:nth-child(2) .pricing-table{
    border-color: #00BAF2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.pricing-section .col-12:nth-child(2) .pricing-table .original-pricing{
    background: #00BAF2
}
.faq-included{
    background-color: #0F4A8A;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
    .faq-included h2{
        color: #FFD848;
    }
    
    .faq-included ul li{
        color: white;
        margin-bottom: 10px;
    }
    .faq-included ul li i{
        color: #FFD848;
        margin-right: 10px;
    }
    .question-section h4{
        margin-bottom: 10px;
        color: #20336B;
    }
    .question-section h4 i{
            color: #00BAF2;
            margin-right: 10px;
        }
        .question-section p{
            margin-bottom: 25px;
        }

/*Avv*/
.contact-section .select2-selection__rendered {color: #6c757d;line-height: 1.4 !important;padding: 0 !important;}

.contact-section .select2-selection {
    box-shadow: none !important;
    background: #F1F4F9 !important;
    border-radius: 15px !important;
    border: none !important;
    padding: 13px 25px !important;
    height: auto !important;
}

/*.custom_state .select2-selection__rendered  {color: #6c757d;line-height: 1.4 !important;padding: 0 !important;}
.custom_state  .select2-selection {
    box-shadow: none !important;
    background: #F1F4F9 !important;
    border-radius: 15px !important;
    border: none !important;
    padding: 13px 25px !important;
    height: auto !important;
}


.custom_state + .select2 {
    display: block;
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
    padding: 9px 25px;
}

.custom_state + .select2 .select2-selection {
    height: auto;
    color: #6c757d;
}*/

.logo {
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.logo i{
    font-size: 72px;
    color: #333;
    margin: 0 90px;
}

.logo img {
    width: 350px;
}
.home-section {
    height: 100vh;
}

.mainTop-header{
    background: #F7FAFC; 
    padding: 15px 25px 0;
    border-bottom: 1px solid #ddd;
}

.tabs-wrapper .nav-tabs {border: none;}

.top-logo img {width: 220px;}

.mtop-header {background: #F7FAFC;padding: 15px 25px 0;border-bottom: 1px solid #ededed;}

.tabs-wrapper .nav-tabs .nav-link {background: transparent;border: none;color: #1f3e7a;font-weight: 500;border-bottom: 2px solid transparent;}

.tabs-wrapper .nav-tabs .nav-link.active , .tabs-wrapper .nav-tabs .nav-link:hover {border-bottom: 2px solid #23baed;}


.list-items-data {border-right: 1px dashed #DDD;
    padding: 50px 0;
    height: calc(100vh - 125px);
    padding-right: 30px;
    overflow: auto;}

.list-items-data li a {color: #7a7a7a;font-size: 16px;text-decoration: none;font-weight: 500;transition: all 0.3s ease;}

.list-items-data li {margin-bottom: 15px;}

.list-items-data li:hover a ,
.list-items-data li.active a  {color: #1f3e7a;}
.all-about-content {margin-top: 45px;height: calc(100vh - 200px);
    
    overflow: auto;}
.all-about-content > div:first-child {margin-top: 0;}
.all-about-content h1 {font-size: 30px;font-weight: 600;text-transform: capitalize;margin-bottom: 20px;}

.all-about-content > div {margin-top: 35px;}

.all-about-content > div p {margin-top: 20px;font-size: 14px;}

/* Custom CSS */
.color-sky-blue {
    color: #00BAF2 !important;
}

.footer-logo img {width: 220px;margin-bottom: 20px;}
#subscribe_form label.error {display: block;}
input#same_as:checked {background-color: #20336B;border-color: #20336B;}
        
#registration .select2-selection {background: #f9f9f9 !important;border-color: #eeeeee !important;}
.feature-section {
    background: url('../images/vector-3.png') no-repeat;
    background-size: 39%;
    background-position:     center left;
}

.btn-theme {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 9px 36px 8px 37px;
    object-fit: contain;
    border-radius: 20px;
    background: #1e71fb;

    border: 1px solid #1e71fb;
}
.btn-theme:hover {
    background: transparent;
    border-color: #1e71fb;
    color: #1e71fb;
}

.hero-section{
    background-size: 60%;
    background-position: center right;
    height: 100vh;
    display: flex;
    align-items: center;
}
.theme-header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px 15px !important;
}

.theme-header .navbar-nav li a {color: #1e71fb !important;font-size: 18px;padding: 0 20px !important;}

.theme-header .navbar-brand {
    color: #fff;
}

.hero-title {
    color: #1e71fb;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.hero-section p {
    margin-bottom: 50px;
}

.hero-img img {
    position: absolute;
    max-width: 760px;
    right: 0;
    left: 0;

    margin-top: -80px;
}
.error-payment {
    color: #c33b35;
}

.danger-btn {background: #c33b35;border-color: #c33b35;}

.danger-btn:hover {
    border-color: #c33b35;
    color: #c33b35;
}

@media (max-width: 1024px){
    .feature-section {
        background: none;
    }
}
@media (max-width: 991px){

    .home-section {
        height: auto;
    }
    .navbar .btn {display: none;}
    .navbar .container{
        position: relative;
    }
    .navbar .navbar-collapse {
        z-index: 9;
        position: absolute;
        width: 100%;
        left: 0;
        top: 67px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }
    .logo i {font-size: 54px;margin: 0 50px;}
    .logo img {
        width: 220px;
    }
    footer {
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    }
    footer:before {
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    }
}
@media (max-width: 767px){
   .logo {
        display: block;

   } 
   .logo img{
        margin: 0 auto;
        width: 160px;
   }
   .logo i{
           font-size: 28px;
    margin: 0 15px;
    }
    footer {
        background-color: #20336b;
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    }
    footer:before {
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    }
    footer {
        margin-top: 40px;
    }
}

@media (max-width: 767px){
    .list-items-data , .all-about-content{
        height: auto;
    }
    .list-items-data {
        border-right: none;
        padding: 40px 0;
    }
    .all-about-content {margin-top: 0;}
    .tabs-wrapper .nav-tabs .nav-item {flex: 1 0 0%;}
}
@media(max-width: 580px){

    .logo {
        text-align: center;
        max-width: 250px;
    }
    .logo img {
        width: auto;
        display: block;
    }
    .logo i {
        font-size: 48px;
        margin: 15px 0;
    }
}

@media (max-width: 1500px){
    .hero-img img{
        position: unset;
        max-width: 100%;
        margin: 0;
    }

    .hero-section{
        background-size: contain;
    }
}
@media (max-width: 991px){
    .navbar-toggler-icon {
        filter: brightness(0) invert(0);
    }

    .navbar-toggler {
        border-color: #444 !important;
    }
    .theme-header .navbar-brand {
        color: #1e71fb;
    }
}
@media (max-width: 767px){
    
    .hero-section{
        background: none;
        height: auto;
        padding: 50px 0;
    }
    .hero-title {
        font-size: 34px;
    }
    .hero-img {
        margin-top: 40px;
    }
    .empty-card .hero-title {
        font-size: 26px;
    }
}
/*Avv End*/





