.mybluecolor{
    background-color: #00405b;
    color: white;
    /* padding-top: 65px; */
}
body{
    font-family: 'Roboto', sans-serif;
    
}
.content-header{
    margin-top: 40px;
}
.purchase-mygrnbutton {
    background-color: #ba1319;
    font-weight: bolder;
   
    color: white;
    position: relative; /* Ensure the icon is positioned relative to the button */
    display: inline-flex;
    align-items: center;
    padding: 10px 20px; /* Adjust padding as needed */
    border-width: 1px 2px 2px 1px; /* Border width */
    border-style: solid; /* Border style */
    border-color: #ffffff;
    /* box-shadow: 7px 7px 7px 17px #00405b; */
    text-decoration: none; /* Remove underline */
    transition: color 0.4s;
    border-radius: 30px;
}
.purchase-mygrnbutton:hover {
    color: white;
   
}
.mygrnbutton{
    background-color: #ba1319;
    font-weight:bolder;
    margin-top: 60px;
    vertical-align: middle;
    width: 180px;
    height: 50px;
   font-weight: bold;
    /* border-radius: 2%; */
    margin-bottom: 80px;
    color: white;position: relative; /* Ensure the icon is positioned relative to the button */
    display: inline-flex;
    align-items: center;
     /* Adjust padding as needed */
    /* background-color: rgb(0, 88, 125); */
    border-width: 1px 2px 2px 1px; /* Border width */
    border-style: solid; /* Border style */
    border-color: #ffffff;
    /* box-shadow: 7px 7px 7px 17px #00405b; */
    box-shadow: inset 20px 20px 20px 20px #ba1319;
    text-decoration: none; /* Remove underline */
    transition: color 0.4s;
    
    border-radius: 30px;
    color: white;


}
.hovernonea:hover{
    text-decoration: none;
    color: black;
}
a{
    color:rgb(70, 62, 62);
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    color: #65b23f;
    font-weight: bold;
    text-decoration: none;
}

.mygrnbuttonnop{
    background-color: #00405b;
    font-weight: bold;
    /* width: 200px;
    height: 50px; */

 border-width: 2px 4px 4px 2px; /* Border width */
    border-style: solid; /* Border style */
    border-color: #ba1319;

    border-radius: 10%;
    
    color: white;
}
.mygrnbuttonnop:hover{
    /* background-color: #65b23f; */
    /* color: white; */
    font-weight: bold;
    background-color: #00405b;
border-color: #ba1319;
color: white;

}
.page-footer {
    background-color: ; /* Bootstrap danger color */
    color: #00405b;
    text-align: center;
    padding: 10px 0;
    margin-bottom: auto;
    font-size: large;
}
input {
outline: none;
}
input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
font-family: inherit;
font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
display: none; /* remove the search and cancel icon */
}

/* search input field */
input[type=search] {
/* background: #ededed url(http://i.imm.io/Q0Jo.png) no-repeat 9px center; */
border: solid 1px #ccc;
padding: 9px 10px 9px 32px;
width: 130px;

-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;

-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
}


/* placeholder */
input:-moz-placeholder {
color: #999;
}
input::-webkit-input-placeholder {
color: #999;
} 
/* popup animation */
.purchasep-card {
    transition: transform 0.3s ease, margin-top 0.3s ease;
    transform: scale(1);
}

.purchasep-card:hover {
    /* margin-top: -20px; */
    transform: scale(1.05); /* Adjust the scale value as needed for the zoom effect */
}
/* popup animation */
/* CSS */
.purchasebtnjsslt {
    position: relative; /* Ensure the icon is positioned relative to the button */
    display: inline-flex;
    align-items: center;
    padding: 10px 20px; /* Adjust padding as needed */
    /* background-color: rgb(0, 88, 125); */
    border-width: 2px 4px 4px 2px; /* Border width */
    border-style: solid; /* Border style */
    border-color: #ba1319;
    
    text-decoration: none; /* Remove underline */
    transition: color 0.4s;
    background-color: #00405b;
    border-radius: 30px;
    color: white;
}
.arrowbutton_animation:hover{
    color: white;
}

.fa-arrow-right {
    display: inline-block;
    margin-left: 8px; /* Adjust spacing between text and icon */
    transition: transform 0.4s, opacity 0.4s;
    opacity: 0; /* Hide the icon by default */
    transform: translateX(-10px); /* Adjust initial position if needed */
}

.arrowbutton_animation:hover .fa-arrow-right {
    opacity: 1; /* Show the icon on hover */
    transform: translateX(0); /* Move the icon into place */
    color: white;
    /* background-color: green; */
}
 /* image-circule  */


.fa-envelope {
    display: inline-block;
    margin-left: 8px; /* Adjust spacing between text and icon */
    transition: transform 0.4s, opacity 0.4s;
    opacity: 0; /* Hide the icon by default */
    transform: translateX(-10px); /* Adjust initial position if needed */
}

.arrowbutton_animation:hover .fa-envelope {
    opacity: 1; /* Show the icon on hover */
    transform: translateX(0); /* Move the icon into place */
    color: white;
    /* background-color: green; */
}
 /* .circular--square { border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%; } */

 /* image-circule  */