* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

body {
    margin: 0;
    font-family: 'Montserrat';
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/********************************header stylesheet start***********************************/
header {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 11111;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
    background-color: #000;
}

header.trans .buy-button:hover {
    background-color: #333;
    color: #fff;
}

header.trans .header-right ul li a:after {
    background-color: #000;
}

header.trans {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

header.trans .header-right ul li a {
    color: #333;
}

header.trans .header-right>ul>li>a:after {
    border-top-color: #333;
}

.header-cont {
    max-width: 1330px;
    margin: 0 auto;
}

.header-inner {
    padding: 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    display: inline-block;
}

.menu-icon {
    width: 30px;
    height: 23px;
    background: transparent;
    border: none;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.menu-icon span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.menu-icon span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.header-right ul {
    display: inline-block;
    padding: 0;
    font-size: 0;
}

.header-right ul li a {
    display: inline-block;
    list-style: none;
    font-family: 'Work sans';
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.header-right ul li a.active_menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #5ed36e;
    left: 0;
    bottom: -10px;
}

.header-right ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.header-right>ul>li>a.has-submenu {
    padding-right: 12px;
}

.header-right>ul>li>a.has-submenu:after {
    content: '';
    border-top: 3px solid #fff;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -1.5px;
}

.header-right ul li ul.drop-menu {
    position: absolute;
    top: 95%;
    padding: 0;
    width: 250px;
    padding-top: 15px;
    display: none;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

.header-right ul li ul.drop-menu li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.header-right ul li ul.drop-menu li a {
    display: block;
}

.header-right ul li ul.drop-menu li a:hover {
    background-color: #333;
    color: #fac82b;
}

.header-right ul li ul.drop-menu li a {
    padding: 10px 10px;
    color: #000;
}

.header-right ul li ul.drop-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    position: absolute;
    top: 5px;
    left: 16%;
    filter: drop-shadow(0 0 1px #ddd);
}

.buy-button {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-color: #5ed36e;
    padding: 12px 13px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-weight: 500;
}

.tag-style {
    position: relative;
}

/********************************header stylesheet end***********************************/
.tag-style {
    color: #000;
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -8px;
    margin-bottom: 15px;
}

p {
    margin: 0;
    font-size: 16px;
    color: #343434;
    font-weight: 500;
    line-height: 26.88px;
    margin-bottom: 10px;
}

/********************************banner stylesheet start***********************************/
.banner-section {
    margin-top: 80px;
    padding: 80px 0;
    background-color: #e7f7ff;
}

.banner-section-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner-caption h1 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
    margin-bottom: 25px;
}

.banner-caption {
    color: #000;
    width: 48%;
}

.banner-caption p {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 41.88px;
    margin-bottom: 0;
    color: #000;
}

.banner-caption h1 .green-txt {
    color: #46d55a;
}

.banner-right {
    width: 48%;
}

/********************************banner stylesheet end***********************************/
/********************************help stylesheet end***********************************/
.help-section-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.help-section {
    padding: 65px 0;
}

.help-section a,
.gen-button {
    font-size: 18px;
    font-weight: 600;
    color: #3ec050;
    text-transform: uppercase;
    text-decoration: none;
    width: 189px;
    display: inline-block;
    padding: 15px 13px 14px 13px;
    border: 2px solid #3ec050;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}

ul.gen-listing li {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.88px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

ul.gen-listing li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #3ec050;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.help-section-left a:hover,
.gen-button:hover {
    background-color: #3ec050;
    color: #fff;
}

.help-section-left {
    width: 54%;
}

.help-section-right {
    width: 40%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 12px;
}

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

/********************************help stylesheet end***********************************/
/************premium-features-sections stylesheet start**********/
.premium-features-part {
    margin: 0;
    padding: 69px 0 94px 0;
    background-color: #e4eff5;
    background-image: url(../images/network.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.premium-features-part-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1330px;
    text-align: center;
}
.premium-features-part-inner ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 25px;
}
.premium-features-part-inner ul li {
    margin: 0 0px 55px 0;
    padding: 0px 40px;
    text-align: center;
    background: none;
    display: block;
    position: relative;
}

.premium-features-part-inner ul li:nth-child(5):before,
.premium-features-part-inner ul li:nth-child(6):before {
    width: 8px;
    height: 8px;
    background-color: #e4eff5;
    content: '';
    z-index: 1;
    left: -4px;
    top: -3px;
    display: inline-block;
    position: absolute;
}

.premium-features-part-inner ul li .sep {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
}

.premium-features-part-inner ul li .sep:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 122px;
    background-color: #0689ca;
    left: 0;
    top: -61px;
}

.premium-features-part-inner ul li .sep:after {
    position: absolute;
    content: '';
    width: 35px;
    background-color: #0689ca;
    left: -18px;
    top: 0;
    height: 1px;
}

.premium-features-part-inner ul li img {
    max-width: 42px;
}

.premium-features-part-inner ul li .icon {
    text-align: center;
    margin-bottom: 10px;
    width: 68px;
    height: 68px;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* .premium-features-part-inner ul li a:hover .icon{background:url(../images/fet-hover.png) no-repeat scroll top center;} */

.premium-features-part-inner ul li strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #18191a;
    display: block;
    margin: 15px 0 17px 0;
}

.premium-features-part-inner ul li p {
    font-size: 15px;
    color: #616566;
    margin: 0;
    font-weight: 500;
}

.premium-features-part p {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.88px;
    margin-bottom: 0;
    margin-top: 0;
}

.premium-features-part-inner ul li a {
    display: block;
    font-size: 15px;
    padding: 0px 15px 0px 15px;
    color: #555;
    min-height: 118px;
    line-height: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

/************premium-features-sections stylesheet start**********/
.protection-section {
    padding: 0 15px;
}

.protection-section h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.protection-section-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1330px;
    background-color: #043c87;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 20px 20px 0 33px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.protection-section strong {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 10px;
    display: block;
}

.protection-section p {
    margin: 0;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.protection-section a.gen-button {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fff;
    border: 1px solid #fff;
}

.protection-section a.gen-button:hover {
    border-color: #3ec050;
}

.left__area {
    width: calc(100% - 458px);
    width: -webkit-calc(100% - 458px);
    width: -moz-calc(100% - 458px);
    width: -ms-calc(100% - 458px);
    width: -o-calc(100% - 458px);
    padding-bottom: 25px;
}

.right__area {
    width: 438px;
}

.right__area img {
    vertical-align: top;
}

/************premium-features-sections stylesheet end**********/
/********************************whyus stylesheet end***********************************/
.whyus-section-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1330px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.whyus-section {
    padding: 80px 0 60px 0;
}

.whyus-section a,
.gen-button {
    font-size: 18px;
    font-weight: 600;
    color: #3ec050;
    text-transform: uppercase;
    text-decoration: none;
    width: 189px;
    display: inline-block;
    padding: 15px 13px 14px 13px;
    border: 2px solid #3ec050;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}

.whyus-section-left a:hover,
.gen-button:hover {
    background-color: #3ec050;
    color: #fff;
}

.whyus-section-left {
    width: 54%;
}

.whyus-section-right {
    width: 40%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 12px;
}

dius: 12px;
}

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

/********************************whyus stylesheet end***********************************/
/********************************risk stylesheet end***********************************/
.risk-section-inner {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.risk-section {
    padding: 60px 0;
}

.gen-button {
    font-size: 18px;
    font-weight: 600;
    color: #3ec050;
    text-transform: uppercase;
    text-decoration: none;
    width: 189px;
    display: inline-block;
    padding: 15px 13px 14px 13px;
    border: 2px solid #3ec050;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}

.gen-button:hover {
    background-color: #3ec050;
    color: #fff;
}

.risk-section-left {
    width: 54%;
}

.risk-section-left strong {
    color: #3ec050;
}

.risk-section-right {
    width: 40%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 12px;
}

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

/********************************risk stylesheet end***********************************/
.footer-inner {
    padding: 30px 15px;
    margin: 0 auto;
    max-width: 1330px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer {
    background-color: #f8f8f8;
    border-top: 1px solid #f1f1f1;
}

/*************************************/
.page-main-inner {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-holder h1 {
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
}

.header-holder {
    background-color: #100708;
    text-align: center;
    color: #0689ca;
}

.header-holder-inner {
    background-color: #ddd;
    padding: 30px 15px;
    margin-bottom: 50px;
}

.page-main p {
    margin: 0;
    font-size: 16px;
    color: #343434;
    font-weight: 500;
    line-height: 31.88px;
    margin-bottom: 30px;
}

.gen-devide h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #18191a;
    display: block;
    margin: 0 0 18px 0;
    padding-bottom: 15px;
    position: relative;
}

.gen-devide h3:before {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #5ed36e;
    position: absolute;
    margin-top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.gen-devide ul li {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.88px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}

.gen-devide ul li:last-child {
    margin-bottom: 0;
}

.gen-devide ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #0689ca;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gen-devide ul li strong {
    color: #555;
    font-size: 18px;
}

.page-main p:last-child {
    margin-bottom: 0;
}

.gen-devide {
    padding: 20px 0;
}

.gen-devide ul.auto-width li {
    width: auto;
    display: inline-block;
    margin-right: 30px;
}

/* --------------------------- */
.contact_us_main {
    min-height: calc(100vh - 314px);
    min-height: -webkit-calc(100vh - 314px);
    min-height: -moz-calc(100vh - 314px);
    min-height: -ms-calc(100vh - 314px);
    min-height: -o-calc(100vh - 314px);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    width: 100%;
    align-items: center;
}

.contact-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
}

.card {
    background-color: #F9F9F9;
    padding: 20px;
    flex-grow: 1;
    border-radius: 12px;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
}

.card-header .icon {
    width: 30px;
    height: 30px;
}

.card-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0689ca;
    display: block;
    flex: 1;
    margin: 0;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-grid a {
    color: #000;
    text-decoration: none;
}