@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Grand+Hotel&display=swap');



* {
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
/*    font-family: 'Roboto Condensed', sans-serif;*/
/*    font-family: 'Anton', sans-serif;*/
    
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    color: #fff !important;
    background: #ececec;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ececec;
    padding: 15px 15px;
/*    border-bottom: 1px solid rgba(0,0,0,0.15);*/
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    height: 50px;
}

.timebox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}

.time-icon{
    width: 30px;
    height: auto;
}
.time-icon img{
    width: 100%;
    height: auto;
}
.time_contentbox{
    margin-left: 10px;
}
.time_heading{
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.time_details{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.email-con{
    margin-left: 30px;
}
.emailbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}

.email-icon{
    width: 40px;
    height: 40px;
    background: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.email-icon i{
    font-size: 18px;
    color: #666666;
}
.email-icon img{
    width: 100%;
    height: auto;
}
.email_contentbox{
    margin-left: 10px;
}
.email_heading{
    color: #0a3380;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.emailid{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/*
.phone-con{
    margin-left: 30px;
}
*/
.phonebox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}

.phone-icon{
    width: 40px;
    height: 40px;
    background: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.phone-icon i{
    font-size: 18px;
    color: #666666;
}
.phone-icon img{
    width: 100%;
    height: auto;
}
.phone_contentbox{
    margin-left: 7px;
}
.phone_heading{
    color: #0a3380;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.phone-no{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


.header .social_con{
    margin-top: 0;
    margin-left: 30px;
}
.header .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.header .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #666;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.header .social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.header .social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.header .social_con .social_icons .icons:hover {
    background: #FFF;
    transition: 0.3s;
}

.header .social_con .social_icons .icons:hover i {
    color: #0a3380;
}
/*Top header end*/



/*Main header start*/
.main-header-section {
    width: 100%;
    background: transparent;
    z-index: 11111 !important;
    position: relative;
    transition: 0.5s ease;
/*    padding: 15px 0;*/
}

.main-header {
    width: 100%;
    height: 164px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
/*    justify-content: space-between;*/
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}
.header_left-column{
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    /* width: 100%; */
    height: 164px;
    /* overflow: hidden; */
    background: #fff;
    display: grid;
    place-items: center;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}



.navbar-brand {
    max-width: 100%;
    margin-right: 70px !important;
    padding: 0 0 !important;
}

.navbar-brand img {
    width: 230px;
    height: auto;
}


.header_right-column{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_header-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #0a3380;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}
.pixel-main-menu{
    margin-left: 37%;
}
.header_group-button{
    display: flex;
}


.chat-button .btn1{
    height: 79px;
    border-radius: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}
.chat-button .btn1:hover{
    color: #01cd61;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat_iconbox{
    width: 50px;
    height: 50px;
/*
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
*/
}
.chat_iconbox img{
    width: 100%;
    height: auto;
}
.chat_iconbox i{
    color: #01cd61;
    font-size: 40px;
}

.chat_content{
    margin-left: 10px;
}
.chat-heading1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
    text-align: left;
}
.chat-heading2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    text-align: left;
}
.joinus-button .btn1{
    height: 79px;
    font-size: 20px;
    border-radius: 0;
    padding: 12px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.joinus-button .btn1 span{
    margin-left: 5px;
}
.joinus-button .btn1 span i{
    font-size: 16px;
}

.get-in-touch-button .btn1{
    color: #0a3380;
    background: #fff;
    border: 1.5px solid #fff;
}
.get-in-touch-button .btn1:hover{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}
.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 30px;
    text-align: center;
/*    text-transform: uppercase;*/
    background: #0a3380;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #0a3380;
    border-radius: 5px;
}

.btn1:hover {
    color: #0a3380;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #0a3380;
}

/*
.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/

/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide{
    transform: scale(0,0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}
.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}
.back-to-top:hover i {
    color: #fff;
}
/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.desk-banner-top{
    margin-top: 81px;
}
.banner-image1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 100vh;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-contentbox .banner-heading1 {
    color: #fff;
    text-align: center;
    font-size: 72px;
    font-weight: 500;
    line-height: 78px;
    margin-bottom: 30px;
/*    text-shadow: #111 1px 0 10px;*/
/*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner-contentbox .banner-heading2 span{
    color: #faa60f;
}
.banner-details {
    color: #fff;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
/*    text-shadow: #2ecbff 1px 0 10px;*/
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #fff !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #fff !important;
}

.banner-button {
    margin-top: 45px;
    text-align: center;
}

.banner-button .btn1 {
    color: #fff;
    background: #0a3380;
    border: 1.5px solid #0a3380;
}

.banner-button .btn1:hover {
    color: #0a3380;
    transition: 0.3s ease;
    background: #fff;
    border: 1.5px solid #fff;
}



/*Banner end*/


/*Section1 start*/

.section1 {
    padding-top: 90px;
    padding-bottom: 80px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.box1{
    width: 100%;
    height: 280px;
    position: relative;
    background: #f9f9f9;
    padding: 30px 20px;
}

.box1-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.box1-row .imagebox1{
    max-width: 200px;
}

.box1-row .imagebox2{
    max-width: 200px;
}
.box1-row .imagebox3{
    max-width: 180px;
}

.box1-contentbox{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* padding-top: 60px; */
}

.box1-heading1{
    color: #00BFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.box1-heading2{
    color: #2f2f2f;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.box1-price{
    color: #3cd9ee;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}


.knowmore-button .btn1 {
    color: #fff;
    background: #0a3380;
    border: 1.5px solid #0a3380;
    border-radius: 30px;
    padding: 12px 25px;
}

.knowmore-button .btn1:hover {
    color: #0a3380;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #0a3380;
}

/*Section1 end*/



/*Section2 start*/

.section2 {
    padding-top: 0px;
    padding-bottom: 80px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.heading-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.heading-section .heading-1 {
    color: #2f2f2f;
    font-size: 28px;
/*    text-align: center;*/
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0px;
    position: relative;
}

.heading-section .heading-2 {
    color: #263937;
    font-size: 36px;
/*    text-align: center;*/
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.heading-section .heading-2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    border-bottom: 5px solid #80b435;
    margin-left: auto;
    margin-right: auto;
}
.heading-section .details {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}


.details-2{
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.treatment_box {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    transition: 0.3s ease-in-out;
}

.treatment_imgbox {
    height: 200px;
    width: 100%;
    position: relative;
    /* border: 7px solid #f6d8a9; */
    padding: 0;
    background-color: #fff;
    /* border: 2px solid #e5e5e5; */
    /* border-bottom: 2px solid #ebebeb; */
    overflow: hidden;
}
.treatment_imgbox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s ease;
}
.treatment_contentcon {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.treatment_name{
    height: 40px;
    display: grid;
    align-items: center;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.treatment_name a{
    height: 44px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}
.treatment_box:hover .treatment_name{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}
.treatment_box:hover .treatment_name a{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}


.service-box{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    transition: 0.3s ease-in-out;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*
.service-box:hover .service_imagebox{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
*/
.service-imagebox{
    width: 100%;
    height: 250px;
    position: relative;
    transition: 0.3s ease-in-out;
}
/* .service_imagebox img{
    width: 100%;
    height: auto;
} */
.service-imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s ease;
}
.service-imagebox2{
    width: 100%;
    height: 200px;
    position: relative;
    transition: 0.3s ease-in-out;
}
/* .service_imagebox img{
    width: 100%;
    height: auto;
} */
.service-imagebox2 img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s ease;
}

.service-contentbox{
    width: 100%;
/*
    position: absolute;
    bottom: 10px;
*/
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 15px;
}
.service-inner-content{
    width: 100%;
/*
    padding: 15px 25px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
*/
    transition: 0.3s ease-in-out;
}
.service-heading{
    height: 45px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    transition: 0.3s ease-in-out;
}

.pro_price{
    color: rgba(105, 105, 115, 1);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    margin: 20px 0px;
}
.pro_price span {
    color: #212529;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    margin: 20px 0px;
}
.product_price {
    font-size: 16px;
    color: rgba(105, 105, 115, 1);
    width: auto;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

/* .service-box:hover .service-heading{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
} */
.service-heading:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}
.service-heading a{
    color: #2f2f2f;
}
.service-heading a:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}
/* .service-box:hover .service-heading a{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
} */
.service-heading1{
    height: 45px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}
/* .service-box:hover .service-heading1{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
} */
.service-button{
    text-align: center;
}
.service-btn{
    color: #030d0c;
    font-weight: 500;
    padding-bottom: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.service-btn::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 80px;
    border-bottom: 1px solid #999;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;
}

.service-btn:hover{
    color: #030d0c;
    transition: 0.3s ease-in-out;
}
.service-button:hover .service-btn::after{
    border-bottom: 1px solid #999;
    transition: 0.3s ease-in-out;
}

.buttonbox .btn2{
    color: #0a3380;
    font-weight: 600;
    padding-bottom: 0px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.buttonbox .btn2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 75px;
    border-bottom: 1px solid #0a3380;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;
}

.buttonbox .btn2:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}
.buttonbox:hover .btn2::after{
    border-bottom: 1px solid #3cd9ee;
    transition: 0.3s ease-in-out;
}

.imagebox{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}
.imagebox img{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}


/*Section1 end*/


/*section3 start*/

.section3{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background: #f1f1f1;
}

.section3_container{
    width: 100%;
    height: auto;
    position: relative;
    /* padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    border-radius: 10px;
    border: 1px solid #0a3380; */
}
.section3_headingbox{
    
}
.service_imagebox{

}
.section3_heading{
    color: #0a3380;
    /* background: #fff; */
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
    /* padding-left: 10px;
    padding-right: 10px; */
    margin-bottom: 15px;
    /* position: absolute;
    top: -16px;
    left: 30px; */
}
.section3_heading-details{
    color: #353535;
    /* background: #fff; */
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    padding-left: 0;
    margin-bottom: 30px;
}
.service-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}
.section3 .service-col{
    padding-right: 15px;
    padding-left: 10px;
}
.service-col{
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.section3 .service-heading1{
    height: 44px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}
.service-heading1 a{
    color: #2f2f2f;
    transition: 0.3s ease-in-out;
}
.service-heading1 a:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}
.section3 .service-contentbox .buttonbox {
    margin-top: 5px;
}
.section3 .buttonbox .btn2{
    font-size: 14px;
}
.section3 .service-contentbox .buttonbox .btn2::after {
    width: 85px;
}

.product-price{
    color: #3cd9ee;
	font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    transition: 0.3s ease-in-out;
}
.service-box:hover .product-price{
    color: #0a3380;
    transition: 0.3s ease-in-out;
}

.book-appointment-button{
    text-align: center;
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px !important;
}



/*section3 end*/


/*Section4 start*/

.section4 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.sub-banner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    height: 300px;
    overflow: hidden;
}
.sub-banner1{
    background: #fffaf4;
    padding-top: 0px;
    padding-left: 20px;
}
.sub-banner1 .imagebox {
    max-width: 320px;
    width: 100%; 
    height: auto;
}

.sub-banner2{
    background: #dbfaff;
}
.sub-banner2 .imagebox {
    max-width: 320px;
    width: 100%; 
    height: auto;
}

.section4 .box1-contentbox {
    width: 40%;
    height: auto;
    position: relative;
    left: 0;
}
.section4 .box1-heading2 {
    text-align: right;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.section4 .box1-heading1 {
    text-align: right;
    color: #353535;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}
.section4 .box1-price {
    text-align: right;
    color: #3cd9ee;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}
.section4 .knowmore-button{
    text-align: right;
}

/*Section4 end*/

.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}



/*Section5 start*/

.section5 {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.section5 .buttonbox .btn2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    border-bottom: 1px solid #0a3380;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;
}

.section5 .service-heading1 {
    height: auto;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    transition: 0.3s ease-in-out;
}


.section5 .service-heading2{
    height: 44px;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}
.section5 .service-heading2 a{
    color: #2f2f2f;
    transition: 0.3s ease-in-out;
}
.section5 .service-heading2 a:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}

.service-contentbox .buttonbox{
    margin-top: 15px;
}
.service-contentbox .buttonbox .btn2::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 90px;
    border-bottom: 1px solid #0a3380;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease-in-out;
}

/* .buttonbox .btn2:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}
.buttonbox .btn2:hover::after{
    border-bottom: 1px solid #3cd9ee;
    transition: 0.3s ease-in-out;
} */
.service-box .service-contentbox .buttonbox .btn2:hover{
    color: #3cd9ee;
    transition: 0.3s ease-in-out;
}

.buttonbox .btn2:hover::after{
    border-bottom: 1px solid #3cd9ee;
    transition: 0.3s ease-in-out;
}


/*Section5 end*/



/*Section6 start*/

.section6 {
    padding-top: 0px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}


.section6 .sub-banner1{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    height: 300px;
    overflow: hidden;
}

.section6 .sub-banner2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    height: 300px;
    overflow: hidden;
}
.section6 .sub-banner1{
    background: #e7f2f8;
    padding-left: 30px;
    padding-right: 30px;
}
.section6 .sub-banner1 .imagebox {
    max-width: 455px;
    width: 100%; 
    height: auto;
}

.section6 .sub-banner2{
    background: #f4ede7;
    padding-right: 30px;
}
.section6 .sub-banner2 .imagebox {
    max-width: 236px;
    width: 100%; 
    height: auto;
}

.section6 .box1-contentbox {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
}
.section6 .box1-heading1 {
    text-align: left;
    color: #454545;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.section6 .box1-heading2 {
    text-align: left;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section6 .box1-price {
    text-align: left;
    color: #3cd9ee;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}
.section6 .knowmore-button{
    text-align: left;
}

.section6 .sub-banner2 .box1-heading1{
    text-align: right;
}

.section6 .sub-banner2 .box1-heading2{
    text-align: right;
}
.section6 .sub-banner2 .box1-price{
    text-align: right;
}
.section6 .sub-banner2 .knowmore-button{
    text-align: right;
}

/*Section6 end*/


/*Section8 start*/

.section8{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background: #ebebeb;
}

.section8 .heading-section .heading-1{
    text-align: center;
}


.slider_imgbox{
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dedede;
}
.slider_imgbox img{
    width: 100%;
    height: auto;
}



/*section8 end*/

/*Testimonial section start*/

.testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: #edf3f6;
}


.testimonial-section .heading-section .heading-1 {
    color: #0a3380;
    text-align: center;
    margin-bottom: 10px;
}
.testimonial-section .heading-section .details {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.testimonial-section .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-section .commentbox {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 40px 50px 40px;
    border-radius: 10px;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.testimonial-section .commentbox::before{
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
.com-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}
.quote-iconbox {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #edf3f6;
    
}

.quote-iconbox i {
    color: #fff;
    font-size: 50px;
}

.quote-iconbox img {
    width: 100%;
    height: auto;
}

.testi-contentbox .commetator-name {
    color: #0a3380;
    font-size: 20px;
    line-height: 26px;
/*    text-align: center;*/
    font-weight: 700;
    margin-left: 40px;
    margin-bottom: 0;
}

.testi-contentbox .commetator-post {
    color: #c7c7c7;
    font-size: 14px;
    line-height: 20px;
/*    text-align: center;*/
    font-weight: 500;
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 0;
}

.commentbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.testi-contentbox .brand-comments {
    color: #c7c7c7;
    font-size: 14px;
    line-height: 20px;
/*    text-align: center;*/
    font-weight: 400;
    margin-bottom: 0px;
/*
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
*/
}

.testimonial-section .owl-theme .owl-dots .owl-dot {
    display: none;
}

.testimonial-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.testimonial-section .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.testimonial-section .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    left: 2%;
    top: 45%;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.testimonial-section .owl-prev span {
    font-size: 54px;
    line-height: 30px;
    color: #fff !important;
}

.testimonial-section .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 2%;
    top: 45%;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.testimonial-section .owl-next span {
    font-size: 54px;
    line-height: 30px;
    color: #fff !important;
}

/*Testimonial section end*/

.mt-10{
    margin-top: 10px !important;
}


.gallery-box{
    width: 100%;
    position: relative;
}
.gallery-imgboxcon{
    width: 100%;
    height: auto;
}
.gallery-imgbox img{
    width: 100%;
    height: auto;
}

.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-icon-1:hover{
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #0c141d;
}
.gallery-hover-bg{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gallery-box:hover .gallery-hover-bg{
    opacity: 1;
    visibility: visible;
}



/*Contact form section start*/

.contactus-section {
    background: #0a3380;
}
.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}
.gmap_box iframe{
    width: 100%;
    height: 530px;
}
.form-box{
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.contact-form-heading{
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-heading {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}

.location-heading, .email-heading, .phone-heading {
    color: #007a80;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #ef2b1f;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.address{
    color: #fff;
    font-size: 16px !important;
    font-weight: 400  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #fff !important;
    background-color: rgba(255,255,255,0.3) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 5px !important;
}
.contact-form .form-control::placeholder{
    color: #fff !important;
}


.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #088edd !important;
    background: #fff;
    border: 1.5px solid #fff;
}
.submit-button .btn1:hover{
    color: #fff !important;
    background: transparent;
    border: 1.5px solid #fff;
}

.g-map{
    width: 100%;
    height: 570px;
}
.g-map .gmap-con{
    width: 100%;
    height: 100%;
}
.g-map .gmap-con .gmap-box{
    width: 100%;
    height: 100%;
}
.g-map .gmap-con .gmap-box iframe{
    width: 100%;
    height: 100%;
}

/*Contact form section end*/


/*Footer start*/

.footer-section {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0 0;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.footer-logo {
    max-width: 215px;
    width: 100%;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #99bace;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

.footer-contact-details {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #004b77;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-contactbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #fff;
    font-size: 32px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}

.ql:hover span {
    margin-left: 5px;
    transition: 0.3s;
}

.ql span {
    margin-right: 10px;
    transition: 0.3s;
}

.ql span i {
    font-size: 14px;
}

.ql a {
    text-decoration: none;
    color: #99bace;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #3cd9ee !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.timetable {
    margin-top: 30px;
}
.time_list {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-no-heading {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-no2 {
    color: #99bace;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-no2 a{
    color: #99bace;
    transition: 0.3s ease-in-out;
}
.contact-no2 a:hover{
    color: #3cd9ee;
}

.email-address-heading {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.location-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
}

.email-address2 {
    color: #99bace;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.email-address2 a{
    color: #99bace;
    transition: 0.3s ease-in-out;
}
.email-address2 a:hover{
    color: #3cd9ee;
}

.location2 {
    color: #99bace;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.subs-content {
    padding-bottom: 30px;
}

.footer-section .social_con {
    margin-top: 30px;
}

.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.footer-section .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    /*    border: 1px solid #111;*/
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

/*
.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}
*/

.footer-section .social_con .social_icons .icons:hover {
    background: transparent;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #fff;
}

.footer-section .social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}
.footer-section .social_con .social_icons .icons:hover i {
    color: #0e3c7d;
}

/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    margin-top: 50px;
/*    background: #fff;*/
    border-top: 1px solid rgba(255,255,255,0.3);
}

.footer-end-content {
    padding: 20px 0;
/*    border-top: 1px solid rgba(255,255,255,0.5);*/
}

.ft_end_txt {
    color: #99bace;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #99bace;
    transition: 0.3s ease-in-out;
}
.ft_end_txt2{
    text-align: right;
}
.ft_end_txt a:hover {
    color: #34abfd;
    transition: 0.3s ease-in-out;
}

.footer_end-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*Footer end*/



/*About page start*/

.banner-heading-section{
    background: #f0f1f5;
    position: relative;
    padding: 70px 0;
}
/*
.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
*/
.about-content{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mt-50{
    margin-top: 50px !important;
}

.about-content h1 {
    color: #2a2a2a;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.about-content nav{
    width: 100% !important;
    margin-top: 10px;
}
.about-content .breadcrumb{
    padding: 0 !important;
    margin-bottom: 0 !important;
    justify-content: center;
    text-align: center;
    background-color: transparent !important;
}
.about-content .breadcrumb-item a {
    color: #454545 !important;
}
.about-content .breadcrumb-item.active {
    color: #454545 !important;
}
.about-content .breadcrumb-item.active a {
    color: #454545 !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #454545 !important;
}

.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}
.aboutpage_section1 .contentbox_heading1_ul{
    width: 90px;
}

.aboutpage_section1 .imagebox3{
    border-radius: 30px;
}
.contentbox_heading1{
    color: #777;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contentbox_heading2{
    color: #0a3380;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contentbox_details{
    color: #939393;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.aboutpage_section2{
    padding-bottom: 90px;
}
.borderbox{
    border: 1px solid #dbdbdb;
}
/*About page end*/

.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.aboutus_page-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.aboutus_page-section1 .heading-2 {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.aboutus_page-section1 .left-contentbox {
     padding-bottom: 0px; 
}
.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #353535;
}

.list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px;
}
.list-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}
.about-iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.about-iconbox i{
    font-size: 20px;
}

.list-content .icon-heading {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 0;
}

.about-section2{
    padding-top: 90px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/sea-fishing-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}
.content-heading1{
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.content-heading2{
    color: #0a3380;
    font-size: 34px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.left-contentbox-details {
    margin-bottom: 0;
    color: #353535;
}

.iconbox2{
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}
.iconbox2 img{
    width: 60px;
    height: 60px;
}
.iconbox2 i{
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}
.iconbox2:hover{
    background: #fff;
    transition: 0.3s ease;
}
.iconbox2:hover i{
    color: #2a2a2a;
    transition: 0.3s ease;
}
.sub-cloumbox-heading {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}
.sub-cloumbox-details {
    color: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}



/*Our Products page start*/

.aboutcatepage_section1{
    padding-top: 100px;
    padding-bottom: 100px;
}
.our-products{
    padding-top: 80px;
    padding-bottom: 80px;
}

.catego-info:nth-child(even) {
    background-color: #ededed;
}
.catego-info:nth-child(odd) {
    background: #FFFFFF;
}
.our-products .left-contentbox .content-heading2{
    color: #2a2a2a;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-products .product-code{
    font-size: 16px;
    color: #777;
}
.our-products .product-code strong{
    color: #454545;
    font-weight: 600;
}
/*
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #f5ad0d !important;
}
.learn-more-btn:hover{
    color: #f5ad0d !important;
    background: transparent !important;
}
*/
.our-category-section{
    width: 100%;
    height: auto !important;
    background: #dfdfdf;
    padding-bottom: 80px;
}
.mb-80{
    margin-bottom: 80px !important;
}
.card-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}
.card-imgbox img{
    width: 100%;
    height: auto;
}
.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #0c141d;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #0c141d;
    
}
.card-button .read-more{
    color: #bc0000;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.button-group .btn1{
    color: #ef7f1b;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}
.button-group .btn1:hover{
    color: #fff;
    background: #ef7f1b;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}
.button-group .learn-more-btn2{
    color: #fff;
    background: #01a0e2;
    transition: 0.3s ease;
    border: 1.5px solid #01a0e2;
    margin-left: 20px;
}

.button-group .learn-more-btn2:hover{
    color: #01a0e2;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #01a0e2;
}

.more-products{
    padding-top: 80px;
    padding-bottom: 80px;
}



/*Our Products page end*/

/*Our Products details page start*/
.our-products2{
    padding-bottom: 0;
}
.hr-line{
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}
.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}
.details-heading{
    font-size: 22px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: inherit;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

/*Our Products details page end*/



/*Our Projects page start*/

.our-project-section2{
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox{
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2{
    padding-top: 80px;
}

/*
.contactus-section2 .form-heading {
    color: #2a2a2a;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}
*/

/*
.contactus-section2 .submit-button .btn2{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
    margin-left: 20px;
}

.contactus-section2 .submit-button .btn2:hover{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
*/



/*Our Service page start*/



.service-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sticky_div {
    position: sticky;
    top: 20px;
}

/*
.bg-banner-image{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
*/

.service-heading2{
    color: #454545;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.service-details2{
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
.features_info{
    margin-top: 30px;
}

.list-content{
    margin-left: 10px;
}


.bro-iconbox{
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.bro-iconbox img{
    width: 100%;
    height: auto;
}
.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #f0f1f5;
    padding: 30px 40px;
}
.download_left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-heading{
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p{
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.right-form-box{
    background: #d4efff;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.right-form-box .right-form-box-heading{
    margin-bottom: 30px;
}
.right-form-box-heading{
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.service-section1 .contact-form {
    width: 100%;
    height: auto;
/*
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
*/
}
.right-form-box .contact-form .form-control {
    height: 45px;
    color: #fff !important;
    background-color: #72c6f8 !important;
    border: 1px solid #72c6f8 !important;
    border-radius: 0 !important;
}

.right-form-box .contact-form textarea{
    height: 100px !important;
}
.right-form-box .submit-button .btn1{
    width: 100%;
    display: block;
}

.right-service-box{
    background: #d4efff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}
/*
.right-service-box .right-form-box-heading{
    margin-bottom: 0px;
}
*/
.service-list{
    list-style: none;
}
.service-item{
    width: 100%;
    height: 50px;
    display: block;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.service-item:hover{
    color: #088edd;
    transition: 0.3s ease;
}

.submit-button2 .btn1{
    color: #fff !important;
    background: #088edd !important;
    border: 1.5px solid #088edd !important;;
} 
.submit-button2 .btn1:hover{
    color: #088edd !important;
    background: transparent !important;
    border: 1.5px solid #088edd;
}

.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}
.learn-more-btn:hover{
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80{
    margin-bottom: 80px !important;
}

.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox{
    border: 5px solid #ebebeb;
}

/*Our Service page end*/



.about_section2{
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_section2 .content-heading1 {
    color: #454545;
    text-align: left;
}
.about_section2 .content-heading2 {
    color: #01a0e2;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_section2 .left-contentbox-details {
    margin-bottom: 0;
    color: #353535;
}

.mision_vision-section{
    padding-bottom: 50px;
}
.mision_vision-section .left-contentbox .content-heading2 {
    color: #454545;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.mision_vision-section .left-contentbox .left-contentbox-details {
    color: #353535;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}




.our-products-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
}

/*Category page start*/

.our-products-section2{
    padding-top: 0px;
    padding-bottom: 80px;
}
.our-category-section {
    width: 100%;
    height: auto !important;
/*    background: #952d0a;*/
    background: #f1f1f1;
    padding-top: 100px;
    padding-bottom: 100px;
}


/*
.card-box {
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}
*/

.card-imgbox img{
    width: 100%;
    height: auto;
}


.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #39c5ff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #39c5ff;
    
}
.card-button .read-more{
    color: #ef7f1b;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
/*Category page end*/



.createanaccount-btn .btn1{
    border-radius: 30px;
}


/*Add to cart page start*/

.add-to-cart-section{
    padding-top: 50px;
}
.add-to-cartbox{
    position: relative;
    height: auto;
    padding: 30px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(80, 80, 80, .2);
    box-shadow: 0px 5px 20px 0 rgba(80, 80, 80, .2);
}
.cart-heading{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    
}
.msg-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #e7e7e7;
    padding: 10px 15px;;
}
.msg-alert{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 0;
}
.msg-alert-icon{
    padding-right: 10px;
}
.msg-alert-icon i{
    color: #519e3f;
}

.msg-alert-text p{
    color: #767474;
    font-size: 16px;
    margin-bottom: 0;
}

.cart-itembox{
    padding: 20px 0;
}

.item-wrapping{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-wrapping:before {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #e1e1e1;
    content: '';
    position: absolute;
    margin-top: 40px;
}
.itemwrap{
    margin-top: 15px;
}
.itemwrap-heading{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.iwrap {
    display: flex;
    padding-left: 10px;
    justify-content: space-between;
}
.iwrap img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: top center;
}
.iwrap p {
    color: #6e6e6e;
    font-size: 14px;
    padding: 20px 10px 20px 20px;
}

.price-column{
    position: relative;
    max-width: 200px;
    width: 100%;
    margin-top: 15px;
}
.price-heading{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.price{
    color: #484848;
    font-size: 16px;
    padding: 20px 10px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}


.quantity-column{
    max-width: 200px;
    width: 100%;
    margin-top: 15px;
}
.quantity-heading{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.quantity-box{
    padding: 15px 0;
    text-align: center;
}
.quantity-no{
    width: 60px;
    padding: 4px 0px 4px 24px;
    color: #727272;
    font-weight: 500;
    border: 2px solid #e2e2e2;
}

.trash-box{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #e2e2e2;
    right: 0;
    top: 50px;
    display: grid;
    place-items: center;
}
.trash-box i{
    color: #6e6e6e;
    font-size: 18px;
}
.item-wrapping::after{
    width: calc(100% - 40px);
    height: 2px;
    background-color: #e1e1e1;
    content: '';
    position: absolute;
    margin-top: 135px;
}

.button-row{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
}
.clear-cart-btn{
    color: #333;
    background: #d7d7d7;
    margin-right: 10px;
    border: 1px solid #d7d7d7;
}
.clear-cart-btn:hover{
    border: 1px solid #69c47a;
}


.discount-codebox{
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(80, 80, 80, .2);
    box-shadow: 0px 5px 20px 0 rgba(80, 80, 80, .2);
}
.discount-code-column{
    max-width: 350px;
    width: 100%;
}
.discount-code-heading h3{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 20px;
    
}
.discount-code-row::after{
    width: calc(100% - 40px);
    height: 2px;
    background-color: #e1e1e1;
    content: '';
    position: absolute;
    margin-top: 40px;
}
.discount-code-row{
    display: flex;
/*    justify-content: space-between;*/
}
.code-box{
    margin-top: 25px;
    padding-left: 20px;
}

.code-box label{
    color: #5e5e5e;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.code-box input{
    border-radius: 0 !important;
}
.apply-coupon-btn{
    margin-top: 40px;
}

.cart-totals-column{
    max-width: 250px;
    width: 100%;
}
.cart-totals-heading{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 20px;
    text-align: center;
}
.sub-totalbox{
    margin-top: 25px;
}
.subtotal-heading{
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
}
.shipping-charge{
    color: #5e5e5e;
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}
.total-amount{
    color: #5e5e5e;
    font-size: 16px;
    text-align: center;
}

.total-price-column{
    margin-top: 53px;
    padding-left: 60px;
}
.subtotal-price{
    color: #282828;
    font-size: 20px;
    font-weight: bold;
}
.shipping-ratebox .form-check-label{
    color: #5e5e5e !important;
}
.shipping{
    padding-left: 22px;
}
.shipping p{
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 0;
}
.shipping p span{
    color: #da2020;
}
.checkout-btn{
    margin-top: 40px;
}
.checkout-btn .btn1{
    background: #21b43d;
    border: 1px solid #21b43d;
}
.checkout-btn .btn1:hover{
    color: #21b43d;
    background: transparent;
    border: 1px solid #21b43d;
}

/*Add to cart page end*/


/*checkout page start*/
.discount-code-section{
    padding-bottom: 50px;
}
.msg-alert-text span{
    color: #b85151;
}
.form-heading-row{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.billing-details p{
    font-size: 16px;
    color: #282828;
    font-weight: 600;
}

.shipp-to-diff-address .form-check-input{
    display: block;
}

.shipp-to-diff-address span{
    width: 30px;
    height: 30px;
    background: #787878;
}
.billing input{
    border-radius: 0;
}
.billing select{
    border-radius: 0;
}

.order-heading p{
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}
.your-orderbox{
    background: #e6e6e6;
}

.product-list-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-list{
    padding: 15px 30px;
}
.product-list p{
    margin-bottom: 0;
    color: #282828;
    font-size: 16px;
}
.price-list{
    max-width: 180px;
    width: 100%;
    padding: 15px 0px;
}
.price-list p{
    margin-bottom: 0;
    color: #282828;
    font-size: 16px;
}
.product-item{
    background: #eeeeee;
    margin-bottom: 10px;
}
.ship-charge{
    max-width: 180px;
    width: 100%;
    padding: 15px 0px;
}

.payment-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.payment-options .form-check{
    padding-right: 50px;
}

.order-btn .btn1{
    background: #21b43d;
    border: 1px solid #21b43d;
}
.order-btn .btn1:hover{
    color: #21b43d;
    background: transparent;
    border: 1px solid #21b43d;
}
.desk-d-block{
    display: block;
}
.desk-d-none{
    display: none;
}


/*checkout page end*/


/*Products description start*/
.product_desc-section{
    padding-top: 90px;
    padding-bottom: 90px;
}
.product-left{
	height: 400px;
}

/*Swiper*/

.swiper-container {
     width: 100%;
     height: 300px;
     margin-left: auto;
     margin-right: auto;
	background-color:#000;
    overflow: hidden;
    }
.swiper-slide {
     background-size: cover;
     background-position: center;
    }
.gallery-top {
     height: 350px;;
     width: 100%;
}
.gallery-thumbs {
     height: 30%;
     box-sizing: border-box;
     padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
     height: 100%;
     opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
     opacity: 1;
}

/*Swiper End*/

.product-right{
	height: auto;
}

.product-title{
	font-size: 24px;
	font-weight: 600;
	color: #2a2a2a;
/*	background-color: aqua;*/
	line-height: 32px;
    padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}


.rating-wrapper{
    padding-top: 15px;
    padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.star-clr{
	color: #FFCE00;
}
.review-count{
	margin: 0 10px;
	color: #808080;
    transition: 0.3s ease-in-out;
}
.review-count:hover{
	color: #808080;
}
.write-review{
	margin: 0 10px;
	color: #e10600;
    transition: 0.3s ease-in-out;
}
.write-review:hover{
	color: #e10600;
}


.list-unstyled{
	border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}
.list-unstyled li{
	margin: 10px 0;
    color: #808080;
    font-weight: 400;
}
.desc{
	font-weight: 700;
	color: #454545;
	font-size: 15px;
}
.price{
	height: 100px;
/*	background-color: wheat;*/
}
.list-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



.list-row .original-price{
    font-size: 20px;
    line-height: 26px;
    margin-left: 20px;
}
.list-row .original-price::before {
    width: 65px;
}


.price-tax{
	font-size: 10px;
	line-height: 26px;
}
#product{
	height: 150px;
/*	background-color: cadetblue;*/
}
.product-option{
    color: #2a2a2a;
	font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.date{
    color: #808080;
	margin-left: 0;
/*	background-color: antiquewhite;*/
}
.date input{
	margin-left: 0px;
	float: left;
}
#ui-datepicker-div{
	top: 708px !important;
}
.quantity{
    color: #808080;
	height: 27px;
/*	background-color: chocolate;*/
	margin-left: 40px;
	float: left;
}
label2{
	height: 27px;
/*	background-color: aqua;*/
	float: left;
	padding-top: 3px;
}
.quantity input{
    width: 100px;
	height: 40px;
	float: left;
	margin-left: 10px;
	text-align: center;
	margin-top: -7px;
    padding-left: 10px;
}
.order-button .btn1{
    border-radius: 30px;
}
.order{
	width: 150px;
	height: 40px;
	margin-left: 8px;
	border: 2px solid #512B14;
	background-color: #512B14;
	margin-top: -7px;
	transition: 0.5s;
}
.order:hover{
	border: 2px solid #F2B769;
	background-color: #F2B769;
	cursor: pointer;
}
.order a{
	color: #fff;
	
}

.order a:hover{
	text-decoration: none;
	color: #fff;
}

.underline1{
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 10px;
}

/*Products description end*/


.contactus-section1{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}

.contactus-section1 .form-heading {
    color: #0a3380;
}

.contactus-section1 .contact-form .form-control {
    color: #fff !important;
    background-color: rgba(0,0,0,0.2) !important;
    border: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 5px !important;
}
.contactus-section1 .location-heading,
.contactus-section1 .email-heading,
.contactus-section1 .phone-heading {
    color: #0a3380 !important;
}


.contactus-section1 .contact-no {
    color: #777;
}
.contactus-section1 .email-address {
    color: #777;
}
.contactus-section1 .address {
    color: #777;
}


