/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&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');

html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */


/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
    font-family: "Poppins", sans-serif;
	font-size:14px;
	color:#606060;
	line-height:1.3;
	font-weight:400;
}

body{
    background: #F8F8F8;
}

/* Headings
______________________*/
h1{
    font-size: 45px;
    color: #24B6E2;
    margin: 30px 0 30px;
    font-weight: 400;
}
h1 span{
    color: #fff;
}
h2{
    color: #333;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
}
h5{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}


.default-btn{
    background: rgb(37,188,234);
    background: linear-gradient(90deg, rgba(37,188,234,1) 0%, rgba(32,143,177,1) 100%);
    border-radius: 28px;
    color: #fff;
    padding: 14px 30px;
    box-shadow: 0px 5px 8px rgba(24, 183, 232, 0.5);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.default-btn i{
    display: inline-block;
    margin-left: 30px;
    transition: 0.3s;
}
.default-btn:hover{
    background: rgb(32,143,177);
    background: linear-gradient(90deg, rgba(32,143,177,1) 0%, rgba(37,188,234,1) 100%);
}
.default-btn:hover i{
    margin-left: 10px;
}

/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}

/* input , textarea , button
______________________*/

input,
textarea,
select{
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  padding: 12px 15px !important;
  color: #000000;
  font-size: 14px !important;
  border: none !important;
}
select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:#ffffff url(../images/down-icon.png) no-repeat 96% center / 15px 15px;
    cursor:pointer;
	padding:6px 30px 6px 10px;
	color:#888888;
}
input:focus,
select:focus{
	border-color:#66afe9;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.navbar-header{
	display:none;
}
.navbar-header .collapse-button{
    background: none;
    border: none;
    height: 55px;
    transition: all 450ms ease-out 0s;
    width: auto;
    vertical-align: top;
    padding: 8px 12px;
    border-radius: 0;
    cursor: pointer;
}
.navbar-header .collapse-button span{
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    background: #2199be;
    border-radius: 2px;
}
.navbar-header em{
	display:inline-block;
	font-style:normal;
	margin:3px 0 0 5px;
	vertical-align:middle;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
}

#header{
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}
#header .logowrap a{
    background: url(../images/mainlogo.png) no-repeat;
    background-size: 100% auto;
    display: block;
    text-decoration: none;
    width: 205px;
    height: 70px;
}
#header .navigation{
    text-align: right;
}
#header .navigation li{
    display: inline-block;
    margin-left: 25px;
}
#header .navigation li a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #9FA7B2;
    font-weight: 400;
    padding: 22px;
}
#header .navigation li a:hover,
#header .navigation li.active a{
    color: #37C0EE;
}
#header .navigation li.contactbtn{
    margin-left: 35px;
}
#header .navigation li.contactbtn a{
    background: rgb(66,157,229);
    background: radial-gradient(circle, rgba(66,157,229,1) 0%, rgba(24,183,232,1) 100%);
    border-radius: 28px;
    color: #fff;
    padding: 12px 30px;
    box-shadow: 0px 5px 8px rgba(24, 183, 232, 0.5);
}
#header .navigation li.contactbtn a:hover{
    box-shadow: none;
}

#mainslider{
    background: url(../images/sliderbg.png) no-repeat left bottom;
    background-size: cover;
    min-height: 95vh;
}
.slidercontent{
    padding-top: 175px;
    padding-left: 50px;
}
.slidercontent > em{
    display: inline-block;
    vertical-align: middle;
    background: #60CCF4;
    height: 1px;
    width: 75px;
    margin-right: 10px;
}
.slidercontent > span{
    display: inline-block;
    vertical-align: middle;
    color: #24B5E2;
    font-size: 16px;
    font-weight: 400;
}
.slidercontent p{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    padding-bottom: 60px;
}

.mainsliderwrap{
    position: relative;
    margin-top: 150px;
}
.mainsliderwrap li{
	margin:0;
	padding:0;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center top !important;
	height:60vh;
}
.mainsliderwrap .bx-controls{
    background: #12151E;
    width: 275px;
    position: absolute;
    right: -40px;
    bottom: -53px;
    height: 250px;
}
.mainsliderwrap .bx-pager{
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: auto;
}
.mainsliderwrap .bx-pager-item{
    display: inline-block;
    color: #fff;
    margin: 0 3px;
}
.mainsliderwrap a.bx-pager-link {
    width: 10px;
    height: 10px;
    display: block;
    background: #a9b4bb;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
}
.mainsliderwrap a.bx-pager-link{
    background: #a9a9a9 !important;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px !important;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.mainsliderwrap a.bx-pager-link.active{
    background: #ffffff !important;
}
.mainsliderwrap .bx-controls-direction{
    position: absolute;
    right: 80px;
    bottom: 17px;
    width: auto;
}
.mainsliderwrap .bx-controls-direction .bx-next{
    font-size: 0;
    background: url(../images/heroslide-arrow.png) no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 18px;
    display: block;
}
.mainsliderwrap .bx-controls-direction .bx-prev{
    display: none;
}
.mainsliderwrap .herobg-corner{
    background: url(../images/heroslider-corner.png) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 85px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.mainsliderwrap .bx-wrapper{
    box-shadow: none;
    border: none;
    background: no-repeat;
}
.mainsliderwrap .bx-viewport{
    z-index: 9;
}

#sectiontwo{
    padding: 100px 0;
    text-align: center;
}
#sectiontwo p{
    color: #333;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 100px;
    line-height: 24px;
}
#sectiontwo .servewrapper{
    background: #fff;
    border-radius: 114px 114px 20px 20px;
    box-shadow: 0px 37px 81px rgba(117, 117, 117, 0.16);
    padding: 50px 50px 0;
    text-align: center;
}
#sectiontwo .servewrapper ul{
    position: relative;
    top: -100px;
}
#sectiontwo .servewrapper li{
    display: inline-block;
    width: 14%;
    margin-right: 25px;
    vertical-align: middle;
}
#sectiontwo .servewrapper li:last-child{
    margin: 0;
}
#sectiontwo .servewrapper li .servbox{
    background: #fff;
    border-radius: 20px;
    box-shadow: 11px 16px 42px rgba(77, 77, 77, 0.23);
    padding: 30px 20px;
    text-align: center;
    height: 195px;
}
#sectiontwo .servewrapper li .servimg{
    width: 65%;
    margin: 0 auto 25px;
    height: 70px;
}
#sectiontwo .servewrapper li .servimg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#sectiontwo .servewrapper li .servbox h4{
    color: #272727;
    font-size: 16px;
    font-weight: 600;
}
#sectiontwo .servewrapper li:hover .servbox{
    background: rgb(39,175,232);
    background: linear-gradient(180deg, rgba(39,175,232,1) 0%, rgba(24,144,207,1) 100%);
}
#sectiontwo .servewrapper li:hover .servbox h4{
    color: #fff;
}
#sectiontwo .servewrapper li:hover .servimg img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#sectionthird{
    background: url(../images/thirdsec-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 80px;
    min-height: 500px;
}
#sectionthird h2{
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}
#sectionthird .videowrap{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
#sectionthird .videowrap::after{
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#sectionthird .videowrap img{
    display: block;
    width: 100%;
    height: auto;
}
#sectionthird .videowrap .playbtn{
    background: url(../images/playbtn.png) no-repeat;
    background-size: 100% auto;
    display: block;
    text-decoration: none;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
#sectionthird .videowrap .playbtn:hover{
    transform: translate(-50%, -50%) scale(1.2);
}
#sectionthird li{
    display: block;
    margin-bottom: 20px;
}
#sectionthird li:nth-child(2),
#sectionthird li:nth-child(3){
    margin-left: 20px;
}
#sectionthird li:last-child{
    margin-bottom: 0;
}
#sectionthird li em{
    font-style: normal;
    display: inline-block;
    margin-right: 30px;
    background: url(../images/bullet-bg.png) no-repeat;
    background-size: 100% auto;
    width: 70px;
    height: 73px;
    text-align: center;
    font-size: 18px;
    color: #5DAEEF;
    font-weight: 600;
    vertical-align: middle;
    line-height: 75px;
}
#sectionthird li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 350px;
    line-height: 30px;
}

#sectionforth{
    background: #fff;
    box-shadow: 0px 17px 81px rgba(177, 177, 177, 0.16);
    padding: 40px 0;
}
#sectionforth .factcontent span{
    font-size: 16px;
    color: #28384B;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
#sectionforth h2{
    color: #429DE5;
    line-height: 50px;
}
#sectionforth ul{
    padding-top: 30px;
}
#sectionforth li{
    display: inline-block;
    margin-left: 40px;
    text-align: left;
    width: 200px;
}
#sectionforth li:first-child{
    margin-left: 0;
}
#sectionforth li span{
    display: block;
    color: #333;
    font-size: 60px;
    font-weight: 600;
}
#sectionforth li span i{
    font-style: normal;
}
#sectionforth li em{
    display: block;
    font-style: normal;
    color: #333;
    font-size: 20px;
}

#sectionfifth{
    padding: 80px 0;
}
#sectionfifth h2{
    text-align: center;
    margin-bottom: 25px;
}
#sectionfifth p{
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 50px;
    line-height: 24px;
    width: 700px;
    margin: 0 auto;
}
.billingserv-box{
    background: #fff;
    box-shadow: 0px 16px 20px rgba(107, 107, 107, 0.16);
    border-radius: 24px;
    min-height: 500px;
}
.billingserv-box .billingserv-img{
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.billingserv-box .billingserv-img img{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.1s ease-out 0.1s;
}
.billingserv-box .billingserv-content{
    padding: 25px;
}
.billingserv-box .billingserv-content h3{
    color: #414141;
    font-size: 17px;
    margin-bottom: 15px;
}
.billingserv-box .billingserv-content p{
    text-align: left !important;
    color: #565656 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 23px !important;
    width: 100% !important;
    padding: 0 !important;
}
.billingserv-box:hover{
    background: #69B6F4;
}
.billingserv-box:hover h3{
    color: #fff;
}
.billingserv-box:hover p{
    color: #fff !important;
}
.billingserv-box:hover .billingserv-img img{
    transform: scale(1.2);
}

#sectionsixth{
    padding-top: 80px;
}
.sixthsec-top{
    background: url(../images/sixthop-bg.png) no-repeat center top;
    background-size: cover;
    position: relative;
}
.sixthsec-top::after{
    content: "";
    background: #fff;
    box-shadow: 0px 17px 81px rgba(177, 177, 177, 0.16);
    padding: 40px 0;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: -1;
    width: 100%;
    height: 80px;
}
.sixthtop-left h2{
    color: #fff;
    padding: 80px 0 100px;
}
.sixthtop-left .sixthleft-img{
    padding-bottom: 20px;
}
.sixthtop-left .sixthleft-img img{
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: hard-light;
}
.sixthtop-right{
    padding:40px 20px;
}
.sixthtop-right p{
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 50px;
    line-height: 28px;
}
.sixthtop-right li{
    display: inline-block;
    margin:0 25px 25px 0;
    background: #fff;
    box-shadow: 1px 11px 28px rgba(25, 70, 161, 0.16);
    border-radius: 20px;
    width: 30%;
    padding: 25px 10px;
    text-align: center;
    min-height: 160px;
    vertical-align: middle;
}
.sixthtop-right li .servbill-img{
    width: 55px;
    height: 55px;
    MARGIN: 0 auto 10px;
}
.sixthtop-right li .servbill-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sixthtop-right li h5{
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
.sixthtop-right li:nth-child(3),
.sixthtop-right li:last-child{
    margin-right: 0;
}
.sixthsec-bottom{
    /* background: url(../images/sixthbot-bg.png) no-repeat center top;
    background-size: cover; */
    background: #fff;
    padding: 75px 0;
}
.sixthsec-bottom .sixthtop-left{
    padding-right: 80px;
}
.sixthsec-bottom .sixthtop-left .sixthleft-img img{
    mix-blend-mode: inherit;
}
.sixthsec-bottom .sixthtop-right h2{
    margin-top: 20px;
    margin-bottom: 30px;
}
.sixthsec-bottom .sixthtop-right p{
    line-height: 34px;
}

#sectionseventh{
    background: url(../images/testi-bg.png) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}
#sectionseventh .testitop{
    margin-bottom: 40px;
    padding-left: 50px;
}
#sectionseventh .testitop em{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    height: 1px;
    width: 40px;
    margin-right: 10px;
}
#sectionseventh .testitop span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
#sectionseventh h2{
    color: #fff;
    font-size: 60px;
    background: url(../images/testi-img.png) no-repeat;
    background-size: 100px 100px;
    padding: 70px 0 0 50px;
}
#sectionseventh .col-sm-4 p{
    padding: 0 0 40px 50px;
    color: #91959b;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}
#sectionseventh .col-sm-4 .default-btn{
    display: inline-block;
    text-align: center;
    padding: 18px 50px;
    margin-left: 50px;
}

#mapsubscribe .mapwrapper{
    height: 400px;
}
#mapsubscribe .mapwrapper iframe{
    display: block;
    width: 100%;
    height: 100%;
}
#mapsubscribe .subcribe-wrap{
    background: #3F9BE4;
    padding: 40px 0;
}
#mapsubscribe .subcribe-wrap h3{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
#mapsubscribe .subcribe-wrap .subinput-wrap{
    position: relative;
}
#mapsubscribe .subcribe-wrap .subinput-wrap input{
    background: #fff;
    border: none !important;
    font-size: 14px !important;
    border-radius: 10px;
    font-weight: 300;
    padding: 15px 150px 15px 15px !important;
    display: block;
    color: #000000;
    box-shadow: 0px 42px 90px rgba(0, 0, 0, 0.10);
}
#mapsubscribe .subcribe-wrap .subinput-wrap button{
    background: rgb(63,155,228);
    background: linear-gradient(270deg, rgba(63,155,228,1) 0%, rgba(134,200,254,1) 100%);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 30px;
    border: none;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}
#mapsubscribe .subcribe-wrap .subinput-wrap button:hover{
    background: rgb(63,155,228);
    background: linear-gradient(90deg, rgba(63,155,228,1) 0%, rgba(134,200,254,1) 100%);
}


.footertop{
    background: url(../images/footerbg.png) no-repeat right top;
    background-size: cover;
    padding: 80px 0 20px 0;
}
.footertop .footerlogo{
    margin-bottom: 20px;
}
.footertop .footerlogo a{
    display: block;
    text-decoration: none;
    background: url(../images/footerlogo.png) no-repeat;
    background-size: 100% auto;
    width: 225px;
    height: 80px;
}
.footertop p{
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
}
.footertop h4{
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}
.footertop .infoul li{
    display: block;
    margin-bottom: 12px;
}
.footertop .infoul li a{
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.footertop .infoul li a:hover{
    text-decoration: underline;
}
.footertop .infoul li a i{
    display: inline-block;
    margin-right: 10px;
}
.footertop .footeritemimg{
    padding: 20px 0 10px;
}
.footertop .socialmedia li{
    display: inline-block;
    margin-right: 10px;
}
.footertop .socialmedia li a.facebook{
    background: url(../images/facebookicon.png) no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 16px;
    text-decoration: none;
    display: block;
}
.footertop .socialmedia li a.insta{
    background: url(../images/instaicon.png) no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    text-decoration: none;
    display: block;
}
.footertop .socialmedia li a.tweeter{
    background: url(../images/tweetericon.png) no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 16px;
    text-decoration: none;
    display: block;
}
.footertop .socialmedia li a.youtube{
    background: url(../images/youtubeicon.png) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 16px;
    text-decoration: none;
    display: block;
}
.footertop .socialmedia li a:hover{
    opacity:0.7;
}
.footer-bottom{
    background: #383838;
    padding: 25px 0;
}
.footer-bottom p{
    color: #999999;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}
span.checked {
    color: orange;
}

.section-testmonials {
    padding-top: 100px;
}
.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: #24B6E2;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    transform: scale(0.9) !important;
    filter: blur(1px) grayscale(0.5);
    transition: 0.2s;
    box-shadow: 8px 30px 45px rgba(31, 31, 31, 0.027);
}
.swiper-testmonials .swiper-slide * {
    margin: 0;
}
.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}
.swiper-testmonials .swiper-slide p{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 30px;
}
.swiperfoot{
    padding: 20px 0 0 0;
    border-top: 1px solid #fff;
}
.swiperfoot .custimg{
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 15px;
}
.swiperfoot .custimg img{
    display: block;
    width: 100%;
    height: auto;
}
.swiperfoot .cutdetail{
    width: 90%;
}
.swiperfoot .cutdetail h5{
    margin-bottom: 8px;
}
.swiperfoot .cutdetail em{
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
}
.swiperfoot .cutdetail .ratingwrap span{
    font-size: 12px;
}
.swiper-testmonials {
    overflow: hidden;
    position: relative;
}

.innerpage-bannerwrap .banner{
    margin-top: 150px;
}
.innerpage-bannerwrap .banner img{
    display: block;
    width: 100%;
    height: auto;
}

#innerserv-section{
    padding: 80px 0;
}
#innerserv-section span{
    display: block;
    color: #24B5E2;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin:40px 0 10px 0;
}
#innerserv-section p{
    color: #1D1E22;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 60px;
    line-height: 28px;
}
#innerserv-section .innerserv-img{
    position: relative;
}
#innerserv-section .innerserv-img img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
#innerserv-section .innerserv-img::after{
    content: "";
    background: rgb(122 194 251 / 40%);
    border-radius: 30px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 105%;
}

#inneroffer-sec{
    padding: 40px 0;
}
#inneroffer-sec h2{
    text-align: center;
    margin-bottom: 50px;
}
#inneroffer-sec h2 span{
    color: #1F9FDB;
}
#inneroffer-sec .offersec-img img{
    display: block;
    width: 100%;
    height: auto;
}
#inneroffer-sec .offersec-content{
    padding:0 40px 20px;
}
#inneroffer-sec .offersec-content h3{
    color: #414143;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}
#inneroffer-sec .offersec-content h3 span{
    font-weight: 200;
}
#inneroffer-sec .offersec-content p{
    color: #1D1E22;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 28px;
}
#inneroffer-sec .offersec-content a{
    display: block;
    text-decoration: none;
    color: #272727;
    font-size: 16px;
}
#inneroffer-sec a i{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    transition: 0.3s;
}
#inneroffer-sec .offersec-content a:hover i{
    margin-left: 25px;
    color: #1F9FDB;
}
#inneroffer-sec .offersec > .row:first-child .offersec-img{
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
#inneroffer-sec .offersec > .row:last-child .offersec-img{
    border-radius: 0 0 0 20px;
    overflow: hidden;
}

#compserv-section{
    background: url(../images/sixthop-bg.png) no-repeat center top;
    background-size: cover;
}
#compserv-section h2{
    color: #fff;
    padding: 80px 0 0 0;
}
#compserv-section p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding: 0 60px 50px 0;
}
#compserv-section .compservright-content{
    padding:40px 20px;
}
#compserv-section .compservright-content p{
    color: #333;
    padding:0 0 50px 0;
}
#compserv-section .compserimg img{
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: hard-light;
}

#compsevbottom{
    background: url(../images/comserv-bg.png) no-repeat;
    background-size: cover;
    padding: 80px 0 0 0;
    min-height: 450px;
}
#compsevbottom h2{
    color: #fff;
    margin-bottom: 30px;
}
#compsevbottom p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding: 0 175px 0 0;
}

#innerbenefits-section{
    padding: 70px 0;
}
#innerbenefits-section .innerbenefits-img img{
    display: block;
    width: 100%;
    height: auto;
}
#innerbenefits-section p{
    color: #1D1E22;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 80px;
    line-height: 28px;
}

#innerbenedetail{
    background: #ebf0f6;
}
.benedetail-sec{
    padding: 80px 0;
}
.benedetail-sec h3{
    color: #333;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 45px;
    margin-top: 20px;
}
.benedetail-sec:last-child h3{
    padding-left: 50px;
}
.benedetail-sec .benedetail-img{
    padding-right: 100px;
}
.benedetail-sec:last-child .benedetail-img{
    padding: 0 0 0 50px;
}
.benedetail-sec .benedetail-img img{
    display: block;
    width: 100%;
    height: auto;
}
.benedetail-sec .benecontent-wrap{
    margin-bottom: 30px;
    position: relative;
}
.benedetail-sec .benecontent-wrap .benecontent{
    background: #fff;
    box-shadow: 0px 3px 14px rgba(165, 165, 165, 0.22);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
}
.benedetail-sec .benecontent h4{
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 28px;
    padding-right: 100px;
}
.benedetail-sec .benecontent p{
    color: #878787;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
.benedetail-sec .benecontent-wrap > span{
    background: #1F9FDB;
    border-radius: 20px;
    width: 200px;
    height: 90%;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
}
.benedetail-sec .benecontent-wrap .benecontent.darksec{
    background: #27AFE8;
    position: relative;
    left: -70px;
}
.benedetail-sec .benecontent.darksec h4,
.benedetail-sec .benecontent.darksec p{
    color: #fff;
}

#innerbenet-last{
    background: url(../images/benelastsec-bg.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
#innerbenet-last h2{
    color: #fff;
    margin-bottom: 30px;
}
#innerbenet-last p{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 40px;
}
#innerbenet-last a.schebtn{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 28px;
    color: #24B6E2;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
#innerbenet-last a.schebtn:hover{
    background: none;
    color: #fff;
}
#innerbenet-last .innerbenetimg{
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 45%;
}
#innerbenet-last .innerbenetimg img{
    display: block;
    width: 100%;
    height: auto;
}

#innerspeciality-section{
    padding: 80px 0;
}
.sectionbox-img img{
    display: block;
    width: 100%;
    height: auto;
}
.sectionbox-content{
    padding: 25px;
}
.sectionbox-content h2{
    margin-bottom: 20px;
}
.sectionbox-content p{
    font-size: 14px;
    font-weight: 300;
    color: #9A9A9A;
    line-height: 26px;
}
.sectionright-content p{
    color: #1D1E22;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 26px;
}

#businefunc-section{
    padding: 40px 0 60px;
    text-align: center;
}
#businefunc-section h2{
    margin-bottom: 30px;
}
#businefunc-section p{
    padding: 0 350px 40px;
    color: #1D1E22;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
#businefunc-section ul{
    text-align: center;
}
#businefunc-section li{
    display: inline-block;
    margin-left: 115px;
    margin-bottom: 50px;
}
#businefunc-section li:first-child,
#businefunc-section li:nth-child(7){
    margin-left: 0;
}
#businefunc-section li span{
    display: block;
    margin: 15px 0 0 0;
    font-weight: 300;
    font-size: 14px;
}

#yourspeciallity-section{
    background: #f3f3f3;
    padding: 60px 0;
    box-shadow: 5px 4px 2px rgba(65, 65, 65, 0.08);
}
#yourspeciallity-section h2{
    margin-bottom: 30px;
    text-align: center;
}
#yourspeciallity-section h2 span{
    color: #18A1FE;
}
#yourspeciallity-section p{
    padding: 0 350px 40px;
    color: #1D1E22;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
#yourspeciallity-section button{
    background: rgb(63,155,228);
    background: linear-gradient(270deg, rgba(63,155,228,1) 0%, rgba(102,180,242,1) 90%, rgba(134,200,254,1) 100%);
    border-radius: 28px;
    color: #fff;
    padding: 12px 30px;
    border: none;
    display: block;
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
}
#yourspeciallity-section button:hover{
    background: none;
    border: 1px solid #18A1FE;
    color: #18A1FE;
}
#yourspeciallity-section input{
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}

#innercarousel-section{
    padding-bottom: 60px;
}
#innercarousel-section .itemwrap{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 150px;
    min-height: 500px;
    position: relative;
}
#innercarousel-section .itemwrap::after{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.itemwrapcontent{
    position: relative;
    z-index: 9;
}
.itemwrapcontent span{
    display: block;
    color: #fff;
    margin-bottom: 15px;
}
.itemwrapcontent span sup{
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
}
.itemwrapcontent span em{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    font-style: normal;
}
.itemwrapcontent h3{
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 50px;
}
.itemwrapcontent p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 30px;
    line-height: 22px;
}
.itemwrapcontent i{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}

.owl-carousel .owl-nav{
    display: block;
    position: absolute;
    right: 350px;
    bottom: 50px;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    font-size: 0;
    margin: 0 10px;
}
.owl-carousel .owl-nav button.owl-next span::before{
    content: "\f061"; 
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev span::before{
    content: "\f060"; 
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
}

#ourinfo{
    padding: 80px 0;
}
.contacttop-info{
    padding-bottom: 60px;
}
.contacttop-info h2{
    margin-bottom: 25px;
}
.contacttop-info .info-detail{
    margin-bottom: 30px;
}
.contacttop-info .info-detail h6{
    margin-bottom: 15px;
}
.contacttop-info .info-detail a,
.contacttop-info .info-detail span,
.contacttop-info .info-detail address{
    display: block;
    color: #333;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 13px;
}
.contacttop-info .info-detail a:hover{
    text-decoration: underline;
}
.contacttop-info .contactmap{
    height: 350px;
}
.contacttop-info .contactmap iframe{
    display: block;
    width: 100%;
    height: 100%;
}
.contactbottom-info{
    background: #f1f1f1;
}
.contactbottom-info .bottominfo-img img{
    display: block;
    width: 100%;
    height: auto;
}
.contactbottom-info .bottominfo-form{
    padding: 50px 30px 30px 20px;
}
.contactbottom-info .bottominfo-form label{
    display: block;
    margin-bottom: 10px;
}
.contactbottom-info .bottominfo-form input,
.contactbottom-info .bottominfo-form textarea{
    padding: 15px !important;
    border-radius: 8px;
    font-size: 13px;
}
.contactbottom-info .bottominfo-form button{
    background: rgb(63,155,228);
    background: linear-gradient(270deg, rgba(63,155,228,1) 0%, rgba(102,180,242,1) 90%, rgba(134,200,254,1) 100%);
    border-radius: 28px;
    color: #fff;
    padding: 12px 30px;
    border: none;
    display: block;
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
}
.contactbottom-info .bottominfo-form button:hover{
    background: none;
    border: 1px solid #18A1FE;
    color: #18A1FE;
}


.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Responsive */
@media (max-width: 680px){
    #header .logowrap a{
        width: 175px;
        height: 55px;
    }
    .navbar-header{
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }
    #header .navigation{
        display: none;
        text-align: left;
        background: #18315b;
        z-index: 9;
        position: relative;
        border-radius: 10px;
        margin-top: 10px;
    }
    #header .navigation li {
        display: block;
        margin-left: 0;
        border-bottom: 1px solid #04204e;
    }
    #header .navigation li a {
        font-size: 13px;
        color: #fff;
        padding: 15px 25px;
    }
    #header .navigation li.contactbtn {
        margin-left: 0;
        border: none;
    }
    #header .navigation li.contactbtn a{
        background: no-repeat;
        padding: 15px 25px;
        box-shadow: none;
        border-radius: 0;
    }
    #header .navigation li.active a {
        color: #fff;
        background: #0089cc;
    }
    #header .navigation li:first-child.active a{
        border-radius: 8px 8px 0 0;
    }
    #header .navigation li:last-child.active a{
        border-radius: 0 0 8px 8px;
    }
    #mainslider{
        background: #1c407c;
        min-height: inherit;
    }
    .slidercontent {
        padding-top: 110px;
        padding-left: 0;
        text-align: center;
        padding-bottom: 40px;
    }
    .slidercontent > em{
        display: none;
    }
    .slidercontent > span {
        font-size: 12px;
    }
    h1 {
        font-size: 22px;
        margin: 15px 0 20px;
        line-height: 32px;
    }
    h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .slidercontent p {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .default-btn{
        border-radius: 50px;
        padding: 14px 20px;
        box-shadow: none;
        font-size: 12px;
        display: block;
        text-align: center;
    }
    .mainsliderwrap{
        display: none;
    }
    #sectiontwo {
        padding: 30px 0 15px;
        text-align: center;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #sectiontwo p {
        font-size: 12px;
        padding-bottom: 20px;
        line-height: 22px;
    }
    #sectiontwo p br{
        display: none;
    }
    #sectiontwo .servewrapper {
        background: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        text-align: center;
    }
    #sectiontwo .servewrapper ul {
        top: 0;
    }
    #sectiontwo .servewrapper li {
        display: block;
        width: 50%;
        margin: 0 auto 15px;
    }
    #sectiontwo .servewrapper li .servbox {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        text-align: center;
        height: inherit;
        box-shadow: 5px 10px 20px rgba(77, 77, 77, 0.10);
    }
    #sectiontwo .servewrapper li .servimg {
        width: 40%;
        margin: 0 auto 15px;
        height: 40px;
    }
    #sectiontwo .servewrapper li .servbox h4 {
        color: #272727;
        font-size: 14px;
        font-weight: 600;
    }
    #sectiontwo .servewrapper li:last-child{
        margin: 0 auto 15px;
    }
    #sectionthird {
        padding: 30px 0;
        min-height: inherit;
        background-position: center;
    }
    #sectionthird h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    #sectionthird h2 br{
        display: none;
    }
    #sectionthird .videowrap {
        border-radius: 10px;
        margin-bottom: 25px;
    }
    #sectionthird .videowrap .playbtn{
        width: 75px;
        height: 75px;
    }
    #sectionthird ul{
        text-align: center;
    }
    #sectionthird li{
        display: block;
        margin-bottom: 20px;
    }
    #sectionthird li em{
        width: 50px;
        height: 53px;
        text-align: center;
        font-size: 14px;
        line-height: 53px;
        margin: 0;
    }
    #sectionthird li span {
        display: block;
        font-size: 13px;
        width: 80%;
        line-height: 26px;
        margin: 0 auto;
    }
    #sectionthird li:nth-child(2), 
    #sectionthird li:nth-child(3) {
        margin-left: 0;
    }
    #sectionforth {
        padding: 30px 0 10px;
        text-align: center;
    }
    #sectionforth .factcontent span {
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }
    #sectionforth h2 {
        line-height: 30px;
    }
    #sectionforth h2 br{
        display: none;
    }
    #sectionforth ul{
        padding-top: 0;
        text-align: center;
    }
    #sectionforth li {
        display: block;
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #sectionforth li span {
        display: block;
        font-size: 30px;
        text-align: center;
    }
    #sectionforth li em {
        display: block;
        color: #333;
        font-size: 16px;
    }
    #sectionfifth {
        padding: 30px 0 0;
    }
    #sectionfifth h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    #sectionfifth p {
        text-align: center;
        font-size: 12px;
        padding-bottom: 25px;
        line-height: 22px;
        width: 100%;
        margin: 0 auto;
    }
    .billingserv-box {
        box-shadow: 0px 10px 10px rgba(107, 107, 107, 0.10);
        border-radius: 12px;
        min-height: inherit;
        margin-bottom: 25px;
    }
    .billingserv-box .billingserv-img {
        border-radius: 12px 12px 0 0;
    }
    .billingserv-box .billingserv-content {
        padding: 15px;
        text-align: center;
    }
    .billingserv-box .billingserv-content h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .billingserv-box .billingserv-content p {
        text-align: center !important;
        font-size: 12px !important;
        line-height: 22px !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .billingserv-wrap .mb-5{
        margin-bottom: 0 !important;
    }
    section{
        overflow: hidden;
    }
    #sectionsixth {
        padding-top: 0;
        text-align: center;
    }
    .sixthsec-top{
        background: #429de4;
        padding-bottom: 20px;
    }
    .sixthsec-top .p-0{
        padding: 0 12px !important;
    }
    .sixthtop-left h2 {
        padding: 40px 0 20px;
    }
    .sixthtop-left h2 br{
        display: none;
    }
    .sixthtop-right {
        padding: 0;
    }
    .sixthtop-right p {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        padding-bottom: 30px;
        line-height: 24px;
    }
    .sixthtop-right li {
        display: block;
        margin: 0 0 15px 0;
        border-radius: 10px;
        width: 100%;
        padding: 30px 10px;
        text-align: center;
        min-height: inherit;
    }
    .sixthtop-right li h5 br{
        display: none;
    }
    .sixthsec-bottom {
        background: #fff;
        padding: 50px 0 30px;
        text-align: center;
    }
    .sixthsec-bottom .p-0{
        padding: 0 12px !important;
    }
    .sixthsec-bottom .sixthtop-left {
        padding-right: 0;
    }
    .sixthsec-bottom .sixthtop-right p{
        color: #333;
        line-height: 24px;
        padding-bottom: 0;
    }
    #sectionseventh{
        padding: 40px 0;
    }
    #sectionseventh .testitop {
        margin-bottom: 10px;
        padding-left: 0;
        text-align: center;
    }
    #sectionseventh .testitop em{
        display: none;
    }
    #sectionseventh .testitop span {
        display: block;
        font-size: 12px;
    }
    #sectionseventh h2{
        font-size: 25px;
        padding: 0;
        background: none;
        text-align: center;
    }
    #sectionseventh h2 br{
        display: none;
    }
    #sectionseventh .col-sm-4 p {
        padding: 0 0 20px 0;
        color: #91959b;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    #sectionseventh .col-sm-4 .default-btn {
        display: inline-block;
        text-align: center;
        padding: 18px 50px;
        margin-left: 0;
        /* margin: 0 auto; */
        display: block;
    }
    .section-testmonials {
        padding-top: 40px;
    }
    #mapsubscribe .mapwrapper {
        height: 250px;
    }
    #mapsubscribe .subcribe-wrap {
        background: #3F9BE4;
        padding: 20px 0;
        text-align: center;
    }
    #mapsubscribe .subcribe-wrap h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    #mapsubscribe .subcribe-wrap .subinput-wrap input {
        font-size: 12px !important;
        border-radius: 5px;
        padding: 12px 110px 12px 12px !important;
    }
    #mapsubscribe .subcribe-wrap .subinput-wrap button {
        border-radius: 5px;
        text-align: center;
        font-size: 12px;
        padding: 8px 20px;
        right: 5px;
    }
    .footertop{
        padding: 30px 0 20px 0;
        text-align: center;
    }
    .footertop .footerlogo {
        margin-bottom: 15px;
    }
    .footertop .footerlogo a{
        width: 175px;
        height: 65px;
        margin: 0 auto;
    }
    .footertop p {
        font-weight: 400;
        font-size: 10px;
        line-height: 21px;
        color: #fff;
        padding-bottom: 23px;
    }
    .footertop h4{
        margin-bottom: 20px;
    }
    ul.infoul{
        margin-bottom: 30px;
    }
    .innerpage-bannerwrap{
        display: none;
    }
    #ourinfo {
        padding: 30px 0;
        text-align: center;
    }
    .contacttop-info {
        padding-bottom: 30px;
    }
    .bottominfo-img{
        display: none;
    }
    .contactbottom-info .bottominfo-form {
        padding: 20px 15px;
    }
    .contactbottom-info .bottominfo-form label {
        text-align: left;
    }
    .bottominfo-form .mb-4{
        margin-bottom: 0 !important;
    }
    .contactbottom-info .bottominfo-form input, .contactbottom-info .bottominfo-form textarea{
        margin-bottom: 20px;
    }
    .contactbottom-info .bottominfo-form button{
        margin-top: 0;
    }
    #innerserv-section {
        padding: 20px 0;
        text-align: center;
    }
    #innerserv-section span{
        font-size: 12px;
        margin: 0 0 10px 0;
    }
    #innerserv-section p{
        font-size: 12px;
        padding-bottom: 25px;
        line-height: 25px;
    }
    #innerserv-section .innerserv-img{
        display: none;
    }
    #inneroffer-sec {
        padding: 10px 0 20px 0;
    }
    #inneroffer-sec h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .offersec-img {
        border-radius: 0 !important;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #inneroffer-sec .offersec-content {
        padding: 0 15px;
        text-align: center;
    }
    #inneroffer-sec .offersec-content h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    #inneroffer-sec .offersec-content p {
        font-size: 12px;
        padding-bottom: 15px;
        line-height: 24px;
    }
    #inneroffer-sec .offersec-content a {
        font-size: 12px;
        margin-bottom: 25px;
    }
    #compserv-section{
        background: #d3d3d3;
        padding: 25px 0;
        text-align: center;
    }
    #compserv-section h2 {
        color: #333;
        padding: 0;
    }
    #compserv-section p {
        color: #333;
        font-weight: 400;
        font-size: 12px;
        line-height: 23px;
        padding: 0;
    }
    #compserv-section .compservright-content {
        padding: 15px 0;
    }
    #compserv-section .compservright-content p {
        color: #333;
        padding: 0;
    }
    #compsevbottom{
        padding: 30px 0;
        min-height: inherit;
        background: #3e8dc8;
        text-align: center;
    }
    #compsevbottom h2{
        margin-bottom: 15px;
    }
    #compsevbottom p {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        padding: 0;
    }
    #innerbenefits-section {
        padding: 20px 0;
        text-align: center;
    }
    .innerbenefits-img{
        margin-bottom: 20px;
    }
    #innerbenefits-section p {
        font-size: 12px;
        padding-bottom: 15px;
        line-height: 24px;
    }
    .benedetail-sec {
        padding: 0;
        text-align: center;
    }
    .benedetail-sec h3 {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 30px;
        margin-top: 20px;
    }
    .benedetail-sec h3 br{
        display: none;
    }
    .benedetail-sec .benedetail-img {
        padding: 0 0 20px 0;
    }
    .benedetail-sec .benecontent-wrap {
        margin-bottom: 20px;
    }
    .benedetail-sec .benecontent-wrap .benecontent {
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }
    .benedetail-sec .benecontent h4 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 26px;
        padding-right: 0;
    }
    .benedetail-sec .benecontent p {
        font-size: 12px;
        line-height: 23px;
    }
    .benedetail-sec .benecontent-wrap > span{
        display: none;
    }
    .benedetail-sec .benecontent-wrap .benecontent.darksec{
        left: 0;
    }
    .benedetail-sec:last-child h3 {
        padding-left: 0;
    }
    .benedetail-sec:last-child .benedetail-img {
        padding: 0 0 20px 0;
    }
    #innerbenet-last{
        padding: 25px 0;
        text-align: center;
    }
    #innerbenet-last h2 {
        margin-bottom: 15px;
    }
    #innerbenet-last p {
        font-size: 12px;
        line-height: 23px;
        padding-bottom: 15px;
    }
    #innerbenet-last .innerbenetimg{
        display: none;
    }
    #innerspeciality-section {
        padding: 20px 0;
    }
    .sectionbox-content {
        padding: 15px 0 10px;
        text-align: center;
    }
    .sectionbox-content h2 {
        margin-bottom: 20px;
    }
    .sectionbox-content p {
        font-size: 13px;
        font-weight: 400;
        color: #1D1E22;
        line-height: 24px;
    }
    .sectionright-content{
        text-align: center;
    }
    .sectionright-content p {
        color: #1D1E22;
        font-weight: 400;
        font-size: 13px;
        padding-bottom: 10px;
        line-height: 24px;
    }
    #innercarousel-section .itemwrap {
        padding: 30px;
        min-height: inherit;
        text-align: center;
    }
    .itemwrapcontent span {
        margin-bottom: 10px;
    }
    .itemwrapcontent span sup{
        display: none;
    }
    .itemwrapcontent span em{
        margin-left: 0;
    }
    .itemwrapcontent h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .itemwrapcontent p {
        font-size: 13px;
        padding-bottom: 15px;
        line-height: 22px;
    }
    .itemwrapcontent i{
        font-size: 10px;
    }
    #innercarousel-section .itemwrap::after{
        background: rgba(0, 0, 0, 0.6);
    }
    .owl-carousel .owl-nav{
        display: none;
    }
    #innercarousel-section {
        padding-bottom: 0;
    }
    #businefunc-section {
        padding: 30px 0 0 0;
        text-align: center;
    }
    #businefunc-section h2 {
        margin-bottom: 20px;
    }
    #businefunc-section p {
        padding: 0 0 20px 0;
        color: #1D1E22;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
    }
    #businefunc-section li {
        display: inline-block;
        margin-left: 0 !important;
        margin-bottom: 20px;
        width: 40%;
    }
    #yourspeciallity-section{
        padding: 30px 0;
    }
    #yourspeciallity-section h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    #yourspeciallity-section p {
        padding: 0 0 20px 0;
        font-size: 12px;
        line-height: 22px;
    }
    #yourspeciallity-section .mb-4{
        margin-bottom: 0 !important;
    }
    #yourspeciallity-section input{
        padding: 12px 15px !important;
        font-size: 12px !important;
        margin-bottom: 15px;
    }
    #yourspeciallity-section button{
        margin-top: 15px;
        font-size: 13px;
    }
}
