@import url('../plugins/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

:root {
    --orange-color : #FBAE03;
    --grey-color : #EDEDED;
    --black-color : #2C3636;
    --black-light : #7B8484;
    /*--blue-dark : #192C82;*/
    --blue-dark:#17346B;
	--blue-color : #2395DC;
    --blue-lighter: #76CAF4;
    --red-color : #FC0D1B;
    --white-color : #fff;
    --orange-dark : #FC6520;
    --orange-light: #FECD2F;
    --blue-light:#76CAF4;
    --bs-btn-color: #17346B !important;
    --bs-link-color:#17346B !important;    
}


@font-face {
	font-family: 'Galano Grotesque';
	src: url('../fonts/Galano-Grotesque-Medium.otf') format('opentype');
	font-weight: 500;
}

@font-face {
	font-family: 'Galano Grotesque';
	src: url('../fonts/Galano-Grotesque-Semi-Bold.otf') format('opentype');
	font-weight: 600;
}


* {
    font-family: 'Galano Grotesque', sans-serif;
	font-weight: 500;
}


.font-semibold {
	font-family: 'Galano Grotesque', sans-serif;
    font-weight: 600;
}


#main {
    position: relative; 
    height: 50vh;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* overflow: hidden; */
}





.logo {
    width: 220px !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.header {
    background-color: var(--white-color) !important;
    /* border-bottom: 2px solid var(--orange-dark); */
}

nav ul {
    text-transform: uppercase;
    
}

nav ul li a {
    color: var(--black-light) !important;
    /* font-weight: bold !important; */
}

.form-card  {
    background-color: var(--white-color);
    color: var(--black-color);
}

/* .form-card input {
    background-color: var(--white-color);
    border: 0;
    border-bottom: 1px solid var(--white-color) !important;
    border-radius: 0;
} */

.form-card input[type="checkbox"] {
    border: 1px solid var(--black-color) !important;
    border-radius: 0;
    font-size: 12px;
}

.form-card input:focus {
    background-color: var(--white-color);
    color: var(--white-color);
    border: 1px solid var(--white-color) !important;
    font-weight: bold;
}

.form-card input::placeholder {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: bold;
}

.form-card i {
    color: var(--black-color);
    font-size: 12px;
    font-weight: bold;
    
}

.form-card .tags {
    text-align: center;
    margin: 0.4em;
}

/*New css start*/
.form-container{
    position: absolute;
    top: 25%;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    /* z-index: 1000; */
}

.offer-section{
    margin-top: 12rem;
}

.form-card .index-form  {
    background-color: var(--white-color);
    color: var(--black-color);
}

.form-card .index-form input {
    background-color: var(--white-color);
    border: 0;
    border-bottom: 1px solid var(--white-color) !important;
    border-radius: 0;
}

.form-card .index-form input[type="checkbox"] {
    border: 1px solid var(--black-color) !important;
    border-radius: 0;
    font-size: 12px;
}

.form-card .index-form input:focus {
    background-color: var(--white-color);
    color: var(--black-color) !important;
    font-weight: normal !important;
    border: 1px solid var(--white-color) !important;
}

.form-card .index-form input::placeholder {
    color: var(--black-light);
    font-size: 14px;
    font-weight: bold;
}

.form-card .index-form .index-field i {
    /*color: var(--orange-dark);*/
    color: var(--blue-dark);
    font-size: 16px;
    font-weight: bold;
    
}

.form-card .index-form .tags {
    text-align: center;
    margin: 0.4em;
}

.form-card .index-form{
    padding: 3rem;
}

.input-field{
    width: 100%;
    border: 2px solid rgba(220,220,220,0.8);
    border-radius: 5px;
    padding: 0.5rem 1rem;

}

.input-field .index-field{
    display: flex;
    flex-direction: row;
}

.input-field .input-heading {
    width: 10vw;
    justify-content: right;
}

.input-field .icon{
    /*color: var(--orange-dark);*/
    color: var(--blue-dark);
}

.input-field .title{
    color: var(--black-light);
}

.input-field .search-btn {
    width: 100%;
}

.section-heading{
    font-size: 24px;
}

.offer-section .offer-icon{
    display: inline-block;
    border: 1px solid rgba(220,220,220,1) !important;
    border-radius: 50%;
    padding: 1rem;
}

#points .points-card{
   height: 50vh;
   border: none;
   border-radius: 0;
   
}

#contact .contact-card{
    height: 30vh;
    border: none;
    border-radius: 0;
 }

#points .points-card .row , #contact .contact-card .row{
    height: 100%;
    padding: 0 4rem;
 }

 #points .points-card .overlay{
   background: rgba(0, 0, 0, 0.2);
 }

 #contact .contact-card .overlay{
    background: rgba(0, 0, 0, 0.8);
 }

 #points .info-btn{
    width: 20%;
}

 #destinations .icon{
    color: #4996EE;
 }

 #destinations .destination-icon{
    display: inline-block;
    background-color: #E3ECF6;
    /* border: 1px solid var(--grey-color) !important; */
    border-radius: 50%;
    padding: 1rem;
 }

 #destinations .grey-card, #faqs .faq-items{
    background: rgba(220,220,220,0.2);
 }

 #contact .contact-heading{
    font-size: 24px;
 }

 #contact .contact-sub-heading{
    font-size: 18px;
 }
 #footer ul{
    margin-top: 0.5rem;
 }

 #footer ul li {
    margin: 1rem 0;
 }

 #footer .footer-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 2px solid rgba(220,220,220,0.8);
 }

 #footer .footer-flex .footer-flex-chlid{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    width: 20%;
 }

 #footer .social-tab{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
 }

 #footer .social-icon i{
    display: inline-block;
    border: 1px solid var(--grey-color) !important;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 16px;
 }

 #footer .social-icon i:hover{
   background-color: var(--blue-color);
   color: var(--white-color);
 }

 .stepper {
    background: var(--grey-color);
}

.stepper-child{
     padding: 1rem 3rem;
     /* border-left: 1px  solid var(--black-light); */
 }

	/* Rental Plan result page*/
	.rental-plan-result{
		display: flex;
		flex-direction: row;
		background: var(--grey-color);
		align-items: center;
		padding: 0.5rem 1rem;
	}

 .rental-plans{
    display: flex;
    flex-direction: row;
    background: var(--grey-color);
    align-items: center;
    padding: 2rem 1rem;
 }

 .rental-plans .rental-child .title{
    font-weight: bold;
    font-size: 20px;
    margin-left: 0.5rem;
    margin-bottom: 0;
    align-self: center;
 }

 .rental-plans .rental-child .title-icon{
    font-weight: bold;
    font-size: 30px;
    color: var(--blue-color);
    align-self: center;
 }

 .rental-plans .rental-child .sub-title{
    font-size: 16px;
    margin-left: 0.5rem;
    margin-bottom: 0;
    align-self: center;
 }

 .rental-plans .rental-child .sub-title-icon{
    padding: 0.5rem;
    background: var(--white-color);
    width: 60px;
    height: 60px;
    text-align: center;
    align-self: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 30px;
    color: var(--blue-color);
    align-self: center;
 }

 .car-cat{
    color: var(--blue-color);
    background: var(--grey-color);
    padding: 0.5rem;
 }

 .company-rates{
    border: 2px solid var(--grey-color);
    height: 100%;
    border-radius: 5px;
    padding: 0.5rem;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
 }

 .company-rates.active{
    -webkit-filter: none;
    filter: none;
    /*border: 2px solid var(--orange-color);*/
    border: 2px solid var(--blue-dark);
 }

 .rate-inactive{	 
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

 .price-card .separater{
    border: 1px solid var(--grey-color);
 }

 .price-card .price-type{
    color: var(--white-color);
    background-color: #0D6EFD;
    font-size: 12px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 5px;
 }

 .info-btn{
    height: 30px;
    width: 30px;
    display: none;
    border-radius: 50%;
    background: #EBF3FD;
    /* padding: 1rem;    */
    color: var(--blue-color);
    align-self: center;
    text-align: center;
    font-size: 16px;
 }

 .result-card{
    border: 0 !important;
 }

 .result-card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .result-card-body{
    background: var(--grey-color);
    border: 0 !important;
 }

 .result-card-body:hover{
    background: var(--white-color);
 }

 .result-card-body:hover .info-btn{
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .result-card-body:hover .btn{
    background: var(--blue-color) !important;
    color: var(--white-color);
 }

 .result-card-body .result-card-img{
    width: 50px;
    height: 20px;
    margin: 0 0.1rem;
 }

 .amenities-panel{
    background: var(--grey-color);
 }

 .grey-border{
    border-right: 2px solid var(--black-light);
 }

 .grey-border-all{
    border: 1px solid rgba(0, 0, 0, 0.1);
 }

 .bg-gray{
    background: var(--grey-color);
 }

 .update-btn{
    width: 20%;
 }
 
 .nav-link.active{
    background: var(--grey-color) !important;
 }

 .sticky-card{
    position: sticky;
    position: -webkit-sticky;
    top:10%;
 }

 .input-field .input-heading span {
    border-right: 1px solid var(--grey-color);
 }

.payment-tabs.nav-link.active {
    background: #0D6EFD !important;
    color: #fff !important;
}

.payment-tabs.nav-link i {
    display: none;
}

.payment-tabs.nav-link.active i {
    display: inline-block;
}

.rental-matrix{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*new css end*/

.main-heading {
    color: var(--black-color);
    font-weight: bold;
    /* text-transform: uppercase; */
}

.sub-heading {
    color: var(--black-color);
    font-weight: light;
    /* text-transform: uppercase; */
}

.sub-para {
    color: var(--black-light);
    text-align: left;
    font-weight: 400;
}

.font-size-extra-small {
    font-size: 10px;
}

.font-size-xs {
    font-size: 12px;
}

.font-size-md {
    font-size: 14px;
}

.font-size-lg {
    font-size: 16px;
}

.font-size-xl {
    font-size: 22px;
}

.radius-none {
    border-radius: 0;
}

.border-none {
    border : 0;
}

.link-btn {
    text-transform: uppercase;
}

.grey-background {
    background-color: var(--grey-color);
}

.card-home {
    border: 0;
    border-bottom: 3px solid grey;
    padding: 1rem 0;
    border-radius: 0;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	/*background-color:var(--orange-color);*/
    background-color:var(--blue-dark);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    font-size: 20px;
    padding: 1rem;
}

.float:hover, .float-icon:hover {
    color: var(--white-color);
}

.btn-blue {
    background-color: var(--blue-color) !important;
}


.info-card {
    border: 0;
    width: 100%;
}

.info-card .form-label, .info-card .form-check-label {
    /* color: var(--orange-dark); */
    font-weight: bold;
    font-size: 14px;
}

.info-card .form-label i {
    /*color: var(--orange-color);*/
    color: var(--blue-lighter);
    font-weight: bold;
    font-size: 16px;
}

.info-card .input-group span {
    background: inherit;
    border-left: 0;
}

.info-card .input-group input {
    border-right: 0;
}



/* .info-card input, .info-card select {
    background-color: inherit;
    border: 1px solid var(--grey-color) !important;
    padding: 1rem 3rem;
    border-radius: 0 !important;
} */
.info-card input[type="date"]{
    padding: 0.9rem;
}

/* .info-card select, .info-card button{
    padding: 0.8rem;
} */

.info-card button{
    padding: 0.8rem;
}

/* .info-card input[type="date"], .form-card input[type="date"] {
    font-size: 12px;
} */

.form-card input[type="date"] {
    font-size: 12px;
}

/* .info-card input[type="checkbox"] {
    border: 1px solid var(--orange-dark) !important;
    border-radius: 0;
    font-size: 12px;
} */

/* .info-card input::placeholder, select option {
    font-size: 12px;
} */

.stepper .row .active {
    /*background-color: var(--orange-light);*/
    background-color: var(--blue-light);
}

.stepper .icon {
    height: 16px;
    width: 16px;
    background-color: var(--black-color);
    border-radius: 50%;
    /*color: var(--orange-light);*/
    color: var(--blue-light);
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
}

.border-seperator {
    /*border: 1px solid var(--orange-dark);*/
    border: 1px solid var(--blue-dark);
    width: 100%;
}

.form-amenities{
    /*border: 1px solid var(--orange-dark);*/
    border: 1px solid var(--blue-dark);
    padding: 0.5em;
}

.amenities .tags {
    margin-right: 0.5em;
    background-color: var(--blue-color);
    padding: 0.2em;
    color: var(--white-color);
}

.list-card {
    /* border: 1px solid var(--orange-dark); */
    /* border-left: 5px solid var(--orange-dark) !important; */
    /* border-radius: 0; */
    border: 0;
    margin-top: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.car-rates{
    color: var(--red-color);
    font-weight: bold;
}

.company-logo {
    width: 80px;
    height: 30px;
    /* filter: grayscale(100%); */
}

.side-borders {
    /* border-right: 2px solid var(--black-light); */
    border-left: 2px solid var(--black-light);
}

.text-red {
    color: #FC481E;
}

.filter-tags {
    border: 1px solid var(--black-light);
    border-radius: 50px;
    padding: 0.5em;
    font-size: 12px;
    margin: 0.5em;
    cursor: pointer;
}

.filter-tags:hover, .filter-tags-active {
    background-color: var(--black-color);
    color: var(--white-color) !important;

}

.dark-input {
    margin-top: 20%;
}

.dark-input .form-label {
    font-size: 12px;
}

.dark-input .heading {
    color: var(--blue-dark);
}

.dark-input input, .dark-input select, .dark-input textarea    {
    border: 0 !important;
    border-bottom: 2px solid var(--black-color) !important;
    border-radius: 0 !important;
    padding: 0;

}

.dark-input input::placeholder {
    font-size: 12px;
    color: var(--blue-color);
    font-weight: bold;
}


.orange-input .form-label {
    font-size: 12px;
    /*color: var(--orange-dark);*/
    color: var(--blue-dark);
}

.orange-input .heading {
    color: var(--blue-color);
}

.orange-input input, .orange-input select, .orange-input textarea    {
    border: 0 !important;
    /*border-bottom: 2px solid var(--orange-dark) !important;*/
    border-bottom: 2px solid var(--blue-dark) !important;
    border-radius: 0 !important;
    padding: 0;

}

.orange-input input::placeholder {
    font-size: 12px;
    /* font-weight: bold; */
}

.profile .active {
    /*background-color: var(--orange-dark); */
    background-color: var(--blue-dark);
    color: #fff;
    padding: 0.3em;
    font-weight: bold;
}

.past.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    color: var(--red-color) !important;
}

.rental-plan {
    /*border: 1px solid var(--orange-color);*/
    border: 1px solid var(--blue-color);
    margin-right: 0.1px;
}

.rental-plan .selected {
    background-color: var(--black-color);
    color: var(--white-color);
}

.color-orange {
    color: var(--orange-dark);
}

.color-dark-blue {
    color: var(--blue-dark);
}

.orange-divider {
    border: 1px solid var(--orange-dark);
}

.blue-divider {
    border: 1px solid var(--blue-dark);
}

.tt-dropdown-menu {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 12px;
    padding: 0 0.2em;
    width: 100%;
    left: 4px !important;
    height: 100px;
}

.typeahead, .tt-query, .tt-hint{
    height: 19px;
}

.tt-suggestion {
    background-color: var(--grey-color);
}
.tt-suggestion:hover{
    /*background-color: var(--orange-dark);*/
    background-color: var(--blue-dark);
    color: #fff;
}



#r_plan_div button {
    width: 100%;
    text-align: left;
}

#r_plan_div .caret {
    position: absolute;
    right: 0px;
    margin-top: 8px;
}

#rplan-options {
    /*width: 100%;*/
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}

#rplan-options > li {
    width: 278px;
}

#rplan-options > li >a {
    text-decoration: none;
    /* border-bottom: 1px solid #efefef; */
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

#pc-options{
    width: 100%;
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}

#pc-options > li {
    width: 278px;
}

#pc-options > li >a {
    text-decoration: none;
    /* border-bottom: 1px solid #efefef; */
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

/* CDP */
#cdp-options{
    /*width: 100%;*/
    max-height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0px;
}

#cdp-options > li {
    width: 278px;
}

#cdp-options > li >a {
    text-decoration: none;
    /* border-bottom: 1px solid #efefef; */
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

@media screen and (max-width: 992px) {
    .logo {
        width: 150px !important;
    }

    .info-card {
        width: 100%;
    }

    .side-borders {
        /* border-right: 2px solid var(--black-light); */
        border-bottom: 2px solid var(--black-light);
        border-left: 0 !important;
        
    }

    .filter-tags {
        font-size: 8px;
      
    }

    

    .stepper h6, .stepper i, .stepper .icon {
        font-size: 9px;
    }

    .font-size-extra-small {
        font-size: 8px !important;
    }
    
    .font-size-xs {
        font-size: 10px !important;
    }
    
    .font-size-md {
        font-size: 12px;
    }
    
    .font-size-lg {
        font-size: 14px;
    }
    
    .font-size-xl {
        font-size: 20px;
    }

    .form-card .index-form{
        padding: 2rem 0.6rem;
    }

    .input-field .index-field{
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .input-field .input-heading {
        width: 50vw;
        justify-content: left;
        margin-bottom: 0.8rem;
    }
    #main {
        position: static; 
        height: auto;
    }

    .form-container{
        position: static;
        margin: 2rem auto;
        /* top: 18%; */
    }
    

    .offer-section{
        margin-top: 5rem;
    }

    .offer-section .offer-heading{
        font-size: 20px;
    }

    .section-heading{
        font-size: 18px;
    }

    #points .points-card .row , #contact .contact-card .row{
        height: 100%;
        padding: 0 1rem;
    }

    #points .info-btn{
        width: 50%;
    }

    #contact .contact-heading{
        font-size: 16px;
    }
    
     #contact .contact-sub-heading{
        font-size: 12px;
    }

    #footer ul{
        margin-top: 0.1rem;
     }
    
     #footer ul li {
        margin: 0.5rem 0;
     }
    
     #footer .footer-flex{
        flex-direction: column;
     }

     #footer .footer-flex .footer-flex-chlid{
        margin-left: 0;
        width: 100%;
     }

     #footer .social-tab{
        flex-direction: column;
     }

     .stepper-child{
        padding: 0.5rem;
        /* border-left: 1px  solid var(--black-light); */
    }

    .grey-border{
        border-right: 0;
     }

     .update-btn{
        width: 100%;
     }

     .sticky-card{
        position: static;
        margin: 1rem 0;
     }

     .input-field .input-heading span {
       border-right: 0;
    }

    .rental-matrix{
        flex-direction: column;
    }

    #footer .footer-flex .footer-flex-chlid .pay-img{
        width: 200px;
    }

}

@media screen and (min-width: 993px) and (max-width: 1230px) {
    .input-field .input-heading {
        width: 20vw;
    }

    .stepper-child{
        padding: 1rem 1rem;
        /* border-left: 1px  solid var(--black-light); */
    }

    .company-logo {
        width: 60px;
        height: 20px;
        /* filter: grayscale(100%); */
    }
    
}

@media screen and (min-width: 1231px) and (max-width: 1550px) {
    .input-field .input-heading {
        width: 13vw;
    }

    .stepper-child{
        padding: 1rem 2rem;
        /* border-left: 1px  solid var(--black-light); */
    }
    .company-logo {
        width: 60px;
        height: 20px;
        /* filter: grayscale(100%); */
    }
    
}

@media screen and (min-width: 1551px) and (max-width: 1830px) {
    .input-field .input-heading {
        width: 12vw;
    }
    
}

/*.btn-dark-blue {
    width: 100%;
    padding: 7px 0;
    background: var(--blue-dark);
    border-color: var(--blue-dark);
}*/
.btn-dark-blue{
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--blue-color);
	--bs-btn-border-color: var(--blue-dark);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--blue-dark);
	--bs-btn-hover-border-color: #000000;
	--bs-btn-focus-shadow-rgb: 225,83,97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #2395DC;
	--bs-btn-active-border-color: var(--blue-light);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--blue-dark);
	--bs-btn-disabled-border-color: var(--blue-dark);
}

.ui-widget-header {
    border: 1px solid var(--blue-dark);
    background: var(--blue-dark) url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
  }

.blue-color{
    color: var(--blue-color);
}

.dark-blue-color{
    color: var(--blue-dark);
}

nav ul li a {
    color: var(--blue-dark) !important;
  }

.nav-item  a:hover{
    background-color: #17346b;
    color: var(--white-color) !important;
 }

.payment-tabs.nav-link.active {
    background-color: var(--blue-dark) !important;
    color: #fff !important;
  }
 
 .text-dark {
    --bs-text-opacity: 1;
     color: var(--blue-dark) !important;
	 font-weight: bold;
  }

 .btn-outline{
	 border: 1px solid #CCD1DB !important;
 }

/* Landin Page search form*/
 .logo-wrapper{

    display: flex;
    align-items: center;
    justify-content: center;
 }
 .logo-wrapper img{
    object-fit: contain;
	display: block;
 }

 /* Custom sizes per logo */
.logo-img-alamo {
    width: 75px;
    height: auto;
}
.logo-img-national {
    width: 105px;
    height: auto;
    border-radius: 10px;
}
.logo-img-enterprise {
    width: 142px;
    height: auto;
    border-radius: 10px;
}



