*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    position: relative;
}
.header{
background-color: #ddd;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.next-header{
    background-color: tan;
    padding: 30px;
}
 
  
input[type=text] {
    padding: 6px;
    margin-top: 1px;
    font-size: 17px;
    border: none;
    outline: none;
    width: 367px;
    /* border: 1px solid #ddd !important; */
}
  
 .search-container button {
        float: right;
        padding: 10px 13px; 
        margin-top: -38px;
        margin-right: 1px;
        background: #ddd;
        font-size: 18px;
        border: none;
        cursor: pointer;
        background-color: #1D1F46 !important;
        width: 25%;
    }
.search-container{
    background-color: #ddd;
}
 .search-container button:hover {
    background: #ccc;
  }
 .search-container form {
       margin-top: 25px;
    background: #fff;
}
  .line-header{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 22%;
  }
  .line-header .line-1{
    width: 200px;
    border-bottom: 8px solid #1D1F46;

  }
  .line-header .line-2{
    width: 200px;
    border-bottom: 8px solid #1D1F46;

  }
  .line-header .line-3{
    width: 200px;
    border-bottom: 8px solid #1D1F46;

  }
  .line-header .line-1:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: linear-gradient(red, yellow);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-2:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: linear-gradient(red, yellow);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-3:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: linear-gradient(red, yellow);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-3:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: linear-gradient(red, yellow);
    position: absolute;
    top: -5px;
    right: -3px;
  }
  .text1 {
    position: absolute;
    top: -35px;
    left: -13px;
}
.text2 {
    position: absolute;
    top: -35px;
    left: 177px;
}
.text3 {
    position: absolute;
    top: -35px;
    left: 345px;
}
.text4 {
    position: absolute;
    top: -35px;
    left: 555px;
}
table{
    width:100%;
   
}
table tr td{
    border:1px solid #ddd;
    border-collapse: collapse;
    width: 50%;
    padding: 3px 10px; 
    font-weight: 500;
}
.table1 tr .td1{
    width:20%;
}
.table1 tr .td2{
    width:40%;
}
.table1 tr .td3{
    width:40%;
}
.header-top-area {
    border-bottom: 1px solid  #1D1F46;
    background:  #1D1F46;
    color:#fff;
}
.header-info a,.lang-icon a{
    color:#fff;
    text-decoration: none;
}
.f-right {
    float: right;
}
.pos-rel {
    position: relative;
}
.header-lang {
    padding: 16px 0 18px;
    display: inline-block;
}
/*.nav-link{
    font-size: 17px !important;
    color: #000 !important;
    font-weight: 600 !important;
}
.nav-link:focus, .nav-link:hover {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}*/
.pt-80 {
    padding-top: 80px;
}
.footer-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #d6d6d6;
}
.footer-title h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 23px;
}
.footer-menu ul li {
    padding-bottom: 7px;
}
li {
    list-style: none;
} 
.footer-menu a{
    color:#fff;
    text-decoration: none;
}
.green-footer .footer-contact-text span {
    color: #d6d6d6;
    font-size: 13px;
}
.footer-contact-text span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.copyright p {
    margin-bottom: 0;
    color: #d6d6d6;
    font-size: 14px;
}
.logo-image{
    width:75%;
} img{
max-width: 100%;
}
.search-container button:hover {
    background: #1D1F46 !important;
    
    color: #fff !important;
}
.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    color: #1D1F46 !important;
    background-color: #1D1F46 !important;
    border-color: #1D1F46 !important;
    color: #fff !important;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.text-center {
    text-align: center !important;
}
.breadcrumb-text > h1 {
    font-size: 48px;
    color: #fff;
}

.pd-40 h1 {
font-family: 'Nunito', sans-serif;
}
 .line-header .line-2-active{
    width: 200px;
    border-bottom: 8px solid #1D1F46;

  }
  .line-header .line-2-active:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: linear-gradient(#fff, #000);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-2-active:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: linear-gradient(#fff, #000);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-3-active:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image:linear-gradient(#fff, #000);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-3-active:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image:linear-gradient(#fff, #000);
    position: absolute;
    top: -5px;
    right: -3px;
  }
.line-header .line-3-active{
    width: 200px;
    border-bottom: 8px solid #1D1F46;

  }
  .line-header .line-3-1:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image:linear-gradient(red, yellow);
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .line-header .line-3-1:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image:linear-gradient(#fff, #000);
    position: absolute;
    top: -5px;
    right: -3px;
  }
.line-header .line-3-1{
    width: 200px;
    border-bottom: 8px solid #1D1F46;

  }
  .card-header{
    font-weight: 600;
}
 .line-header{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 22%;
    width: 46%;
    margin:0 auto;
  }

   .form-inline .form-control {
    display: inline-block;
    width: 70% !important;
    vertical-align: middle;
    border: 2px solid #ddd;
}

.btn::after {
    content: "";
    position: absolute;
     background-color: transparent!important;
    height: 100%;
    left: -35%;
    top: 0;
    /* transform: skew(50deg); */
    transition-duration: 0.6s;
    transform-origin: top left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
    z-index: -1;
}

@media(max-width:1366px){
.search-container button {
    float: right;
   padding: 10px 13px;
    margin-top: -38px;
    margin-right: 1px;
    background: #ddd;
    font-size: 18px;
    border: none;
    cursor: pointer;
    background-color: #1D1F46 !important;
}
}

@media(max-width:991px){
.search-container button {
    width: 47%;
}
.form-inline .form-control {
    display: inline-block;
    width: 48% !important;
    vertical-align: middle;
    border: 2px solid #ddd;
}


}


@media(max-width:480px){
.search-container button {
    width: 29%;
}
.form-inline .form-control {
    display: inline-block;
    width: 68% !important;
    vertical-align: middle;
    border: 2px solid #ddd;
}


}
  