* {
    margin:0;
    padding:0;
}
@font-face {
    font-family: 'sk-modernistbold';
    src: url('../fonts/sk-modernist-bold-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sk-modernistmono';
    src: url('../fonts/sk-modernist-mono-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-mono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sk-modernistregular';
    src: url('../fonts/sk-modernist-regular-webfont.woff2') format('woff2'),
         url('../fonts/sk-modernist-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'sk-modernistregular';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
  }
body {
    margin: 0;
    font-family: 'sk-modernistregular';
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding:0;   
  }
a {
    text-decoration:none !important;
    transition: 0.3s;
}
p {
    letter-spacing:0.6px;
}
.segap {
    padding-top:60px;
    padding-bottom:60px;
}
.sec-title {
    margin-bottom:30px;
}
.sec-title h2 {
    margin:0;
    font-weight:700;
    font-size:39px;
    font-family: 'sk-modernistbold';
    letter-spacing:0.6px;
    color: #00143d;
}
.sec-title h2 span {
    color:#00a397;
}
.sec-title p {
    color:#000;
    margin:10px 0 0 0;
    font-size:18px;
    letter-spacing:0.6px;
}
.main-btn {
    background: #1089c8;
    color: #fff;
    padding: 12px 20px;
    border-radius:7px;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
    border:1px solid #1089c8;
    text-decoration:none;
    letter-spacing: 1px;
}
.main-btn i {
    margin-right:6px;
    font-size:19px;
}
.main-btn:hover {
    background: #fff;
    color: #1089c8;
}
.lt-btn {
    background:#00D1C2;
    color: #fff;
    border:1px solid #00D1C2;
}
.lt-btn:hover {
    background: #fff;
    color:#00D1C2;
}  
.site-header {
    padding:8px 20px;
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:99999;
    background:#fff;
}
.site-header .mob-view {
    display:none;
}
.site-header .navbar {
    padding:0;
}
.site-header .navbar-brand {
    padding:0;
}
.site-header .navbar-brand img {
    height:65px;
    object-fit:contain;
}
.site-header .navbar-nav li {
    margin:0 15px;
}
.site-header .navbar-nav li a {
    font-size:16px;
    color:#000;
    font-weight:500;
    letter-spacing:0.6px;
}

.banner-section {
    background:url(../img-healthcare/image-ban.jpg) no-repeat top center; 
    background-size:cover;
    padding:140px 0 0 0;
    position: relative;
    overflow: hidden;
    margin-top:0;
    height:650px;
}
.banner-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top:81px;
    width: 635px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img-healthcare/pattern-1.webp);
    background-size:58%;
    z-index:9;
    opacity: 0.3;
}
.banner-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 273px;
    height: 401px;
    background-repeat: no-repeat;
    background-image: url(../img-healthcare/pattern-2.webp);
    z-index:9;
    opacity: 0.4;
}
.banner-section .container {
    position: relative;
    z-index:999;
}
.banner-section .ban-text {
    position: relative;
    padding-right:30px;
}
.banner-section .ban-text .b-logo {
    position: absolute;
    right:0;
    bottom:-20px;
}
.banner-section .ban-text .b-logo img {
    width: 190px;
    filter: invert(1) brightness(2) grayscale(1);
}
.banner-section .ban-text h1 {
    color: #fff;
    font-size:42px;
    font-weight: 700;
    margin:0;
    font-family: 'sk-modernistbold';
    letter-spacing:2px;
    line-height: normal;
}
.banner-section .ban-text h1 span {
    color:#00D1C2;
}
.banner-section .ban-text p {
    margin:15px 0;
    color:#fff;
    font-size:18px;
    padding-right: 12%;
}
.banner-section .ban-hide {
    width:50%;
}
.banner-section .ban-text ul {
    margin:0;
    padding:0;
}
.banner-section .ban-text ul li {
    padding: 2px 7px 2px 29px;
    margin: 3px 6px;
    color: #fff;
    position: relative;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    border-radius: 60px;
}
.banner-section .ban-text ul li i {
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    font-size: 20px;
    color:#00D1C2;
}
 .banner-section .btn-submit {
    width:100%;
    padding:15px 24px;
    font-size:16px;
    background-color:#ee630c;
    color:#fff;
    outline:0;
    box-shadow:none;
    border-bottom:4px solid #3a3311;
    text-transform:uppercase;
    font-weight:600;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing:2px;
    border-radius:9px;
    position: relative;
 }
 .banner-section .btn-submit:hover {
    background-color:#fff;
    color:#002060;
 }
 .banner-section .btn-submit span {
    margin-left:14px;
    font-size:22px;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
 }
 .banner-section .ban-form {
    position: relative;
    z-index: 3;
    padding: 30px 25px 30px 25px;
    background-color: #00d1c2a8;
    border-bottom: 4px solid #ffffff;
    margin-top: 0;
  }
 .banner-section::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background:#00143ca6;
 }
 .h-form {
    margin-top:-60px;
    z-index:3;
    position: relative;    
 }
 .h-form .ban-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background:#fff url(../img-healthcare/shape-27.png) no-repeat left;
    padding:30px 40px 15px 40px;
    border-bottom: 4px solid #005a89;
 }
 .h-form .ban-form .f-title h3 {
    letter-spacing: 1px;
    font-size: 30px;
}
.h-form .ban-form .f-title p {
    margin: 7px 0 0 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 19px;
}
 .h-form .row {
    margin-left:-5px;
    margin-right:-5px;
 }
.h-form [class*="col-"] {
    padding-left:5px;
    padding-right:5px;
}
.h-form .ban-form .form-control {
    font-size:15px;
    letter-spacing:1px;
}
.h-form .ban-form .btn-submit {
    padding:9px;
    font-size:15px;
}
 .ban-form {
    background-color:#fff;
    border-radius:10px;
    padding:25px 25px;
 }
 .ban-form .f-title {
    margin-bottom:20px;
 }
 .ban-form .form-control::placeholder {
    color: rgb(165, 165, 165);
    opacity: 1;
  }
  
  .ban-form .form-control::-ms-input-placeholder {
    color: rgb(165, 165, 165);
  }
  .ban-form .f-title h3 {
    font-weight: 600;
    margin: 0;
    letter-spacing: 1.3px;
    font-size: 20px;
    margin-bottom: 6px;
    color: #fff;
}
 .ban-form .f-title p {    
    letter-spacing: 0.4px;
    margin:0;
    font-size:14px;
    line-height: 15px;
    color: #fff;
 }
 .ban-form .form-control {
    border-radius: 6px;
    border: 1px solid #ababab9e;
    padding: 8px 16px;
    height: auto;
    font-size: 14px;
    color: #000;
    outline: 0;
    box-shadow: none;
    background-color: #ffffffc5;
    border-bottom: 2px solid #ffffffe8;
    letter-spacing:0.6px;
}
.ban-form .form-group {
    margin-bottom: 10px;
}
 .ban-form .btn-submit {
    width:100%;
    padding:10px;
    font-size:16px;
    background-color:#002060;
    color:#fff;
    outline:0;
    box-shadow:none;
    border:2px solid #002060;
    text-transform:uppercase;
    font-weight:600;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius:9px;
    margin-top:10px;
 }
 .ban-form .btn-submit:hover {
    background-color:#fff;
    color:#002060;
 }
.service-section .sec-title h3 {
    margin-bottom:20px;
    font-size:25px;
    letter-spacing:1.6px;
    font-weight:600;
    color: #002060;
}
.service-card {
    background-color:#fff;
    padding:30px 20px;
    border-radius:10px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    height:100%;
    border-bottom: 4px solid #009f93;
    overflow: hidden;
}
.service-card h4 {
    font-weight:700;
    font-size:18px;
    margin:15px 0 10px 0;
    color: #002060;
    letter-spacing: 1px;
}
.service-card p {
    margin:0;
    font-size:14px;
}
.service-card .ser-icon img {
    transition:filter 0.3s ease;
    height: 55px;
    object-fit: contain;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img-healthcare/card-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width:100%;
    height:0;
    background-color:#009f93;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 10px;
    transform:rotate(-200deg);
}
.service-card:hover::after {
    height: 100%;
    opacity: 1;
    transform:inherit;
}
.service-card:hover p {
    color:#fff;
}
.service-card:hover h4 {
    color:#fff;
}
.service-card img  {
    filter: invert(42%) sepia(23%) saturate(6959%) hue-rotate(150deg) brightness(94%) contrast(101%);
}
.service-card:hover img {
    filter: brightness(0) invert(1);
}
.btt-area .main-btn {
    margin-top:10px;
    display:inline-block;
    padding-left:25px;
    padding-right:25px;
}
.btt-area .main-btn i {
    margin-left:6px;
    margin-right:0;
}
.callto-section {
    background:url(../img-healthcare/background1.jpg) no-repeat top;
    position: relative;
    overflow: hidden;
    background-size:cover;
}
.callto-section::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#001338c2;
}
.callto-section .container {
    position: relative;
    z-index:3;
}
.callto-section .sec-title h2 {
    color:#fff;
}
.callto-section .sec-title p {
    color: #d5d5d5;
}
.callto-section .certificate {
    display:flex;
    align-items: center;
    justify-content: center;
}
.callto-section .certificate li {
    list-style-type:none;
    padding:10px;
    background-color:#fff;
    border-radius:9px;
    margin:0 15px;
}
.callto-section .certificate li img {
    height:60px;
    object-fit:contain;
    text-align: center;
    display: block;
}
.why-section {
    background:#fff;
    position: relative;
    overflow: hidden;
} 
.why-choose-us-box{
	position: relative;
	margin-top:80px;
}
.why-choose-box-1{
	background-color: #e6efed;
	border-radius: 30px 0 0 30px;
}
.why-choose-box-2{
	background-color:#00766e;
	border-radius: 0 30px 30px 0;
}
.why-choose-image{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.why-choose-image img {
    width:66%;
    margin: auto;
    text-align: center;
    display: block;
}
.why-choose-item{
	border-bottom: 2px solid #ffffffa3;
	display: flex;
	align-items: center;
	padding: 40px 30px;
}

.why-choose-item:last-child{
	border-bottom: none;
}

.why-choose-item .icon-box{
	background-color:#fff;
	height: 52px;
	width: 52px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.why-choose-item .icon-box::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.why-choose-item:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-item .icon-box img{
	position: relative;
	z-index: 1;
	max-width:37px;
	transition: all 0.3s ease-in-out;
}

/* .why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
} */

.why-choose-content{
	width: calc(100% - 72px);
	position: relative;
	z-index: 1;
	max-width: 300px;
}

.why-choose-content h3{
	font-size:17px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom:4px;
	transition: all 0.3s ease-in-out;
    letter-spacing:0.7px;
}

.why-choose-content p{
	margin: 0;
	transition: all 0.3s ease-in-out;
    line-height: 19px;
}

.why-choose-box-2 .why-choose-item{
	border-color:#048d83;
	flex-direction: row-reverse;
	text-align: right;
}

.why-choose-box-2 .why-choose-item .icon-box{
	margin-right: 0;
	margin-left: 20px;
}

.why-choose-box-2 .why-choose-item .icon-box::before{
	background-color: #e6efed;
}

.why-choose-box-2 .why-choose-item:hover .icon-box img{
    filter: brightness(1) invert(0);
}

.why-choose-box-2 .why-choose-content h3{
	color:#fff;
}

.why-choose-box-2 .why-choose-content p{
	color:#fff;
	opacity: 70%;
}
.ab-count {
    padding:30px 25px;
    border-radius:10px;
    justify-content: center;
    background-color:#fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-bottom: 4px solid #009f93;
}
.ab-count h5 {
    font-size:17px;
    font-weight:500;
    margin:0 45px 0 0;
    color:#000;
    text-align: left;
    position: relative;
    padding-left:69px;    
}
.ab-count h5 img {
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:55px;
    object-fit:contain;
    filter: invert(42%) sepia(23%) saturate(6959%) hue-rotate(150deg) brightness(94%) contrast(101%);
}
.ab-count h5:last-child {
    margin-right:0;
}
.ab-count h5 span {
    display: block;
    font-size:30px;
    font-weight:700;
    color: #00143d;
}
.contact-section {
    background-image: url(../img-healthcare/image-ban.jpg);
    position: relative;
    overflow: hidden;
    background-size:cover;
}
.contact-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#001338de;
}
.contact-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height:600px;
    background: url(../img-healthcare/cta-shape.png) no-repeat bottom;
    z-index: 3;
    background-size: 100% 100%;
    opacity:0.4;
}
.contact-section .container {
    position: relative;
    z-index:999;
}
.contact-section .ban-form .f-title h3 {
    font-size: 20px;
    color: #00998e;
}
.contact-section .ban-form .f-title p {
    line-height: 14px;
    margin-top: 6px;
    color: #6e6e6e;
}
.contact-section .sec-title ul {
   column-count:2;
   text-align: left;
   width:70%;
   margin: auto;
   margin-top:20px;
}
.contact-section .sec-title ul li {
    list-style-type:none;
    color:#fff;
    position: relative;
    letter-spacing:0.7px;
    padding-left:30px;
}
.contact-section .sec-title ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #00D1C2;
}
.contact-section .ban-form .form-control {
    border-radius: 6px;
    border: 1px solid #ababab9e;
    padding: 8px 16px;
    height: auto;
    font-size: 14px;
    color: #000;
    outline: 0;
    box-shadow: none;
    background-color: #ffffffc5;
    border-bottom: 1px solid #ababab9e;
    letter-spacing:0.6px;
}
.contact-section .ban-form .form-group {
    margin-bottom: 15px;
}
.contact-section .cont-img {
    margin-right:38px;
}
.contact-section .cont-img img {
    height:400px;
    object-fit: contain;
}
.contact-section .sec-title h3 span {
    color: #49cbae;
}
.contact-section .ban-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width:95%;
    border-bottom:4px solid #00a397;
}
.contact-section .sec-title p, .contact-section .sec-title h3, .contact-section .sec-title h2 {
    color: #fff;
}
  .cta-section {
    margin-top:-50px;
    z-index:999;
    position: relative;
  }
  .cta-section .container {
    padding:0 80px;
  }
 footer {
    text-align: center;
    margin-top:0;
 } 
 .bottom-footer {
    background: #0d0f16;
    padding:20px 0;
    margin-top:0;
 }
 .bottom-footer p {
    color: #616161;
    margin:0;
 }
.banner-section.thank-you {
    padding:120px 0;
    height:100vh;
 }
 .thank-you .ban-text h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 66px;
    letter-spacing: 3px;
    color: #49cb53;
    position: relative;
    padding-bottom: 20px;
    margin:0;
    text-transform:capitalize;
}
 .thank-you .ban-text h1::after {
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    width:150px;
    background-color:#fff;
    height:3px;
    border-radius:20px;
    margin:auto;
 }
 .thank-you .ban-text h1::before {
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:-6px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:4px solid #002060;
    background-color:#fff;    
    border-radius:10px;
    margin:auto;
    z-index:3;
 }
 .thank-you .ban-text p {
    display: inline-block;
    margin:40px 0 0 0;
 }
 .thank-you .main-btn {
    background: #ee630c;
    color: #fff;
    border:2px solid #ee630c;
 }
 .thank-you .main-btn:hover {
    background: #fff;
    color: #ee630c;
    border:2px solid #ee630c;
 }
 .thank-you .ban-text p span {
    color:#49cbae;
    font-weight: 500;
 }

.top-form-wrapper .form-group p{ margin-bottom: 0; }
 

 /* responsive */
 @media screen and (max-width:1199px) {
    .container {
        max-width:100%;
    }
    .cta-section .container {
        padding: 0 15px;
    }
    .contact-section .ban-form {
        width:100%;
    }
    .banner-section .ban-text {
        padding-right:0;
    }
    .banner-section .ban-text h1 span {
        font-size:24px;
    }
    .segap {
        padding-top:40px;
        padding-bottom:40px;
    }
    .why-section ul {
        margin: 0;
        padding: 0;
    }
    .ban-form {
        padding: 20px 20px;
    }
    .banner-section {
        padding:50px 0;
    }
    .ban-form .f-title h3 {
        font-size:17px;
    }
    .banner-section .ban-text h1, .banner-section .ban-text h1 span {
        font-size:22px;
        letter-spacing:0.3px;

    }
    .banner-section .ban-text p {
        margin: 7px 0;
        font-size: 13px;
        line-height: normal;
    }
    .sec-title h3, .sec-title h2 {
        font-size: 24px;
        letter-spacing:normal;
    }
    .service-section .sec-title {
        margin-bottom:0 !important;
    }
    .service-section .sec-title h3 {
        margin:10px 0 20px 0;
        font-size:16px;
    }
    .service-section .s-img {
       margin-bottom:20px;
    }
    .ban-form .form-control {
        border: 1px solid #000;
        padding: 8px 16px;
        font-size: 14px;
    }
    .ban-form .btn-submit {
        padding: 8px;
        font-size: 15px;
    }
    .for-mar .ban-form .form-group:last-child {
        margin-bottom:0;
    }
    .ban-form .f-title {
        margin-bottom: 10px;
    }
    .banner-section .ban-text ul li {
        padding: 1px 9px 1px 29px;
        margin-bottom: 3px;
        font-size: 13px;
    }
    .banner-section .ban-text .b-shape {
        right:0;
        bottom:0;
    }
    .why-section .sec-title, .service-section .sec-title {
        margin-bottom: 10px;
    }
    footer.thnaks-footer {
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:9;
        background-color:#fff;
        padding-top:30px;
    }
    .inner-wrap .row {
        justify-content: center;
    }
    .why-section .btt-area {
        display:none !important;
    }
 }
 @media screen and (min-width:992px) and (max-width:1199px) {
    .contact-section .cont-img {
        margin-right:38px;
        margin-bottom: -41px;
    }
    .banner-section .ban-text .b-logo {
        bottom: -55px;
    }
    .banner-section .ban-text .b-logo img {
        width: 150px;
    }
    .why-choose-item {
        padding:40px 30px;
    }
    .callto-section .sec-title p, .contact-section .sec-title p, .why-section .sec-title p {
        padding: 0 15%;
    }
    .service-section .sec-title p {
        padding: 0 13%;
    } 
    .why-choose-content {
        max-width:100%;
    }
    .why-choose-image {
        display: none;
    }
   
 }
 @media screen and (min-width:768px) and (max-width:1199px) {
    .site-header .navbar-brand img {
        height: 45px;
    }
    .tab-show {
        display:inherit !important;
    }
    .banner-section .pattern-layer .pattern-1 {
        top: 0;
        width: 444px;
    }
    .banner-section .pattern-layer .pattern-2 {
        width: 240px;
        height: 296px;
        background-size: 100% 100%;
    }
    .banner-section {
        padding:80px 0 30px 0;
        height: auto;
    }
    .why-choose-us-box {
        position: relative;
        margin-top: 30px;
    }
    .banner-section .btn-submit {
        width: 100%;
        padding:8px 20px;
        font-size: 14px;
        letter-spacing:1px;
    }
    .h-form {
        margin-top: 20px;
    }
    .h-form .ban-form {
        padding: 20px 20px 10px 20px;
    }   
    .h-form .ban-form .f-title h3 {
        font-size:22px;
    }
    .banner-section .ban-text ul, .service-section .sec-title {
        margin: 0 0 25px 0 !important;
    }
    .contact-section .ban-form .f-title h3 {
        font-size:17px;
    }
    .sec-title p br, .h-form .ban-form .f-title p br, .banner-section .ban-hide, .why-choose-content p br {
        display:none;
    }   
   
    .cta-section {
        margin: 30px 0 0 0;
    }
    .sec-title p, .contact-section ul li {
        font-size:14px;
    }
    .ab-count {
        padding: 26px 15px;
    }
    .ab-count h5 {
        font-size: 15px;
        margin: 0 35px 0 0;
        padding-left:56px;
    }
    .ab-count h5 span {
        font-size: 22px;
    }
    .ab-count h5 img {
        height:40px;
    }
    .why-section ul li p {
        font-size: 14px;
        line-height:19px;
    }
    .why-section ul li h5 {
        font-size: 18px;
    }
    .service-card h4 {
        font-size: 16px;
        margin: 10px 0 5px 0;
    }
    .service-card p {
        font-size: 13px;
        line-height: 19px;
    }
    .service-card {
        padding: 20px 15px;
    }
    .service-card .ser-icon img {
        height: 50px;
        object-fit: contain;
    }
    footer ul li img {
        height:40px;
    }
    .contact-section .form-group {
        margin-bottom: 10px;
    }
    .contact-section .ban-form .f-title p {
        line-height: 14px;
        margin-top: 0;
    }
    .ab-list ul li {
        font-size:13px;
    }

   
 }
 @media screen and (min-width:768px) and (max-width:991px) {
    .mob-hide, .ban-hide {
        display:none;
    } 
    .why-choose-content p {
        line-height:normal;
    }
    .why-choose-item {
        display: block;
    }
    .why-choose-item .icon-box, .why-choose-box-2 .why-choose-item .icon-box {
        margin:0 0 10px 0;
    }
    .why-choose-item {
        display: block;
        padding: 20px 30px;
    }
    .why-choose-content {
        width:100% !important;
        max-width:100% !important;
        text-align: left;
    }
    .why-section ul {
        display:flex;
        justify-content:center;
        flex-wrap: wrap;
    }
    .why-section ul li {
        width:50%;
        margin-bottom:10px;
    }
    .why-section ul li:last-child {
        margin:0;
    }
    .contact-section {
        padding-bottom:70px;
    }
    .banner-section .ban-form {
        width:100%;
        padding:15px;
    }
    .banner-section .ban-form .f-title h3 {
        font-size: 14px;
    }
    .banner-section .ban-text .b-logo {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .banner-section .ban-text .b-logo img {
        width: 120px;
    }
   
 }
 @media screen and (max-width:991px) {
    .contact-section .sec-title ul {
        width:89%;
    }
    .navbar-toggler {
        background-color:#fff;
        outline:0 !important;
        box-shadow:none !important;
        border:1px solid #000;
    }
    .navbar-toggler i {
        color:#000;
    }
    .site-header .form-inline {
        display:none;
    }
    .site-header ul.navbar-nav {
        padding:20px 0;
    }
    .site-header .mob-view .main-btn {
        padding:6px 12px !important;
    }
    .site-header .mob-view .main-btn i {
        margin:0;
    }
    .site-header .mob-view {
        display: block;
    }
 }
@media screen and (max-width:767px) {
    .banner-section .pattern-layer .pattern-1 {
        top:0;
        width:250px;
    }
    .banner-section .pattern-layer .pattern-2 {
        width:200px;
        height:250px;
        background-size:100% 100%;
    }
    .banner-section .ban-form {
        width:96%;
        margin: auto;
    }
    p {
        font-size:12px;
        line-height:19px;
    }
    .segap {
        padding-top:25px;
        padding-bottom:25px !important;
    }
    .site-header {
        padding:4px 0;
    }
    .site-header .navbar-brand img {
        height:35px;
    }
    .banner-section {
        margin-top:43px;
        padding:30px 0;
        height: auto;
    }
    .banner-section .ban-text .b-shape {
        position: absolute;
        right: 0;
        bottom: 20px;
        transform: rotate(-45deg);
        width: 100px;
        opacity: 0.4;
    }
    .banner-section .ban-text {
        padding:0;
        text-align: center;
    }   
    .banner-section .ban-text p {
        margin: 10px 0;
        font-size: 13px;
        line-height: normal;
        padding:0;
        display:none;
    }
    .banner-section .ban-text ul {
        text-align:left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-section .ban-text ul li {
        padding: 1px 0 1px 20px;
        margin-bottom: 1px;
        font-size: 13px;
        font-weight: 500;
    }
    .banner-section .ban-text ul li i {
        font-size:15px;
    }
    .banner-section .ban-form {
        padding: 20px 20px 10px 20px;
    }
    .banner-section .btn-submit {
        padding: 12px 20px;
        font-size: 14px;        
        letter-spacing: 1px;
        margin-left: 0;
    }
    .banner-section .ban-text ul {
        margin:10px 0 20px 0;
        justify-content: center;
    }
    .banner-section .ban-text .b-logo img {
        width: 150px;
    }
    .ban-form, .h-form .ban-form {
        padding: 20px;
    }
    .ban-form .f-title h3, .h-form .ban-form .f-title h3 {
        font-size: 19px !important;
    }
    .h-form .ban-form .f-title p br, .service-section .s-img, .ban-hide, .callto-section .sec-title p,
    .service-section .btt-area, .why-section .sec-title p, .contact-section .sec-title p, .service-section .sec-title p {
        display:none;
    }
    .ban-form .form-group {
        margin-bottom:10px !important;
    }
    .ban-form .form-control {
        padding: 6px 12px;
        font-size: 13px;
    }
    .ban-form .btn-submit {
        padding: 7px;
        font-size: 14px;
    }
    .h-form {
        margin-top:0;
    }
    .sec-title {
        margin-bottom:20px;
    }
    .sec-title h3 {
        font-size: 20px;
    }
    .sec-title h3 br, .sec-title br {
        display:none;
    }
    .sec-title p {
        font-size:13px;
        line-height:normal;
    }
    .service-card h4, .why-section ul li h5 {
        font-size:15px;
    }
    .service-card {
        padding:10px;
    }
    .service-card h4 {
        margin:10px 0 5px 0;
    }
    .service-card .ser-icon img {
        height:40px;
        object-fit: contain;
    }
    .service-card p {
        margin: 0;
        font-size: 12px;
        line-height: normal;
    }
    .btt-area .main-btn {
        margin-top:0;
    }
    .why-choose-us-box {
        position: relative;
        margin-top: 30px;
    }
    .why-choose-box-1 {
        border-radius: 15px 15px 0 0;
    }
    .why-choose-box-2 {
        border-radius:0 0 15px 15px;
    }
    .why-choose-box-2 .why-choose-item .icon-box {
        margin-right: 20px;
        margin-left: 0;
    }
    .why-choose-box-2 .why-choose-item {
        flex-direction: inherit;
        text-align: left;
    }
    .why-choose-content h3 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .why-choose-content p {
        line-height:15px;
    }
    .why-choose-item {
        padding:20px;
    }
    .why-section ul {
        margin-top:20px;
    }
    .why-section ul li {
        padding: 0 0 0 32px;
    }
    .ab-list ul li {
        width:100%;
    }
    .why-section ul li img {
        height:40px;
        padding:5px;
    }
    .why-section img, .about-section img {
        height:200px;
        object-fit:contain;
    }
    .about-section .ab-count {
        margin-top:15px;
        margin-bottom:30px;
    }
    .about-section .ab-count h5 {
        font-size: 13px;
        margin: 0 15px 0 0;
    }
    .about-section .ab-count h5 span {
        font-size: 17px;
    }
    .contact-section ul li {
        padding: 0 0 0 30px;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }
    .contact-section ul li i {
        font-size:18px;
    }
    .cta-section {
        background-image: none;
        text-align: center;
        margin-bottom: 30px;
        margin-top:0;
    }
    .cta-section .sec-title h3 {
        font-size: 14px;
        font-weight:500;
        margin-bottom:20px;
    }
    .cta-section .sec-title h3 span {
        font-size:20px;
        font-weight:600;
    }
    .ab-count {
        padding:12px 10px;
        flex-wrap: wrap;        
    }
    .cta-section .row {
        margin-left:-5px;
        margin-right:-5px;
    }
    .cta-section .col-3 {
        padding-left:5px;
        padding-right:5px;
    }
    .ab-count h5 {
        font-size: 13px;
        margin:2px 2px 2px 0;
        padding-left:0px;
        text-align: center;
    }
    .ab-count h5 span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #3aa6dd;
    }
    .ab-count h5 img, .mob-hide, .why-section .why-left {
        display:none;
    }
    .btt-area .main-btn,.main-btn {
        padding: 8px 14px !important;
        font-size: 13px !important;
    }
    .why-section .row.mt-5 {
        margin-top: 0 !important;
    } 
    .cta-section {
        margin:20px 0 0 0 ;
    }    
    .banner-section.thank-you h1 {
        margin-bottom:30px;
    }
    .contact-section .sec-title h3 {
        text-align: center;
    }
    .contact-section .for-mar {
        margin-bottom: 0;
    }
    .banner-section .ban-text .b-logo {
        position: relative;
        right: 0;
        bottom: 0;
        margin-bottom: 20px;
    }
    .contact-section .sec-title ul {
        width:100%;
    }
}


