
@media (max-width: 580px) {
    .bodypage {
        padding: 15px;
    }
}
       
       
       /*sameheigh bootstarp*/
.parent_make_child_same_height {
    display: flex;
    flex-wrap: wrap;

}

.sub_parent_make_child_v_aligned {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*important*/

}


@media (max-width: 991px) {
    .parent_make_child_same_height {
        display: unset;
    }

    .sub_parent_make_child_v_aligned {

        height: auto;
        text-align: center;
    }
}




/*rest is styleing */
.sub_parent_make_child_v_aligned {
    /* border: 2px solid;*/
}

/*sameheight bootrap*/
.headersec {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 25px;
    box-shadow: 0px 0px 9px #f3f3f3;

}

.headertitle {
       font-size: 2.5em;
    padding: 20px 10px;
    /* float: right; */
    /* text-align: right; */
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.headertitle i {
    margin-right: 30px;
    opacity: 0.5;
}
.centerboth {

    align-items: center;
    display: flex;
    vertical-align: center;
    justify-content: center;
    align-content: center;
}

img.headerlogo {
    max-width: 225px;
}

 

.radios label {
    cursor: pointer;
}

.radhor input[type=radio] {
    width: 20px;
    display: inline-block;
    transform: translateY(-3px);
    padding: 5px !important;
    height: 14px;
}
.radhor label {
    font-weight: bold;
    opacity: 0.8;
    
    position: relative;
    top: -3px;
       width: calc(100% - 31px);

}

input,
select {
    border: 1px solid #efefef;
    background: #eee;
    border-radius: 0px;
    height: 50px;
}

:focus-visible {
    outline: none
}

.btn-primary {
    outline: none;
    border: none;
    height: 50px;
    background: linear-gradient(to right, #00d2ff, #3a7bd5);
    color: white;
    border-radius: 100px !important;
    border: 2px solid white;
    box-shadow: 0px 0px 7px #b7b7b7;
    margin: 10px;
}
.btnfw {
    width: calc(100% - 20px);
}
.fw {
    width: calc(100% - 30px);
}

.myfrontform input[type=text] {
    border:  solid #FF6A00;
}
.myfrontform select {
    border:   solid #FF6A00;
}
.myfrontform .radios {
    margin-top: 5px;
}
.myfrontform .radio+label  { 
     padding: 0px 0px 0px 12px;
    font-weight: bold;
}
.myfrontform .radio:checked+label  {
    background: #ff6a00 !important;
    color: white;
    padding: 5px 5px 5px 15px;
    border-radius: 32px;
    font-weight: normal;
}  
.myfrontform .radio+label:hover {
    background: #dadada;
    transition: 0.2s;
    border-radius: 25px;
}
.prevwrap {
   margin: 5px 0px;
    padding-bottom:75px;
     background: #dedede;
        min-height: 263px;
} 
.previewtitle {
background: #86e9fb;
    height: 45px;
    text-align: center;
    display: flex;
    /* vertical-align: middle; */
    justify-content: center;
    align-items: center;
    
    color: #004754;
    font-weight: bold;
}
.prevbody {
    font-size: 0.9em;
   
    padding: 10px;
 
}
.prevprice {
      
    font-size: 2em;
   
}
.formRequired {
    color: red;
    font-size: 0.8em;
}
.h4inform h4{
padding: 5px 10px;
    margin: 3px 0px 0px 0px;
     
    font-size: 0.9em;
        background: #169eb8;
    color: white;
    border-radius: 0px;}
.titleblockid h4 {
     background: #ff6a00 ;
}
div.formDescription {
        font-size: 15px !important;
    color: #585858;
    padding-left: 30px !important;
    margin-bottom: 8px;
    margin-left: 36px !important;
     
}
 
div.formBody input.displayasval {
    border: none;
    font-weight: bold;
     
    margin-left: 15px;
    background: none;
}
.formContainer {
    width: calc(100% - 0px);
}
fieldset.formFieldset ol.formContainer li {
    padding: 0px !important;
}
.h4inform  i {
    margin-right: 15px;
}
.btnpoweroff {
    border-radius: 44px !important;
    border: none;
    margin: 5px !important;
    float: right;
    background: #5a0202 !important;
}
.bgdark {
    background: #181818FA;
    color: white;
}
.greeting {
      
    height: 47px;
   
    display: flex;
    align-content: center;
    justify-content: flex-start;
    
    align-items: center;
}
.topmenulogo img {
    width: 100%;
}
#header_inner
{
        background: #bff0f9;
    border-bottom: 4px solid #7bdef1;
}
.s_filter {
       background: #169eb8;
    padding: 15px;
}
.s_filter select {
    border-radius: 4px;
    padding: 5px;
    margin: 4px;
}
.fil_wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.menu_ {
        background: #bff0f9;
    padding: 5px 12px;
    margin: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.menu_ i {
    margin-right: 12px;
}

.portbody_title H1 {
    font-size: 1.5em;
    margin: 20px;
        font-weight: bold;
}
.portbody_title {
    background: #eaeaea;;
}
.navlink_, .navlink_:hover, .navlink_:visited {
    display: flex;
    color: white;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding: 6px;
     border: none;
    margin: 3px;
    font-size: 1em;
}
.vfsbtn
{
        display: flex;
    position: absolute;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.flexvertical {
      display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.intro_text {
    font-size: 1em;
    margin: 10px 15px;
    font-style: italic;
}
.intro_text:before {
     content: open-quote;
} 
.intro_text:after {
     content: close-quote;
} 
.galeries_item img {
    width: calc(100% - 10px);
    border: 5px solid #eaeaea;
    margin: 20px 0px;
    border-radius: 10px;
    cursor: pointer;
}
.img_ut {
    border: 5px solid white;
    box-shadow: 0px 0px 4px #d8d8d8;
    border-radius: 5px;
    margin: 20px;
    width: calc(100% - 40px);
}
.ctato {
        background: #bff0f9;
    padding: 10px 20px 30px 20px;
}
h3 i {
    margin-right: 20px;
    margin-left: 20px;
}
.item_card_man {
    border: 1px solid #cfcfcf;
    height: 230px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b4b4b4;
}
.item_card_man:hover .cardtitle {
        background: rgba(0,0,0,0.8);
    height: calc(100% - 20px);
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    transition: 0.42s;
}
.pagination {
        text-align: center;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.cardtitle {
        font-size: 0.9em;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    display: block;
    position: absolute;
    width: calc(100% - 22px);
    bottom: 10px;
    border-radius: 0px 0px 010px 10px;
}
.pined {
        display: flex;
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.8);
    border-radius: 29px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 2px;
    float: right;
    transform: rotate(45deg);
    border: 1px solid;
}
.pinedarea {
    background: #090909;
    
}
.pinedarea .item_card_man {
    box-shadow: unset;
    border-color: black;
}
.item_slide_frame {
        border: 1px solid #cfcfcf;
    height: 230px;
    width: 362px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #b4b4b4;
}
 