@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');

/* start service-tabs style  */
.service-tabs{
    margin: 5% 0%;
}
.service-tabs .tab-section-div .tab-img-bg{
    width: 38px;
    height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-tabs .tab-section-div .tab-img-bg .service-fafa{
    width: 20px;
}
.service-tabs .tab-section-div  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    margin-right: 30px;
}
.service-tabs .tab-section-div .nav-link {
    color: #000;
    font-weight: normal;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;   
    box-shadow: 0px -4px 17px rgba(0, 0, 0, 0.08);
    margin-right: 30px;
    border-radius: 15px 15px 0px 0px;
}
.service-tabs .tab-section-div  .tab-menu-text{
    font-size: 16px;
}
.tab-menu-text-space{
    margin: 8px 0px 0px 10px;
}

.service-tab-content{
    background-color: #fff;
    padding: 4% 4%;
    filter: drop-shadow(0px 4px 28px rgba(0, 0, 0, 0.07));
    border-radius: 6px;
}
.service-name:after {    
    background: none repeat scroll 0 0 transparent;
    /* bottom: 0; */
    content: "";
    display: block;
    /* height: 2px; */
    left: 50%;
    /* position: absolute; */
    /* background: #fff; */
    transition:0.3s ease-in-out 0s;
    width: 0;
    border-bottom: 3px solid #4dbdec;
    position: relative;
    top: 25px;
  }
  .service-div:hover .service-name:after { 
    width: 100%; 
    left: 0; 
  }
  .tab-section-div .tab-sticky{
    position: sticky;
    top: 137px;
    z-index: 1;
    background: #fff;
  }
@media (max-width:319px){
    .tab-menu-text-space {
        display: none;
    }
    .service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        margin-right: 5px;
        padding: 5px;
    }
    .service-tabs .tab-section-div .nav-link {
        margin-right: 5px;
        padding: 5px;
    }
    .service-tabs .tab-section-div .tab-img-bg {
        width: 35px;
        height: 35px;
    }
    .service-tabs .tab-section-div .nav {
        justify-content: center;
    }
    .service-tabs .tab-section-div .tab-img-bg .service-fafa {
        width: 15px;
    }
}

@media (min-width:320px) and (max-width:484px){
    .tab-menu-text-space {
        display: none;
    }
    .service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        margin-right: 5px;
        padding: 5px;
    }
    .service-tabs .tab-section-div .nav-link {
        margin-right: 5px;
        padding: 5px;
    }
    .service-tabs .tab-section-div .tab-img-bg {
        width: 35px;
        height: 35px;
    }
    .service-tabs .tab-section-div .nav {
        justify-content: center;
    }
    .service-tabs .tab-section-div .tab-img-bg .service-fafa {
        width: 15px;
    }
    .tab-section-div .tab-sticky {
        top: 92px;
    }
}
@media (min-width:485px) and (max-width:574px){
    .tab-menu-text-space {
        display: none;
    }
    .service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        margin-right: 5px;
        padding: 5px;
    }
    .service-tabs .tab-section-div .nav-link {
        margin-right: 5px;
        padding: 5px;
    }
    .service-tabs .tab-section-div .tab-img-bg {
        width: 35px;
        height: 35px;
    }
    .service-tabs .tab-section-div .nav {
        justify-content: center;
    }
    .tab-section-div .tab-sticky {
        top: 95px;
    }
}
@media (min-width:575px) and (max-width:767px){
    .tab-menu-text-space {
        display: none;
    }
    .service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        margin-right: 5px;
    }
    .service-tabs .tab-section-div .nav-link {
        margin-right: 5px;
    }
    .service-tabs .tab-section-div .nav {
        justify-content: center;
    }
    .tab-section-div .tab-sticky {
        top: 100px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .tab-menu-text-space {
        display: none;
    }
    .service-tabs .tab-section-div .nav {
        justify-content: center;
    }
    .tab-section-div .tab-sticky {
        top: 103px;
    }
}
@media (min-width:992px) and (max-width:1023px){
    .service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        margin-right: 10px;
        padding: 5px 5px;
    }
    .service-tabs .tab-section-div .nav-link {
        margin-right: 10px;
        padding: 5px 5px;
    }
    .service-tabs .tab-section-div .tab-menu-text {
        font-size: 14px;
    }
    .tab-section-div .tab-sticky {
        top: 125px;
    }
}
@media (min-width:1024px) and (max-width:1199px){
    .service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        margin-right: 10px;
        padding: 5px 5px;
    }
    .service-tabs .tab-section-div .nav-link {
        margin-right: 10px;
        padding: 5px 5px;
    }
    .service-tabs .tab-section-div .tab-menu-text {
        font-size: 14px;
    }
    .tab-section-div .tab-sticky {
        top: 125px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
.service-tabs .tab-section-div .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    margin-right: 15px;
}
.service-tabs .tab-section-div .nav-link {
    margin-right: 15px;
}
.service-tabs .tab-section-div .tab-menu-text {
    font-size: 14px;
}
.tab-section-div .tab-sticky {
    top: 128px;
}
}

/* end service-tabs style  */
.service-div .img-div:hover .top-rated-img{
    transform: scale(1.1); 
    transition: 0.4s;  
}
.service-div .img-div{
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.service-div .img-div .top-rated-img {
    width: 100%;
    height: 260px;
    display: block;
    transition: 0.4s;
}
.service-div .service-name{
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    margin-top: 25px;
}
.top-rated .view-all-btn , .top-rated .view-all-btn:hover{
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    padding: 5px 25px;
}

.modal-content {
   height: 600px;
   overflow: scroll;
}

@media (max-width:319px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
        border-radius: 25px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 150px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
    .top-rated .view-all-btn, .top-rated .view-all-btn:hover {
        margin-top: 0px;
    }
  
}

@media (min-width:320px) and (max-width:484px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
        border-radius: 25px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 180px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
    .top-rated .view-all-btn, .top-rated .view-all-btn:hover {
        margin-top: 0px;
    }
  
}
@media (min-width:485px) and (max-width:574px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
        border-radius: 25px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 200px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
    .top-rated .view-all-btn, .top-rated .view-all-btn:hover {
        margin-top: 0px;
    }
}
@media (min-width:575px) and (max-width:767px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
        border-radius: 25px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 175px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
   
}
@media (min-width:768px) and (max-width:991px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
        border-radius: 25px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 175px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
   
    .service-details .card .card-img-top {
        height: 115px;
    }
}
@media (min-width:992px) and (max-width:1023px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
        border-radius: 25px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 125px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
    
}
@media (min-width:1024px) and (max-width:1199px){
   
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 125px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
   .service-details .card .card-img-top {
    width: 100%;
    height: 191px;
}
    
}
@media (min-width:1200px) and (max-width:1399px){
    .service-div {
        background-color: #F6F6F6;
        padding: 15px 15px;
    }
    .service-div .img-div .top-rated-img {
        width: 100%;
        height: 125px;
    }
    .service-div .service-name {
        font-size: 15px;
        margin-top: 25px;
    }
}
@media (min-width:1400px) and (max-width:1600px){
 
}

@media (min-width:2000px) and (max-width:2560px){

}


/* tab content css */
.scroll-tabs {
	position: relative;
	font-family: "Roboto", sans-serif;
	background: #eee;
    border-radius: 50px;
}
 @media (max-width: 767px) {
.scroll-tabs {
	overflow-x: auto;
	overflow-y: hidden;
}
}
.scroll-tabs .nav-tabs {
    position: sticky;
    z-index: 1;
	border-bottom: none;
}

.scroll-tabs .nav-tabs.nav-justified > li > a {
	border: none;
	border-radius: 0;
}
.scroll-tabs .nav-tabs.nav-justified > .active > a, .scroll-tabs .nav-tabs.nav-justified > .active > a:hover, .scroll-tabs .nav-tabs.nav-justified > .active > a:focus {
	border: none;
}
.scroll-tabs .nav-tabs > li.active > a, .scroll-tabs .nav-tabs > li.active > a:hover, .scroll-tabs .nav-tabs > li.active > a:focus {
	color: #000;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
	opacity: 1;
}

.scroll-tabs .nav-tabs > li {
	margin-bottom: 0;
	line-height: 50px;
}
.scroll-tabs .nav-tabs > li > a {
	padding: 1.125rem 1.5rem 1.0625rem;
	color: rgba(0, 0, 0, 0.54);
	font-size: 0.875rem;
	font-weight: 500;
	margin-right: 10px;
	line-height: 1;
	border: none;
	border-radius: 50px;
	text-transform: uppercase;
	text-decoration: none;
}
.scroll-tabs .nav-tabs > li > a:hover, .scroll-tabs .nav-tabs > li > a:focus {
	background-color: #4dbdec;
    color: #fff;
}

.scroll-tabs .nav-tabs > li > a:hover, .scroll-tabs .nav-tabs > li.active > a:focus {
	background-color: #4dbdec;
    color: #fff;
} 
.scroll-tabs .scroll-tab-active-bar {
	position: absolute;
	bottom: 0;
	width: 25%;
	height: 3px;
	transition: all 0.2s ease-in-out;
}
.scroll-tabs-bg {
	background-color: #ebebeb;
    border-radius: 00A4A4;
}
.scroll-tabs-bg .nav-tabs > li > a {
    color: #000;
}
.scroll-tabs-bg .nav-tabs > li .dropdown-menu a {
	color: #333333;
}
/* .scroll-tabs-bg .nav-tabs > li.active > a, .scroll-tabs-bg .nav-tabs > li.active > a:hover, .scroll-tabs-bg .nav-tabs > li.active > a:focus {
	color: white;
	font-weight: 500;
} */
.scroll-tabs-bg .nav-tabs > li.active > a, .scroll-tabs-bg .nav-tabs > li.active > a:hover, .scroll-tabs-bg .nav-tabs > li.active > a:focus {
    font-weight: 500;
}
.scroll-tabs-scroll-container {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.scroll-tabs-scroll-right {
	float: right;
	right: 0;
	top: 0;
}
.scroll-tabs-scroll-left {
	float: left;
	left: 0;
}
.scroll-tabs-scroll-right, .scroll-tabs-scroll-left {
    position: absolute;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    display: none;
    white-space: no-wrap;
    vertical-align: middle;
    padding: 0.75rem 1.5rem 0.375rem;
    background-color: #fff;
    color: #000;
    line-height: 2;
}
.tab-content {
	background-color: #fff;
	padding-top: 35px;
}
h1 {

	line-height: 110px;
}


.service-details .title-services {
    font-weight: bold;
    font-size: 40px;
}

h5.title-services {
    font-weight: bold;
    font-size: 40px;
}
