/*********** Inner page banner ***********/

.inner_ban_wrapper {

    float: left;

    width: 100%;

    position: relative;

    top: 0;

    margin-bottom: 2em;

}

.innerbanner_img{

    float: left;

}

.innerbanner_img img{

    height: 600px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.innerbanner_contentsec {

    position: absolute;

    top: 0;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}

.banner_maincontent {

    float: left;

    position: absolute;

    left: 0em;

    bottom: 0;

    z-index: 3;

}

.banner_maincontent::before{

    content: '';

    background-image: url('../images/faq/inner_page_ban_bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    z-index: -1;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

.banner_inner {

    float: left;

    width: 100%;

    padding: 4em 6em 4em 3em;

}

.banner_inner .media_ratings {

    float: left;

    width: 85%;

    padding: 15px 0;

    display: inline-block;

    border-bottom: 1px solid #ffffff;

    border-top: 1px solid #ffffff;

}

.banner_inner .cover_media {

    float: left;

    width: 100%;

    margin-bottom: 10px;

}

.cover_media .reviewitems {

    padding: 0 10px;

    float: left;

    width: 33%;

    text-align: center;

    font-size: unset !important;

    line-height: 0 !important;

}

.cover_media .google_rate{

    line-height: 0 !important;

    display: block;

}

.cover_media .google_rate i {

    font-size: 23px;

    color: #fe5f80;

}

.cover_media .google_rate strong{

    font-size: 14px;

    line-height: 22px;

    color: #ffffff;

    font-family: 'Poppins-SemiBold';

    vertical-align: top;

}

.cover_media .h_rating {

    font-size: unset !important;

    line-height: 0 !important;

    display: block;

}

.cover_media .h_rating span.score{

    font-size: 15px;

    line-height: 15px;

    color: #ffffff;

    font-family: 'Poppins-SemiBold';

}

.cover_media span.star {

    font-size: unset !important;

    line-height: 20px;

}

.cover_media span.star i{

    font-family: 'FontAwesome';

    font-size: 14px;

    line-height: 8px;

    color: #eebb10;

    position: relative;

    margin: 0 -4px;

}

span.star i:nth-child(5){

    color: #fff;

}

.banner_inner div, .banner_inner h1{

    font-size: 40px;

    line-height: 50px;

    text-transform: uppercase;

    color: #ffffff;

    font-family: 'SpecialGothicExpandedOne';

}

.blogdetban .banner_inner div, 
.blogdetban .banner_inner h1 {
    font-size: 30px;
    line-height: 45px;
}

.banner_inner p{

    font-size: 18px;

    line-height: 29px;

    color: #ffffff;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    margin-bottom: 25px;

}



.paybill_rightpart input[type="image"] {

    width: 370px;

    height: 120px;

    display: block;

    text-align: center;

    max-width: 60%;

    margin: 0 auto;

}

/*********** faq page ***********/

.faq_page_wrapper{

    float: left;

    width: 100%;

    padding: 3em 0;

    position: relative;

}

.faq_page_wrapper::after{

    content: '';

    background-color: #f1f1f1;

    position: absolute;

    z-index: -1;

    width: 100%;

    height: 85%;

    top: -27px;

    left: 0;

}

.faq_page_img_blk{

    float: left;

}

.faq_page_img{

    position: relative;

}

.faq_page_img img{

    height: 676px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.faq_page_img::before{

    content: '';

    background-image: url('../images/faq/faq_img1_png.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.faq_page_content_box{

    float: right;

    padding: 0 20px 0 0;

}

.faq_page_content_box .faq_question_box .set {

    position: relative;

    border-radius: 10px;

    background-color: #f1f1f1;

    border-bottom: 1px solid #e1e1e1;

}

.faq_page_content_box .faq_question_box .set a {

    width: 100%;

    font-size: 19px;

    text-transform: uppercase;

    color: #010101;

    font-family: 'Poppins-Bold';

    display: block;

    padding: 20px 1em 20px 1em;

    text-decoration: none;

    font-weight: 500;

    cursor: pointer !important;

    position: relative;

    background-image: unset;

}

.faq_page_content_box .faq_question_box .set a::before{

    content: '';

    background-image: url('../images/faq/set_main.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 26px;

    height: 28px;

    top: 23px;

    left: -21px;

    transition: 0.5s;

}

.faq_page_content_box .faq_question_box .content{

    display: none;

    padding: 0px 2em 15px 1.5em;

    width: 100%;

    height: auto;

    margin: 0 auto;

    position: relative; 

    background-image: unset;

}

.faq_page_content_box .faq_question_box .content p{

    font-size: 14px;

    line-height: 22px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

}

.faq_page_content_box .faq_question_box .content::before{

    content: '';

    background-image: url('../images/faq/set_content_active.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 25px;

    height: 22px;

    top: 2px;

    left: -21px;

}

.faq_page_content_box .faq_question_box{

    overflow-y: scroll;

    height: 555px;

    padding: 1em 1em 0 3.5em;

}

.faq_page_content_box .faq_question_box::-webkit-scrollbar {

    width: 5px;

}

.faq_page_content_box .faq_question_box::-webkit-scrollbar-thumb {

    background-color: #0492d0;

    border-radius: 10px;

}

.faq_page_content_box .faq_question_box::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: #e7e7e7;

}

.faq_page_content_box .faq_question_box .set a.active{

    font-size: 19px;

    text-transform: uppercase;

    padding: 20px 1em 10px 1em;

    color: #0493d1;

    font-family: 'Poppins-Bold';

    position: relative;

}

.faq_page_content_box .faq_question_box .set a.active::before{

    content: '';

    background-image: url('../images/faq/set_active.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 26px;

    height: 28px;

    top: 23px;

    left: -21px;

}

.faq_page_content_box .faq_question_box .set::before{

    content: '';

    border-bottom: 1px solid #00000036;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

}



/*********** Review page ***********/

.review_page_wrapper{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

    position: relative;

}

.review_page_wrap_inner{

    float: left;

}



/*********** ODD BLK ***********/

.review_page_odd_blk{

    float: left;

    margin: 2em 0 2em -30px;

}

.review_page_odd_blk .testimonialshme_single_inner{

    filter: drop-shadow(0.628px 8.978px 30px rgba(0,0,0,0.12));

    border-radius: 15px 15px 80px 15px;

    padding: 2em 2em 1em 2em;

    margin: 0px 20px;

}

.review_page_odd_blk .testimonialshme_single_authorleft div::after{

    content: unset;

}

.review_page_odd_blk .testimonialshme_single_author{

    float: left;

    margin-top: 0;

}

.review_page_odd_blk .testimonialshme_single_authorleft{

    padding-top: 0;

    float: left;

}

.review_page_odd_blk .testimonialshme_single_authorleft div{

    padding-left: 10px;

}

.review_page_odd_blk .testimonialshme_single_authorleft div h4{

    font-size: 16px;

    line-height: 26px;

    color: #00a0dc;

    font-weight: 500;

    margin-bottom: 0;

}

.review_page_odd_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div h4{

    color: #000000;

}

.review_page_odd_blk .testimonialshme_single_authorleft div span{

    font-size: 12px;

    line-height: 22px;

    color: #000000;

    font-weight: 400;

}

.review_page_odd_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div span{

    color: #00a0dc;

}

.review_page_odd_blk .testimonialshme_single_authorleft a{

    background-image: none;

    width: unset;

    height: unset;

    padding: 0;

    position: relative;

    left: -10px;

}

.review_page_odd_blk .testimonialshme_single_authorleft a::after{

    content: '';

    background-image: url('../images/review/review_bg1.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    z-index: -1;

    width: 70px;

    height: 75px;

    top: -10px;

    left: -19px;

}

.review_page_odd_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft a::after{

    background-image: url('../images/review/review_bg2.webp');

}

.review_page_odd_blk .testimonialshme_single:nth-child(3) .testimonialshme_single_authorleft a::after{

    background-image: url('../images/review/review_bg3.webp');

}



/*********** EVEN BLK ***********/

.review_page_even_blk{

    float: left;

    width: 100%;

    margin: 2em 0 2em 30px;

}

.review_page_even_blk .testimonialshme_single_inner{

    filter: drop-shadow(0.628px 8.978px 30px rgba(0,0,0,0.12));

    border-radius: 25px 25px 200px 25px;

    margin: 0px 20px;

    padding: 2em 2em 1em 2em;

}

.review_page_even_blk .testimonialshme_single_authorleft div::after{

    top: -15px;

    height: 120px;

}

.review_page_even_blk .testimonialshme_single_author{

    float: left;

    width: 100%;

    margin-top: 0;

}

.review_page_even_blk .testimonialshme_single_authorleft{

    float: left;

    width: 100%;

}

.review_page_even_blk .testimonialshme_single_authorleft div{

    float: right;

    width: 38%;

}

.review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft a{

    background-image: url('../images/review/review_bg6.webp');

}

.review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div h4{

    color: #000000;

}

.review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div span{

    color: #000000;

}

.review_page_even_blk .testimonialshme_single:nth-child(3) .testimonialshme_single_authorleft a{

    background-image: url('../images/review/review_bg7.webp');

}

.review_page_even_blk .testimonialshme_single:nth-child(1) .testimonialshme_single_authorleft div::after{

    background-image: url('../images/review/review_bg4.webp');

}

.review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div::after{

    background-image: url('../images/review/review_bg5.webp');

}

.review_page_wrapper::after{

    content: '';

    background-image: url('../images/review/review_bg9.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%; 

    position: absolute;

    z-index: -1;

    height: 30%;

    width: 100%;

    top: 15em;

    left: 0;

}

.review_page_wrapper::before{

    content: '';

    background-image: url('../images/review/review_bg8.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%; 

    position: absolute;

    z-index: -1;

    height: 30%;

    width: 100%;

    bottom: 14em;

    right: 0;

}



/*********** blog page ***********/

.blog_page_wrapper{

    float: left;

    width: 100%;

    margin: 1em 0;

    padding: 1em 0;

    position: relative;

}

.blog_page_wrapper::after{

    content: '';

    background-image: url('../images/blog/blog_page_bg1.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    width: 100%;

    height: 27%;

    position: absolute;

    z-index: -1;

    bottom: 71em;

    left: 0;

}

.blog_page_wrap_inner{

    float: left;

}

.blog_page_first_blk{

    float: left;

    margin: 2em 0;

}

.blog_page_first_inner{

    float: left;

    width: 100%;

}

.blog_page_first_left{

    float: left;

}

.blog_page_first_left_inner{

    float: left;

    width: 100%;

}

.blog_page_first_left_inner .bloghme_single_image {

    position: relative;

}

.blog_page_first_left_inner .bloghme_single_image img {

    object-fit: cover;

    object-position: center;

    width: 100%;

    height: 218px !important;

    border-radius: 10px;

}

.blog_page_first_left_inner .bloghme_single_content {

    float: left;

    width: 100%;

    padding: 15px 10px;

}

.blog_page_first_left_inner .bloghme_date {

    border-radius: 20px;

    background-color: #b3cf4b !important;

    font-size: 16px !important;

    color: #fff !important;

    font-weight: 500;

    padding: 5px 15px;

}

.blog_page_first_left_inner .bloghme_single_content h4 {

    font-size: 20px;

    line-height: 30px;

    color: rgb(18, 162, 229) !important;   

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

	 overflow:hidden

}

.blog_page_first_left_inner .bloghme_single_content p {

    font-size: 14px !important;

    color: #ffffff;

    font-weight: 400;

    display: none !important;

}

.blog_page_first_left_inner .bloghme_read {

    font-size: 14px;

    border-bottom: 1px solid #000 !important;

    color: #000000 !important;

    font-weight: 500;

}

.blog_page_first_left_inner .bloghme_single{

    padding: 0 5px 0 10px;

}

.blog_page_first_left_inner .bloghme_single_inner {

    float: left;

    width: 100%;

    margin: 0 0;

    margin-bottom: 2em;

    padding: 0 0;

    position: relative;

    background-color: #fff;

    border-radius: 10px;

    filter: drop-shadow(7.866px 21.613px 21px rgba(0, 0, 0, 0.22));

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_inner .bloghme_single_content {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 3;

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_inner .bloghme_date {

    background-color: #fff !important;

    color: #009ee4 !important;

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_inner .bloghme_single_content h4 {

    color: #fff !important;

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_read {

    display: none;

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image{

    position: relative;

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image::after{

    content: '';

    border-radius: 0 0 10px 10px;

    background-image: linear-gradient(0deg, rgba(43,30,22,0.9999999999999999) 0%, rgba(43,30,22,0) 100%);

    position: absolute;

    z-index: 1;

    width: 100%;

    height: 100%;

    bottom: 0;

    left: 0;

}

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image img {

    height: 400px !important; 

}

.blog_page_first_blk .blog_page_first_left:nth-child(2) .blog_page_first_left_inner{

    display: flex;

    flex-direction: column-reverse;

}

.blog_page_first_blk .bloghme_mid_inner .bloghme_single_image img{

    height: 830px;

}

.blog_page_first_blk .bloghme_mid {

    float: left;

    width: 33%;

    padding-left: 6px;

}

.blog_page_first_blk .bloghme_mid_inner .bloghme_single_content p{

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow:hidden

}

.blog_page_second_blk{

    float: left;

    margin: 2em 0;

    padding: 0 0 5em;

}

.blog_page_second_inner{

    float: left;

}

.blog_page_second_inner .bloghme_single{

    float: left;

}

.blog_page_second_inner .bloghme_single_inner{

    float: left;

    width: 100%;

    padding: 0 10px;

    position: relative;

}

.blog_page_second_inner .bloghme_single_image{

    position: relative;

}

.blog_page_second_inner .bloghme_single_image img{

    height: 545px !important;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 10px;

}

.blog_page_second_inner .bloghme_single_content{

    border-radius: 5px;

    filter: drop-shadow(7.866px 21.613px 21px rgba(0,0,0,0.12));

    background-color: #ffffff;

    padding: 10px 20px;

    position: absolute;

    width: 90%;

    bottom: -5em !important;

    left: 0 !important;

    right: 0 !important;

    margin: 0 auto !important;

}

.blog_page_second_inner .bloghme_single_content span.bloghme_date{

    border-radius: 20px;

    background-color: #fff;

    color: #009ee4;

    font-size: 16px;

    font-weight: 500;

    padding: 5px 15px;

    position: absolute;

    top: -22px;

    left: 15px;

}

.blog_page_second_inner .bloghme_single:nth-child(2) .bloghme_single_image{

    transform: scale(1.04);

}

.blog_page_second_inner .bloghme_single:nth-child(2) span.bloghme_date{

    background-color: #fd6382;

    color: #fff;

}

.blog_page_second_inner .bloghme_single_content a h4{

    font-size: 20px;

    color: #000000;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

	 overflow:hidden

}

.blog_page_second_inner .bloghme_single_content p{

    font-size: 14px;

    color: #000000 !important;

    font-weight: 400;

    font-family: 'Poppins-Regular';

     display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

	 overflow:hidden

}

.blog_page_second_inner .bloghme_single_content a.bloghme_read{

    display: none;

}

.blog_page_third_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.blog_page_third_blk .bloghme_mid {

    float: left;

    width: 33%;

}

.blog_page_third_blk .blog_page_first_left:nth-child(3) .blog_page_first_left_inner {

    display: flex;

    flex-direction: column-reverse;

}

.blog_page_third_blk .bloghme_mid_inner .bloghme_single_content h4{

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow:hidden

}

.blog_page_third_blk .bloghme_mid_inner .bloghme_single_content p{

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow:hidden

}

.blog_page_wrap_inner .bloghme_single{

    float: left;

    padding: 0 5px;

}

.blog_page_wrap_inner .bloghme_single_image{

    position: relative;

}

.blog_page_wrap_inner .bloghme_single_image::before{

    content: '';

    border-radius: 0 0 10px 10px;

    background-image: linear-gradient(0deg, rgba(43, 30, 22, 0.9999999999999999) 0%, rgba(43, 30, 22, 0) 100%);

    position: absolute;

    z-index: 1;

    width: 100%;

    height: 100%;

    bottom: 0;

    left: 0;

}

.blog_page_first_left_inner .bloghme_single_image::before,

.blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image::before,

.blog_page_second_inner .bloghme_single_image::before{

    content: unset;

}



.blog_page_wrap_inner .bloghme_single_image img{

    height: 830px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 15px;

}

.blog_page_wrap_inner .bloghme_single_content {

    padding: 15px;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 3;

}

.blog_page_wrap_inner .bloghme_single_content h4{

    font-size: 20px;

    line-height: 30px;

    color: #fff;

     display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

	 overflow:hidden

}

.blog_page_wrap_inner .bloghme_single_content p{

    font-size: 14px;

    color: #ffffff;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

	 overflow:hidden

}

.blog_page_wrap_inner .bloghme_single_content a.bloghme_read{

    font-size: 16px;

    border-bottom: 1px solid #fff;

    color: #ffffff;

    font-weight: 500;

    font-family: 'Poppins-SemiBold';

}

.blog_page_wrap_inner .bloghme_date {

    background-color: #fff;

    color: #009ee4;

    border-radius: 20px;

    font-size: 16px;

    font-weight: 500;

    padding: 5px 15px;

}

.blog_page_first_left_inner .bloghme_single:nth-child(1) .bloghme_single_content{

    position: relative;

}

/*********** Blog details page ***********/

.blog_details_page_wrapper{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.blog_details_page_inner{

    float: left;

}

.blog_details_first_imgblk{

    float: left;

    position: relative;

    margin-bottom: 4em;

}

.blog_details_first_imgblk::after{

    content: '';

    background-image: url('../images/blogdetails/blog_details_img1bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    filter: drop-shadow(0 0 43.5px rgba(0,0,0,0.18));

    position: absolute;

    z-index: -1;

    height: 800px;

    width: 96%;

    top: 0;

    left: 0;

}

.blog_details_first_img{

    position: relative;

    padding: 10px;

    margin-right: 2em;

}

.blog_details_first_img img{

    height: 630px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 23px;

}

.blog_details_first_imgblk a{

    font-size: 35px;

    line-height: 45px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

    padding: 0 2em;

    margin-top: 1em;

    text-align: center;

    display: inline-block;

}

.blog_details_page_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    text-align: left;

}
.blog_details_page_inner strong{
    font-size: 18px;
    line-height: 30px;
    color: #9ebe28;
}
.blog_details_page_inner h6 strong{
    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';
}

.blog_details_page_inner h1,

.blog_details_page_inner h2{

    font-size: 34px;

    line-height: 40px;

    color: #fe5f80;

    font-family: 'SpecialGothicExpandedOne';

    text-align: left;

}

.blog_details_service_blk{

    float: right;

    margin-bottom: 1em;
    margin-top: 2em;
    margin-left: 1em;
    position: relative;
    z-index: 2;
}

.blog_details_service_blk h3{

    font-size: 30px !important;

    color: #009ee4 !important;

    font-family: 'SpecialGothicExpandedOne';

    margin-bottom: 0.5em;

    text-align: center !important;

    margin-top: 0 !important;

}

.blog_details_service_inner{

    float: left;

    width: 100%;

    text-align: center;

    padding: 10px 10px 0 12px;

    overflow-y: scroll;

    height: 625px;

}

/* width */

.blog_details_service_inner::-webkit-scrollbar {

    width: 5px;

}

/* Track */

.blog_details_service_inner::-webkit-scrollbar-thumb {

    background-color: #fe5f80;

    border-radius: 10px;

}

/* Handle */

.blog_details_service_inner::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: transparent;

}

.blog_details_service_single{

    float: left;

    margin-bottom: 2em;

}

.blog_details_service_single_inner{

    float: left;

    width: 100%;

}

.blog_details_service_single:nth-child(odd) .blog_details_service_single_inner{

    background-image: url('../images/blogdetails/service_bg1.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    filter: drop-shadow(-0.035px 0.999px 6.5px rgba(0,158,228,0.14));

}

.blog_details_service_single:nth-child(even) .blog_details_service_single_inner{

    background-image: url('../images/blogdetails/service_bg2.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    filter: drop-shadow(-0.035px 0.999px 6.5px rgba(254,95,128,0.14));

    display: flex;

}

.blog_details_service_imgblk{

    float: right;

    width: 40%;

}

.blog_details_service_img{

    position: relative;

    padding: 5px;

}

.blog_details_service_img img{

    height: 175px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 5px;

    filter: drop-shadow(0 0 1.5px rgba(0,0,0,0.18));

}

.blog_details_service_content{

    float: left;

    width: 60%;

    padding: 2em 0 0;

}

.blog_details_service_content h4{

    font-size: 23px !important;

    text-transform: uppercase;

    color: #fe5f80 !important;

    font-family: 'SpecialGothicExpandedOne';

    text-align: center !important; 

    margin-top: 0 !important;

}

.blog_details_service_content p{

    font-size: 12px;

    line-height: 18px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    text-align: center;

    padding: 0 10px 0 10px;

    overflow-y: scroll;

    height: 90px;

}

/* width */

.blog_details_service_content p::-webkit-scrollbar {

    width: 5px;

}

/* Track */

.blog_details_service_content p::-webkit-scrollbar-thumb {

    background-color: #009ee4;

    border-radius: 10px;

}

/* Handle */

.blog_details_service_content p::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: transparent;

}

.blog_details_page_inner h3,

.blog_details_page_inner h4{

    font-size: 25px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

    text-align: left;

    margin-top: 1em;

}



/*********** Service details page ***********/

.service_detail_first_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.service_detail_first_inner{

    float: left;

}

.service_detail_first_imgblk{

    float: left;

}

.service_detail_first_img{

    position: relative;

    margin-bottom: 1.5em;
    margin-right: 2em;
}

/* .service_detail_first_img::before{

    content: '';

    background-image: url('../images/servicedetails/service_detail_img1_png.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

} */

.service_detail_first_img img{
    border-radius: 150px;
    border-top-right-radius: 0;
    border-left: 15px solid #00a0e492;
    border-bottom: 15px solid #00a0e492;
    height: 604px;
    
    width: 100%;

    object-fit: cover;

    object-position: center;
    filter: drop-shadow(0.628px 8.978px 20px rgba(0,0,0,0.12));
}

.service_detail_first_inner h1{

    font-size: 40px;

    color: #e96076;

    font-family: 'SpecialGothicExpandedOne';

    margin-top: 1.5em;

}
.service_detail_first_inner h2 a{
    font-size: 30px;
    color: #009ee4;
    font-family: 'SpecialGothicExpandedOne';
}
.service_detail_first_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

}
.service_detail_first_inner h2{
    font-size: 30px;
}
.service_detail_first_inner h2,
.service_detail_first_inner h3,
.service_detail_first_inner h4{

    font-size: 30px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

}

.service_detail_video_blk{

    float: left;

    width: 100%;

    margin: 1em 0;

    padding: 0em 0;

}

.service_detail_video_inner{

    float: left;

}


.service_detail_video_img{

    height: 100%;

    position: relative;

}

.service_detail_video_img::before{

    content: '';

    background-image: url('../images/servicedetails/service_detail_img2_png.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

.service_detail_video_img img{

    height: 525px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.service_detail_video_link{

    position: absolute;

    z-index: 2;

    top: 0;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center; 

}

.service_detail_video_link a{

    background-image: url('../images/servicedetails/youtube.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    width: 95px;

    height: 70px;

    transition: 0.5s;

}

.service_detail_video_link a:hover{

    transition: 0.5s;

    transform: scale(0.9);

}

.detailpage_review .testimonialshme_title h3{
    color: #f34378;
}
.detailpage_review .testimonialshme_single_inner{
    border-radius: 10%;
    border-top-left-radius:10%;
    border-top-right-radius: 10%;
    border: 1px solid #cacaca54;
}
.detailpage_review .testimonialshme_single_inner .star-rating {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}
.detailpage_review .testimonialshme_single_inner .star-rating i{
    color: #f34378;
}
.detailpage_review .testimonialshme_single_authorleft div h4{
    color: #b3cf4b;
}
.detailpage_review .testimonialshme_single.slick-active + .slick-active .testimonialshme_single_authorleft div h4{
    color: #01a3dd;
}
.detailpage_review .testimonialshme_single.slick-active + .slick-active + .slick-active .testimonialshme_single_authorleft div h4{
    color: #b3cf4b;
}
.detailpage_review .testimonialshme_single_authorleft div::after{
    content: unset;
}
.detailpage_review .testimonialshme_single_author {
    float: left;
    width: 100%;
    text-align: center;
}
.detailpage_review .testimonialshme_single_authorleft {
    text-align: center;
}
.detailpage_review .testimonialshme_single_authorleft div {
    display: block;
    padding-left: 0em;
    width: 100%;
    text-align: center;
}
.detailpage_review .testimonialshme_single.slick-active + .slick-active .testimonialshme_single_inner{
    border: unset;
}
.detailpage_review .testimonialshme_single.slick-active + .slick-active + .slick-active .testimonialshme_single_inner{
    border: 1px solid #cacaca54;
}
.detailpage_review .testimonialshme_single_inner .star-rating::before{
    content: unset;
}
.detailpage_review .testimonialshme_single_inner::after{
    content: '\f10e';
    position: absolute;
    font-size: 40px;
    top: -20px;
    left: 30px;
    color: #b3cf4b;
    font-family: 'FontAwesome';
}
.detailpage_review .testimonialshme_single.slick-active + .slick-active .testimonialshme_single_inner::after{
    color: #12a2e5;
}
.detailpage_review .testimonialshme_single.slick-active + .slick-active + .slick-active .testimonialshme_single_inner::after{
    color: #b3cf4b;
}


.service_detail_second_blk{

    float: left;

    width: 100%;

    margin: 1em 0;

    padding: 1em 0;

}

.service_detail_second_inner{

    float: left;

}

.service_detail_second_imgblk{

    float: right;

}

.service_detail_second_img{

    position: relative;

}

.service_detail_second_img::before{

    content: '';

    background-image: url('../images/servicedetails/service_detail_img3_png.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.service_detail_second_img img{

    height: 528px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}
.service_detail_second_inner h2{
    font-size: 30px;
}
.service_detail_second_inner h3,

.service_detail_second_inner h4{

    font-size: 28px;

    line-height: 40px;

    color: #e96076;

    font-family: 'SpecialGothicExpandedOne';

    margin-bottom: 0.5em;

}

.service_detail_second_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

}

.service_detail_third_blk{

    float: left;

    width: 100%;

}

.service_detail_third_inner{

    float: left;

}


.service_detail_third_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    margin-bottom: 1em;

}
.service_detail_second_inner h2 a{
    font-size: 34px;
    line-height: 44px;
    color: #e96076;
font-family: 'Poppins-SemiBold';
font-weight: 600;
}
.service_detail_second_inner p strong
{
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.service_detail_third_inner p strong{
    font-size: 20px;
    line-height: 30px;
    font-weight: 100 !important;
    color: #000;
    font-family: 'SpecialGothicExpandedOne';
}
.service_detail_second_inner h2{
    font-size: 30px;
    line-height: 44px;
    color: #e96076;
}
.service_detail_second_inner h3,
.service_detail_second_inner h4{
    font-size: 28px;
    line-height: 38px;
    color: #b3cf4b;
}
.service_detail_third_inner h2{
    font-size: 32px;
        color: #000;
}
.service_detail_third_inner h3,
.service_detail_third_inner h4{
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    font-family: 'SpecialGothicExpandedOne';
    margin-bottom: 0.5em;

}
/********** Screening page ***********/

.screening_ban h1{

    font-size: 35px;

    line-height: 45px;

}

.screening_page_ban_below_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0 9em;

    position: relative;

}

.screening_page_ban_below_blk::after{

    content: '';

    background-image: url('../images/screening/ban_below_border.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 119px;

    bottom: -1em;

    left: 0;

}

.screening_page_ban_below_inner{

    float: left;

}

.screening_page_ban_below_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    text-align: center;

}

.screening_page_wrapper{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.screening_page_wrapper h2{

    font-size: 40px;

    color: #000000;

    font-family: 'SpecialGothicExpandedOne';

    text-align: center;

    padding: 0 0 15px;

    position: relative;

}

.screening_page_wrapper h2::before{

    content: '';

    width: 557px;

    height: 1px;

    border-radius: 0px;

    background-color: #12a2e5;

    position: absolute;

    bottom: 0;

    right: 70px;

}

.screening_page_wrapper h2 span{

    color: #fe5f80;

    font-family: 'SpecialGothicExpandedOne';

}

.screening_page_first_blk{

    float: left;

    margin: 2em 0;

}

.screening_page_first_img_blk{

    float: left;

}

.screening_page_first_img{

    position: relative;

    margin-right: 2em;

}

.screening_page_first_img::before{

    content: '';

    background-image: url('../images/screening/screening_img1bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.screening_page_first_img::after{

    content: '';

    background-image: url('../images/screening/screening_img1bg3.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    width: 97.5%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 6px;

    right: 0;

    bottom: 0;

}

.screening_page_first_img img{

    height: 457px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.screening_page_first_blk h3,

.screening_page_second_blk h3,

.screening_page_third_blk h3,

.screening_page_fourth_blk h3,

.screening_page_fifth_blk h3{

    font-size: 40px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

    position: relative;

    padding: 0 0 15px;

}

.screening_page_first_blk h3::before,

.screening_page_third_blk h3::before,

.screening_page_fifth_blk h3::before{

    content: '';

    width: 175px;

    height: 2px;

    border-radius: 1px;

    background-color: #fe5f80;

    position: absolute;

    bottom: 0;

    right: 12em;

}

.screening_page_first_blk ul,

.screening_page_second_blk ul,

.screening_page_third_blk ul,

.screening_page_fourth_blk ul,

.screening_page_fifth_blk ul{

    float: right;

    width: 50%;

    padding-left: 2em;

}

.screening_page_first_blk ul li,

.screening_page_second_blk ul li,

.screening_page_third_blk ul li,

.screening_page_fourth_blk ul li,

.screening_page_fifth_blk ul li{

    list-style: none;

    position: relative;

}

.screening_page_first_blk ul li::before,

.screening_page_second_blk ul li::before,

.screening_page_third_blk ul li::before,

.screening_page_fourth_blk ul li::before,

.screening_page_fifth_blk ul li::before{

    content: '';

    background-image: url('../images/screening/lamp.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 25px;

    height: 20px;

    top: 1px;

    left: -35px;

}

.screening_page_first_blk ul li h4,

.screening_page_second_blk ul li h4,

.screening_page_third_blk ul li h4,

.screening_page_fourth_blk ul li h4,

.screening_page_fifth_blk ul li h4{

    font-size: 18px;

    color: #000000;

    font-weight: 500;

    font-family: 'Poppins-SemiBold';

}

.screening_page_first_blk ul li p,

.screening_page_second_blk ul li p,

.screening_page_third_blk ul li p,

.screening_page_fourth_blk ul li p,

.screening_page_fifth_blk ul li p{

    font-size: 18px;

    color: #000000;

    font-weight: 500;

    font-family: 'Poppins-Regular';

    margin-bottom: 20px;

}

.screening_page_second_blk{

    float: left;

    margin: 3em 0;

}

.screening_page_second_imgblk{

    float: right;

}

.screening_page_second_img{

    position: relative;

}

.screening_page_second_img::before{

    content: '';

    background-image: url('../images/screening/screening_img1bg2.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.screening_page_second_img::after{

    content: '';

    background-image: url('../images/screening/screening_img1bg4.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 95%;

    height: 97%;

    top: 7px;

    left: 14px;

    right: 0;

    bottom: 0;

}

.screening_page_second_img img{

    height: 457px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.screening_page_second_blk h3::before,

.screening_page_fourth_blk h3::before{

    content: '';

    width: 175px;

    height: 2px;

    border-radius: 1px;

    background-color: #fe5f80;

    position: absolute;

    bottom: 0;

    left: -10px;

}

.screening_page_third_blk{

    float: left;

    margin: 2em 0;

}

.screening_page_third_imgblk{

    float: left;

    margin: 2em 0;

}

.screening_page_third_img{

    position: relative;

    margin-right: 2em;

}

.screening_page_third_img::before{

    content: '';

    background-image: url('../images/screening/screening_img2bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.screening_page_third_img::after{

    content: '';

    background-image: url('../images/screening/screening_img2bg2.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    width: 100%;

    height: 88%;

    top: 32px;

    left: 0;

    right: 0;

    bottom: 0;

}

.screening_page_third_img img{

    height: 600px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */

}

.screening_page_fourth_blk{

    float: left;

    margin: 2em 0;

}

.screening_fourth_imgblk{

    float: right;

}

.screening_fourth_img{

    position: relative;

    margin-left: 2em;

}

.screening_fourth_img::after{

    content: '';

    border-radius: 30px 30px 188px 188px;

    background-color: #b3cf4b;

    position: absolute;

    z-index: -1;

    width: 105%;

    height: 70%;

    bottom: -15px;

    left: -15px;

}

.screening_fourth_img img{

    height: 412px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 175px;

}

.screening_page_fifth_blk{

    float: left;

    margin: 2em 0;

    padding: 2em 0;

}

.screening_page_fifth_imgblk{

    float: left;

}

.screening_page_fifth_img{

    position: relative;

    margin-right: 4em;

}

.screening_page_fifth_img::after{

    content: '';

    border-radius: 20px;

    background-color: #fe5f80;

    position: absolute;

    z-index: -1;

    width: 50%;

    height: 111%;

    top: -25px;

    right: -25px;

}

.screening_page_fifth_img img{

    height: 465px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 10px;

    border: 2px solid #ffffff;

    outline: 1px solid #ffffff;



    outline-offset: 10px;

}

.screening_page_form_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.screening_page_form_title{

    float: left;

}

.screening_page_form_title h4{

    font-size: 30px;

    line-height: 40px;

    color: #009ee4;

    font-weight: 600;

    font-family: 'Poppins-Bold';

    text-align: center;

}

.screening_page_form_title a{

    font-size: 30px;

    line-height: 40px;

    color: #fe5f80;

    font-weight: 600;

    padding: 15px 0;

    font-family: 'SpecialGothicExpandedOne';

    text-align: center;

    display: block;

    text-transform: uppercase;

    position: relative;

}

.screening_page_form_title a::after{

    content: '';

    background-image: url('../images/screening/screening_page_bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    width: 60%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}

.screening_page_form_inner{

    float: left;

    position: relative;

}

.screening_page_form_inner::after{

    content: '';

    border-radius: 10px;

    background-color: #fe5f80;

    width: 50%;

    height: 168px;

    position: absolute;

    z-index: -2;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}

.screening_page_form_left{

    float: left;

    margin: 2em 0;

    position: relative;

    padding: 3em 2em 4em;

}

.screening_page_form_left::after{

    content: '';

    border-radius: 20px;

    background-color: #f7f7fb;

    border: 2px solid #ffffff;

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

}

.screening_page_form_left input.form-control {

    height: 54px;

    border-radius: 12px;

    background-color: #ffffff;

    border: unset;

    font-size: 16px;

    color: #5c5c5c;

    padding-left: 25px;

    font-family: "Poppins-Regular";

}

.screening_page_form_left input.form-control:focus {

    filter: drop-shadow(1.706px 13.896px 9.5px rgba(243,67,120,0.08));

    background-color: #ffffff;

    box-shadow: unset;

    border: 0;

}

.screening_page_form_left textarea.form-control {

    height: 125px;

    border-radius: 12px;

    background-color: #ffffff;

    border: unset;

    font-size: 16px;

    color: #b7b7b7;

    padding-left: 25px;

    padding-top: 15px;

    font-family: "Poppins-Regular";

    resize: unset;

}

.screening_page_form_left textarea.form-control:focus {

    filter: drop-shadow(0 0 8px rgba(254, 95, 128, 0.19));

    background-color: #ffffff;

    box-shadow: unset;

    border: 0;

}
.screening_page_form_left .form-group.captcha_box {
    margin-top: 20px;
}
.screening_page_form_left .g-recaptcha {
    width: 50%;
    margin: 0 auto;
}
.screening_page_form_left p{

    font-size: 16px;

    line-height: 30px;

    color: #bababa;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    text-align: right;

}

.screening_page_form_left p span{

    color: #fe5f80;

    font-family: 'Poppins-Regular';

}

.screening_page_form_left .contactsubmit_btn {

    margin: 2em 0;

    text-align: center;

}

.screening_page_form_left .contactsubmit_btn button {

    width: 250px;

    height: 60px;

    border-radius: 30px;

    filter: drop-shadow(13.383px 14.863px 17px rgba(0,0,0,0.24));

    background-image: linear-gradient(90deg, #afd74b 0%, #01a3dd 100%);

    border: 2px solid #f6f6f6;

    font-size: 20px;

    font-weight: 600;

    color: #ffffff;

    text-transform: uppercase;

}

.screening_page_form_right{

    float: left;

    padding-left: 1em;

}

.screening_page_form_right h3{

    font-size: 35px;

    text-transform: uppercase;

    color: #009ee4;

    font-family: 'SpecialGothicExpandedOne';

    margin-top: 1.5em;

    padding-left: 1em;

}

.screening_page_form_right p{

    font-size: 18px;

    line-height: 30px;

    color: #010101;

    font-weight: 400;

    font-family: 'Poppins-Regular';

    padding-left: 2em;

    margin-bottom: 20px;

}

.screening_page_form_imgblk{

    float: left;

}

.screeing_page_form_img{

    position: relative;

}

.screeing_page_form_img::after{

    content: '';

    border-radius: 10px;

    background-color: #fe5f80;

    width: 95%;

    height: 45%;

    position: absolute;

    z-index: -1;

    top: -10px;

    right: -10px;

}

.screeing_page_form_img img{

    height: 400px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    border-radius: 10px;

    border: 3px solid #ffffff;

    filter: drop-shadow(-9.211px 16.618px 18px rgba(0,0,0,0.35));

}

.screening_page_social_media{

    float: left;

    width: 100%;

    text-align: center;

    margin-top: -45px;

}

.screening_page_social_media_inner{

    float: left;

    text-align: center;

}

.screening_page_social_media_inner ul{

    float: left;

    width: 100%;

    position: relative;

}

.screening_page_social_media_inner ul::after{

    content: '';

    border-radius: 20px;

    background-color: #b3cf4b;

    width: 10%;

    height: 100%;

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

}

.screening_page_social_media_inner ul li{

    display: inline-block;

    list-style: none;

    margin: 0 4px;

}

.screening_page_social_media_inner ul li a {

  color: #fff;

  font-size: 25px;

  transition: 0.5s;

}

.screening_page_social_media_inner ul li a:hover {

  color: #fe5f80;

}

.screening_page_social_media_inner ul li a svg {

  width: 25px;

  fill: #fff;

  vertical-align: middle;

  transition: 0.5s;

}

.screening_page_social_media_inner ul li a svg:hover {

  fill: #fe5f80;

}



/*********** Get Started **********/

.get_started_page_first_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.get_started_first_inner{

    float: left;

}

.get_started_first_imgblk{

    float: left;

}

.get_started_first_img{

    position: relative;

    margin-bottom: 1em;

}

.get_started_first_img::before{

    content: '';

    background-image: url('../images/getstarted/getstarted_img1bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    z-index: 0;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.get_started_first_img::after{

    content: '';

    background-image: url('../images/getstarted/getstarted_img1bg2.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    filter: drop-shadow(0 0 13.5px rgba(0,0,0,0.18));

    position: absolute;

    z-index: 1;

    width: 86%;

    height: 92%;

    top: 12px;

    left: 45px;

    right: 0;

    bottom: 0;

}

.get_started_first_img img{

    height: 630px;

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.get_started_first_inner h2{

    font-size: 40px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

}

.get_started_first_inner h2 span{

    color: #fe5f80;

    font-family: 'SpecialGothicExpandedOne';

}

.get_started_first_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

}

.get_started_page_second_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.get_started_second_inner{

    float: left;

}

.get_started_second_imgblk{

    float: right;

}

.get_started_second_img{

    position: relative;

    margin-bottom: 3em;

    margin-left: 2em;

}

.get_started_second_img::before{

    content: '';

    background-image: url('../images/getstarted/getstarted_img2_bg2.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    width: 90%;

    height: 115%;

    position: absolute;

    z-index: -1;

    top: -50px;

    right: -40px;

}

.get_started_second_img img{

    height: 600px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    filter: drop-shadow(-2.923px 20.796px 14.5px rgba(0,0,0,0.41));

}

.get_started_second_inner h3{

    font-size: 39px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

}

.get_started_second_inner h3 span{

     color: #fe5f80;

    font-family: 'SpecialGothicExpandedOne';

}

.get_started_second_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

}

.get_started_page_third_blk{

    float: left;

    width: 100%;

    margin: 2em 0;

    padding: 2em 0;

}

.get_started_page_third_inner{

    float: left;

    margin: 2em 0;

    padding: 2em 0;

}

.get_started_third_imgblk{

    float: left;

}

.get_started_third_img{

    position: relative;

    margin-right: 3em;

    margin-bottom: 4em;

}

.get_started_third_img::after{

    content: '';

    background-image: url('../images/getstarted/getstarted_img3_bg.webp');

    background-position: center;

    background-repeat: no-repeat;

    background-size: 100% 100%;

    position: absolute;

    z-index: -1;

    width: 100%;

    height: 122%;

    top: -50px;

    left: -50px;

}

.get_started_third_img img{

    height: 550px;

    width: 100%;

    object-fit: cover;

    object-position: center;

    filter: drop-shadow(4.702px 6.472px 9px rgba(0,0,0,0.35));

    border: 2px solid #f2f9ff;

}

.get_started_page_third_inner h3{

    font-size: 40px;

    color: #12a2e5;

    font-family: 'SpecialGothicExpandedOne';

}

.get_started_page_third_inner p{

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    font-weight: 400;

    font-family: 'Poppins-Regular';

}



.service_detail_second_inner iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 645px !important;
}

.banner_maincontent.ser_detmobile {
    display: none;
}



/********************* responsive ***************************/



@media only screen and (min-width:1400px) {

/*********** Inner page banner ***********/

    .banner_inner{

        padding: 4em 9em 4em 4em;

    }

}

@media only screen and (min-width:1500px) {

/*********** Inner page banner ***********/

    .banner_inner {

        padding: 4em 9em 4em 6em;

    }

}

@media only screen and (min-width:1600px) {

/*********** Inner page banner ***********/

    .banner_inner {

        padding: 4em 7em 4em 10em;

    }

}

@media only screen and (min-width:1700px) {

/*********** Inner page banner ***********/

    .banner_inner {

        padding: 4em 7em 4em 14em;

    }

}

@media only screen and (min-width:1800px) {

/*********** Inner page banner ***********/

    .banner_inner {

        padding: 4em 7em 4em 18em;

    }

}

@media only screen and (min-width:1920px) {

/*********** Inner page banner ***********/

    .banner_inner {

        padding: 4em 7em 4em 21em;

    }

}

@media only screen and (min-width: 2560px) {

/*********** Inner page banner ***********/

    .banner_inner {

        padding: 4em 7em 4em 44em;

    }

}

@media only screen and (min-width: 2880px) {

	

}





@media only screen and (max-width:1300px) {

/*********** Review page ***********/

    .review_page_odd_blk{

        margin: 2em 0 2em -20px;

    }

    .review_page_even_blk{

        margin: 2em 0 2em 20px;

    }

    .review_page_even_blk .testimonialshme_single_authorleft div::after{

        top: -15px;

        left: 15px;

    }

/*********** Screening page ***********/

    .screening_ban h1 {

        font-size: 30px;

        line-height: 40px;

    }

    .screening_page_wrapper h2 {

        font-size: 38px;

    }

    .screening_page_wrapper h2::before {

        width: 500px;

        right: 60px;

    }

    .screening_page_first_blk h3::before, 

    .screening_page_third_blk h3::before, 

    .screening_page_fifth_blk h3::before{

        right: 10.5em;

    }

    .screening_page_second_blk h3::before,

    .screening_page_fourth_blk h3::before{

        left: -5px;

    }

    .screening_page_form_title a::after{

        width: 65%;

    }

    .screening_fourth_img img {

        height: 350px;

    }

/*********** get started page ***********/

    .get_started_first_inner h2 {

        font-size: 38px;

    }

    .get_started_second_inner h3 {

        font-size: 36px;

    }

    .get_started_page_third_inner h3 {

        font-size: 38px;

    }

}

@media only screen and (max-width:1200px) {

/*********** Inner page banner ***********/

    .banner_maincontent {

        float: left;

        width: 55%;

    }

    .banner_inner{

        padding: 4em 2em 4em 1em;

    }

    .banner_inner p {

        font-size: 17px;

        margin-bottom: 15px;

    }

/*********** faq page ***********/

    .faq_page_img img {

        height: 610px;

    }

    .faq_page_content_box .faq_question_box{

        height: 520px;

    }

/*********** Review page ***********/

    .review_page_odd_blk {

        margin: 2em 0 2em -10px;

    }

    .review_page_odd_blk .testimonialshme_single_inner{

        padding: 2em 1em 1em 2em;

    }

    .review_page_even_blk {

        margin: 2em 0 2em 10px;

    }

    .review_page_even_blk .testimonialshme_single_inner{

        border-radius: 25px 25px 150px 25px;

    }

    .review_page_even_blk .testimonialshme_single_authorleft div::after {

        top: -15px;

        left: 18px;

        width: 130%;

    }

/*********** Blog page ***********/

    .blog_page_wrapper::after{

        height: 25%;

        bottom: 67em;

    }

    .blog_page_first_left_inner .bloghme_single_content h4 {

        font-size: 19px;

        line-height: 29px;

    }

    .blog_page_first_left_inner .bloghme_single_image img{

        height: 190px !important;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image img {

        height: 370px !important;

    }

    .blog_page_wrap_inner .bloghme_single_image img {

        height: 770px;

    }

    .blog_page_second_inner .bloghme_single_image img {

        height: 480px !important;

    }

    .blog_page_second_inner .bloghme_single_content a h4 {

        font-size: 19px;

        line-height: 29px;

    }

/*********** Service detail page ***********/

    .service_detail_first_img{

        margin-bottom: 1.5em;

    }

    .service_detail_first_img img {

        height: 575px;

    }

    .service_detail_first_inner h1{

        font-size: 37px;

    }

    .service_detail_first_inner h2, .service_detail_first_inner h3, .service_detail_first_inner h4 {

        font-size: 37px;

    }

    .service_detail_second_inner h3, .service_detail_second_inner h4{

        font-size: 37px;

        line-height: 47px;

    }

    .service_detail_third_inner h3, .service_detail_third_inner h4 {

        font-size: 27px;

        line-height: 37px;

    }

/*********** blog details page  ***********/

    .blog_details_first_img img {

        height: 585px;

    }

    .blog_details_first_imgblk a{

        font-size: 32px;

        line-height: 42px;

        padding: 0;

    }

    .blog_details_first_imgblk::after{

        height: 740px;

        width: 95%;

    }

    .blog_details_page_inner h1, .blog_details_page_inner h2 {

        font-size: 27px;

        line-height: 37px;

    }

    .blog_details_service_blk h3 {

        font-size: 37px !important;

    }

    .blog_details_page_inner h3, .blog_details_page_inner h4 {

        font-size: 24px;

    }

    .blog_details_service_content h4 {

        font-size: 22px !important; 

    }

    .blog_details_service_single{

        margin-bottom: 1em;

    }

    .blog_details_service_inner{

        height: 605px;

    }

/*********** Screening page ***********/

    .screening_ban h1{

        font-size: 28px;

        line-height: 38px;

    }

    .screening_page_ban_below_inner p {

        font-size: 17px;

        line-height: 29px;

    }

    .screening_page_wrapper h2 {

        font-size: 36px;

    }

    .screening_page_wrapper h2::before {

        width: 350px;

        right: 50px;

    }

    .screening_page_first_blk h3, 

    .screening_page_second_blk h3, 

    .screening_page_third_blk h3, 

    .screening_page_fourth_blk h3, 

    .screening_page_fifth_blk h3{

        font-size: 36px;

    }

    .screening_page_first_blk h3::before, 

    .screening_page_third_blk h3::before, 

    .screening_page_fifth_blk h3::before{

        right: 8.5em;

    }

    .screening_page_first_blk ul li p, 

    .screening_page_second_blk ul li p, 

    .screening_page_third_blk ul li p, 

    .screening_page_fourth_blk ul li p, 

    .screening_page_fifth_blk ul li p{

        font-size: 17px;

    }

    .screening_page_second_img::after{

        left: 12px;

    }

    .screening_page_form_title h4 {

        font-size: 27px;

        line-height: 37px;

    }

    .screening_page_form_title a {

        font-size: 27px;

        line-height: 37px;

    }

    .screening_page_form_title a::after {

        width: 70%;

    }

    .screening_page_form_right h3 {

        font-size: 30px;

    }

    .screeing_page_form_img img {

        height: 390px;

    }

    .screening_page_social_media_inner ul::after{

        width: 12%;

    }

    .screening_fourth_img img {

        height: 350px;

        border-radius: 115px;

    }

    .screening_fourth_img::after{

        width: 106%;

        bottom: -15px;

        left: -12px;

        height: 70%;

        border-radius: 30px 30px 125px 125px;

    }

/*********** Get started page ************/

    .get_started_first_img{

        margin-bottom: 10px;

    }

    .get_started_first_img img {

        height: 600px;

    }

    .get_started_first_inner h2 {

        font-size: 36px;

    }

    .get_started_second_img{

        margin-bottom: 2em;

    }

    .get_started_second_img::before{

        right: -15px;    

        height: 109%;

        top: -30px;

    }

    .get_started_page_third_inner h3 {

        font-size: 36px;

    }

    .get_started_third_img::after{

        width: 100%;

        height: 109%;

        top: -25px;

        left: -19px;

    }

    .get_started_page_first_blk .hme_btnset,

    .get_started_page_second_blk .hme_btnset,

    .get_started_page_third_blk .hme_btnset{

        margin: 0;

    }

}

@media only screen and (max-width:992px) {

/*********** Inner page banner ***********/

    .innerbanner_img img {

        height: 500px;

    }

    .banner_maincontent {

        float: left;

        width: 100%;

        background-color: #009ee4;

    }

    .banner_maincontent::before{

        content: unset;

    }

    .banner_inner .media_ratings{

        padding: 5px 0 0;

        width: 100%;

    }

    .banner_inner{

        padding: 1em;

    }

    .banner_inner div, .banner_inner h1 {

        font-size: 36px;

        line-height: 46px;

        margin: 0 0 5px;

    }

    .banner_inner p {

        font-size: 16px;

        margin-bottom: 5px;

    }

/*********** Faq page ***********/

    .faq_page_wrapper{

        padding: 1em 0;

    }

    .faq_page_img_blk{

        float: left;

        width: 100%;

        margin: 0 0 20px;

    }

    .faq_page_img{

        float: none;

        width: 100%;

        max-width: 70%;

        margin: 0 auto;

    }

    .faq_page_img img {

        height: 510px;

    }

    .faq_page_img::before{

        background-image: url('../images/faq/faq_img1_png2.webp');

        height: 101%;

    }

    .faq_page_content_box{

        float: left;

        width: 100%;

        margin: 20px 0 0 0;

    }

    .faq_page_content_box .faq_question_box {

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

        height: 580px;

    }

    .faq_page_content_box .faq_question_box .set a.active::before{

        top: 20px;

    }

    .faq_page_wrapper::after{

        height: 52%;

        top: unset;

        left: 0;

        bottom: 0;

    }

/********** Review page ***********/

    .review_page_odd_blk .testimonialshme_single_inner {

        padding: 2em 1em 1em 1em;

        border-radius: 15px;

        margin: 0 10px;

    }

    .review_page_odd_blk .testimonialshme_single_authorleft a::after{

        content: unset;

    }

    .review_page_odd_blk .testimonialshme_single_authorleft a{

        color: #fd6382;

        left: 0;

    }

    .review_page_odd_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft a{

        color: #00a0dc;

    }

    .review_page_odd_blk .testimonialshme_single:nth-child(3) .testimonialshme_single_authorleft a{

        color: #b3cf4b;

    }

    .review_page_even_blk .testimonialshme_single_authorleft a{

        float: left;

        width: 25%;

        color: #b3cf4b;

        background-image: unset;

    }

    .review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft a{

        color: #00a0dc;

        background-image: unset;

    }

    .review_page_even_blk .testimonialshme_single:nth-child(3) .testimonialshme_single_authorleft a{

        color: #fd6382;

        background-image: unset;

    }

    .review_page_even_blk .testimonialshme_single:nth-child(1) .testimonialshme_single_authorleft div h4,

    .review_page_even_blk .testimonialshme_single:nth-child(1) .testimonialshme_single_authorleft div span{

        color: #fd6382;

    }

    .review_page_even_blk .testimonialshme_single_authorleft div::after,

    .review_page_even_blk .testimonialshme_single:nth-child(1) .testimonialshme_single_authorleft div::after,

    .review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div::after{

        background-image: unset;

    }

    .review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div h4,

    .review_page_even_blk .testimonialshme_single:nth-child(2) .testimonialshme_single_authorleft div span{

        color: #b3cf4b;

    }

    .review_page_even_blk .testimonialshme_single_authorleft div h4,

    .review_page_even_blk .testimonialshme_single_authorleft div span{

        color: #00a0dc;

    }

    .review_page_even_blk .testimonialshme_single_authorleft div{

        float: left;

        width: 75%;

        padding-left: 1em;

    }

    .review_page_even_blk .testimonialshme_single_inner{

        border-radius: 15px;

        padding: 1em;

    }

/*********** Blog page ***********/

    .blog_page_first_left_inner .bloghme_date{

        font-size: 14px !important;

        padding: 3px 10px;

    }

    .blog_page_wrap_inner .bloghme_single_content a.bloghme_read {

        font-size: 14px;

    }

    .blog_page_first_left_inner .bloghme_single_content h4 {

        font-size: 16px;

        line-height: 21px;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image img {

        height: 340px !important;

    }

    .blog_page_first_left_inner .bloghme_single_inner{

        margin-bottom: 1em;

    }

    .blog_page_wrap_inner .bloghme_single_image img {

        height: 695px;

    }

    .blog_page_second_inner .bloghme_single_image img {

        height: 450px !important;

    }

    .blog_page_second_inner .bloghme_single_inner{

        padding: 0 5px;

    }

    .blog_page_second_inner .bloghme_single_content a h4 {

        font-size: 17px;

        line-height: 24px;

    }

    .blog_page_wrapper::after{

        bottom: 60em;

    }

    .blog_page_first_blk{

        margin: 1em 0;

    }

    .blog_page_third_blk{

        margin: 1em 0;

        padding: 1em 0;

    }

/*********** Service detail page ***********/

    .service_detail_first_inner h1 {

        font-size: 34px;

    }

    .service_detail_first_img img {

        height: 500px;

    }

    .service_detail_first_inner h2, .service_detail_first_inner h3, .service_detail_first_inner h4 {

        font-size: 34px;

    }

    .service_detail_first_blk{

        margin: 1em 0;

        padding: 1em 0;

    }

    .service_detail_video_blk{

        margin: 1em 0;

        padding: 1em 0;

    }

    .service_detail_video_img img {

        height: 500px;

    }

    .service_detail_second_blk {

        margin: 1em 0;

        padding: 1em 0;

    }

    .service_detail_second_inner h3, .service_detail_second_inner h4 {

        font-size: 34px;

        line-height: 44px;

    }

    .service_detail_second_img img {

        height: 500px;

    }

    .service_detail_third_inner h3, .service_detail_third_inner h4 {

        font-size: 24px;

        line-height: 34px;

    }

/*********** blog details page ***********/

    .blog_details_page_wrapper{

        margin: 1em 0;

        padding: 1em 0;

    }

    .blog_details_page_inner p {

        font-size: 17px;

        line-height: 29px;

    }

    .blog_details_first_img{

        padding: 0;

    }

    .blog_details_first_img img {

        height: 500px;

    }

    .blog_details_first_imgblk {

        margin-bottom: 1em;

    }

    .blog_details_first_imgblk::after{

        content: unset;

    }

    .blog_details_first_imgblk a {

        font-size: 30px;

        line-height: 40px;

        padding: 10px;

        margin-top: 0.5em;

        margin-right: 1em;

        border-radius: 23px;

        background-color: #ffffff;

        filter: drop-shadow(0 0 43.5px rgba(0, 0, 0, 0.18));

    }

    .blog_details_page_inner h1, .blog_details_page_inner h2 {

        font-size: 24px;

        line-height: 34px;

    }

    .blog_details_page_inner h3, .blog_details_page_inner h4 {

        font-size: 23px;

    }

    .blog_details_service_blk h3 {

        font-size: 34px !important;

        margin-bottom: 10px;

    }

    .blog_details_service_content h4 {

        font-size: 21px !important;

    }

    .blog_details_service_content p {

        font-size: 12px;

        line-height: 18px;

    }

/*********** Screening page ***********/

    .screening_ban h1 {

        font-size: 28px;

        line-height: 38px;

    }

    .screening_page_ban_below_inner p {

        font-size: 16px;

        line-height: 28px;

    }

    .screening_page_wrapper h2 {

        font-size: 34px;

    }

    .screening_page_first_blk h3, 

    .screening_page_second_blk h3, 

    .screening_page_third_blk h3, 

    .screening_page_fourth_blk h3, 

    .screening_page_fifth_blk h3{

        font-size: 34px;

    }

    .screening_page_first_blk h3::before, 

    .screening_page_third_blk h3::before, 

    .screening_page_fifth_blk h3::before{

        right: 6em;

    }

    .screening_page_first_blk ul li h4, 

    .screening_page_second_blk ul li h4, 

    .screening_page_third_blk ul li h4, 

    .screening_page_fourth_blk ul li h4, 

    .screening_page_fifth_blk ul li h4{

        font-size: 17px;

    }

    .screening_page_first_blk ul li p, 

    .screening_page_second_blk ul li p, 

    .screening_page_third_blk ul li p, 

    .screening_page_fourth_blk ul li p, 

    .screening_page_fifth_blk ul li p{
        font-size: 16px;
        line-height: 28px;

    }

    .screening_page_first_img::after{

        top: 2px;

        left: 3px;

    }

    .screening_page_second_img::after {

        left: 9px;

        top: 10px;

        height: 96%;

    }

    .screening_page_third_img img {

        height: 500px;

    }

    .screening_page_third_img::after{

        top: 28px;

    }

    .screening_page_fifth_img img {

        height: 400px;

    }

    .screening_page_form_title h4 {

        font-size: 25px;

        line-height: 35px;

    }

    .screening_page_form_title a {

        font-size: 25px;

        line-height: 35px;

    }

    .screening_page_form_title a::after {

        width: 85%;

    }

    .screening_page_form_right h3 {

        font-size: 27px;

    }

    .screening_page_form_right p{

        font-size: 16px;

        line-height: 27px;

    }

    .screeing_page_form_img img {

        height: 360px;

    }

    .screening_page_social_media_inner ul::after {

        width: 15%;

    }

/*********** Get started page ************/

    .get_started_page_first_blk{

        padding: 1em 0;

        margin: 1em 0;

    }

    .get_started_first_img img {

        height: 500px;

    }

    .get_started_first_inner h2 {

        font-size: 34px;

    }

    .get_started_first_img::after{

        content: unset;

    }

    .get_started_page_second_blk{

        padding: 1em 0;

        margin: 1em 0;

    }

    .get_started_second_inner h3 {

        font-size: 34px;

    }

    .get_started_second_img img {

        height: 500px;

    }

    .get_started_page_third_blk{

        padding: 1em 0;

        margin: 1em 0;

    }

    .get_started_third_img{

        margin-right: 2em;

        margin-bottom: 2em;

    }

    .get_started_third_img img {

        height: 500px;

    }

    .get_started_page_third_inner h3 {

        font-size: 34px;

    }



}

@media only screen and (max-width:767px) {

/*********** Inner page Banner ***********/

    .inner_ban_wrapper {

        margin-bottom: 1em;

    }

    .innerbanner_img{

        float: left;

        width: 100%;

    }

    .innerbanner_img img {

        height: 400px;

    }

    .innerbanner_contentsec{

        float: left;

        width: 100%;

        position: relative;

        background-color: #009ee4;

    }

    .banner_maincontent{

        float: left;

        width: 100%;

        position: relative;

        background-color: unset;

    }

    .banner_inner{

        float: left;

        width: 100%;

        padding: 15px 0;

    }

    .banner_inner div, .banner_inner h1 {

        font-size: 34px;

        line-height: 44px;

        margin: 0 0 5px;

    }

    .yelp{

        display: none;

    }

    .banner_inner .media_ratings{

        width: 100%;

    }

    .cover_media .reviewitems{

        width: 50%;

    }

/*********** Faq page ***********/

    .faq_page_img_blk{

        display: none;

    }

    .faq_page_wrapper::after {

        height: 100%;

        top: unset;

        left: 0;

        bottom: 0;

    }

    .faq_page_content_box .faq_question_box{

        max-width: 90%;

        height: 520px;

    }

    .faq_page_content_box .faq_question_box .set a{

        font-size: 18px;

    }

    .faq_page_content_box .faq_question_box .set a.active {

        font-size: 18px;
        background-color: #fff;
    }

    .faq_page_content_box .faq_question_box .content{

        padding: 0px 0em 15px 1.5em;

    }

/*********** Review page ***********/

    .review_page_wrap_inner{

        float: left;

        width: 100%;

    }   

    .review_page_wrapper::before{

        content: unset;

    }

    .review_page_wrapper::after{

        content: unset;

    }

    .review_page_odd_blk{

        float: left;

        width: 100%;

        margin: 0;

    } 

    .review_page_odd_blk .testimonialshme_single{

        float: left;

        width: 50%;

        margin: 10px 0;

    }

    .review_page_odd_blk .testimonialshme_single:nth-child(3){

        width: 100%;

    }

    .review_page_odd_blk .testimonialshme_single_authorleft{

        float: left;

        width: 100%;

    }

    .review_page_odd_blk .testimonialshme_single_authorleft div{

        padding-left: 0;

    }

    .review_page_even_blk{

        float: left;

        width: 100%;

        margin: 0;

    } 

    .review_page_even_blk .testimonialshme_single{

        float: left;

        width: 50%;

        margin: 10px 0;

    }

    .review_page_even_blk .testimonialshme_single:nth-child(3){

        width: 100%;

    }

    .review_page_even_blk .testimonialshme_single_authorleft{

        float: left;

        width: 100%;

    }

    .review_page_even_blk .testimonialshme_single_inner{

        margin: 0 10px;

    }

    .review_page_even_blk .testimonialshme_single_authorleft a {

        float: left;

        width: 100%;

    }

    .review_page_even_blk .testimonialshme_single_authorleft div{

        float: left;

        width: 100%;

        text-align: center;

        padding-left: 0;

    }

/*********** Blog page ***********/

    .blog_page_wrap_inner{

        float: left;

        width: 100%;

    }

    .blog_page_first_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

    }

    .blog_page_first_left{

        float: left;

        width: 100%;

    }

    .blog_page_first_left .bloghme_single{

        float: left;

        width: 50% !important;

        padding: 0 5px !important;

    }

    .blog_page_first_blk .blog_page_first_left:nth-child(2) .blog_page_first_left_inner {

        display: flex;

        flex-direction: row-reverse;

    }

    .blog_page_wrap_inner .bloghme_single{

        float: left;

        width: 100%;

        padding: 0;

    }

    .blog_page_wrap_inner .bloghme_single_image img {

        height: 300px;

        border-radius: 15px 15px 0 0;

    }

    .blog_page_second_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

        padding: 0;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image img {

        height: 320px !important;

    }

    .blog_page_second_inner{

        float: left;

        width: 100%;

    }

    .blog_page_wrap_inner .blog_page_second_inner .bloghme_single{

        width: 50% !important;

        margin: 10px 0;

    }

    .blog_page_second_inner .bloghme_single_image img {

        height: 300px !important;

        border-radius: 15px 15px 0 0;

    }

    .blog_page_second_inner .bloghme_single_content span.bloghme_date{

        position: relative;

        top: 0;

        left: 0;

    }

    .blog_page_second_inner .bloghme_single:nth-child(2) .bloghme_single_image{

        transform: unset;

    }

    .blog_page_second_inner .bloghme_single_content{

        width: 100% !important;

        border-radius: 0 0 15px 15px;

        position: relative;

        bottom: 0 !important;

        padding: 10px !important;

    }

    .blog_page_second_inner .bloghme_single:nth-child(3){

        width: 100% !important;

    }

    .blog_page_wrapper::after{

        content: unset;

    }

    .blog_page_third_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

        padding: 0;

    }

    .blog_page_third_inner{

        float: left;

        width: 100%;

    }

    .blog_page_third_blk .blog_page_first_left:nth-child(3) .blog_page_first_left_inner {

        display: flex;

        flex-direction: row-reverse;

    }

    .blog_page_wrap_inner .bloghme_single_content h4{

        -webkit-line-clamp: 2;

    }

    .blog_page_wrap_inner .bloghme_single_content p{

        -webkit-line-clamp: 2

    }

    .blog_page_third_blk .blog_page_first_left{

        margin: 15px 0 0;

    }

    .blog_page_first_left_inner .bloghme_single_image img,

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image img {

        height: 275px !important;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_inner .bloghme_single_content{

        position: relative;

        bottom: 0;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_inner .bloghme_date,

    .blog_page_wrap_inner .bloghme_date{

        background-color: #b3cf4b !important;

        color: #fff !important;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_inner .bloghme_single_content h4{

        color: rgb(18, 162, 229) !important;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image::after{

        content: unset;

    }

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_read{

        display: inline-block;

    }

    .blog_page_wrap_inner .bloghme_single_image::before{

        content: unset;

    }

    .blog_page_wrap_inner .bloghme_single_content{

        position: relative;

        background-color: #ffffff;

        border-radius: 0 0 15px 15px;

        filter: drop-shadow(7.866px 21.613px 21px rgba(0,0,0,0.22));

    }

    .blog_page_wrap_inner .bloghme_single_content h4{

        color: #12a2e5;

    }

    .blog_page_wrap_inner .bloghme_single_content p{

        color: #000000;

    }

    .blog_page_wrap_inner .bloghme_single_content a.bloghme_read{

        color: #000;

        display: inline-block;

        border-bottom: 2px solid #000000;

    }

/*********** Service detail page ***********/

    .service_detail_first_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .service_detail_first_inner{

        float: left;

        width: 100%;

    }

    .service_detail_first_imgblk{

        float: left;

        width: 100%;

        margin-bottom: 20px;

    }

    .service_detail_first_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .service_detail_first_img::before{

        content: unset;

    }

    .service_detail_first_img img {

        height: 400px;

        border-radius: 50px;

        border-top-right-radius: 0;

    }

    .service_detail_first_inner h1 {

        font-size: 32px;

    }

    .service_detail_first_inner p {

        font-size: 17px;

        line-height: 29px;

    }

    .service_detail_first_inner h2, .service_detail_first_inner h3, .service_detail_first_inner h4 {

        font-size: 33px;

    }

    .service_detail_video_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .service_detail_video_inner{

        float: left;

        width: 100%;

    }

    .service_detail_video_img img {

        height: 400px;

    }

    .service_detail_video_link a{

        width: 60px;

        height: 40px;

    }

    .service_detail_second_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .service_detail_second_inner{

        float: left;

        width: 100%;

    }

    .service_detail_second_imgblk{

        float: left;

        width: 100%;

        margin-bottom: 20px;

    }

    .service_detail_second_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .service_detail_second_img img {

        height: 400px;

    }

    .service_detail_second_inner h3, .service_detail_second_inner h4 {

        font-size: 32px;

        line-height: 42px;

    }

    .service_detail_second_inner p {

        font-size: 17px;

        line-height: 29px;

    }

    .service_detail_third_inner{

        float: left;

        width: 100%;

    }

    .service_detail_third_inner h3, .service_detail_third_inner h4 {

        font-size: 22px;

        line-height: 32px;

    }

    .service_detail_third_inner p {

        font-size: 17px;

        line-height: 29px;

        margin-bottom: 1em;

    }
    .detailpage_review .container{
        padding: 0 0;
    }

    .detailpage_review .testimonialshme_single_inner::after {
        font-size: 30px;
        top: -18px;
        left: 15px;
    }
/*********** Blog details page ***********/

    .blog_details_page_wrapper{

        padding: 15px 0;

        margin: 15px 0;

    }

    .blog_details_page_inner{

        float: left;

        width: 100%;

    }

    .blog_details_first_imgblk{

        float: left;

        width: 100%;

        text-align: center;

    }

    .blog_details_first_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .blog_details_first_img img {

        height: 400px;

    }

    .blog_details_first_imgblk a {

        font-size: 28px;

        line-height: 38px;

        margin-right: 0;

        max-width: 80%;

    }

    .blog_details_page_inner h1, .blog_details_page_inner h2 {

        font-size: 22px;

        line-height: 32px;

    }

    .blog_details_page_inner p {

        font-size: 16px;

        line-height: 28px;

    }

    .blog_details_service_blk{

        float: left;

        width: 100%;

        margin-left: 0;

    }

    .blog_details_page_inner h3, .blog_details_page_inner h4 {

        font-size: 21px;

    }

/*********** Screening page ***********/

    .screening_ban h1 {

        font-size: 26px;

        line-height: 36px;

    }

    .screening_page_ban_below_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .screening_page_ban_below_blk::after{

        content: unset;

    }

    .screening_page_ban_below_inner{

        float: left;

        width: 100%;

    }

    .screening_page_wrapper{

        margin: 15px 0;

        padding: 15px 0;

    }

    .screening_page_wrapper h2 {

        font-size: 32px;

    }

    .screening_page_first_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

    }

    .screening_page_first_img_blk{

        float: left;

        width: 100%;

        margin: 0 0 15px;

    }

    .screening_page_first_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .screening_page_first_img::after{

        content: unset;

    }

    .screening_page_first_img img {

        height: 400px;

    }

    .screening_page_first_blk h3, 

    .screening_page_second_blk h3, 

    .screening_page_third_blk h3, 

    .screening_page_fourth_blk h3, 

    .screening_page_fifth_blk h3{

        font-size: 32px;

    }

    .screening_page_first_blk ul, 

    .screening_page_second_blk ul, 

    .screening_page_third_blk ul, 

    .screening_page_fourth_blk ul, 

    .screening_page_fifth_blk ul{

        float: left;

        width: 100%;

    }

    .screening_page_second_blk{

        margin: 15px 0;

    }

    .screening_page_second_imgblk{

        float: left;

        width: 100%;

        margin: 0 0 10px;

    }

    .screening_page_second_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .screening_page_second_img img {

        height: 400px;

    }

    .screening_page_second_img::after {

        content: unset;

    }

    .screening_page_third_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

    }

    .screening_page_third_imgblk{

        float: left;

        width: 100%;

        margin: 15px 0;

    }

    .screening_page_third_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .screening_page_fourth_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

    }

    .screening_fourth_imgblk{

        float: left;

        width: 100%;

        margin: 0 0 20px;

    }

    .screening_fourth_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .screening_page_third_img img {

        height: 400px;

    }

    .screening_page_third_img::after{

        content: unset;

    }

    .screening_fourth_img img{

        border-radius: 20px;

    }

    .screening_fourth_img::after {

        width: 107%;

        bottom: -12px;

        left: -12px;

        height: 70%;

        border-radius: 30px 30px 25px 25px;

    }

    .screening_page_fifth_blk{

        float: left;

        width: 100%;

        margin: 15px 0;

        padding: 0;

    }

    .screening_page_fifth_imgblk{

        float: left;

        width: 100%;

        margin: 0 0 20px;

    }

    .screening_page_fifth_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .screening_page_fifth_img img {

        height: 350px;

    }

    .screening_page_form_title{

        float: left;

        width: 100%;

    }

    .screening_page_form_title a {

        font-size: 18px;

        line-height: 32px;

    }

    .screening_page_form_title a::after {

        width: 100%;

    }

    .screening_page_form_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .screening_page_form_inner{

        float: left;

        width: 100%;

    }   

    .screening_page_form_left{

        float: left;

        width: 100%;

        padding: 2em 2em 2em;

    }

    .screening_page_form_left .contactsubmit_btn button{

        font-size: 18px;

        width: 200px;

        height: 50px;

    }

    .screening_page_form_right{

        float: left;

        width: 100%;

        padding-left: 0;

    }

    .screening_page_form_right h3 {

        font-size: 25px;

        padding-left: 0;

        margin-top: 0;

    }

    .screening_page_form_right p {

        font-size: 15px;

        line-height: 26px;

        padding-left: 0;

    }

    .screeing_page_form_img img {

        height: 325px;

    }

    .screening_page_social_media{

        margin-top: 0;

        margin: 0 0 15px;

    }

    .screening_page_social_media_inner{

        float: left;

        width: 100%;

    }

    .screening_page_form_inner::after{

        content: unset;

    }

    .screening_page_social_media_inner ul li{

        margin: 0 5px;

    }

    .screening_page_social_media_inner ul::after {

        width: 27%;

    }

    .screening_page_form_imgblk{

        float: left;

        width: 100%;

    }

/*********** get started page ***********/

    .get_started_page_first_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .get_started_first_inner{

        float: left;

        width: 100%;

    }

    .get_started_first_imgblk{

        float: left;

        width: 100%;

    }

    .get_started_first_img{

        float: none;

        width: 100%;

        max-width: 90%;

        margin: 0 auto;

    }

    .get_started_first_img img {

        height: 400px;

    }

    .get_started_first_inner h2 {

        font-size: 32px;

    }

    .get_started_first_inner p {

        font-size: 17px;

        line-height: 29px;

    }

    .get_started_page_first_blk .hme_btnset, 

    .get_started_page_second_blk .hme_btnset, 

    .get_started_page_third_blk .hme_btnset{

        display: block;

        margin: 15px 0;

    }

    .get_started_page_second_blk{

        margin: 15px 0;

        padding: 15px 0;

    }

    .get_started_second_inner{

        float: left;

        width: 100%;

    }

    .get_started_second_imgblk{

        float: left;

        width: 100%;

        margin-bottom: 25px;

    }

    .get_started_second_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .get_started_second_img img {

        height: 400px;

    }

    .get_started_second_inner h3 {

        font-size: 32px;

    }

    .get_started_second_inner p {

        font-size: 17px;

        line-height: 29px;

    }

    .get_started_page_third_blk{

        padding: 15px 0;

        margin: 15px 0;

    }

    .get_started_page_third_inner{

        float: left;

        width: 100%;

        padding: 0;

        margin: 0;

    }

    .get_started_third_imgblk{

        float: left;

        width: 100%;

        margin-bottom: 20px;

    }

    .get_started_third_img{

        float: none;

        width: 100%;

        max-width: 80%;

        margin: 0 auto;

    }

    .get_started_third_img img {

        height: 400px;

    }

    .get_started_page_third_inner h3 {

        font-size: 32px;

    }

    .get_started_page_third_inner p {

        font-size: 17px;

        line-height: 29px;

    }



}

@media only screen and (max-width:480px) {

/*********** Inner page banner ***********/

    .inner_ban_wrapper{

        margin-bottom: 0;

    }

    .innerbanner_img img {

        height: 300px;

    }

    .cover_media .google_rate,

    .cover_media .h_rating{

        margin: 0 !important;

    }

    .banner_inner div, .banner_inner h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .banner_inner p {

        font-size: 15px;

        margin-bottom: 5px;

    }

/*********** Faq page ***********/

    .faq_page_content_box .faq_question_box {
        max-width: 100%;
        padding: 0;
        height: auto;
        overflow-y: unset;
    }
    .faq_page_content_box{
        padding: 0;
        margin: 1em 0;
    }
    .faq_page_content_box .faq_question_box .content {
        padding: 0px 1em 5px 1.5em;
    }
    .faq_page_content_box .faq_question_box .set a.active::before,
    .faq_page_content_box .faq_question_box .content::before,
    .faq_page_content_box .faq_question_box .set a::before{
        content: unset;
    }
    .faq_page_wrapper {
        padding: 1em 0;
        margin: 2em 0;
    }
/*********** review page **********/
.review_page_odd_blk .testimonialshme_single_authorleft div h4 {
    font-size: 14px;
    line-height: 24px;
}
    .review_page_wrapper{

        margin: 15px 0;

        padding: 15px 0;

    }

    .review_page_odd_blk .testimonialshme_single{

        padding: 0 0px;



    }

    .review_page_odd_blk .testimonialshme_single_inner{

        padding: 10px;

        margin: 0 4px;

        background-color: #ffffff;

    }

    .review_page_even_blk .testimonialshme_single_inner{

        padding: 10px;

        margin: 0 4px;

        background-color: #ffffff;

    }

    .review_page_odd_blk .testimonialshme_single_inner p,

    .review_page_even_blk .testimonialshme_single_inner p{

        padding-right: 5px;

        margin: 0;

    }

    .review_page_even_blk .testimonialshme_single_authorleft{

        padding-top: 0;

    }

/*********** Blog page ***********/

    .blog_page_first_left_inner .bloghme_single_content h4 {

        font-size: 14px;

        line-height: 19px;

    }

    .blog_page_wrap_inner .bloghme_single_image img {

        height: 250px !important;

    }

    .blog_page_first_left_inner .bloghme_single_image img, 

    .blog_page_first_left_inner .bloghme_single:nth-child(2) .bloghme_single_image img{

        height: 200px !important;

    }

    .blog_page_wrap_inner .bloghme_single_content a.bloghme_read {

        font-size: 12px;

    }

    .blog_page_second_inner .bloghme_single_content span.bloghme_date{

        font-size: 13px;

    }

    .blog_page_wrap_inner .bloghme_date{

        font-size: 13px 

    }

    .blog_page_first_left_inner .bloghme_date {

        font-size: 13px !important;

    }

/*********** service details page ***********/
.service_detail_first_inner .first_content h2{
   display: none;
}
.service_detail_first_blk strong {
    font-size: 24px;
    line-height: 34px;
}
    .service_detail_first_blk {

        margin: 0 0;

        padding: 0 0;

    }

    .service_detail_first_img{

        max-width: 97%;

    }

    .service_detail_first_img img{

        height: 300px;

    }

    .service_detail_first_inner h1 {

        font-size: 30px;

    }

    .service_detail_first_inner p {

        font-size: 16px;

        line-height: 28px;

        order: 3;

    }

    .service_detail_first_inner h2, .service_detail_first_inner h3, .service_detail_first_inner h4 {

        font-size: 26px;
        line-height: 34px;

    }

    .service_detail_video_blk {

        margin: 10px 0;

        padding: 10px 0;

    }

    .service_detail_video_img::before{

        content: unset;

    }

    .service_detail_video_img img {

        height: 350px;

        border-radius: 25px;

    }

    .service_detail_video_link a {

        width: 40px;

        height: 30px;

    }

    .service_detail_second_blk {

        margin: 10px 0;

        padding: 10px 0;

    }

    .service_detail_second_img{

        max-width: 100%;

    }

    .service_detail_second_img img {

        height: 300px;

    }

    .service_detail_second_inner h3, .service_detail_second_inner h4 {

        font-size: 22px;

        line-height: 32px;

    }

    .service_detail_second_inner p {

        font-size: 16px;

        line-height: 28px;

    }

    .service_detail_third_inner h3, .service_detail_third_inner h4 {

        font-size: 22px;

        line-height: 32px;

    }
.service_detail_third_inner h2,
.service_detail_second_inner h2{
    font-size: 22px;
    line-height: 32px;
    color: #b3cf4b;
}
    .service_detail_third_inner p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0em;
    }
.serviceshme_slick .slick-list.draggable {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}
.service_detail_second_inner h2 a {
    font-size: 28px;
    line-height: 34px;
}
.service_detail_third_inner p strong {
    font-size: 17px;
    line-height: 25px;
}
/*********** service details page ***********/

    .blog_details_first_img {

        max-width: 90%;

    }

    .blog_details_first_img img {

        height: 300px;

    }

    .blog_details_first_imgblk a {

        font-size: 20px;

        line-height: 30px;

        max-width: 90%;

    }

    .blog_details_page_inner p {

        font-size: 15px;

        line-height: 27px;

    }

    .blog_details_page_inner h1, .blog_details_page_inner h2 {

        font-size: 20px;

        line-height: 30px;

    }

    .blog_details_service_blk h3 {

        font-size: 30px !important;

    }

    .blog_details_service_content p {

        font-size: 12px;

        line-height: 18px;

    }

    .blog_details_service_content h4 {

        font-size: 19px !important;

    }

    .blog_details_page_inner h3, .blog_details_page_inner h4 {
        font-size: 21px;

    }

/*********** Screening page ***********/

    .screening_ban h1 {

        font-size: 24px;

        line-height: 34px;

    }

    .screening_page_ban_below_blk {

        margin: 10px 0 0 0;

        padding: 10px 0 0 0;

    }

    .screening_page_ban_below_inner p {

         font-size: 16px;
        line-height: 28px;

    }

    .screening_page_wrapper {

        margin: 10px 0;

        padding: 10px 0;

    }

    .screening_page_wrapper h2 {

         font-size: 26px;
        line-height: 32px;
        margin-top: 0;
    }

    .screening_page_wrapper h2::before{

        content: unset;

    }

    .screening_page_first_img {

        max-width: 100%;

    }

    .screening_page_first_img img {

        height: 275px;

    }

    .screening_page_first_blk h3, 

    .screening_page_second_blk h3, 

    .screening_page_third_blk h3, 

    .screening_page_fourth_blk h3, 

    .screening_page_fifth_blk h3{

        font-size: 28px;
        line-height: 34px;
    }

    .screening_page_first_blk h3::before, 

    .screening_page_second_blk h3::before,

    .screening_page_third_blk h3::before,

    .screening_page_fourth_blk h3::before, 

    .screening_page_fifth_blk h3::before{

        content: unset;

    }

    .screening_page_second_img{

        max-width: 100%;

    }

    .screening_page_second_img img{

        height: 370px;

    }

    .screening_page_third_img{

        max-width: 100%;

    }

    .screening_page_third_img img{

        height: 370px;

    }

    .screening_fourth_img{

        max-width: 100%;

    }

    .screening_fourth_img::after{

        content: unset;

    }

    .screening_fourth_img img{

        height: 300px;

        border: 4px solid #b3cf4b;

        border-top: unset;

    }

    .screening_page_fifth_img{

        max-width: 100%;

    }

    .screening_page_fifth_img::after{

        content: unset;

    }

    .screening_page_fifth_img img{

        height: 300px;

        border: 4px solid #fe5f80;

    }

    .screening_page_form_blk {

        margin: 10px 0;

        padding: 10px 0;

    }
    .screening_page_form_left .contactsubmit_btn button {
        width: 100%;
        max-width: 100%;
    }
    .screening_page_form_title h4 {

        font-size: 22px;

        line-height: 32px;

    }

    .screening_page_form_title a {

        font-size: 16px;
        line-height: 30px;
        text-align: center;
        text-transform: unset;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-family: "Poppins-Regular";

    }
    .screening_page_form_right h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .screening_page_form_title a::after{

        content: unset;

    }

    .screening_page_form_left{

        padding: 1em;

    }

    .screeing_page_form_img img {

        height: 250px;

        border: 3px solid #fe5f80;

    }

    .screeing_page_form_img::after{

        content: unset;

    }

    .screening_page_social_media_inner ul::after {

        width: 35%;

    }
.screening_page_form_left .g-recaptcha {
    width: 100%;
}
/************ Get started page ***********/

    .get_started_first_img{

        max-width: 100%;

    }

    .get_started_first_img img{

        height: 300px;

    }

    .get_started_first_inner h2 {

        font-size: 30px;

    }

    .get_started_first_inner p {

        font-size: 16px;

        line-height: 28px;

    }

    .get_started_second_img{

        max-width: 90%;

    }

    .get_started_second_img img{

        height: 300px;

    }

    .get_started_second_inner h3 {

        font-size: 30px;

    }

    .get_started_second_inner p {

        font-size: 16px;

        line-height: 28px;

    }

    .get_started_third_img{

        max-width: 90%;

    }

    .get_started_third_img img{

        height: 300px;

    }

    .get_started_page_third_inner h3 {

        font-size: 30px;

    }

    .get_started_page_third_inner p {

        font-size: 16px;

        line-height: 28px;

    }


    .service_detail_first_inner .first_content {
        display: flex;
        flex-direction: column;
    }
    .banner_maincontent.ser_detmobile {
        display: block;
        order: 2;
        background-color: #009ee4;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        padding: 15px;
        margin-bottom: 15px;
    }

    .service_detail_first_inner h1 {
        order: 1;
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
        background-color: #009ee4;
        color: #fff;
        padding-bottom: 0;
    }

    .banner_maincontent.ser_detmobile .banner_inner p{
        color: #fff !important;
    }

    .hidetitle
    {
        display: none;
    }

    .innerbanner_contentsec.servicedetban {
        display: none;
    }


    body#feeding-therapy-in-atlanta-sandy-springs-dunwoody-ga-therapist-p-970\.html .service_detail_first_inner h1 {
        order: 0;
    }
    body#feeding-therapy-in-atlanta-sandy-springs-dunwoody-ga-therapist-p-970\.html .banner_maincontent.ser_detmobile {
        order: 1;
    }
    body#feeding-therapy-in-atlanta-sandy-springs-dunwoody-ga-therapist-p-970\.html .service_detail_first_inner .first_content ul {
        order: 2;
    }

}







