body{
    font-family: ProximaNova-Light !important;
}

h1, h2,h3,h5{
    font-family: ProximaNova-Semibold;
    color: #4a4a4a;
}

h4{
  font-size :23px;
  font-family: ProximaNova-Regular;
  line-height: 1.39;
  letter-spacing: normal;
  color: #4a4a4a;
}

h3{
    font-size: 34px;
  font-weight: 300;
}

.subheader{
  margin-top:5px;
}
.NavItem{
    font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 5;
  letter-spacing: 1px;
}

.NavItem a{
    font-family:  ProximaNova-Regular !important;
  color: #cfcfcf;
}

.headerRow{
    margin-top: 20px;
    margin-bottom: 20px;
}

.circle{
    background-color: #f7f7f7;
    color: #cfcfcf;
    font-weight: 600;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 50px;
}

.circle2{
  background-color: white;
    color: #cfcfcf;
    border: dashed 1px #e8e8e8 !important;
    font-weight: 600;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 50px;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

.currentMenu{
    background-color: #4a90e2;
    color: #ffffff;
}

.radioDiv{
  border: 1px solid #DDD;
  padding: 10px;
    border-radius: 5px;
}

.radioDiv span{
  display: inline-block;
    margin-left: 10px;
}

.radioDiv input[type=radio]{
  vertical-align: middle;
}

.bestdeal{
  float: right;
  color: #d0021b;
}

.border-bottom{
  border-bottom: solid 2px #ebebeb !important;
  font-size: 13px;
  color: #797979;
}

.currentMenuText{
    font-family: LucidaGrande;
  font-size: 16px;
  font-weight: bold;;
  color: #4a4a4a !important;
}

.SignUpText{
    font-size: 23px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 1.44px;
  color: #4a4a4a;
}

.page-padder{
    padding-top: 10px;
}

.g-signin2{
    border-radius: 100px;
  font-size: 17px;
  font-weight: 600;
  color: white;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 50px;
    margin-left: 14px;
}

input[type=text]{
  border-radius: 7px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  padding: 9px 15px 8px;
    width: 100%;
    clear: both;
    display: inherit;
    margin-top: -6px;
}

textarea{
  width:100%;
  clear: both;
  border-radius: 7px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  padding: 9px 15px 6px;
}

input[type=text]:focus, textarea:focus{
  outline-offset: 0px !important;
  outline: none !important;
}

label{
  font-weight: 600;
}

.smallFootage{
  font-size: 13px;
    color: #797979;
    margin-top: -5px;
}

.nextBtn{
  border-radius: 25px;
    background-color: #7ed321;
    color: white;
    border: none;
    padding: 9px 78px 8px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btnUpload{
  border-radius: 4px;
  border: solid 1px #4a90e2;
  color:#4a90e2;
  margin-left: 0px;
  padding: 6px 25px;
}

.table-cell{
  background-color: #f2f6fb;
  padding: 8px 0px 8px 14px;
  margin-top: 5px;
  font-family: ProximaNova-Regular;

}

.table-cell2{
  background-color: white;
  padding: 4px 0px 4px 14px;
  margin-top: 5px;
  font-family: ProximaNova-Regular;

}

.small-text{
  color: #797979;
  font-size: 13px;
  padding-top: 15px;
}

.a-cell{
  font-size: 13px;
  color: #4a90e2;
  padding-bottom: 10px;
  font-weight: 600;
}

.no-padding-left{
  padding-left: 0px !important;
}

.shadow-side{
  padding-top: 30px;
  padding-bottom: 70px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
  top: -38px;
  z-index: 999;
}

.icon-img{
  width:23px;
}

.buyNow1{
  background-color: #7ed321;
    border: none;
    border-radius: 40px;
    color: white;
    padding: 10px 40px;
}

.buyNow2{
  background-color: white;
    border: 1px solid #7ed321;
    border-radius: 40px;
    color: #7ed321;
    padding: 10px 40px;
}

.selectRadioDiv{
  border: solid 1px #4a90e2;
  background-color: rgba(74, 144, 226, 0.05);
  font-weight: 600;
}

.margin-fixer1{
  margin-top: 5.5px !important;
}

.ProfileHeader{
  float: right;
    width: 200px;
    position: relative;
}



.hideme{
  display: none !important;
}

.blue-link{
  color: #0088cc;
    font-weight: 700;
    font-size: 18px;
}

.blue-link a{
  text-decoration: underline;
  color: #0088cc;
}


.hand:hover{
  cursor: pointer;
}

select{
  border-radius: 7px;
    border: solid 1px rgba(151, 151, 151, 0.5);
    padding:9px 15px 9px;
    width: 100%;
    clear: both;
    display: inherit;
    margin-top: -6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.question-mark{
  border:1.2px solid #4a90e2;
  border-radius: 4px;
  margin-right: 10px;
}

.filerow{
  border-bottom: dashed 1px #979797;
    padding: 10px 0px;
}

.gridrow{
  border-bottom: solid 1px #DDD;
    padding: 10px 0px;
}
.gridrow a{
  color: #797979;
}

.gridrowheader{
  text-transform: uppercase !important;
  color: #555 !important;
}

.removeBtn{
  max-width: 140px;
    float: right;
}

.removeBtn:hover{
  cursor: pointer;
}

.marginer-top-bottom{
  margin-top: 20px;
    margin-bottom: 5px;
}

.navbar-2 a, .navbar-2 button{
  background: inherit !important;
  line-height: 4.5;
  display: inline-block;
    padding-left: 40px;
}

.navbar-2 button:focus {outline:0;}

.navbar-2 button:hover{
  text-decoration: underline;
}
.navbar-2 button{
  color: #4a90e2 !important;
  background: inherit !important;
  font-weight: bold !important;
  border: none !important;
  font-family: ProximaNova-Regular !important;
}

.navbar-2 .NavItem{
  
  color: #4a4a4a !important;
  background: inherit !important;
  font-weight: bold !important;
  line-height: inherit;
  padding-left: 20px;
}


.navbar-2 .currentMenu{
  color: #4a4a4a;
  border-left: 2px solid #4a90e2;
}

.navbar-2{
  line-height: inherit;
}

.warning1{
  font-weight: bold;
  padding-top: 20px;
}


/* Dropdown Button */
.dropbtn {
 
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:60px;
}

/* Links inside the dropdown */
.dropdown-content button {
  color: black;
    padding: 12px 25px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


.imageContainer{
  float: right;
  }
  
  .textContainer{
    max-width: 150px;
    padding-right: 10px;
    float: left;
    padding-top: 10px;
  }

  .ProfilePage button{
    border: solid 1px #9c9c9c;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    width: 270px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    background-color: transparent;
  }

  .margin-top-15{
    margin-top: 15px;
  }

  .button-1{
    display: inline-block;
    border-radius: 3px;
    width: 270px;
    font-size: 17px;
    border: 1px solid #2ECC71;
    color: #2ECC71;
    background-color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    outline: 0;
  }

  .margin-left-3{
    margin-left: 3px;
  }

  .button-1:hover{
    border: 1px solid #2ECC71;
    color: #ffffff;
    background-color: #2ECC71;
  }

  .modal-background{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 9999999;
}

.modal-window {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 200px;
    z-index: 99999999999;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.5);
}

.modal-window-content {
  position: relative;
  padding: 30px 20px;
  text-align: center;
}

.loader-label {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.cardSection .form-control {
  border-radius: 7px;
  border: solid 1px rgba(151, 151, 151, 0.5);
  padding: 10px 9px 10px 12px;
  font-weight: 500px;
  width: 100%;
  font-family: ProximaNova-Regular !important;
}

.cardSection .form-control::placeholder{
  font-family: ProximaNova-Regular !important;
  padding: 10px 9px 10px 12px;
}

.Payment-Input{
  font-family: monospace !important;
  font-size: 14px;
    color: #424770;
    letter-spacing: 0.085em;
}

.Payment-Input::placeholder{
color: #aab7c4 !important;
}

input[type=checkbox]{
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  margin-right: 8px;
}

.helpIcon{
  margin-bottom: 4px;
  border: 1px solid #4a90e2;
  border-radius: 100%;
}

.__react_component_tooltip{
  font-size: 14px !important;
}

.__react_component_tooltip.place-top{
  border-radius: 10px;
}

.nosending{
  pointer-events: none;
}
