@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&amp;display=swap');
/*start footer css*/
.single-footer-widget img{
        width: 270px;   
    border-radius: 10px;
}
.single-footer-widget1{
    background: linear-gradient(115deg, #ffae3a, #0157a6);
    padding: 25px 20px 25px 20px;
    border-radius: 12px;
    border: 2px solid #fff;
}
.single-footer-widget h4 {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}
/*about sec css*/
.about_section .about_images {
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 0 10px;
    /* max-width: 485px; */
    padding-left: 15px;
    z-index: 1;
}
.about_section .about_images img {
    border-radius: 10px;
}
.about_section .about_images:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 307px 0 0 270px;
    border-color: transparent transparent transparent #ffae3a;
    z-index: -1;
}
.about_section {
    /* background: #F2F7FA; */
    padding: 65px 0;
    overflow: hidden;
}
.about_content h2{
    font-family: 'Quicksand', sans-serif;
    padding-bottom: 14px;
}
.about_content h6{
    font-family: 'Nunito', sans-serif;
    color: #393d72;
    padding-left: 16px;
}
.about_content p{
    font-family: 'Nunito', sans-serif;
    color: #222;
    font-weight: 500;
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
}
.about-content-inner{
    border-left: 6px solid #ffae3a;
    border-radius: 15px;
}
.about_content ul{
    padding-left: unset;
}
.about_content ul li{
    font-family: 'Nunito', sans-serif;
    color: #222;
    font-weight: 500;
    padding-top: 16px;
    font-size: 16px;
    list-style-type: none;
}
.about_content ul li i{
    padding-right: 15px;
    color: #393d72;
}
/*start services css*/
.services-area {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#d5fefd), color-stop(#e1fdff), color-stop(#effdff), color-stop(#fafdff), to(#ffffff));
    background: linear-gradient(to top, #d5fefd, #e1fdff, #effdff, #fafdff, #ffffff);
}
.services-title {
    text-align: center;
    margin-bottom: 60px;
}
.services-title h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
}
.services-title p {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    color: #222;
    font-weight: 500;
}
.services-box {
    margin-bottom: 30px;
    text-align: center;
}
.services-box img {border-top-left-radius: 40px;border-top-right-radius: 40px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.services-box .content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #393d72;
    position: relative;
    border-radius: 20px;
    padding: 25px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    color: #fff !important;
}
.services-box .content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff !important;
}
.services-box .content h3 a{
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}
.services-box .content .read-more-btn {
    display: inline-block;
    border-radius: 30px;
    padding: 9px 25px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -22px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 500;
}
.services-box .content .read-more-btn svg {
    width: 15px;
    margin-left: 2px;
}
.services-box:hover .content .read-more-btn {
    opacity: 1;
    visibility: visible;
}

.services-box .content .read-more-btn:hover {
    background-color: #FFAE3A;
    border-color: #FFAE3A;
    color: #ffffff;
}
/*start procedure css*/
.goal-content-item .item-content h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
}
.team-item {
   
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.team-item .team-img {
  width: 136px;
}
.team-item .team-content {
     
    padding: 0px;
    border-radius: 10px;
    text-align: center;
}
.team-item .team-content h3 {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 700;
}
.team-item .team-content p {
    color: #222;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    font-size: 16px;
}
@media screen and (max-width: 479px)
{
    .team-item {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width: 767px)
{
    .team-item {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 479px)
{
    .team-item .team-img {
    margin-right: 0;
}
}
@media screen and (max-width: 991px)
{
    .team-item .team-img img {
    width: 100%;
}
}
/*testimonial css*/
.section-title h3{
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #222;
}
.clients-slider .clients-item .content ul{
    padding-left: unset;
}
.clients-slider .clients-item .content ul li{
    list-style-type: none;
    display: inline-block;
}
.clients-slider .clients-item .content ul li i{
    color: #FFAE3A;
    padding-top: 16px;
}
/*gallery css*/
.sec-gallery{
    margin-top: 70px;
    margin-bottom: 75px;
}
.sec-gallery h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    padding-bottom: 40px;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.gallery img{
    border-radius: 16px;
    box-shadow: 0 30px 20px -35px #999;
    border-top: 5px solid #ffae3a;
    border-bottom: 5px solid #ffae3a;
}
/*start class process*/
.sec-class-process{
    padding-bottom: 70px;
    background: #d5fefd;
}
.sec-class-process h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 34px;
    padding-bottom: 40px;
    padding-top: 55px;
}
.class-process {
    display: flex;
    margin-top: 15px;
}
.class-process-inner {
    background: #e9b66d;
    /* z-index: 1000; */
    position: relative;
    padding: 37px 18px;
    width: 55%;
    color: #222;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    border-top-left-radius: 45px;
    font-weight: 700;
    border-top: 4px solid #222;
}
.class-process-inner:after {
    content: "";
    background: #ffb900;
    z-index: -1;
    width: 40px;
    height: 100%;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    right: 39px;
}
.class-process-inner-box {
    background: #393d72;
    padding: 45px;
    text-align: center;
    color: #fff;
    width: 45%;
    font-size: 16px;
    font-weight: 300;
    /* font-family: 'Poppins', sans-serif; */
    border-bottom-right-radius: 45px;
}
/*start service procedure css*/
.service-procedure-box-casestudy img {
    padding: 22px !important;
}
.service-procedure-box-news{
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 25px;
    margin-top: 30px;
}
.service-procedure-box-news img{border-radius: 40px !important;}
.service-procedure-box-news h2{padding-bottom: unset;}
.sec-service-procedure{
    margin-top: 75px;
    margin-bottom: 75px;
}
.service-procedure-box{
    border: 1px solid rgba(42, 175, 192, 0.3);
    border-radius: 175px;
    border-top: 3px solid #393d72;
    border-bottom: 3px solid #393d72;
}
.service-procedure-box img{
    padding: 12px;
    border-radius: 185px;
}
.service-procedure-box h2{
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
}
.service-procedure-box p{
    font-family: 'Nunito', sans-serif;
    color: #222;
    font-size: 16px;
}
/*start award css*/
.card {
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
    position: relative;
    margin-bottom: 1.56rem;
}
.award-bg-primary {
    background-color: #393d72;
}
.award-bg-primary p{
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}
.card-icon-border-large {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border: 6px solid;
    border-radius: 50%;
    font-size: 1.88rem;
    line-height: 90px;
    color: #666;
    margin-top: -3.06rem;
}

.mtn-80 {
    margin-top: -5rem!important;
}
.award-border-primary {
    border-color: #ffae3a!important;
}
.sec-award h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 34px;
    padding-bottom: 85px;
}
.img-text {
    background-color: #d5fefd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 20px;
    /* padding: 15px; */
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 14px;
}
.img-container {
    box-shadow: 0 30px 20px -35px #999;
    margin-bottom: 30px;
}
.img-container img{
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border: 1px solid #ffbd5d;
    border-bottom: unset;
}
.img-text p{
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 19px;
    font-weight: 700;
}
.accordion-content p{padding-top: 14px;}
.accordion-content i{
    padding-right: 8px;
    color: #ffae3a;
}
.accordion-content span{
    color: #222;
    font-size: 16px;
}
.accordion-content span strong{
    color: #393d72;
    font-weight: 800;
}
.accordion-content span a{
    color: blue;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
/*mission vision value*/
.sec-vision{
    margin-top: 75px;
    margin-bottom: 75px;
}
.feature-block1.line {
    position: relative;
}
.feature-block1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: rgba(255,255,255,0.85);
}
.feature-block1 .icon {
    position: relative;
    height: 100px;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 100px;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.feature-block1 .icon {
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgb(57 61 114);
    border: 4px solid #ffae3a;
}
.feature-block1 .icon i {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 95px;
    color: #fff;
    font-size: 40px;
}
.feature-block1 h3 {
    font-size: 25px;
    letter-spacing: 1.12px;
    margin-bottom: 15px;
    color: #222;
    font-family: 'Nunito', sans-serif;
}
.feature-block1.line:after {
    content: '';
    position: absolute;
    width: 69%;
    height: 2px;
    top: 50px;
    left: 70%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px dashed #222;
}
.feature-block1 p{
    color: #222;
    font-family: 'Nunito', sans-serif;
    background: #eddcc4;
    padding: 35px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 16px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
@media screen and (max-width: 767px)
{
    .feature-block1.line {
    top: 0;
}
}
@media screen and (max-width: 767px)
{
    .feature-block1 {
    margin-bottom: 90px;
}
}
@media screen and (max-width: 767px)
{
    .feature-block1 .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 991px)
{
    .feature-block1 .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1199px)
{
    .feature-block1 .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}
}
@media screen and (max-width: 767px)
{
    .feature-block1 .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
}
}
@media screen and (max-width: 991px)
{
    .feature-block1 .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}
}
@media screen and (max-width: 1199px)
{
    .feature-block1 .icon i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 36px;
}
}

element.style {
}
@media screen and (max-width: 767px)
{
    .feature-block1 h3 {
    font-size: 25px;
    margin-bottom: 5px;
}
}
@media screen and (max-width: 991px)
{
    .feature-block1 h3 {
    font-size: 25px;
}
}
@media screen and (max-width: 1199px)
{
    .feature-block1 h3 {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 575px)
{
    .feature-block1.line:after {
    bottom: unset;
}
}
@media screen and (max-width: 767px)
{
    .feature-block1.line:after {
    width: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    margin: unset !important;
    height: unset !important;
}
}
@media screen and (max-width: 991px)
{
    .feature-block1.line:after {
    width: 65%;
    left: 75%;
    top: 40px;
}
}
@media screen and (max-width: 1199px)
{
    .feature-block1.line:after {
    width: 65%;
    left: 73%;
}
}
/*start contact css*/
.expertise-inner {
    background-color: #393d72;
    padding: 42px 25px 35px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px 20px 30px 40px;
}
.expertise-inner i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #ffae3a;
    font-size: 35px;
    margin-bottom: 35px;
    box-shadow: 0 0 0 7px hsla(0,0%,100%,.651);
    background-color: #fff;
    transition: all .5s ease;
    position: relative;
    top: 8px;
    text-align: center;
}
.expertise-inner h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
    font-family: 'Quicksand', sans-serif;
}
.expertise-inner h4 {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 14px;
    font-family: 'Quicksand', sans-serif;
}
.expertise-inner p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}
.expertise-inner p a{
    font-family: 'Nunito', sans-serif;
    color: #fff;
}
.expertise-inner:hover i {
    box-shadow: none;
}
.sec-map-form{
    /* margin-top: 85px; */
}
.loaction-title{
    margin-bottom: 0;
    color: #393d72;
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contact-us-section {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 35px 0 rgba(0,0,0,.07);
    margin-bottom: 90px;
}
.contact-us-section iframe {
    height: 590px;
    width: 100%;
}
.contact-form {
    padding: 25px 40px 0 0px;
}
.pbmit-heading-subheading {
    margin-bottom: 30px;
}
.pbmit-heading-subheading .pbmit-subtitle {
    font-family: 'Sen', sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #393d72;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 0;
    font-family: 'Quicksand', sans-serif;
}
.pbmit-heading-subheading .pbmit-title {
    font-family: 'Sen', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 1px;
    color: var(--pbmit-heading-color);
    text-transform: none;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.form-control {
    color: #9faebe;
    padding: 16px 20px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid rgba(119,119,119,.2);
    font-size: 14px;
    outline: none;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    border-radius: 4px;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Sen', sans-serif;
    font-family: 'Nunito', sans-serif;
}
.contact-form .submit-btn {
    background: #ffae3a;
    color: #fff;
    border-radius: unset;
    font-family: 'Sen', sans-serif;
    padding: 13px 25px 13px 25px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    border-radius: 25px;
    font-size: 14px;
}
.contact-form .submit-btn:hover {
    background: #393d72;
    color: #fff;
    }
.read-more-btn {
    display: inline-block;
    border-radius: 30px;
    padding: 9px 25px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -22px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    font-weight: 500;
}
/**/
.sec-book-appoinment {
    padding:26px 0;
}
.cat-book-appoinment{}
.cat-book-appoinment h3{
    color: #fff;
    font-size: 23px;
    font-family: 'Quicksand', sans-serif;
}
.cat-book-appoinment h4{
    color: #1bbde4;
    font-size: 23px;
    font-family: 'Quicksand', sans-serif;
}
.cat-book-appoinment button:hover{background: #0157a6;font-family: 'Quicksand', sans-serif;color: #fff;}
.cat-book-appoinment button{
    background: #ffae3a;
    color: #fff;
    font-family: 'Quicksand';
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 11px 20px 11px 20px;
}
/*start review css*/
.sec-review{
    margin-top: 100px;
    margin-bottom: 35px;
}
.review-bg-primary {
    background-color: #fefaee;
    box-shadow: 0 4px 0 rgba(0,0,0,.1);
    text-align: center;
    border-radius: 45px;
}
.review-bg-primary p{color: #222;}
.review-bg-primary ul{padding-left: unset;}
.review-bg-primary ul li{
    list-style-type: none;
    display: inline-block;
}
.review-bg-primary ul li i{
    color: #f3ba06;
}
.review-bg-primary h3{
    font-size: 17px;
    font-family: 'Quicksand', sans-serif;
}

/*start gastro diseases css*/
.sec-gastro-diseases{
    margin-top: 70px;
    /* margin-bottom: 70px; */
}
.cat-gastro-diseases{}
.sec-gastro-diseases h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 34px;
    padding-bottom: 40px;
}
/*start Consulting Hospitals css*/
.sec-consulting-hospital{
    
    background: #f2f6fe;
    padding-top: 55px;
    padding-bottom: 55px;
}
.sec-consulting-hospital h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    padding-bottom: 70px;
}
.consulting-txt {
    border: 3px solid #1666a3;
    text-align: center;
    margin-bottom: 30px;
    padding: 1px;
    min-height: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 20px;
}
.consulting-txt img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* border-bottom: 1px solid gray; */
    border-bottom: 2px solid rgb(204, 204, 204);
    width: 84%;
    margin-top: -20%;
    border-radius: 13px;
    border: 1px solid #1666a36b;
    position: relative;
    background: white;
}
.consulting-txt h2 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: unset;
    font-family: 'Quicksand', sans-serif;
}
.consult-des {
    padding-top: 10px;
}
.consult-des h3 {
    padding-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 23px;
}
.consulting-txt p {
    color: #000;
    line-height: 25px;
    display: inline;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}
/*start footer whatsapp and call buttons*/
#mybutton {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 29;
}
.call-us {
    background-color: #018f99;
    color: white;
    border-radius: unset;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}
.call-us:hover {background-color: #018f99; color: white;}
.whatsapp:hover {background-color: #10ba17; color: white;}
.whatsapp {
    background-color: #10ba17;
    color: white;
    border-radius: unset;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}
.whatsapp img {
    width: 32px;
    margin-right: 10px;
}
.call-us img {
    width: 32px;
    margin-right: 10px;
}
/*dropdown menu css*/
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.custom-nav-item {
    text-align: center;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu-custom{
    width: 600px;
    background: linear-gradient(181deg, #c4c6dd, #fff1df);
    border-bottom: 4px solid #FFAE3A;
    border-top: 4px solid #FFAE3A;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-style: ridge;
    padding-top: unset;
    padding-bottom: unset;
}
.dropdown-heading{
    font-size: 18px !important;
    font-family: 'Nunito', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-weight: 700;
    font-size: 1.1em;
    color: #fff;
    padding: 2px !important;
    text-align: center;
    background: linear-gradient(1deg, #383c70, #feb449);
    /* border-radius: 5px; */
    border: 2px solid #e6be69;
    font-family: 'Lora', serif !important;
    margin-top: 3px;
    border-style: dotted;
    margin-top: 20px !important;
}
.main-navbar .navbar .navbar-nav .custom-nav-item a{
    color: #fff;
    /* font-size: 13px !important; */
}
.main-navbar .navbar .navbar-nav .custom-nav-item a:hover{
    letter-spacing: unset !important;
}
.services-head{
    background: unset !important;
    padding-left: unset !important;
}
.services-head-h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    display: inline-block;
    /* margin-top: 26px; */
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    text-transform: unset !important;
}
.services-title span
{
    font-size:20px;
    color:#000;
}


.widget .list li a.active {
    background: #000;
    color: #000;
    border-bottom: 3px solid #e1a954;
}