/*body{font-family: 'Raleway';}*/
.blue {
    color: #082C7D;
}

.hiv_home {
    min-height: 85vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
 
.search_box_container {
    width: 85%;
    margin: 0 auto;
}

.search_filter_btn {
    display: inline-flex;
}

    .search_filter_btn .active {
        background: #007bff;
        color: #ffffff !important;
    }

ul.search_filter_btn li {
    list-style: none !important;
}

    ul.search_filter_btn li a {
        list-style: none !important;
        background: #f0f0f0;
        padding: 5px 17px;
        margin: 0 0 0 5px;
        border-radius: 5px;
        width: 104px !important;
        display: block;
        text-align: center;
        color: black !important;
        font-size: 14px;
    }

        ul.search_filter_btn li a:hover {
            text-decoration: none;
            box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.20);
        }

.top_bar {
    margin: auto;
}

    .top_bar h1 {
        color: #082C7D !important;
        font-size: 24px;
        font-weight: 700;
        margin: auto;
    }

.social {
    width: 100px;
    margin: auto;
    font-size: 23px;
    color: #002F86;
}

.home_margin {
    margin: 8% 0 31% 0;
}

.top-right {
    display: flex;
}

.btn-outline-orange {
    color: #d8615b;
    border: 1px solid #d8615b08;
    background: #d8615b21;
}

header {
    background: white;
}

#topbar {
    display: flex;
}

.col-7, .col-3, .col-2 {
    display: table-cell;
    margin: auto;
}

.border_left {
}

    .border_left:before {
        content: "";
        background: #082C7D;
        width: 1.5px;
        position: absolute;
        top: 9px;
        margin-left: -22px;
        height: 33px;
    }

input.form-control {
    border-radius: 5px !important;
    height: 44px;
    padding-left: 12px;
    border: 3px solid #c3c3c3 !important;
}
select.form-control {
    border-radius: 5px !important;
    height: 44px;
    padding-left: 12px;
    -webkit-appearance: auto;
    border: 3px solid #c3c3c3 !important;
}
.full_width_search {
    width: 45%;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9aa0a6;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef00;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 9px;
}

.voice {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 33px;
    top: 6px;
    z-index: 999;
}

::placeholder {
    color: #9aa0a6;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    margin-top: 13px;
}

/*select.countrypicker:after{content:">"; position:absolute; top:0;}*/

.countries select {
    font-size: 12px;
    border: 0;
    outline: none;
    padding: 5px 0;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    /* margin-left: -5px; */
    margin: 0 !important;
    background: #f8f9fa;
    border-radius: 5px !important;
    border: 3px solid #c3c3c3 !important;
}

.countrypicker {
    width: 100%;
}

    .countrypicker:hover {
        /*border: 0 !important;*/
        cursor: pointer;
    }

.countries select::-ms-expand {
    display: none !important;
}

.header {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

    .header .ma-1 {
        order: 1;
        width: 65%;
        margin: auto !important;
    }

    .header .ma-2 {
        order: 2;
        width: 7%;
        margin: auto !important;
    }

    .header .ma-3 {
        order: 3;
        width: 6.1%;
    }

    .header .ma-4 {
        order: 4;
        width: 10%;
    }

    .header .ma-5 {
        order: 6;
        width: 90%;
        margin: auto !important;
    }

.Border {
    border-bottom: 1px solid #80808054;
    order: 5;
    width: 96.5%;
    margin: 0 auto;
    margin-top: 5px;
}

.ma-1:after, .ma-2:after, .ma-3:after {
    border-bottom: 1px solid grey;
    content: "";
}

.header .ma-6 {
    order: 7;
    width: 10%;
    margin: auto !important;
}

.logo h1 {
    color: #002F86 !important;
    font-size: 24px;
    font-weight: 700;
    margin: auto;
}

    .logo h1 a:hover {
        text-decoration: none;
    }

.bg-light {
    background-color: #ffffff !important;
}

.logo, .social, .login, .countries {
}

.mobile {
    display: none;
}

a.btn.btn-md.btn-default.btn2:hover {
    background: #007bff !important;
    background-color: rgb(0 123 255) !important;
    color: #fff !important;
    border: 2px solid #007bff !important;
}


.home-blog header, .home-blog .pager-sorter {
    display: none !important;
}

.home-blog footer {
    display: none !important;
}

.base-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100% !important;
}

.home_margin {
    width: 65%;
    margin: 0 auto;
}

.home-blog {
    width: 17%;
    display: block;
}

    .home-blog .bs-calltoaction .col-md-5, .home-blog .bs-calltoaction .col-md-7 {
        max-width: 100% !important;
    }
    /*.home-blog .bs-calltoaction.bs-calltoaction-default {
        display: inline-block;
    }*/
    .home-blog .col-md-5, .home-blog .col-md-7 {
        display: block !important;
        width: 100% !important;
    }

    .home-blog .detail .btn2 {
        display: block !important;
        width: 100% !important;
    }

    .home-blog h1.cta-title {
        font-size: 1.3em !important;
    }

    .home-blog .cta-contents span img {
        float: right;
    }

    .home-blog .pb-3 section .page-info,
    .home-blog .footer-pager-basic {
        display: none !important;
    }

    .home-blog .pb-3 section .col-sm-12 {
        padding: 0 !important;
    }

    .home-blog .pb-3 {
        position: fixed;
        height: 100%;
        overflow-y: scroll;
    }



.voice-search {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -33px;
    top: 68px;
    z-index: 999;
}

.btn-search {
    position: relative;
    min-width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 10px;
    background: #323264;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    /* line-height: 1em; */
    border:0;
}
.flex-end {
    align-self: flex-end;
}
.btn-search:focus {
    /*transform: scale(.8);*/
    box-shadow: 0 3px 0 transparent;
    outline: 0px;
}

    .btn-search:hover {
        background: #284b9b;
    }

.input-special-search-control {
    border-radius: 25px !important;
    height: 56px !important;
    padding-left: 40px;
}

#search-addon {
    padding-top: 57px !important;
    padding-left: 24px;
}

.hiv_form label {
    border: 0px solid;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    padding-left: 12px;
    margin-bottom: -11px;
}

.footer__email-sign-up {
    background: #323264;
    padding: 35px 0;
}

.input__contain {
    min-height: 62px;
}

.input__contain {
    position: relative;
    min-height: 60px;
    border-radius: 8px;
    border: 1px solid #a5aaaa;
    background: #fff;
}

.input__btn-attached {
    padding-right: 8px;
}

.input__title {
    transform: translate(20px) scale(1);
    position: absolute;
    left: 0;
    width: 250px;
    height: 15px;
    pointer-events: none;
    text-transform: lowercase;
    line-height: 1;
    padding-top: 3px;
    padding-left: 15px;
}

.input__btn-attached button {
    min-width: inherit;
}

#input_newsletter {
    margin-top: 0px;
    padding-top: 20px;
    border-radius: 25px !important;
}



/* Loader image */
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #323264;
    background: -moz-linear-gradient(left, #323264 10%, rgba(50,50,100, 0) 42%);
    background: -webkit-linear-gradient(left, #323264 10%, rgba(50,50,100, 0) 42%);
    background: -o-linear-gradient(left, #323264 10%, rgba(50,50,100, 0) 42%);
    background: -ms-linear-gradient(left, #323264 10%, rgba(50,50,100, 0) 42%);
    background: linear-gradient(to right, #323264 10%, rgba(50,50,100, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #323264;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End of Loader image */


/*==================-media querries=====================*/
@media only screen and (max-width: 1200px) {
    .header .ma-1 {
        order: 1;
        width: 61%;
        margin: auto !important;
    }

    .header .ma-2 {
        order: 2;
        width: 7%;
        margin: auto !important;
    }

    .header .ma-3 {
        order: 3;
        width: 13%;
    }

    .header .ma-4 {
        order: 4;
        width: 11%;
    }

    .header .ma-5 {
        order: 5;
        width: 88%;
        margin: auto !important;
    }

    .header .ma-6 {
        order: 6;
        width: 12%;
        margin: auto !important;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        display: none;
    }

    .s-sorting .dropdown {
        display: block !important;
        width: 100%;
        border: 1px solid #9e9e9ead;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .s-pagination {
        order: 2;
    }

    .s-sorting {
        order: 1;
    }

        .s-sorting ul {
            display: none;
        }
}

@media only screen and (max-width: 990px) {
    .covid-19 {
        width: 70% !important;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 0px;
        padding: 20px 0;
        margin-top: 10%;
    }

    .Border {
        display: none;
    }

    .mobile {
        display: block !important;
        position: absolute;
        right: 7%;
        top: 2%;
        z-index: 99;
        cursor: pointer;
        font-size: 22px;
        text-align: right;
    }

    .login small br {
        display: none;
    }

    .nav-link {
        background: #e5e5e5;
        color: #212121 !important;
        margin-bottom: 5px;
        padding-left: 25px !important;
        border-bottom: 1px solid gainsboro;
    }
    /*.mobile:before{content:"f02a";font-family: "Font Awesome 5 Brands"; width:10px; height:10px;position:relitive;}*/
    .collapse:not(.show) {
        display: block !important;
    }

    .navbar-toggler {
        display: none;
    }

    .header .ma-1 {
        order: 1;
        width: 65%;
        margin: auto !important;
    }

    .header .ma-4 {
        order: 2;
        width: 35%;
    }

    .header .ma-5 {
        order: 3;
        width: 100%;
    }

    .header .ma-3 {
        order: 4;
        width: 33.33%;
        padding: 0px 0 0 36px;
        margin-top: -17px;
    }

    .header .ma-6 {
        order: 6;
        width: 33.33%;
        padding-top: 0px;
        margin-top: -31px !important;
        margin-bottom: 4px;
        height: 60px;
    }

    .header .ma-2 {
        order: 5;
        width: 33.33%;
        margin-top: -43px !important;
        height: 72px;
    }

    .ma-5, .ma-3, .ma-6, .ma-2 {
        background: #f6f6f6 !important;
        padding: 20px;
        display: none;
    }

    .bg-light {
        background-color: #f6f6f6 !important;
    }

    .border_left:before {
        content: "";
        background: #fff;
        width: 1.5px;
        position: absolute;
        top: 9px;
        margin-left: -22px;
        height: 33px;
    }

    .btn-default {
        display: block;
        width: 100%;
        background: #082c7d00;
        width: 138px;
        color: #082C7D !important;
        border: 2px solid #082C7D;
        padding: 13px 0;
        margin: 0 auto;
    }

    .mobile {
    }
}

@media only screen and (max-width: 768px) {
    .cta-title {
        font-size: 20px;
    }

        .cta-title span {
            font-size: 12px !important;
            color: hotpink;
        }

    .search_box_container {
        width: 98%;
        margin: 0 auto;
    }

    .box {
        background: white;
        padding: 20px;
        position: relative !important;
        z-index: 9999;
        top: -120px;
        box-shadow: 1px 8px 1px rgba(0,0,0,0.35):;
    }

    .box-text {
        margin-top: -80px;
    }

    .footer-pager {
        width: 100% !important;
        display: block;
    }

        .footer-pager .col-1 {
            width: 100% !important;
            display: block;
        }

    .detail .btn2 {
        display: block !important;
        width: 100% !important;
    }

    a.btn.btn-md.btn-default.btn2:hover {
        background: #007bff !important;
        background-color: rgb(0 123 255) !important;
        color: #fff !important;
        border: 2px solid #007bff !important;
    }

    .countries label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 12px;
        font-weight: 700;
        margin-top: 12px;
    }

    /*footer {
        
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
    }*/
    .base-container {
        display: block;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100% !important;
    }

    ::placeholder {
        font-size: 15px;
    }

    .voice-search {
        right: 80px;
    }

    .btn-search {
        min-width: 93px;
    }

    .btn-newsletter2 {
        min-width: 93px;
        font-size: 0.9rem;
        margin-left: -109px !important;
        width: 104px;
    }

    .home_margin {
        width: 98%;
        margin: 0 auto !important;
    }

    .home-blog {
        width: 100%;
        display: block;
    }

        .home-blog .pb-3 {
            position: relative;
            height: 100%;
            overflow-y: hidden;
        }

        .home-blog .cta-desc p {
            /*text-align: left;*/
        }

    .body-home {
        overflow: auto !important;
    }

    .footer-home {
        background: #f4f4f4;
        border-top: 1px solid #e5e5e5;
        height: 65px !important;
        margin-top: 0%;
        padding: 15px 0;
        /*position: relative !important;*/
        position: relative;
        bottom: 0;
        width: 100%;
    }

    #input_newsletter {
        width: 92% !important;
        margin-left: 18px;
    }
}

@media only screen and (max-width: 630px) {
    .header .ma-3 {
        order: 4;
        width: 100%;
        padding: 0px 0 0 36px;
        margin-top: -24px;
        margin-bottom: 30px;
        z-index: 99999;
        position: relative;
    }

    .header .ma-2 {
        order: 5;
        width: 100%;
        margin-top: -30px !important;
        height: 72px;
        padding: 0 0 0 36px;
    }

    .header .ma-6 {
        order: 6;
        width: 100%;
        padding-top: 0px;
        margin-top: -35px !important;
        margin-bottom: 4px;
        height: 60px;
        padding: 0 0 0 34px;
    }
}
/*===========================search results===================*/
.bs-calltoaction {
    position: relative;
    width: auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .bs-calltoaction > .row {
        display: table;
        width: calc(100% + 30px);
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"] {
            float: none;
            display: table-cell;
            vertical-align: middle;
        }

.cta-contents {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-title {
    margin: 0 auto 15px;
    padding: 0;
}

    .cta-title span {
        font-size: x-large;
        color: hotpink;
    }

.cta-desc {
    padding: 0;
}

    .cta-desc p:last-child {
        margin-bottom: 0;
    }

.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.s-sorting .dropdown {
    display: none;
}

@media (max-width: 991px) {
    .bs-calltoaction > .row {
        display: block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"] {
            float: none;
            display: block;
            vertical-align: middle;
            position: relative;
        }

    .cta-contents {
        text-align: center;
    }
}

.sortby-text {
    margin-top: 2px;
    margin-right: 5px;
}

.bs-calltoaction.bs-calltoaction-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-info .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-success .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
    .bs-calltoaction.bs-calltoaction-danger .cta-button .btn {
        border-color: #fff;
    }

.detail {
    text-align: right;
}

    .detail .btn2 {
        display: block;
        width: 100%;
        background: #082c7d00;
        width: 160px;
        color: #082C7D !important;
        border: 2px solid #082C7D !important;
        padding: 13px 0;
        display: inline-block;
    }

    .detail .btn1 {
        display: block;
        width: 100%;
        background: #f0f0f0;
        width: 138px;
        color: #222 !important;
        border: 2px solid #f2f2f2 !important;
        padding: 13px 0;
        display: inline-block;
    }

small.time {
    font-size: 80%;
    margin-top: -12px;
    display: block;
}
/*========================profile details========================*/
.bg-profile {
    padding: 100px 0;
    background: url(../images/bg-profile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 -10%;
}

.bg-blog {
    padding: 100px 0;
    background: url(../images/bg-blog-hero.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 -10%;
}

.box {
    background: white;
    padding: 20px;
    position: relative;
    z-index: 9999;
    top: -120px;
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.35);
}

.claim {
    background: #ffc855;
    background: -moz-linear-gradient(top, #ffc855 1%, #fd761b 100%);
    background: -webkit-linear-gradient(top, #ffc855 1%,#fd761b 100%);
    background: linear-gradient(to bottom, #ffc855 1%,#fd761b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc855', endColorstr='#fd761b',GradientType=0 );
    color: white;
    border: 0;
    padding: 12px 0;
    width: 100%;
    font-weight: 600;
}

.box h6 {
    color: #082C7D;
    font-weight: 600;
}

.box .consul {
    color: orange;
    background: none;
    border: 0;
    font-weight: 600;
    text-align: center;
}

.box-consul {
    text-align: center !important;
    background: #efefef;
    padding: 10px;
}

.box-text {
    color: #333 !important;
    background-color: #fff0 !important;
    border-color: #ccc0 !important;
}

.btn-consutations {
    display: block;
    width: 100%;
    width: 200px;
    color: white !important;
    border: 0px solid #082C7D;
    padding: 13px 0;
    display: block;
    max-width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    border-radius: 0;
}

.my-content.bs-calltoaction.bs-calltoaction-default {
    color: #333;
    background-color: #e8e8e8 !important;
    border-color: #ccc0;
}

.covid-19 {
    width: 40%;
    margin: 0 auto;
    margin-top: 0px;
    padding: 20px 0;
    margin-left: 22%;
}

#search-addon input {
    width: 100%;
    max-width: 100%;
}
/*---------------------footer----------------*/
footer {
    background: #f4f4f4;
    border-top: 1px solid #e5e5e5;
    height: 50px;
    margin-top: 0%;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.body-home {
    overflow: hidden;
}

.footer-home {
    background: #f4f4f4;
    border-top: 1px solid #e5e5e5;
    height: 50px;
    margin-top: 0%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

html, body {
    height: 100%;
    margin: 0;
}

footer ul {
    display: flex;
    padding: 0;
}

    footer ul li {
        list-style: none;
        padding: 0 10px;
    }

        footer ul li:first-child {
            list-style: none;
            padding: 0 px;
        }

        footer ul li a {
            color: #949494 !important;
        }

/* LOADING PANEL... */
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}


    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }
/* ~~LOADING PANEL... */


.invisiblelink a:link,
.invisiblelink a:active,
.invisiblelink a:visited,
.invisiblelink a:hover {
    color: red !important;
}


#cookieConsent {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    margin-bottom: 0px;
    color: #949494;
    padding: 1rem;
}

#cookieConsent .accept-policy {
    position: relative;
    height: 44px;
    background: #323264;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 1em;
    opacity: 1;
    font-weight: 100;
}






form.full_width_search {
    /*display: flex;
    flex-direction: row;
    gap: 10px;*/
    width: 100%;
}



@media only screen and (max-width: 768px) {
    form.full_width_search {
        display: flex;
        width: 100%;
        gap: 10px;
        flex-direction: column;
        position: relative;
    }

    select.form-control {
        border-radius: 5px !important;
        height: 44px;
        padding-left: 12px;
        font-size: 15px;
        -webkit-appearance: auto;
        
    }

    /*.voice-search {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 80px;
        text-align: right;
        z-index: 999;
        bottom: 30px;
    }*/
    .voice-search {
        width: 100%;
        height: 20px;
        position: relative;
        right: 0;
        text-align: right;
        z-index: 999;
        bottom: 0;
        top: 0;
    }
    .btn-search {
        position: relative;
        min-width: 100% !important;
        height: 50px;
        padding: 0 20px;
        border-radius: 10px;
        background: #323264;
        color: #fff;
        font-size: 1rem;
        text-align: center;
        line-height: 1em;
        max-width: 100%;
        display: block;
        margin-top:16px;
    }
    .margin-top-10 {
        margin-top: 10px;
    }
    .margin-top-20 {
        margin-top: 20px;
    }
    footer ul {
        display: flex;
        padding: 0;
        justify-content: center;
    }

        footer ul li {
            list-style: none;
            padding: 0 5px;
        }

            footer ul li a {
                color: #949494 !important;
                font-size: 13px;
            }
}

@media only screen and (max-width: 1350px) {

    .hiv_form label {
        border: 0px solid;
        font-size: 1.5vw;
        font-weight: 600;
        padding: 0;
        padding-left: 0px;
        padding-left: 10px;
        margin-bottom: -19px;
    }
}

@media only screen and (max-width: 900px) {
    .hiv_home .home_margin {
        width: 100%;
        margin: 0 auto;
    }

    .hiv_form label {
        border: 0px solid;
        font-size: 2.2vw;
        font-weight: 600;
        padding: 0;
        padding-left: 0px;
        padding-left: 10px;
        margin-bottom: -19px;
    }
}

@media only screen and (max-width: 768px) {
    .hiv_home .home_margin {
        width: 100%;
        margin: 0 auto;
    }

    .hiv_form label {
        border: 0px solid;
        font-size: 1.2rem;
        font-weight: 600;
        padding: 0;
        padding-left: 0px;
        padding-left: 10px;
        margin-bottom: -11px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 990px) {
    .mobile {
        display: block !important;
        position: absolute;
        right: 4%;
        top: 9%;
        z-index: 99;
        cursor: pointer;
      /*   font-size: 22px;
        text-align: center;
       border: 1px solid gray;
        border-radius: 52px;
        padding: 8px;
        font-size: 24px;
        background: #002f86;
        color: white;
        width: 40px;
        height: 40px;*/
    }

    .header .ma-4 {
        order: 2;
        width: 131px;
    }


.header .ma-1 {
    order: 1;
    width: 100%;
    margin: auto !important;
    text-align: center;
    margin-top: 11px !important;
}

}

@media only screen and (max-width: 480px) {
    .hiv_form label {
        border: 0px solid;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 0;
        padding-left: 0px;
        padding-left: 12px;
        margin-bottom: -20px;
        margin-top: 10px;
    }
}


.breadcrumb {
    background-color: white;
    padding-left: 0;
    padding-bottom: 0;
}

.card-columns {
    column-count: 2;
}