/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
    DEMO STYLE
*/

/*
    DEMO STYLE
*/

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

/*
    DEMO STYLE
*/

body {
    font-family: 'Lato', sans-serif;
    background: #eceff6;
}


p {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #333;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #191915;
    color: #fff;
    transition: all 0.3s;
     -moz-box-shadow: 3px 3px 15px -5px #2e2e2e;
  -webkit-box-shadow:3px 3px 15px -5px #2e2e2e;
  box-shadow:  3px 3px 15px -5px #2e2e2e;
}



#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar .sidebar-header .big-logo{
    display: block;
}

#sidebar .sidebar-header .small-logo {
    display: none;
}


#sidebar.active .sidebar-header .big-logo{
    display: none;
}

#sidebar.active .sidebar-header .small-logo{
    display: block;
}

.big-logo img{
  width:200px;
}

.small-logo img{
  width:40px;
}



#sidebar ul li a {
    text-align: left;
     padding: 20px 20px;
}

#sidebar.active ul li a {
    padding: 10px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 30px;
    margin-bottom: 0px;
}

#sidebar.active ul li a .nav-txt{
  display:none;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
        padding: 10px 20px;
    background: #191915;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #333;
    height: 60px;
    display: flex;
    align-items: center;

}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;

}

#sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

#sidebar ul li{
  margin-bottom:20px;
  font-size:14px;
  font-weight:400;
}

#sidebar ul li a:hover {
    color: #b38e3b;
    background: transparent;
}

#sidebar ul li a i {
    margin-right: 10px;
    font-size:22px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #b38e3b;
    background: #242424;
    border-right: 4px solid #b38e3b;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 0px 0px 40px 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content #sidebarCollapse{
      position: fixed;
    left: 250px;
    transition: all 0.3s;
    top:10px;
    z-index:51;
}

#sidebarCollapse i{
  color:#b38e3b;
}

#content.active {
     width: calc(100% - 80px);
}

#content.active #sidebarCollapse{
  left: 80px;
}

#sidebarCollapse{
  color:#7e7474;
  background:transparent;
  border:0px;
}
#sidebarCollapse:hover{
  color:#443f3f;
}

#sidebarCollapse:active, #sidebarCollapse:focus{
  outline:0px;
  box-shadow:none;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: 0px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0px !important;
        min-width: 250px;
        max-width: 250px;
                text-align: left;
    }
    #sidebar.active ul li a{
      text-align:left;
      font-size:16px;
    }
    #sidebar.active ul li a .nav-txt{
  display:inline-block;
}

#sidebar.active ul li a i{
  display:inline-block;
      margin-right: 10px;
}

    #sidebar .sidebar-header .big-logo,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header .small-logo {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
        text-align:center;

    }
    #sidebar ul li a span {
         font-size:16px;
    }
    #sidebar ul li a .nav-txt{
  display:none;
}
    #sidebar ul li a i {
        margin-right: 0;
        display: inline-block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 30px;
        display:inline-block;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }

      #content {
        width: calc(100% - 80px);
    }
    #content.active {
        width: calc(100% - 250px);
    }

    #content #sidebarCollapse{
      position: fixed;
    left: 80px;
    transition: all 0.3s;
}


#content.active #sidebarCollapse{
  left: 250px;
}
}






@media (max-width: 600px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
        min-width: 80px;
        max-width: 80px;
    }
    #sidebar.active ul li a {
    text-align: center;
}
    #sidebar .sidebar-header .big-logo,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header .small-logo {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
        text-align:center;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }

      #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 80px);
    }

    #content #sidebarCollapse{
      position: fixed;
    left: 0px;
    transition: all 0.3s;
}


#content.active #sidebarCollapse{
  left: 80px;
}
#sidebar.active ul li a .nav-txt {
    display: none;
}


}

.float-left{
  float:left;
}
.float-right{
  float:right;
}

.left-side-content{

  width:75%;

}

.right-side-content{

  width:25%;
  height:100vh;
  background:#eaeaea;

}

.left-container{
  padding:15px 40px 40px 40px;
}
.pad-r-0{
  padding-right:0px;
}

.breadcrumbs-container{
  margin-bottom:30px;
}

.breadcrumbs{
  font-size:14px;
}
.breadcrumbs span{
  display:inline-block;
  margin-right:10px;
  color:#333;
}

.breadcrumbs-icon{
  color:#f58634 !important;
}

.search-container{
  width:280px;
  float:right;
  position:relative;
}

.search-container:after {
    color: #b3b8cf;
    content: '\f002';
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-top: -0.5em;
    padding-right: 0.5em;
    pointer-events: none;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 48%;
    z-index: 10;
}

.tab-container{
  margin-top:0px;
}

.radio-btn {
  display: none;
}

.labels .label{
  width: 49%;
    margin-right: 0%;
    /* padding: 10px 30px; */
    display: inline-flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    position:relative;
    margin-bottom:0px;

}
.labels .label:last-child{
  margin-right:0px;
}

.labels{
  border-bottom:1px solid #ccc;
  width:100%;
  color:#333;
}

.labels .label:before{
   content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #cccccc;
    border-radius: 100%;
    top: 16px;
    left: 25%;

}




/*#current-value:checked ~ .labels #label-current-value {
  border-bottom:2px solid red;
}*/

#current-value:checked ~ .labels #label-current-value:before {
  content: "\f00c";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #47df86;
    border-radius: 100%;
    top: 16px;
    left: 25%;
    background: #47df86;
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#current-value:checked ~ .labels #label-current-value:after{
  content:"";
  width:100%;
  height:2px;
  background:#47df86;
  left:0px;
  bottom:0px;
  position: absolute;
}




/*#past-deals:checked ~ .labels #label-past-deals{
  background: pink;
}*/

#past-deals:checked ~ .labels #label-past-deals:before {
  content: "\f00c";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #47df86;
    border-radius: 100%;
    top: 16px;
    left: 25%;
    background: #47df86;
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#past-deals:checked ~ .labels #label-past-deals:after{
  content:"";
  width:100%;
  height:2px;
  background:#47df86;
  left:0px;
  bottom:0px;
  position: absolute;
}


@media (max-width: 1300px) {
.labels .label:before{
 
    left: 15%;

}

#current-value:checked ~ .labels #label-current-value:before {
 
    left: 15%;
  }

  #past-deals:checked ~ .labels #label-past-deals:before{
    left: 15%;
  }

}

@media (max-width: 980px) {
.labels .label:before{
 
    left: 10%;

}

#current-value:checked ~ .labels #label-current-value:before {
 
    left: 10%;
  }

  #past-deals:checked ~ .labels #label-past-deals:before{
    left: 10%;
  }

}

.content {
  display: none;
  margin:30px 0px;
}

#current-value:checked ~ #content-current-value {
  display: block;
}

#past-deals:checked ~ #content-past-deals {
  display: block;
}
.content-header {
  /*border-bottom:1px solid #ddd;*/
}

.content-header h3{
  float:left;
   font-size:24px;
   width:70%;
   padding-bottom:20px


}

.content-header .sort-form{
  float:right;
  width:30%;
}

.content-main{
      border: 2px solid #4080c3;
    border-radius: 6px;
    padding:0px 0px 0px 0px;
    background:#fff;
}

.badges-content{
background: #4080c3;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: -28px;
    margin-bottom:0px;
    position:relative;

}

.badges-content:after{
      content: "";
    position: absolute;
    left: 1px;
    bottom: -3px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4080c3;
    transform: rotate(45deg);
    -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.deal-title-info{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0px;
}
.mar-0{
  margin:0px;
}



.deal-logo{
  padding-right:10px;
  width:80px;
}

.deal-logo img{
  width:100%;
}
.deal-company{
  font-weight:500;
  color:#333;
}
.deal-btn-container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.deal-btn-container button{
  border-width:2px;
  font-size:14px;
  padding:10px 30px;
}

.vertical-center{
  align-items: center;
}

.top-row{
  padding:10px 0px 15px 0px;
  border-bottom:1px dashed #ddd;
}
.light-weight{
  font-weight:400 !important;
}
.medium-weight{
  font-weight:600;
}
.middle-row{
  padding:10px 0px;
  border-bottom:1px dashed #ddd;
}

i{
  margin-right:5px;
}

.info-overview{
margin:20px 0px;
}

.info-title{
   display:block;
   font-size:16px;
   text-transform: uppercase;
   color:#999;
}

.info-title i{
  margin-left:5px;
}

.info-value{
  display:block;
   font-size:32px;
   color:#333;
   margin-top:10px;
}
.green-txt{
  color:#4bca74 !important;
}
.border-right{
  border-right:1px solid #f3f3f3 !important;
}




/*--------------RANGE SLIDER ----------------*/

body .container {
  padding-top: 40px;
}
body label {
  line-height: 34px;
}
body .form-control {
  text-align: right;
}
body .slider.slider-horizontal {
  min-height: 34px;
  width: 100%;
}
body .slider.slider-horizontal .slider-selection {
  background: #24405d;
}
body .slider.slider-horizontal .slider-handle {
  background: #24405d;
/*  border: 2px solid #fff;*/
  /*
      original
      margin:-5px 0 0 -10px;
      height:20px
      width:20px;
      */
  margin: -10px 0 0 -15px;
  height: 30px;
  width: 30px;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 4px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
      /* border-width: 0 6px 10px 6px; */
    width: 20px;
    height: 20px;
    border-bottom-color: #24405d;
    margin-top: -8px;
    border-radius: 50%
}
.slider-head{
      margin-bottom: -5px;
    font-weight: 500;
    font-size: 16px;
    color: #24405d;
}

.slider-bottom-txt{
      margin-top: -10px;
    font-size: 14px;
    color: rgba(71, 71, 71, 0.6);
}
.slider-bottom-txt input{
  color: rgba(71, 71, 71, 0.6);
  font-size: 14px;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background:#eee;
}
.slider-selection {
  position: absolute;
  background:#000;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}






#deals-types {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background: #eaeaea;
    color: #fff;
    transition: all 0.3s;
    -webkit-box-shadow: 3px 3px 5px 6px #d9d9d9;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #d9d9d9;  /* Firefox 3.5 - 3.6 */
  box-shadow:3px 3px 5px 6px #d9d9d9;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#deals-types h3{
  font-size:24px;
  text-align:center;
  color:#333;
  text-transform: uppercase;
  margin:20px 0px;
}
#deals-types.active {
    margin-right: -250px;
}

.left-side-content{
  transition: all 0.3s;
}

.left-side-content.active{
  width:100%;
}

#dealTypeCollapse{
  position:fixed;
  right:250px;
  top:16px;
  transition: all 0.3s;
}
#dealTypeCollapse.active{
  right:10px;
}
#dealTypeCollapseClose{
  display:none;
}

#dealTypeCollapse{
      width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(245, 134, 52, 0.7);
    border-radius: 0px;
    border: 0px;

}
#dealTypeCollapse:focus, #dealTypeCollapse:active{
  outline:0px;
  box-shadow: none;
}

#dealTypeCollapse:before{
  content: "\f101";
    position: absolute;

    top: 5px;
    left: 8px;
   
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

#dealTypeCollapse.active:before{
  content: "\f100";
    position: absolute;

    top: 5px;
    left: 6px;
   
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/*#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}
*/
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1200px) {
    #deals-types {
        margin-right: -250px;
    }
    #deals-types.active {
        margin-right: 0;
    }
#dealTypeCollapseClose{
  display: block;
    margin-top: 10px;
    background: rgba(245, 134, 52, 1);
    border-radius: 0px;
    padding: 0px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border:0px;
}

#dealTypeCollapseClose i{
  margin-left:5px;
}



   #left-content {
        width: 100%;
    }
    #left-content.active {
        width: 100%;
    }
    #dealTypeCollapse span {
        display: none;
    }

    #dealTypeCollapse{
      right:10px;
    }

    #dealTypeCollapse:before{
    content: "\f100";
    position: absolute;

    top: 5px;
    left: 10px;
   
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
}
}

.card-container{
  margin-bottom:20px;
}

.card-header{
  text-align:center;
  font-size:16px;
}

.card-content{
  background:#fff;
  padding:10px;
  font-size:13px;
}
.mar-r-5{
  margin-right:5px;
}
.green-bg{
  background:#34c7a6;
}

.purple-bg{
  background:#9372b7;
}
.lime-bg{
  background:#c9db53;
}

.pink-bg{
  background:#f38fb2;
}
.display-block{
  display:block;
}

#deals-types p{
  margin:10px;
  font-size:13px;
}


.header-container{
  background: #474747;

    padding: 0px 20px 0px 50px;
    width:100%;
    position:fixed;
    z-index:50;
    height:55px;
}

.header-container h1{
      margin: 0px;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
    float:left;
    margin:18px 0px;
}

.account-wrap {
        position: fixed;
    float: right;
    margin: 10px 0px 8px 0px;
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: flex-end; */
    right: 40px;
}

.account-item {
    cursor: pointer;
}

.account-item .image {
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #b38e3b;
}

.account-item .image > img {
    width: 100%;
}

.account-item > .content-account {
    margin-left: 45px;
    padding: 7px 0;
    padding-left: 12px;
}

.account-item > .content-account > a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.account-item > .content-account > a:after {
    content: '\f078';
    font-family: FontAwesome, cursive;
    display: inline-block;
    font-weight:600;
    font-size: 14px;
    margin-left: 5px;
}

.account-item > .content-account > a:hover {
    color: #b38e3b;
}

.account-dropdown {
    min-width: 305px;
    position: absolute;
    top: 58px;
    right: 0;
    background: #474747;
    border-radius:10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    z-index: 3;
}

.account-dropdown .info {
    padding: 25px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
}

.account-dropdown .info .image {
    float: left;
    height: 65px;
    width: 65px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.account-dropdown .info .image img{
  width:100%;
}

.account-dropdown .info .content-account {
    margin-left: 65px;
    padding: 11px 0;
    padding-left: 12px;
}

.account-dropdown .info .content-account .name {
    line-height: -webkit-calc(20/16);
    line-height: -moz-calc(20/16);
    line-height: calc(20/16);
}

.account-dropdown .info .content-account .name a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.account-dropdown .info .content-account .name a:hover {
    color: #b38e3b;
}

.account-dropdown .info .content-account .email {
    font-size: 13px;
    color:rgba(255, 255, 255, 0.7);
    line-height: -webkit-calc(20/13);
    line-height: -moz-calc(20/13);
    line-height: calc(20/13);
}

.account-dropdown:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-bottom: 9px solid #474747;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: -18px;
    right: 33px;
}

.account-dropdown__item a {
    display: block;
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
}

.account-dropdown__item a:hover {
    background: #242424;
    color: #fff;
}

.account-dropdown__item a i {
    line-height: 1;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.account-dropdown__body {
    padding: 12px 0;
}

.account-dropdown__footer {
    border-top: 1px solid rgba(242, 242, 242, 0.2);;
}

.account-dropdown__footer a {
    display: block;
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
}

.account-dropdown__footer a:hover {
    background:#242424;
    color: #fff;
}

.account-dropdown__footer a i {
    line-height: 1;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.show-dropdown .js-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-container{
  margin:75px 0px;
}

.overview-content{
  display:flex;
  padding:20px 30px;
  border-radius:10px;
   background:#fff;

       align-items: center;
       min-height:120px;
       
       /*    box-shadow: 3px 3px 15px -5px #a1a1a1;
           -moz-box-shadow: 3px 3px 15px -5px #a1a1a1;
    -webkit-box-shadow: 3px 3px 15px -5px #a1a1a1;*/
}

@media screen and (max-width: 990px) {
.overview-content{
margin-bottom:20px;
   
}
}

.bg-gold{
  background-image: linear-gradient(-90deg, #f0a975, #efc066);
}
.bg-red{
  background-image: linear-gradient(-90deg, #e6836b, #e66c97);
}
.bg-blue{
  background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);
}

.overview-icon{
         
    margin-bottom: 0px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-icon i{
  font-size:22px;
  margin:0px;
}

.gold-icon{
  color: #f0a975;
  border: 2px solid #f0a975;
}
.red-icon{
  color: #e66d91;
  border: 2px solid #e66d91;
}
.blue-icon{
  color: #269ff0;
  border: 2px solid #269ff0;
}

.overview-info{
  margin-bottom:0px;
  color:#fff;
}

.overview-info span{
  display: block;
}
.overview-numbers{
      font-weight: 900;
    font-size: 26px;
    color:#474747;
}
.overview-numbers i{
  font-size:26px;
  margin-right:5px;
}
.overview-txt{
      font-size: 15px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 20px;
    color:rgba(71, 71, 71, 0.6);
}

.mar-t-20{
  margin-top:30px;
}
.pad-0{
  padding:0px;
}
.pad-r-0{
  padding-right:0px;
}

.pad-l-0{
  padding-left:0px;
}

.pad-t-0{
  padding-top:0px;
}

.pad-b-0{
  padding-bottom:0px;
}


.content-container{
  background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height:260px;
   
}

@media screen and (max-width: 990px) {
 .content-container{
 margin-bottom:30px;
   
}
}

.content-container h2{
  font-size:16px;
  font-weight:900;
  text-transform: uppercase;
  padding-bottom:15px;
  border-bottom: 1px solid rgba(71, 71, 71, 0.05);
}

.font-big{
  font-size:32px;
  font-weight:700;
}

.value-big{
  margin-top:-10px;
}

.value-header{
         display: block;
    font-size: 15px;
    font-weight: 500;
    color: rgba(71, 71, 71, 0.6);
    line-height: 20px;

}
.value-numbers{
      display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: -5px;
}

.highlight-bg-content{
  height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fbffff;
    border: 1px solid #e4fcff;
    border-radius: 10px;
    color: #fff;
}

.highlight-bg-content p span{
  margin:5px 0px;
}

.highlight-bg-content .value-icon{
 color: #fff;
    margin-bottom: 0px;
    margin-right: 0px;
    /* width: 50px; */
    /* height: 50px; */
    border-radius: 50%;
    /* border: 1px solid #b38e3b; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.highlight-bg-content .value-icon i{
 color: #b38e3b;
    font-size: 40px;
    margin: 0px;
}

.highlight-bg-content .value-header{
      display: block;
    font-size: 15px;
    font-weight: 500;
    color:rgba(71, 71, 71, 0.6);
}

.highlight-bg-content .value-numbers{
  font-weight: 900;
    font-size: 26px;
    color:#474747;
}

.vertical-col p{
margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.05);

}

.vertical-col p:last-child{
  border-bottom:0px;
}
.txt-gold{
color:#f0a975;
}
.txt-pink{
  color:#e66c97;
}
.txt-blue{
  color:#269ff0;
}

.head-icon{
  color: #b38e3b;
    margin-bottom: 0px;
    margin-right: 20px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.head-icon i{
  margin:0px;
}


.progress-custom{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress-custom:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e3e6fd;
    position: absolute;
    top: 0;
    left: 0;
}
.progress-custom > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress-custom .progress-left{
    left: 0;
}
.progress-custom .progress-bar-custom{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress-custom .progress-left .progress-bar-custom{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress-custom .progress-right{
    right: 0;
}
.progress-custom .progress-right .progress-bar-custom{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress-custom .progress-value-custom{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background:#fbffff;
    font-size: 18px;
font-weight: 900;
color:#474747;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 5%;
}

.progress-custom.progress-gold .progress-value-custom{
  color: #f0a975;
}

.progress-custom.progress-pink .progress-value-custom{
    color: #e66c97;
}
.progress-custom.progress-blue .progress-value-custom{
    color: #269ff0;
}
.progress-custom.progress-gold .progress-bar-custom{
    border-color: #f0a975;
}
.progress-custom.progress-pink .progress-bar-custom{
    border-color: #e66c97;
}
.progress-custom.progress-blue .progress-bar-custom{
    border-color: #269ff0;
}
.progress-custom.blue .progress-left .progress-bar-custom{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress-custom.yellow .progress-bar-custom{
    border-color: #fdba04;
}
.progress-custom.yellow .progress-left .progress-bar-custom{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress-custom.pink .progress-bar-custom{
    border-color: #ed687c;
}
.progress-custom.pink .progress-left .progress-bar-custom{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress-custom.green .progress-bar-custom{
    border-color: #1abc9c;
}
.progress-custom.green .progress-left .progress-bar-custom{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress-custom{ margin-bottom: 20px; }
}


.border-radius-10{
  border-radius:10px;
}

.bg-light-all{
  background: #fbffff;
    border: 1px solid #e4fcff;
}
.pad-tb-20{
  padding:20px 0px;
}

.bg-investment{
          /*background-image: linear-gradient(-90deg, #d0a74a, #f4e982);*/
      background-image: linear-gradient(-90deg, #f8f8f8, #fff);
    border: 2px solid rgba(38, 157, 239, 0.21);
    box-shadow: 3px 3px 9px -2px #dfdfdf;
    padding: 20px;
}
.investment-header{
        font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    margin-left: -25px;
    padding: 5px 10px;
    display: inline-block;
    background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);


}
.txt-green{
      color: #4CAF50;
}


.row-updates{
  width: 100%;
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.row-updates:nth-child(odd){
  background:#fbffff;
}

.pad-b-10{
  padding-bottom:10px;
}
.border-b{
  border-bottom:1px solid #eee;
}

.updates-icon{
  float:left;
  width:90px;
  height:90px;
  border-radius:50%;
  border:1px solid #eee;
  overflow: hidden;
  margin-right:10px;
}

.updates-icon img{
  width:100%;
}

.updates-txt{
  float:left;
  position:relative;
  width:80%;
}

.updates-header{
  font-size:16px;
  font-weight:700;
  margin-bottom:0px;
}
.updates-info{
  font-size:16px;
  font-weight:300;
  margin-bottom:0px;
}

.updates-days{
  position:absolute;
font-size:12px;
  font-weight:300;
  top:0px;
  right:0px;
}
#updates-container{
  height:400px;
}

.float-left{
  float: left;
}
.float-right{
  float: right;
}
.investment-details{
height:480px !important;
}
.last-investment-header{
  font-size: 15px;
    font-weight: 500;
    color: rgba(71, 71, 71, 0.6);
}
.last-investment-value{
  font-weight: 900;
}
.investment-details p{
      border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}




.radio-tabs-container section {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    display: none;
    padding: 30px 30px;
        margin-top: 20px;
    position: relative;
    z-index: 1;
    background-image: url(../img/bg-investments.png);
    background-repeat: repeat-y;
    background-size: 100%;
 
}


.radio-tabs-container input {
  display: none;
}

.radio-tabs-container label {
  display: inline-flex;
    margin: 0 0 -1px;
   padding: 0px 50px;
  /*  justify-content: center;*/
    font-weight: 500;
    align-items: center;
    width: 35%;
    height: 75px;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
    font-size:16px;
    line-height: 20px;
    text-align: left;

}

.radio-tabs-container label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.radio-tabs-container label[for*='1']:before {
  content: '\f1cb';
}

.radio-tabs-container label[for*='2']:before {
  content: '\f17d';
}

.radio-tabs-container input:checked + label:before{
     color: #b38e3b;
    font-size: 26px;
}


.radio-tabs-container label:hover {
  color: #888;
  cursor: pointer;
}

.radio-tabs-container input + label{
   background: #f4f7f9;
    /* background-image: linear-gradient(to bottom, #fefefe, #cdcdcd); */
    color: #aaaaaa;

}

.radio-tabs-container .first-label {
  border-radius:0;
  border-right:1px solid #eee;

}
.radio-tabs-container .last-label {
  border-radius:0;
  margin-left:-3px;
}

.radio-tabs-container input:checked + label {
    color: #b38e3b;
    background: #fff;
    font-weight:900;
    /* background-image: linear-gradient(to bottom, #269ff0, #7ae3ed); */
    /* border-top: 1px solid #0080e6; */
    /* border-left: 1px solid #269ff0; */

}


 #tab1:checked ~  #content1,
 #tab2:checked ~ #content2,
 #tab3:checked ~ #content3
 {
  display: block;
}

@media screen and (max-width: 650px) {
  .radio-tabs-container label {
    font-size: 0;
    justify-content: center;
  }

  .radio-tabs-container label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .radio-tabs-container label {
    padding: 15px;
    justify-content: center;
  }
}


.investment-amount{
  margin: 40px 0px 40px -65px;
    background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);
    width: 100%;
    padding: 20px 60px;
    border-radius:0px 10px 10px 0px;
}

.investment-amount span{
  display:block;
}




.radio-tabs-container section .company-info{
  display:flex;
  align-items: center;
}

@media screen and (max-width: 990px) {
  .radio-tabs-container section .company-info{
  display:block;
}
.radio-tabs-container section .company-info span {
    display: block;
}
}
.radio-tabs-container section .company-info span{
display:block;
}
.radio-tabs-container section .company-logo{
  width:70px;
  height:70px;
  border:2px solid #eee;
  overflow:hidden;
  margin-right:15px;
  padding:10px;
}
.radio-tabs-container section .company-logo img{
  width:100%;
}
.radio-tabs-container section .company-name{
  font-size:26px;
  font-weight:500;
  color:#24405d;
}



.radio-tabs-container section .amount-head{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.radio-tabs-container section .amount-val{
    font-size:32px;
    font-weight: 900;
    color: #fff;
}

.radio-tabs-container section .amount-val i{
      font-size: 26px;
    margin-right: 5px;
}

.radio-tabs-container section .invoice-details{
     background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);
    padding: 20px 20px;
    border-radius: 10px 0px 0px 10px;
    margin-right: -45px;
    box-shadow: -5px 4px 9px -3px #dfdfdf;
    color:#fff;

}

.radio-tabs-container section .invoice-details span{
  display:block;
}

.radio-tabs-container section .invoice-details .invoice-head{
font-weight: 900;
    font-size: 20px;
}

.radio-tabs-container section .invoice-details .invoice-val{
    font-weight: 700;
    font-size: 16px;
    color: #f0a975;
    margin-top: 0px;
    color:#fff;
}

.radio-tabs-container section .invoice-details .invoice-val i{
  margin-left:20px;
}

.radio-tabs-container section .invoice-details .invoice-location{
        font-size: 14px;
    font-weight: 700;
    color: #e66c97;
    margin-top: -5px;
}

.vertical-center{
  align-items: center;
}
.investment-other-details{
      background-image: linear-gradient(-90deg, #e4fcff, #fbffff);
    border: 1px solid #a6f5ff6e;
    box-shadow: 3px 3px 9px -2px #f4f4f4;
    border-radius: 10px;
    padding: 30px;
}

.investment-other-details p{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.investment-other-details p:last-child{
  border:0px;
  padding-bottom:0px;
}

.investment-other-header{
  font-weight: 700;
    font-size: 16px;
}
.investment-other-value{
  font-weight:900;
}

.btn-wrapper{
  margin:0px 0px 50px 0px;

}

.deal-btn-wrapper{
  margin:0px 0px 0px 0px;
    text-align:right;
  }

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

  .deal-btn-wrapper{
    text-align:left;
    margin:20px 0px;
  }

}

.deal-btn{
    background-image: linear-gradient(to bottom, #f3d07f, #b38e3b);
    /* background: #000; */
    padding: 12px 40px;
    color: #fff;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #e7bb57;
    display: inline-block;

}

.deal-btn:hover{
      background-image: linear-gradient(to bottom, #f1d081, #9f7b2b);
      color: #fff;
      box-shadow: 3px 3px 14px -2px #b38e3b;

}
.deal-cards-thumb{
  padding: 20px;
    border-radius: 10px;
    height:140px;
    display: flex;
    align-items: center;



}

.deal-cards{
  padding: 20px;
    border-radius: 10px;



}
.deal-cards .modal-title{
font-weight: 900;
    color: #fff;
}

button:focus{
  outline:0px;
}

.deal-cards .close{
color: #fff;
}

a .deal-cards-thumb:hover{
  box-shadow: 3px 3px 14px 6px #b0b0b0;
}

.deal-cards-thumb h4{
      font-weight: 900;
    color: #fff;
    font-size:22px;
}

.deal-cards p{
      font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    padding-bottom:10px;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

.border-bottom-0{
  border-bottom:0px;
}

.bg-green{
        background-image: linear-gradient(to bottom, #34c7a6, #6cf8d8);
}
.bg-blue{
        background-image: linear-gradient(to bottom, #4080c3, #7dacdd);
}
.bg-purple{
        background-image: linear-gradient(to bottom, #9372b7, #b893df);
}

.bg-lemon{
  background-image: linear-gradient(to bottom, #c9db53, #dfef77);
}
.bg-pink{
  background-image: linear-gradient(to bottom, #f38fb2, #ffbbd3);
}
.deal-cards .deal-card-value{
padding-right:30px;
}

.deal-card-value{
  font-weight:900;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
    margin: 3px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b38e3b;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.owl-dot:active, .owl-dot:focus{
  border:0px;
  outline:0px;
}

.company-info{
  display:flex;
}

.investment-container{
  padding: 30px 30px;
  background-color:#fff;
    /*background-image: url(../img/bg-investments.png);*/
    background-repeat: repeat-y;
    background-size: 100%;
    box-shadow: 0px 0px 19px 3px #8b8b8b;
    margin-bottom: 30px;
}

.amount-slider-container{
 padding: 30px 20px;
 background: #f4f5f4;
    /* background: #000; */
   /* background-image: linear-gradient(to bottom, #efefef, #f8f8f8);
    border: 1px solid #f2f2f2;*/
}

.slider-container{
  margin:0px 0px 0px 0px;
}
.slider-txt{
  border:0px;
  font-size:14px;
  color:#333;
  padding:0px;
  font-weight:500;
  display:block !important;
  background:transparent;
}
.labels-max-amount{
  display: flex;
}

.labels-max-amount .label{
       width: 35%;
    height: 40px;
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 28px; */
    margin-right: -4px;
    background: #fff;
    padding: 0px;
    font-size: 14px;
   color: rgba(71, 71, 71, 0.6);
}

.labels-max-amount .label:last-child{
  margin-right:0px;
}

#max-3-lac:checked ~ .labels-max-amount #label-max-3-lac{
  background:#65b1ff;
  color:#fff;
}

#max-5-lac:checked ~ .labels-max-amount #label-max-5-lac{
  background:#65b1ff;
  color:#fff;
}

#max-lac:checked ~ .labels-max-amount #label-max-lac{
  background:#65b1ff;
  color:#fff;
}
.m-b-20{
  margin-bottom:20px;
}

.form-amount-enter{
  position:relative;
  margin-bottom:0px;
}

.form-amount-enter input{
  padding-left: 30px;
    display: block !important;
    border-radius: 28px;
    height: 42px;
    background: #25415e;
    border: 2px solid #263e55;
    color:#fff;
    text-align:left;
}
.form-amount-enter input:focus{
  background: #25415e;
  color:#fff;
  border: 2px solid #263e55;
  box-shadow: 3px 3px 14px -2px #0761c0;
}

.mar-t-30{
  margin-top:30px;
}

.form-amount-enter:before {
  content: "\f156";
    position: absolute;

    top: 10px;
    left: 18px;
   
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;

    
}
.txt-dark-blue{
  color:#25415e;
}

.close-btn-form{
      position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #3794f0;
    color: #fff;
    border-radius: 100%;
    font-size: 15px;
}
.pad-l-30{
  padding-left:30px;
}
.close-btn-form i{
  margin:2px 0px 0px 0px;
}

.font-12{
  font-size:12px;
  margin:0px;
}

.limit-info
{
color: rgba(71, 71, 71, 0.6);
}

.limit-info i{
  margin:0px 5px;
     color: rgba(71, 71, 71, 0.6);
  font-weight:600;
}
.mar-r-10{
  margin-right:10px;
}
.pad-r-10{
  padding-right:10px;
}

.mar-t-25{
  margin-top:25px;
}
.mar-b-25{
  margin-bottom:25px;
}
.buy-btn{
      background-image: linear-gradient(to bottom, #60bffe, #0761c0);
    /* background: #000; */
    padding: 12px 40px;
    color: #fff;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #6eaae9;
    display: inline-block;
}

.buy-btn:hover, .buy-btn:focus, .buy-btn:active{
 background-image: linear-gradient(to bottom, #60bffe, #0761c0);
      color: #fff;
      box-shadow: 3px 3px 14px -2px #0761c0;
}

.investments-overview p{
        border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 30px 30px;
    margin:0px;
}

.investments-overview p span{
  display: block;
 
}

.pad-0{
  padding:0px;
}

.border-bottom{
 border-bottom:1px solid #eee;
}

.border-right{
 border-right:1px solid #eee;
}
.border-right-0{
border-right:0px solid #eee;
}


.investments-overview .investments-overview-head{
      display: block;
    font-size: 15px;
    font-weight: 500;
    color: rgba(71, 71, 71, 0.6);
    line-height: 20px;
}

.investments-overview .investments-overview-val{
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
}

@media screen and (max-width: 990px) {
  .radio-tabs-container section .invoice-details {
    background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);
    padding: 20px 20px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 0px;
    box-shadow: -5px 4px 9px -3px #dfdfdf;
    color: #fff;
    margin:20px 0px;
}
.investments-overview p {
    border-bottom: 1px solid #eee;
    border-right: 0px solid #eee;
    padding: 30px 30px;
    margin: 0px;
}
}


.deal-type-container{
  width:100%;
}

.deal-types-block{
  width:18%;
  margin-right:2%;
  margin-bottom:2%;
  float:left;
}
.deal-types-block:last-child{
  margin-right:0px;
}


@media screen and (max-width: 990px) {
  .deal-types-block{
  width:30%;
  margin-right:2%;
  margin-bottom:2%;
  float:left;
}
}

@media screen and (max-width: 768px) {
  .deal-types-block{
  width:48%;
  margin-right:2%;
  margin-bottom:2%;
  float:left;
}
}

@media screen and (max-width: 520px) {
  .deal-types-block{
  width:100%;
  margin-right:0%;
  margin-bottom:2%;
  float:left;
}
}

.bg-container{
  background-image: url(../img/bg-investments.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.bg-white{
  background:#fff;
}
.pad-30{
  padding:30px;
}
.mar-t-0{
  margin-top:0px;
}

.slider-header{
  padding:15px 15px 0px 15px;
  background:#24405d;
      box-shadow: 3px 3px 15px -5px #2e2e2e;
          margin-top: -20px;
}

.slider-header .slider.slider-horizontal .slider-selection {
    background: #3794f0;
}


.slider-header .slider.slider-horizontal .slider-handle {
    background: #3794f0;
}
.slider-header .slider-track {

    background: #9d9d9d;
}

.slider-header .slider-bottom-txt {
    margin-top: -10px;
    font-size: 14px;
    color: rgba(215, 215, 215, 0.6);
}
.slider-header .slider-head {
    margin-bottom: -5px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.slider-header .slider-bottom-txt input {
    color: rgba(215, 215, 215, 0.6);
    font-size: 14px;
}
.slider-header .max-amount-container{
  margin-top:16px;
}

.slider-header .max-amount-container .labels-max-amount .label{
     height: 30px;
    background: #24405d;
    color: rgba(215, 215, 215, 0.6);
}

.slider-header .limit-info {
    color: rgba(215, 215, 215, 0.6);
    margin-left:12px;
}
.slider-header .limit-info i{
color: rgba(215, 215, 215, 0.6);
}

.slider-header .buy-btn{
      padding: 8px 30px;
      margin-top:10px;
}
.slider-header .form-amount-enter input{
height:35px;
background:rgba(157, 157, 157, 0.3);
margin-top:-5px;
}

.slider-header .form-amount-enter:before {
    content: "\f156";
    position: absolute;
    top: 9px;
    left: 18px;
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
.slider-header .close-btn-form {
    position: absolute;
    top: 2px;
    right: 2px;
    }

@media screen and (min-width: 768px) and (max-width: 1210px) {
.element-full-width{
  width:100%;
  display:block !important;
  max-width:100% !important;
}
.row-block{
  display: block !important;
}
.slider-header{
  padding:15px 15px 15px 15px;
  background:#24405d;
}
.slider-header .buy-btn {
    padding: 8px 30px;
    margin-top: 24px;
    width: 100%;
}

}

@media screen and (max-width: 768px){
.slider-header{
  padding:15px 15px 15px 15px;
  background:#24405d;
}
}




.deal-detail-tabs-container section {
    background: #fff;
/*    border-radius: 10px 10px 10px 10px;*/
    display: none;
    padding: 30px 30px;
        margin-top: 20px;
    position: relative;
    z-index: 1;
    background-repeat: repeat-y;
    background-size: 100%;
 
}


.deal-detail-tabs-container input {
  display: none;
}

.deal-detail-tabs-container label {
        display: inline-flex;
    margin: 0 0 -1px;
    /* padding: 0px 50px; */
    justify-content: center;
    font-weight: 600;
    align-items: center;
    width: 20%;
    height: 50px;
    text-align: center;
    color: #bbb;
    border:1px solid #e3e3e3;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/

}

.deal-detail-tabs-container label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
      font-size: 20px;
}

.deal-detail-tabs-container label[for*='1']:before {
  content: '\f64a';
}

.deal-detail-tabs-container label[for*='2']:before {
  content: '\f0b1';
}
.deal-detail-tabs-container label[for*='3']:before {
  content: '\f0b1';
}

.deal-detail-tabs-container input:checked + label:before{
     color: #fff;

}


.deal-detail-tabs-container label:hover {
  color: #888;
  cursor: pointer;
}

.deal-detail-tabs-container input + label{
   background: #f4f7f9;
background-image: linear-gradient(to bottom, #fefefe, #dddddd);
    color: #b8b8b8;

}

.deal-detail-tabs-container .first-label {
  border-radius:0;
  border-right:1px solid #eee;

}
.deal-detail-tabs-container .last-label {
  border-radius:0;
  margin-left:-3px;
}

.deal-detail-tabs-container input:checked + label {
        color: #fff;
    /* background: #fff; */
    font-weight: 600;
    background-image: linear-gradient(to bottom, #269ff0, #7ae3ed);
        border: 1px solid #98d1ff;

}


 #tab1:checked ~  #content1,
 #tab2:checked ~ #content2,
 #tab3:checked ~ #content3
 {
  display: block;
}

@media screen and (max-width: 650px) {
  .deal-detail-tabs-container label {
    font-size: 0;
    justify-content: center;
  }

  .deal-detail-tabs-container label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .deal-detail-tabs-container label {
    padding: 15px;
    justify-content: center;
  }
}


.deal-detail-tabs-container .invoice-header{
    background-image: linear-gradient(-90deg, #ffffff, #f3f3f3);
    padding: 5px 90px 5px 45px;
    margin-left: -45px;
    /* margin-top: -27px; */
    display: inline-block;
    font-weight: 600;
    color: #b8b8b8;
        margin-bottom: 30px;
}

.company-details .company-logo{
    width: 70px;
    height: 70px;
    overflow: hidden;
    /* border-radius: 50%; */
    padding: 10px;
    border: 2px solid #eee;
    float:left;
    margin-right:10px;
}
.company-details .company-logo img{
  width:100%;
}

.company-details .company-name{
      height: 70px;
    display: flex;
    align-items: center;
    color:#474747;
}

.company-details .company-name p{
  margin: 0px;
    font-weight: 600;
    font-size: 20px;
}
.download-content{
  margin:30px 0px;
}

.download-row{
     background: #fafafa;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #f8f8f8;
    margin-bottom:5px;
}

.download-row p{
  margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #b2b2b2;
}

.download-row a {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #0761c0;
}
.download-row a:hover{
  color: #b2b2b2;
}
.download-content .heads{
  font-size: 14px;
    font-weight: 600;
    color: #727272;
    margin-bottom: 2px;
    margin-left: 10px;
}
.financier-info{
   font-size: 15px;
    color: #9d9d9d;
    font-weight: 500;
        margin-bottom: 35px;

}
.financier-number
{
      font-weight: 900;
    color: #3794f0;
}
.deal-details-loader .progress-custom {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: none;
    box-shadow: none;
    position: relative;
}
.deal-details-loader .progress-custom .progress-value-custom {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fbffff;
    font-size: 18px;
    font-weight: 900;
    color: #474747;
    line-height: 120px;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0%;
}

.deal-details-loader .progress-custom.progress-gold .progress-value-custom{
  color:#f0a975;
}
.deal-details-loader .progress-custom.progress-blue .progress-value-custom{
  color:#269ff0;
}
.deal-details-loader .value-header{
 margin: 30px 0px;
    font-weight: 600;
    color: #474747;
    font-size: 20px;
    text-align:center;
}
.deal-details-loader{
  padding:30px 40px;
}

.flight{
  font-weight:500;
}
.fbold{
  font-weight:700;
}

.deal-detail-bottom{
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
}
.deal-details-blocks{
  margin:20px 0px;

}
.deal-details-blocks span{
display:block;
}

.deal-details-blocks-heads{
      display: block;
    font-size: 15px;
    font-weight: 500;
    color: rgba(71, 71, 71, 0.6);
    line-height: 20px;
}
.deal-details-blocks-val{
      display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
}
.deal-details-loader .progress-custom .progress-bar-custom {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.deal-details-loader .progress-custom:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #e3e6fd;
    position: absolute;
    top: 0;
    left: 0;
}
.deal-details-loader .progress-custom .progress-left .progress-bar-custom {
    left: 100%;
    border-top-right-radius: 120px !important;
    border-bottom-right-radius: 120px !important;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.deal-details-loader .progress-custom .progress-right .progress-bar-custom {
    left: -100%;
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.fdark{
  color:#474747;
}

.span-blocks span{
display:block;
}
.span-header{
      font-size: 15px;
    font-weight: 500;
    color: rgba(71, 71, 71, 0.6);
    line-height: 20px;
}
.span-val{
  font-size:20px;
  font-weight:700;
  color:#474747;
}
.display-block{
  display:block;
  margin-top: -5px;
}


.check-boxes-verfied input[type=checkbox] + label {
      display: inline-flex;
    /* margin: 0.2em; */
    cursor: pointer;
    padding: 0.2em;
    background: #fff !important;
    color: rgba(71, 71, 71, 0.6) !important;
    border: 1px solid rgba(33, 150, 243, 0.2);
    margin: 10px 20px 10px 10px;
    position: relative;
        font-weight: 500;
    font-size: 15px;
        width: 25%;
}

.check-boxes-verfied input[type=checkbox] {
  display: none;
}

.check-boxes-verfied input[type=checkbox] + label:before {
  content: "\2714";
    border-radius: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    position: absolute;
    top: -11px;
    right: -20px;
    box-shadow: 3px 3px 15px -5px rgba(46, 46, 46, 0.5);
}
.check-boxes-verfied input[type=checkbox] + label i{
  font-size:20px;
  margin-right:10px;
}

.check-boxes-verfied input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.check-boxes-verfied input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

.check-boxes-verfied input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.check-boxes-verfied input[type=checkbox]:checked:disabled + label:before {
  background-color:#3794f0;
  border-color: #3794f0;
}
.items-verified{
      padding: 20px;
    background: #fafafa;
}
.items-verified .heads{
  font-size: 14px;
    font-weight: 600;
    color: #727272;
    margin-bottom: 2px;
    margin-left: 10px;
}

.expert-opinions{
  position:relative;
}
.expert-opinions .expert-opinion-heads{
  font-weight:900;
  color:#474747;
  font-size:20px;
}
.expert-badges{
  background: #b38e3b;
    color: #fff;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    line-height: 12px;
    border-radius: 4px;
}
.expert-opinion-txt{
  padding-left:60px;
  font-size:16px;
  color:rgba(71, 71, 71, 0.6);
  position:relative;
}

.expert-opinion-txt:before{
  content: '\f10d';
    font-size: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgba(207, 207, 207, 0.38);
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}
.pad-b-40{
  padding-bottom:40px;
}
.border-bottom{
  border-bottom:1px solid #eee;
}

.pad-b-100{
  padding-bottom:100px;
}


.slider-header .slider.slider-horizontal .slider-track {
    height: 15px;
    width: 100%;
    margin-top: -10px;
    top: 50%;
    left: 0;
        border-radius: 20px;
}

.slider-header .slider.slider-horizontal .slider-tick.triangle, .slider-header .slider.slider-horizontal .slider-handle.triangle {
    /* border-width: 0 6px 10px 6px; */
    width: 30px;
    height: 30px;
    border-bottom-color: #24405d;
    margin-top: -8px;
    border-radius: 50%;
}

.slider-header .slider.slider-horizontal .slider-selection {
    background: #3794f0;
    border-radius: 20px;
}

.mar-20{
  margin:20px;
}

.bg-white{
  background:#fff;
}
.pad-rl-20{
  padding-left:20px;
  padding-right:20px;
}
.pad-l-20{
  padding-left:20px;
}
.pad-l-0{
  padding-left:0px;
}
.border-left{
  border-left:1px solid #eee;
}

.total-amnt-deal{
      background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);
      padding:20px;
}

.total-amnt-deal p{
  margin:0px;
  color:#fff;
  text-align:center;
}

.total-amnt-deal p .deal-details-blocks-heads{
  color:#fff;
  font-size:18px;
}
.total-amnt-deal p .deal-details-blocks-val{
  color:#fff;
  font-size:28px;
}
.vertical-center{
display:flex;
align-items: center;
}
.full-width{
  width:100%;
}

.btns-transfer{
  padding:20px;
  text-align:center;
}

.btn-trans{
  width:150px;
    color: #fff;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #6eaae9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height:40px;
    margin:10px 0px;
}
.razorpay-payment-button{
    background-image: linear-gradient(to bottom, #60bffe, #0761c0);
    width:150px;
    color: #fff;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #6eaae9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height:40px;
    margin:10px 0px;
}
.razorpay-payment-button:hover{
  box-shadow: 3px 3px 14px -2px #0761c0;

}


.withdraw-btn{
      background-image: linear-gradient(to bottom, #60bffe, #0761c0);
    /* background: #000; */
    
}
.withdraw-btn:hover{
  box-shadow: 3px 3px 14px -2px #0761c0;
}

.add-fund-btn{
    border:2px solid #0761c0;
    color:#0761c0;
    background:#fff;
    margin-right:10px;
}

.add-fund-btn:hover{
  color:#0761c0;
 background:#fff;
  box-shadow: 3px 3px 14px -2px #0761c0;
}
.mar-5{
  margin:5px;
  padding:20px;
}

.transaction-history h2{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #eee;

}

.date-input{
  position:relative;
}

.date-input:after{
      content: '\f073';
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 15px;
    color: rgb(34, 65, 96);
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}




.date-input input{
      padding-right: 30px;
    display: block !important;
    border-radius: 28px;
    height: 35px;
    border: 1px solid rgba(38, 62, 85, 0.22);
    color: #474747;
    text-align: left;
}
.to-txt{
  flex: 0 0 1%;
  align-items: center;
  display: flex;
}

.download-btn{
  margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #0761c0;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  z-index:5 !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
  background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {  
  left: 0;  
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a>span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

.table-transaction{
  border-bottom:1px solid #eee;
}

.table-transaction thead th {
    background: #224160;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 22px;
    white-space: nowrap;
}

.table-borderless td{
padding:10px 22px;
    vertical-align: middle;
    font-size:14px;

}

.table-borderless td p{
  margin:0px;
  font-weight:500;
  color:#474747;
}
.mar-t-20{
  margin-top:30px;
}


  @media screen and (max-width: 740px) { 
    .overview-content{
      display:block !important;
      padding: 8px 13px !important;
    }
    .overview-txt {
        font-size: 11px !important;
        margin-left: 3px !important;
        
    }
    .fa-rupee-sign{
      font-size: 18px !important;
    }
    .overview-numbers{
      font-size: 16px !important;

    }
  }

.trans-details{
  display: flex;
  align-items: center;
}
.trans-img{
  width:50px;
  height:50px;
  background:transparent;
 /* border:1px solid #eee;*/
  overflow: hidden;
  padding:5px;
  margin-right:10px;
}

.trans-img img{
  width:100%;
}

.WITHDRAW-amt{
  color:red !important;
  margin:0px;
  font-weight:500;
}

.DEPOSIT-amt{
  color:green !important;
  margin:0px;
  font-weight:500;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #777;
  font-size: 100%;
  padding: .5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current a{
color: #26bcff;
    font-weight: 900;
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 16px;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16px;
  }
}

.deal-details-blocks-val i{
  font-size:21px;
}

.total-amnt-add{
  margin-left:-5px;
  
    padding: 20px;
}
.blue-gradient{
  background-image: linear-gradient(-90deg, #269ff0, #7ae3ed);
}

.total-amnt-add p {
    margin: 0px;
    color: #fff;
    text-align: center;
    font-weight:500;
    font-size:20px;
}

.total-amnt-add .form-amount-enter{
  width:80%;
  margin:10px auto;
}

.payment-method-container{
    width:100%;

}
.payment-group .inputGroup {
    display: inline-block;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    width: 30%;
}
.payment-group{
  display: block;
}
.lable-head{
font-weight:700;
font-size:20px;
margin-bottom:20px;
}

.payment-group .inputGroup label {
     border: 2px solid #cfcfcf;
    width: 100%;
    height: 45px;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #7f7f7f;
}



.payment-group .inputGroup label:hover{
  color: #333;
}

.payment-group .inputGroup label:after {
        width: 20px;
    height: 20px;
    border: 1px solid #D1D7DC;
    background-color: #fff;
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    padding: 2px;
    position: absolute;
    right: -8px;
    top: 2px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: flex;
    justify-content: center;
    align-items: center;

}
.payment-group .inputGroup input:checked ~ label {
  color: #333;
    border-color: #28a0f0;
        -moz-box-shadow: 3px 3px 15px 2px #e1e1e1;
    -webkit-box-shadow: 3px 3px 15px 2px #e1e1e1;
    box-shadow: 3px 3px 15px 2px #e1e1e1;
}
.payment-group .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.payment-group .inputGroup input:checked ~ label:after {
  background-color: #28a0f0;
  border-color: #28a0f0;
}


.payment-group .inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: -8px;
    top: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

#netbanking{
  display:none;
}

.pad-l-0{
  padding-left:0px !important;
}

.pad-r-0{
  padding-right:0px !important;
}

.amt-to-added .heads{
  font-size:16px;
  margin-right:20px;
}

.amt-to-added .val{
   font-size:20px;
   font-weight:600;
   color:#28a0f0;
}
.amt-to-added{
  display: flex;
  align-items: center;
}

.form-group label{
  font-weight:600;
  color:#474747;
}

.form-group select{
  border-radius:28px;
}

.bg-light{
      background: #eee;
    padding:20px 30px ;
}

.other-nefts{
  width:100%;
  text-align:center;

}

.other-nefts > p{
  font-weight:600;
  font-size:18px;
}


.benificiary-details{
      text-align: left;
    /* TEXT-ALIGN: LEFT; */
    border: 2px solid #eee;
    padding: 20px;
    background: #fff;
    position: relative;
}
.benificiary-details .benificiary-info{
  margin-bottom:5px;
  border-bottom:1px solid #eee;
}
.benificiary-details .benificiary-info .heads{
  font-size:14px;
  font-weight:400;
  margin-right:20px;
  float:left;
}
.benificiary-details .benificiary-info .val{
  font-size:14px;
  font-weight:600;
  float:right;
  text-align:right;
}
.benificiery-acc{
  text-align: left;
}
.benificiery-acc > p{
  font-size: 15px;
    font-weight: 500;
    color: rgba(71, 71, 71, 0.6);
    margin-bottom:5px;
}

.benificiary-details > .heads{
  font-weight:600;
}

.edit-btn{
  width:30px;
  height:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50%;
  background:#28a0f0;
  color:#fff;
  position:absolute;
  top:10px;
  right:10px;
}

#debitCard{
  display:none;
}
#creditCard{
  display:none;
}
.pad-b-30{
  padding-bottom:30px;
}
.table-acc-status{
      background: #33aaf0;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
}
.delete-item{
      background: #F44336;
    display: inline-flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding-left: 5px;
}

.alert-warning{
  font-size:13px;
  margin-bottom:20px;
}
.pad-b-20{
  padding-bottom:20px;
}

.refer-block{
      display: flex;
    border: 1px solid #03A9F4;
    position: relative;
    height: 96px;
    align-items: center;
    margin-left: 40px;
    margin-right: 0px;
    /* margin: 30px 0px; */
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    padding-right: 20px;
}

.refer-block-img {
   width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0px;
    overflow: hidden;
    border: 2px solid #2196F3;
    position: absolute;
    left: -48px;
    -moz-box-shadow: 3px 3px 15px -5px #2e2e2e;
    -webkit-box-shadow: 3px 3px 15px -5px #2e2e2e;
    box-shadow: 3px 3px 15px -5px #2e2e2e;
    background: #fff;
}
.refer-block-img img{
  width:100%;
}
.refer-info{
  padding-left: 75px;
}
.refer-info p{
  font-size:14px;
  color:#474747;
  line-height:20px;
  margin:0px;
  font-weight: 500;
}

@media (max-width: 1200px) {
.refer-block {
        display: block;
    border: 1px solid #03A9F4;
    position: relative;
    /* height: 96px; */
    align-items: center;
   margin-left: 0px;
   margin-right: 20px;
    /* margin: 30px 0px; */
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    padding-bottom: 20px;
    padding-right: 0px;
    height: 180px;
}
.refer-block-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0px;
    overflow: hidden;
    border: 2px solid #2196F3;
    position: absolute;
    top: -48px;
    left: 25%;
    -moz-box-shadow: 3px 3px 15px -5px #2e2e2e;
    -webkit-box-shadow: 3px 3px 15px -5px #2e2e2e;
    box-shadow: 3px 3px 15px -5px #2e2e2e;
    background: #fff;
}
.refer-info {
        padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
.refer-block {

    height: 140px;
    margin-bottom:30px;
}
.refer-block-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0px;
    overflow: hidden;
    border: 2px solid #2196F3;
    position: absolute;
    top: -48px;
    left: -20px;
    -moz-box-shadow: 3px 3px 15px -5px #2e2e2e;
    -webkit-box-shadow: 3px 3px 15px -5px #2e2e2e;
    box-shadow: 3px 3px 15px -5px #2e2e2e;
    background: #fff;
}
}
.mar-t-30{
  margin-top:30px !important;
}

.sharing-block{
  padding: 20px;
    border-radius: 6px;
    border:1px solid #0761c0;
    margin-bottom:20px;
}

.sharing-block input{
  border-radius:28px;
  text-align:left;
}

.sharing-block label{
      font-size: 18px;
    color: #0761c0;
    display: flex;
    font-weight: 500;
    align-items: center;

}

.sharing-block label i{
  font-size: 20px;
    margin-right: 10px;
}

.sharing-block .text-muted{
    color: #0761c0 !important;
    font-size: 14px;
}
.sharing-block .add-fund-btn{
margin:0px 0px;

    border: 1px solid #0761c0;
}
.add-fund-btn i{
font-size:24px;
}

.input-container{
position:relative;
}

.invite-btn{
  position: absolute;
    right: 0px;
    top: -10px;
    width: 38px;
    height: 38px;
    background: #0761c0;
}

.invite-btn i{
  font-size:20px;
  margin:0px;
}

.refer-info-in{
  font-size:16px;
}

.divide{
  padding:0px 10px;
}
.flight{
  font-weight:500;
}
.refer-info-in .flight{
  margin-right:5px;
}
.fbold{
  font-weight:700;
}

.alert a{
  font-weight:700;
}
.pad-t-20{
  padding-top:20px;
}

.deal-notification-container p{
  padding:8px 40px;
  background:#fafafa;
  border-top:1px solid #fff;
  border-bottom:1px solid #dbdbdb;
  margin-bottom:1px;

}

.deal-notification-container p .heads{
      width: 30%;
    font-weight: 400;
    color: rgba(71, 71, 71, 0.6);
    font-size: 16px;
}
.deal-notification-container p .val{
        font-weight: 700;
    font-size: 16px;
}

@media (max-width: 900px) {
  .deal-notification-container p span{
    display:block;
  }
  .deal-notification-container p .heads{
      width: 100%;
  }
}


.border-right-white{
  border-right:1px solid rgba(255, 255, 255, 0.2);
}

.contact-us .slider-header{
      padding: 0px 15px 0px 15px;
}
.contact-us .slider-header .slider-col{
  padding: 10px 20px 0px 20px;
}

.contact-us .slider-header .slider-col p{
  color:rgba(255, 255, 255, 0.7);
}
.contact-us .slider-header .slider-col .icon-contact{
border: 2px solid rgba(255, 255, 255, 0.3);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}
.contact-us .slider-header .slider-col .icon-contact i{
  margin:0px;
}

.myaccordion {
  max-width: 100%;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion h3{
  margin:0px;
  font-size:20px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .card-header{
  padding:10px 20px;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion p{
  background:transparent;
  padding-left:0px;
  border:0px;
  font-size:16px;
}


.footer {
  position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #474747;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-weight:500;
}




.top-download-btns-group{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-download-btns-group .dropdown{
  margin-right:20px;
}
.top-download-btns-group .buy-btn{
  margin:0px;
}

.slider-header.my-investment{
padding:15px;
}
.top-download-btns-group .dropdown .dropdown-toggle{
border-radius: 48px;
    border: 2px solid #0761c0;
    color: #0761c0;
    background: #fff;
    margin-right: 10px;
    padding-right: 30px;
    height: 42px;
    font-size: 14px;
    font-weight: 700;
}
.sort{
  width:25%;
  float:right;

}
.sort-row{
  margin-top:-50px;
  z-index:0;
}

.sort select{
  height:42px !important;
}

.deal-detail-tabs-container input, .deal-detail-tabs-container label{
  z-index:1;
  position: relative;
}
.flex-end{
justify-content: flex-end;
}

.timeline-deal{
  position:relative;
  margin:50px 0px 80px 0px;
}
.timeline-deal .progress{
height: 5px;
}

.timeline-deal ul{
  list-style-type: none;
  padding:0px;
  margin:-8px 0px 0px 0px;
  position:absolute;
  width:100%;
  display: flex;
}

.timeline-deal ul li{
  text-align:center;
  display:inline-block;
}

.timeline-deal ul li p{
  margin-bottom:10px;
}

.timeline-deal ul li .deal-status{
font-size:16px;
font-weight:700;
margin-bottom:5px;

}

.timeline-deal ul li.completed .deal-status{
color:#007bff;
}

.timeline-deal ul li .deal-date{
font-size:14px;
font-weight:700;
color:rgba(71, 71, 71, 0.6);

}

.dot-date{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#fff;
  border:2px solid #ddd;
  margin:0 auto;
}

.timeline-deal ul li.completed .dot-date{
  background:#007bff;
  border:2px solid #fff;
}

.booked{
  margin-left:5%;
}
.executed{
  margin-left:20%;
}
.repayment{
  margin-left:20%;
}
.download-doc{
margin-top:30px;
border:1px solid #eee;
background: #fcfcfc;
}

.download-doc p{
  margin:0px;
  padding:15px;
  font-size:14px;
  font-weight:500;
}
.download-doc p a{
  margin: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #0761c0;
    width:100%;
    display:block;
    position:relative;
}

.download-doc p a:after{
  content: "\f019";
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    position:absolute;
    right:0px;
    top:0px;
    font-size:16px;
    color:#0761c0;
}

.download-doc p a:hover {
    color: #b2b2b2;
}
.download-doc p a:hover:after{
  color: #b2b2b2;
}

.container-sign{
  height:100vh;
  width:100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(../img/bg-login.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;



}

.sign-up-container-bg{
   height:100vh;
  width:100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(../img/bg-login.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sign-in-container{
  width:60%;
  margin:0 auto;
  display: flex;
  border-radius:10px;
  overflow: hidden;
      -moz-box-shadow: 3px 3px 15px -5px #2e2e2e;
    -webkit-box-shadow: 3px 3px 15px -5px #2e2e2e;
    box-shadow: 3px 3px 15px -5px #2e2e2e;
    min-height:550px;
    border: 5px solid #fff;
}

.sign-in-container .login-left{
  width:60%;
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-in-container .login-right{
  width:40%;
  background:#191915;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0px 20px;
}

@media (max-width: 1044px) {

  .container-sign{
    height:auto;
  }
  .sign-in-container{
    width:90%;
    display:block;
     margin:20px auto;
  }
.sign-in-container .login-left{
  width:100%;
}
.sign-in-container .login-right{
  width:100%;
}
}

.sign-in-container .login-right .logo-login{
width:70%;
margin:30px auto;
}
.sign-in-container .login-right .logo-login img{
  width:100%;

}
.sign-in-container .login-left img{
  width:100% !important;
}

.sign-in-container .form-control{
  text-align:left !important;
  border-radius: 28px;
    background: #ffffff0f;
    border: 1px solid #b38e3b54;
    color: rgba(255, 255, 255, 0.43);
    
}

.sign-in-container .form-group{
margin:0px !important;
}

.sign-in-container label{
    margin-bottom: 0px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.sign-in-container h3{
  font-size: 18px;
    font-weight: 600;
    color: #ffffffb0;
    text-transform: uppercase;
    margin:20px 0px;
}

.login-btn {
    background-image: linear-gradient(to bottom, #f3d07f, #b38e3b);
    /* background: #000; */
    padding: 8px 35px;
    color: #fff;
    border-radius: 48px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #e7bb57;
    display: inline-block;
    margin:20px 0px;
}

.login-btn:hover {
    background-image: linear-gradient(to bottom, #f1d081, #9f7b2b);
    color: #fff;
    box-shadow: 3px 3px 14px -2px #b38e3b;
}

.forgot-pass{
      font-size: 14px;
    margin: 5px 0px;
    color: rgba(255, 255, 255, 0.4);
}

.sign-up-link{
  margin:20px 0px;
  font-size:14px;
  color: rgba(255, 255, 255, 0.4);
}

.sign-up-link p{
  color: rgba(255, 255, 255, 0.4);
}

.sign-up-link a{
  font-weight:500;
  color:#b38e3b;
}

.sign-up-link a:hover{
  color:#fff;
}


.sign-up-container{
    width:100%;

}
.sign-up-group .inputGroup {
       display: inline-block;
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;
    width: 45%;
}
.sign-up-group{
  display: block;
}
.lable-head{
font-weight:700;
font-size:20px;
margin-bottom:20px;
}

.sign-up-group .inputGroup label {
     border: 1px solid #cfcfcf;
    width: 100%;
    height: 45px;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #7f7f7f;
}



.sign-up-group .inputGroup label:hover{
  color: #333;
}

.sign-up-group .inputGroup label:after {
        width: 20px;
    height: 20px;
    border: 1px solid #D1D7DC;
    background-color: #fff;
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    padding: 2px;
    position: absolute;
    right: -8px;
    top: 2px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: flex;
    justify-content: center;
    align-items: center;

}
.sign-up-group .inputGroup input:checked ~ label {
  color: #b38e3b;
    border-color: #b38e3b;
    -moz-box-shadow: 3px 3px 17px -5px #b38e3b;
    -webkit-box-shadow: 3px 3px 17px -5px #b38e3b;
    box-shadow: 3px 3px 17px -5px #b38e3b;
}
.sign-up-group .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.sign-up-group .inputGroup input:checked ~ label:after {
  background-color: #b38e3b;
  border-color: #b38e3b;
}


.sign-up-group .inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: -8px;
    top: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
  

.full-width-sign-up{
  background:#191915;
  width:100%;

} 

.sign-up-option .logo-login{
  width:30%;
margin:30px auto;

}

.sign-up-option .logo-login img{
  width:100%;
}

.sign-up-option{
  padding:30px 30px;
}

.container-terms {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-terms:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-terms input:checked ~ .checkmark {
  background-color: #b38e3b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-terms input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-terms .checkmark:after {
 left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign-up-option .required{
  color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

