@charset "utf-8";
/* CSS Document */

body{
 background: #ffffff;
 color: #555555;
 font-family: Arial, Helvetica, sans-serif;
 scroll-behavior: smooth;
}
*{
  font-family: Arial, Helvetica, sans-serif;
}


li{
 list-style: none
}
ul, ol{
 padding: 0px;
 margin: 0px;
}
br{
 margin-bottom: 10px;
}
.font_bold{
 font-weight: bold;
}
.header{
 background: #f5f5f5;
 padding: 1% 0;
 text-align: right;
}
a{
 color: #5e869e;
}
.header a{
 color: #5e869e;
 font-size: 14px;
 
}
.banner{
 margin-bottom: 3%;
}
.tab_title{
 margin-bottom: 2%;
}
.tab_title p{
 font-size: 24px;
 color: #555555;
 font-weight: bold;
 line-height: 120%;
}
.banner img{
 width: 100%;
}
.nav-tabs .nav-item{
 width: 33.33%;
}
.nav-tabs .nav-link{
 padding-left: 60px;
 width: 100%;
 text-align: left;
 border: none;
 border-radius: 0px;
 border-top: 3px solid #ffffff;
 padding-top: 10px;
 font-size: 20px;
 color: #c6cac6;
 background: url("../images/tab_bg.png") no-repeat 20px 10px;
}
.nav-tabs .nav-link.checked{
 background: url("../images/check.png") no-repeat 20px 10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
 border-top: 3px solid #ffffff;
}
.nav-tabs .nav-link.active{
 background: url("../images/tab_active.png") no-repeat 20px 10px;
 border-top: 3px solid #688c38;
 color: #688c38;
}
.tab_content1{
 padding: 1% 18%
}
.tab_info{
 background: #fafafa;
 padding: 15px;
}
.form_sec{
 background: #fafafa;
 padding: 15px;
 
 -webkit-box-shadow: -1px 0px 9px -1px rgba(122,118,122,1);
-moz-box-shadow: -1px 0px 9px -1px rgba(122,118,122,1);
box-shadow: -1px 0px 9px -1px rgba(122,118,122,1);
}
.form_sec h5{
 font-size: 18px;
 margin-bottom: 15px;
}
.form_sec p{
 font-size: 16px;
 line-height: 120%;
}
.nav-tabs{
 border-bottom: none;
 border-top: 1px solid #c6cac6;
 width: 92%;
}
.tab-content{
 margin-top: 3%;
}
.form-control{
 font-size: 16px;
}
.form1{
 margin-top: 25px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.form-switch{
 margin-bottom: 5px;
}
.form-switch .form-check-input:checked{
    --bs-form-switch-bg:url("../images/switch_active.png")
}
.form-switch .form-check-input{
 --bs-form-switch-bg:url("../images/switch_active.png")
}
.form-switch .form-check-input:focus{
 border-color: #dee2e6;
 box-shadow: none;
 --bs-form-switch-bg:url("../images/switch_active.png")
}

.form-switch .form-check-input{
     --bs-form-check-bg: #a6a6a6;
 width: 3.5em;
 height: 25px;
 border-radius: 0px;
 background-color: var(--bs-form-check-bg);
}
.form-check-input:checked{
 background-color: #a7c978;
 border-color: #a7c978;
}
.form-switch .form-check-label{
 padding: 4px 15px 0px;
}
.switches{
 margin-bottom: 30px;
 margin-top: 7px;
}
.submitbtn {
    margin-top: 2.5%;
}
.btn_custom{
 text-align: center;
}
.btn_custom.btn_custom2{
 text-align: left;
}
.btn_custom .btn-primary {
    border-radius: 0px;
    background: #c50e3c !important;
    width: 160px;
    border: none;
    padding: 10px;
    font-size: 14px;
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 5px;
 
}
.btn_custom.btn_custom2 .btn-primary{
 position: relative;
 width: 100%;
 font-weight: normal;
 font-size: 16px;
}
.btn_custom.btn_custom2{
 text-align: left
}
.btn_custom.btn_custom3{
 text-align: left
}
.footer{
 background: #1e1e1e;
 color: #ffffff;
 padding: 3% 10%;
 font-size: 16px;
}
option:first {
    color: #ccc !important;
}
.tab_content{
 position: relative
}
.tab_content img{
 width: 60%;
}
.red_box{
 position: absolute;
 right: 6%;
 width: 50%;
 background: #c50e3c;
 top:21%;
 color: #ffffff;
 padding:5% 2%;
 font-size: 34px;
 line-height: 120%;
}
.red_box p{
 margin-bottom: 0px;
}
.gl-button.pink::after, .gl-header .user-profile .dropdown-menu li a::after {
    border-left-color: #fff;
 
}
.gl-button::after, .gl-header .user-profile .dropdown-menu li a::after, .gl-button-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #ffffff;
 
}
.ft_links li {
 margin-bottom: 15px;
}
.ft_links ul li:last-child{
 margin-bottom: 0px;
}
.ft_links li a{
 font-weight: bold;
 font-size: 14px;
 color: #ffffff;
 text-decoration: none;
 font-size: 16px;
}
.copy_rt{
 margin-top: 40px;
}
.copy_rt p{
 margin-bottom: 0px;
 font-size: 16px;
}
.bullet{
 padding-left: 0px;
}
.bullet li{
 list-style: none
}


.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
   
    padding-right: 4.125rem;
    background-position: right 0.5rem center, center right 2.25rem;
    background-size: 18px 20px, calc(0.75em + .375rem) calc(0.75em + .375rem);
}
.form-control.is-valid, .was-validated .form-control:valid,.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.message h3,h4{
 margin-bottom: 20px;
}
.message p{
 font-size: 16px;
}
@media screen and (min-width: 1200px) {
    .gl-button::after, .gl-header .user-profile .dropdown-menu li a::after {
        right: 1.45rem;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
@media screen and (max-width: 1290px) { 
 
}


@media screen and (max-width: 1160px) { 
 .red_box{
  font-size: 24px;
 }
}
@media screen and (max-width: 1024px)
{
 .tab_content1 {
    padding: 1% 0%;
}
 .nav-tabs{
  width: 100%;
  }
 .form_sec h5{
  font-size: 16px;
  margin-bottom: 10px;
 }
 .form_sec p, .form_sec label {
    font-size: 14px;
  margin-bottom: 10px;
 }
 .form-switch .form-check-label{
  font-size: 14px;
   padding: 4px 8px 0px;
 }
 .form-switch .form-check-input{
  height: 20px;
  width: 2.5em;
 }
.tab_title p {
    font-size: 16px;
 }
 .nav-tabs .nav-link.active {
    background: url(../images/tab_active.png) no-repeat 0px 11px;
          background-size: 15px;
 }
 .nav-tabs .nav-link.checked{
  background: url("../images/check.png") no-repeat 0px 11px;
          background-size: 15px;
 }
 .nav-tabs .nav-link{
  padding-left: 25px;
  font-size: 12px;
          
  background: url(../images/tab_bg.png) no-repeat 0px 11px;
  background-size: 15px;
 }
 .form-control{
  font-size: 12px;
 }
 .footer{
  font-size: 12px;
 }
 .header a{
  font-size: 12px;
 }
}
@media screen and (max-width: 991px) { 
 .red_box{
  font-size: 18px;
 }
 .btn_custom.btn_custom2{margin-bottom: 20px;}
 .ft_links li a,.copy_rt p{
  font-size: 14px;
 }
 .ft_links li{
  margin-bottom: 10px;
 }
}
@media screen and (max-width: 767px) { 
 .red_box{
  font-size: 14px;
 }
}
@media screen and (max-width: 575px)
{
.form-control{
  font-size: 10px
 }
  .red_box{
  font-size: 14px;
   padding: 2%;
 }
     
}
@media screen and (max-width: 504px)
{
 
}
@media screen and (max-width: 412px)
{
 .red_box{
  font-size: 12px;
  width: 80%;
 }
}
@media screen and (max-width: 380px)
{
 
}
@media screen and (max-width: 450px) and (min-width: 350px){
}
