@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Faculty+Glyphic&family=Geist+Mono:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Solway:wght@300;400;500;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Faculty+Glyphic&family=Geist+Mono:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Solway:wght@300;400;500;700;800&display=swap');

* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", serif;
}

a {
    text-decoration: none;
}

.mt-30 {

    margin-top: 30px !important;
}

.mt-60 {

    margin-top: 60px !important;
}

.mt-90 {

    margin-top: 90px;
}

.mt-120 {

    margin-top: 120px;
}


/*------------headertop-------*/

.headertopbg {

    background-color: #18B0FF;
    margin: 0px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
}


.headertopbgicon {

    margin: 0px;
    padding: 0px;
}

.headertopbgicon ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 10px;
}

.headertopbgicon ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;

}

.headertopbgicon ul li .headertopbgiconmain {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.headertopbgicon ul li .headertopbgiconmain i {

    color: #ececec;
    font-size: 18px;
    line-height: 25px;
}

.headertopbgicon ul li .headertopbgiconmain p,
.headertopbgicon ul li .headertopbgiconmain p a {

    color: rgb(255, 255, 255);
    text-decoration: none;
}

.headertopbgsocial {

    margin: 0px;
    padding: 0px;
}

.headertopbgsocial ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headertopbgsocial ul li {

    margin: 0px;
    padding: 0px 8px;
    list-style: none;
    margin-top: 13px;

}


.headertopbgsocial ul li a {

    margin: 0px;
    padding: 0px;
    color: #ececec;
    cursor: pointer;
    text-decoration: none;
}


/*---------------haeadernavigation---------------*/


.headertopbglogo {

    margin: 0px;
    padding: 0px;
    margin-top: 2px;
}


.headernavigationbox {

    margin: 0px;
    padding: 8px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom: solid 1px #18B0FF;
}

.headernavigation {

    margin: 0px;
    padding: 0px;
}

.headernavigation ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 12px;
}

.headernavigation ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    position: relative;

}

.headernavigation ul li::before {

    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #b8b8b8;
    opacity: 0.3;
}

.headernavigation ul li:last-child:before {

    display: none;
}

.headernavigation ul li a {

    margin: 0px;
    padding: 0px 14px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li a:hover,
.headernavigation ul li a.active {

    color: #18B0FF;
}

.headerappointment {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 5px;
}


.headerappointment button {

    background-color: #21CDC8 !important;
    color: white;
    border-radius: 15px;
    width: 100%;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    outline: none;
    border: none;
}

.headerappointment button a {

    text-decoration: none;
}


.headerappointmenticon {

    margin: 0px;
    padding: 0px;
}


.headerappointmenticon ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 10px;
}

.headerappointmenticon ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;

}

.headerappointmenticon ul li a {


    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.headerappointmenticon ul li a i {

    color: #18B0FF;
    font-size: 18px;
}

.bannerbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.bannerboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    min-height: 726px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bannerboximg::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: -1;
}

.bannerboximgmain {

    margin: 0px auto;
    display: table;
    padding: 0px;

}



.bannerboximgtext {


    padding: 0px;
    display: flex;
    width: 80%;
    margin: 60px auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 140px;
}

.bannerboximgtext h2 {

    color: rgb(255, 255, 255);
    font-size: clamp(24px, 5vw, 48px);
    font-family: "Solway", serif;
    font-size: 48px;
}

.bannerboximgtext h2 span {

    color: #18B0FF;
}

.bannerboximgtext p {

    color: rgb(46, 46, 46);
    text-align: center;
}

.bannerboximgtext button {

    margin: 0px;
    padding: 10px 45px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: #18B0FF;
    color: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bannerboximgtext button::before {

    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.55s ease-in-out;
    background-color: #000000;
    z-index: -1;

}

.bannerboximgtext button:hover:before {

    transform: scaleX(1);
    transform-origin: left;
}


.bannerboximgright {

    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: right;

}

.bannerboximgright1 {

    width: 100%;
    max-width: 650px;
    background-color: rgba(0, 0, 0, 0.314);
    padding: 20px;
}

.bannerboximgright1 h4 {

    color: white;
    font-size: 24px;
}


.bannerboximgright1 h5 {

    color: white;
    font-size: 20px;

}

.bannerboxform {

    margin: 15px 0px;
    padding: 0px;
}


.bannerboxform input {
    width: 100%;
    display: block;
    background-color:transparent !important;
    font-size: 14px;
    color: white;
    padding: 8px;
    border: none;
    outline: none;
    margin: 8px 0px;
    border-bottom: solid 1px white;
}

.bannerboxform label{

    color: white;
    outline-width: 0 !important;
}

.bannerboxform label:focus{

    outline: none !important;
    outline-width: 0 !important;
}

.bannerboxform input:focus{

    background-color: transparent !important;
    outline: none !important;
    color: white;
    margin-top: 20px;
    box-shadow: none !important;
    
}

.bannerboxform input::placeholder
{
    color: white;
}

.bannerboxform textarea {
    width: 100%;
    display: block;
    background-color:transparent !important;
    font-size: 14px;
    color: white;
    padding: 8px;
    border: none;
    outline: none;
    margin: 8px 0px;
    height: 80px;
    border-bottom: solid 1px white;
    margin-bottom: 20px;

}


.bannerboxform textarea:focus{

  background-color: transparent !important;
    outline: none !important;
    color: white;
    margin-top: 20px;
    box-shadow: none !important;
}


.form-control:focus{

    outline: none !important;

}

/*---------Professionalstaff-----*/

.Professionalbox1 {

    margin: 0px;
    padding: 20px;
    border: solid 1px #18B0FF;
}

.Professionalbox1 h4 {

    color: rgb(85, 85, 85);
    display: inline-block;
    position: relative;

}

.Professionalbox1 h4::before {

    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #0DA8BC;
}

.Professionalbox1 p {

    color: rgb(85, 85, 85);
    margin: 15px 0px;
    font-size: 14px;
}


/*--------aboutus----------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.aboutusleft img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.aboutusright {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusright h2 {

    color: rgb(88, 88, 88);
    position: relative;
    display: inline-block;
}

.aboutusright h2 span {

    color: #18B0FF;
}

.aboutusright h2::before {

    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #18B0FF;
}

.aboutusright h4 {

    color: #5c5c5c;
    margin: 3px 0px;
}

.aboutusright p {

    color: black;
    font-size: 14px;
    padding-top: 14px;
}

#demo {

    font-size: 24px;
    color: #5c5c5c;
    margin-bottom: 20px;

}



.aboutusright button {

    margin: 0px;
    padding: 10px 45px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: #0DA8BC;
    color: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 15px;
}


.aboutusright button:hover {

    background-color: #18B0FF !important;
    color: white;
    border-radius: 15px;
}

.aboutusright button::before {

    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.55s ease-in-out;
    background-color: #000000;
    z-index: -1;

}

.aboutusright button:hover:before {

    transform: scaleX(1);
    transform-origin: left;
}

/*-------------service------------*/


.serviceboxheadertext {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.serviceboxheadertext h2 {

    color: #5c5c5c !important;
    position: relative;
    display: inline-block;
}

.serviceboxheadertext h2 span {

    color: #18B0FF;

}

.serviceboxheadertext h2::before {

    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #18B0FF;
}


.servicebox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.serviceboximg {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 20px;
    border: solid 1px #18B0FF;

}

.serviceboximg img {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 250px;
    object-fit: cover;
}

.servicetextmain{

    margin: 0px;
    padding: 0px;
}


.serviceboxtext {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: aliceblue;
    position: relative;
    z-index: 1;
}

.serviceboxtext::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #18B0FF;
    z-index: -1;
    transition: all 0.5s ease-in-out;

}

.serviceboxtext:hover::before {

    height: 100%;
}

.serviceboxtext h4 {

    color: #5c5c5c;
    font-size: 20px;
}

.servicetextmain:hover .serviceboxtext h4,
.servicetextmain:hover .serviceboxtext p,
.servicetextmain:hover .serviceboxtext h6 a {

    color: #ffffff;

}

.serviceboxtext h6 a {

    color: #0DA8BC;
    text-decoration: none;
}

.serviceboxtext p {

    font-size: 14px;
    color: #313131;
}

/*----------Whatcanwe----------*/

.Whatcanweleft {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.Whatcanwelefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 25px;
}

.Whatcanwelefticonmain {

    margin: 0px;
    padding: 0px;

}

.Whatcanwelefticontext {

    margin: 0px;
    padding: 0px;
}

.Whatcanwelefticontext h5 {

    color: #0DA8BC;
}

/*-------------workinghours--------------*/

.workinghours {

    margin: 0px;
    padding: 15px;
    background-color: #fafafa;
    border: solid 1px #18B0FF;
}

.workinghourstext {

    margin: 0px;
    padding: 0px;
}

.workinghourstext h4 {

    color: #5c5c5c;
    position: relative;
    display: inline-block;
}

.workinghourstext h4::before {

    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #18B0FF;
}


.workinghourstextdown {

    margin-top: 20px;
    padding: 0px;
}

.workinghourstextdown1 {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.workinghourstextdown1week {

    margin: 0px 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.workinghourstextdown1week p {

    color: #5c5c5c;
    margin: 8px 0px;
}

/* .workinghourstextdown button {
    margin: 0px;
    padding: 10px 45px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: #0DA8BC;
    color: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.workinghourstextdown button:hover {

    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.55s ease-in-out;
    background-color: #000000;
    z-index: -1;
}

.workinghourstextdown button:hover:before{

    transform: scaleX(1);
    transform-origin: left;
}
 */


.aboutusright button {

    margin: 0px;
    padding: 10px 45px;
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: #0DA8BC;
    color: white;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.aboutusright button:hover {

    background-color: #18B0FF !important;
    color: white;
    border-radius: 15px;
}

.aboutusright button::before {

    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.55s ease-in-out;
    background-color: #000000;
    z-index: -1;

}

.aboutusright button:hover:before {

    transform: scaleX(1);
    transform-origin: left;
}


/*------testimonial--------*/

.testimonialbg {

    margin: 0px;
    width: 100%;
    display: block;
    background-image: url(../img/img-change/testimonial.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
}


.testimonialbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.testimonialimg {

    margin: 0px auto;
    padding: 0px;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.testimonialimg img {

    width: 80px;
    height: 80px;
}


.testimonialboxmaintext {

    margin: 0px auto;
    padding: 30px;
    width: 100%;
    display: block;
    background-color: rgba(24, 174, 255, 0.644);
    max-width: 700px;
    text-align: center;
}

.testimonialboxmaintext i {

    color: #ffffff;
    font-size: 32px;
}

.testimonialboxmaintext h6 {

    color: #ffffff;
    display: inline-block;
    position: relative;
}

.testimonialboxmaintext h6::before {


    position: absolute;
    content: "";
    top: 120%;
    left: 0px;
    width: 25%;
    height: 2px;
    background-color: #18B0FF;
}

.testimonialboxmaintext p {

    font-size: 14px;
    color: #ffffff;
}

/*-----form&location------*/

.mapbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.formbox {

    margin: 0px;
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 15px;
}

.formbox input {

    width: 100%;
    display: block;
    margin: 8px 0px;
    padding: 8px;
    border-radius: 14px;
    border: solid 1px #b8b8b8;
    font-size: 16px;
    color: #1d1f27;
}

.formbox input:focus {

    outline: none;
}

.formbox textarea {

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 14px;
    border-radius: 14px;
    border: solid 1px #b8b8b8;
    font-size: 16px;
    color: #1d1f27;
    height: 120px;
}

.formbox textarea:focus {

    outline: none;
}

.formbox button {


    color: white;
    border-radius: 15px;
}

.formbox button:hover {

    background-color: #18B0FF !important;
    color: white;
    border-radius: 15px;
}


/*--------footer----------*/

.footerbg {

    background-color: #18B0FF;
    padding-top: 40px;
    padding-bottom: 15px;
}

.footerleft {

    margin: 0px;
    padding: 0px;
}

.footerleft p {

    margin: 0px;
    padding: 0px;
    color: white;
    margin-top: 15px;
    font-size: 14px;
}


.footermiddle {

    margin: 0px;
    padding: 0px;

}


.footermiddle h2 {

    color: white;
    font-size: clamp(24px, 5vw, 32px);
}


.footermiddllenav {

    margin: 0px;
    padding: 0px;
    margin-top: 14px;
}

.footermiddllenav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermiddllenav ul li {

    margin: 0px;
    padding: 8px 0px;
    display: block;
    list-style: none;
}

.footermiddllenav ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all .8s ease-in-out;
}

.footermiddllenav ul li a:hover {


    color: #F95759;
    padding-left: 15px;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    color: white;
    font-size: clamp(24px, 5vw, 32px);
}

.footerrighticon {

    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.footerrighticon1 {

    margin: 10px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon1 i {

    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
}

.footerrighticon1 p,
.footerrighticon1 p a {

    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footercopyright {

    margin: 0px;
    padding: 0px;
    background-color: #1d1f27;
}

.footercopyright1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 8px;
}

.footercopyright1 p,
.footercopyright1 p a {

    color: white;
    text-decoration: none;
}

.sticky {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index: 999;

}

.resnav {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -30px;
}

.resnav i {

    color: aliceblue;
}

.responsivenavigation {

    display: none;
}



/*====================aboutuspage=================*/

.aboutusbanner {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;

}


.aboutusbanner h2 {

    color: #ffffff;
}


.aboutusbanner h4,
.aboutusbanner h4 a {

    color: #ffffff;
    text-decoration: none;
}


.aboutusbanner::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 31, 39, 0.527);
    z-index: -1;
}



/*----------service------------*/

.ourservicebox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;

}

.ourserviceboximg {

    margin: 0px;
    padding: 20px;
    border: solid 1px #18B0FF;
    border-radius: 14px;
}

.ourserviceboximg img {

    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.ourserviceboxtext {

    margin: 0px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.ourserviceboxtext::before {

    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0;
    z-index: -1;
    background-color: #18B0FF;
    transition: all 0.5s ease-in-out;
}

.ourserviceboxtext:hover:before {

    height: 100%;
}

.ourserviceboxtext h4 {

    color: #5c5c5c;
    font-size: 20px;
}

.servicetextmain:hover .ourserviceboxtext h4,
.servicetextmain:hover .ourserviceboxtext p {

    color: white;
}

/*.ourserviceboxtext p {


    width: 100%;
    resize: horizontal;
    overflow: auto;
    /* height: 150px; */
    scrollbar-width: none;
    font-size: 15px;

}*/

/*-----------------awardsection----------------*/


.awardbox {

    margin: 0px;
    padding: 40px 20px;
    width: 100%;
    display: block;
    background: #0DA8BC ;
}

.awardboxmain {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.awardboxmainicon {

    margin: 0px;
    padding: 0px;
}


.numbercountbox {


    width: 100%;
    display: block;

    text-align: center;
}

.numbercountboxicon {
    margin: 0px;
    padding: 0px;
}

.numbercountboxicon span{

    color: white;
}

.numbercountboxicon i {

    font-size: 40px;
    color: white;
}


.counter {

    color: #5c5c5c;
    font-size: 48px;
    margin: 15px 0px;
}


.countertext {

    color: white;
    font-size: 36px;
    margin: 15px 0px;
}



/*---------gallerypage-------*/

.gallerybox {

    margin: 0px;
    padding: 0px;
}

.gallerybox h4 {

    color: #5c5c5c;
}


.videogallerybox {

    margin: 0px;
    padding: 0px;
    border-radius: 20px;
}

.videogallerybox>video {


    aspect-ratio: 16.9;
}

.videogallerybox>video>source {

    width: 100%;
    aspect-ratio: 16.9;
}

/*contactuspage*/


.contactusbox {

    margin: 0px;
    padding: 20px;
    border: solid 1px #0DA8BC;
    border-radius: 15px;
}

.contactusboxicon {

    margin: 0px auto;
    padding: 0px;
    display: table;
}


.contactusboxicon i {

    color: #18B0FF;
    font-size: 36px;
}

.contactusboxtext {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
}


.contactusboxtext h4 {

    color: #313131;
    font-size: 18px;
}

.contactusboxtext p,
.contactusboxtext p a {

    color: #1d1f27;
    text-decoration: none;
    font-size: 14px;
}

.resbtn{

    margin: 0px;
    padding: 0px;
    display: none;
    float: right;
    margin-top: -30px;
}

@media(max-width:991px) {

    .resbtn{

        display: block;
    }

    .resnav {

        display: block;
    }

    .dis-none {

        display: none;
    }

    .headernavigation {

        margin: 0px;
        padding: 0px;
        width: 250px;
        background-color: aliceblue;
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 999;
        transition: all 0.5s ease-in-out;

    }

    .headernavigation ul {

        margin: 0px;
        padding: 10px;
        display: block;
    }

    .headernavigation ul li {

        margin: 0px;
        padding: 10px 0px;
        display: block;
        list-style: none;
    }

    .headernavigation ul li a {

        color: #5c5c5c;
        margin: 0px;
        padding: 0px;
        display: block;
        text-decoration: none;
        cursor: pointer;
    }

    .headernavigation.main {

        left: 0;
    }

    .headertopbg.sticky {

        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        margin: 0px;
        padding: 0px;
        z-index: 999;
        border: dotted 1px #F95759;
    }

    .bannerboximgtext h2{

        font-size: 18px;
    }


}