/****************************
*   FOR RESPONSIVENESS      *
****************************/
::selection {
  background: #4f5362;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}
html {
  font-size: 14px;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 17px;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
    height: 100%;
  }
}

/****************************
*      BODY DEFAULTS        *
****************************/
@media only screen and (min-width: 992px) {
  body {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}
a {
  color: #37a6c4;
}
a:hover {
  text-decoration: none;
  color: #5db9d1;
}
.hero-image {
  background-image: linear-gradient(to top, rgba(217, 217, 217, 0.5) 70%, rgba(255, 255, 255, 0.6) 100%);
}

/****************************
*      Buttons        *
****************************/

.btn {
  font-size: 16px;
  letter-spacing: 2px;
  background: #034e97;
  color: #ffffff;
}
.btn-low {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px;
  border-radius: 8px;
  margin: 0 0 20px 0;
  background: #034e97;
}
.btn:hover, .btn-low:hover {
  background-color: #1a75ff;
}

/****************************
*      Panel and Form CSS        *
****************************/

.panel {
  overflow: hidden;
  border: 1px solid #002266;
  background-color: rgba(217,217,217,0.8);
  margin-top: 20px;
  box-sizing: border-box;
  box-shadow: 15px 20px 30px rgba(0,0,0,.7);
  border-radius: 20px;
}
.panel .panel-heading {
  text-align: center;
  font-size: 16px;
  background-color: #034e97;
  /*background: rgb(0,92,230);*/
  /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
}
input[type=text],[type=email] {
  border: 1px solid #000000;
}
textarea.txt-inp {
  border: 1px solid #000000;
}
select.txt-inp {
  border: 1px solid #000000;
}
h3.c-info {
  color: red;
}
.form-group {
  margin: 10px 0 10px 0;
}
.tablebox {
  box-sizing: border-box;
  box-shadow: 10px 20px 30px rgba(0,0,0,.7);
  border-radius: 20px;
}

/****************************
*      Header CSS        *
****************************/

@media only screen and (max-width: 600px) {
  .logo {
    height: 79px;
    width: 70px;
    margin-left: 2%;
    float: left;
    overflow: hidden;
  }
  img {
    margin: 5% 2% 5% 1%;
    height: 70px;
    width: 70px;
  }
  .header-title-1 h1 {
    color: #0080fd;
    text-align: center;
    font-family: lato;
    float: left;
    overflow: hidden;
    margin-left: 10%;
  }
  .header-title h1 {
    font-size: 28px;
    color: #034e97;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
  }
  header {
    background-color: white;
  }
}
@media only screen and (min-width: 600px) {
  .logo {
    height: 79px;
    width: 70px;
    margin-left: 2%;
    float: left;
    overflow: hidden;
  }
  img {
    margin: 5% 2% 5% 1%;
    height: 70px;
    width: 70px;
  }
  .header-column { 
    background-color: #ffffff;
    /*background: rgb(0,92,230);*/
    /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
    height: 80px;
    width: 100%;
    border-bottom: 1px solid black;
  }
  .header-title h1 {
    font-size: 28px;
    color: #034e97;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
  }
  header {
    background-color: white;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    height: 79px;
    width: 70px;
    margin-left: 2%;
    float: left;
    overflow: hidden;
  }
  img {
    margin: 5% 2% 5% 1%;
    height: 70px;
    width: 70px;
  }
  .header-column { 
    background-color: #ffffff;
    /*background: rgb(0,92,230);*/
    /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
    height: 80px;
    width: 100%;
    border-bottom: 1px solid black;
  }
  .header-title h1 {
    font-size: 28px;
    color: #034e97;
    text-align: center;
    padding-top: 20px;
    margin: 0px;
  }
  header {
    background-color: white;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .header-title h1 {
    color: #0080fd;
    text-align: center;
    padding-top: 20px;
    font-family: lato;
    float: left;
    overflow: hidden;
    margin-left: 10%;
  }
  .header-title-1 h1 {
    color: #0080fd;
    text-align: center;
    font-family: lato;
    float: left;
    overflow: hidden;
    margin-left: 10%;
  }
  .logo {
    height: 119px;
    width: 100px;
    margin-left: 50%;
    float: left;
    overflow: hidden;
  }
  img {
    margin: 15% 2% 5% 1%;
    height: 100px;
    width: 100px;
  }
  header {
    background-color: white;
    padding-bottom: 10px;
  }
}

/*************************************
*      Media Styles based on devices  *
**************************************/

.table {
  color: #000000;
  background-image: linear-gradient(to top, rgba(217, 217, 217, 0.6) 70%, rgba(255, 255, 255, 0.6) 100%);
}
table > tbody > tr > td .rate-option-1 , table > tbody > tr > td .rate-option-2 , table > tbody > tr > td .rate-option-3  {
  margin: 0 10px 0 10px;
  font-size: 20px;
}
.bg-primary {
  background-color: #034e97;
}

/*************************************
*      Media Styles based on devices  *
**************************************/

@media (max-width: 600px) {

  .row-width {
    background-color: #034e97;
  }
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 50px 10px 50px;
    background: #034e97;
  }
  footer {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 20px 0 105px 0;
    height: 50px;
    background-color: #034e97;
    /*background: rgb(0,92,230);*/
    /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
    text-align: center;
  }
  .footer .footer-text-1 {
     color: #ffffff;
     font-size: 16px;
     letter-spacing: 1px;
     float: left;
     overflow: hidden;
     margin: 0 10px 0 40px;
     font-weight: 500;
  }
  .footer .footer-text-2 {
     color: #ffffff;
     font-size: 16px;
     letter-spacing: 1px;
     float: right;
     overflow: hidden;
     margin: 0 30px 0 10px;
     font-weight: 500;
  }
  .page-title h1 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
  }
  .center {
    margin-left: 10%;
    margin-right: 10%;
  }
  .panel-body {
    width: 100%;
    margin: auto;
  }
  .control-label {
    font-size: 13px;
  }
  .option-sel {
    margin-top: 20px;
  }

}

@media (min-width: 600px) {

  .row-width {
    background-color: #034e97;
  }
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 50px 10px 50px;
    background: #034e97;
  }
  footer {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 20px 0 40px 0;
    height: 50px;
    background-color: #034e97;
    /*background: rgb(0,92,230);*/
    /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
    text-align: center;
  }
  .footer .footer-text-1 {
     color: #ffffff;
     float: left;
     font-size: 16px;
     letter-spacing: 2px;
     font-weight: 500;
  }
  .footer .footer-text-2 {
     color: #ffffff;
     float: right;
     font-size: 16px;
     letter-spacing: 2px;
     font-weight: 500;
  }
  .page-title h1 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
  }
  .ts-main-content .content-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }

}

@media (min-width: 768px) {

  .row-width {
    background-color: #034e97;
  }
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 50px 10px 50px;
    background: #034e97;
  }
  footer {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 20px 0 40px 0;
    height: 50px;
    background-color: #034e97;
    /*background: rgb(0,92,230);*/
    /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
    text-align: center;
  }
  .footer .footer-text-1 {
     color: #ffffff;
     float: left;
     font-size: 16px;
     letter-spacing: 2px;
     font-weight: 500;
  }
  .footer .footer-text-2 {
     color: #ffffff;
     float: right;
     font-size: 16px;
     letter-spacing: 2px;
     font-weight: 500;
  }
  .page-title h1 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
  }
  .ts-main-content .content-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }

}

@media (min-width: 992px) {

  .row-width {
    background-color: #034e97;
  }
  .btn {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 10px 50px 10px 50px;
    background: #034e97;
  }
  footer {
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    padding: 20px 0 40px 0;
    height: 50px;
    background-color: #034e97;
    /*background: rgb(0,92,230);*/
    /*background: linear-gradient(90deg, rgba(0,92,230,1) 0%, rgba(0,71,179,1) 6%, rgba(0,61,153,1) 15%, rgba(0,48,122,1) 30%, rgba(0,51,127,1) 51%, rgba(0,41,102,1) 75%);*/
    text-align: center;
  }
  .footer .footer-text-1 {
     color: #ffffff;
     float: left;
     font-size: 16px;
     letter-spacing: 2px;
     font-weight: 500;
  }
  .footer .footer-text-2 {
     color: #ffffff;
     float: right;
     font-size: 16px;
     letter-spacing: 2px;
     font-weight: 500;
  }
  .page-title h1 {
    margin-top: 5%;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    color: #0080fd;
  }
  .ts-main-content .content-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
  .center {
    margin: auto;
    margin-left: 5%;
    margin-right: 2%;
  }
  .control-label {
    font-size: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

}

/*************************************
*      Media Styles based on devices  *
**************************************/