@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');

* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {

    margin: 0px;
    padding: 0px;
    font-family: "Roboto", 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;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*--------headertop---------*/

.headertoplogo {

    margin: 0px;
    padding: 5px 0px;
}


.headertopbody {

    background-color: #ffffff;
    margin: 0px;
    padding: 2px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    display: block;
}

.headertopbodyleft {

    margin: 0px;
    padding: 0px;
}

.headertopbodyleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.headertopbodyleft ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

.headertopbodylefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.headertopbodylefticon i {

    line-height: 25px;
    color: #00C8C5 !important;
}

.headertopbodylefticontext {

    margin: 0px;
    padding: 0px;
}

.headertopbodylefticontext h5 {

    color: black;
    font-size: 16px;
}

.headertopbodylefticontext p,
.headertopbodylefticontext p a {

    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}


.headertopright {

    margin: 0px;
    padding: 0px;
}

.headertopright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.headertopright ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}


/*-------logo&navbox---------*/


.navigationbg {

    width: 100%;
    display: block;
    background-color: #017074;
    margin: 0px;
    padding: 0px;
}

.logobox {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}


.headernav {

    margin: 0px;
    padding: 8px 0px;
    background-color:#03706f;
    width: 100%;
    display: block;
}


.headernav ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: left;
    padding: 10px 0px;

}

.headernav ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernav ul li a {

    margin: 0px;
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 500px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.headernav ul li a:hover {

    color: #00C8C5;
}

.headerappointment {

    margin: -1px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    border: 2px solid #fff;
}


.headerappointment p a {


    color: white;


}


.headerappointment button:hover {

    background-color: #00C8C5;
    color: white;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#033163;
	background-position:repeat;
}

.banner-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.banner-section .content-column .inner-column{
	position:relative;
	padding-top:162px;
}

.banner-section .content-column h2{
	position:relative;
	font-weight:700;
	color:#ffffff;
	line-height:1.2em;
    font-size: 41px;
}

.banner-section .content-column h3 {
    line-height: 1.3em;
    font-weight: 700;
    font-size: 34px;
}

.banner-section .content-column .buttons-box{
	position:relative;
	margin-top:35px;
}

.banner-section .content-column .buttons-box .theme-btn{
	position:relative;
	margin-right:15px;
}

.banner-section .image-column{
	position:relative;
	margin-bottom:-21px;
}

.banner-section .image-column .inner-column{
	position:relative;
	margin-right:-40px;
}

.image, img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.banner-section .lower-boxed{
	position:relative;
	padding-top:80px;
}

/*-----bannwer------*/




/*-----bannwer------*/


.bannerbody {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: auto;
}

.bannerpic {

    width: 100%;
    display: block;
    height: auto;
}

.bannerpic img {

    width: 100%;
    display: block;
    height: 534px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
}

.banner .owl-prev {

    position: absolute;
    top: 50% !important;
    left: 50px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: rgba(0, 200, 197, 0.582) !important;
    border: solid 2px white !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.5s ease-in-out !important;
}


.banner .owl-prev i {

    color: white !important;
}

.banner .owl-prev:hover {

    background-color: rgb(0, 200, 197) !important;
}


.banner .owl-next {

    position: absolute;
    top: 50% !important;
    right: 50px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: rgba(0, 200, 197, 0.582) !important;
    border: solid 2px white !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.5s ease-in-out !important;
}

.banner .owl-next i {

    color: white !important;
}

.banner .owl-next:hover {

    background-color: rgb(0, 200, 197) !important;
}

.red{
    color: #ff0000 !important;
}


/*----appointment---------*/


.appointmentbg {

    width: 100%;
    display: block;
    background-color: #333;
    padding: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.appointmentleft {

    margin: 0px;
    padding: 0px;
}


.appointmentlefticon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.appointmentlefticon i {

    font-size: 48px;
}


.appointmentlefttext {

    margin: 15px 0px;
    padding: 0px;
}

.appointmentlefttext h2 {

    text-align: center;
    color: white;
}

.appointmentlefttext p {

    color: white;
    font-size: 16px;
}

.appointmentmiddle {

    margin: 0px;
    padding: 0px;
}

.appointmentmiddle h2 {

    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.appointmentmiddle input {

    width: 100%;
    display: block;
    margin: 10px;
    padding: 15px;
    background-color: white;
    color: black;
    border-radius: 15px;
}

.appointmentmiddle input:focus {

    outline: none
}

.appointmentmiddle textarea {

    width: 100%;
    display: block;
    margin: 5px;
    padding: 15px;
    background-color: white;
    color: black;
    border-radius: 15px;
    height: 100px;
}

.appointmentmiddle textarea:focus {

    outline: none;
}


.appointmentmiddle button {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    display: table;

}

.appointmentmiddle button:hover {

    background-color: #ff0000;
    color: white;
}


.appointmentright {

    background-color: white;
    border-radius: 15px;
    padding: 30px 10px;
}

.appointmentright p {

    color: black;
}

.appointmentright1 {

    display: flex;
    gap: 15px;
}

.appointmentright1 p,
.appointmentright1 p a {

    color: black;
    text-decoration: none;
}


/*----aboutus----*/

.aboutus_body {

    margin: 0px;
    padding: 60px 0px;
    background-image: url(../img/changeimg/Vector-BG-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutusbodyleft {

    margin: 0px;
    padding: 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-image: url(../img/changeimg/About.jpg);
    border-radius: 15px;
  
}


.aboutusbodyleft::before{

    position: absolute;
    content: "";
    bottom: 243px;
    right: -62px;
    width: 250px;
    height: 250px;
    z-index: 2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/About-Us-Image-2-1.jpg);
    border: solid 5px white;
}


.aboutusbodyleftnumber{

    position: absolute;
    bottom: -30px;
    right: 168px;
    width: 100%;
    display: block;
    background-color: #019096;
    padding: 15px 30px;
    border-radius: 10px 10px 10px 75px;
    width: 75%;
}

.aboutusbodyleftnumbermain{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.aboutusbodyleftnumbermainnumber{

    margin: 0px;
    padding: 0px;
    border-right: solid 1px white;
    padding-right: 20px;
}

.aboutusbodyleftnumbermainnumber h4{

    color: white;
    font-size: clamp(24px , 5vw ,32px);
    text-align: center;
}

.aboutusbodyleftnumbermaintext{

    margin: 0px;
    padding: 0px;
}

.aboutusbodyleftnumbermaintext h5{

    color: white;
    font-size: clamp(16px ,5vw ,20px);
}

.aboutusright {

    margin: 0px;
    padding: 0px;
}

.aboutusright h4 {

    color: #019096;
    font-size: 24px;
}

.aboutusright h2 {

    color: black;
    font-size: 22px;
}

.aboutusrightyear {

    margin-top: 12px 0px;
    padding: 15px;
    background-color: #192136;
    text-align: center;
    color: white;
}

.aboutusrightyear h2 {

    color: white;

}

.aboutusright p {

    color: #494949;
    font-size: 14px;
}

.aboutusright button {

    background-color: #017074;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
}


.mt-15 {
    margin-top: 15px !important;
}

.aboutusright button:hover {

    background-color: #017074;
    color: white;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
}

/*------DiseasePrevention--------*/

.diseaseprevention {

    margin: 20px 0px;
    padding: 0px;
}

.diseasepreventionicon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.diseasepreventioniconbox {

    margin: 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00C8C5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diseasepreventioniconbox i {

    color: white;
    font-size: 10px;
}

.diseasepreventionicontext {

    margin: 0px;
    padding: 0px;
}

.diseasepreventionicontext p {

    color: #192136;
    font-size: 14px;
}


.diseasepreventioniconboxboder {

    margin: 10px 0px;
    width: 100%;
    height: 1px;
    background-color: #019096;
}

.diseasepreventpic {

    margin: 10px 0px;
    padding: 0px;
}

.diseasepreventpicleft {

    margin: 0px;
    padding: 0px;
}


.diseasepreventpicleftimg {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}


.diseasepreventpicleftimg1 {

    margin: 0px;
    padding: 0px;
}

.diseasepreventpicleftimg1 img {

    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.diseasepreventpiclefttext {

    margin: 0px;
    padding: 0px;
    margin-top: 8px;
}

.diseasepreventpiclefttext h5 {

    font-size: 16px;
    color: #161616;
    margin: 0px;
    padding: 0px;
}


.diseasepreventpiclefttext p {

    font-size: 15px;
    color: #333;
}

/*----service--------*/


.servicebg{

    margin: 0px;
    padding: 40px 0px;
    background-color: #CEECEB;
}

.servicetextcenter{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.servicetextcenter h4{

    color: #017074;
}


.servicebox{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: white;
    border-bottom: solid 4px #00C8C5;
}

.serviceboxtext{

    margin: 0px;
    padding: 0px;
}


.serviceboxtext h4{

    color: #017074;
    font-size: 16px;
}


.serviceboximg{

    margin: 14px 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    height: 290px;
    overflow: hidden;
}


.serviceboximgmain{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/opd.jpg);
    z-index: 1;
    position: relative;
}

.serviceboximgmain1{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/ecg.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain1::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-eco{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/echo.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-eco::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-tmt{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/tmt.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-tmt::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-holter{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/holter.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-holter::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}


.serviceboximgmain-pacemaker{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/pacemaker.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-pacemaker::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-crt{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/crt.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-crt::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-angiography{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/angiography.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-angiography::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-angioplasty{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/angioplasty.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-angioplasty::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-fistuloplasty {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/fistuloplasty.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-fistuloplasty::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-peripheral{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/peripheral.jpg);
    z-index: 1;
    position: relative;
}
.serviceboximgmain-peripheral::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain-transecho{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/service/transecho.jpg);
    z-index: 1;
    position: relative;
}

.serviceboximgmain-transecho::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}

.serviceboximgmain::before{

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.363);
    z-index: -1;
}


.serviceboximgmainoverlay{

    width: 100%;
    margin: 0px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    bottom: -41%;
    left: 0px;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}




.serviceboximgmainoverlay p{

    color: #f0f0f0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
}

.serviceboximg:hover .serviceboximgmainoverlay{
    background-image: linear-gradient(180deg, #02010100, rgba(0, 200, 197, 0.596) );
    bottom: 0;
}

.serviceboximgmainoverlay button{

    background-color: transparent !important;
    border: solid 1px white !important;
}

.serviceboximgmainoverlay button:hover{

    background-color: #00C8C5 !important;
    color: white !important;
}

/*------whatweoffer-----*/

.whatweofferleft {

    margin: 0px;
    padding: 0px;
    border-right: dotted 2px #00C8C5;
    padding-right: 15px;
}

.whatweofferleft h4 {

    color: #00C8C5;
    font-size: 24px;
}

.whatweofferleft h2 {

    color: #192136;
    font-size: 22px;
}

.whatweofferleft p {

    color: black;
    font-size: 14px;
}

.whatweofferleftimg {

    display: flex;
    gap: 15px;
}

.whatweofferleftimg1 {

    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.whatweofferleftimg1 img {

    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.whatweofferleftimg1text {

    margin-top: 25px;
    padding: 0px;
}

.whatweofferleftimg1text h5 {

    color: #ff0000;
    font-style: italic;
}

.whatweofferright {

    margin: 0px;
    padding: 0px;

}

.whatweofferright h5 {

    color: #192136;
}

.whatweofferright p {

    color: black;
}

/*-----------appointment-------------*/

.appointment-bg{

    margin: 0px;
    padding: 40px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/changeimg/Vector-BG--5.png);
}

.appointmentform{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: #CEECEB;
}

.appointmentform h4{

    padding: 8px 0px;
    margin: 0px;
    color: #4b4b4b;
    font-size: 20px;
}


.appointmentform input{

    width: 100%;
    display: block;
    background-color: white;
    margin: 6px 0px;
    padding: 8px;
    font-size: 14px;
    color: #5f5f5f;
    outline: none;
    border: none;
}

.appointmentform input:focus{

    outline: none;
    border: none;
}


.appointmentform textarea{

    width: 100%;
    display: block;
    background-color: white;
    margin: 6px 0px;
    padding: 8px;
    font-size: 14px;
    color: #5f5f5f;
    outline: none;
    border: none;
    height: 100px;
    margin-bottom: 15px;
}

.appointmentform textarea:focus{

    outline: none;
    border: none;
}

.appointmentform button{

    background-color: #00C8C5 !important;
    color: white !important;
}

.appointment_right{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.appointment_right h5{

    color: #017074;
    font-size: 22px;
}

.appointment_right h6{

    color: black;
    font-size: 20px;
    font-weight: normal;
}

.appointment_right p{

    color: black;
    font-size: 15px;
}

.appointment_righicon{

    margin: 0px;
    padding: 0px;
}

.appointment_righiconmain{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.appointment_righiconmainicon{

    margin: 0px;
    padding: 0px;
}

.appointment_righiconmainicon i{

    color: #00C8C5;
    font-size: 24px;
}

.appointment_righiconmainicon img{

    width: 60px;
}


.appointment_righiconmaintext{

    margin: 0px;
    padding: 0px;
}

.appointment_righiconmaintext h4{

    color: #161616;
    font-size: 18px;
}

.appointment_righiconmaintext p a ,.appointment_righiconmaintext p{

    color: #424242;
    font-size: 15px;
    text-decoration: none;
}

.appointment_righiconmaintext i{

    color: #424242;
}

/*---testimonial---*/


.testimonialbg {

    width: 100%;
    padding: 60px 0px;
    margin: 0px;
background-color: #CEECEB;
}

.test-text{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.test-text h4{

    color: #017074;
    margin-bottom: 35px;
}

.testimonialmain {

    width: 100%;
    display: block;
}

.testimonialmainbg {

    width: 100%;
    background-color:#019096;
    display: block;
    padding: 20px;
    margin: 0px;
    border-radius: 15px;
}

.testimonialmainbgicon {


    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: dotted 2px #fff;
    margin: 0 auto;
    display: table;
}

.testimonialmainbgicon img {

    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: dotted 2px white;
}

.testimonialmainbgtext {

    margin: 20px 0px;
}

.testimonialmainbgtext i {

    font-size: 48px;
    color: white;
}

.testimonialmainbgtext p {

    color: white;

}

.testimonialmainbgtext h6 {

    color: white;
    font-style: italic;
}


/*-----gallery-------*/


.gallerybox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.gallerybox1 {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.gallerybox1 img {


    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}

/*-----footer--------*/


.footerbody {

    background-color: #017074;
    padding-top: 60px;
    margin: 0px;
    padding-bottom: 30px;
}

.footerbodyleft {

    margin: 0px;
    padding: 0px;
}

.footerbodyleft p {

    margin-top: 15px;
    color: white;
    font-size: 16px;
    text-align: justify;
}

.footerbodymiddle {

    margin: 0px;
    padding: 0px;
}

.footerbodymiddle h2 {

    color: white;
    font-size: clamp(24px,5vw,32px);
}

.footerbodynav {

    margin-top: 15px;
    padding: 0px;
}

.footerbodynav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footerbodynav ul li {

    margin: 0px;
    padding: 6px 0px;
    display: block;
    list-style: none;
}

.footerbodynav ul li a {

    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.footerbodynav ul li a:hover {

    padding-left: 10px;
}


.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-top: 10px;
    display: flex;
    gap: 20px;
}

.footerrighticon1 p,
.footerrighticon1 p a {

    color: white;
    text-decoration: none;
}


/*---footercopyright---*/


.footercopyright {

    margin: 0px;
    padding: 0px 0px;
    background-color: #005255;
    display: flex;
    align-items: center;
}


.footercopyrighttext {

    margin: 0px;
    padding: 0px;
}

.footercopyrighttext p,
.footercopyrighttext p a {

    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: 14px;

}

.sticky {

    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 6px 6px 5px rgba(0, 200, 197, 0.39);
}

.resnav {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -40px;
}



/*-----aboutuspage-----*/


.aboutuspage {

    width: 100%;
    display: block;
    height: 250px;
    background-image: url(../img/changeimg/aboutuspagepic.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;

}

.aboutuspage::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to Right , transparent , rgba(0, 200, 197, 0.596));
    top: 0;
    left: 0;
    z-index: -1;
}




.aboutuspage h2 {

    color: #ffffff;
}

.aboutuspage h4 a {

    color: #ffffff;
    text-decoration: none;
}

.aboutuspage h4 span {

    color: #ffffff;
}





/*servicepage*/


.servicepage {

    margin: 0px;
    padding: 0px;
}

.servicepageimg {

    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}

.servicepageimg img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}


.servicepagetext {

    margin: 0px;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
    resize: vertical;
    overflow: auto;
    scrollbar-width: none;
    height: 250px;
}

.servicepagetext h4 {

    color: #ff0000;
    font-weight: bold;
}

/*-----gallerypage-------*/

.gallerybox {

    width: 100%;
    margin: 0px;
    padding: 0px;
}



/*---------contactuspage-------------*/

.contactusbox {

    width: 100%;
    margin: 0px;
    padding: 20px;
    border: dotted 2px #ff0000;
    border-radius: 15px;
}

.contactusboxicon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}


.contactusboxicon i {

    font-size: 36px;
}



.contactusboxtext {

    margin: 20px 0px;
    padding: 0px;
}

.contactusboxtext h4 {

    color: #ff0000;
    text-align: center;
}

.contactusboxtext p,
.contactusboxtext p a {

    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.mappagebox {

    margin: 0px;
    padding: 0px;
}

.mappagebox iframe {

    width: 100%;
    border-radius: 15px;
}

.mapboxright {

    width: 100%;
    display: block;
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0px;
}

.mapboxright input {

    width: 100%;
    display: block;
    /*margin: 15px 0px;*/
    padding: 20px;
    font-size: 16px;
    color: black;
    border-radius: 15px;
}

.mapboxright input:focus {

    outline: none;
}


.mapboxright textarea {

    width: 100%;
    display: block;
    margin: 15px 0px;
    padding: 20px;
    font-size: 16px;
    color: black;
    border-radius: 15px;
    height: 150px;
}

.mapboxright textarea:focus {

    outline: none;
}

.mapboxright button {

    background-color: #ff0000;
    color: white;
    border-radius: 15px;
}

.mapboxright button:hover {

    background-color: #ff0000;
    color: white;
}

/*----------responsive 991px -------*/

@media (max-width:600px){

    .aboutusbodyleft::before{

        width: 150px;
         height: 150px;
    }

    .aboutusbodyleftnumber{

        width: 60%;
        right: 148px;
        padding: 20px 40px;
        
    }
    .aboutusbodyleftnumbermain{

        flex-direction: column;
    }

    .aboutusbodyleftnumbermainnumber{

        border-bottom: solid 1px white;
        border-right: none;

    }
}


@media (max-width:991px) {

    .resnav {

        display: block;
    }

    .dis-none {

        display: none;
    }

    .headernav {

        position: fixed;
        top: 0px;
        left: -100%;
        width: 250px;
        background-color: white;
        height: 100%;
        z-index: 999;
        transition: all 0.5s ease-in-out;
    }

    .headernav ul {

        margin: 0px;
        padding: 15px 10px;
        display: block;
    }

    .headernav ul li {

        margin: 0px;
        padding: 14px 0px;
        list-style: none;
    }

    .headernav ul li a {

        margin: 0px;
        padding: 0px;
        font-size: 16px;
        color: black;
    }

    .headernav.main {

        left: 0;
    }

    .aboutusbodyleft::before {

        right: 30px;
    }

    .whatweofferleft {

        border-bottom: dotted 2px #005255;
        border-right: none;
        margin-bottom: 10px;
    }

    .mt_30 {

        margin-top: 30px !important;
    }

    .whatweofferleftimg1 {

        margin-bottom: 20px;
    }

    
    .bannerpic img{


        height: 160px;
    }

    .banner .owl-next{

        width: 30px !important;
        height: 30px !important;
        right: 30px !important;
        top: 35% !important;
    }

    .banner .owl-prev{

        width: 30px !important;
        height: 30px !important;
        left: 30px !important;
        top: 35% !important;
    }
}



/*----responsive 991px -- 1200px ----*/



@media only screen and (min-width:991px) and (max-width:1200px) {


    .headertopbodylefticon p,
    .headertopbodylefticon p a {

        font-size: 15px;
    }

    .headernav ul {

        margin-top: 10px;
    }


    .aboutusbodyleft {

        margin-top: 130px;
    }
}