* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3.h4.h5.h6 {
    margin: 0;
    padding: 0;
    line-height: 1
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1
}

ul,
ul li {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

button {
    outline: none !important;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Assistant-Regular';
    background-color: #291b58;
}

.container {
    max-width: 1240px;
    margin: auto;
    width: 100%;
}


/* header start */

.header-top-left {
    float: left;
    padding: 7px 0;
}

.header-top-left ul li {
    display: inline-block;
    list-style: none;
}

.header-top-left ul li p {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    padding-right: 11px;
}

.header-top-left ul li:first-child {
    border-right: 2px solid #fff;
    margin-right: 5px;
}

a.navbar-brand img {
    width: 210px;
}

html {
    scroll-behavior: smooth;
}

.header-fixed .header-bottom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 22;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

.header-fixed .header-top {
    display: none;
}

.header-bottom {
    width: 100%;
    float: left;
    padding-bottom: 45px;
}

.header-navbar {
    float: right !important;
}

.header-main nav.navbar {
    padding: 15px 0 17px;
    margin: 0;
    line-height: 1;
}

.header-right-icon a {
    display: block;
    margin: 5px 0px;
}

.navbar-nav li.nav-item a {
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-size: 18px;
    color: #fff;
}

.navbar-nav li.nav-item.pad-left-40 {
    padding-left: 60px;
}

.navbar.navbar-expand-md {
    padding: 0;
}

.navbar-nav li.nav-item:last-child a,
.navbar-nav .boder-0 {
    border: 0;
}

.navbar-nav li.nav-item .nav-link {
    color: rgb(137, 189, 159);
    height: 28px;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid rgb(137, 189, 159);
    border-radius: 6px;
    padding: 0 15px;
    text-align: center;
}

.navbar-nav li.nav-item .nav-link.active,
.navbar-nav li.nav-item .nav-link:hover,
.navbar-nav li.nav-item .nav-link:focus {
    background-color: rgb(137, 189, 159);
    color: #291b58;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.hide-xs i.fas.fa-bars {
    font-size: 24px;
    color: #fff;
}


/* header end */


/* footer start */

footer {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.footer-top {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.footer-top .footer-left img {
    width: 210px;
    max-width: 100%;
}

.footer-top .footer-left p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    color: #e0fe65;
    padding-right: 10px;
    font-size: 18px;
}

.footer-social ul li a:hover,
.footer-social ul li a:focus {
    color: rgb(202, 30, 91);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.footer-right .footer-inner h4 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.footer-right .footer-inner ul {
    padding-left: 18px;
}

.footer-right .footer-inner ul li {
    padding-left: 0px;
    list-style-type: disclosure-closed;
    font-size: 20px;
    color: #fff;
}

.footer-right .footer-inner.color1 ul li {
    color: #d560ff;
}

.footer-right .footer-inner.color2 ul li {
    color: #87ddfd;
}

.footer-right .footer-inner.color3 ul li {
    color: #8bb89f;
}

.footer-right .footer-inner ul li a {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
}

.footer-right .footer-inner ul li a:hover,
.footer-right .footer-inner ul li a:focus {
    color: #e0fe65;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.footer-bottom {
    float: left;
    width: 100%;
}

footer .footer-bottom p {
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 15px;
}


/* footer end */


/* home page start */


/* home page header start */

.homeheader {
    padding-bottom: 50px;
}

.homeheader-video {
    background-color: #000;
    height: 100%;
}

.homeheader-content {
    padding-left: 20px;
}

.homeheader-content h1 {
    font-size: 39px;
    line-height: 42px;
    color: #fff;
}

.homeheader-content h1 span {
    font-size: 39px;
    line-height: 42px;
    color: rgb(202, 30, 91);
    font-family: 'Assistant-Bold';
    display: inline-block;
}

.homeheader-content h2 {
    font-size: 39px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    font-family: 'Assistant-Bold';
}

.homeheader-content h2 span {
    font-size: 39px;
    line-height: 42px;
    color: rgb(136, 214, 247);
    font-weight: bold;
    display: inline-block;
}

.homeheader-content p {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    padding: 10px 0 20px;
}

.homeheader-content a {
    color: rgb(44, 42, 74);
    background-color: #e0fd64;
    font-size: 24px;
    border: 1px solid #e0fd64;
    border-radius: 8px;
    padding: 8px 35px;
    text-align: center;
    display: block;
    width: 160px;
    margin-bottom: 20px;
    font-family: 'Assistant-Bold';
}

.homeheader-content a:hover,
.homeheader-content a:focus {
    color: #e0fd64;
    background-color: rgb(44, 42, 74);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.homeheader-content span {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: block;
}


/* home page header end */


/* sponser block start */

.sponser {
    background-color: #fff;
    padding: 50px 0;
}

.sponser_wrapper {
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.sponser_wrapper h2 {
    font-size: 33px;
    line-height: 40px;
    color: rgb(44, 42, 74);
    text-align: center;
}

.sponser_wrapper h2 span {
    font-family: 'Assistant-Bold';
}

.sponser-img {
    display: block;
    text-align: center;
    padding: 15px;
    position: relative;
}

.sponser-img ul li {
    display: inline-block;
}

.sponser-img ul li img {
    width: auto;
}

.sponser-img ul li:nth-child(3) span {
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50px;
    background-color: #291b59;
    position: absolute;
    bottom: 30%;
    margin-left: -4%;
}

.sponser-img ul li:nth-child(5) span {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 50px;
    background-color: #917ad5;
    position: absolute;
    top: 30%;
    margin-left: -4%;
}

.sponser-img ul li:nth-child(8) span {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50px;
    background-color: #917ad5;
    position: absolute;
    bottom: 40%;
    margin-left: -2%;
}

.sponser-img ul li:nth-child(2) img {
    margin-top: -120px;
    margin-left: -50px;
}

.sponser-img ul li:nth-child(4) img {
    margin-top: 100px;
    margin-left: -10px;
}

.sponser-img ul li:nth-child(6) img {
    margin-top: -140px;
    margin-left: -50px;
}

.sponser-img ul li:nth-child(7) img {
    width: 20px;
    height: 20px;
    margin-top: 40px;
    margin-left: -220px;
}

.sponser-inner {
    padding: 30px 0;
}

.sponser-inner ul li {
    display: inline-block;
    width: 24%;
    padding: 15px;
}

.sponser-inner ul li img {
    width: 100%;
}

.sponser-btn a {
    font-family: 'Assistant-Bold';
    color: rgb(41, 27, 88);
    background-color: #e0fd64;
    font-size: 24px;
    border: 1px solid #e0fd64;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    display: block;
    width: 160px;
    margin: auto;
}

.sponser-btn a i {
    padding-right: 5px;
    font-size: 22px;
}

.sponser-btn a:hover,
.sponser-btn a:focus {
    color: #e0fd64;
    background-color: rgb(44, 42, 74);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* sponser block end */


/* company block start */

.company-header {
    padding: 45px 0;
}

.company-header h2 {
    font-size: 35px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-family: 'Assistant-Bold';
}

.company-header h2 span {
    color: rgb(136, 214, 247);
}

.company-contant {
    padding-bottom: 40px;
}

.ice-lab-wrapper {
    position: relative;
    float: left;
    width: 85%;
    padding: 40px 0 50px;
    background-image: url("../images/home-company-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: -140px;
}

.ice-lab-wrapper::after {
    content: '';
    background-image: url("../images/home-company-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: 20px;
    left: -120px;
    height: 40%;
    width: 100%;
    z-index: -1;
}

.ice-lab-img-top {
    position: absolute;
    top: 10px;
    left: -40px;
    height: 100px;
    width: 100px;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    padding: 15px;
    box-shadow: 1px 1px 25px 2px rgba(0, 0, 0, 0.5);
    transform: rotate(-5deg);
}

.ice-lab-img-top img {
    width: auto;
}

.ice-lab-wrapper .ice-lab-img img {
    border: 5px solid rgb(136, 214, 247);
    transform: scaleX(1.1);
    width: 325px;
    max-width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.ice-inner {
    background-color: #fff;
    padding: 10px 15px;
    float: left;
    display: block;
    width: 100%;
    margin-left: 0%;
    margin-top: 0;
    box-shadow: -5px 5px 10px 1px rgba(0, 0, 0, 0.5);
}

.ice-inner>div {
    display: block;
    float: left;
    width: 100%;
    display: block;
}

.ice-inner .ice-btn-right a {
    font-size: 12px;
    color: #fff;
    padding: 5px 8px;
    border: 1px solid transparent;
    border-radius: 15px;
    margin-left: 5px;
}

.ice-inner .ice-btn-right a.purple-bg {
    background-color: #650e56;
    float: right;
}

.ice-inner .ice-btn-right a.red-bg {
    background-color: #db4b40;
    float: right;
}

.ice-inner .ice-title h2 {
    font-size: 29px;
    line-height: 30px;
    color: rgb(44, 42, 74);
    font-family: 'Assistant-Bold';
}

.ice-inner .ice-city h4 {
    font-size: 19px;
    line-height: 20px;
    color: rgb(79, 81, 141);
}

.ice-inner .ice-content p {
    font-size: 20px;
    line-height: 20px;
    color: rgb(44, 42, 74);
    padding: 15px 0;
}

.ice-inner .ice-price p {
    font-size: 16px;
    line-height: 18px;
    color: rgb(79, 81, 141);
}

.ice-inner .ice-price p span {
    font-size: 19px;
    line-height: 24px;
    color: rgb(44, 42, 74);
    font-family: 'Assistant-Bold';
    padding-right: 5px;
}

.ice-inner .ice-more {
    padding: 20px 0 10px;
}

.ice-inner .ice-more a {
    font-size: 20px;
    line-height: 20px;
    color: rgb(219, 76, 64);
    font-family: 'Assistant-Bold';
}

.ice-inner .ice-more a i {
    padding-right: 5px;
}

.company-footer {
    position: relative;
    margin-bottom: 40px;
}

.company-footer a {
    font-family: 'Assistant-Bold';
    color: rgb(41, 27, 88);
    background-color: #e0fd64;
    font-size: 24px;
    border: 1px solid #e0fd64;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    display: block;
    width: 180px;
    margin: auto;
}

.company-footer a i {
    padding-right: 5px;
    font-size: 22px;
}

.company-footer a::before,
.company-footer a::after {
    position: absolute;
    content: "";
    height: 1px;
    border-top: 1px solid white;
    top: 50%;
    z-index: -999;
}

.company-footer a::before {
    left: 50px;
    width: 35%;
}

.company-footer a::after {
    right: 50px;
    width: 35%;
}

.company-footer a:hover,
.company-footer a:focus {
    color: #e0fd64;
    background-color: rgb(44, 42, 74);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* company block end */


/* premium block start */

.premium {
    background-color: #fff;
    padding: 80px 0;
}

.premium-wrapper {
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.premium-header {
    text-align: center;
}

.premium-header h2 {
    font-size: 35px;
    line-height: 36px;
    color: rgb(44, 42, 74);
    margin-right: 10px;
}

.premium-header h2 span {
    color: #cb185a;
}

.premium-inline {
    display: inline-block;
    vertical-align: middle;
}

.premium-header h4 {
    font-size: 35px;
    line-height: 30px;
    margin: 0;
    color: rgb(44, 42, 74);
    font-family: 'Assistant-Bold';
}

.premium-header p {
    font-size: 19px;
    line-height: 20px;
    margin: 0;
    color: rgb(44, 42, 74);
    color: rgb(44, 42, 74);
    border-bottom: 1px solid #dbc0fe;
    padding-bottom: 3px;
}

.premuim-content {
    padding: 50px 0;
}

.premuim-content ul li {
    display: inline-block;
    width: 49%;
    padding: 5px;
    font-size: 22px;
    color: rgb(40, 6, 89);
}

.premuim-content ul li span {
    background-color: #d9bfff;
    border-radius: 50%;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}

.premuim-content ul li span i {
    color: #341670;
    font-size: 20px;
}

.premuim-btn a {
    font-family: 'Assistant-Bold';
    color: rgb(41, 27, 88);
    background-color: #e0fd64;
    font-size: 24px;
    border: 1px solid #e0fd64;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    display: block;
    width: 160px;
    margin: auto;
}

.premuim-btn a i {
    padding-right: 5px;
    font-size: 22px;
}

.premuim-btn a:hover,
.premuim-btn a:focus {
    color: #e0fd64;
    background-color: rgb(44, 42, 74);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* premium block end */


/* home page end */


/* our vision start */

.ourvision {
    background-color: #fff;
}

.ourvision-wrapper {
    padding-top: 40px;
    position: relative;
}

.ourvision-wrapper::after {
    content: '';
    background-image: url("../images/dunamis-main-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: 20px;
    left: -37%;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

.ourvision-containt {
    float: left;
    width: 100%;
}

.ourvision-title2,
.ourvision-dec,
.ourvision-con-img {
    padding-right: 120px;
}

.ourvision-containt .ourvision-title {
    position: relative;
    padding-top: 20px;
}

.ourvision-containt .ourvision-title h1 {
    font-size: 35px;
    color: rgb(202, 30, 91);
}

.ourvision-containt .ourvision-title h1::after {
    position: absolute;
    content: "";
    height: 1px;
    border-top: 1px solid #dbc0fe;
    top: 50%;
    z-index: 0;
    right: 0;
    width: 60%;
    max-width: 100%;
    margin-top: 10px;
}

.ourvision-containt .ourvision-title2 h2 {
    font-size: 35px;
    color: rgb(44, 42, 74);
    padding: 20px 0;
}

.ourvision-containt .ourvision-title2 h2 span {
    color: rgb(202, 30, 91);
}

.ourvision-containt .ourvision-dec p {
    font-size: 24px;
    color: rgb(44, 42, 74);
    line-height: 1.1;
    padding-bottom: 20px;
}

.ourvision-containt .ourvision-con-img img {
    width: auto;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: auto;
    padding: 10px 0 45px;
}


/* our vision left start */

.ourvision-dunamis {
    float: left;
    width: 80%;
    margin-left: 16%;
    background-color: #291b58;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.ourvision-dunamis-wrapper {
    padding: 0;
}

.dunamis-title {
    color: #fff;
    padding: 15px 30px;
}

.dunamis-title h2 {
    font-size: 35px;
    padding-left: 35px;
}

.dunamis-title span {
    font-size: 21px;
    padding-bottom: 15px;
    padding-left: 35px;
    display: block;
}

.dunamis-title a {
    font-family: 'Assistant-Bold';
    color: rgb(41, 27, 88);
    background-color: #e0fd64;
    font-size: 24px;
    border: 1px solid #e0fd64;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 300px;
}

.dunamis-title a:hover,
.dunamis-title a:focus {
    color: #e0fd64;
    background-color: rgb(44, 42, 74);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.dunamis-title p {
    font-size: 16px;
    padding: 10px;
}

.dunamis-counter {
    display: block;
    color: #fff;
    padding: 25px 40px;
    background-image: url("../images/dunamis-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.dunamis-counter h2 {
    font-size: 35px;
    font-family: 'Assistant-Bold';
    padding-bottom: 5px;
}

.dunamis-counter p {
    font-size: 15px;
}

.dunamis-counter p span {
    margin-left: 5px;
}

.dunamis-counter p span i {
    color: #e0fd64;
}

.dunamis-counter u {
    display: block;
    height: 5px;
    max-width: 100%;
    width: 250px;
    background-color: #92d1f8;
    border-radius: 10px;
    margin: 5px 0 15px
}

.dunamis-invester {
    width: 100%;
}

.dunamis-invester>div {
    display: inline-block;
    width: 49%;
}

.dunamis-invester h4 {
    font-size: 25px;
    line-height: 1.1;
    margin: 0;
    font-family: 'Assistant-Bold';
}

.dunamis-invester p {
    font-size: 15px;
}

.dunamis-invester span img {
    width: 15px;
}

.dunamis-invester-days span i {
    margin-right: 5px;
    color: #92d1f8;
}

.dunamis-mega-menu {
    background-color: #291b58;
    padding: 15px 40px;
}

.mega-menu-border-bottom {
    border-bottom: 1px solid #cb185a;
    width: 250px;
    max-width: 100%;
}

.dunamis-mega-menu-inner {
    padding-top: 15px;
}

.dunamis-mega-menu-inner ul li {
    display: block;
    padding-left: 5px;
    list-style-type: disclosure-closed;
}

.dunamis-mega-menu-inner ul li:last-child {
    margin-bottom: 15px;
}

.dunamis-mega-menu-inner ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
}

.dunamis-mega-menu-inner ul li a:hover,
.dunamis-mega-menu-inner ul li a:focus,
.dunamis-mega-menu-inner ul li a.active {
    color: #e0fd64;
    font-family: 'Assistant-Bold';
    padding-left: 10px;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.dunamis-mega-menu-inner ul li a:hover:after,
.dunamis-mega-menu-inner ul li a:focus:after,
.dunamis-mega-menu-inner ul li a.active:after {
    content: "";
    display: block;
    border: 7px solid transparent;
    border-left-color: #e0fd64;
    position: absolute;
    top: 8px;
    left: 0;
    margin-left: 0px;
}


/* our vision end */


/* deal terms page start */

.deal-terms-wrapper {
    display: block;
    background-color: #fff;
}

.deal-title {
    padding-top: 20px;
}

.deal-title h2 {
    font-size: 35px;
    color: rgb(202, 24, 90);
    font-family: 'Assistant-Bold';
    padding-bottom: 25px;
}

.deal-title-inner {
    display: block;
    padding-bottom: 40px;
}

.deal-box {
    position: relative;
    border-top: 1px solid rgb(202, 24, 90);
    padding: 18px 0;
}

.deal-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    background-color: rgb(202, 24, 90);
}

.deal-box span {
    position: absolute;
    top: 0;
    right: 4px;
    color: #e0fd64;
    font-size: 14px;
    z-index: 2;
}

.deal-box h2 {
    color: rgb(44, 42, 74);
    font-size: 20px;
    padding: 0;
    line-height: 1.1;
    font-family: 'Assistant-Regular';
}

.deal-box h4 {
    color: rgb(202, 30, 91);
    font-size: 20px;
}

.deal-box.deal-box-border-bottom {
    border-bottom: 1px solid rgb(202, 24, 90);
}

.deal-offer {
    display: block;
    padding-bottom: 35px;
}

.deal-offer h2 {
    font-size: 24px;
    color: rgb(40, 6, 89);
    padding-bottom: 25px;
    font-family: 'Assistant-Bold';
}

.offer-adderes {
    padding-bottom: 35px;
    padding-right: 100px;
}

.offer-adderes h3 {
    color: rgb(202, 30, 91);
    font-size: 20px;
}

.offer-adderes p {
    color: rgb(44, 42, 74);
    font-size: 20px;
    line-height: 1.1;
}

.deal-offer .deal-box h2 {
    font-size: 20px;
    padding: 0;
    line-height: 1.1;
    font-family: 'Assistant-Regular';
}

.offer-map {
    display: block;
}

.offer-map .mapouter {
    position: relative;
    text-align: right;
}

.offer-map .gmap_canvas {
    overflow: hidden;
    background: none!important;
}

.offer-map .gmap_iframe {
    width: 100%;
    height: auto;
}

.deal-form {
    display: block;
    padding-bottom: 20px;
}

.deal-form h2 {
    font-size: 24px;
    color: rgb(44, 42, 74);
    font-family: 'Assistant-Bold';
}

.deal-form-link {
    padding: 25px 0;
}

.deal-form-link a {
    font-size: 20px;
    color: rgb(44, 42, 74);
    margin: 0;
    line-height: 1.1;
}

.deal-form-link a img {
    margin-top: -5px;
}

.deal-form p {
    font-size: 14px;
    color: rgb(44, 42, 74);
    line-height: 1.1;
}


/* deal terms page end */


/* explore page start*/

.explore-page .company-header {
    padding-top: 0;
}

.explore-page .ice-lab-img-top {
    left: 0;
    top: 5px;
}

.ice-inner {}

.explore-page .ice-title {
    text-align: center;
}

.explore-page .ice-city {
    text-align: center;
    color: #50538D;
    font-weight: 500;
    font-family: 'Assistant-Medium';
}

.explore-page .ice-content {
    text-align: center;
}

.explore-page .ice-inner {
    transform: scaleX(1.1);
}

.explore-page .ice-inner .ice-content p {
    font-size: 17px;
}

.ice-price-explore {
    transform: scaleX(1.11);
    background: #9E1E5D;
    padding: 15px;
}

.ice-price-explore h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.ice-price-explore>p {
    color: #fff;
    text-align: center;
    font-family: 'Assistant-Medium';
}

.ice-price-explore i {
    color: #e0fd64;
    font-size: 22px;
    margin-left: 5px;
}

.ice-price-explore p {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    justify-content: center;
}

.ice-price-explore-day {
    float: left;
    width: 100%;
    margin: 0;
}

.ice-price-explore-day ul {
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.ice-price-explore-day ul p {
    font-size: 24px;
    font-weight: 500;
}

.ice-price-explore-day ul span {
    font-size: 15px;
}

.ice-price-explore-day ul span i {
    font-size: 15px;
    margin: 0;
}

.ice-price-explore-bottom .company-footer {
    margin: 15px 0;
}

.ice-price-explore-bottom .company-footer a {
    width: 100%;
    max-width: 85%;
    padding: 4px 5px;
}

.ice-price-explore-b h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #452D78;
}

.ice-price-explore-btn ul {
    display: flex;
    justify-content: space-evenly;
}

.ice-price-explore-btn ul li a {
    background-color: #7DCFE6;
    color: #2C2A49;
    padding: 5px 10px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 600;
}

.ice-price-explore-btn {
    margin-bottom: 15px;
}


/* explore page end*/


/* business overview page start */

.business-overview {
    display: block;
    position: relative;
    z-index: 11;
}

.business-overview h1 {
    font-size: 35px;
    color: rgb(202, 30, 91);
    font-family: 'Assistant-Bold';
    padding: 20px 0 30px;
}

.business-overview h2 {
    font-size: 35px;
    color: rgb(44, 42, 74);
}

.business-overview h2 span {
    font-size: 35px;
    color: rgb(202, 30, 91);
    font-family: 'Assistant-Bold';
}

.business-overview-title {
    padding: 20px 0;
}

.business-overview-title ul {
    margin-top: 10px;
}

.business-overview-title ul li {
    display: inline-block;
}

.business-overview-title ul li a {
    font-size: 13px;
    color: rgb(44, 42, 74);
    background-color: #83cfe6;
    padding: 4px 6px;
    border-radius: 50px;
}

.business-overview-highlight {
    display: block;
}

.business-overview-highlight ul {
    padding-left: 60px;
}

.business-overview-highlight ul li {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}

.business-overview-highlight ul li::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 30px;
    left: -60px;
    top: 5px;
    background-color: #291b58;
}

.business-overview-highlight ul li::before {
    content: '';
    background-image: url("../images/business-list-bg.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: -82px;
    width: 100%;
    height: 48px;
}

.business-overview-highlight ul li span {
    font-family: 'Assistant-Bold';
    color: #fff;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 1;
}

.business-overview-highlight ul li a {
    font-size: 24px;
    color: rgb(44, 42, 74);
}

.business-overview-detail {
    margin-bottom: 40px;
}

.business-overview-detail p {
    font-size: 24px;
    color: rgb(44, 42, 74);
    padding-right: 20px;
}

.business-overview-detail-inner {
    padding: 30px 0;
}

.business-overview-detail-inner img {
    width: 100%;
}

.business-overview-wrapper {
    position: relative;
}

.business-overview-social-wrapper {
    display: block;
}

.business-overview-social-containt {
    display: block;
    background-color: #c3135c;
    padding: 10px 10px 10px 46px;
    margin-left: -46px;
}

.social-box {
    display: inline-block;
    padding-right: 15px;
}

.social-box h6 {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.social-box a {
    font-size: 15px;
    color: #e0fe65;
    padding-right: 5px;
}

.social-box a:hover,
.social-box a:focus {
    color: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.business-overview-social-slider {
    display: block;
    padding: 30px 40px 15px;
}

.business-overview-social-slider .slider div {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.business-overview-social-slider .slider div img {
    width: 500px;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: auto;
}

.business-overview-social-slider .slider-thumb div img {
    width: 90%;
    border-radius: 20px;
    border: 2px solid #000;
}

.business-overview-social-slider .slider-thumb .slick-slide.slick-current img {
    border: 2px solid #c3135c;
}


/* business overview page end */


/* my-account-valut page start */

.my-account-valut {
    background-image: url('../images/my-account-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
}

.my-account-valut-inner {
    padding: 110px 20px 150px;
    width: 80%;
    margin-left: 10%;
}

.my-account-valut-inner h2 {
    font-size: 35px;
    color: rgb(202, 32, 91);
    font-family: 'Assistant-Bold';
    padding-bottom: 50px;
    padding-left: 22%;
}

.my-account-valut-inner h4 {
    font-size: 20px;
    color: rgb(44, 42, 74);
    padding-bottom: 10px;
}

.valut-list {
    /*display: inline-grid;*/
    padding-right: 10px;
}

.valut-list ul li {
    display: block;
    margin: 0 0 10px 10px;
}

.valut-list ul li a {
    font-size: 20px;
    color: #000;
}

.valut-list ul li a i {
    padding-right: 5px;
    color: rgb(202, 32, 91);
}

.valut-list ul li a img {
    padding-right: 5px;
}


/* my-account-valut page end */


/*  optional section page start */

a.active .red-active {
    border-bottom: 2px solid rgb(202, 24, 90);
}

.required-red {
    color: rgb(202, 32, 91);
}


/* my account left */

.optional-section {
    background-size: 100% 130px;
    background-position: 300px 0;
    background-image: url("../images/optional-section-bg.png");
    background-repeat: no-repeat;
}

.optional-section .ourvision-wrapper {
    padding-top: 20px;
}

.optional-section .dunamis-title {
    padding: 20px 30px 0;
}

.optional-section .dunamis-title h2 {
    font-size: 35px;
    color: rgb(127, 209, 231);
    padding-left: 15px;
}

.optional-section .dunamis-title h2 span {
    font-size: 35px;
    color: #fff;
    padding-left: 0;
}

.optional-section .dunamis-title h3 {
    font-size: 16px;
    padding-left: 15px;
}

.optional-section .dunamis-title h3 span {
    color: rgb(202, 24, 90);
    padding: 0;
    display: inline-block;
}

.optional-section .dunamis-mega-menu {
    padding: 0 40px 130px;
}


/* my account right */

.optional-section-wrapper {
    z-index: 2;
    margin-top: -20px;
}

.optional-section-wrapper .business-overview-social-containt {
    margin-left: 0;
    padding: 20px;
}

.optional-section-wrapper .common-btn {
    border: 1px solid rgb(226, 255, 102);
    padding: 5px 10px;
    font-size: 16px;
    color: rgb(44, 42, 74);
    background-color: rgb(226, 255, 102);
    border-radius: 10px;
}

.optional-section-wrapper .common-btn:hover {
    background-color: rgb(44, 42, 74);
    color: rgb(226, 255, 102);
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.optional-section-wrapper .social-box.float-right {
    padding-right: 0;
}

.optional-section-title {
    display: block;
    padding: 15px 0;
}

.optional-section-title a {
    margin-right: 15px;
}

.optional-section-title h2 {
    font-size: 35px;
    color: rgb(41, 27, 88);
    display: inline-block;
    margin-bottom: 25px;
}

.optional-section .section-form-block {
    display: block;
    margin-bottom: 100px;
}

.optional-section .section-form-block .form-group {
    margin-bottom: 0;
}

.optional-section .section-form-block label {
    font-size: 20px;
    color: rgb(44, 42, 74);
    padding-bottom: 15px;
    margin: 0;
}

.optional-section .section-form-block p {
    font-size: 16px;
    color: rgb(44, 42, 74);
    padding-bottom: 15px;
}

.optional-section .section-form-block img {
    margin-right: 5px;
}

.optional-section .section-form-block .form-control {
    border: 2px solid #272058;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.optional-section .section-form-block select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 2px;
    border: none;
    padding: 10px 30px 10px 10px;
    outline: none;
}

.text-editor {
    padding: 10px 0 25px;
    width: 100%;
}


/* optional section page end */


/* management_bizdescription start*/

.biz-d-tab ul#myTab {
    border: 0;
}

.biz-d-tab ul#myTab li.nav-item {
    border: 0;
}

.biz-d-tab ul#myTab li.nav-item:hover {
    border: 0;
}

.biz-d-tab ul#myTab li.nav-item a {
    border: 0;
    font-size: 20px;
    font-family: 'Assistant-Regular';
    font-weight: 600;
    color: #2C2A4A;
    margin-right: 0;
}

.biz-d-tab ul#myTab li.nav-item a.active {
    color: #2C2A4A;
    border-radius: 0;
}

.optional-section .section-form-block p>span {
    color: #CA1F5B;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px solid #272058;
    color: #838694;
    position: relative;
    height: 150px;
    border-radius: 20px;
    background: #FCFCFC;
    font-size: 16px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 35px;
    font-size: 22px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.dropzone-desc p {
    font-size: 19px !important;
    color: #838694 !important;
    margin-top: 5px;
}

.dropzone-wrapper {
    margin-bottom: 10px;
}

.video-blocs {
    width: 100%;
    float: left;
    border-bottom: 3px solid #714fa0;
    border-top: 3px solid #714fa0;
    padding: 20px 0;
    margin: 20px 0 25px;
}

.video-blocs h1 {
    color: #714fa0;
    font-size: 20px;
    font-family: 'Assistant-Regular';
}

.video-blocs h1 span {
    color: #CA1F5B;
}

.tox-notifications-container {
    display: none;
}

.table-document {
    margin-top: 10px;
}

.table-document tbody {
    background: #291b58;
    color: #E2FF66;
}

.table-document thead tr th:nth-child(1) {
    width: 5%;
    border: 0;
}

.table-document thead tr th:nth-child(2) {
    width: 90%;
    border: 0;
}

.table-document thead tr th:nth-child(3) {
    width: 5%;
    text-align: center;
    border: 0;
}

.table-document tbody tr td:nth-child(1) {
    text-align: center;
}

.table-document tbody tr td:nth-child(3) {
    color: #c3135c;
}

.table-document thead tr th {
    font-size: 17px;
    font-family: 'Assistant-Regular';
    font-weight: 600;
}

.table-document tbody {
    border: 2px solid #CA1F5B;
}

.table-document tbody tr td {
    border-color: #CA1F5B;
    border-width: 2px;
}

.table-document tbody tr td+td {
    border-right: 2px solid #CA1F5B;
    border-left: 2px solid #CA1F5B;
}


/* management_bizdescription end*/

@media(max-width:1199px) {}

@media(min-width:1200px) and (max-width:1300px) {}

@media(min-width:992px) and (max-width:1199px) {
    .homeheader-content h1,
    .homeheader-content h1 span {
        font-size: 34px;
    }
    .ice-lab-wrapper .ice-lab-img img {
        transform: scaleX(1);
    }
    .ice-inner {
        margin-left: 3px;
    }
    /* our vision page */
    .ourvision-wrapper::after {
        left: -40%;
    }
    .ourvision-title2,
    .ourvision-dec,
    .ourvision-con-img {
        padding-right: 60px;
    }
    .dunamis-title {
        padding: 15px 25px;
    }
    .dunamis-title p {
        font-size: 15px;
    }
    .dunamis-counter {
        padding: 25px;
    }
    .dunamis-counter p {
        font-size: 13px;
    }
    .dunamis-invester>div {
        width: 100%;
        padding-bottom: 5px;
    }
    .dunamis-mega-menu {
        padding: 15px 20px;
    }
    .ourvision-containt .ourvision-dec p {
        font-size: 21px;
    }
    /* deal terms page start */
    .deal-box h2,
    .deal-box h4 {
        font-size: 18px;
    }
    /* optional section page start */
    .navbar-nav li.nav-item a {
        padding: 0 6px;
    }
    .optional-section {
        background-position: 140px 0;
    }
    .optional-section .dunamis-title h2,
    .optional-section .dunamis-title h2 span {
        font-size: 28px;
    }
    /* optional section page end */
}

@media(min-width:992px) and (max-width:1060px) {
    .navbar-nav li.nav-item a {
        font-size: 16px;
        padding: 0 8px;
    }
    /* business overview page Start */
    .business-overview-detail p {
        font-size: 20px;
        padding-right: 10px;
    }
    .business-overview-social-containt {
        margin-left: -43px;
    }
    /* business overview page end */
}

@media(min-width:768px) and (max-width:991px) {
    a.navbar-brand img {
        width: 150px;
    }
    .navbar-nav li.nav-item a {
        font-size: 14px;
        padding: 0 5px;
    }
    .navbar-nav li.nav-item.pad-left-40 {
        padding-left: 5px;
    }
    .navbar-nav li.nav-item .nav-link {
        padding: 0 5px;
    }
    /* home page */
    .sponser_wrapper h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .company-header h2 {
        font-size: 30px;
    }
    .ice-inner .ice-btn-right a {
        padding: 5px;
    }
    /* our vision page*/
    .dunamis-counter {
        padding: 20px;
    }
    .dunamis-invester>div {
        width: 100%;
        padding-bottom: 5px;
    }
    .dunamis-counter p,
    .dunamis-title p {
        font-size: 13px;
    }
    .dunamis-mega-menu {
        padding: 15px 25px;
    }
    .ourvision-title2,
    .ourvision-dec,
    .ourvision-con-img {
        padding-right: 20px;
    }
    .ourvision-containt .ourvision-title2 h2 {
        font-size: 24px;
    }
    .ourvision-containt .ourvision-dec p {
        font-size: 20px;
    }
    .ourvision-containt .ourvision-title h1::after {
        width: 50%;
    }
    /* our vision page end */
    /* deal terms page start */
    .deal-box {
        padding: 10px 0;
    }
    .deal-box h2,
    .deal-box h4 {
        font-size: 18px;
    }
    .offer-adderes {
        padding-right: 10px;
    }
    .deal-offer {
        padding-bottom: 10px;
    }
    .deal-form-link {
        padding: 20px 0;
    }
    .deal-title-inner {
        padding-bottom: 20px;
    }
    .ourvision-wrapper::after {
        left: -39%;
    }
    /* deal terms page end */
    /* business overview page start */
    .business-overview-wrapper {
        background-position: 0 162px;
        background-size: 100% 23%;
    }
    .business-overview h2,
    .business-overview h2 span {
        font-size: 24px;
    }
    .business-overview h1 {
        padding: 0 0 30px;
    }
    .business-overview h1 {
        font-size: 30px;
    }
    .business-overview-highlight ul li {
        margin-bottom: 30px;
    }
    .business-overview-detail-inner img {
        padding-top: 20px;
    }
    .business-overview-detail p {
        font-size: 20px;
        padding-right: 10px;
    }
    /* business overview page end */
    /* myaccount valut page start */
    .my-account-valut-inner {
        padding: 60px 20px 50px;
        margin-left: 5%;
    }
    .my-account-valut-inner h2 {
        padding-bottom: 30px;
        padding-left: 15%;
    }
    .valut-list ul li a {
        font-size: 16px;
    }
    /* myaccount valut page end */
    /* optional section page start */
    .navbar-nav li.nav-item a {
        padding: 0 3px;
    }
    .optional-section {
        background-position: 120px 0;
        background-size: 100% 180px;
    }
    .optional-section-wrapper .social-box.float-right {
        display: contents;
    }
    .optional-section-wrapper .social-box h6 {
        line-height: 2;
    }
    /* optional section page end */
}

@media(max-width:991px) {
    /* home page */
    .sponser_wrapper h2 {
        padding: 0 15px;
    }
    .homeheader-content {
        padding: 0;
    }
    .homeheader-content h1,
    .homeheader-content h1 span {
        font-size: 26px;
        line-height: 26px;
    }
    .homeheader-content h2,
    .homeheader-content h2 span {
        font-size: 28px;
        line-height: 30px;
    }
    .homeheader-content p {
        font-size: 20px;
        line-height: 24px;
    }
    .premuim-content ul li {
        width: 100%;
        padding: 5px 15px;
    }
    .ice-lab-wrapper {
        width: 100%;
        margin-bottom: 25px;
        background-color: unset;
    }
    .ice-lab-img-top {
        top: 0;
        left: 0;
    }
    .ice-lab-wrapper .ice-lab-img img {
        transform: scaleX(1);
    }
    .ice-inner {
        margin: 0;
    }
    /* home page end */
    /* deal terms page*/
    .deal-box.deal-box-border-bottom {
        border-bottom: 0;
    }
}

@media(max-width:767px) {
    .navbar-nav {
        padding-right: 0;
        padding-top: 30px;
    }
    nav.navbar .nav-item {
        margin: 5px 0;
    }
    nav.navbar .nav-item.active a,
    nav.navbar .nav-item.active a:hover,
    nav.navbar .nav-item.active a:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        display: block;
        text-align: center;
        background-color: #1761b1;
        color: #ffffff !important;
        font-weight: bold;
    }
    button.navbar-toggler.navbar-toggler-right {
        position: absolute;
        right: 0;
        border: none;
        padding: 0;
        outline: none;
    }
    .header-navbar {
        float: right;
        padding-right: 40px;
    }
    .navbar-toggler-right i.fas.fa-bars {
        font-size: 30px;
        color: #fff;
    }
    .navbar-toggler {
        outline: none;
    }
    .navbar .navbar-brand img {
        width: 170px;
    }
    .footer-inner.color1 {
        padding: 20px 0;
    }
    .footer-inner.color3 {
        padding-top: 20px;
    }
    .navbar-nav li.nav-item a {
        border: 0;
    }
    .navbar-nav li.nav-item.pad-left-40 {
        padding-left: 10px;
    }
    .hide-xs i.fas.fa-bars {
        display: none;
    }
    /* home page */
    .sponser_wrapper h2 {
        font-size: 22px;
        line-height: 23px;
    }
    .company-header h2 {
        font-size: 30px;
    }
    .premium-inline {
        padding-bottom: 15px;
    }
    /* home page end */
    /* our vision start */
    .ourvision-dunamis {
        width: 100%;
        margin-left: 0%;
    }
    .ourvision-wrapper {
        padding-top: 100px;
    }
    .ourvision-dunamis-wrapper .top-img img {
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ourvision-title2,
    .ourvision-dec,
    .ourvision-con-img {
        padding-right: 0;
    }
    .ourvision-containt .ourvision-title h1::after {
        width: 45%;
    }
    .ourvision-containt .ourvision-dec p {
        font-size: 20px;
    }
    /* our vision end */
    /* deal terms page start */
    .deal-title {
        padding-top: 0;
    }
    .ourvision-dunamis {
        margin-bottom: 30px;
    }
    .deal-title-inner {
        display: block;
        padding-bottom: 0px;
    }
    .offer-adderes {
        padding-bottom: 20px;
        padding-right: 0;
    }
    .offer-map {
        padding-bottom: 15px;
    }
    .deal-offer {
        padding-bottom: 10px;
    }
    .deal-form-link {
        padding: 20px 0;
    }
    /* deal terms page end */
    /* business overview page start */
    .business-overview-wrapper {
        background-image: none;
    }
    .business-overview h2,
    .business-overview h2 span {
        font-size: 24px;
    }
    .business-overview-social-containt {
        padding: 10px;
        margin-left: 0;
    }
    .business-overview h1 {
        padding: 0 0 30px;
    }
    .business-overview-detail-inner img {
        padding-top: 15px;
    }
    .business-overview-detail p {
        font-size: 20px;
    }
    /* business overview page end */
    /* myaccount valut page start */
    .my-account-valut {
        background-size: 135% 100%;
    }
    .my-account-valut-inner {
        width: 90%;
        padding: 30px 15px 30px;
    }
    .my-account-valut-inner h2 {
        font-size: 30px;
        padding-left: 10%;
        padding-bottom: 30px;
    }
    .valut-list ul li {
        margin: 0 0 10px -5px;
    }
    .valut-list ul li a {
        font-size: 16px;
    }
    /* myaccount valut page end */
    /* optional section page start*/
    .optional-section {
        background-color: #fff;
        background-image: none;
    }
    .optional-section .dunamis-mega-menu {
        padding: 0 40px 90px;
    }
    .optional-section-wrapper .business-overview-social-containt {
        padding: 15px 10px;
    }
    .social-box {
        padding-right: 10px;
    }
    .optional-section-wrapper .social-box.float-right {
        display: contents;
    }
    .optional-section-wrapper .social-box h6 {
        line-height: 2;
    }
    .optional-section-title h2 {
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .optional-section .section-form-block {
        margin-bottom: 70px;
    }
    /* optional section page end */
}

@media(max-width:575px) {
    /* home page */
    .sponser-img ul li>span {
        display: none !important;
    }
    .sponser-img ul li:nth-child(2) img,
    .sponser-img ul li:nth-child(4) img,
    .sponser-img ul li:nth-child(6) img,
    .sponser-img ul li:nth-child(7) img {
        margin-top: 0;
        margin-left: 0;
    }
}

@media(max-width:480px) {
    /* our vision page */
    .dunamis-counter p {
        font-size: 14px;
    }
}