@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url(https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css);

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Isidora Light';
    font-style: normal;
    font-weight: normal;
    src: local('Isidora Light'), url(../../softlogic/fonts/Latinotype-Isidora-Light.woff) format('woff');
}

/*---navigation Section start------*/
/*--navbar1-----*/

html {
    scroll-behavior: smooth;
}

body p {
    line-height: 1.8;
    color: #616161;
}


/* Typongraphy Heading */
.heading-1 {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.heading-2 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.heading-3 {
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

.heading-4 {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

.heading-5 {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

.heading-6 {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

.heading-7 {
    font-size: .9rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.heading-8 {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

/* Typongraphy Heading */
/* Typongraphy paragraph */
.paragraph-xl {
    font-size: 1.6rem !important;
    line-height: 2.5rem !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

.paragraph-l {
    font-weight: 100 !important;
    font-size: 1.1rem !important;
    line-height: 1.6rem !important;
    margin-bottom: 24px !important;
}

.paragraph-m p {
    font-size: 1rem !important;
    line-height: 1.8 !important;
}

/* Typongraphy paragraph */

/*----Color Section.......*/

.bg-blue {
    background-color: #0056B7 !important;
    color: white !important;
}

.bg-blue-hover:hover {
    color: white;
    background-color: #04204e !important;
    transition: .3s ease !important;
}

.bg-blue-indicator .active {
    background-color: #0056B7 !important;
}

.text-blue {
    color: #0056B7 !important;
}

.text-blue-hover:hover {
    color: #0056B7 !important;
    transition: .3s ease !important;
}

.card:hover .text-blue-hover {
    color: #0056B7 !important;
    transition: .3s ease !important;
}

.text-dark-blue-hover:hover {
    color: #04204e !important;
    transition: .3s ease !important;
}

.blue-overlay:hover {
    background-color: rgba(0, 86, 183, 0.6) !important;
    transition: .3s ease !important;
}

.blue-overlay-2:hover {
    background-color: #0056B7 !important;
}

.bg-dark-blue {
    background-color: #04204e !important;
}

.border-top-blue {
    border-top: 3px solid #0056B7 !important;
}

.border-bottom-blue {
    border-bottom: 4px solid #0056B7 !important;
}

.text-dark-blue {
    color: #04204e !important;
}

.text-purple {
    color: #5D0E8B !important;
}

/*Softlogic Stockbrokers Colors*/

.text-blue-ss {
    color: #016098 !important;
}


.bg-blue-ss {
    background-color: #016098 !important;
    color: white !important;
}




/*---- Life Contact Us---*/
.life-contact-text-purple {
    color: #9578d3 !important;
}

.life-contact-bg-purple {
    background-color: #9578d3 !important;
}

/*----Life Life Contact Us---*/
.text-purple-hover:hover {
    color: #5D0E8B !important;
}

.card:hover .text-purple-hover {
    color: #5D0E8B !important;
    transition: .3s ease;
}

.text-dark-purple-hover:hover {
    color: #2E004B !important;
}

.bg-purple-indicator .active {
    color: #2E004B !important;
}

.purple-overlay:hover {
    background-color: rgba(93, 14, 139, 0.6) !important;
    transition: .3s ease;
}

.purple-overlay-2:hover {
    background-color: #5D0E8B !important;
}

.bg-purple {
    background-color: #5D0E8B !important;
}

.bg-purple-hover:hover {
    color: white;
    background-color: #2E004B !important;
    transition: .3s ease;
}

.border-top-purple {
    border-top: 3px solid #5D0E8B !important;
}

.border-bottom-purple {
    border-bottom: 4px solid #5D0E8B !important;
}

.bg-dark-purple {
    background-color: #2E004B !important;
}

.text-dark-purple {
    color: #2E004B !important;
}


/*----Softlogic Invest Theme Color.......*/
.bg-sky-blue {
    background-color: #00B9BD;
    color: white;
}

.bg-sky-blue-hover:hover {
    color: white;
    background-color: #008a8d;
    transition: .3s ease !important;
}

.bg-sky-blue-btn {
    background-color: #fcb813 !important;
    color: white !important;
    transition: .3s ease !important;
}

.bg-sky-blue-btn-hover:hover {
    background-color: #e8aa13 !important;
    color: white !important;
}

.bg-sky-blue-indicator .active {
    background-color: #00B9BD !important;
}

.text-sky-blue {
    color: #00B9BD !important;
}

.text-sky-blue-hover:hover {
    color: #00B9BD !important;
    transition: .3s ease !important;
}

.card:hover .text-sky-blue-hover {
    color: #00B9BD !important;
    transition: .3s ease !important;
}

.text-dark-sky-blue-hover:hover {
    color: #008a8d !important;
    transition: .3s ease !important;
}

.sky-blue-overlay:hover {
    background-color: rgba(0, 185, 189, 0.6) !important;
    transition: .3s ease !important;
}

.sky-bluee-overlay-2:hover {
    background-color: #00B9BD !important;
}

.bg-dark-sky-blue {
    background-color: #008a8d !important;
}

.border-top-sky-blue {
    border-top: 3px solid #00B9BD !important;
}

.border-bottom-sky-blue {
    border-bottom: 3px solid #00B9BD !important;
}

.text-dark-sky-blue {
    color: #008a8d !important;
}

.header-style {
    background: linear-gradient(100deg, transparent 80%, rgb(0, 185, 189) 80%) right no-repeat, linear-gradient(0deg, rgb(252, 184, 19), rgb(252, 184, 19)) 0px 0px no-repeat;
}

/*----Color Section.......*/


.wpcf7 {
    max-width: 100% !important;
    padding: 0 2rem;
}

body {
    font-family: poppins;
}

body p {
    line-height: 1.8;
}

.mobile-hide .navbar {
    padding: 0px 10px;
}

.mobile-hide .background-color {
    background-color: #46bd4c;
}

.mobile-hide .navbar li {
    border-right: 2px solid rgba(0, 0, 0, 0.055);
    display: flex;
    align-items: center;
}

.mobile-hide .navbar li:hover {
    background-color: #fff !important;
    color: #212121 !important;
}

/* .mobile-hide .navbar li:last-child {
    background-color: #126116;
} */
.mobile-hide #main-menu .current-menu-item {
    background-color: #fff !important;
    color: #212121 !important;
}

.mobile-hide #main-menu .current-menu-item a {
    background-color: #fff !important;
    color: #212121 !important;
}

.mobile-hide .navbar-nav .active .nav-link {
    color: #212121 !important;
}

.mobile-hide .navbar-nav .dropdown-item {
    background-color: #fff !important;
}

.mobile-hide .navbar-nav .dropdown-item:hover {
    background-color: #f8f9fa !important;
}

.mobile-hide .navbar-nav .dropdown-item.active {
    background-color: #f8f9fa !important;
    color: #212121;
}

.mobile-hide .navbar-nav .dropdown-menu {
    margin: 0 !important;
    min-width: unset !important;
}

.mobile-hide .navbar .btn {
    border: 1px solid rgba(255, 255, 255, 0.589);
    outline: none;
    padding: 5px 9px;
    background-color: #46BD4C;
    font-size: 12px;
    border-radius: 50%;
    margin: 0 1px;
    position: relative;
    top: 0px;
    color: #fff;
}

.mobile-hide .navbar .eng-btn {
    padding: 5px 11px;
}

.mobile-hide .top-nav .active {
    /* background-color: #fff; */
    color: #46BD4C;
    /* border: 1px solid rgba(0, 0, 0, 0.08); */
}

.mobile-hide .navbar-brand .active {
    background-color: unset !important;
    color: #fff;
}

.mobile-hide .nav-text img {
    width: 250px !important;
    height: auto !important;

}

.mobile-hide .navbar .border-line .active {
    background-color: #fff;
    color: #46BD4C;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-hide .navbar .btn:hover {
    background-color: #fff;
    color: #46BD4C;
    border: 1px solid rgba(0, 0, 0, 0.08);

}

.mobile-hide .navbar .border-line {
    padding: 0px 14px;
}

.mobile-hide .navbar .lang-links {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile-hide-lang-mh {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.055);
    border-left: 1px solid rgba(0, 0, 0, 0.055);
}

.mobile-hide-lang-mh ul {
    padding: 0 10px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin: 0;
}

.mobile-hide-lang-mh ul li {
    border: 1px solid rgba(255, 255, 255, 0.589) !important;
    outline: none;
    padding: 3px 7px;
    background-color: #46BD4C;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease;
    margin: 3px 3px;
}

.mobile-hide-lang-mh ul .lang-item-en {
    padding: 3px 9px;
}

.mobile-hide-lang-mh ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 2px;
    transition: .3s ease;
}

.mobile-hide-lang-mh ul .lang-item-si,
.lang-item-ta {
    border: 1px solid rgba(255, 255, 255, 0.589) !important;
    outline: none;
    padding: 3px 7px;
    background-color: #46BD4C;
    font-size: 12px;
    border-radius: 50%;
    margin: 0 1px;
    cursor: pointer;
    transition: .3s ease;
    margin: 0px 2px;
}

.mobile-hide-lang-mh ul li:hover {
    background-color: #FFF;
    color: #46BD4C;

}

.mobile-hide-lang-mh ul li:hover a {
    color: #46BD4C;
}

.mobile-hide-lang-mh ul .current-lang {
    background-color: #FFF;
    color: #46BD4C;
}

.mobile-hide-lang-mh ul .current-lang a {
    color: #46BD4C;
}

.footer-menu .lang-item {
    display: none;
}

/* .mobile-hide .navbar-nav .dropdown {
    background-color: #212121;
} */

.mobile-hide .nav-item .nav-link {
    font-size: .9rem;
    padding: 8px 20px;
    color: white;
}

.sidebar-menu .nav-link {
    color: #616161 !important;
    font-size: .9rem !important;
}


.sidebar-menu .nav-link:hover {
    background-color: #EEEEEE !important;
}

.mobile-hide .nav-item .nav-link:hover {
    color: black;
    background: white;
}

.mobile-hide .nav-item .menu-item:hover {
    color: black;
    background: white;
}

.top-nav .current-menu-item a,
.current-page-ancestor a,
.current-post-ancestor a {
    color: #212121 !important;
    background-color: #ffff !important;
}

/* .is-menu {
    padding: 0.5rem !important;
} */
/*--navbar 1--------*/


/*---Navigation------*/

/*-------Search Bar Styles---*/
.is-menu {
    position: relative !important;
    /* top: 5px !important; */
    padding: 0px 20px !important;
    display: flex;
    align-items: center;
}

.is-menu.dropdown form {
    min-width: 267px !important;
    max-width: 100% !important;
    position: absolute !important;
    right: 0 !important;
    z-index: 9 !important;
    top: 3.3rem !important;
}

.is-form-style input.is-search-input {
    padding: 8px 12px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    border-radius: 50px 0px 0px 50px !important;
    border: solid 1px #e0e0e0 !important;
    font-family: arial;
    border-right: unset !important;
}

.is-form-style button.is-search-submit {
    border: unset !important;
    top: 0px !important;
    position: relative !important;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    display: inline-block !important;
    padding: 5px !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    background: none !important;
    outline: 0;
    font-size: 16px !important;
}

.is-form-style .is-search-icon {
    display: inline-block;
    padding: 5px;
    color: #616161;
    background: #fafafa;
    outline: 0;
    border-radius: 0;
    line-height: 1;
    border: solid 1px #e0e0e0 !important;
    border-left: unset !important;
    border-radius: 0px 50px 50px 0px !important;
    background-color: #fff !important;
}

.is-form-style .is-search-icon:hover {
    transition: ease-in .3s;
    fill: #212121;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.is-form-style button:focus {
    outline: unset;
    outline: unset;
}

.is-menu .search-close {
    top: 60px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
    right: -50% !important;
    background-color: #FFF !important;

}

.is-menu .search-close:hover {
    background-color: #EE3A43 !important;

}

.is-menu.full-width-menu form,
.is-menu.sliding form {
    right: 0 !important;
    top: 3.3rem !important;
    z-index: 9;
}

.is-menu .search-close:hover::after {
    border-left: 2px solid #fff !important;
}

.is-menu .search-close:hover::before {
    border-left: 2px solid #fff !important;
}

.is-search-form button {
    height: 0 !important;
}

.page-content .is-form-style label {
    position: relative;
    top: 1px;
}

.page-content .is-form-style button.is-search-submit {
    border: unset !important;
    top: 0px !important;
    position: relative !important;
}

/*-------Search Bar Styles End---*/

.navigation-section img {
    height: 3rem !important;
    width: auto;
}

.navigation-section .img-fluid {
    max-width: unset !important;
    height: auto;
}

.navbar-nav .dropdown {
    padding-right: 1.25rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}

.navigation-section .navbar {
    padding: 0 0 0 20px;
    box-shadow: 0px 3px 5px -5px #212121;
    -webkit-box-shadow: 0px 3px 5px -5px #212121;
    /* overflow-x: hidden; */
}




/* sticky nav */
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 25;
    /* background-color:#F3F3F3 !important; */
    transition: all .5s ease-out !important;

}

/* #headernav{
    height: 25vh;
    width: auto;
} */

.navigation-section #main-menu .current-menu-item a {
    color: #0056B7 !important;
}

/* .navigation-section #main-menu .nav-link:hover {
    color: #0056B7 !important;
    transition: all .3s;
} */

.navbar-light .navbar-nav .nav-link {
    color: #212121;
    font-size: 1rem;
    font-weight: 500;
}

.current-menu-item a,
.current-page-ancestor a,
.current-post-ancestor a {
    color: #0056B7 !important;

}

.navigation-section .btn {
    font-size: 1rem;
    /* padding: 25px; */
    padding: 20px;

    border-radius: 0px;
}

.navigation-section ul .nav-item,
.search {
    /* padding: 0 0.2rem 0 0.5rem; */
    padding: 0 0.35rem 0 0.35rem;
}

.navigation-section .call-btn i {
    padding: 0px 4px;
    color: #fff;
}

.navigation-section .call-btn {
    padding: 0 0 0 0.35rem;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    border-bottom: 0;
    border: 0;
    font-family: 'FontAwesome';
    content: "\f107" !important;
    transition: all 0.3s;
    /* position: absolute; */
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    /* transform: scale(0); */
    transition: ease-out 0.3s;
    transform-origin: top;
    transform: scale(1, 0);
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

/* 2 */
/* .dropdown-menu1
{
	border:none;
	display: block;
  transform: scale(1)!important;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	top: 180px;
	transition: all .3s;
}
.dropdown:hover .dropdown-menu1
{
	display: block;
	top: 100%;
	height: inherit;
} */
/* 2 */

/* 1 */
/* .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  } */
/* 1 */


/* .dropdown:hover .dropdown-menu{
    display: block;
} */

/* .dropdown:hover .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} */

/* .dropdown-toggle.active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    
} */

.menu-item-has-children .menu-item-has-children:hover>.dropdown-menu {
    display: inline-block;
    left: 9em;
    top: -1ex;
}

.menu-item-has-children .menu-item-has-children:hover {
    background-color: WhiteSmoke;
}

.navigation-section .search a {
    text-decoration: none;
}

.navigation-section .navbar .bg-blue:hover {
    background-color: #04204e !important;
    transition: .3s ease;
    border: 1px solid #04204e !important;
}

.mnbtn-toggler .fa-lg {
    font-size: 1.33333em;
    line-height: 1.25em;
    vertical-align: -.0667em;
}

/* .navigation-section .nav-link:nth-last-child(2) {
    color: #ffffff !important;
} */

.navigation-section #main-menu .nav-link {
    color: #212121 !important;
}

a .dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212121;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.89rem;
}

.dropdown-item {
    font-size: 0.89rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0056B7;
    text-decoration: none;
    background-color: unset !important;
}

li .navigation-section .dropdown-menu .nav-item {
    padding: 0;
}

ul .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 56px;
}

.dropdown-menu {
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212121;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    /* transition: all .5s ease-in-out; */
}


/*----navigation for mobile----*/

@media (max-width: 768px) {
    .navigation-section .navbar {
        padding: 0 !important;
    }

    .navigation-section .navbar-brand {
        padding-left: 10px !important;
        width: 120px !important;

    }
}

/* @media (max-width: 992px){
    
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #dedede;
    color: #0056b7;
    text-decoration: none;
}
} */

@media (max-width: 992px) {
    .navbar-nav>li>.dropdown-menu {
        display: none;
        transform: unset;
    }

    .dropdown .dropdown-menu {
        display: none !important;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-toggler {
        padding: .5rem .5rem !important;
    }

    .money-nav .nav-wrapper .navbar li {
        border: none !important;
    }

    /* .navigation-section .navbar {
        padding: 0px;
    } */
    .navigation-section .navbar {
        padding: 0px 0px 0px 0px;
    }

    /* .dropdown-item:focus, .dropdown-item:hover {
        background-color: #e2e2e2;
    } */

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding: 1rem;
        height: auto;
        visibility: hidden;
        background-color: #e6e6e6;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
        opacity: .98;
        transition: all .3s ease-in-out;
        overflow-y: auto;
        z-index: 300;
        position: relative;
        top: 0px;
    }

    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
        z-index: 201;
        height: auto;
        position: relative;
        top: 0px;
    }

    .dropdown-menu {
        background-color: #e6e6e6;
    }

    /* .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #e2e2e2 !important;
        transition: all .3s;
    } */

    .hamburger .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 2px;
        background-color: #FFF;
        margin: 8px 0;
        /* transition: 0.4s ease; */
        transition: all 0.45s cubic-bezier(0.45, 0.45, 0.37, 1.36) 0s;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .change .bar2 {
        opacity: 0;
    }
}



@media (max-width: 1024px) {
    .navbar-light .navbar-brand {
        padding-left: 10px;
    }

    .navbar-collapse {
        text-align: left;
    }

    .navigation-section ul .nav-item,
    .search {
        padding: 0 0.35rem 0 0.35rem;
        /* padding: .6rem 2rem .6rem 2rem; */
    }

    /* .is-menu a {
        padding: .6rem 2rem .6rem 1rem;
    } */

    .is-menu.dropdown form {
        max-width: 90% !important;
        text-align: center !important;

    }
}

/*---Navigation-------*/
/*---navigation Section end-----*/


/*--Carousel Section Started------*/
/* .carousel-item {
    height: 60vh;
    min-height: 450px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

@media only screen and (max-width: 992px) {
    /* .carousel-item  {
        height: 31vw;
        min-height: unset;
    } */
}


@media only screen and (max-width: 1200px) and (min-width: 992px) {
    /* .carousel-item  {
        height: 32vw;
        min-height: unset;
    } */
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 5px;
    border: none;
}

.slides-section .carousel-caption {
    text-align: left;
    max-width: 700px;
}

.slides-section .carousel-caption P {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 15px;
}

.slides-section .carousel-caption P {
    font-weight: 100;
    font-size: 18px;
    line-height: 1.6rem;
    max-width: 600px;
    margin-bottom: 24px;
}

.slides-section .carousel-caption .btn {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 48px;
    padding: 6px 20px;
    color: #fff;
    padding: 10px 30px;
}

.slides-section .carousel-caption .bg-blue:hover {
    background-color: #04204e !important;
    border: 1px solid #04204e;
    transition: .3s ease;
}

.slides-section a span {
    font-size: 2rem !important;

}

.slides-section .carousel-control-prev span {
    font-family: FontAwesome !important;
}

.slides-section .carousel-control-next span {
    font-family: FontAwesome !important;
}

.slides-section .blue-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    padding: 15px 25px 15px 15px;
    height: 85px;
    min-width: 360px;
}

/*--newly added-----*/
.slides-section .blue-bar .box-text-2 {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 6px;
    justify-content: space-between;
}

.slides-section .blue-bar p {
    font-size: 1.2rem;
}

.slides-section .blue-bar .p2 {
    font-size: 1.3rem;
}

.slides-section .blue-bar h3 {
    font-size: 2.5rem;
}

/* .slides-section .blue-bar #txttime {
    position: relative !important;
    top: 10px !important;
} */


/*--Carousel Section End--*/
#breadcrumbs a {
    color: #212121;
}

#breadcrumbs {
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
}

#breadcrumbs a:hover {
    color: #212121;
    text-decoration: none !important;
}

/* ------Market Ratio---Start--------- */
.market-ratio-section .market-ratio-wrapper {
    padding: 48px 0px 16px 0px;
}

.market-ratio-section .market-ratio-wrapper .c-pad {
    padding: 0px 10px;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper {
    color: #fff;
    border-radius: 3px;
    margin: 8px 0;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper ul {
    margin: 8px 0px;
}

.market-ratio-section .market-ratio-wrapper .custom-col-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content ul {
    padding: 0px 0px 0px 16px;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content ul i {
    padding-right: 8px;
    font-size: 1.8rem;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content ul li span {
    font-size: 1.6rem;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content ul li {
    list-style: none;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-rate ul li {
    text-align: right;
    padding-right: 16px;
    padding-bottom: 3px;
    list-style: none;
    font-size: .8rem;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content-3 ul {
    padding: 0px 0px 0px 16px;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content-3 ul li,
.wrapper-rate-3 ul li {
    list-style: none;
    font-size: .8rem;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-rate-3 ul li {
    text-align: right;
    padding-right: 16px;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content-3 .header,
.wrapper-rate-3 .header {
    font-size: .95rem;
}

.market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-rate-3 ul {
    padding-left: 16px;
}

/* ------Market Ratio---End--------- */

/*---product section Start*/
/* .product-section h3 {
    font-size: 28px;
} */

.product-section .product-head {
    padding-top: 72px;
}

.product-section a {
    text-decoration: none;
}

.product-section .col-custom {
    padding: 5px 5px;
}

.product-section .custom-img {
    margin-bottom: 16px;
    margin-top: 10px;
}

.product-section .custom-img img {
    width: 45px;
    padding-bottom: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.product-section .custom-img .img-2 {
    display: none;
}

.product-section .pro-title {
    min-height: 54px;

}

/* .product-section .trans-blue h6 {
    color: #212121;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
} */
.product-section .trans-blue p {
    color: #212121;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1rem !important;
    text-align: center;
    margin-bottom: .5rem;
}

.product-section .bg-white {
    background-color: #ffffff !important;
    border-radius: 6px;
}

.product-section .bg-white:hover {
    background-color: unset !important;
}

.product-section .bg-image {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    border-radius: 6px;
    transition: .3s ease;
    margin: 5px;
}

.product-section .trans-blue {
    padding: 20px 0px;
    border-radius: 6px;
}

.product-section .bg-image:hover {
    background-repeat: no-repeat;
    background-size: cover;
    transition: .1s ease;
}

.product-section .trans-blue:hover {
    transition: .1s ease;

}

.product-section a:hover .img-1 {
    display: none;
}

.product-section a:hover .img-2 {
    display: block;
}

/* .product-section a:hover h6 {
    color: #ffffff !important;
    text-decoration: none;
    transition: .3s ease;
} */
.product-section a:hover p {
    color: #ffffff !important;
    text-decoration: none;
    transition: .3s ease;
}

/*----CSS For Category Hover Box section--*/
.product-section .trans-color:hover {
    transition: .3s ease;
    border-radius: 6px;
}

.main-product-section .main-product-wrapper-1 .trans-color {
    padding: 20px 0px;
}

.main-product-section .main-product-wrapper-1 .trans-color p {
    text-align: center;
    color: #212121;
    font-weight: 600;
    line-height: 1.8;
    min-height: 56px;
}

.main-product-section .main-product-wrapper-1 .trans-blue .pro-title {
    min-height: 70px;
}

/*----CSS For Category section--*/



/*---product section End*/

/*---Welcome Section Start---*/

/* .welcome-section .welcome-text {
    padding-top: 8vh;
    padding-left: 20%;
    text-align: left;
} */

.home-welcome-section .background-wrapper .image {
    background-image: url('../assets/images/Stock-images/welcome.jpg');
    background-position: center;
    /* min-height: 25vh; */
    height: 100%;
    background-repeat: no-repeat !important;
}

/* .welcome-section .background-wrapper .custom-col-1 {
    height: 400px !important;
} */
.home-welcome-section .background-wrapper .custom-col-2 {
    padding: 0px !important;
    /* height: 400px !important; */
}

.home-welcome-section .background-wrapper .custom-row {
    height: 100%;
}

.home-welcome-section .background-wrapper {
    background-size: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background: #fafafa;
}

.home-welcome-section .welcome-text {
    /* min-height: 70vh; */
    padding: 10%;
}

.home-welcome-section .welcome-text h3 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 24px;
}

.home-welcome-section .welcome-text p {
    color: #616161;
    font-size: .9rem;
    margin-bottom: 24px;
    line-height: 1.8;
}

.home-welcome-section .welcome-text .btn {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 16px;
    padding: 10px 30px;
    color: #fff;
}

.home-welcome-section .welcome-text .bg-blue:hover {
    color: #ffffff;
    background-color: #04204e !important;
    transition: .3s ease;
}

/*---Welcome Section End---*/

/*----news section */

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.news-wrapper {
    position: relative;
    border-radius: 5px;
}

.news-section .home-news-wrapper .header-text h2 {
    font-size: 2.25rem;
    color: #0056B7;
    font-weight: 600;
    padding: 30px 0px;
}

.news-section .home-news-wrapper .card {
    margin-bottom: 16px;
    border: none;
}

.news-section .home-news-wrapper .card-body {
    padding: 16px;
}

.news-section a {
    text-decoration: none;
}

.news-section .home-news-wrapper .card:hover {
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, .1);
    transition: 0.3s;
    cursor: pointer;
}

.news-section .home-news-wrapper .custom-col {
    padding: 0px 8px;
}

/* .news-section .home-news-wrapper .card:hover .card-title {
    transition: 0.3s;
    /* color: #0056B7; */
/* } */

.news-section .home-news-wrapper .card .card-img-top {
    height: 160px;
    object-fit: cover;
}

.news-section .home-news-wrapper .card .card-title {
    /* font-size: 1.25rem;
    color: #212121;
    font-weight: 600;
    margin-bottom: 2px;
    min-height: 40px;
    line-height: 1.2; */
    font-size: 1rem;
    color: #212121;
    font-weight: 500;
    margin-bottom: 2px;
    min-height: 95px;
    line-height: 1.3;
}

.news-section .home-news-wrapper .card .card-text {
    margin-bottom: 1rem;
    min-height: 100px;
}

.news-section .home-news-wrapper .card span {
    color: #616161;
    font-size: 12px;
}

.news-section .home-news-wrapper .card .card-text p {
    font-size: 0.89rem;
    color: #616161;
    padding-top: 16px;

}

.news-section a {
    color: #212121;
    text-decoration: none;
}

.news-content-wrapper {
    padding: 15px;
}

/* .news-section .arrow a:hover {
     text-decoration: underline !important;

} */

.news-section .arrow {
    padding-bottom: 36px;
    padding-top: 16px;
}

.news-section .arrow a {
    color: #212121;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0056B7 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(230, 230, 230) !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    padding-bottom: 1rem;
}

.back-to-top-section .btn {
    color: #ffffff;
    padding: 8px 45px;
    font-weight: 400;
    font-size: 0.9rem;
    border-radius: 5px 5px 0px 0px;
}

.back-to-top-section .btn i {
    padding-left: 10px;
}

.back-to-top-section .row {
    margin-right: 0px;
}

/* footer Section*/
.footer-section .container-fluid {
    padding-bottom: 60px !important;
}

.footer-menu .nav-link {
    padding: 0;
}

.footer-section .footer-menu-col .text-padding {
    padding-left: 90px;
}

.footer-section .col {
    padding: 0px;
}

.footer-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
}

.footer-section .list ul a .active {
    color: #ffffff !important;

}

.footer-menu .current-menu-item a {
    color: #FFF !important;
}

.footer-section .list a {
    color: #bdbdbd;
    font-size: .9rem;
    line-height: 35px;
    text-decoration: none;
}

.footer-section .list a:hover {
    color: #ffffff;
}

.footer-section ul.social li {
    padding: 3px 0;
}

.footer-section ul.social li a i {
    margin-right: 25px;
    font-size: 16px;
    color: #bdbdbd;
}


.footer-section ul.social li:hover a i {
    /* color:#0056B7; */
    /* -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease; */
    color: #ffffff;
    ;
    transition: .5s all ease;

}

.footer-section ul.social li a,
.footer-section ul.quick-links li a {
    color: #ffffff;
}

.footer-section .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 80%;
    font-size: 12px;
}

.footer-section .footer-newsletter input[type="submit"] {
    border: 0;
    padding: 6px 0;
    width: 20%;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
    font-size: 12px;
    float: right;
}

.footer-section .footer-newsletter .bg-blue[type="submit"]:hover {
    background-color: #04204e;
}

.footer-section-2 {
    background-color: #fff !important;
}

.footer-section-2 .copyright {
    font-size: 12px;
    margin: 6px 0px 6px 0px;
}

.footer-section-2 .logo {
    height: 100%;
    width: 100px;
    cursor: pointer;
}

.footer-section-2 .nav-wrapper .navbar-brand {
    display: inline !important;
}

.footer-section-2 .nav-wrapper .navbar-brand .img-fluid {
    width: 120px !important;
    height: 40px;
}

.footer-section-2 .custom-col-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .footer-section-2 .copy-right-text a{
     padding-left: 10px;
} */

.footer-section-2 .copy-right-text img {
    width: 80px;
    cursor: pointer;
}

.footer-section-2 .nav-wrapper {
    text-align: left;
}

.mobile-menu {
    font-size: 1rem;
    bottom: -1px;
    position: fixed;
    width: 100%;
    z-index: 21;
    padding: 0;
}

.mobile-menu .custon-con {
    padding: 0px;
}

.mobile-menu .menu-item {
    padding: 2px 0px;
}

.mobile-menu .bottom-menu img {
    width: 24px;
}

.mobile-menu .bottom-menu .custom {
    padding: 1px;
}

.mobile-menu .bottom-menu .custom-img img {
    width: 40px;
}

.mobile-menu .bottom-menu p {
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    margin: 0px;
    padding-top: 2px;
}

.mobile-menu .bottom-menu ul {
    padding: 0px;
}

.mobile-menu .bottom-menu ul a li {
    color: #fff;
    text-decoration: none;
    text-align: center;
    float: left;
    list-style: none;
    width: 20%;
    padding: 1.6%;
    height: 100%;
}

.bottom-menu {
    opacity: .95;
    background-color: #46BD4C;
}

.overlay .close {
    float: none;
}

.overlay .close-wrap {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 45%;
}

.overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 0%;
    /* background: #212121; */
    /* background: #616161; */
    background: #000000e6;
    overflow: hidden;
    z-index: 300;
    transition: all 0.5s;
}

.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.overlay a {
    padding: 0;
    color: #fff;
    margin: 0 auto;
    font-size: 35px;
    text-decoration: none;
}

.overlay .closeBtn:hover {
    color: #fff;
}


.overlay .overlay-icon img {
    padding: 0;
    fill: #fff;
    margin: 0 auto;
    width: 35px;
    text-decoration: none;
}

.overlay .icon-text {
    font-size: .9rem;
    color: #fff;
}

.overlay .overlay-content .bottom-space {
    padding-bottom: 5px;
}

.overlay .overlay-content .product-icons {
    padding: 16px 16px;
}

/*-- Search Section--*/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
    margin: 0 auto !important;
}

.entry-footer .comments-link {
    display: none !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #212121 !important;
    border-color: #212121 !important;
}

h1.page-title {
    line-height: 1.8 !important;
    font-size: 2rem !important;
    color: #212121;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h1.page-title span {
    line-height: 1.8 !important;
    font-size: 2.2rem !important;
    color: #616161;
}

.entry-title a {
    font-size: 1.5rem !important;
    color: #212121 !important;
    /* color: #2fa9fc!important; */
}

.site-main .entry-summay p {
    line-height: 1.2 !important;
    color: #616161 !important;
    font-size: 1rem !important;
}

.btn-secondary {
    color: #212121;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #212121 !important;
    border-color: #212121 !important;
}

.page-item a {
    color: #212121;
}

.page-item a:hover {
    background-color: #e9ecef;
    color: #212121;
}

.top-banner {
    height: 450px;
}

.product-single-wrapper .bod-wrapper-2 .right-navbar li.active a {
    background-color: #EEEEEE;
    font-weight: 500;
    color: #000;
}

/*-----------404 Page Style-----------------*/
.page-404-top-banner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 450px;
}


#notfound {
    position: relative;
    height: 80vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}

.notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: poppins;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: url('../assets/images/bg.jpg') no-repeat; */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* background-size: cover;
    background-position: center; */
    /* height: 100; */
}


.notfound h2 {
    font-family: poppins;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.notfound p {
    font-family: poppins;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}

.notfound a {
    font-family: poppins;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
    box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 142px;
    }

    .notfound .notfound-404 h1 {
        font-size: 112px;
    }
}




/*-----------404 Page Style-----------------*/
/*-----------Assets Management table style -----------------*/
.product-single-section .ps-wrapper-2 table {
    border-collapse: collapse !important;
    border: 1px solid #d8d8d8 !important;
    line-height: 1.8 !important;
    color: #616161 !important;
}

.product-single-section .ps-wrapper-2 td {
    border: 1px solid #d8d8d8d8 !important;
    padding: 10px 16px 10px 16px !important;
    text-align: left !important;
    font-size: 1rem !important;
}




/*-------- Accodion style-----*/
.footer-section .nav {
    display: block !important;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-section .acc-hr {
    border-top: 1px solid #6167af87 !important;
    display: none;
}

.footer-section .nav h6 {
    padding-right: 8px;
}

/*-----------Assets Management table style end-----------------*/
/*--Search Sction --*/


/* Sitemap */
.sitemap-main-content .sitemap {
    margin-bottom: 30px;
}

.sitemap-main-content .headding .h-title {
    margin: 0;
    padding-bottom: 16px;
    font-size: 1.25rem;
    color: #212121;
}

.sitemap-main-content .content-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0
}

.sitemap-main-content .content-sec #sitemap li a {
    font-size: 1rem;
    color: #616161;
    line-height: 2;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.sitemap-main-content .content-sec #sitemap li a:hover {
    color: #3b5998;

}

.sitemap-main-content .content-sec ul li ul {
    padding-left: 1.5rem;
}

.sitemap-main-content .content-sec #sitemap li a i {
    padding-right: 10px;
}

.sitemap-main-content .content-sec #sitemap li a .icon-a {
    color: #46BD4C;
}

.sitemap-main-content .content-sec #sitemap li a:hover .icon-a {
    color: rgb(99, 211, 104) !important;
}

/* Sitemap */

/*--media query---*/

@media (max-width: 320px) {

    /* top banner Style */

    /* .common-top-banner-section {
    height: 100px !important;
} */

    /* top banner Style */
    /* .welcome-section .welcome-text {
        padding-left: 5px;
    } */

    .home-welcome-section .welcome-text .heading-1 {
        font-size: 32px !important;
    }

    .overlay .overlay-content .bottom-space {
        padding-bottom: 5px;
    }

    .overlay .closeBtn {
        left: 45%;
        font-size: 30px;
    }

    .overlay .overlay-icon svg {
        width: 30px;
    }

    .overlay .icon-text {
        font-size: .5rem;
    }

    .overlay a {
        font-size: 35px;
    }

    .back-to-top-section .btn {
        padding: 6px 35px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 5px 5px 0px 0px;
    }

    .footer-section-2 {
        padding-bottom: 16px;
    }
}

@media (max-width: 375px) {
    /* top banner Style */

    /* .common-top-banner-section {
    height: 120px !important;
} */
    /* 
    .carousel-item {
  
        height: 25vh !important;
        min-height: unset;

    } */

    /* top banner Style */


    .overlay .closeBtn {
        left: 45%;
        font-size: 35px;
    }

    .overlay .overlay-icon svg {
        width: 30px;
    }

    .overlay .icon-text {
        font-size: .9rem;
    }

    .overlay a {
        font-size: 30px;
    }


    .back-to-top-section .btn {
        padding: 6px 35px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 5px 5px 0px 0px;
    }

    .footer-section-2 {
        padding-bottom: 16px;
    }



}

@media (max-width: 600px) {

    /* top banner Style */

    /* .common-top-banner-section {
        height: 150px !important;
    } */

    /* top banner Style */
    .mobile-hide {
        display: none;
    }

    .back-to-top-section .btn {
        width: 100%;
        border-radius: 0;
    }

    .back-to-top-section .container {
        padding: 0px;
    }

    .back-to-top-section .col-12 {
        padding: 0;
    }


    /*--navigation section---*/
    .navigation-section button {
        height: 50px;
        border-radius: 0px;
    }

    .navigation-section .navbar-brand {
        padding: 0;
    }

    .navigation-section .navbar {
        padding: 0 10px;
        padding-right: 0;
    }

    /*--navigation section end---*/

    /*--carousel section ---*/
    /* .carousel-item {
        height: 35vh;
        min-height: 140px !important;
    } */

    /* .carousel-item {
        height: 28vh;
        min-height: unset;

    } */

    .slides-section .carousel-caption .paragraph-xl {
        font-size: 1.2rem;
        line-height: 1.5rem;
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .slides-section .carousel-caption .paragraph-l {
        font-weight: 100;
        font-size: 12px;
        line-height: 1rem;
        max-width: 100%;
        margin-bottom: 1rem !important;
        text-align: center;
    }

    .slides-section .carousel-caption .btn {
        font-size: .7rem;
        font-weight: 400;
        margin-bottom: 5px !important;
        padding: 4px 16px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 3px;
        text-indent: -999px;
        cursor: pointer;
        border-radius: 6px;

    }

    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 3px;
    }

    /*--carousel section end---*/

    /*--product section ---*/
    .product-section .heading-2 {
        font-size: 20px !important;
    }

    .product-section .product-head {
        padding-top: 54px !important;
    }

    .product-section .pt-5 {
        padding-top: 24px !important;
    }

    .product-section .mt-5 {
        margin-top: 16px !important;
    }

    .product-section .my-blue {
        padding: 8px 0px;
    }

    /*--product section end---*/


    /*--news section ---*/
    .news-section h3 {
        font-size: 24px !important;
    }

    .news-section .mb-4 {
        margin-bottom: 16px !important;
        margin-top: 16px;
    }

    .news-section .home-news-wrapper p {
        font-size: .8rem;
        line-height: 22px;
    }

    .news-section .home-news-wrapper span {
        font-size: .8rem;
    }

    .news-section .arrow a {
        font-size: 14px;
        text-align: center;
    }

    .news-section .arrow {
        text-align: center;
        font-weight: bold;
    }

    .news-section .home-news-wrapper .custom-col {
        padding: 5px 16px;
    }

    .news-section .mb-2 {
        margin-bottom: 24px !important;
    }

    .mobile-hide-2 {
        display: none;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px !important;
        height: 8px !important;
        margin: 5px 6px !important;
    }

    /*--news section end---*/

    /*--footer section ---*/
    .footer-section .footer-menu-col .text-padding {
        padding-left: 0px;
    }

    .footer-section-2 .copyright {
        font-size: 11px;
        text-align: center;
        width: 100%;
        padding: 8px 0px;
    }

    .footer-section-2 .logo {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .footer-section-2 {
        padding-bottom: 16px;
    }

    .footer-section .icon-bar {
        margin: 0 auto;
    }

    /*--footer section end---*/

    /* table */
    .product-single-section .ps-wrapper-2 td:first-child {
        line-break: anywhere;
        width: 150px;
    }

    .product-single-section .ps-wrapper-2 td {
        padding: 10px 10px 10px 10px !important;
    }
}

@media only screen and (max-width: 765px) {
    .wpsl-directions {
        display: block;
        border-bottom: none !important;
    }

    .branch-network-bg {
        text-align: center !important;
    }

    #wpsl-wrap #wpsl-result-list ul li {
        text-align: center !important;
    }
}


@media (max-width: 768px) {

    /* top banner Style */

    /* .common-top-banner-section {
        height: 150px !important;
    } */

    /* top banner Style */
    /* .carousel-item {

        height: 34vh !important;
        min-height: unset;

    } */
    .header-style {
        background: linear-gradient(100deg, transparent 95%, rgb(0, 185, 189) 80%) right no-repeat, linear-gradient(0deg, rgb(252, 184, 19), rgb(252, 184, 19)) 0px 0px no-repeat;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-hide-2 {
        display: none;
    }

    .slides-section .carousel-caption .paragraph-xl {
        margin-bottom: 4rem;
    }

    .navigation-section .navbar-toggler {
        height: 57px;
        width: 53px;
        border-radius: 0;
    }

    .navigation-section .navbar {
        padding-right: 0;
    }

    .navbar-nav {
        height: 100vh;
    }

    .footer-section-2 .logo {
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .footer-section .icon-bar {
        text-align: center;
    }

    /* .footer-section .social {
        text-align: center;
    } */

    .footer-section-2 .nav-wrapper {
        text-align: center
    }

    /*--welcome section ---*/
    /* .home-welcome-section .welcome-text {
        padding-left: 5px;
    } */

    .home-welcome-section .py-5 {
        padding: 18px 0 !important;
    }

    .home-welcome-section .welcome-text .heading-1 {
        font-size: 28px !important;
        line-height: 32px !important;
        margin-bottom: 20px !important;
    }

    .home-welcome-section .welcome-text p {
        font-size: 16px;
        line-height: 28px;
    }

    .home-welcome-section .welcome-text .btn {
        font-size: .7rem;
    }

    /*--welcome section end---*/

    .footer-section-2 {
        padding-bottom: 16px;
    }

    .home-welcome-section .background-wrapper .image {
        height: 55vh;
        /* min-height: 26vh; */
    }

    .wpcf7 {
        max-width: 100% !important;
        padding: 0 1rem;
    }

    .footer-section-2 .text-right {
        padding: 0px 5px 0px 5px !important;
    }

    .footer-section-2 {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
    }

    .dis-none {
        display: block;
    }

}

@media (min-width:992px) {
    .home-welcome-section .welcome-text {
        min-height: 30vh;
        padding: 10% 5%;
    }

    .navigation-section #main-menu .nav-link:hover {
        color: #0056B7 !important;
        transition: all .3s;
    }

    .dropdown:hover .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-menu {
        display: none;
    }

    .overlay {
        display: none;
    }
}

@media (max-width: 992px) {
    .navigation-section .navbar-toggler {
        outline: none;
        height: 58px;
        width: 53px;
        border-radius: 0;
    }


    .mobile-menu .custon-con {
        padding: 0px;
        width: 100%;
        min-width: 100%;
    }

    .home-welcome-section .background-wrapper .image {
        height: 70vw !important;
    }

    /* .home-welcome-section .welcome-text {
        min-height: auto !important;
        padding-top: 5.5vh !important;
    } */
    .mobile-hide-lang {
        display: none;
    }

    .mobile-hide-lang-mh {
        display: none;
    }

    .footer-section .icon-bar {
        text-align: center;
    }

    /* .navigation-section .navbar {
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 250;
        top:0;
        box-shadow: 0px 3px 5px -5px #212121;
        -webkit-box-shadow: 0px 3px 5px -5px #212121;
    } */
    .footer-section-2 .nav-wrapper {
        text-align: center !important
    }

    .footer-section-2 .copy-right-text {
        text-align: center !important
    }


    .is-menu.dropdown form {
        min-width: 267px !important;
        max-width: 100% !important;
        z-index: 9 !important;
        position: fixed !important;
        top: 0rem !important;
        right: 0px !important;
        left: unset;
    }

    /* social media */
    .footer-section ul.social li a i {
        margin: 0 12px;
        font-size: 16px;
        color: #bdbdbd;
    }

    .list-inline {
        text-align: center;
    }

    .navbar-brand {
        margin-right: 0;

    }
}


@media (max-width: 1024px) {
    /* .carousel-item {
        min-height: 250px;
    } */

    /* .mobile-hide-lang-mh{
        display: none;
    } */
    /* .home-welcome-section .welcome-text {
        padding-top: 5.5vh;
    } */

    .home-welcome-section .welcome-text .heading-1 {
        font-size: 32px !important;
    }

    /* .home-welcome-section  .welcome-text {
        min-height: auto;
    } */



}


@media (max-width: 1200px) {
    .slides-section .blue-bar {
        padding: 15px;
        padding-bottom: 10px !important;
        height: 95px;
        width: 400px;
    }


    .slides-section .blue-bar p {
        font-size: 16px;
    }

    .slides-section .blue-bar .p2 {
        font-size: 16px;
    }

    .slides-section .blue-bar h3 {
        font-size: 2rem;
    }

}


@media (max-width: 1400px) {
    .slides-section .blue-bar {
        padding: 15px;
        padding-bottom: 10px !important;
        height: 95px;
        width: 400px;
    }

    .slides-section .blue-bar p {
        font-size: 16px;
    }

    .slides-section .blue-bar .p2 {
        font-size: 18px;
    }

    .slides-section .blue-bar h3 {
        font-size: 2rem;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .74rem;
    }

    .call-btn .form-inline .btn a {
        font-size: .74rem;
    }

    .navigation-section .btn {
        font-size: .74rem;
    }
}

@media (min-width: 1600px) and (max-width: 2560px) {
    .slides-section .carousel-caption {
        padding-bottom: 5rem !important;
    }
}

@media (min-width:375px) and (max-width: 812px) {
    .overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1365px) {
    /* .home-welcome-section .welcome-text {
        padding-left: 16px;
        padding-top: 3.5vh;
    } */

    .slides-section span {
        font-size: 1.1rem;
    }

    .market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content ul li span {
        font-size: 1.3rem;
    }

    .market-ratio-section .market-ratio-wrapper .box-wrapper .wrapper-content-3 .header,
    .wrapper-rate-3 .header {
        font-size: .8rem;
    }
}

@media (max-width: 1023px) {
    /* .home-welcome-section .welcome-text {

        padding-top: 5.5vh;
    } */
}


@media (max-width: 639px) {
    /* .home-welcome-section .welcome-text {
        padding-left: 0;
        padding-top: 8.5vh;
    } */


    /* @media (max-width: 920px) {
/* .welcome-section .background-wrapper .image{
    height: 35vh;
} */
    .mobile-hide {
        display: none;
    }
}


@media (max-width: 992px) {
    .mobile-hide {
        display: none;
    }
}

/*dil-changes*/
.bg-blue {
    color: white;
}



.btn:focus {
    box-shadow: none !important;
}

.bg-purple {
    color: white;
}


@media only screen and (max-width : 767px) {

    /**nav-expand for footer with head and ul**/
    .nav-folderized .nav p {
        cursor: pointer;
    }

    .nav-folderized .list ul {
        max-height: 0;
        overflow: hidden;
        transition: .3s ease-out;
    }

    .nav-folderized .nav p:after {
        content: "\f078";
        /* content: "\f107";  */
        /* content: "\f13a";  */
        font-family: FontAwesome !important;
        float: right;
        font-size: 1.1rem;
        font-weight: normal;

    }

    .nav-folderized .nav.open p:after {
        content: "\f077";
        /* content: "\f106"; */
        /* content: "\f139"; */
        font-family: FontAwesome !important;
    }

    .nav-folderized .nav.open ul {
        height: auto;
        max-height: 500px;
        margin: 0;
        transition: .3s ease-in !important;
    }

    /**nav-expand for footer with head and ul**/

    .footer-section .acc-hr {
        border-top: 1px solid #6167af87 !important;
        display: block;
    }

}

@media only screen and (max-width : 992px) {

    /**nav-expand for footer with head and ul**/
    .nav-folderized .nav p {
        cursor: pointer;
    }

    .nav-folderized .list ul {
        max-height: 0;
        overflow: hidden;
        transition: .3s ease-out;
    }

    .nav-folderized .nav p:after {
        content: "\f078";
        /* content: "\f107";  */
        /* content: "\f13a";  */
        font-family: FontAwesome !important;
        float: right;
        font-size: 1.1rem;
        font-weight: normal;

    }

    .nav-folderized .nav.open p:after {
        content: "\f077";
        /* content: "\f106"; */
        /* content: "\f139"; */
        font-family: FontAwesome !important;
    }

    .nav-folderized .nav.open ul {
        height: auto;
        max-height: 500px;
        margin: 0;
        transition: .3s ease-in !important;
    }

    /**nav-expand for footer with head and ul**/

    .footer-section .acc-hr {
        border-top: 1px solid #6167af87 !important;
        display: block;
    }

}

/* Language Style */

.lang-wrap {
    position: absolute;
    top: 0px;
    right: 53px;
}

.lang-wrap .dropdown button:focus {
    outline: none !important;
}

.money-nav .lang-wrap .border-line {
    padding: 6px 3px !important;
}

.lang-wrap .dropbtn {
    background-color: #fff;
    color: #212121;
    padding: 5px 7px;
    font-size: .8rem;
    cursor: pointer;
    height: auto;
    border: 1px solid #6167af87;
    border-radius: 50%;
    margin-bottom: 2px;
}

.lang-wrap .dropbtn:hover,
.lang-wrap .dropbtn:focus {
    background-color: #46BD4C;
    color: #fff;
    border: 1px solid #46BD4C;

}

.lang-wrap .dropdown {
    position: relative;
    display: inline-block;
    z-index: 200;
}

.money-nav .lang-wrap .btn {

    top: 0px !important;
}

.lang-wrap .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /* min-width: 160px; */
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -3px;
    border-radius: 5px;
}

.lang-wrap .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.lang-wrap .dropdown-content .active {
    background-color: #46BD4C;
    color: #fff;
}

.lang-wrap .dropdown a:hover {
    background-color: #ddd;
}

.lang-wrap .show {
    display: block;
}

.lang-wrap {
    display: none !important;

}

.lang-wrap select {
    width: auto;
    height: 30px;
    padding: 4px;
    border-radius: 4px;
    /* box-shadow: 2px 2px 8px #999; */
    background: #FFF;
    border: 1px solid #ddd;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: .85rem;
}

.lang-wrap label {
    position: relative;
}

.lang-wrap .active {
    background-color: #46BD4C;
    color: #fff;
}


@media only screen and (max-width : 992px) {
    .lang-wrap {
        display: block !important;
    }

    .mobile-hide {
        display: none;
    }
}

/* Language Style */

/* mobile menu style */
@media only screen and (max-width: 992px) and (min-width: 600px) {
    .overlay .close-wrap {
        text-align: center;
        position: absolute;
        bottom: 16px;
        left: 47%;
    }

    .footer-section-2 {
        padding-top: 1rem !important;
        padding-bottom: 4.5rem !important;

    }
}

/* Mobile Overlay Menu */

.offcanvas-header {
    display: none;
}

.offcanvas-header button {
    font-size: 2.5rem;
    border: none;
    padding: 0;
    background: none;
    color: #212121;
    position: absolute;
    top: 0;
    right: 20px;
}

.offcanvas-header button:hover {
    color: red;
}

.offcanvas-header button:focus {
    outline: none;
}



/* Mobile Overlay Menu */





/* top banner Style */
.common-top-banner-section {
    height: 30vw;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    /* background-size: cover; */
}



@media only screen and (max-width: 320px) {

    .common-top-banner-section {
        height: 30vw;
    }
}

@media only screen and (max-width: 360px) {

    .common-top-banner-section {
        height: 30vw;
    }
}


@media only screen and (max-width: 640px) {

    .common-top-banner-section {
        height: 30vw;
    }
}

@media only screen and (max-width: 768px) {

    .common-top-banner-section {
        height: 30vw;
    }
}

/* @media only screen and (min-width: 375px) and (max-width: 768px) {
    .common-top-banner-section {
       height:30vh; ;
   }
} */

/* @media only screen and (min-width: 768px) and (max-width: 840px) {
     .common-top-banner-section {
        height:24vh; ;
    }
} */
@media only screen and (max-width: 992px) {

    .common-top-banner-section {
        height: 30vw;
    }
}

/* top banner Style */


/* Landing Pagr Css */
.landing-page-section {
    background-image: url('../assets/images/Stock-images/invest/bg.jpg');
    height: 100%;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-section .image-wrap img {
    width: 300px;

}

.image-section {
    position: absolute;
    right: -20px;
    /* top: 16px; */
    bottom: 50px;
}

.section-one {
    padding: 76px 0;
    position: relative;
}

.text-section {
    padding: 1rem 1rem 1rem 4rem;
}

.section-one .text-section .white-text {
    font-size: 2.25rem !important;
    color: #FFF;
    line-height: 1.3 !important;
    max-width: 70%;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    position: relative;
}

.section-one .text-section .yellow-text {
    font-size: 2rem !important;
    color: #FCB813;
    line-height: 1.2 !important;
    max-width: 50%;
    font-weight: 500;
    /* font-family: 'scriptorama-markdown-jf', sans-serif; */
    font-family: 'Isidora Light';
    font-weight: bold;
    letter-spacing: .5px;
    position: relative;
}

.section-one .text-section .white-text::before {
    content: "\003F";
    position: absolute;
    /* font-family: 'Isidora Light'; */
    font-family: 'Segoe UI Emoji', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 9rem !important;
    bottom: 15px;
    width: 70px;
    height: 70px;
    display: inline-block;
    left: 350px;

}

.section-one .box-wrap {
    background-color: #00ACB0;
    border-radius: 80px;
    /* display: flex; */
    -webkit-box-shadow: inset 0 0 10px #4a4a4a;
    box-shadow: inset 0 0 10px #4a4a4a;

}

.section-two .box-wrap {
    position: relative;

    background-image: url('../assets/images/Stock-images/invest/box.png');
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: rgb(0,212,255);
    background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(17,160,142,1) 0%, rgba(34,57,75,1) 50%); */
    margin: 10px 0;
    /* clip-path: polygon(0 2%, 100% 21%, 97% 79%, 2% 77%); */
    clip-path: polygon(0 0, 100% 6%, 98% 100%, 2% 100%);
    height: 100%;
    /* z-index: 100; */
    margin-bottom: 2rem;
    padding: 10px;

}

.section-two .box-wrap::before {
    position: absolute;
    content: '';
    clip-path: polygon(0 0, 100% 6%, 98% 100%, 2% 100%);
    z-index: 10;
    background-color: darkred;
    bottom: -10px;
    right: -15px;

}

/* .section-two .boxes-wrap {
    background: rgb(34, 57, 75);
    /* background: linear-gradient(90deg, rgba(34, 57, 75, 1) 30%, rgba(71, 161, 149, 1) 50%, rgba(34, 57, 75, 1) 70%); */
/* background: linear-gradient(90deg, rgba(34, 57, 75, 1) 15%, rgba(71, 161, 149, 1) 50%, rgba(34, 57, 75, 1) 85%);
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
} */

.section-two .boxes-wrap {
    background: rgb(34, 57, 75);
    /* background: linear-gradient(90deg, rgba(34, 57, 75, 1) 30%, rgba(71, 161, 149, 1) 50%, rgba(34, 57, 75, 1) 70%); */
    background: linear-gradient(90deg, rgba(34, 57, 75, 1) 15%, rgba(71, 161, 149, 1) 50%, rgba(34, 57, 75, 1) 85%);
    border-radius: 15px;
    margin: 10px 0;
    position: relative;
}

.section-two .boxes-wrap .text-wrap {
    padding: 10px;
    display: flex;
}

.section-two img {
    width: 58px;
    border-radius: 15px;
    position: absolute;
    top: -1px;
    left: -5px;
    z-index: 10;
}

.section-two .box-wrap .text-wrap {
    padding: 30px 10px;
}

.section-two .boxes-wrap .text-wrap .white-text {
    color: #FFF;
    font-size: 1.25rem !important;
    margin: 0;
    padding-left: 70px;
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
}

.section-two .box-wrap .text-wrap .yellow-text {
    font-size: 2.5rem !important;
    color: #FCB813;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    padding: 0px 20px;
    margin: 0;
}

.section-two .box-wrap .text-wrap .yellow-text span {
    font-size: 3.25rem !important;
    color: #FCB813;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'scriptorama-markdown-jf', sans-serif;
}




.section-three .box-wrap {
    /* clip-path: polygon(2% 10%, 100% 0, 97% 100%, 0 100%); */
    clip-path: polygon(2% 16%, 100% 0, 97% 100%, 0 100%);
    height: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: #FCB813;
}

.section-three .box-wrap .text-wrap {
    padding: 1rem 2rem;
    margin: 0;
}

.section-three .box-wrap .text-wrap .text-green {
    font-size: 1.25rem !important;
    color: #046061;
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-family: 'Isidora Light';
}

.text-area-one {
    margin: 2rem 0;
    font-size: 1.25rem !important;
}

.text-area-one .text-white {
    text-align: center;
    font-size: 1.25rem !important;
    color: #fff;
    width: 70%;
    margin: auto;
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
    /* text-shadow: 1px 2px 2px rgb(0 0 0); */
    /* text-shadow: 1px 2px 2px rgb(0 0 0 / 60%); */
    text-shadow: 1px 2px 8px rgb(0 0 0 / 60%);
}

.rate-section .box-wrap {
    /* clip-path: polygon(0 0, 100% 0, 97% 87%, 3% 100%); */
    clip-path: polygon(0 0, 100% 0, 98% 77%, 2% 100%);
    background: linear-gradient(90deg, rgba(34, 57, 75, 1) 39%, rgba(34, 57, 75, 1) 63%, rgba(71, 161, 149, 1) 100%);
    display: flex;
    align-items: center;
    position: relative;
}

.rate-section .box-wrap::before {
    content: '';
    content: '';
    position: absolute;
    height: 100%;
    border-right: 50px solid transparent;
    border-top: 25px solid #FCB813;
}


.rate-section .box-wrap .text-wrap .text-white {
    font-size: 1.5rem !important;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 60px;
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
}

.rate-section {
    position: relative;
    margin: 0 5rem;
}

.rate-section .rate-box-wrap {
    /* clip-path: polygon(0 0, 100% 0, 98% 91%, 3% 100%); */
    /* background-color:#FCB813;
    clip-path: polygon(0 0, 100% 0, 92% 91%, 10% 100%); */
    background-image: url('../assets/images/Stock-images//invest/boximg.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    position: absolute;
    right: 25px;
    top: -7px;
}

/* .rate-section .rate-box-wrap .text-black {
    font-size: 1.8rem !important;
    color: #000;
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-weight: 700;
    /* font-family: 'Isidora Light'; */
/* letter-spacing: .5px;
    text-align: center;

} */
.rate-section .rate-box-wrap .text-black {
    font-size: 1.8rem !important;
    color: #000;
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-weight: 700;
    font-family: 'poppins';
    letter-spacing: .5px;
    text-align: center;
}

.rate-section .rate-box-wrap .text-black span {
    font-size: 1.5rem !important;
}


.contact-section {
    /* display: flex; */
    align-items: center;
    padding: 2rem 0;
    justify-content: space-around;

}

.contact-section .btn {
    border-radius: 30px;
    color: #FFF;
    font-size: 1.5rem !important;
    padding-right: 70px;
    padding-left: 1.25rem;
    font-weight: 600;
    letter-spacing: .5px;
    background: linear-gradient(97deg, rgba(17, 160, 142, 1) 0%, rgba(34, 57, 75, 1) 100%);
    border: none;
    font-weight: bold;
    font-family: 'Isidora Light';
    box-shadow: 0 15px 16px -10px rgba(0, 0, 0, .8);

}


.contact-section .icon img {
    width: 80px;
}

.contact-section .btn {
    position: relative;
}

.contact-section .btn .icon {
    position: absolute;
    right: -33px;
    top: -12px;
}

.contact-section .register-button,
.contact-section .call-button {
    margin: 10px;
    text-align: center;
}

/* .contact-section .call-button{
    text-align: right;
} */

.text-area-two {
    padding: 2rem 0;
}

.text-area-two .text-wrap {
    white-space: normal !important;
    font-size: 1.4rem !important;
}

.text-area-two .text-wrap .text-white {
    text-align: center;
    font-size: 1.1rem !important;
    color: #fff;
    width: 90%;
    margin: auto;
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
    /* text-shadow: 1px 2px 2px rgb(0 0 0); */
    text-shadow: 1px 2px 8px rgb(0 0 0 / 60%);
}


.contact-section .modal-footer .btn {
    font-size: 1.5rem !important;
    text-align: center;
    padding: .4rem 2rem;
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;

}


.contact-section .modal .modal-content .modal-title {
    color: #00b9bd !important;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.contact-section .modal .modal-content .modal-body label {
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 1.1rem !important;
}

.contact-section .modal .modal-content .modal-body .modal-footer .btn {
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
}

.contact-section .modal .modal-content form {
    margin: 2rem 0;

}


@media only screen and (max-width: 920px) {
    .contact-section .modal .modal-content form {
        margin: 2rem 0 0rem 0;

    }

    .contact-section .modal .modal-content .wpcf7 input[type="submit"] {

        /* display: flex; */
        /* margin: 0; */
        padding: 5px -1px;

    }
}

.contact-section .modal .modal-content .wpcf7 input[type="submit"] {
    width: 35%;
    font-family: 'Isidora Light';
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 30px;
    color: #FFF;
    font-size: 1rem !important;
    font-weight: 600;
    letter-spacing: .5px;
    background: linear-gradient(97deg, rgba(17, 160, 142, 1) 0%, rgba(34, 57, 75, 1) 100%);
    border: none;
    box-shadow: 0 15px 16px -10px rgba(0, 0, 0, .8);
}


@media only screen and (max-width: 920px) {
    .image-section {
        position: absolute;
        right: -5px;
        /* top: 30px; */
        bottom: 0;
    }

    .section-one .text-section .white-text {
        font-size: 2rem !important;
    }

    .section-one .text-section .yellow-text {
        font-size: 1.75rem !important;

    }

    .image-section .image-wrap img {
        width: 200px;
    }

    .rate-section {
        position: relative;
        margin: 0;
    }
}

/* @media only screen and (max-width: 520px) {
    .rate-section .rate-box-wrap .text-black {
        font-size: 1.3rem;
    }
    .rate-section .rate-box-wrap {
        height: 90%;
        background-position: right;
        width: 88px; 
        /right: 2px;
        top: -4px;
        width: 80px;
    }
    }  */


@media only screen and (max-width: 768px) {
    .text-section {
        padding: 2rem 2rem 1rem 3rem;
    }

    .section-one .text-section .white-text {
        font-size: 1.8rem !important;
        max-width: 90%;
    }

    .section-one .text-section .yellow-text {
        font-size: 1.6rem !important;
        color: #FCB813;
        max-width: 80%;
    }

    .section-one .box-wrap {
        /* height: 275px; */
        height: fit-content;
        /* height: 400px; */
    }

    .image-section {
        position: inherit;
        right: -5px;
        /* top: 150px; */
        bottom: 50px;

    }

    .image-section .image-wrap {
        display: flex;
        justify-content: center;
    }



    .section-two .box-wrap .text-wrap .yellow-text {
        font-size: 1.8rem !important;
        padding: 10px 20px;
        text-align: left !important;
    }

    .section-two .box-wrap .text-wrap .yellow-text span {
        font-size: 3rem !important;
    }

    .section-two .box-wrap {
        background-position: right;
        padding: 10px;
    }

    .section-two .boxes-wrap .text-wrap .white-text {
        font-size: 1.1rem !important;
    }

    .section-three .box-wrap .text-wrap .text-green {
        font-size: 1.2rem !important;
        padding: 15px 0px;
    }

    .section-three .box-wrap .text-wrap {
        padding: 1rem 1.25rem;
        margin: 0;
    }

    .section-three .box-wrap {
        /* clip-path: polygon(2% 10%, 100% 0, 97% 100%, 0 100%); */
        clip-path: polygon(3% 11%, 100% 0, 94% 100%, 0 100%);
    }

    .text-area-one {
        margin: 2rem 0;
        font-size: 1.2rem !important;
    }

    .text-area-one .text-white {
        font-size: 1.2rem !important;
        width: 95%;

    }

    .rate-section .box-wrap .text-wrap .text-white {
        font-size: 1.2rem !important;
        max-width: 75%;
        line-height: 1.4;
    }

    .rate-section .rate-box-wrap {
        height: 90%;
        background-position: right;
        width: 88px;
        right: 2px;
        top: -4px;
        /* width: 111px; */
        display: flex;
        align-items: center;



    }

    .rate-section .rate-box-wrap .text-black {
        padding: 10px 10px 10px 0px;
        font-size: 1.5rem !important;
        line-height: 3.5;

    }

    .contact-section .register-button,
    .contact-section .call-button {
        margin: 15px 10px;
        text-align: center;
    }

    .contact-section .pd-bt {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .contact-section .btn {
        font-size: 1.1rem !important;
        padding-right: 60px;
    }

    .text-area-two .text-wrap {
        white-space: normal !important;
        font-size: 1.2rem !important;
    }

    .text-area-two .text-wrap .text-white {
        width: 95%;
    }

    .contact-section .icon img {
        width: 60px;
    }

    .contact-section .btn .icon {
        position: absolute;
        right: -10px;
        top: -9px;
    }

    .text-area-two {
        padding: 1rem 0 2rem 0;
    }

    .section-one .text-section .white-text::before {
        font-size: 8rem !important;
        bottom: -36px;
        left: 250px;
    }

    .rate-section {
        position: relative;
        margin: 0;
    }

}

@media only screen and (max-width: 414px) {
    .section-one .text-section .white-text::before {
        font-size: 8rem !important;
        bottom: 7%;
        /* left: 74%; */
        left: 80%;
    }

    .section-one {
        padding: 30px 0;
        position: relative;
    }

    .image-section {
        position: inherit;
        right: 62px;
        /* top: 250px; */
        bottom: 0;
    }

    .section-one .box-wrap {
        /* height: 405px; */
        height: auto;
    }
}

@media only screen and (max-width: 411px) {
    .section-one {
        padding: 30px 0;
        position: relative;
    }

    .image-section {
        position: inherit;
        ;
        right: 70px;
        /* top: 245px; */
        bottom: 0;
    }

    .section-one .box-wrap {
        /* height: 400px; */
        height: auto;
    }

    .section-one .text-section .white-text::before {
        font-size: 7rem !important;
        bottom: 10%;
        /* left: 94%; */
        left: 88%;
    }
}

@media only screen and (max-width: 375px) {

    .section-one .box-wrap {
        /* height: 400px; */
        height: auto;
    }

    .image-section {
        position: inherit;
        right: 22px;
        /* top: 240px; */
        bottom: 0;
    }

    .section-one .text-section .white-text::before {
        font-size: 8rem !important;
        bottom: 0%;
        left: 74%;
    }
}

@media only screen and (max-width: 360px) {
    .section-one {
        padding: 30px 0;
        position: relative;
    }

    .section-one .box-wrap {
        /* height: 460px; */
        height: auto;
    }

    .image-section {
        position: inherit;
        right: 60px;
        /* top: 300px; */
        bottom: 0;
    }

    .section-one .text-section .white-text::before {
        font-size: 8rem !important;
        /* bottom: -35%; */
        bottom: 10%;
        left: 73%;
    }
}

@media only screen and (max-width: 320px) {
    .section-one .box-wrap {
        /* height: 470px; */
        height: auto;

    }

    .image-section {
        position: inherit;
        right: 22px;
        /* top: 305px; */
        bottom: 0;
    }

    .section-one .text-section .white-text::before {
        font-size: 8rem !important;
        bottom: 22%;
        left: 75%;
    }

    .section-one .text-section .white-text {
        font-size: 1.8rem !important;
        max-width: 100%;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .image-section .image-wrap {
        display: flex;
        justify-content: flex-end;
    }
}

/* @media only screen and (max-width: 1200px) and (min-width: 992px) {
        .section-one .text-section .white-text::before {
            bottom: 25px;
            left: 240px;

        }

        .rate-section {
            position: relative;
            margin: 0;
        }

        .rate-section .box-wrap .text-wrap .text-white {
            font-size: 1.5rem !important;
        }

        .contact-section .btn {
            border-radius: 30px;
            color: #FFF;
            font-size: 1.8rem !important;
            padding-right: 60px;
        }
    } */

/* @media only screen and (max-width: 992px) and (min-width: 760px) {
        .section-one .text-section .white-text::before {
            font-size: 8rem !important;
            bottom: 25px;
            left: 240px;
            ;

        }

        .rate-section {
            position: relative;
            margin: 0;
        }

        .rate-section .box-wrap .text-wrap .text-white {
            font-size: 1.5rem !important;
        }

        .contact-section .btn {
            border-radius: 30px;
            color: #FFF;
            font-size: 1.8rem !important;
            padding-right: 60px;
        }
    } */

/* .hero__scroll .chevron {
        margin-top: 20px;
        display: block;
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        color: #FF4081;
    }
    .chevron.bottom:before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .chevron::before {
        border-style: solid;
        border-width: 0.25em 0.25em 0 0;
        content: '';
        display: inline-block;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        vertical-align: top;
        width: 20px;
    } */

/* invest mobile responsive css */
.mobile-text-section {
    padding-top: 2.5rem;
}

.mobile-text-section .text-wrap-sec {
    padding: 0rem 1rem 1rem 1rem;
}

.mobile-text-section .text-wrap-sec .white-text {
    font-size: 2rem !important;
    color: #FFF;
    line-height: 1.3 !important;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    text-align: center;
}

.mobile-text-section .text-wrap-sec .yellow-text {
    font-size: 1.8rem !important;
    color: #FCB813;
    line-height: 1.2 !important;
    font-weight: 500;
    font-family: 'Isidora Light';
    font-weight: bold;
    letter-spacing: .5px;
    padding: 1rem 1rem;
    text-align: center;
}

.mobile-text-section .custom-s {
    padding: 0 10px;
}

/* .mobile-text-section .custom-text-col{
padding-right: 5px;
} */
.mobile-text-section .custom-quiz-col {
    display: flex;
    align-items: center;
    padding: inherit;
}

.mobile-text-section .question-mark .quiz {
    font-family: 'Segoe UI Emoji', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 9rem !important;
    position: absolute;
}

.mobile-text-section .question-mark {
    position: relative;
    top: -25%;
    right: 20%;
}




.mob-image-section .image-wrap {
    display: flex;
    justify-content: center;
}

.mob-image-section .image-wrap img {
    /* width: auto; */
    width: auto !important;
    height: 80vw !important;
}

.marg-pad {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {

    .in-desktop-hide {
        display: none;
    }

    .in-mobile-hide {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    .in-mobile-hide {
        display: none;
    }

    .in-desktop-hide {
        display: block;
    }
}

@media only screen and (max-width: 920px) and (min-width: 768px) {
    .image-section .image-wrap img {
        width: 210px;
    }

    .image-section {
        position: absolute;
        right: -10px;
        /* top: 30px; */
        bottom: 82px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 920px) {
    .image-section .image-wrap img {
        width: 230px;
    }

    .image-section {
        position: absolute;
        right: -16px;
        /* top: 30px; */
        bottom: 80px;
    }
}






/* Invest Dashboard Style */

.dashboard-wrap p {
    margin: 0;
}

.dashbord-header .d-header {
    font-size: 2.25rem !important;
    color: #FFF;
    line-height: 1;
    font-family: 'scriptorama-markdown-jf', sans-serif;
    margin-bottom: 1rem;
    text-align: center;
}

.d-box-one-wrap  {
    background-color: #FFF;
}

.d-box-one-wrap .mmf,
.d-box-one-wrap .emf {
    background-color: #FFF;
	padding-bottom: 2px;
}

.d-box-one-wrap .rate-box-wrap {
    background-color: #fff;
}

.d-box-two-wrap {
    background-color: #fff
}
/* .d-box-one-wrap  .custom-m-style{
    margin-bottom: 20px;
} */
.d-box-one-wrap  .custom-m-style-left{
    padding-left: 10px;
}
.d-box-one-wrap  .custom-m-style-right{
    padding-right: 10px;
}
.d-box-one-wrap,
.rate-box-wrap,
.d-box-two-wrap {
    border-radius: 10px;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    padding: 11px;
}
.rate-box-wrap{
    background-color: #fff;
}
.rate-custom{
    margin: 30px 0;
}

.rate-text {
    padding-left: 4px;
}

.d-box-one-wrap .tfc {
    display: flex;
    align-items: center;
    padding: 10px 10px 0px 10px;
}

.d-box-one-wrap .tfc .icon {
    width: 50px;
    margin-right: 10px;
}

.tfc-text .yb-head {
    color: #616161;
    font-size: 1rem !important;
    text-align: left;
    font-weight: 500;
    font-family: poppins !important;
    letter-spacing: inherit  !important;
}

.tfc-text .t-amount {
    color: #212121;
    display: block;
    text-align: left;
    font-size: 2rem !important;
    line-height: 1;
    font-weight: 500;
    font-family: poppins !important;
    /* text-align: center; */
}

.mmf .yb-head,
.emf .yb-head {
    color: #616161;
    font-size: 1rem !important;
    text-align: left;
    font-weight: 500;
    font-family: poppins !important;
    text-align: center;
    letter-spacing: inherit  !important;
}

.mmf .t-amount,
.emf .t-amount {
    color: #212121;
    font-size: 1.5rem !important;
    text-align: left;
    font-weight: 500;
    font-family: poppins !important;
    display: block;
    text-align: center;
}
/* .d-box-one-wrap .chart{
    margin-bottom: 20px;
} */
.rate-box-wrap .rate-box-subwrap {
    display: flex;
    align-items: baseline;
}

.rate-box-wrap .rate-box-subwrap .rate-text .rate-amount {
    color: #00B9BD;
    font-size: 2rem !important;
    font-weight: 500;
    padding-left: 2px;
    line-height: 1.25 !important;
    font-family: poppins !important;
    margin-bottom: 8px;
    display: block;
}

.rate-box-wrap .rate-box-subwrap .rate-text .return-rate {
    color: #212121 !important;
    font-size: .8rem !important;
    font-weight: 500;
    line-height: 1.25 !important;
    padding-left: 2px;
    font-family: poppins !important;
    letter-spacing: inherit  !important;
}

.rate-box-subwrap .icon {
    width: 33px;
    padding-right: 5px;
    position: relative;
}

.rate-box-subwrap .icon img {
    position: absolute;
    top: -24px;
}

.pad-align {
    padding-right: 3px;
}

/* .rate-amount:before {
    content: "";
    display: block;
    position: absolute;
  } */
/* .rate-box-wrap .rate-box-subwrap .rate-text .rt-align{
    display: flex;
    align-items: center;
} */

.d-box-two-wrap .tnuh {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.d-box-two-wrap .tnuh .icon {
    width: 65px;
    margin-right: 10px;
}

.tnuh-text .t-numbers {
    color: #00B9BD;
    font-size: 2.5rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
    font-family: poppins !important;
}

.tnuh-text .yb-head {
    color: #212121;
    font-size: 1.1rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
    font-family: poppins !important;
    letter-spacing: inherit !important;
}

.hr-style {
    margin: .5rem 0;
    border-top: 1px solid rgb(0 0 0 / 7%);
}

.unit-price-wrap .upw-text {
    color: #212121;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
    padding-bottom: 3px;
    font-family: poppins !important;
    margin-bottom: 8px;
    letter-spacing: inherit !important;
}

.unit-price-wrap .upw-amount {
    color: #00B9BD;
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
    display: block;
    margin-bottom: 6px;
    font-family: poppins !important;
}

.unit-price-wrap .upw-date {
    color: #616161;
    font-size: .65rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
    font-family: poppins !important;
    font-family: 'poppins', sans-serif !important;
    letter-spacing: inherit  !important;
	margin-bottom: 10px;
}
.unit-price-wrap .upw-sub-text {
    color: #616161;
    font-size: .8rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
    font-family: poppins !important;
    display: block;
    padding-bottom: 10px;
}

.box-border-style{
    border-left: 1px solid #61616130;
}

/*softlogiclife-dollarserver*/
.crd-header-pr {
    background-color: #5D0e8e !important;
    color: #fff;
}

.crd-title {
    color: #ffffff !important;
    font-family: poppins !important;
}

.faqs-acc .txt .card-header.collapsed:after {
    content: "\f105";
    cursor: pointer;
    color: #fff;
}

.faqs-acc .txt .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    cursor: pointer;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .tfc-text .yb-head {
        font-size: .9rem !important;
       
    }
    .d-box-one-wrap .custom-m-style {
        margin-bottom: 20px;
    }
    .box-border-style{
        border-left: none;
    }
    .custom-mmf-style{
        margin-top: 20px;
    }
  
    .d-box-one-wrap .custom-m-style-left {
        padding-left: 15px;
    }
    .tfc-text .t-amount {
        color:212121;
        display: block;
        text-align: left;
        font-size: 1.5rem !important;
        line-height: 1 !important;
        font-weight: 500;
        font-family: poppins !important;
    }
    
    .mmf .yb-head,
    .emf .yb-head {
        font-size: .9rem !important;
        text-align: left;
        font-weight: 500;
        font-family: poppins !important;
        display: block;
        text-align: center;
    }
    
    .mmf .t-amount,
    .emf .t-amount {
        font-size: 1.25rem !important;
        text-align: left;
        font-weight: 500;
        font-family: poppins !important;
        display: block;
        text-align: center;
    }
    .d-box-one-wrap .tfc {
       margin-bottom: 20px;
    }
    .rate-box-wrap .rate-box-subwrap {
        display: flex;
        align-items: baseline;
    }
    
    .rate-box-wrap .rate-box-subwrap .rate-text .rate-amount {
        color: #00B9BD;
        font-size: 1.5rem !important;
        font-weight: 500;
        padding-left: 2px;
        line-height: 1.25 !important;
        font-family: poppins !important;
    }
    
    .rate-box-wrap .rate-box-subwrap .rate-text .return-rate {
        color: #212121 !important;
        font-size: .7rem !important;
        font-weight: 500;
        line-height: 1.25 !important;
        padding-left: 2px;
        font-family: poppins !important;
    }
    
    .rate-box-subwrap .icon {
        width: 35px;
        padding-right: 5px;
        position: relative;
    }
    .rate-box-subwrap .icon img {
        position: absolute;
        top: -7%;
        left: -7%;
        transform: translate(7%, -100%);
    }
    
    .pad-align {
        padding-right: 3px;
    }

    .tnuh-text .t-numbers {
        color: #00B9BD;
        font-size: 2rem !important;
        font-family: poppins !important;
    }
    .tnuh-text .yb-head {
        color: #212121;
        font-size: 1rem !important;
        font-family: poppins !important;
    }
 
    /* .unit-price-wrap .upw-text {
        color: #212121;
        font-size: .9rem !important;
        font-family: poppins !important;
    }
    .unit-price-wrap .upw-amount {
        color: #00B9BD;
        font-size: 1.25rem !important;
        font-family: poppins !important;
    }
    .unit-price-wrap .upw-date {
        color: #616161;
        font-size: .7rem !important;
        font-family: poppins !important;
    } */
}

/*Research Reports CSS Start*/
.card-sm-para {
    line-height: 1.6 !important;
    font-size: 0.7rem !important;
}

#research-paper .card-img-top-res {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    object-fit: cover;
    object-position: center;
    height: 200px;
    width: auto;
}

#research-paper .card .btn {
    padding: 5px 16px !important;
}

.tab-view-research-reports .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0056b7;
    border-color: #dee2e6 #dee2e6 #fff;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: solid;
}

.tab-view-research-reports .nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}

.tab-view-research-reports a {
    color: #616161;
    text-decoration: none;
    background-color: transparent;
}

.res-report-form .wpcf7 {
    padding: 10px !important;
    font-family: 'poppins';
}

.res-report-form .wpcf7 input[type="submit"] {
    width: 50%;
}

.res-report-form p {
    margin-bottom: 0px !important;
}

.res-report-form label {
    display: inline-block;
    margin-bottom: 0 !important;
}

.res-report-form p {
    padding: 10px 10px 10px 10px !important;
    font-size: 0.9rem !important;
}

#event-card {
    border: 0px !important;
    box-shadow: 0 5px 20px -10px rgb(0 0 0 / 30%);
}

#event-card p {
    line-height: 1.2 !important;
    font-size: 0.9rem !important;
}

#event-card h6 {
    font-weight: 700;
}

#event-card:hover {
    border: none;
    box-shadow: 0 5px 20px -10px rgb(0 0 0 / 30%);
    transition: .5s ease;
}

#event-card .event-para p {
    line-height: 1.5 !important;
    font-size: 0.8rem !important;
    color: #212121;
}

.card-imag-cst {
    background-color: #fafafa;
}

.uacf7-rating label {
 width: auto !important;
}

/*---------Media Query------*/

@media (max-width: 600px) {
    .card-sm-para-sm {
        line-height: 1.25 !important;
        font-size: 0.8rem !important;
    }
    #research-paper .card-img-top-res-sm {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .text-center-mob {
        text-align: center;
    }
}
/*Research Reports CSS End*/

/*Annual Report Life V2*/
.life-financial .btn {
    border-radius: 3px;
    padding: 5px 16px;
    font-size: .8rem;
}

/*Annual Report Life V2*/

/*Softlogic Invest DXB Registration Form Start*/
.sfi-reg-form .wpcf7 input[type="text"]{
    border: 0px solid #ccc;
    background-color: #009090;
	color:#ffffff !important;
}

.sfi-reg-form .wpcf7 input[type="email"], input[type=number]{
    border: 0px solid #ccc;
    background-color: #009090;
	color:#ffffff !important;
}

.sfi-reg-form .wpcf7 input:focus[type="text"], input:focus[type="number"]{
    border: 0px solid #ccc;
    background-color: #009090;
	color:#ffffff !important;
}

.sfi-reg-form .wpcf7 input:focus[type="email"]{
    border: 0px solid #ccc;
    background-color: #009090 !important;
	color:#ffffff !important;
}


.sfi-reg-form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff !important;
    opacity: 1;
}

.sfi-reg-form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}
.sfi-reg-form::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}
.sfi-reg-form:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}

.sfi-radius{
	border-radius: 50px !important;
}

.sfi-back-to-top-img {
    position: absolute;
    bottom: -64px;
    width: 400px;
    /* right: 0; */
    left: 0px;
}

.sfi-reg-form{
margin-bottom: 10rem;
}
/*---------Media Query------*/

@media (max-width: 600px) {
    .sfi-back-to-top-img {
    position: absolute;
    bottom: -60px;
    width: 100%;
    /* right: 0; */
    left: 0px;
}
	.sfi-reg-form{
margin-bottom: 12rem;
}
}

/*Softlogic Invest DXB Registration Form End*/

/*Header Button Start*/
.m-h-button{
    right: 108px;
    height: 58px;
    background: #f5f5f5;
    transition: .3s all ease;
    position: absolute;
    top: 0px;
}

.m-h-button .m-h-icon{
    height: 20px !important;
    width: auto;
}

.m-h-button .m-h-text{
   font-size: 9px;
	font-weight:600;
}

.m-h-button-wrap{
	padding: 9px 0;
}

@media (min-width: 992px){
.m-h-button {
    display: none;
}
}
/*header Button End*/

/*Product Category Form Start*/
.sfl-pform{
	background: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0px 10px 30px -10px rgba(0,0,0,.3);
}
/*Product Category Form End*/

/*Payment Option Start*/

.payment-option-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5);
    border-radius: 15px;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.05); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition: transform .2s; /* Animation */
}
/*Payment Option End*/