
.modal-footer {
    padding: 15px 15px;
    text-align: left;
     border-top: 1px solid transparent; 
}
button#closebtn {
    color: #fff;
    width: 150px;
    padding: 6px 20px;
    font-weight: 600;
    margin-right: 15px;
    border-radius: 30px;
    letter-spacing: .3px;
    text-transform: uppercase;
    background-color: #e59613;
}
.flashdiv
{
    position: fixed;
    top: 10%; bottom: auto; right: 0;
    width: auto; height: auto;
    background-color: #fcae21;
    z-index: 999;
     animation: glow 1s ease-in-out infinite alternate;
     padding: 10px; 
}
.flashdiv button {
    background-color: #5b2067;
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 5px;
}
.fixedflash
{
  width: auto; height: auto; 
  /*top: 11%; 
  bottom: auto; 
  position: absolute; right:0;*/
  /*background-color: #fcae21;*/
  color: #5b2067;
  font-weight: normal;
    text-align: center;
    z-index: 999;
  
}
@-webkit-keyframes glow {
    from {background-color: #fcae21;}
  to {background-color: #fff;}
  /*from {
    text-shadow: 10 10 50px #fff, 10 10 50px #fcae21, 10 10 50px #fcae21, 0 0 80px #fcae21, 0 0 50px #fcae21, 0 0 60px #fcae21, 0 0 70px #fcae21;
  }
  
  to {
    text-shadow: 0 0 70px #fff, 0 0 70px #fcae21, 0 0 70px #ff4da6, 0 0 90px #fcae21, 0 0 20px #fcae21, 0 0 20px #fcae21, 0 0 30px #fcae21;
  }*/
}
.fixedflashsub
{
    display: none;
    /*background: #fcae21;*/
    padding: 10px;
    height: auto;
    width: auto;
    /*position: absolute;
    right: 0px;
    top:5%;*/  
}
.flashdiv a {
    color: #fff;
}
.home-top-header {
    padding: 20px 0;
    padding-bottom: 0px;
}
.owl-carousel {
    z-index: 0;
}
.mt-5 {
    margin-top: 5px;
    width: 100%;
}
.home-top-header .home-searchbox {
    max-width: 430px;
    padding-top: 5px;
    margin: auto;
}
.home-top-header .home-searchbox .search-result {
    position: relative;
    margin: auto;
}
.home-top-header .home-searchbox input,
.home-top-header .home-searchbox input:hover,
.home-top-header .home-searchbox input:focus {
    width: 100%;
    height: 34px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
    color: #a3a3a3;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    outline: none;
    background: url("../images/homepage/search-icon.png") no-repeat 98% center;
    box-shadow: none;
}
.home-top-header .home-searchbox input::placeholder,
.home-top-header .home-searchbox input:hover::placeholder,
.home-top-header .home-searchbox input:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 300;
}
.home-top-header .home-searchbox input:-ms-input-placeholder,
.home-top-header .home-searchbox input:hover:-ms-input-placeholder,
.home-top-header .home-searchbox input:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 300;
}
.home-top-header .home-searchbox input::-ms-input-placeholder,
.home-top-header .home-searchbox input:hover::-ms-input-placeholder
.home-top-header .home-searchbox input:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 300;
}
.home-top-header .quotes_select .select-wrapper {
    float: none;
    margin-top: 9px;
    text-align: left;
}
.home-top-header .dropdown {
    padding-top: 5px;
}
/* .pt-3 { 
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E2E5FF;
    border-radius: 8px;
    padding-top: 1rem;
} */

.pt-3 .form-control {
    box-shadow: none;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-size: 13px;
    color: #666666;
    padding: 6px 15px;
    border: 0;
    height: 45px;
}

.pt-3 .sub {
    font-size: 14px;
    background-color: #51079B;
    color: white;
    border: none;
    width: 100%;
    height: 45px;
    border-radius: 20px;
}
.home-top-header .dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    background: #f9ffff;
    box-shadow: none;
    webkit-box-shadow: none;
}
.home-top-header .btn-secondary.dropdown-toggle {
    width: 100%;
    padding: 6px 15px;
    text-align: left;
    color: #a3a3a3;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    background: url(../images/icon/select-dropdown.png) right center no-repeat #f9ffff;
}
.home-top-header .dropdown-menu .dropdown-item,
.home-top-header .dropdown-menu .dropdown-item:hover,
.home-top-header .dropdown-menu .dropdown-item:focus {
    display: block;
    padding: 10px 15px;
    color: #333;
    /* border-bottom: 1px solid #000; */
    border-bottom: 1px solid rgba(70, 70, 70, .2);
    background: #f9ffff;
}
.homepage-navigation .navbar-default {
    margin-bottom: 35px;
    border: 0;
    border-radius: initial;
    background-color: #f8feff;
}
.homepage-navigation .navbar-default .nav {
    position: relative;
    width: 100%;
}
.homepage-navigation .navbar-default .nav > li {
    position: static;
}
.homepage-navigation .navbar-default .nav > li > .submenu {
    position: absolute;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 35px;
    /* background: #fcae22; */
}
.homepage-navigation .navbar-default .nav > li > .submenu > li {
    display: inline-block;
    padding: 0 15px;
    margin-right: 20px;
    line-height: 35px;
    vertical-align: top;
}
.homepage-navigation .navbar-default .nav > li > .submenu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.homepage-navigation .navbar-default .nav > li > .submenu li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    transition: all .4s;
    /* color: #845602; */
    color: #5b2067;
    border-bottom: 4px solid transparent;
}
.homepage-navigation .navbar-default .nav > li > a:hover,
    /*.homepage-navigation .navbar-default .nav > li > a:focus,*/
.homepage-navigation .navbar-default .navbar-nav > .active > a,
.homepage-navigation .navbar-default .navbar-nav > .active-trail > a,
    /*.homepage-navigation .navbar-default .navbar-nav > .active > a:focus,*/
.homepage-navigation .navbar-default .navbar-nav > .active > a:hover {
    transition: all .4s;
    color: #fff;
    background: #5b2067;
}
.homepage-navigation .navbar-default .nav > li > .submenu li > .dropdown-menu,
.homepage-navigation .navbar-default .dropdown-wrapper > .dropdown-menu {
    padding-top: 15px !important;
    margin: 0;
    background: #f4f4f4;
}
.homepage-navigation .navbar-default .nav > li > .submenu li > .dropdown-menu  li,
.homepage-navigation .navbar-default .dropdown-wrapper > .dropdown-menu  li {
    padding: 0 11px 10px;
}
.homepage-navigation .navbar-default .nav > li > .submenu li > .dropdown-menu  li a,
.homepage-navigation .navbar-default .dropdown-wrapper > .dropdown-menu  li a{
    padding: 3px 28px 3px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #646464;
    border-bottom: none;
    border-left: 2px solid transparent;
}
.homepage-navigation .navbar-default .nav > li > .submenu li > .dropdown-menu  li.active-trail a,
.homepage-navigation .navbar-default .nav > li > .submenu li > .dropdown-menu  li.active a,
.homepage-navigation .navbar-default .nav > li > .submenu li > .dropdown-menu  li a:hover,
.homepage-navigation .navbar-default .dropdown-wrapper > .dropdown-menu  li.active-trail a,
.homepage-navigation .navbar-default .dropdown-wrapper > .dropdown-menu  li.active a,
.homepage-navigation .navbar-default .dropdown-wrapper > .dropdown-menu  li a:hover{
    border-left: 2px solid #fcae22;
    background-color: initial;
}
.homepage-navigation .navbar-default .nav > li > .submenu li.active > a,
.homepage-navigation .navbar-default .nav > li > .submenu li.active-trail > a,
.homepage-navigation .navbar-default .nav > li > .submenu li a:hover,
.homepage-navigation .navbar-default .nav > li > .submenu li a:focus {
    color: #5b2067;
    border-color: #5b2067;
    background-color: initial;
}
.homepage-navigation .navbar-default .nav > li.active > .submenu,
.homepage-navigation .navbar-default .nav > li.active-trail > .submenu {
    display: block;
}
.homepage-navigation .navbar-default .nav > li > a,
.homepage-navigation .navbar-default .nav > li > span {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    transition: all .4s;
    text-decoration: none;
    color: #5b2067;
    outline: none;
    background: transparent;
}
.homepage-navigation .navbar-default .nav > li:first-child a:before {
    content: none;
}
.homepage-navigation .navbar-default .nav > li > a:before,
.homepage-navigation .navbar-default .nav > li > span:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    height: 12px;
    content: "";
    background: #aaa;
}
.homepage-navigation .navbar-default .nav > li:hover + li > a:before,
.homepage-navigation .navbar-default .nav > li:focus + li > a:before,
.homepage-navigation .navbar-default .navbar-nav > .active + li > a:before,
.homepage-navigation .navbar-default .navbar-nav > .active-trail + li > a:before,
.homepage-navigation .navbar-default .navbar-nav > .active:focus + li > a:before,
.homepage-navigation .navbar-default .navbar-nav > .active:hover + li > a:before {
    content: none;
}
.homepage-navigation .navbar-default .nav > li > a:hover:before,
.homepage-navigation .navbar-default .nav > li > a:focus:before,
.homepage-navigation .navbar-default .navbar-nav > .active > a:before,
.homepage-navigation .navbar-default .navbar-nav > .active > a:focus:before,
.homepage-navigation .navbar-default .navbar-nav > .active > a:hover:before {
    content: none;
}
.home-trade {
    position: relative;
    margin-top: 40px;
}
.btn-color-wrapper .btn-color,
.btn-color-wrapper .btn-color:hover
.btn-color-wrapper .btn-color:focus {
    height: 29px;
    padding: 0 10px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    border: 0;
    border-radius: 0;
}
.home-trade .btn-color-wrapper .btn-color,
.home-trade .btn-color-wrapper .btn-color:hover,
.home-trade .btn-color-wrapper .btn-color:focus,
.home-insurance .btn-color-wrapper .btn-color,
.home-insurance .btn-color-wrapper .btn-color:hover,
.home-insurance .btn-color-wrapper .btn-color:focus,
.home-travel .btn-color-wrapper .btn-color,
.home-travel .btn-color-wrapper .btn-color:hover,
.home-travel .btn-color-wrapper .btn-color:focus,
.home-food-delivery .btn-color-wrapper .btn-color,
.home-food-delivery .btn-color-wrapper .btn-color:hover,
.home-food-delivery .btn-color-wrapper .btn-color:focus,
.home-cabs .btn-color-wrapper .btn-color,
.home-cabs .btn-color-wrapper .btn-color:hover,
.home-cabs .btn-color-wrapper .btn-color:focus {
    margin-bottom: 20px;
    color: #f9ffff;
    background: #333;
}
.home-trade .data-wrapper h5 {
    font-size: 29px;
    font-weight: normal;
    line-height: 32px;
}
.home-trade .data-wrapper ul li {
    position: relative;
    display: inline-block;
    max-width: calc(50% - 12px);
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 5px;
}
.home-trade .data-wrapper ul li:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 10px;
}
.home-mutual-fund ul li .image {
    display: inline-block;
    width: 50px;
    margin-right: 8px;
    vertical-align: middle;
}
.home-mutual-fund ul li .image img {
    max-width: 50px;
}
.home-mutual-fund ul li .data {
    display: inline-block;
    vertical-align: middle;
}
.home-mutual-fund ul li .data .title {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    color: #51044c;
}
.home-mutual-fund ul li .data {
    width: calc(100% - 65px);
}
.home-mutual-fund ul li .data span {
    display: block   ;
    font-size: 11px;
    line-height: 15px;
    color: #555;
}
.home-mutual-fund ul li a {
    display: block;
}
.home-mutual-fund ul li {
    position: relative;
    display: inline-block;
    width: calc(50% - 12px);
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 5px;
    background: #fff;
}
.home-mutual-fund  ul li:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 10px;
}
.home-trade .data-wrapper ul li .title {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.home-trade .data-wrapper ul li .arrow {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #eca525;
}
.home-trade .data-wrapper ul li .arrow img {
    display: inline-block;
    vertical-align: middle;
}
.jar-container {
    position: relative;
    margin-bottom: 40px;
}
.jar-container .jar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding: 55px 60px;
}
.home-mutual-fund {
    position: relative;
    padding: 40px 0;
    margin: 40px 0;
    background: #5b2067;
}
.home-mutual-fund .btn-color-wrapper .btn-color,
.home-mutual-fund .btn-color-wrapper .btn-color:hover,
.home-mutual-fund .btn-color-wrapper .btn-color:focus,
.home-family-care .btn-color-wrapper .btn-color,
.home-family-care .btn-color-wrapper .btn-color:hover,
.home-family-care .btn-color-wrapper .btn-color:focus {
    color: #de3bff;
    background: #fff;
}
.home-mutual-fund .heading_small {
    margin-top: 10px;
    color: #fff;
}
.home-mutual-fund h5 {
    color: #fff;
}
.home-mutual-fund .white_btn {
    width: 175px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #5b2067;
}
.home-insurance {
    position: relative;
    margin-bottom: 40px;
}
.home-insurance .insurance-txt h5 {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 35px;
    color: #333;
}
.home-insurance  ul li {
    position: relative;
    display: inline-block;
    width: calc(50% - 12px);
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 10px;
    background: #efefef;
}
.home-insurance  ul li a {
    display: block;
}
.home-insurance  ul li span {
    display: inline-block;
    vertical-align: middle;
}
.home-insurance  ul li .icon {
    margin-right: 10px;
}
.home-insurance  ul li .ico-name {
    font-size: 18px;
    font-weight: bold;
    color: #646464;
}
.home-insurance  ul li:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 5px;
}
.home-loans {
    position: relative;
    padding: 40px 0;
    margin-bottom: 40px;
    background: #fff4c8;
}
.home-loans h3.heading_small {
    border-color: #333;
}
.home-loans .btn-color-wrapper .btn-color,
.home-loans .btn-color-wrapper .btn-color:hover,
.home-loans .btn-color-wrapper .btn-color:focus,
.home-shopping .btn-color-wrapper .btn-color,
.home-shopping .btn-color-wrapper .btn-color:hover,
.home-shopping .btn-color-wrapper .btn-color:focus,
.home-videos .btn-color-wrapper .btn-color,
.home-videos .btn-color-wrapper .btn-color:hover,
.home-videos .btn-color-wrapper .btn-color:focus {
    color: #fff;
    background: #d89500;
}
.home-mutual-fund .btn-color-wrapper .btn-color,
.home-mutual-fund .btn-color-wrapper .btn-color:hover,
.home-mutual-fund .btn-color-wrapper .btn-color:focus {
    color: #fff;
    background: #de3bff;
}
.home-loans ul li,
.home-loans ul li a {
    position: relative;
    display: block;
}
.home-loans ul li span.txt {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    color: #5b2067;
    border-bottom: 2px solid #e29b00;
}
.home-loans ul li:last-child span.txt {
    border: 0;
}
.home-loans .image {
    display: inline-block;
}
.home-loans ul li .arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #5b2067;
}
.home-travel {
    position: relative;
    margin-bottom: 40px;
}
.home-travel ul li {
    position: relative;
    display: inline-block;
    max-width: calc(50% - 12px);
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 5px;
}
.home-travel ul li:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 10px;
}
.home-travel ul li a {
    display: block;
}
.home-travel ul li span.title {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 15px;
    text-align: left;
    background: #7d49c4;
}
.home-travel ul li span.title .txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #f9ffff;
}
.home-travel ul li span.arrow img {
    width: 12px;
}
.home-travel ul li span.arrow {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 21px;
    height: 21px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #eca525;
}
.home-family-care {
    position: relative;
    padding: 40px 0;
    background: #5b2067;
}
.home-family-care .image {
    display: inline-block;
}
.home-family-care h3.heading_small {
    margin-top: 10px;
    color: #fff;
}
.home-family-care h5 {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 35px;
    color: #fff;
}
.home-family-care ul li {
    position: relative;
    display: inline-block;
    width: calc(50% - 12px);
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 10px;
    background: #efefef;
}
.home-family-care ul li a {
    display: block;
}
.home-family-care ul li span {
    display: inline-block;
    vertical-align: middle;
}
.home-family-care ul li .icon {
    margin-right: 25px;
}
.home-family-care ul li .ico-name {
    font-size: 18px;
    font-weight: bold;
    color: #646464;
}
.home-family-care ul li:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 5px;
}
.home-shopping {
    position: relative;
    padding: 40px 0;
    margin-bottom: 0;
    background: #fff4c8;
}
.home-shopping .title {
    margin-top: 5px;
    margin-bottom: 15px;
}
.home-shopping .title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #646464;
}
.home-commmon-slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.home-commmon-slider.owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #eca525;
}
.home-cabs {
    position: relative;
    padding-top: 40px;
    margin-bottom: 40px;
}
.home-cabs h5 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 35px;
}
.home-cabs ul li {
    position: relative;
    display: inline-block;
    width: calc(50% - 12px);
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    vertical-align: top;
    border-radius: 5px;
    background: #efefef;
}
.home-cabs ul li:nth-child(2n + 2) {
    margin-right: 0;
    margin-left: 5px;
}
.home-cabs ul li a {
    display: block;
}
.home-cabs ul li .txt {
    font-size: 18px;
    font-weight: bold;
    color: #646464;
}
.home-cabs ul li span.arrow img {
    width: 12px;
}
.home-cabs ul li span.arrow {
    position: absolute;
    right: 15px;
    bottom: 12px;
    width: 21px;
    height: 21px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #eca525;
}
.home-news {
    position: relative;
    padding: 40px 0;
    margin-bottom: 40px;
    background: #5b2067;
}
.home-news h3.heading_small {
    margin-top: 10px;
    color: #fff;
}
.home-news h5 {
    margin: -5px 0 20px;
    font-size: 30px;
    color: #f9ffff;
}
.home-news .white_btn {
    font-size: 17px;
}
.home-news .data {
    margin-bottom: 15px;
}
.home-news .data > img {
    border-radius: 5px;
}
.home-news .data .titlea {
    display: block;
}
.home-news .data .title {
    position: relative;
    display: block;
    height: 40px;
    padding: 0 15px;
    text-align: left;
    background: #7d49c4;
}
.home-news .data .title h6 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #f9ffff;
}
.home-news .data .title span.arrow img {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
}
.home-news .data .title span.arrow {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 21px;
    height: 21px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #eca525;
}
.home-videos {
    position: relative;
    margin-bottom: 40px;
}
.home-videos h3.heading_small {
    margin-top: 10px;
}
.home-videos h6 {
    margin: 5px 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #646464;
}
.home-videos .row {
    display: flex;
    flex-wrap: wrap;
}
.home-videos .row:before,
.home-videos .row:after {
    content: none;
}
.home-videos .row .col-sm-4 {
    flex: 0 0 33.33%;
}
.about-dealmoney {
    position: relative;
    margin-bottom: 40px;
}
.about-dealmoney h3.heading_small {
    margin-bottom: 15px;
}
.about-dealmoney ul {
    margin-top: 30px;
}
.about-dealmoney ul li {
    float: left;
    width: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
}
.about-dealmoney ul li:after {
    display: table;
    clear: both;
    content: "";
}
.about-dealmoney ul li .img-wrapper {
    display: block;
    height: 105px;
    text-align: center;
}
.about-dealmoney ul li .img-wrapper img,
.home-insurance .image img {
    display: inline-block;
    vertical-align: middle;
}
.about-dealmoney ul li span:last-child {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.form-detail-popup .modal-dialog {
    width: 800px;
}
.form-detail-popup .modal-dialog .form-control {
    display: inline-block;
    width: auto;
    height: inherit;
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: 0;
    box-shadow: none;
    margin-top: 10px;
}
.form-detail-popup .modal-dialog .modal-body {
    padding: 20px 30px;
}
.form-detail-popup .modal-dialog .form-control label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}
.form-detail-popup .modal-dialog .form-control input,
.form-detail-popup .modal-dialog .form-control select {
    width: 220px;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    font-style: italic;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
}
.form-detail-popup .modal-dialog .form-control span {
    margin: 0 10px;
}
.form-detail-popup .modal-dialog .btn-blue {
    width: 200px;
    padding: 0 15px;
    margin-top: 35px;
    margin-left: 20px;
    line-height: 33px;
    color: #fff;
    border: 1px solid #707070;
    background-color: #5b2067;
}
#loan-submit {
    margin-left: 0px;
}
.title {
    position: relative;
}
.homepage-view-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: underline;
    color: #5d2c60;
}
.homepage-view-more-btn.white {
    color: #fff;
}

/* Header Css  */
.navBar .top-header-sec{
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
    .home-logo img{
    margin-top: 10px;
    height: 35px;
    width: 192px;
    }
        
        .top-header-sec .home-searchbox ::placeholder {
            color: #5B2067;
            opacity: 1;
            }
            
            .top-header-sec .home-searchbox input {
            width: 100%;
            height: 35px;
            padding: 0 15px;
            font-size: 14px;
            font-weight: 400;
            line-height: 36px;
            color: #5B2067;
            border: 1px solid #5B2067;
            border-radius: 5px;
            outline: none;
            background: url(./images/search-icon.png) no-repeat 98% center;
            box-shadow: none;
            }
            

            .top-header-sec .dropdown-menu .dropdown-item{
              display: block;
              padding: 10px 15px;
              color: #75487c;
              border-bottom: 1px solid rgba(70,70,70,.2);
              background: white;
          }

          .top-header-sec .dropdown-menu .dropdown-item:hover, .top-header-sec .dropdown-menu .dropdown-item:focus{
            color: #FCAE21;
          }
            
          .top-header-sec .dropdown-menu .dropdown-item:last-child{
            border-bottom:  0px;
          }
            
            .top-header-sec .dropdown-toggle {
            height: 35px;
            width: 100%;
            padding: 6px 15px;
            font-size: 13px;
            font-weight: 400;
            text-align: left;
            letter-spacing: 0px;
            color: #52115f;
            border: 1px solid #5B2067;
            border-radius: 5px;
            background: url(./images/select-dropdown.png) right no-repeat white;
            }
            
            .buttonSec .open_btn{
            text-align: center;
            letter-spacing: 0px;
            background: #5B2067 0% 0% no-repeat padding-box;
            color: #FFFFFF;
            width: 100%;
            height: 36px;
            border-radius: 6px;
            background-clip: padding-box;
            text-transform: none;
            }
            
            
            .buttonSec .btn:hover {
            background:#5B2067;
            color: white;
            box-shadow: none !important;
            }
            .buttonSec .btn:active:focus {
            color: white;
            box-shadow: none !important;
            }
            .buttonSec .btn:focus {
            background:#5B2067;
            color: white;
            box-shadow: none !important;
            }

            .buttonSec .col-xs-6{
              padding: 0px;
            }
            
            .nav-devider{
            width: 100%;
            height: 10px;
            background: #5B2067 ;
            }
        
/* Header Css  */

/* category */
    
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    
    ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
    
    .category_return_filter .fund_ct{
    margin-top:30px;
    margin-right:39px;
    margin-bottom:0;
    }
    
    .category_btn p .yellow_btn{
    margin-top:65px;
    }
    
    .category_btn p .yellow_btn{
    margin-top:35px;
    }
    .category_return_pagintion{
    margin-top:20px;
    }
    .category_return_pagintion .pagination_list{
    margin-bottom:40px;
    }
    
    .category_btn p .yellow_btn{margin-top:55px;padding:6px
    15px;}
    
    .category-section{
    position:fixed;
    top:28%;
    right:0;
    z-index:99999;
    width:175px;
    transition:all
    .4s;border:1px solid #75487c;
    }
    .category-section.closed{
    width:140px;
    transition:all .4s;
    border:0;
    }
    .category-section .category-header{
    position:relative;
    padding:5px 0px;
    transition:.4s;
    background:#fff;
    }.category-section.closed .category-header{
    right:-44px;
    transition:.4s;
    transform:rotate(-90deg);
    text-align:center;
    border-radius:10px 10px 0px 0px;
    background:#5b2067;
    }
    .category-section.closed .category-header h4{
    font-size:18px;
    font-weight:bold;
    color:#fff;
    }
    .category-section.closed .category-header .close-btn{
    display:none;
    }
    .category-section .category-header .category-arrow{
    display:none;
    }
    .category-section.closed .category-header .category-arrow{
    display:block;
    transform:rotate(90deg);
    }
    .category-section .category-content{
    position:absolute;
    right:0;
    width:173px;
    transition:all .4s;
    }
    .category-section.closed .category-content{
    right:-200px;
    transition:all .4s;
    }
    .category-section .category-header .close-btn{
    position:absolute;
    top:7px;
    right:15px;
    z-index:99;
    font-size:16px;
    color:#5B2067;
    }

    .category-section .category-header h4 {
        padding: 5px;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        color: #52115f;
    }

    .category-section ul li{
    display:block;
    padding:10px 20px;
    font-size:15px;border:0;
    border-bottom:1px solid #fff;
    background:#5b2067;
    box-shadow:none;
    }
    .category-section ul li:last-child{
    border-bottom:0;
    }
    .category-section ul li a,.category-section ul li span,.category-section ul li a:hover,.category-section ul li
    a:focus{
    color:#fff;
    border:0;
    outline:none;
    box-shadow:none;
    }
    .category-section ul li a span:first-child{
    margin-right:5px;
    }
    .category-section a {
    display: inline-block;
    }
    
    a.menu-1357, ul.links li.menu-1357 a {
    /* background-image: url(./images/cat-icon1.png); */
    /* padding-left: 25px; */
    background-image: none !important;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: left;
    height: 21px;
    }
    
    a.menu-1358, ul.links li.menu-1358 a {
    /* background-image: url(./images/cat-icon2.png); */
    /* padding-left: 29px; */
    background-image: none !important;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: left;
    height: 21px;
    }
    
    a.menu-1359, ul.links li.menu-1359 a {
    /* background-image: url(./images/cat-icon3.png); */
    /* padding-left: 27px; */
    background-image: none !important;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: left;
    height: 16px;
    }
    
    /* Category */

     /* nav css  */
    
    /* Desktop Navigation */
    .nav-menu{
        padding: 10px 5px;
      }
  
  
    .nav-menu ul li a::after{
      content: " |";
      color: #5B2067;
      margin-left: 5px;
      margin-right: 5px;
      }
      
      .nav-menu ul li:last-child a::after {
      display: none;
      }
  
      .nav-menu .drop-down ul li a::after{
        display: none;
      }
  
      .nav-menu li.active{
      color: #FCAE21;
      }
  
  .nav-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .nav-menu > ul {
      display: flex;
    }
    
    .nav-menu > ul > li {
      position: relative;
      white-space: nowrap;
    }
    
    .nav-menu a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      color: #5B2067;
      transition: 0.3s;
      font-size: 15px;
      font-weight: 600;
      padding: 2px;
    }
    
    .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a, .nav-menu a:focus, .nav-menu .active > a, .nav-menu li:focus > a  {
      text-decoration: none;
      color: #FCAE21;
    }
    
    .nav-menu .drop-down ul {
      display: block;
      position: absolute;
      left: 14px;
      top: calc(100% + 30px);
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      padding: 10px 0;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.3s;
    }
    
    .nav-menu .drop-down:hover > ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .nav-menu .downArrow{
      display: none;
    }
    
    .nav-menu .drop-down li {
      min-width: 180px;
      position: relative;
    }
    
    .nav-menu .drop-down ul a {
      padding: 10px 20px;
      font-size: 14px;
      text-transform: none;
    }
    
    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
      color: #FCAE21;
    }
   
    .mobile-nav .active.drop-down > a:after {
      display: none;
  }
    
    .nav-menu .drop-down .drop-down ul {
      top: 0;
      left: calc(100% - 30px);
    }
    
    
    .nav-menu .drop-down .drop-down:hover > ul {
      opacity: 1;
      top: 0;
      left: 100%;
    }
    
    .nav-menu .drop-down .drop-down > a {
      padding-right: 35px;
    }
  
    
    /* Mobile Navigation */
  .mobile-nav-toggle {
      position: fixed;
      right: 15px;
      top: 15px;
      z-index: 9998;
      border: 0;
      background: none;
      font-size: 24px;
      transition: all 0.4s;
      outline: none !important;
      line-height: 1;
      cursor: pointer;
      text-align: right;
    }
  
    .mobile-nav li.active{
      color: #FCAE21;
      }
    
    .mobile-nav-toggle i {
      color: #52115f;
    }
  
    .mobile-nav .rightArrow{
      display: none;
    }
    
    .mobile-nav {
      position: fixed;
      top: 55px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      z-index: 9999;
      overflow-y: auto;
      background: #fff;
      transition: ease-in-out 0.2s;
      opacity: 0;
      visibility: hidden;
      border-radius: 10px;
      padding: 10px 0;
    }
    
    .mobile-nav * {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .mobile-nav a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      color: #5b2067;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 600;
      outline: none;
    }
    
    .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
      text-decoration: none;
      color: #FCAE21;
    }
  
    
    .mobile-nav .drop-down > a {
      padding-right: 35px;
    }
    
    .mobile-nav .drop-down ul {
      display: none;
      overflow: hidden;
    }
    
    .mobile-nav .drop-down li {
      padding-left: 20px;
    }
    
    
    .mobile-nav-overly {
      width: 100%;
      height: 100%;
      z-index: 9997;
      top: 0;
      left: 0;
      position: fixed;
      background: rgba(0, 0, 0, 0.6);
      overflow: hidden;
      display: none;
      transition: ease-in-out 0.2s;
    }
    
    .mobile-nav-active {
      overflow: hidden;
    }
    
    .mobile-nav-active .mobile-nav {
      opacity: 1;
      visibility: visible;
    }
    
    .mobile-nav-active .mobile-nav-toggle i {
      color: #fff;
    }


/*Category Menu*/
.category-menu {
    position: fixed;
    top: 28%;
    right: 0;
    z-index: 99999;
    width: 175px;
    transition: all .4s;
    border: 1px solid #75487c;
}
.category-menu.closed {
    width: 140px;
    transition: all .4s;
    border: 0;
}
.category-menu .category-header {
    position: relative;
    padding: 10px 20px;
    transition: .4s;
    background: #fff;
}
.category-menu.closed .category-header {
    right: -42px;
    transition: .4s;
    transform: rotate(-90deg);
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background: #5b2067;
}
.category-menu.closed .category-header h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.category-menu.closed .category-header .close-btn {
    display: none;
}
.category-menu .category-header .category-arrow {
    display: none;
}
.category-menu.closed .category-header .category-arrow {
    display: block;
    transform: rotate(90deg);
}
.category-menu .category-content {
    position: absolute;
    right: 0;
    width: 173px;
    transition: all .4s;
}
.category-menu.closed .category-content {
    right: -200px;
    transition: all .4s;
}
.category-menu .category-header .close-btn {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 99;
    font-size: 16px;
    color: #75487c;
}
.category-menu .category-header h4 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666;
}
.category-menu ul li {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #fff;
    background: #5b2067;
    box-shadow: none;
}
.category-menu ul li:last-child {
    border-bottom: 0;
}
.category-menu ul li a,
.category-menu ul li span,
.category-menu ul li a:hover,
.category-menu ul li a:focus {
    color: #fff;
    border: 0;
    outline: none;
    box-shadow: none;
}
.category-menu ul li a span:first-child {
    margin-right: 5px;
}
.coming-soon-container h3{
    color: #7E49C3;
    font-weight: bold;
}
.coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,.8);
}
.coming-soon .data {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
}
.coming-soon h4 {
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    color: #5b2067;
}
.home-vaccations {
    position: relative;
    padding: 40px 0;
    padding-bottom: 28%;
    background-size: cover;
}
.home-vaccations .btn-color,
.home-vaccations .btn-color:hover,
.home-vaccations .btn-color:focus {
    color: #fff;
    background: #dbb76f;
}
.home-vaccations h5 {
    margin: 0;
    margin-top: -5px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
}
.home-vaccations .yellow_btn {
    width: 175px;
    height: 46px;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 44px;
    color: #3a3a3a;
    border-radius: 5px;
    background: #ff954d;
}
.home-vaccations .homepage-view-more-btn {
    font-size: 14px;
    text-decoration: underline;
    color: #5b2067;
}
.home-food-delivery {
    padding: 40px 0;
    padding-bottom: 24%;
    background-size: cover;
    position: relative;
}
.home-food-delivery .data h5 {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}
.home-food-delivery .data h6 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #5b2067;
}
.home-food-delivery .data form label {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.home-food-delivery .data form .form-group:after {
    display: table;
    clear: both;
    content: "";
}
.home-food-delivery .data form .form-group input,
.home-food-delivery .data form .form-group button {
    float: left;
}
.home-food-delivery .data form .form-group input {
    width: 65%;
    height: 52px;
    padding: 0 20px;
    font-size: 18px;
    font-style: italic;
    line-height: 50px;
    border: 1px solid #888;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
}
.home-food-delivery .data form .form-group button,
.home-food-delivery .data form .form-group button:hover,
.home-food-delivery .data form .form-group button:focus {
    width: 35%;
    height: 52px;
    font-size: 17px;
    font-weight: 600;
    color: #f9ffff;
    border: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    background: #5b2067;
    box-shadow: none;
}
.home-food-delivery .note p {
    position: relative;
    top: 50vh;
    width: 1140px;
    margin: 0 auto;
    color: #333;
}
@media(max-width: 1024px) {
    
    .home-food-delivery .note p {
        top: 26vh;
        width: 940px;
    }
    .home-food-delivery .data h6 {
        font-size: 18px;
    }
    .homepage-navigation .navbar-default .nav > li > a,
    .homepage-navigation .navbar-default .nav > li > span {
        padding: 15px 11px;
        font-size: 13px;
    }
    .home-insurance ul li .icon {
        margin-right: 2px;
    }
    .home-insurance ul li .ico-name {
        font-size: 14px;
    }
    .home-loans ul li span.txt {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .home-loans ul li .arrow {
        bottom: 20px;
    }
    .home-family-care ul li .icon {
        margin-right: 15px;
    }
    .home-family-care ul li .ico-name {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .sub {
        color: #5b2067;
        font-size: 14px !important;
      }
      .openAccountForm .opnAccountbtn
      {
        font-size: 12px !important;
      }
    .openAccountForm .btnSignIn, .openAccountForm .btnFreeDemo {
        width: 100%;
      }

    .home-food-delivery .note p {
        width: 100%;
        padding: 0 15px;
    }
    .home-food-delivery .data h5 {
        font-size: 24px;
        line-height: 28px;
    }
    .home-food-delivery .data h6 {
        font-size: 14px;
    }
    .home-food-delivery .note p {
        top: 15vh;
    }
    .home-vaccations {
        background-position: 70% 0;
    }
    .homepage-navigation .navbar-default .nav > li > .submenu li {
        padding: 0 10px;
        margin-right: 0;
    }
    .form-detail-popup .modal-dialog {
        width: 750px;
    }
    .form-detail-popup .modal-dialog .modal-body {
        padding: 15px;
    }
    .form-detail-popup .modal-dialog .btn-blue {
        margin-left: 15px;
    }
    .jar-container .jar-text {
        width: 60%;
        padding: 3% 7%;
    }
    .homepage-navigation .navbar-default .nav > li > a,
    .homepage-navigation .navbar-default .nav > li > span {
        padding: 15px 4.5px;
        font-size: 12px;
    }
    .home-trade .data-wrapper ul li .arrow {
        right: 10px;
        bottom: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .home-trade .data-wrapper ul li .title {
        left: 10px;
        font-size: 16px;
    }
    .home-trade .data-wrapper h5,
    .home-insurance .insurance-txt h5,
    .home-family-care h5,
    .home-cabs h5,
    .home-news h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .home-family-care ul li .icon {
        display: block;
    }
    .home-mutual-fund ul li {
        padding: 10px;
    }
    .home-cabs ul li .txt {
        font-size: 14px;
    }
    .home-cabs ul li span.arrow {
        bottom: 9px;
    }
}
@media only screen and (max-width: 767px) {
    .home-food-delivery {
        padding-bottom: 0;
        background: none !important;
    }
    .home-food-delivery .container {
        margin-top: 15px;
    }
    .home-food-delivery .data form label {
        font-size: 14px;
    }
    .home-food-delivery .note p {
        top: 0;
    }
    .home-food-delivery .data form .form-group button,
    .home-food-delivery .data form .form-group button:hover,
    .home-food-delivery .data form .form-group button:focus {
        height: 36px;
        font-size: 13px;
    }
    .home-food-delivery .data form .form-group input {
        height: 36px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 34px;
    }
    .home-vaccations {
        padding-top: 10px;
        padding-bottom: 30px;
        background: none !important;
    }
    .home-vaccations .btn-color-wrapper {
        margin-top: 15px;
    }
    .home-vaccations h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .home-vaccations .yellow_btn {
        width: 120px;
        height: 34px;
        font-size: 14px;
        line-height: 32px;
    }
    .home-top-header .home-searchbox {
        max-width: 100%;
    }
    .form-detail-popup .modal-dialog {
        width: 90%;
        margin: 50px auto;
    }
    .form-detail-popup .modal-dialog .form-control label {
        font-size: 14px;
    }
    .form-detail-popup .modal-dialog .form-control input,
    .form-detail-popup .modal-dialog .form-control select {
        height: 32px;
        font-size: 14px;
        line-height: 30px;
    }
    .form-detail-popup .modal-dialog .btn-blue {
        height: 32px;
        margin-top: 5px;
        margin-left: 0;
        font-size: 13px;
        line-height: 30px;
    }
    .form-detail-popup .modal-dialog .form-control {
        margin-bottom: 15px;
    }
    .form-detail-popup .modal-dialog .form-control span {
        display: none;
    }
    .about-dealmoney ul li span:last-child {
        font-size: 16px;
    }
    .home-top-header .quotes_select .select-wrapper {
        width: 100%;
        padding: 0;
        line-height: 32px;
    }
    .home-top-header {
        padding: 10px 0;
    }
    /*.navbar {
        display: none;
    }*/
    .home-trade {
        margin-top: 20px;
    }
    .home-trade .data-wrapper h5,
    .home-insurance .insurance-txt h5,
    .home-family-care h5,
    .home-cabs h5,
    .home-news h5 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .home-trade .data-wrapper a[class*="_btn"],
    .home-insurance .insurance-txt a[class*="_btn"],
    .home-family-care a[class*="_btn"],
    .home-cabs a[class*="_btn"],
    .home-news a[class*="_btn"] {
        margin-bottom: 10px;
    }
    .home-travel ul {
        margin-top: 15px;
    }
    .home-trade .data-wrapper ul li,
    .home-travel ul li {
        max-width: calc(50% - 7px);
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .home-trade .data-wrapper ul li:nth-child(2n + 2) {
        margin-right: 0;
        margin-left: 5px;
    }
    .home-trade .data-wrapper ul li .title {
        font-size: 12px;
    }
    .home-mutual-fund {
        padding: 20px 0;
        margin: 20px 0;
    }
    .home-mutual-fund h5 {
        margin-bottom: 0;
    }
    .home-mutual-fund .white_btn {
        font-size: 13px;
    }
    .home-mutual-fund ul li,
    .home-insurance ul li,
    .home-travel ul li,
    .home-cabs ul li {
        width: 100%;
        margin: 0 0 10px !important;
    }
    .home-insurance {
        margin-bottom: 20px;
    }
    .home-loans {
        padding: 20px 0;
    }
    .home-travel {
        margin-bottom: 10px;
    }
    .home-family-care,
    .home-shopping,
    .home-news {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .home-news .white_btn {
        font-size: 13px;
    }
    .home-videos .row .col-sm-4 {
        flex: 0 0 100%;
    }
    .home-videos {
        margin-bottom: 0;
    }
    .about-dealmoney ul li {
        width: 100%;
        padding-right: 0;
    }
    .homepage-navigation.open .navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1003;
        display: block;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .homepage-navigation.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        width: 100%;
        height: 36px;
    }
    .homepage-navigation .navbar-default {
        position: relative;
        margin-bottom: 12px;
        background: transparent;
    }
    .homepage-navigation.open .navbar-nav {
        margin: 50px 0 0;
    }
    .homepage-navigation .container {
        position: relative;
        padding: 0 0 35px;
        overflow-x: auto;
        background: #fcae22;
    }
    .homepage-navigation .container.no-pad {
        padding: 0;
    }
    .homepage-navigation .navbar-default .nav {
        position: static;
        display: flex;
        margin: 0;
        flex-wrap: nowrap;
    }
    .homepage-navigation .navbar-default .nav > li.active > .submenu,
    .homepage-navigation .navbar-default .nav > li.active-trail > .submenu {
        display: flex;
        width: auto;
        padding-right: 15px;
        margin: 0;
        flex-wrap: nowrap;
    }
    .homepage-navigation .navbar-default .nav > li {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        background: #5b2067;
    }
    .homepage-navigation .navbar-default .nav > li > a,
    .homepage-navigation .navbar-default .nav > li > span {
        padding: 15px;
    }
    .homepage-navigation .navbar-default .nav > li > a:before,
    .homepage-navigation .navbar-default .nav > li > span:before {
        content: none;
    }
    .jar-container .jar-text {
        position: static;
        width: 100%;
        padding: 10px 0;
    }
    .jar-container .jar-text h3 {
        margin: 0 0 10px;
        font-size: 16px;
    }
    .jar-container {
        margin-bottom: 10px;
    }
}


/* NEW CSS */

/* body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    background:transparent;
    font-family: 'Noto Sans', sans-serif;
    } */
    
      
    *:focus {
    outline: 0 !important;
    }
    
    a, a:hover, a:active, a:visited, a:focus {
      text-decoration:none;
  }
    
    .box {
    justify-content: space-between;
    align-content: center ;
    }
    
    .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    }
    
    .center{
    margin-left: auto;
    margin-right: auto;
    }

    .img-fluid {
      max-width: 100%;
      height: auto;
    }
    
    .pull-right {
    float: right;
    }
    
    .pull-left {
    float: left;
    }

    .row-center {
      text-align:center;
    }
    
    .col-center {
      display:inline-block;
      float:none;
    }
    
    .arrowRight{
    margin-top: 3px;
    margin-left: 12px;
    color: #52115f;
    font-size: 25px;
    font-weight: 700;
    }
    
    .arrowRight2{
    margin-top: 6px;
    margin-left: 13px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    }

    .knowMore h6{
        /* margin-bottom: 50px; */
        font-size: 15px;
        font-weight: 600;
        text-decoration: underline;
        letter-spacing: 0px;
        color: #5B2067;
        opacity: 1;
        }
    
    
    
    /* Open Account section */
    
    .open-account{
    padding: 30px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    }
    
    /* .open-account .openAccountImg .round{
    background: #5B2067;
    width: 700px;
    margin-top: -120px;
    height: 140px;
    border-bottom-left-radius: 150% 150%;
    border-bottom-right-radius: 400% 400%;
    border-top-left-radius: 400% 400%;
    border-top-right-radius: 150% 150%;
    display: block;
    }
     */
    .open-account .deviceImg{
    /* margin-left: 30px; */
    width: 600px;
    
    }
    
    .openAccountImg{
    margin-bottom: 20px;
    }
    
    .openAccountForm{
    border: 3px solid #5B2067;
    padding: 20px 40px 20px 40px;
    border-radius: 50px;
    }
    
    .openAccountForm .opnAccountbtn{
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
    opacity: 1;
    min-height: 59px;
    font-size: 30px;
    font-weight: 600;
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    margin-bottom: 20px;
    border: none;
    padding: 15px 25px;
    pointer-events: none;
    }

    .openAccountForm .openAccountText{
    margin-top: -51px;
    }
    
    .openAccountForm h4{
    font-size: 15px;
    text-align: left;
    letter-spacing: -1px;
    color: #5B2067;
    font-weight: 600;
    margin-bottom: 0px;
    }

          
    
    
    /* .openAccountForm input{
    float: right;
    margin-top: 9px;
    height: 30px;
   
    border: 1px solid #5B2067;
    border-radius: 4px;
    } */

    .openAccountForm input{
        margin-top: 5px;
        width: 100%;
        height: 40px;
        padding: 0 15px;
        font-size: 13px;
        font-weight: 600;
        line-height: 36px;
        color: #a3a3a3;
        border: 2px solid #CCC3CE;
        border-radius: 5px;
        outline: none;
        box-shadow: none;
      }
  
      .openAccountForm #sel1{
        height: 40px;
        border: 2px solid #CCC3CE;
        background: url(/sites/default/files/homepage-img/dropdown_icons.png) no-repeat 98% center;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        outline: none;
  
      }
  
      .openAccountForm input::placeholder{
        font-size: 13px;
        font-weight: normal;
      }
      
      .openAccountForm .form-group {
      margin-bottom: 5px;
      }

      .openAccountForm .btnSignIn{
        background: #FCAE21 0% 0% no-repeat padding-box;
        border-radius: 29px;
        height: 45px;
        min-width: 125px;
        font-size: 20px;
        font-weight: 600;
        color: #5B2067 !important;
        text-align: center;
        border: none;
        opacity: 1;
         margin-top: 20px;
        outline: none;
      }
  
      /* .openAccountForm .btnFreeDemo{
        background: white 0% 0% no-repeat padding-box;
        border-radius: 29px;
        height: 45px;
        min-width: 125px;
        font-size: 20px;
        font-weight: 600;
        color: #5B2067;
        text-align: center;
        border: 3px solid #FBAE20;
        border-radius: 29px;
          opacity: 1;
          margin-top: 20px;
          outline: none;
      } */

       .openAccountForm .btnSignIn:hover {
        background: white 0% 0% no-repeat padding-box;
        border: 3px solid #FBAE20;
      }
      
      .openAccountForm .form-control:focus {
      /* box-shadow: 0 0 3px 0 #5B2067;
      border: 1px solid #5B2067; */
      box-shadow: none;
      border: 2px solid #CCC3CE;
      } 
      
    
    /* Why DealMoney Section */
    
    .why-deal-section{
    margin-top: 50px;
    margin-bottom: 30px;
    }
    
    .why-deal-section h1{
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    color: #5B2067;
    opacity: 1;
    border-left: none;
    }
    
    .why-deal-section .all-deal-icon{
    margin-bottom: 10px;
    border-bottom: 1px solid;
    }
    
    /* .why-deal-section .deal-icon h3{
    text-align: center;
    font-family: "roboto";
    font-size: 19px ;
    font-weight: 600;
    letter-spacing: -1px;
    color: #5B2068;
    opacity: 1;
    } */
    
    .why-deal-section h4{
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0px;
    color: #5B2067;
    opacity: 1;
    }
    
    /* Trade Section */
    
    .trade-section{
    /* margin-top: 50px; */
    margin-bottom: 30px;
    border-bottom: 1px solid;
    }
    
    .btnTitle{
    /* min-width: 352px; */
    height: 68px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: #FEFEFE;
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: 0px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    outline: none;
    pointer-events: none;
    }
    
    .trade-section h1 , .insurance h1, .mutual-fund h1, .loan h1, .travel h1, .dealvacation h1, .famCare h1, .shopping h1, .foodDelivery h1, .secCab h1{
    margin-top: 30px;
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 30px;
    font-weight: 500;
    border-left: none;
    }
    
    .trade-section span{
    font-weight: 600;
    }
    
    .trade-section .benefit{
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    .trade-section .acount-benefit{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 117px 0px;
    opacity: 1;
    /* width: 719px; */
    min-height: 323px;
    margin-top: 20px;
    
    }
    
    .trade-section .benefit img{
    max-height: 382px;
    margin-bottom: 30px;
    margin-top: 100px;
    }
    
    
    
    .trade-section .acount-benefit h2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #5B2067;
    font-size: 50px;
    font-weight: 500;
    border-left: none;
    }
    
    .trade-section .acount-benefit .sub2{
    min-width: 200px;
    height: 45px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0px;
    color: #FEFEFE;
    background: #5B2067;
    border-radius: 0px 28px 0px 0px;
    border: none;
    outline: none;
    }
    
    .trade-section .btn{
    padding:12px 10px 12px 10px;
    margin: 0px 10px 0px 10px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px;
    color: #5B2067;
    background: #FCAE21 0% 0% no-repeat padding-box;
    border-radius: 29px;
    box-shadow: none;
    outline: none;
    opacity: 1;
    margin-bottom: 20px;
    }
    
    /* Mutual Funds */
    
    .mutual-fund {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    }
    
    
    .mutual-fund .mf{
    margin-top: 70px;
    margin-bottom: 50px;
    }
    
    
    .mutual-fund .mf-text{
    /* width: 719px; */
    padding:40px;
    min-height: 323px;
    border: 3px solid #5B2067;
    border-radius: 117px 117px 0px 117px;
    opacity: 1;
    }
    
    .mutual-fund .mf-text .text-content1{
    margin-top: 20px;
    padding: 10px;
    }
    
    .mutual-fund .mf-text .text-content1 h1{
    color: #5B2067;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
    border-left: none;
    text-align: center;
    font-size: 40px;
    
    }
    
    .mutual-fund .mf-text .text-content1 h2{
    font-size: 33px;
    color: #5B2067;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0px;
    border-left: none;
    
    }
    
    .mutual-fund .mf-text .text-content1 h3{
    color: #5B2067;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
    
    
    }
    
    .mutual-fund .mf-text .text-content1 span{
    font-size: 27px;
    color: #5B2067;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
    
    
    }
    
    .mutual-fund .mf-text .text-content1 p{
    font-size: 16px;
    color: #5B2067;
    margin-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    
    }
    
    .mutual-fund .devider{
    height: 2px;
    background: rgba(112, 46, 143, 1) 0% 0% no-repeat padding-box;
    }
    
    .mutual-fund .mf-text .text-content2{
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    }
    
    .mutual-fund .mf-text .text-content2 h3{
    color: #5B2067;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
    }
    
    
    .mutual-fund .mf-text .text-content2 p{
    font-size: 16px;
    color: #5B2067;
    margin-bottom: 0px;
    }
    
    .mutual-fund .col-sm-5,.mutual-fund .col-sm-4, .mutual-fund .col-sm-3{
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
    }
    
    .text-content2 .col-sm-6{
    margin-bottom: 10px;
    text-align: center;
    }
    
    
    /* Insurence section */
    
    .insurance{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .insurance .get-insurance{
    margin-top: 70px;
    margin-bottom: 30px;
    }
    
    .insurance .get-insurance .insurence-section{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 117px 0px;
    opacity: 1;
    min-height: 400px;
    padding:35px;
    padding-bottom: 0px;
    }
    
    .insurance .get-insurance .insurence-section img{
    width: 45px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    }
    
    .insurance .get-insurance .insurence-section h3{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #5B2067;
    opacity: 1;
    margin-bottom: 42px;
    }
    
    .insurance .get-insurance .insurence-section hr{
    width: 76px;
    height: 3px;
    background: #5B2067 0% 0% no-repeat padding-box;
    opacity: 1;
    align-content: center;
    margin-bottom: 30px;
    }
    
    .insurance .btncenter{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
    .insurance .insure-btn{
    font-size: 24px;
    font-weight: bold;
    padding:7px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 0px solid #5B2067;
    outline: none;
    }
    
    /* Loan Section */
    
    .loan{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .loan .secLoan{
    margin-top: 50px;
    margin-bottom: 30px;
    }
    
    .loan img{
    margin-top: 30px;
    }
    
    .loan .get-loan{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 0px 102px;
    min-height: 566px;
    opacity: 1;
    /* padding:30px;
    padding-bottom:0px; */
    }
    
    .loan .list{
    margin-top: 60px;
    margin-left: 40px;
    
    }
    
    .loan .get-loan h3{
    text-align: left;
    letter-spacing: 0px;
    color: #702E8F;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    opacity: 1;
    }
    
    .loan .loan-btn{
    float: right;
    background: #5B2067 0% 0% no-repeat padding-box;
    letter-spacing: 0px;
    padding:6px;
    color: #FFFFFF;
    font-size: 19px;
    border: 0px solid #5B2067;
    border-radius: 10px 0px 0px 10px;
    margin-bottom: 0px;
    }
    
    
    /* Travel Section */
    
    .travel{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .travel .travel-sec{
    margin-top: 50px;
    margin-bottom: 15px !important;
    }
    
    .travel .travelImg{
    margin-top: 30px;
    }
    
    
    .travel .travel-sec img{
    margin-bottom: -3px;
    }
    
    .travel .travel-sec .col-sm-6{
    padding: 25px;
    margin-bottom: 15px;
    }
    
    .travel span.title {
    position: relative;
    display: block;
    height: 47px;
    padding:5px;
    padding-left: 12px;
    text-align: left;
    background: #5B2067;
    border-radius: 0px 0px 20px 20px;
    max-width: 272px;
    }
    
    .travel span.round{
    position: absolute;
    right: 25px;
    margin: 2px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFFFFF;
    }
    
    .travel span.text{
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    }
    
    /* Dealvacation section */
    
    .dealvacation{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .dealvacation .book-resort{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 0px 102px;
    min-height: 566px;
    opacity: 1;
    padding: 30px;
    }
    
    .dealvacation .book-resort h1{
    margin-top: 130px;
    /* text-align: center; */
    letter-spacing: -1px;
    color: #5B2067;
    font-size: 30px;
    font-weight: 400;
    border-left: none;
    }
    
    .dealvacation .row{
    margin-top: 50px;
    margin-bottom: 35px;
    }
    
    .dealvacation .book-resort span{
    font-weight: bold;
    }
    
    .dealvacation .book-resort .text{
        background: #FCAE21 ;
        border-radius: 10px;
        margin:auto;
        height: 47px;
        width: 245px;
        margin-bottom: 25px;
        margin-top: 30px;
        color: #702E8F;
        font-size: 29px;
        font-weight: 600;
        padding: 5px;
        border: none;
        pointer-events: none;
    }
    
    /* .dealvacation .book-resort h2{
    text-align: center;
    letter-spacing: 0px;
    color: #702E8F;
    font-size: 29px;
    font-weight: 600;
    padding: 5px;
    margin-top: 30px;
    } */
    
    .dealvacation .vacation-btn{
    background: #702E8F 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
    letter-spacing: 0px;
    padding: 10px 40px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    border: 0px;
    }
    
    /* Family care */
    
    .famCare{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .famCare .fam-sec{
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    
    
    .famCare .care-list{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 117px 0px;
    min-height: 579px;
    padding: 40px;
    }
    
    .famCare .care-list h3{
    margin: 10px 10px 0px 10px;
    text-align: center;
    letter-spacing: -1px;
    color: #5B2067;
    font-size: 35px;
    font-weight: 600;
    }
    
    .famCare .list-item{
    border: 2px solid #702E8F;
    border-radius: 20px;
    min-height: 154px;
    margin:25px 10px 20px 10px;
    text-align: center; 
    }
    
    .famCare .care-list img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 45px;
    height: 47px;
    }
    
    .famCare h4{
    margin-top: 5px;
    text-align: center;
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 27px;
    font-weight: 600;
    }
    
    /* Shopping Section */
    
    .shopping{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .shopping .shop1{
    padding: 45px;
    margin-top: 50px;
    border: 3px solid #5B2067;
    border-radius: 117px 117px 117px 0px;
    min-height: 281px;
    opacity: 1;
    }
    
    .shopping .row{
    margin-top: 10px;
    }
    
    .shopping h2{
    text-align: center;
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    
    }
    
    /* .shopping img{
    margin:3px;
    } */
    
    .shopping .shop2{
    padding: 45px;
    margin-top: 50px;
    border: 3px solid #5B2067;
    border-radius: 117px 0px 117px 117px;
    min-height: 281px;
    opacity: 1;
    }
    
    .shopping .shopbtn{
    margin-top: 30px;
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 21px;
    width: 90px;
    height: 42px;
    outline: none;
    border: none;
    }
    
    .shopping span{
    color: #FFFFFF;
    font-size: 25px;
    width: 29px;
    border-left: none;
    }

    .shopping .text-center {
        margin-bottom: 40px;
    }
    
    /* .shopping h1{
    padding: 20px;
    letter-spacing: 0px;
    color: #5B2067;
    font-weight: 600;
    font-size: 30px;
    border-left: none;
    } */
    
    /* Food Delivery section */
    
    .foodDelivery{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .foodDelivery .row{
    margin-top: 50px;
    }
    
    .foodDelivery .order-food{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 0px 117px;
    min-height: 346px;
    padding: 50px 50px 20px 50px;
    margin-bottom: 30px;
    }
    
    .foodDelivery h2{
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 35px;
    border-left: none;
    }
    
    .foodDelivery span{
    font-weight: 600;
    }
    
    .foodDelivery h3{
    text-align: left;
    letter-spacing: -1px;
    color: #5B2067;
    font-size: 25px;
    font-weight: 400;
    }
    
    .foodDelivery h5{
    margin-top: 30px;
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 15px;
    font-weight: 500;
    }
    
    .search ::placeholder {
    font-size: 15px;
    color: #5B2067;
    opacity: 1;
    }
    
    .search input[type=text] {
    padding: 10px;
    text-align: left;
    border: 2px solid #5B2067;
    border-radius: 5px;
    background: white;
    height: 41px;
    box-shadow: none;
    }
    
    
    
    .search button {
    padding: 0px 25px;
    color: white;
    font-size: 20px;
    border: 1px solid #5B2067;
    background: #5B2067;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    height: 41px;
    }
    
    /* Cab Section */
    
    .secCab{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .secCab .row{
    margin-top: 50px;
    margin-bottom: 40px;
    }
    
    
    
    .secCab .cablist{
    border: 3px solid #5B2067;
    border-radius: 117px 117px 117px 0px;
    min-height: 385px;
    padding: 10px 45px 10px 45px;
    /* padding: 45px; */
    }
    
    .secCab span.text{
    position: relative;
    text-align: left;
    left: 60px;
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 25px;
    font-weight: 500;
    }
    
    .secCab span.round{
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #5B2067;
    }
    
    .secCab .list-item{
    margin-bottom: 22px;
    }
    
    
    /* News Section */
    
    .secNews{
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    }
    
    .secNews h1{
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: #5B2067;
    font-size: 35px;
    font-weight: 500;
    border-left: none;
    margin-bottom: 50px;
    }
    
    .secNews span{
    font-weight: 600;
    }
    
    .secNews .row{
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    .secNews span.title {
    position: relative;
    display: block;
    height: 58px;
    padding:5px;
    padding-left: 12px;
    text-align: center;
    background: #5B2067;
    border-radius: 0px 0px 20px 20px;
    max-width: 272px;
    margin-bottom: 20px;
    }
    
    .secNews span.text{
    text-align:center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    }
    
    
    .secNews img{
    margin-bottom: -3px;
    }
    
    .secNews .shopbtn{
    margin-top: 30px;
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 21px;
    width: 90px;
    height: 42px;
    outline: none;
    border: none;
    }
    
    .secNews span.btn2{
    color: #FFFFFF;
    font-size: 25px;
    width: 29px;
    }
    
    .secNews .box {
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    justify-content: space-between;
    align-content: center ;
    margin-bottom: 40px;
    }
    
    .secNews .checkbtn{
    background: #5B2067;
    border-radius: 20px;
    color: #FFFFFF;
    outline: none;
    border: none;
    padding: 10px 20px 10px 20px;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    pointer-events: none;
    }
    
    /* Vedio Section */
    
    .secVedio{
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    .secVedio .videos{
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    .secVedio .row{
    margin-top: 30px;
    }
    
    .secVedio span.title {
    position: relative;
    display: block;
    height: 54px;
    padding:5px;
    padding-left: 12px;
    text-align: center;
    background: #5B2067;
    border-radius: 0px 0px 20px 20px;
    max-width: 368px;
    margin-bottom: 20px;
    
    }
    
    .secVedio span.text{
    text-align:center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    }
    
    .secVedio img{
    margin-bottom: -3px;
    }
    
    /* About Section */
    
    .secAbout{
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    .secAbout .text{
    margin-top: 30px;
    }
    .secAbout p{
    text-align: left;
    letter-spacing: 0px;
    color: #080808;
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    }

    .secAbout .about-message{
    margin-top: 20px;
    }

    .secAbout .icon_section{
        margin-top: 40px;
      }
     
      .secAbout .icon_section h3{
        display: block;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      }
  
      .secAbout .icon_section .img-container{
        display: block;
        height: 50px;
        text-align: center;
      }
  


 

     /* ////// Media ////////// */

     @media (width: 320px){
      .dealvacation .vacation-btn {
      font-size: 13px;
      }
      }
      

    @media (max-width: 991px){

      .nav-menu ul{
        display: none;
      }

      .top-header-sec .col-sm-3, .top-header-sec .col-sm-4 , .top-header-sec .col-sm-7, .top-header-sec  .col-sm-5  {
              flex:none;
      width: 100%;
      }

      .openAccountForm .btnSignIn, .openAccountForm .btnFreeDemo {
        width: 100%;
      }

      .open-account .openAccountImg .round {
        margin-top: -90px;
    height: 110px;
      }

      .trade-section .acount-benefit h2 {
        font-size: 45px;
        padding: 10px;
        }

    }
    
   
    @media(max-width:539px) {
    .btnTitle{
    min-width: 250px;
    }
    .open-account{
        padding: 0px;
    }
    
    .openAccountForm h4, .secAbout p{
    font-size: 20px;}
    
    .openAccountForm h1 {
    font-size: 30px;
    padding: 6px;
    }
    
    .openAccountForm input,.dealvacation .row,.secNews .shopbtn, .why-deal-section {
    margin-top: 0px;
    }
    
    .openAccountForm .sub {
    width: 150px;
    font-size: 23px;
    margin-top: 10px;
    }
    
    .why-deal-section h1 {
    font-size: 35px;
    }
    
    .why-deal-section .all-deal-icon {
    margin-top: 10px;
    padding: 20px;
    }
    
    .trade-section h1, .insurance h1 {
    font-size: 26px;
    }
    
    .trade-section .acount-benefit h2 {
    font-size: 45px;
    padding: 10px;
    margin: 10px;
    }
    .trade-section .acount-benefit .sub2 {
    min-width: 170px;}
    
    .mutual-fund {
    margin-top: 40px;}
    
    .mutual-fund img {
    margin-bottom: 30px;
    }
    
    .mutual-fund .mf-text .text-content1, .mutual-fund .mf-text .text-content2, .travel .travelImg {
    margin-top: 0px;
    }
    
    .insurance .get-insurance .insurence-section hr {
    display: none;
    }
    
    .loan .get-loan {
    min-height: 634px;
    }
    
    .loan .loan-btn {
    font-size: 15px;
    }

    .loan img {
      margin-top: -10px;
  }
  
    
    .dealvacation .book-resort {
    margin-top: 30px;
    min-height: 460px;
    margin-bottom: 30px;
    }
    
    .dealvacation .book-resort h1 {
    margin-top: 50px;
    }
    
    .dealvacation .vacation-btn {
    font-size: 15px;
    }
    .famCare .care-list {
    padding: 20px;
    margin-top: 30px;
    }
    .famCare .care-list h3, .foodDelivery h2, .secNews h1 {
    font-size: 30px;
    }
    .famCare h4, .shopping h2, .secNews span.text, .secNews .checkbtn, .travel span.text {
    font-size: 24px;
    }
    
    .foodDelivery .order-food{
    padding: 40px 40px 30px 40px;
    }


    }
    .sub {
        color: #5b2067;
        font-size: 18px;
      }
    
    @media(max-width:500px){
    .open-account .openAccountImg .round {
      margin-top: -80px;
      height: 95px;
    }
    
    .trade-section .btn {
    font-size: 20px;
    width: 80%;
    }
    
    .secCab .list-item {
    margin-bottom: 12px;
    }
    
    .search button {
    font-size: 19px;
    }
    
    .arrowRight{
    margin-top: 5px;
    margin-left: 12px;
    }

    .search ::placeholder {
      font-size: 12px;
    }

    .category-section .category-header {
      padding: 0px 0px;
    }

    .category-section.closed .category-header {
      right: -47px;
    }
    
    }
    
    @media(max-width:400px){

        .openAccountForm .opnAccountbtn{
            font-size: 15px;
            padding: 10px 15px;
    
          }

    .open-account .openAccountImg .round {
    margin-top: -60px;
    height: 70px;
    }
    .search button {
    font-size: 13px;
    padding: 10px;
    }
    /* .open-account .deviceImg {
      margin-left: 15px;
    } */
    .foodDelivery .order-food {
      padding: 40px 40px 30px 40px;
  }

  .secNews .shopbtn{
    margin-right: 5px;
  }
  
    }

    @media(max-width:330px){
        .openAccountForm .btnSignIn, .openAccountForm .btnFreeDemo {
          min-width: 90px;
          max-height: 65px;
        }
      }

    @media(max-width:280px){

        .openAccountForm .opnAccountbtn{
            font-size: 12px;
          }

      .insurance .insure-btn, .secAbout p {
      font-size: 15px;}
      
      .loan .loan-btn, .dealvacation .vacation-btn {
      font-size: 12px;
      }
      
      .loan .get-loan h3, .dealvacation .book-resort .text, .shopping h1, .btnTitle {
      font-size: 25px;
      }
      .loan .get-loan {
      min-height: 578px;
      }
      .dealvacation .book-resort .text {
      width: 200px;
      }
      .dealvacation .vacation-btn {
      padding: 10px 10px;
      }
      
      .secVedio span.text{
      font-size: 20px;
      }
      .open-account .openAccountImg .round {
        margin-top: -40px;
        height: 50px;
    }
    .trade-section .acount-benefit .sub2 {
      min-width: 110px;
      height: 40px;
  }
      }
    
    
    
    @media(min-width:540px) {
    .btnTitle{
    min-width: 352px;
    }
    
    /* .openAccountForm h4{
    font-size: 28px;}
     */
    .famCare h4, .shopping h2 {
    font-size: 24px;
    }
    
    .shopping .shop1, .shopping .shop2{
    min-height: 250px;
    }
    
    .secNews span.text, .secVedio span.text, .travel span.text {
    font-size: 17px;
    }
    
    .travel span.round {
    right: 2px;
    width: 30px;
    height: 30px;
    }
    
    .mutual-fund img {
    margin-bottom: 40px;
    }
    
    .loan .get-loan{
    min-height: 540px;
    }
    }
    
    @media(min-width:575px){
    .insurance .get-insurance .insurence-section hr{
    margin-top: 50px;
    }
    }
    
    
    
    @media(min-width:767px) {
    .dealvacation .book-resort .text, .insurance .insure-btn,.secCab span.text,.secAbout p {
    font-size: 20px;
    }

    /* .openAccountForm input {
        width: 95%;
        margin-left: 5px;
      } */

    .why-deal-section h1{
      margin-bottom: 30px;
    }
    
    .trade-section .btn {
    font-size: 16px;
    }
    
    .mutual-fund .devider{
    height: 1px;}
    
    .secCab img{
    padding-top: 110px;
    }
    
    .loan .loan-btn {
    font-size: 13px;
    }
    
    .loan .get-loan h3 {
    font-size: 25px;
    margin-bottom: 30px;
    }
    
    .loan .get-loan {
    min-height: 516px;
    }

    .loan .col-sm-5{
      padding-right:0px ;
    }
    
    .trade-section .benefit img {
    margin-top: 100px;
    }
    
    .mutual-fund img {
    margin-top: 120px;
    }
    
    .insurance .insureImg{
    margin-top: 170px;
    margin-bottom: 150px;
    }
    
    .loan img {
    margin-top: 110px;
    }
    
    .dealvacation .book-resort .text {
    width: 200px;
    }
    
    .dealvacation .vacationImg{
    margin-top: 60px;
    }
    
    .dealvacation .vacation-btn,.famCare h4 {
    padding: 10px 10px;
    font-size: 16px;
    }
    .dealvacation .book-resort {
    min-height: 470px;
    }
    
    .dealvacation .book-resort h1 {
    margin-top: 25px;
    }
    
    .famCare h4 {
    font-size: 14px;
    }
    
    .famCare .list-item {
    min-height: auto;
    margin: 20px 0px 20px 0px;
    }
    
    .famCare .care-list{
    padding: 30px;
    min-height: auto;
    }
    
    .famCare .care-list h3{
    font-size: 30px;
    }
    
    .foodDelivery .foodImg{
    margin-top: 150px;
    }
    
    .famCare .famImg {
    margin-top: 100px;
    }
    
    .secNews span.title {
    margin: 0px;
    padding: 10px;
    }
    
    .openAccountImg{
    margin-top: 70px;
    }

    .search button {
      padding: 0px 10px;
      font-size: 15px;
    }

    .travel .travelImg {
      margin-top: 60px;
  }

  .travel .travel-sec {
    margin-top: 0px;
    margin-bottom: 0px;
  }
    
    }
    
    
    
    @media(min-width:992px){

        .open-account .deviceImg{
            margin-top: 73px;
        }
        .openAccountForm .opnAccountbtn{
            font-size: 30px;
          }

        .openAccountForm .openAccountText {
            margin-top: -60px;
        }
    
        .knowMore h6{
            margin-top: 43px;
            font-size: 18px;
        }

      .mobile-nav-toggle i {
        display: none;
      }

    .loan .get-loan {
    min-height: 670px;
    }
    .dealvacation .vacationImg{
    margin-top: 0px;
    }
    .loan .get-loan h3 {
    font-size: 33px;
    margin-bottom: 40px;
    }

    .top-header-sec .dropdown-toggle {
      padding: 7px;
      font-size: 11px;
    }
    .nav-menu a , .open_btn {
      font-size: 12px;
    }

   


    }
    
    @media(min-width:1024px){

    .btnTitle {
         margin-left: 194px;
    }

    .secAbout .btnTitle{
        margin-left: 0px;
    }

    .nav-menu ul li a::after {
    margin-left: 10px;
    }
      
    .trade-section .benefit img {
    margin-top: 0px;
    }
    
    .mutual-fund img {
    margin-top: 100px;
    }
    
    .insurance .insureImg {
    margin-top: 130px;
    margin-bottom: 100px;
    }
    
    .loan .get-loan {
    min-height: 666px;
    }
    
    .loan .loan-btn {
    font-size: 17px;
    }
    
    .loan img {
    margin-top: 150px;
    }
    
    .foodDelivery .foodImg {
    margin-top: 90px;
    }
    
    .secCab img {
    padding-top: 90px;
    }
    
    .openAccountImg{
    margin-top: 20px;
    }

    .secAbout p {
      font-size: 23px;
  }

  .search button {
    padding: 0px 25px;
    font-size: 20px;
}

.travel .travelImg {
  margin-top: 30px;
}

.dealvacation .book-resort, .dealvacation .book-resort h1  {
  margin-top: 50px;
}
    
    }
    
    
    @media(min-width:1200px){

        .open-account .deviceImg{
            /* margin-top: 62px; */
            margin-top: 17px;
        }

        .openAccountForm .btnSignIn, .openAccountForm .btnFreeDemo {
            min-width: 160px;
          }

        .nav-menu ul li a::after {
            margin-left: 10px;
            margin-right: 8px;
        }

      .top-header-sec .dropdown-toggle {
        padding: 6px 15px;
        font-size: 13px;
      }

      .nav-menu a, .open_btn {
        font-size: 15px;
      }
    
    .arrowRight{
    margin-top: 5px;
    margin-left: 14px;
    }
    
    .secNews span.text, .secVedio span.text, .travel span.text {
    font-size: 23px;
    }
    
    .travel span.round {
    right: 25px;
    width: 35px;
    height: 35px;
    }
    
    /* .openAccountForm h4{
    font-size: 28px;
    white-space: nowrap;
    } */
    
    /* .openAccountForm input{
    width: 202px;
    } */
    
    .trade-section .benefit .col-md-7{
    padding:0px;
    }
    
    .trade-section .btn {
    font-size: 24px;
    }
    
    .mutual-fund .mf .col-md-7{
    padding: 0px;
    }
    
    .mutual-fund .mf .col-md-5{
    padding-left: 0px;
    }
    
    .mutual-fund .devider{
    height: 1px;}
    
    .mutual-fund .mf-text .text-content2{
    padding-left: 90px;
    padding-right: 90px;
    }
    
    .mutual-fund .text-content1 .col-sm-5, .col-sm-4, .col-sm-3{
    /* text-align: left; */
    }
    
    .insurance .get-insurance .col-md-7, .famCare .col-md-6 {
    padding-left: 0px;
    }
    
    .loan img{
    margin-top: 135px;
    }
    
    .loan .col-md-5, .foodDelivery .col-md-6, .secCab .col-md-5{
    padding-right: 0px;
    }
    
    .famCare .famImg {
    margin-top: 110px;
    }
    
    .famCare .care-list{
    padding: 40px;
    min-height: 579;
    }
    
    .search{
    margin-right: 50px;
    }
    
    .secNews .box {
    margin-left: 200px;
    margin-right: 200px;}
    
    .secCab img{
    padding-top: 15px;
    }
    
    .why-deal-section .all-deal-icon{
    padding: 50px 80px 50px 80px;}
    
    .loan .get-loan {
    min-height: 560px;
    }
    
    .insurance .insureImg{
    margin-top: 45px;
    margin-bottom: 5px;
    }
    
    .foodDelivery .foodImg{
    padding: 30px;
    }
    
    .secCab span.text {
    font-size: 25px;
    }
    
    .foodDelivery .foodImg {
    margin-top: 10px;
    }
    
    .famCare h4 {
    font-size: 27px;
    }
    
    .famCare .list-item {
    min-height: 154px;
    margin: 25px 10px 20px 10px;
    }
    
    .mutual-fund img {
    margin-top: 60px;
    }
    
    .loan .loan-btn {
    font-size: 19px;
    }
    
    .travel .travelImg{
    margin-top: 55px;
    }

    .travel .travel-sec {
      margin-top: 50px;
      margin-bottom: 50px;
  }
    
    .dealvacation .book-resort {
    min-height: 566px;
    margin-top: 70px;
    }
    
    .dealvacation .book-resort h1 {
    margin-top: 130px;}
    
    .dealvacation .book-resort .text {
    width: 245px;
    }
    .dealvacation .book-resort .text {
    font-size: 29px;
    }
    
    .dealvacation .vacation-btn {
    font-size: 20px;
    padding: 10px 40px;
    }
    
    .shopping h2 {
    font-size: 26px;
    }
    
    }

    .box i {
        color: #fff;
        font-size: 22px;
    }
    .secNews .owl-dots {
        text-align: center;
        display: none;
    }