/* First table Css Start here  */

.rg-table-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-family: 'proxima_novaregular';
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: #222;
  width: 810px;
  max-width: 100%;
}

.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header>* {
  display: block;
}

.rg-dek {
  color: #00c7d1;
  font-family: 'proxima_novaregular';
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: right;
}

.rg-dek a {
  color: #00c7d1;
  font-family: 'proxima_novaregular';
}


/* table */

table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}

table.rg-table tbody tr:hover td {
  background-color: #ebf3fe;
}

table.rg-table thead {
  /* border-bottom: 3px solid #ddd;*/
}

table.rg-table tr {
  border-bottom: 4px solid #ebf3fe;
  color: #222;
  text-align: center;
}

table.rg-table tr td:nth-child(1),
table.rg-table th:nth-child(1) {
  text-align: left;
}

table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}

table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}

table.rg-table th {
  height: 60px;
  background-color: #ebf3fe;
  color: #3e6ead;
  
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  border: 0;
  border-right: 4px solid #fff;
  font-family: 'proxima_novaregular';
}

table.rg-table td {
  color: #000000;

  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  border: 0;
  font-family: 'proxima_novaregular';

}

table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table td a.btn{
background-color: #00c7d1;
  height: 40px;
color: #ffffff;
font-family: 'proxima_novaregular';
font-size: 18px;
font-weight: 400;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
  display: block;
    line-height: 40px;
}

table.rg-table td a.btn:hover{
background-color:rgb(0, 199, 209,.5);
  background-color: #3e6ead;
}
table.rg-table th.number,
td.number {
  /*   text-align: right; */
}

.rg-source {
/*  float: right; */
  margin-top: 40px;
      display: flex;
}

.rg-source a {
/*  display: block; */
  padding: 19px 0;
  width: 306px;
  max-width: 100%;
  color: #ffffff;
  /* color: #000000; */
  font-family: 'proxima_novaregular';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #3e6ead;
      margin-left: auto;
}

.rg-source a:hover {
  background-color: rgb(62, 110, 173, .5);
  background-color: #00c7d1;
}


/* First table Css Stop here  */

@media screen and (min-width: 770px) {
/*  table.rg-table th:nth-child(1) {
    width: 40%;
  }
  table.rg-table th:nth-child(2) {
    width: 24%;
  }
  table.rg-table th:nth-child(3) {
    width: 18%;
  }
  table.rg-table th:nth-child(4) {
    width: 18%;
  }
  table.rg-table th:nth-child(5) {
    width: 28%;
  } */
  
  table.rg-table th:nth-child(1),
  table.rg-table tr td:nth-child(1) {
    width: 18%;
  }
  table.rg-table th:nth-child(2),
  table.rg-table tr td:nth-child(2) {
    width: 24%;
  }
  table.rg-table th:nth-child(3),
  table.rg-table tr td:nth-child(3) {
    width: 18%;
  }
  table.rg-table th:nth-child(4), table.rg-table tr td:nth-child(4) {
    width: 18%;
  }
  
  table.rg-table.rt2 th:nth-child(1),
  table.rg-table.rt2 tr td:nth-child(1) {
    width: 28%;
  }
  table.rg-table.rt2 th:nth-child(2),
  table.rg-table.rt2 tr td:nth-child(2) {
    width: 16%;
  }
  table.rg-table.rt2 th:nth-child(3),
  table.rg-table.rt2 tr td:nth-child(3) {
    width: 16%;
  }
  table.rg-table.rt2 th:nth-child(4), 
  table.rg-table.rt2 tr td:nth-child(4) {
    width: 16%;
  }
  
   table.rg-table.rt2 tr td:nth-child(5) {
    width: 23%;
    padding-right: 0;
    padding-left: 0;
  }
 
}
table.rg-table td.number a {
    padding: 0px 5px;
}

/* media queries */

@media screen and (max-width: 769px) {
  .rg-table-container {
    max-width: 769px;
    margin: 0 auto;
    max-width: 100%;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    padding: 0.5em 0.5em 0.25em 0.5em;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    /*     padding-right: 0; */
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
  
  table.rg-table td a.btn{
  display: inline-block;
    min-width: 150px;
  
  }
}

@media screen and (max-width: 360px){
  table.rg-table td a.btn {

    margin-top: 6px;
    margin-bottom: 4px;
}
}

/* Second Table css Close */



.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
color: #ffffff;
text-shadow: none;
border-radius: 0;
  margin-bottom: 3px;
  text-transform: uppercase;

}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
background-color: #3e6ead;
color: #ffffff;
text-shadow: none;
border-radius: 0;

}
.checkbox-sec{
     display: flex;
    align-items: center;
}
.checkbox-sec p {
    margin-bottom: 0px;
    padding-left: 20px;
    color: #000000;
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 400;
}
.checkbox {
  display: none;
}
.switch {
  align-items: center;
  background-color: gray;
  border-radius: 500px;
  cursor: pointer;
  display: flex;
  width: 89px;
  height: 39px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  user-select: none;
}

.checkbox:checked ~ .switch {
/*   background-color: #cccccc; */
  background-color: rgba(215, 229, 247, 0.4)
}

.checkbox:not(:checked) ~ .switch {
  background-color: #bbeef1;
}

.switch__left,
.switch__right {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.checkbox:checked ~ .switch .switch__left {
  visibility: hidden;
}

.checkbox:not(:checked) ~ .switch .switch__right {
  visibility: hidden;
}

.switch__circle {
  height: 40px;
  padding: 5px;
  position: absolute;
  transition: all 0.1s linear;
  width: 40px;
}

.checkbox:checked ~ .switch .switch__circle {
  left: 0;
  right: calc(100% - 40px);
}

.checkbox:not(:checked) ~ .switch .switch__circle {
  left: calc(100% - 40px);
  right: 0;
}

.switch__circle-inner {
  background-color: #00c7d1;
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}
.checkbox:checked ~ .switch .switch__circle-inner {
  background-color: #a0a0a0;
}
.accordion1 .acco-title a:hover{
      background-color: #00c7d1;
}
.swim-center-sec {
    max-width: 950px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.swim-center-sec h2{
	color: #000000;
	font-family: 'proxima_novaregular';
	font-size: 46px;
	font-weight: 700;
	text-align: left;
}
.swim-center-sec p{
	color: #000000;
	font-family: 'proxima_novaregular';
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
}
.edit-profile a{
	color: #3e6ead;
  position: relative;
	font-family: 'proxima_novaregular';
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
  position: relative;
}
.edit-profile a:before{
    content: "";
    position: absolute;
    background-image: url(https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/Fill_1-1.png);
       background-image: url('https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/Fill_1%20(1).svg');
    width: 20px;
    height: 20px;
    left: -28px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion1 {
  padding: 18px 18px 7px 0px;
  width: 100%;
  border-bottom: 2px solid #8b4e0b;
  margin-bottom: 25px;
  transition: 0.4s;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion1 button {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'proxima_novaregular';
    transition: 0.4s;
    color: #8b4e0b;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.accor-heading h3{
	color: #000000;
	font-family: 'proxima_novaregular';
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.accordion{
  background-color: #eee;
  color: #000;
  cursor: pointer;
  padding: 18px 18px 7px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'proxima_novamedium';
  font-size: 26px;
  font-weight: 700;
  transition: 0.4s;
  background-color: transparent;
  border-bottom: 2px solid #3e6ead;
  margin-bottom: 25px;
}
.accordion1 .acco-title {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
}
.accordion:after {
    content: '';
    color: #777;
    float: right;
    margin-left: 5px;
    margin-top: 10px;
    background-image: url(https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/arrow.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion.active:after {
    content: " ";
    background-image: url(https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/arrow-up.svg);
}
.accordion1.accordion-sec1:after {
    content: '';
    color: #777;
    float: right;
    margin-left: 5px;
    margin-top: 10px;
    background-image: url(https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/Stroke_1_Copy_5.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion1.accordion-sec2:after {
    content: '';
    color: #777;
    float: right;
    transform: rotate(180deg);
    margin-left: 5px;
    margin-top: 10px;
    background-image: url(https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/Stroke_1_Copy_6.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion1.accordion-sec3:after {
    content: '';
    color: #777;
    float: right;
    margin-left: 5px;
    margin-top: 10px;
    background-image: url(https://f.hubspotusercontent10.net/hubfs/7424314/AWSP-Assests/Stroke_1_Copy_7.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion1.accordion-sec1.active:after, .accordion1.accordion-sec3.active:after {
    transform: rotate(180deg);
}
.accordion1.accordion-sec2.active:after{
   transform: rotate(0deg);
}
.accordion1 .acco-title a{
    width: 172px;
    padding: 10px 0px;
    background-color: #3e6ead;
    color: #ffffff;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}
.panel {
  padding: 0 0px;
  background-color: white;
  overflow: hidden;
  display: none;
}
.accordion-text h2, .accordion-text-top h2{
	color: #000000;
	font-family: 'proxima_novaregular';
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.accordion-text h3{
	color: #3e6ead;
	font-family: 'proxima_novaregular';
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
.accordion-text p a strong, .accordion-text p strong, .accordion-text p a{
	color: #000000;
  font-family: 'proxima_novaregular';
	font-size: 20px;
	font-weight: 700;
	font-style: normal; 
	letter-spacing: normal;
	line-height: normal;
	text-align: left; 
  padding-left: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.accordion-text p{
	font-family: 'proxima_novaregular';
	font-weight: 400;
  margin-bottom: 10px;
	font-size: 20px;
	font-style: normal; 
	letter-spacing: normal;
	line-height: normal;
}
.license-text {
    display: flex;
    justify-content: space-around;
    border-bottom: 4px solid #ebf3fe;
    margin-bottom: 40px;
    padding-top: 20px;
}
.license-text p.text {
    width: 70%;
    font-family: 'proxima_novaregular';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
}
.license-text p.date{
  width: 30%;
  text-align: right;
  font-family: 'proxima_novaregular';
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}
.license-text p.date strong{
  font-family: 'proxima_novaregular';
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.profile-img.span3 {
    text-align: right;
}
.accordion-text-top .accordion-top-heading h2 {
    margin-top: 60px;
    display: inline-block;
    margin-bottom: 20px;
  font-family: 'proxima_novamedium';
}
.edit-profile-sec{
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 4px solid #ebf3fe;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
.my-detail .accordion-text {

}
.my-detail .emergency-content{
/*     border-top: 4px solid #ebf3fe;
    padding-top: 32px;
    margin-top: 32px; */
}
.first-tab-box {
    padding-left: 25px;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-tab-box1, .first-tab-box2, .first-tab-box3 {
    max-width: 250px;
    width: 100%;
    background-color: #00c7d1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px;
}
.first-tab-box1 a, .first-tab-box2 a, .first-tab-box3 a {
    font-family: 'proxima_novaregular';
    padding: 25px;
    height: 140px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quaification-sec p{
    color: #000000;
    font-family: 'proxima_novaregular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
}
.quaification-sec strong {
    margin-bottom: 15px;
    display: block;
}
.accordion1.accordion-sec1{
	border-bottom: 2px solid #8b4e0b;
}
.accordion1.accordion-sec1 button{
    color: #8b4e0b;
}
.accordion1.accordion-sec2{
	border-bottom: 2px solid #a5a5a5;
}
.accordion1.accordion-sec2 button{
   color: #a5a5a5;
}
.accordion1.accordion-sec3{
	 border-bottom: 2px solid #d2972a;
}
.accordion1.accordion-sec3 button{
   color: #d2972a;
}
.total-bronze, .total-bronze1{
     display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.total-bronze-sec .total-bronze strong, .total-bronze-sec .total-bronze1 strong {
	color: #000000;
	 font-family: 'proxima_novaregular';
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}
.total-bronze-sec .total-bronze p, .total-bronze-sec .total-bronze1 p{
	color: #000000;
	 font-family: 'proxima_novaregular';
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	text-align: left;
}
.total-bronze1 {
    padding: 30px 0px 20px;
}
.total-bronze-text h3, .total-bronze1 h3 {
  font-family: 'proxima_novaregular';
	margin-bottom: 0px;
	color: #a5a5a5;
	font-size: 26px;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}
.total-bronze-text span {
	margin-bottom: 0px;
	color: #000000;
	 font-family: 'proxima_novaregular';
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: justify;
}
.total-bronze p:nth-child(2) {
    padding-left: 10px;
}




.workingarea-tab{
  max-width:1140px;
  width:95%;
  margin:0 auto;
}
.for-tab-style{
  width:100%;
  display:inline-block;
}
.for-tab-style .r-tabs{
  border: none;
  border-radius: inherit;
  background: none;
  width: 100%;

}
.for-tab-style .r-tabs .r-tabs-nav{
  max-width: 270px;
  float:left;
  width: 100%;
  background-color: #ebf3fe;
  padding-top: 20px;
    padding-bottom: 20px;
}
.for-tab-style .r-tabs .r-tabs-panel{
  float:right;
  width: calc(100% - 330px);
  padding:0px;
}
.for-tab-style .r-tabs .r-tabs-nav li.r-tabs-tab{
  width:100%;
  padding: 0;
  padding-bottom: 4px;
  background-color: inherit;
}
.for-tab-style .r-tabs .r-tabs-nav li.r-tabs-tab a{
  width:100%;
  color: #000000;
  font-family: 'proxima_novamedium';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 30px;
}
.for-tab-style .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor, .for-tab-style .r-tabs .r-tabs-nav li.r-tabs-tab a:hover{
  background-color: #3e6ead;
  -webkit-: transform:scale(1.07);
  -moz-: transform:scale(1.07);
  -o-: transform:scale(1.07);
  -ms-: transform:scale(1.07);
  transform: scale(1.07);
  color:#fff;
  border-radius: inherit;
      padding-left: 35px;
}
.first-tab-content{
  width:100%;
/*   float:left; */
}
.first-tab-content h3{
  width: 100%;
  color: #000000;
  font-family: 'proxima_novaregular';
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.first-tab-content p{
  width: 100%;
  color: #000000;
  font-family: 'proxima_novaregular';
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 33px;
}
.tab-1-search-main{
  width:100%;

}
.tab-1-search-main form{
  width: 100%;
  display: inline;
}
.tab-1-search-main input[type="search"]{
  width: calc(100% - 195px);
  height: 60px;
  background-color: #ebf3fe;
  outline: none;
  padding:0px 10px;
  border: none;
  color: #000000;
  font-family: 'proxima_novaregular';
  font-size: 20px;
  font-weight: 400;

}
.tab-1-search-main input[type="button"]{
  width: 170px;
  height: 60px;
  background-color: #3e6ead;
  float: right;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'proxima_novaregular';
  font-size: 18px;
  font-weight: 400;
  border: none;
  cursor: pointer;
} 
.tab-1-search-main input[type="button"]:hover{
  background-color: #00c7d1;
}

.notification-sec a {
    width: 100%;
    padding: 17px 0px 17px 40px;
    background-color: #3e6ead;
    color: #fff;
    display: block;
    font-family: 'proxima_novamedium';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.notification-sec {
    padding-top: 40px
}

.notification-sec p {
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 0px;
    padding: 28px 0px;
    border-bottom: 4px solid #ebf3fe
}

.notification-sec p span {
    color: #00c7d1;
    font-family: 'proxima_novaregular';
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}
.notification-sec p span.not-sec {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background-color: #d41616;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    margin-right: 13px;
}
.notification-sec p strong {
    font-family: 'proxima_novamedium';
}
a.add-t.btn {
    background-color: #00c7d1;
    height: 40px;
    color: #fff;
  font-family: 'proxima_novaregular';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  line-height: 40px;
  max-width: 216px;
  margin-bottom: 45px;
}
a.add-t.btn:hover {
    background-color: #3e6ead;
}
.profile-img a.btn {
    width: 168px;
    padding: 10px 0px;
    background-color: #d8d8d8;
    color: #000;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 5px 0 auto auto;
}
.profile-img a.btn:hover {
    background-color: #000;
    color: #d8d8d8;
}
.new-tab-content.accordion-text-top .accordion-top-heading h2 {
    margin-top: 0;
}
.full-panels {
    margin-bottom: 40px;
}
.accordion-text p strong span {
    color: #d41616;
}
.btns-contact a {
    background-color: #00c7d1;
    height: 40px;
    color: #fff;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
    padding: 0 60px;
    margin-right: 15px;
}
.btns-contact {
    display: flex;
    margin-top: 30px;
}


.form-user {
    margin-top: 50px;
}
.form-user h2 {
    margin-bottom: 26px;
}
.form-user label {
    color: #000;
    font-family: "Proxima Nova Rg";
    font-family: 'proxima_novaregular';
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.form-user input {
    background-color: #ebf3fe;
    height: 60px;
    border: 0;
    border-radius: 0;
}
.form-user form {
    width: 100%;
    max-width: 100%;
}
.form-user input[type=submit] {
    background-color: #3e6ead;
    color: #fff;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    min-width: 170px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-user form input[type=submit]:hover {
    background-color: #00c7d1;
}
.form-user label.hs-error-msg {
    font-size: 13px;
}


/* The Modal (background) */
.modal.modal-map {
  display: none; 
  position: fixed;
  z-index: 99; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
 
.modal.modal-map .modal-content {
  background-color: #fefefe;
  margin: auto; /* 15% from the top and centered */
      padding: 70px;
    width: 100%;
    max-width: 1247px;
    border: none;
}
  .modal.modal-map .modal-content h1 {
    text-align: center;
    font-family: 'proxima_novamedium';
    margin-bottom: 60px;
}
  .modal.modal-map .map_container{
    margin: 0 auto 45px auto;
    border: none;
        width: 75%;
  }
  .modal.modal-map .btns-contact{
  justify-content: center;
  }
  .modal.modal-map .btns-contact a:first-child {
    background-color: #3e6ead;
}
  .modal.modal-map .btns-contact a{
  height: 60px;
        line-height: 58px;
  }
/* The Close Button */
.modal.modal-map .close {
  color: #aaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
  opacity: 0;
}

.modal.modal-map .close:hover,
.modal.modal-map .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 770px) and (max-width: 990px){
.for-tab-style .r-tabs .r-tabs-panel {
    width: calc(100% - 230px);
}
.for-tab-style .r-tabs .r-tabs-nav {
    max-width: 220px;
}
.for-tab-style .r-tabs .r-tabs-nav li.r-tabs-tab a {
    padding: 22px 10px;
	}
}
@media (max-width: 950px){
.first-tab-box1, .first-tab-box2, .first-tab-box3 {
    width: 170px;
    height: 120px;
    margin: 0 5px;
	}
.first-tab-box1 a, .first-tab-box2 a, .first-tab-box3 a {
    font-size: 15px;
    padding: 10px;
    letter-spacing: 0px;
}
  .modal.modal-map .close {
    opacity: 1;
  }
  .modal.modal-map .modal-content{
  padding: 30px;
  }
  .modal.modal-map .map_container{
      width: 100%;
  }
}

@media (max-width: 768px){
  .profile-img a.btn{
  margin: 5px auto auto 0;
  }
  .rg-source a {
    margin: 0 auto;
	}
 .for-tab-style .r-tabs .r-tabs-panel {
    float: none;
    width: 100%;
    padding: 30px 0px;
}
.tab-1-search-main input[type="button"] {
    float: none;
    margin: 20px auto 0;
}
.tab-1-search-main input[type="search"] {
    width: 100%;
}
.profile-img.span3 {
    text-align: left;
    padding-top: 20px;
}
}
/* @media (max-width: 770px){
 .for-tab-style .r-tabs .r-tabs-panel {
    width: calc(100% - 200px);
}
.for-tab-style .r-tabs .r-tabs-nav {
    max-width: 200px;
}
.for-tab-style .r-tabs .r-tabs-nav li.r-tabs-tab a {
    padding: 22px 10px;
	}
} */
@media (max-width: 480px){
  .modal.modal-map .btns-contact {
    display: block;
}
  .modal.modal-map .btns-contact a {
    margin: 15px 0;
}
  .modal.modal-map .close{
  display: block;
    text-align: right;
        float: none;
  }
  .modal.modal-map .modal-content h1{
  margin-bottom: 30px;
  }
.edit-profile-sec {
    display: block;
	}
.edit-profile {
    padding-top: 15px;
}
.edit-profile a {
    padding-left: 35px;
	}
.edit-profile a:before {
    left: 0px;
	}
 .first-tab-box1, .first-tab-box2, .first-tab-box3 {
    width: 100%;
    max-width: inherit;
    padding: 10px;
    margin: 10px 0px;
}
.first-tab-box {
    display: block;
}
.total-bronze-text h3, .total-bronze1 h3 {
    font-size: 20px;
	}
}
@media (max-width: 365px){
 .total-bronze-text h3, .total-bronze1 h3 {
    font-size: 16px;
	}
}

