@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,400;0,600;0,800;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {

    /* background-color: #d3d3d3; */

    overflow-x: hidden;

    width: 100%;

}



.forlogo {

    display: flex;

    justify-content: center;

    align-items: center;

}



.topbar {

    /* background-color: rgb(229, 224, 241); */

    height: 70px;

    font-size: 18px;

    font-weight: bold;

    color: black;

    font-family: 'Poppins', sans-serif;

    position: relative;

    box-shadow: 0px 3px grey;

}



.fa-bars {

    color: black !important;

}



.navbar-css {

    /*height: 10vh;*/

    background-color: #ffffff;

}



.nav-item {

    display: inline-block;

    justify-content: center;

}



.nav-item a {

    text-decoration: none;

    color: #444 !important;

    /* font-family: 'cabin', sans-serif; */

    font-family: 'Nunito Sans', sans-serif;

    font-size: 16px;

    margin-right: 12px;

    font-weight: 400;

    /* text-decoration: underline; */

}



.dropdown-menu a:hover {

    background-color: rgb(201, 212, 216);

}



.dropdown:hover .dropdown-menu {

    display: block;

}



.dropdown:hover .dropbtn {

    background-color: #3e8e41;

}



.fancy-link {

    display: inline-block;

}



.fancy-link::after {

    content: '';

    width: 0px;

    height: 2px;

    display: block;

    background: crimson;

    transition: 300ms;

}



.fancy-link:hover::after {

    width: 100%;

}





/* slider */



/* #carousel .carousel-item.boat {

    background-image: url("../images/homepageimg/60.jpg");

}



#carousel .carousel-item.sea {

    background-image: url("../images/homepageimg/47.jpg");

}



#carousel .carousel-item.river {

    background-image: url("../images/homepageimg/31.jpg");

} */



#carousel .carousel-item {

    height: 100vh;

    width: 100%;

    min-height: 350px;

    background: no-repeat center center scroll;

    background-size: cover;

}



#carousel .carousel-inner .carousel-item {

    transition: -webkit-transform 2s ease;

    transition: transform 2s ease;

    transition: transform 2s ease, -webkit-transform 2s ease;

}



.carousel-item img {

    height: 600px;

}



#carousel .carousel-item .caption {

    background-color: rgba(0, 0, 0, 0.5);

    padding: 40px;

    color: white;

    animation-duration: 1s;

    animation-delay: 2s;

}



#carousel .caption h2 {

    animation-duration: 1s;

    animation-delay: 2s;

}



#carousel .caption p {

    animation-duration: 1s;

    animation-delay: 2.2s;

}



#carousel .caption a {

    animation-duration: 1s;

    animation-delay: 2.4s;

}



@media (max-width: 480px) {

    #carousel .carousel-item.boat {

        width: 100% !important;

        height: 250px !important;

    }

    #carousel .carousel-item.sea {

        width: 100% !important;

        height: 250px !important;

    }

    #carousel .carousel-item.river {

        width: 100% !important;

        height: 250px !important;

    }

}



@media (min-width: 480px) and (max-width: 768px) {

    #carousel .carousel-item.boat {

        width: 100% !important;

        height: 300px !important;

    }

    #carousel .carousel-item.sea {

        width: 100% !important;

        height: 300px !important;

    }

    #carousel .carousel-item.river {

        width: 100% !important;

        height: 300px !important;

    }

}



@media (min-width: 768px) and (max-width: 1280px) {

    #carousel .carousel-item.boat {

        width: 100% !important;

        height: 350px !important;

    }

    #carousel .carousel-item.sea {

        width: 100% !important;

        height: 350px !important;

    }

    #carousel .carousel-item.river {

        width: 100% !important;

        height: 350px !important;

    }

    /* .nav-item {

        margin-left: 0rem;

    } */

}





/* Button */



.delicious-btn {

    display: inline-block;

    min-width: 160px;

    height: 60px;

    color: #ffffff;

    border: none;

    border-left: 3px solid #1c8314;

    border-radius: 0;

    padding: 0 30px;

    font-size: 16px;

    line-height: 58px;

    font-weight: 600;

    -webkit-transition-duration: 500ms;

    transition-duration: 500ms;

    text-transform: capitalize;

    background-color: #40ba37;

}



.delicious-btn.active,

.delicious-btn:hover,

.delicious-btn:focus {

    font-size: 16px;

    font-weight: 600;

    color: #ffffff;

    background-color: #1c8314;

    border-color: #40ba37;

}



ul li a:hover {

    color: #eee;

}



.dropOut .triangle {

    width: 0;

    height: 0;

    position: absolute;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 8px solid white;

    top: -8px;

    left: 50%;

    margin-left: -8px;

}



.dropdownContain {

    width: 160px;

    position: absolute;

    z-index: 2;

    left: 50%;

    margin-left: -280px;

    top: -400px;

}



.dropOut {

    width: 160px;

    background: white;

    float: left;

    position: relative;

    margin-top: 0px;

    opacity: 0;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);

    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);

    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);

    -webkit-transition: all .1s ease-out;

    -moz-transition: all .1s ease-out;

    -ms-transition: all .1s ease-out;

    -o-transition: all .1s ease-out;

    transition: all .1s ease-out;

}



.dropOut ul {

    float: left;

    padding: 10px 0;

}



.dropOut ul li {

    text-align: left;

    float: left;

    width: 125px;

    padding: 12px 0 10px 15px;

    margin: 0px 10px;

    color: #777;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    -webkit-transition: background .1s ease-out;

    -moz-transition: background .1s ease-out;

    -ms-transition: background .1s ease-out;

    -o-transition: background .1s ease-out;

    transition: background .1s ease-out;

}



.dropOut ul li:hover {

    background: #f6f6f6;

}



ul li:hover a {

    color: white;

}



ul li:hover .dropdownContain {

    top: 65px;

}



ul li:hover .underline {

    border-bottom-color: #777;

}



ul li:hover .dropOut {

    opacity: 1;

    margin-top: 8px;

}





/* appointment section */



.modal-header {

    display: flex;

    align-items: center;

    text-align: center !important;

}



.mtng {

    border: 1px solid skyblue;

    height: 100vh;

    width: 100vw;

}



.modcontainer {

    position: relative;

    width: 100%;

    padding-left: 0px;

    padding-right: 0px;

    margin-left: 0px;

    margin-right: 0px;

}



.modcontainer img {

    width: 100%;

    height: auto;

}



.modcontainer .modbtn {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    background-color: rgb(231, 141, 68);

    color: white;

    font-size: 16px;

    padding: 12px 24px;

    border: none;

    cursor: pointer;

    border-radius: 5px;

    text-align: center;

    font-weight: 400;

    font-family: 'Varela Round', sans-serif;

}



.modcontainer .modbtn:hover {

    background-color: rgb(11, 26, 75);

}



#modbutton {

    margin: 150px auto;

    display: flex;

    justify-content: center;

    align-items: center;

}



.modalbtn {

    text-align: center;

    align-items: center;

    justify-content: center;

}



.btncontainer {

    width: 100px;

}



.apptrow {

    display: flex;

    justify-content: center;

    align-items: center;

}



.formtngbtn {

    display: flex;

    align-items: center;

    justify-content: center;

}



.aptbtn {

    border: 1px solid;

    background-color: chocolate !important;

    border-radius: 7px;

}



@media only screen and (max-width:600px) {

    .modcontainer .btn {

        width: auto;

        height: auto;

        text-align: center;

        padding-left: auto;

        padding-right: auto;

    }

}





/* ........Appointment start.......... */



.heading {

    font-family: 'Varela Round', sans-serif;

    font-weight: 700;

    font-size: 20px;

}



.name {

    font-family: 'Varela Round', sans-serif;

    font-size: 14px;

    font-weight: 400;

}



.form-control {

    border-radius: 7px;

    border: 2px solid gray;

    font-family: 'Varela Round', sans-serif;

}



.btns {

    border-radius: 7px;

}



h1,

h2,

h3,

h4,

h5,

h6,

.h1,

.h2,

.h3,

.h4,

.h5,

.h6 {

    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}



a {

    -webkit-transition: .3s all ease;

    -o-transition: .3s all ease;

    transition: .3s all ease;

}



a,

a:hover {

    text-decoration: none !important;

}



.content {

    height: 100vh;

}



.modal {

    border-radius: 7px;

    overflow: hidden;

    background-color: transparent;

}



.modal .logo a img {

    width: 30px;

}



.modal .modal-content {

    background-color: transparent;

    border: none;

    border-radius: 7px;

    height: 100%;

}



.modal .modal-content .modal-body {

    border-radius: 7px;

    overflow: hidden;

    background-color: #fff;

    padding-left: 0px;

    padding-right: 0px;

    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);

    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);

}



.modal .modal-content .modal-body h2 {

    font-size: 18px;

}



.modal .modal-content .modal-body p {

    color: #777;

    font-size: 14px;

}



.modal .modal-content .modal-body h3 {

    color: #000;

    font-size: 22px;

}



.modal .modal-content .modal-body .close-btn {

    color: #000;

}



.modal .modal-content .modal-body .promo-img {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

}



.modal .modal-content .modal-body .promo-img .price {

    top: 20px;

    left: 20px;

    position: absolute;

    color: #fff;

}



.modal .btn {

    border-radius: 30px;

}



.modal .warp-icon {

    width: 100px;

    height: 100px;

    margin: 0 auto;

    position: relative;

    background: rgba(62, 100, 255, 0.05);

    color: #3e64ff;

    border-radius: 50%;

}



.modal .warp-icon span {

    font-size: 40px;

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}



.btn {

    border-radius: 4px;

    border: none;

    padding-top: 10px;

    padding-bottom: 10px;

    padding-left: 30px;

    padding-right: 30px;

}



.btn:active,

.btn:focus {

    outline: none;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

}



.close-btn {

    position: absolute;

    right: 20px;

    top: 20px;

    font-size: 20px;

}



.close-btn span {

    color: #ccc;

}



.close-btn:hover span {

    color: #000;

}



.form-control {

    border: 2px solid gray;

    border-radius: 7px;

}



.doctorname {

    width: 50px;

}



.heading {

    font-size: 20px;

    font-weight: 700;

    font-family: 'Varela Round', sans-serif;

}



.name .placeholder {

    font-family: 'Varela Round', sans-serif;

}



@media only screen and (max-width: 600px) {

    .modcontainer .btn {

        width: 90px;

        height: auto;

        text-align: center;

        justify-content: center;

        align-items: center;

        display: flex;

        padding-left: auto;

        padding-right: auto;

        font-size: 8px;

    }

    .mpdcontainrt .modbtn {

        position: absolute;

        top: 15%;

        left: 50%;

        transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

        background-color: rgb(231, 141, 68);

        color: white;

        font-size: 12px;

        padding: 12px 24px;

        border: none;

        cursor: pointer;

        border-radius: 5px;

        text-align: center;

        font-weight: 400;

        font-family: 'varela Round' sans-serif;

    }

}



@media only screen and (max-width: 700px) and (min-width: 601px) {

    .modcontainer .modbtn {

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

        background-color: rgb(231, 141, 68);

        color: white;

        font-size: 12px;

        padding: 12px 24px;

        border: none;

        cursor: pointer;

        border-radius: 5px;

        text-align: center;

        font-weight: 400;

        font-family: 'varela Round' sans-serif;

    }

}





/* whatsapp */



.btn-whatsapp-pulse {

    background: #25d366;

    color: white;

    position: fixed;

    bottom: 20px;

    right: 20px;

    font-size: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 0;

    height: 0;

    padding: 35px;

    text-decoration: none;

    border-radius: 50%;

    animation-name: pulse;

    animation-duration: 1.5s;

    animation-timing-function: ease-out;

    animation-iteration-count: infinite;

    z-index: 999;

}



@keyframes pulse {

    0% {

        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);

    }

    80% {

        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);

    }

}



.btn-whatsapp-pulse-border {

    bottom: 120px;

    right: 20px;

    animation-play-state: paused;

}



.btn-whatsapp-pulse-border::before {

    content: "";

    position: absolute;

    border-radius: 50%;

    padding: 25px;

    border: 5px solid #25d366;

    opacity: 0.75;

    animation-name: pulse-border;

    animation-duration: 1.5s;

    animation-timing-function: ease-out;

    animation-iteration-count: infinite;

}



@keyframes pulse-border {

    0% {

        padding: 25px;

        opacity: 0.75;

    }

    75% {

        padding: 50px;

        opacity: 0;

    }

    100% {

        opacity: 0;

    }

}







.youtube{

    background-color: #417D7A;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    

}



.video{

    border: 5px #FFE162 solid;

    border-radius: 7px;

}





.testimonials{



    background-color: #417D7A;

}





.shadow-effect {

    background: #E0D8B0 !important;

    padding: 20px;

    border-radius: 4px;

    text-align: center;

    border:1px solid #ECECEC;

    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);

    height: 300px;

}

#customers-testimonials .shadow-effect p {

    font-family: 'Varela Round', sans-serif !important;

    font-size: 17px;

    line-height: 1.5;

    margin: 0 0 17px 0;

    font-weight: 400 !important;

}

.testimonial-name {

    margin: -17px auto 0;

    display: table;

    width: auto;

    background: #446A46 !important;

    padding: 9px 35px;

    border-radius: 12px;

    text-align: center;

    color: #FFE162 !important;

    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);

}

#customers-testimonials .item {

    text-align: center;

    padding: 50px;

        margin-bottom:80px;

    opacity: .2;

    transform: scale3d(0.8, 0.8, 1);

    transition: all 0.3s ease-in-out;

}

#customers-testimonials .owl-item.active.center .item {

    opacity: 1;

    transform: scale3d(1.0, 1.0, 1);

}

.owl-carousel .owl-item img {

    transform-style: preserve-3d;

    max-width: 90px;

    margin: 0 auto 17px;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,

#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {

    background: #3190E7;

    transform: translate3d(0px, -50%, 0px) scale(0.7);

}

#customers-testimonials.owl-carousel .owl-dots{

display: inline-block;

width: 100%;

text-align: center;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot{

display: inline-block;

}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {

    background: #446A46 !important;

    display: inline-block;

    height: 20px;

    margin: 0 2px 5px;

    transform: translate3d(0px, -50%, 0px) scale(0.3);

    transform-origin: 50% 50% 0;

    transition: all 250ms ease-out 0s;

    width: 20px;

}











.section-head {

    margin-bottom: 30px;

    }

    .section-head h4 {

    position: relative;

    padding:0;

    color:#FFE162;

    line-height: 1;

    letter-spacing:0.3px;

    font-size: 34px;

    font-weight: 700;  

    text-align:center;

    text-transform:none;

    margin-bottom:30px;

    }

    .section-head h4:before {

    content: '';

    width: 60px;

    height: 3px;

    background: red;

    position: absolute;

    left: 0px;

    bottom: -10px;

    right:0;  

    margin:0 auto;

    }

    .section-head h4 span {

    font-weight: 700;

    padding-bottom: 5px;

    color: #FCFFE7;

    }

    p.service_text{

    color:#cccccc !important;

    font-size:16px;

    line-height:28px;

    text-align:center;    

    }

    .section-head p, p.awesome_line{

    color:#FCFFE7;

    font-size:16px;

    line-height:28px;

    text-align:center;  

    }





.dropdown-toggle::after {

    display: block;

    margin-left: 0;

    content: "";

    border: 0;

}

    





