.home_banner {
    position: relative;
}

.book_app {
    position: absolute;
    max-width: 276px;
    top: 0;
    text-align: center;
    right: 21%;
    float: right;
    z-index: 7;
    transform: skewX(-10deg);
}

.book_app a {
    background: repeating-linear-gradient(#1c6ab9, #1565b7, #0a4d93, #023d7b);
    padding: 20px 45px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-shadow: 3px 4px 3px #1f1d1c;
    font-weight: 600;
}

.book_app a:hover {
    color: #ccc;
}

.owl-carousel.home_slider .owl-dots {
    display: flex;
    justify-content: center;
    bottom: 10px;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-carousel.home_slider .owl-dots .owl-dot {
    width: 50px;
    height: 5px;
    margin: 0px 4px;
    border-radius: 0;
    background: #3c5b6f;
}

.owl-carousel.home_slider .owl-dots .owl-dot.active {
    background: #fff;
}

/*=================whatsapp-icon-start==================*/
/* .wtsapp-new {max-width: 355px;margin: 50px auto 0;}  
.wtsapp-new a {padding: 10px 30px 10px 59px;display: block;background: #29904f;color: #fff;border-radius: 45px;position: relative;}
.wtsapp-new a:hover {color: #fff;}  
.wtsapp-new a img {position: absolute;left: 22px;width: 25px;top: 50%;transform: translateY(-50%);filter: invert(1);}
.wtsapp-new span {font-size: 14px;} 
.wtsapp-new a p {padding-bottom: 0; margin: 5px 0 0;font-weight: 700;color: #fff;text-align: left;font-size: 14px;}
.wtsapp-new span b {font-weight: 400;padding: 1px 10px 3px;background: #38bb69;border-radius: 6px;margin-left: 3px;color: #fff;animation: blink 1s infinite;}
@keyframes blink {from {opacity: 0} to {opacity: 1}} */
/*=================step-sec-start==================*/
section.step-sec {
    padding-top: 50px;
}

.step-sec .step-img img {
    filter: invert(1);
    width: auto;
}

.step-sec .step-head p {
    color: #04151e;
    margin: 0;
    font-size: 17px;
    padding-top: 15px;
}

.step-sec .step-head h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #04151e;
    text-transform: capitalize;
    line-height: normal;
}

.step-sec .step-head {
    padding-bottom: 15px;
}

.step-sec .step-box {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
}

.step-sec .step-box .step-img {
    width: 22%;
    position: relative;
    margin-right: 5px;
}

.step-sec .step-img span {
    position: absolute;
    background-color: #dd0c39;
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -25px;
    top: -25px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
}

.step-sec .step-box .step-img:before {
    content: '';
    position: absolute;
    left: -20px;
    right: 0;
    top: -20px;
    bottom: 0;
    background-color: #e2e2e2;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    z-index: -1;
}

.step-sec .step-box .step-cont {
    width: 78%;
}

.step-sec .step-cont p {
    margin: 0;
    font-size: 16px;
    color: #04151e;
    line-height: 1.5;
}

.step-sec .highlight-cont h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #04151e;
}

.step-sec .highlight-cont ul {
    margin: 0;
    padding-left: 45px;
    padding-bottom: 0px;
}

.step-sec .highlight-cont ul li {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #000;
    list-style: none;
}

.step-sec .highlight-cont ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/list-img.png);
    width: 33px;
    height: 29px;
    background-repeat: no-repeat;
    left: -45px;
}

.step-sec .step-box .step-img figure {
    margin: 0;
}

/*=================st-1-start==================*/
section.st-1 {
    padding: 50px 0;
}

.st-1-in {
    padding: 40px;
    background: #003a97cf;
    box-shadow: 0 0 25px #ddd;
}

.st-1-in .form-group label {
    color: #fff;
    font-weight: 600;
}

.st-1-in .default_btn {
    padding: 10px 25px;
    border-radius: 0px;
    font-size: 16px;
    background: #fff;
    color: #000;
}

/*=================whychoose_wrap-start==================*/
.whychoose_wrap {
    background: #f1efef;
    background-attachment: fixed
}

.whychoose_wrap .sec_heading {
    margin-bottom: 50px
}

.whychoose_wrap ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.whychoose_wrap ul li {
    width: calc(33.33% - 50px);
    background: #fff;
    padding: 15px 15px 15px 15px;
    text-align: center;
    margin: 0 25px;
    box-shadow: 2px 4px 5px #e4e4e4;
    border-radius: 22px;
    list-style: none;
    transition: all 0.3s ease-in-out;
}

.whychoose_wrap ul li:hover {
    margin-top: -10px;
}

.whychoose_wrap ul li img {
    margin-bottom: 15px;
    width: 100px;
}

.whychoose_wrap ul li p {
    font-size: 17px;
    text-transform: uppercase;
    color: #4e4e4e;
    font-weight: 600
}

/*=================testimonials_wrap-start==================*/
.testimonials_wrap {
    background: #f1efef;
}

.testimonials_wrap .left_heading {
    margin-left: 15px;
}

.testi_slider blockquote {
    padding: 45px 50px;
    background: #fff;
    box-shadow: 0 1px 15px #dad2d2;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 15px
}

.testi_slider blockquote p:before {
    position: absolute;
    content: " ";
    left: -35px;
    top: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    background-image: url(../images/quote-left.svg);
    height: 30px;
    width: 30px;
}

.testi_slider blockquote p:after {
    position: absolute;
    content: " ";
    right: -35px;
    bottom: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    background-image: url(../images/quote-right.svg);
    height: 30px;
    width: 30px;
}

.testi_slider blockquote img {
    border-radius: 50%;
    margin: 0 auto 30px auto;
    width: auto
}

.testi_slider .owl-item img {
    width: auto
}

.testi_slider blockquote p {
    font-size: 15px;
    color: #18273b;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    margin-bottom: 15px;
}

.testi_slider .owl-dots {
    text-align: center;
}

.testi_slider .owl-dots .owl-dot {
    display: inline-block
}

.testi_slider .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 0 2px;
    display: inline-block;
    background: #d6d6d6
}

.testi_slider .owl-dots .owl-dot.active span {
    background: #dd0c39
}

.client {
    font-size: 18px;
    color: #18273b;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    display: block;
}

.star-ratings-sprite {
    background: url(../images/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto;
}

.star-ratings-sprite-rating {
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

/*=================service_wrap-start==================*/
.service_wrap {
    padding: 30px 0 30px 0;
}

.service_wrap ul {
    padding: 0;
}

.ser_block {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    flex-wrap: wrap;
}

.ser_block figure {
    width: 31%;
    margin: 0;
    border: 10px solid rgba(227, 227, 227, .5);
}

.service_wrap .ser_block figure img {
    height: 300px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.ser_info {
    width: 69%;
    padding-left: 25px;
}

.ser_block h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.ser_block p {
    font-weight: 400;
}

.link_here {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

/*=================ser_aside-start==================*/
.ser_aside .widget {
    background: #043171;
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 30px;
}

.ser_aside h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.call_back .form-group .form-control {
    font-size: 14px;
    padding: 10px 15px;
    height: 43px;
    display: block;
    border-radius: 0;
}

.call_back .form-group textarea.form-control {
    height: 90px;
}

.call_back .default_btn {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
}

.testi_up {
    background: #021c40;
    padding: 15px 0;
    margin-bottom: 25px;
}

.user_review .star-ratings-sprite {
    margin-bottom: 10px;
}

.star-ratings-sprite {
    background: url(../images/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto;
}

.star-ratings-sprite-rating {
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
}

.user_review p {
    color: #fff;
    padding: 0 15px;
    margin-bottom: 1rem;
}

.user_review .client {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    display: block;
}

.testipg_wrap .testi_block {
    padding: 15px 25px;
    border-top: 2px solid #ee042a;
    background: #fff;
    display: flex;
}

.testipg_wrap .testi_block:nth-child(n+2) {
    margin-top: 20px
}

.testipg_wrap .testi_block:nth-child(even)>img {
    order: 1;
    margin: 0 0 0 20px
}

.testipg_wrap .testi_block:nth-child(even) .client_review {
    text-align: right
}

.testipg_wrap .testi_block>img {
    margin-right: 20px;
    border-radius: 50%;
    width: 125px;
    height: 125px
}

.client_review {
    padding-top: 15px
}

.client_review img {
    margin-bottom: 15px;
    width: auto;
}

.client_review h6 span {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #928484
}

.testipg_wrap {
    background: #f7f6f6;
}

.testipg_wrap ul {
    padding: 0;
}

.client_review h6 {
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
}
