@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
body{
  
    font-family: 'Poppins', sans-serif;
    
}
.logo img {
    min-height: 119px;
    vertical-align: middle;
    margin-top: 20px;
}


p{
    font-size: 16px;
}
.top-menu{
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
   
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #022c74;
    background: transparent;
    
}
.nav-pills .nav-link{
    color: #6D6D6D;
    border-left: 1px solid #E3E3E3;
    font-weight: 500;
}
.nav-pills .nav-link:first-child{
    border-left-width: 0px;
}
#main-warp{
    max-width: 490px;
    margin: 0 auto;
    padding-top: 0px;
  

}
.social {
    padding-top: 25px;
}
.wrap-box{
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    background: #F1F5F8;
    border-radius: 0.5rem;
   /* background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center top 98px;   
    background-size: contain;*/
    
}
.wrap-box2{
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    background: #F1F5F8;
    border-radius: 0.5rem;
    
}
.btn-s7{
  
    background: rgba(22,75,166,1);
    background-image: linear-gradient( 110.1deg,  rgba(22,75,166,1) 2.9%, rgba(2,44,116,1) 90.3% );
    border-width: 0rem;
    color: #fff;
    border-radius: 8px;
}
.btn-success:hover {
    color: #fff;
    background-color: #002a7c;
    border-color: #002a7c;
  }
  
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #002a7c;
    border-color: #002a7c;
    box-shadow: 0 0 0 0.2rem rgba(22, 75, 166, 0.5);
  }
  
.btn-s7 i{
    vertical-align: baseline;
}
.footer-box{
    padding: 2rem;
    text-align: center;
    background: rgba(22,75,166,1);
    font-weight: 500;
    color: #fff;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.footer-box p{
    margin-bottom: 0rem;

}
.inner-box{
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    background: #ffffff;
    margin: 1.5rem;   
    position: relative;
    bottom: -42px;
    border-radius: 0.5rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.inner-box2{
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    background: #ffffff;
    margin: 1.5rem;   
    border-radius: 0.5rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.inner2{
    padding:1rem;
}
.inner-box2 .title{
    text-align: center;
    text-transform: uppercase;
}
.form-control{
    height: 50px;
}
.custom-search {
    position: relative;
  }
  .custom-search-input {
    width: 100% !important;
    padding-right: 100px !important; 
    box-sizing: border-box;
    border-radius: 0.3rem;
    border-color: #E9E9E9;
  }
  .custom-search-botton {
    position: absolute;
    right: 3px; 
    top: 3px;
    bottom: 3px;
    line-height: 1 !important;
    z-index: 4;
    margin: 0.2rem;
  }
  .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.ti-text{
    color: #6A6A6A;
}
.iti input, .iti input[type=text], .iti input[type=tel]{
    width: 118% !important;
}
.iti--separate-dial-code .iti__selected-flag{
    background: #fff !important;
}
.logo {
     /*  position: relative;
    top: 30px;*/
    padding: 30px;
    padding-top: 0rem !important;
    text-align: center;
}
.logo img{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    .nav-pills .nav-link{
        font-size: 12px;
    }
    .nav-link {
        display: block;
        padding: 0rem 0.5rem;
    }
    .wrap-box{
        box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
        background: #F1F5F8;
        border-radius: 0.5rem;
      /*  background-image: url(../img/bg.png);
        background-repeat: no-repeat;
        background-position: center top 118px;   
        background-size: contain;*/
        
    }
    .box-logo{
        min-height: 170px !important;
        box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
        margin: 10px !important;
        padding: 20px;
        background-color: #fff;
        border-radius: 1rem;
      }
    .bt .btn{
       font-size: 0.6rem;
    }
  }
  .bg-d1{
      background: #164ba6;
      display: inline-block;
      padding: 10px;
      color: #fff;
      border-radius: 4px;
      font-weight: 500;
  }
  .btn-green{
    background-image: linear-gradient( 110.1deg,  rgba(22,75,166,1) 2.9%, rgba(2,44,116,1) 90.3% );
    border-color:rgba(22,75,166,1)  ;
    color: #fff;
  }
  .btn-green:hover{
    color: #fff;
  }
  .btn-success{
      background-color: rgba(22,75,166,1);
      border-color:rgba(22,75,166,1)  ;
   
  }
  .header{
    min-height: 190px;
    background-color: #f5f5f7;
     /* background-image: url(../img/bg1.png); 
    
    
      background-position: center top -125px;   
      background-repeat: no-repeat;  */ 
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
  }
  .box-logo{
    /*background-image: url(../img/box-bg.png);
    background-repeat: no-repeat;
    background-position: center;   */
    min-height: 200px;
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    margin-left: 50px;
    margin-right: 50px;
    background-color: #fff;
    border-radius: 1rem;

  }
  .ti-t{
      display: inline-block;      
  }
  .ti-t h4{
      position: relative;
      border-radius: 10px;
  }
  .footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
}
.fp{
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1030;
}
.tp{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1030;
}
.custom-search .form-control {
    font-size: 0.8rem;
}
.title h4 {
    background:  #8eadc3;
    padding: 10px;
    font-size: 21px;
    color: #FFF !important;
    padding: 15px 58px;
    border-radius: 5px;
    margin-bottom: 0px;   
}

.rating {
    border: none;
}

.myratings {
    font-size: 25px;
    color: green
}

.rating>[id^="star"] {
    display: none
}

.rating>label:before {
    margin: 5px;
    font-size: 1em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"
}

.rating>.half:before {
    content: "\f089";
    position: absolute
}

.rating>label {
    color: #ddd;
    float: right
}

.rating>[id^="star"]:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700
}

.rating>[id^="star"]:checked+label:hover,
.rating>[id^="star"]:checked~label:hover,
.rating>label:hover~[id^="star"]:checked~label,
.rating>[id^="star"]:checked~label:hover~label {
    color: #FFED85
}

.reset-option {
    display: none
}

.reset-button {
    margin: 6px 12px;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase
}
.cion{
    width: 50px;
    min-height: 50px;
    float: left;
}
.contact .table{
    border-collapse: separate;
    border-spacing: 0px 20px;
   
}
.contact .table th, .contact .table td {
    background-color: white;
    border-color: transparent; 
    box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
    border-radius: 10px;
}
.font-weight-bold{
    font-weight: 500 !important;

}
.social ul{
    list-style-type: none;
    padding: 0px;
}
.social ul li {
    display: inline;
}
.social ul li  a{
    padding: 10px 27px;
    font-size: 40px;
    color:#002a7c;
}
.footer-box .social ul li  a{
    padding: 10px 13px;
    font-size: 22px;
    color:#fff  ;
}
.f18{
    font-size: 18px;
}
#button {
    display: inline-block;
    background-color: rgba(22,75,166,1);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\ebb9";
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #002a7c;
    border-color: transparent;
    text-decoration: none;
  }
  #button:active {
    background-color: #002a7c;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  .sbuttons {
  bottom: 5%;
  position: fixed;
  margin: 1em;
  left: 0;
}
.sbutton {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 38px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 60px;
  transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
 
[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
}
 
[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2ab1ce;
}
.sbutton.ytube {
  background: #F44336;
}
.sbutton.pinteres {
  background: #e60023;
}
.sbutton.twitt {
  background: #03A9F4;
}
.sbutton.fb {
  background: #3F51B5;
}
.sbutton.whatsapp {
  background: #00e676;
}
.sbutton.email {
  background: #7d7d7d;
}
.sbutton.sms{
	background: #F44336;
}
  