.navbar-section {
    background: #181725;
}

.geo-bg {
    background: #11E497;
}

.header-title-2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.header-title {
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 42px;
    line-height: 53px;
    color: #fff;
}

.prefix {
    background-color: #fff!important;
}

.form-control  {
    border: 0!important;
    box-shadow: none!important;
}

.form-control:focus {
    border: 0!important;
    box-shadow: none!important;
}

.search-icon:hover{
 color: #11E497;
}

.footer-p{
   font-family: 'Dosis';
   font-size: 18px;
   color: #fff; 
}

.sec-img{
    width: 75px;
    height: 75px;
    text-align: center;
    background-color: #181725;
    transition: 0.3s ease-in-out;
}

.sec-img:hover{
    /* border: 3px solid #11E497; */
    outline: 4px #11E497 solid;
}

.sec h1 a {
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 42px;
    color: #181725;
    cursor: pointer;
}

.sec h1 a:hover{
    color: #11E497;
}

.sec-item {
    background-color: #11E497;
    transition: 0.5s ease-in-out;
}

.sec-h4{
    color: #11E497;
}

.link{
    cursor: pointer;
}

.link:hover{

    .sec-item {
        background-color: #181725;
        transform: scale(1.2);
    }
}

.table th{
 vertical-align: middle;
 text-align: center;
}

.gsc-control-cse {
    border-color: #41B375;
    background-color: #FFFFFF;
    width: 50%!important;
    border-radius:  35px ;
    margin: 0px auto ;
}

.gsc-search-button-v2 svg {
    fill: #41B375;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 450px) {
    *{
        font-size: 0.8em;
     }

     
     .sec h1 a {
        font-family: 'Dosis';
        font-weight: 600;
        font-size: 30px;
        color: #181725;
        cursor: pointer;
        text-align: center;
    }

    .sec-img {
        width: 50px;
        height: 50px;
        text-align: center;
        background-color: #181725;
        transition: 0.3s ease-in-out;
    }

    .sec div{
        justify-content: center;
    }
    
    .header-title{
        font-size: 30px;
    }

    .gsc-control-cse {
        width: 90%!important;
    }
  }