body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
a {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn.active.focus,
.btn.focus,
.btn.focus:active {
    outline: none;
    outline-offset: 0px;
    border: none !important;
}
a:focus,
a:hover {
    text-decoration: none !important;
    border: none !important;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Meddon';
    src: url('../fonts/Meddon.eot');
    src: url('../fonts/Meddon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Meddon.woff2') format('woff2'),
        url('../fonts/Meddon.woff') format('woff'),
        url('../fonts/Meddon.ttf') format('truetype'),
        url('../fonts/Meddon.svg#Meddon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 999;
}
.fixed-header {
    top: 0;
    box-shadow: 0 0 6px #727272;
    z-index: 999;
}
.fixed-header .top-bar {
    height: 0;
}
.fixed-header .logo {
    padding-top: 8px;
}
.fixed-header .logo img {
    width: 146px;
}
.header-sec {

}
.logo {
    background: #0663fe;
    padding-top: 15px;
    position: relative;
    transition: ease 0.5s all 0s;
}
.logo img {
    width: 200px;
    transition: ease 0.5s all 0s;
}
.logo:before {
    width: 2000px;
    height: 100%;
    background: #0663fe;
    position: absolute;
    top: 0;
    left: -2000px;
    content: "";
}
.logo:after {
    width: 45px;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #0663fe;
    position: absolute;
    top: 0;
    right: -45px;
    content: "";
    z-index: 9;
}
.top-bar {
    background: #2a2a2a;
    height: 45px;
    display: flex;
    justify-content: space-between;
    padding-left: 45px;
    position: relative;
    transition: ease 0.5s all 0s;
}
.top-bar:after {
    width: 2000px;
    height: 100%;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    right: -2000px;
    content: "";
}
.address {
    display: flex;
    align-items: center;
}
.address span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.address span a {
    color: #fff;
    transition: ease 0.5s all 0s;
}
.address span a:hover {
    color: #0663fe;
}
.address span img {
    margin-right: 3px;
}
.menu-part {
    text-align: right;
}
.menu {
    display: inline-block;
    vertical-align: middle;
}
.book-btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    background: #0663fe;
    color: #fff !important;
    padding: 8px 22px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-left: 8px;
    transition: ease 0.5s all 0s;
}
.book-btn:hover {
    background: #303031;
}
.banner {
    margin-top: 121px;
    position: relative;
}
#slide-banner {
    position: relative;
}
#slide-banner .item {
    position: relative;
}
#slide-banner .item:before {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 49%, rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.95) 81%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 49%, rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.95) 81%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 49%, rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.95) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f2000000', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}
#slide-banner .item img {
    width: 100%;
}
#slide-banner .owl-dots {
    display: none;
}
#slide-banner .owl-prev {
    background: transparent !important;
    color: #fff !important;
    border: none;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 2;
}
#slide-banner .owl-next {
    background: transparent !important;
    color: #fff !important;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 2;
}
#slide-banner .owl-prev span,
#slide-banner .owl-next span {
    font-size: 85px;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    max-width: 375px;
    z-index: 99;
}
.banner-box {
    border-left: 1px solid #a09c9c;
    padding-left: 35px;
}
.banner-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.banner-form {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    max-width: 400px;
    z-index: 9;
}
.frm-box input {
    box-shadow: none !important;
    border: none !important;
    margin-top: 6px;
    border-radius: 4px;
    padding: 10px 15px;
    background: #fff;
    color: #000;
}
.form-label-title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}
.check-info {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 2px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-info input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
}
.check-info:hover input~.checkmark {
    background-color: #ccc;
}
.check-info input:checked~.checkmark {
    background-color: #0663fe;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-info input:checked~.checkmark:after {
    display: block;
}
.check-info .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.send-btn {
    background: #0663fe;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 22px;
    border-radius: 50px;
    transition: ease 0.5s all 0s;
}
.send-btn:hover {
    background: #fff;
    color: #000;
}
.service-sec {
    background: #001c4a;
    padding: 40px 0;
}
.serv-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.serv-text {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.service-part {
    margin-top: 40px;
}
#service-slider .item {
    text-align: center;
}
#service-slider .icon img {
    background: url(../images/shape1.png) #0663fe no-repeat;
    border-radius: 50%;
    background-position: right -6px bottom -11px;
    width: 105px;
}
#service-slider .owl-nav {
    display: none;
}
#service-slider .owl-dots {
    text-align: center;
    margin-top: 45px;
}
#service-slider .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
}
#service-slider .owl-dot span {
    background: #fff;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
}
#service-slider .owl-dot.active span {
    background: #0663fe;
}
.service-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.about-sec {
    padding: 40px 0;
}
.about-title {
    font-family: 'Meddon';
    font-size: 17px;
    color: #0663fe;
}
.about-title2 {
    font-size: 35px;
    font-weight: 900;
    color: #1a1919;
    line-height: 38px;
    margin-top: 12px;
}
.about-title2 strong {
    font-weight: 900;
    color: #0663fe;
}
.about-text {
    color: #606060;
    font-size: 17px;
    margin-top: 18px;
}
.ph-list {
    margin: 30px 0 0;
    padding: 0;
    position: relative;
}
.ph-list li {
    list-style: none;
    display: inline-block;
    padding-right: 70px;
    position: relative;
}
.ph-list li:last-child {
    padding-right: 0;
}
.ph-list li:after {
    width: 1px;
    height: 100%;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    right: 32px;
    content: "";
}
.ph-list li:last-child:after {
    display: none;
}
.ph-list-title {
    font-size: 14px;
    color: #0663fe;
    margin-top: 7px;
}
.ph-list-no {
    font-size: 17px;
    font-weight: 600;
    color: #242424;
    margin-top: 3px;
}
.ph-list-no a {
    color: #242424;
    transition: ease 0.5s all 0s;
}
.ph-list-no a:hover {
    color: #0663fe;
}
.or {
    font-family: 'Meddon';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
}
.about-right {
    position: relative;
}
.about-right img {
    border-radius: 5px;
}
.van-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.van-list ul {
    margin: 0;
    padding: 0;
}
.van-list ul li {
    list-style: none;
    display: block;
    background: #0663fe;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    margin-top: 35px;
    border-radius: 5px;
}
.van-list ul li:first-child {
    margin-top: 0;
}
.van-list ul li:nth-child(2n) {
    background: #fff;
    color: #2d2c2c;
}
.our-work-sec {
    padding: 25px 0 50px;
}
.text-black {
    color: #181818;
}
.our-work-sec .serv-text {
    color: #6a6767;
}
.box1-top {
    margin-top: 50px;
}
.box1 {
    text-align: center;
}
.box1-img {
    display: inline-block;
    position: relative;
}
.box1-img img {
    background: #0663fe;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 1px #7e7e7e;
}
.box1-top:nth-child(even) .box1-img img {
    background: #001c4a;
}
.w-no {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #181819;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 6px;
}
.box1-top:nth-child(even) .w-no {
    background: #0663fe;
}
.box1-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 10px;
}
.line {
    position: relative;
}
.line:after {
    width: 100%;
    border: 1px dashed #0000004a;
    position: absolute;
    top: 60px;
    right: -110px;
    content: "";
    z-index: -1;
}
.professional-sec {
    background: #001c4a;
    padding: 40px 0;
    text-align: center;
}
.professional-sec .serv-title {
    text-transform: none;
}
.call-btn {
    display: inline-block;
    background: #0663fe;
    border-radius: 50px;
    margin-top: 25px;
}
.call-btn a {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.call-btn a:hover {
    color: #000;
}
.call-btn span {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}
.faq-part {
    display: flex;
    align-items: center;
    padding-left: 6%;
    padding-right: 3%;
}
.faq-part .about-title2 {
    font-weight: bold;
    color: #161616;
}
.faq {
    margin-top: 38px;
}
#faq-collapse .accordion-button::after {
    content: "+";
    background-image: none !important;
    font-size: 23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    right: 32px;
    line-height: 20px;
}
#faq-collapse .accordion-button:not(.collapsed)::after {
    content: "-";
}
#faq-collapse .accordion-button:not(.collapsed) {
    border: none !important;
    box-shadow: none !important;
}
#faq-collapse .accordion-button {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 0;
}
#faq-collapse .accordion-button.collapsed {
    background: #efeeee !important;
    color: #000;
}
#faq-collapse .card-body {
    padding: 12px 15px;
    font-size: 14px;
    color: #48494a;
}
#faq-collapse .accordion-button:focus {
    box-shadow: none !important;
}
.book-btn.dup {
    margin-top: 20px;
    margin-left: 0;
}
.testi-part {
    position: relative;
    background: url(../images/testi-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 125px 9% 125px 5%;
    overflow: hidden;
}
.testi-sec {
    margin-top: 15px;
}
.testi-content .serv-text {
    text-align: left;
}
.testi-content .serv-title {
    text-align: left;
    font-size: 35px;
    text-transform: none;
}
.testi-text {
    background: url(../images/star.png) no-repeat;
    font-size: 18px;
    color: #fff;
    padding-top: 32px;
    background-size: 120px;
}
.client-name {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-top: 20px;
}
.client-name strong {
    display: block;
    font-size: 22px;
}
#testimonial-slider .owl-nav {
    display: none;
}
#testimonial-slider .owl-dots {
    text-align: left;
    margin-top: 22px;
}
#testimonial-slider .owl-dot {
    border: none;
    background: transparent;
    padding: 0;
}
#testimonial-slider .owl-dot span {
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
}
#testimonial-slider .owl-dot.active span {
    background: #001c4a;
}
.footer {
    padding: 30px 0;
    background: #242424;
}
.foot_title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.foot1 {
    margin: 0;
    padding: 0;
}
.foot1 li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    margin-bottom: 3px;
    position: relative;
}
.foot1 li a {
    color: #fff;
    transition: ease all 0.5s;
}
.foot1 li a:hover {
    color: #3d70b6;
    transition: ease all 0.5s;
}
.foot1.second li {
    position: relative;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 2px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.foot1.second li img {
    margin-right: 6px;
}
.social a {
    margin-right: 5px;
}
.line2 {
    position: relative;
}
.line2:after {
    width: 1px;
    height: 100%;
    background: #ffffff21;
    position: absolute;
    top: 0;
    right: 25px;
    content: "";
}
.copyright {
    background: #fff;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
}
.copyright a {
    color: #232323;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 67px;
    right: -30px;
    color: #fff;
    background: #242424;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}

#fixedwhatsup {   
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 115px;
    right: 10px;
    transition: ease 0.2s all 0s;
}
/*  custome css */
.inner_page_banner {
    background: url("../images/inner-banner.jpg") no-repeat center;
    background-size: cover;
    padding: 230px 0 110px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
.inner_page_banner.book-now-page {
    padding: 200px 0 80px;
}
.inner_page_banner.book-now-page.new{
    padding-top: 165px;
}
.inner_page_banner:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inner_page_banner .container {
    position: relative;
    z-index: 9;
}
.inner_banner_heading {
    font-weight: bold;
    font-size: 30px;
}
.breadcrumb li a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.inner_page_container, .contact_page_container {
    padding: 0px 0 40px;
}
.modal {
    z-index: 99999;
}
.modal-backdrop {
    z-index: 9999;
}
.inner_page_heading {
    color: #1f1e1e;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
}
.inner_page_heading.dup{
    margin-top: 18px;
    font-size: 22px;
    color: #4e4e4e;
}
.inner_page_heading:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #0663fe;
    width: 30px;
}
.inner_page_heading.big::before, .bottom-sec .inner_page_heading::before{
    left: 50%;
    transform: translatex(-50%);
}
.inner_page_heading2:before {
    left: 50%;
    transform: translate(-50%, 0);
}
.inner_page_heading strong {
    color: #0663fe;
    font-weight: bold;
}
.inner_page_text {
    color: #666;
    margin-top: 18px;
}
.inner_page_text a {
    color: #0663fe;
}
.inner_page_list ul{
    margin: 0;
    padding: 0;
}
.inner_page_list ul li{
    background: url(../images/check3.png) no-repeat;
    background-position: 0 2px;
    list-style: none;
    color: #666;
    margin-bottom: 8px;
    padding-left: 30px;
}
.ab-iner-img img{
    width: 100%;
}
.bg1{
    background: #e6e6e6;
    margin-top: 40px;
    padding: 30px 15px;
}
.bg2{
    background: #0663fe3d;
    margin-top: 40px;
    padding: 30px 15px;
}
.bottom-sec{
    text-align: center;
    background:#0663fe3d;
    margin-top: 40px;
    padding: 30px 10px;
    border-radius: 5px;
}
.inner_page_img {
    margin-top: 7px;
}
.client_page_box_inner {
    border: 1px solid #ddd;
    padding: 20px 0 0;
    text-align: center;
}
.inner-logo {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}
.contact_page_info {
    position: relative;
    padding-left: 45px;
    color: #666;
    margin-top: 25px;
}
.contact_page_info a {
    color: #666;
}
.contact_page_info strong {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}
.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
}
.contact_form .form-control {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    margin-top: 12px;
    min-height: 46px;
    resize: none;
}
.contact_form {
    margin-top: 12px;
}
.contact_page_btn {
    background: #d17918;
    color: #fff;
    border: none;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 4px;
}
.thankyou_text {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #555;
    font-size: 17px;
}
.location_page_list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.location_page_list ul li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    color: #555;
    margin-top: 5px;
    width: 33%;
    font-size: 16px;
}
.location_page_list ul li a {
    color: #555;
}
.location_page_list ul li:before {
    background: url("../images/loc2.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 22px;
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
}
.book-btn2 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    background: #303031;
    color: #fff !important;
    padding: 8px 22px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-left: 20px;
    transition: ease 0.5s all 0s;
}
.book-btn2:hover {
    background: #303031;
}
.home_about_subheading {
    color: #001c4a;
    font-weight: 600;
    font-size: 18px;
}
.service_page_box_inner {
    border: 1px solid #d7d7d7;
    min-height: 100%;
}
.serv-box-title {
    font-size: 18px;
    font-weight: 600;
    color: #232222;
    margin-top: 16px;
}
.serv-box-text {
    margin-top: 16px;
}
.serv-box-text ul {
    margin: 0;
    padding: 0;
}
.serv-box-text ul li {
    list-style: none;
    display: block;
    font-size: 17px;
    border-top: 1px solid #c4c4c4;
    padding: 5px 0;
}
.inr-btn{
    margin-top: 30px;
}
.inr-btn a{
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    background: #0663fe;
    color: #fff !important;
    padding: 12px 25px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 5px;
    transition: ease 0.5s all 0s;
}
.inr-btn .cont-btn{
    background: #303031;
    color: #fff !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 100%;
    float: left;
    background: #0663fe;
    color: #fff !important;
    padding: 14px 0;
    font-weight: bold;
    font-size: 18px;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #454749;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.new-socail{
    text-align: center;
    padding-top: 20px;
}
.new-socail a{
    margin: 0 8px;
}
.fix-btn{
    position: fixed;
    top: 261px;
    left: -100px;
    z-index: 99;
    transform: rotate(-90deg);
}
.fix-btn a{
    display: inline-block;
    background: #0663fe;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
}
.fix-btn a:last-child{
    background: #3c3c3c;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 767px) {
    #slide-banner .item img{
        height: 385px;
        object-fit: cover;
    }
    .phone-btn{
        background: #fff;
        width: 44px;
        height: 44px;
        position: fixed;
        top: 6px;
        right: 52px;
        text-align: center;
        border-radius: 50%;
        padding: 7px;
        border: 2px solid #001c4a;
        animation: ring infinite;
        animation-duration: 0.3s;
    }
    .banner-form{
        right: auto;
        max-width: 100%;
        padding: 0 10%;
    }
    #fixedwhatsup.show {
        opacity: 1;
        right: 60px;
        bottom: 84px;
    }
    @keyframes ring {
          0% { 
            transform: rotate(0); 
         }
         50% { 
            transform: rotate(-10deg); 
         }
          100% { transform: rotate(10deg); 
         }
    }
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
    .header{
        background: #0663fe;
        padding: 5px 0;
    }
    .top-bar, .book-btn{
        display: none;
    }
    .logo{
        padding-top: 0;
        background: transparent;
    }
    .fixed-header .logo{
        padding-top: 0;
    }
    .logo img, .fixed-header .logo img{
        width: 102px;
    }
    .menu-toggle.full {
        padding: 0 !important;
        font-size: 30px !important;
        color: #fff !important;
        width: auto !important;
        float: right;
        margin-top: -32px;
        line-height: 20px;
    }
    .stellarnav.mobile > ul > li > a{
        padding: 6px 10px !important; 
        font-size: 16px !important;
        line-height: 16px;
    }
    .stellarnav li a::before{
        display: none;
    }
    .stellarnav.dark li li a{
        padding: 6px 10px !important;
        font-size: 15px !important;
    }
    .stellarnav.mobile li.has-sub a{
        padding-right: 20px !important;
    }
    .menu{
        display: block;
    }
    .banner{
        margin-top: 56px;
    }
    #slide-banner .item::before{
        background: rgba(0,0,0,0.5);
    }
    
    .banner-content{
        right: auto;
        left: 12%;
        max-width: 78%;
    }
    .banner-box {
        border-left: none;
        padding-left: 0;
    }
    .banner-title{
        font-size: 22px;
    }
    .banner .send-btn{
        margin-top: 9px;
        font-size: 14px;
    }
    .service-sec{
        padding: 30px 0;
    }
    .serv-title, .testi-content .serv-title{
        font-size: 24px;
    }
    .service-part {
        margin-top: 25px;
    }
    #service-slider .icon img{
        width: 80px;
    }
    #service-slider .owl-dots{
        margin-top: 22px;
    }
    .about-sec {
        padding: 30px 0;
    }
    .about-title2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 8px;
    }
    .about-text{
        margin-top: 10px;
    }
    .ph-list{
        margin: 18px 0 0;
    }
    .ph-list li {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .ph-list li::after{
        display: none;
    }
    .ph-list-no{
        font-size: 16px;
        margin-top: 0;
    }
    .about-right{
        margin-top: 20px;
    }
    .about-right img{
        width: 100%;
    }
    .van-list ul li {        
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 8px;
    }
    .our-work-sec {
        padding: 10px 0 30px;
    }
    .box1-top{
        margin-top: 25px;
    }
    .box1-img img{
        border: 5px solid #fff;
        width: 88px;
    }
    .w-no{
        font-size: 11px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        left: 2px;
    }
    .line::after, .line2::after{
        display: none;
    }
    .professional-sec{
        padding: 30px 0;
    }
    .professional-sec .serv-title{
        font-size: 22px;
    }
    .call-btn a{
        font-size: 18px;
        padding: 8px 18px;
    }
    .faq-part{
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 20px;
    }
    .faq {
        margin: 20px 0;
    }
    #faq-collapse .accordion-button{
        padding-right: 28px;
    }
    #faq-collapse .accordion-button::after{
        right: 5px;
    }
    .testi-part{
        padding: 30px 3%;
    }
    .testi-text{
        font-size: 16px;
    }
    .client-name{
        font-size: 17px;
    }
    .client-name strong{
        font-size: 20px;
    }
    .footer{
        padding: 20px 0 30px;
    }
    .foot_title{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .copyright{
        font-size: 16px;
        padding: 15px 0 60px;
    }
    .inner_page_banner{
        padding: 100px 0 50px;
        margin-bottom: 30px;
    }
    .inner_banner_heading{
        font-size: 24px;
    }
    .inner_page_heading{
        font-size: 21px;
    }
    .inner_page_heading.dup{
        font-size: 20px;
    }
    .ab-iner-img{
        margin-top: 12px;
    }
    .bottom-sec{
        margin-top: 25px;
    }
    .location_page_list ul li{
        width: 100%;
        font-size: 15px;
    }
    .contact_page_info{
        margin-top: 20px;
    }
    .contact_right{
        margin-top: 20px;
    }
    .inner-logo{
        top: 15px;
    }
    .inner-logo img{
        width: 100px;
    }
    .inner_page_banner.book-now-page{
        padding: 98px 0 88px;
    }
    #progressbar li{
        width: 50% !important;
        font-size: 16px;
    }
    #progressbar li img{
        width: 80px;
        height: 80px;
        padding: 12px;
    }
    #msform fieldset{
        padding: 28px 15px !important;
    }
    .booking_form_heading{
        font-size: 20px;
    }
    .van_radio{
        font-size: 18px !important;
    }
    .payment_box{
        padding: 25px 15px 30px !important;
    }

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .banner-title {
        font-size: 28px !important;
    }
    .banner-content {
        right: auto !important;
        left: 12% !important;
        max-width: 68%!important;
    }
    .banner-form {
        max-width: 100% !important;
    }
    .ph-list li {
        display: inline-block;
        padding-right: 50px;
        margin-bottom: 0;
    }
    .box1-top{
        width: 50%;
    }
    .location_page_list ul li {
        width: 100% !important;
    }
    .contact_right {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .banner-content {
        right: 5%;
        left: auto;
        max-width: 375px;
    }
    .banner-form{
        max-width: 330px;
    }
    /* .banner-title {
        font-size: 30px;
    } */
    .faq-part{
        display: block;
    }
    .location_page_list ul li{
        width: 49%;
    }
    .contact_right{
        margin-top: 0;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .stellarnav.dark li a{
        font-size: 15px !important;
        padding: 25px 7px !important;
    }
    .book-btn{
        font-size: 14px;
    }
    .banner{
        margin-top: 118px;
    }
    .service-title{
        font-size: 13px;
    }
    .faq-part{
        padding-left: 3%;
    }
    .faq-part .about-title2, .testi-content .serv-title{
        font-size: 30px;
    }
    #faq-collapse .accordion-button{
        padding-right: 24px;
    }
    #faq-collapse .accordion-button::after{
        right: 5px;
    }
    .testi-part{
        padding: 95px 3%;
    }
    .foot1.second li{
        font-size: 14px;
    }
    .location_page_list ul li{
        font-size: 15px;
    }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .banner{
        margin-top: 56px;
    }
    .banner-content {
        right: 5%;
        left: auto;
        max-width: 375px;
    }
    .banner-form{
        max-width: 330px;
    }
    .box1-title{
        font-size: 15px;
    }
    .faq-part{
        display: block;
    }
    .location_page_list ul li{
        width: 49%;
    }
    .contact_right{
        margin-top: 0;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
    .stellarnav.dark li a{
        font-size: 15px !important;
        padding: 25px 7px !important;
    }
    .book-btn{
        font-size: 14px;
    }
    .banner{
        margin-top: 118px;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
    .stellarnav.dark li a{
        font-size: 15px !important;
        padding: 25px 7px !important;
    }
    .book-btn{
        font-size: 14px;
    }
    .banner{
        margin-top: 118px;
    }
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .stellarnav.dark li a{
        font-size: 15px !important;
        padding: 25px 7px !important;
    }
    .book-btn{
        font-size: 14px;
    }
    .banner{
        margin-top: 118px;
    }
    .banner-form {
        max-width: 400px;
    }
    .service-title{
        font-size: 13px;
    }
    .faq-part{
        padding-left: 3%;
    }
    .faq-part .about-title2, .testi-content .serv-title{
        font-size: 30px;
    }
    #faq-collapse .accordion-button{
        padding-right: 24px;
    }
    #faq-collapse .accordion-button::after{
        right: 5px;
    }
    .testi-part{
        padding: 95px 3%;
    }
    .foot1.second li{
        font-size: 14px;
    }
    .location_page_list ul li{
        font-size: 15px;
        width: 33%;
    }
}

@media screen and (min-width: 1424px) {
    .banner-content{
        max-width: 370px;
        right: 2%;
    }
    .banner-form{
        right: 5%;
    }
}

@media screen and (min-width: 1624px) {
    .banner-content{
        max-width: 370px;
        right: 7%;
    }
    .banner-form{
        right: 10%;
    }
    .faq-part{
        padding-left: 10%;
    }
    .testi-part{
        padding-right: 11%;
    }
}

@media screen and (min-width: 1920px) {
    .banner-content{
        max-width: 370px;
        right: 13%;
    }
    .banner-form{
        right: 16%;
    }
    .faq-part{
        padding-left: 16%;
    }
    .testi-part{
        padding-right: 17%;
    }
}   

@media screen and (min-width: 2048px) {
    .banner-content{
        max-width: 370px;
        right: 16%;
    }
    .banner-form{
        right: 19%;
    }
    .faq-part{
        padding-left: 18%;
    }
    .testi-part{
        padding-right: 19%;
    }
}

@media screen and (min-width: 2550px) {
    .banner-content{
        max-width: 370px;
        right: 23%;
    }
    .banner-form{
        right: 25%;
    }
    .faq-part{
        padding-left: 25%;
    }
    .testi-part{
        padding-right: 26%;
    }
}    



