/*=========
Fonts
===========*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/proxima-nova-2'); */

body {	
    font-family: 'Proxima Nova','Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #191919;	
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/*===================
header-area start
=====================*/
.header-area {
    background: #FFFFFF;
    /* padding: 12px 0; */
    box-shadow: 0px 4px 11px rgba(98, 100, 107, 0.05);
    position: relative;
}
.header-area .container {
    max-width: 100%;
}

.navbar {
    padding: 0px 10px;
    position: inherit;
}

.navbar-brand img {
    max-width: 145px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav li {
    margin-left: 40px;
    padding: 25px 0;
}

.navbar-nav li:last-of-type {
    padding: 0;
}

.navbar-nav li a {
    font-weight: 600;
    font-size: 16px;
    color: #62646B;
    display: inline-block;
    transition: 0.2s all ease;
    position: relative;
}

.navbar-nav li a::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #024263;
    position: absolute;
    bottom: -27px;
    left: 0;
    transition: 0.2s all ease;
    opacity: 0;
}

.navbar-nav li a:hover {
    color: #024263;
}

.navbar-nav li .active::after,
.navbar-nav li a:hover::after {
    opacity: 1;
}

.navbar-nav li .login-btn {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.navbar-nav li .login-btn:hover {
    background: #024263;
    color: #FFF;
}

.navbar-nav li .active {
    background: transparent;
    border-color: transparent;
    color: #024263;
}

.navbar-toggler {
    outline: none!important;
    box-shadow: none!important;
    padding: 2px;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 25px rgba(98, 98, 98, 0.25);
    z-index: 999999999;
    display: none;
    opacity: 0;
    border-top: 4px solid #024263;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.navbar-nav li:hover .mega-menu {
    display: block;
    opacity: 1;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.mega-menu-inner {
    max-width: 100%;
    padding: 25px 30px 10px;
    margin: 0 auto;
}

.mega-menu-item {
    margin-bottom: 25px;
}

.mega-menu-item h2 {
    font-weight: 600;
    font-size: 16px;
    color: #62646B;
    margin: 0 0 24px;
}

.mega-menu-item ul li {
    margin: 0;
    padding: 0;
}

.mega-menu-item ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.mega-menu-item ul li a img {
    max-width: 35px;
    display: block;
    margin-right: 4px;
}

.mega-menu-item ul li:last-of-type a {
    margin-bottom: 0;
}

.mega-menu-item ul li a:hover:after {
    display: none;
}

.mega-menu2 {
    display: none;
}

.dropdown-menu {    
    background: #fff;
    box-shadow: 0px 4px 25px rgba(98, 98, 98, 0.25);
    border-top: 4px solid #024263;
    width: 320px;
}

.dropdown-menu li {
    padding: 0;
    margin: 0;
}

.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu li a:hover:after {
    display: none;
}

/*hamburger*/
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

/*offcanvas*/
.offcanvas-start {
    width: 320px;
}

.offcanvas-header img {
    max-width: 140px;
}

.offcanvas-body ul li {
    padding: 12px 10px;
}

.offcanvas-body ul li a {
    padding: 0;
}

.offcanvas-body ul li a::after {
    bottom: -5px;
}

.btn-close {
    opacity: 1;
    font-size: 25px;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
}

.modal-backdrop.show {
    opacity: none;
}

.modal-backdrop {
    background-color: transparent;
}

/*=== footer-area start ===*/
.footer-area {
    background: #F5F6FA;
    padding: 55px 0 40px;
}

.footer-logo img {
    max-width: 145px;
}

.footer-item h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #024263;
}

.footer-item li {
    padding-top: 12px;
}

.footer-item li a {
    font-weight: 500;
    font-size: 14px;
    color: #024263;
    transition: 0.2s all ease;
}

.footer-item li a:hover {
    color: #007791
}

.footer-item .social-icon {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #024263;
    text-align: center;
}

.footer-item .social-icon li {
    display: inline-block;
    padding: 0 15px;
}

.footer-item .social-icon li a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-item {
    text-align: center;
}

/*=== split page start ===*/
.split-wraper {
    padding-bottom: 140px;
}

.bread-camb {
    padding: 25px 0 54px;
}

.bread-camb ul li {
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #62646B;
}

.bread-camb ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #62646B;
}

.split-main {
    max-width: 773px;
    width: 100%;
    background: #FFFFFF;
    border: 1px dashed #62646B;
    padding: 35px 15px 178px;
    text-align: center;
    border-radius: 10px;
}

.split-main h2 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 6px;
}

.split-main h2 {
    font-weight: 600;
    font-size: 36px;
    color: #007791;
}

.split-main p {
    font-weight: 600;
    font-size: 12px;
    color: #62646B;
}

.split-main a {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background: #007791;
    display: inline-block;
    padding: 20px 65px 20px 25px;
    border-radius: 10px;
    margin-top: 58px;
}

.split-main a img {
    max-width: 28px;
    margin-right: 80px;
}

/*=== tools page start ===*/
.tools-wrapper {
    background-image: url(./../images/bg3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.tools-app-wrapper {
    background-image: url(./../images/bg3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.tools-upper {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.tools-upper h2 {
    font-weight: 600;
    font-size: 40px;
    color: #024263;
    margin-bottom: 15px;
}

.tools-upper p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #62646B;
}

.tools-wrapper .bg1 img {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -9;
}

.tools-wrapper .bg2 img {
    max-width: 200px;
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: -9;
}

.tools-main {
    max-width: 940px;
    width: 100%;
    margin: 74px auto 0;
    z-index: 9;
}

.tools-box {
    background: #FFFFFF;
    border: 1px solid #024263;
    padding: 20px 20px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 208px;
}

.tools-box h4 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;   
    margin-right: 18px; 
}

.tools-box h4 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0;
}

.tools-box h4 a {
    font-size: 15px;
    color: #000000;
    display: block;
    margin-left: auto;
}

.tools-box p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-top: 22px;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .tools-wrapper .bg1 img,
    .tools-wrapper .bg2 img {
        max-width: 130px;
    }
}

/*=== login page start ===*/
.login-wrapper {
    padding: 70px 0 250px;
    position: relative;
}

.login-bg1 img {
    max-width: 600px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}

.login-bg2 img {
    max-width: 154px;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: -9;
}

.login-main {
    z-index: 9;
}

.login-box {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}

.login-upper img {
    width: 100%;
}

.login-item {
    padding: 70px 0 48px;
}

.login-btn {
    padding: 0 28px;
}

.login-btn a {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    background: #024263;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 18px;
    border-radius: 20px;
    position: relative;
}

.login-btn a i {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 18px;
    padding-right: 16px;
}

.login-btn a::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 60px;
}

.login-item p {
    max-width: 270px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #024263;
    text-align: center;
    margin: 22px auto 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #C4C4C4;
}

.login-item p a {
    color: #024263;
}

.login-cnt {
    padding-top: 26px;
}

.login-cnt p {
    max-width: 100%;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #000000;
    border: none;
    margin: 0;
    padding: 0;
}

.login-cnt p a {
    color: #248CF3;
}

/*=== contact page start ===*/
.contact-wrapper {
    padding: 100px 0;
    position: relative;
}

.contact-main {
    z-index: 9;
}

.contact-box {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}

.contact-box img {
    width: 100%;
}

.contact-form {
    padding: 70px 60px;
}

.contact-form label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #024263;
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 1.5px solid #024263;
    padding: 10px 16px;
    border-radius: 10px;
    margin-bottom: 40px;
    outline: none;
    resize: none;
}

.contact-form button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    padding: 15px 15px;
    width: 275px;
    display: block;
    margin: 14px auto 0;
    text-align: center;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.contact-form button:hover {
    background: #024263;
    color: #FFFFFF;
}

/*=== pricing page start ===*/
.price-wrapper {
    position: relative;
    overflow: hidden;
}

.price-wrapper .bg1 img {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -9;
}

.price-main {
    z-index: 9;
}

.price-left h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.price-left {
    padding: 118px 0 10px;
}

/*tabs*/
.price-left .tab-links {
    width: 96%;
    background: #FFFFFF;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin: 70px 0;
}

.tab-links li {
    width: 50%;
    display: inline-block;
}

.tab-links li a {
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    display: block;
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    transition: all linear 0.15s;
}

.tab-links li.active a, 
.tab-links a:hover {
    background: #024263;
    color: #FFFFFF;
}

.tab-links li:first-child a {
    border-radius: 8px 0 0 8px;
}

.tab-links li:last-child a {
    border-radius: 0 8px 8px 0;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.shape-bg3 {
    width: 55%;
    position: absolute;
    left: 0;
    bottom: 70px;
    z-index: -9;
}

.shape-bg3 img {
    width: 100%;
}

.tab-item {
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #024263;
    padding: 10px 70px 35px;
    border-radius: 20px;
    margin-top: 135px;
}

.tab-item img {
    max-width: 184px;
    margin-top: -80px;
}

.tab-item a {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.tab-item a:hover {
    background: #024263;
    color: #FFF;
}

.price-circle {
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    border: 3px solid #024263;
    border-radius: 50%;
    margin: 25px auto;
    text-align: center;
    padding: 30px 20px;
}

.price-inner {
    padding: 30px 0 20px;
    position: relative;
}

.price-inner::before {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #024263;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.price-inner::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #024263;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.price-inner h6 {
    font-weight: 600;
    font-size: 20px;
    color: #024263;
}

.price-inner h6 span {
    position: relative;
}

.price-inner h6 span::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #024263;
    position: absolute;
    left: 0px;
    top: 12px;
    transform: rotate(16deg);
}

.price-inner h6 small {
    font-size: 10px;
}

.price-inner h2 {
    font-weight: 600;
    font-size: 38px;
    color: #024263;
    margin: 0;
}

.price-inner h2 small {
    font-size: 14px;
}

.price-right {
    background: #024263;
    padding: 240px 0 220px;
    padding-left: 50px;
    position: relative;
    z-index: 9;
}

.price-right::after {
    content: "";
    width: 10000%;
    height: 100%;
    display: block;
    background: #024263;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
}

.price-right h2 {
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 85px;
}

.price-right ul li {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 40px;
}

.price-right ul li i {
    display: inline-block;
    margin-right: 18px;
}

@media screen and (max-width: 1300px) {
    .price-right {
        padding-left: 70px;
    }
}

/*=== landing page start ===*/
.toolprovide-area {
    padding: 80px 0 100px;
    position: relative;
}

.toolprovide-main {
    z-index: 9;
}

.toolprov-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
}

.toolprov-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #62646B;
    margin: 30px 0;
}

.toolprov-left a {
    font-weight: 600;
    font-size: 16px;
    color: #024263;
    background: #FFFFFF;
    border: 2px solid #024263;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.2s all ease;
}

.toolprov-left a:hover {
    background: #024263;
    color: #FFF;
}

/* .toolprov-right {
    background-image: url(./../images/css_sprites.webp);
    background-repeat: no-repeat;
    background-position: -1942px;
    padding: 100% 0;
    position: relative;
} */

.toolprov-right img {
    max-width: 100%;
}

/*=== interest-area start ===*/
.interest-area {
    background: #F5F6FA;
    padding: 50px 0 64px;
}

.interest-heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #024263;
}

.interest-heading {
    margin-bottom: 80px;
}

.interest-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #62646B;
    margin: 0;
}

.interest-right {
    background: #FFFFFF;
    padding: 40px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.interest-pic {
    width: 44%;
}

.interest-pic img {
    width: 100%;
}

.interest-cnt {
    width: 56%;
}

.interest-cnt p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.interest-cnt input {
    width: 180px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #62646B;
    background: #FFFFFF;
    border: 2px solid #024263;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none;
}

.interest-cnt input::placeholder {
    opacity: 1;
    color: #62646B;
}

.interest-cnt h4 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.09em;
    color: #000000;
    margin-top: 38px;
    margin-bottom: 10px;
}

.int-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.int-inner {
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.int-inner i {
    font-size: 14.5px;
    color: #000000;
    display: inline-block;
    margin-right: 8px;
}

.int-inner input {
    width: 90px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #62646B;
    background: #FFFFFF;
    border: 2px solid #024263;
    padding: 8px 15px;
    border-radius: 10px;
    outline: none;
}

.int-inner span {
    font-weight: 600;
    font-size: 14px;
    color: #62646B;
    display: inline-block;
    margin-left: 5px;
}

/*=== fingertip-area start ===*/
.fingertip-area {
    background: #FFFFFF;
    padding: 76px 0;
}

.fingertip-upper h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.fingertip-upper p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #62646B;
    margin: 45px 0;
    text-align: center;
}

.fingertip-item {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.fingertip-item img {
    max-width: 76px
}

.fingertip-item p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.fingertip-item::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #024263;
    position: absolute;
    right: 115px;
    top: 36px;
    border-radius: 50%;
}

.fingertip-item::after {
    content: "";
    width: 70%;
    height: 1px;
    display: block;
    border: 1px dashed #62646B;
    position: absolute;
    right: -140px;
    top: 40px;
}

.lstfing::after,
.lstfing::before {
    display: none;
}

/*=== abt-area start ===*/
.abt-area {
    background: #F5F6FA;
    padding: 100px 0 60px
}

.abt-ttle h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #024263;
    margin-bottom: 20px;
}

.abt-item {
    background: #FFFFFF;
    padding: 25px 25px;
    text-align: center;
    margin-top: 40px;
    min-height: 262px;
}

.abt-item img {
    max-width: 52px;   
}

.abt-item h4 {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin: 20px 0;
}

.abt-item p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #000000;
    margin: 0;
}

/*=== else-area start ===*/
.else-area {
    background: #FFFFFF;
    padding: 75px 0;
}

.else-ttl h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #024263;
    margin-bottom: 25px;
}

.else-item {
    margin-top: 54px;
    text-align: center;
    padding: 0 35px;
}

.else-item img {
    max-width: 50px;
}

.else-item h4 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin: 20px 0;
}

.else-item p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000000;
    margin: 0;
}

/*=== order page start ===*/

.order-area {
    padding: 0px 0;
}

.order-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #D3E3F0;
}

.order-item-inner div {
    margin-bottom: 19px;
}

.order-item-inner h2 {
    font-weight: 600;
    font-size: 30px;
    color: #024263;
    margin: 0 0 9px;
}

.order-item-inner p {
    font-weight: 500;
    font-size: 16px;
    color: #62646B;
    margin: 0;
}

.order-item-inner a {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 145px;
    height: 40px;
    background: #024263;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.order-item-inner a:hover {
    opacity: .8;
}

.order-item-inner2 {
    padding: 9px 32px 0;
    background: #F5F6FA;
    display: flex;
    flex-wrap: wrap;
}

.order-item-inner3 {
    width: 159px;
    margin-right: 56px;
    margin-bottom: 7px;
}

.order-item-inner3 h3 {
    font-weight: 600;
    font-size: 12px;
    color: #62646B;
    margin: 0 0 9px;
}

.order-item-inner3 select {
    font-weight: 400;
    font-size: 16px;
    color: #96979A;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    appearance: none;
    background-image: url(./../images/25.webp);
    background-size: 11px;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
}

.order-item-inner3 select:focus {
    outline: none;
}

.order-item-inner4 table {
    width: 100%;
    margin-top: 27px;
}

.order-item-inner4 table tr {
    border-bottom: 1px solid #D3E3F0;
    width: 100%;
}

.order-item-inner4 table tr th:first-of-type,
.order-item-inner4 table tr td:first-of-type {
    padding-left: 22px;
}

.order-item-inner4 table tr th:last-of-type {
    padding-right: 37px;
}

.order-item-inner4 table tr th .form-group {
    display: none;
}

.order-item-inner4 table tr th {
    padding: 21px 0 10px;
    background: #F5F6FA;
    font-weight: 500;
    font-size: 16px;
    color: #62646B;
    margin: 0;
}

.order-item-inner4 table tr td {
    padding: 15px 0;
}

.form-group {
    display: block;
}

/* .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
} */

/* .form-group label {
    position: relative;
    cursor: pointer;
} */

/* .form-group label:before {
    content:'';
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #D9D9D9;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
} */

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.order-item-inner4 table tr td img {
    max-width: 100px;
}

.order-item-inner4 table tr td p {
    font-weight: 500;
    font-size: 14px;
    color: #62646B;
    margin: 0;
}

.order-item-inner4 table tr td h6 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.23em;
    color: #62646B;
    margin: 0;
}

.increment-group {
    padding: 6px;
    width: 113px!important;
    height: 33px;
    background: #FFFFFF;
    border: 0.8px solid #AEAEAF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.control--button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #007791;
    font-size: 10px;
    color: #fff;
}

.increment-group__field {
    width: calc(100% - 34px);
}

.js-increment-input {
    width: 100%;
    border: none!important;
    font-weight: 500;
    font-size: 16px;
    /* letter-spacing: 0.23em; */
    color: #024263;
    text-align: center;
}

.order-item-inner4 table tr td > input {
    font-weight: 500;
    font-size: 16px;
    color: #BABBC1;
    width: 60px;
    background: #FFFFFF;
    border: 0.8px solid #AEAEAF;
    border-radius: 8px;
    height: 33px;
    display: flex;
    align-items: center;
    padding: 0 7px;
}

.order-item-inner4 table tr td input:focus {
    outline: none;
}

.order-item-inner4 table tr td input::placeholder {
    color: #BABBC1;
    opacity: 1;
}

.order-item-inner4 table tr td:last-of-type {
    width: 157px;
}

.order-item-inner4 table tr td a {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 120px;
    height: 33px;
    background: #007791;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.order-item-inner4 table tr td a:hover {
    opacity: .8;
}

/* My css */
#page-container {
    min-height: 55vh;
}

.content-box {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
}
.mycontent-left {
    border-right: 1px dashed #333;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #024263;
    width: 26px;
    height: 26px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
.plan-wrapper
{
    position:relative
}
.plan-wrapper .tag-0
{
    position:absolute;
    top:0;
    right:400px;
    color:#fff;
    background-image:linear-gradient(to bottom right,#18537a,#495c0b);
    border-radius:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    padding-left:8px;
    display:flex;
    align-items:center;
    text-align:center
}
.plan-wrapper .tag
{
    position:absolute;
    top:0;
    right:200px;
    color:#fff;
    background-image:linear-gradient(to bottom right,#00ceff,#495c0b);
    border-radius:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    padding-left:8px;
    display:flex;
    align-items:center;
    text-align:center
}

.plan-wrapper .tag-2
{
    position:absolute;
    top:0;
    right:-2px;
    color:#fff;
    background-image:linear-gradient(to bottom right,#0e5465,#48c0e0);
    border-radius:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    padding-left:8px;
    display:flex;
    align-items:center;
    text-align:center
}
.plan-wrapper .free{
    padding:10px
}

.plan-wrapper .paid{
    background-image:linear-gradient(to bottom right,#ff8200,#495c0b);
    padding:3px;
    font-size:10px
}
/* width */
  ::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /*
  /* Handle */
   ::-webkit-scrollbar-thumb {
    background: #024263;
  } 
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */