@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Saudagar';
    src: url(../fonts/Saudagar.ttf);

}

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
    color: #8d8d8d;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: Saudagar;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: Saudagar;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: Saudagar;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 28px;
}

h4 {
    font-family: Saudagar;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0 0 13px;
}

h5 {
    font-family: Saudagar;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0 0 20px;
}

h6 {
    font-family: Saudagar;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 0px 23px;
    font-size: 14px;
    font-weight: 500;
}

.menuSec ul li a:after {
    display: none;
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



/*===================CSS Start=================*/

.menuSec a h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}

.btnn_new{
    display: flex;
    align-items: center;
    gap: 10px;
}
.btnn_new img{
    animation: tada 1s linear infinite !important;
    /*filter: brightness(0) saturate(100%) invert(60%) sepia(48%) saturate(623%) hue-rotate(339deg) brightness(100%) contrast(93%);*/
} 

.btnn_new p{
    margin: 0;
    color: #000;
    font-size: 16px;
}

header {
    padding: 15px 0;
}

.menuSec ul li a:hover{color: #000;}

.banner_main{
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(http://reflectioncoaching.co.uk/wp-content/uploads/2025/12/banner-left.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.banner_main .bann_txt{
    background: #fff;
    padding: 30px 40px 30px 10px;
    margin: 0 20px 0 0;
}
.banner_main .bann_txt h1{
    font-size: 68px;
    color: #000;
    line-height: 1.4;
}
.banner_main .bann_txt p{}
.banner_main .bann_txt .btn_wrp{
    padding: 20px 0;
}
.banner_main  ul{
    margin: 80px 0 0 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.banner_main  ul li{
}
.banner_main  ul li img{
}
.banner_main  ul li h5{
    margin: 0;
    font-size: 45px;
    line-height: 0.9;
    color: #000;
}
.banner_main  ul li p{
    margin: 0;
}


.about_sec{
    padding: 0 0 60px 0;
}
.about_sec .abut_img{}
.about_sec .abut_img img{}
.about_sec .abut_text{}
.about_sec .abut_text h2{}
.about_sec .abut_text p{}
.about_sec .abut_text .btn_wrp{}
.head{
    font-size: 50px;
    color: #131313;
}


.servi_Sec{
    text-align: center;
    padding: 60px 0;
    position: relative;
}
.servi_Sec .servi_txt{
    padding: 0 210px;
    margin: 0 0 50px 0;
}
.servi_Sec .servi_txt h2{
    margin: 0 0 15px 0;
    color: #fff;
}
.servi_Sec .servi_txt p{
    color: #fff;
}
.servi_Sec .ser_box{
    border: 1px solid #cccccc;
    transition: all 900ms;
}
.servi_Sec .ser_box .top_db{}
.servi_Sec .ser_box .top_db img{}
.servi_Sec .ser_box .btm_db{
    padding: 25px 30px;
    background: #fff;
}
.servi_Sec .ser_box .btm_db h6{
    font-size: 21px;
    margin: 0 0 10px 0;
    color: #000;
    height: 50px;
}
.servi_Sec .ser_box .btm_db p{}
.servi_Sec .ser_box .btm_db .btn_wrp{
}
.servi_Sec .ser_box .btm_db .btn_wrp a{
    justify-content: center;
}
.servi_Sec .ser_box .btm_db .btn_wrp a img{
    width: 12%;
}

section.servi_Sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 67%;
    z-index: -1;
    background: linear-gradient(90deg, #a5a19f, #000000);
}
.servi_Sec .ser_box:hover{transform: scale(1.1) translate(0);}
.servi_Sec .ser_box:hover .btm_db{background: linear-gradient(90deg, #a5a19f, #000000);}
.servi_Sec .ser_box:hover .btm_db h6{color: #fff;}
.servi_Sec .ser_box:hover .btm_db p{color: #fff;}
.servi_Sec .ser_box:hover .btm_db .btn_wrp a img {filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(164deg) brightness(102%) contrast(105%); }



.why_choose{
    padding: 60px 0;
}
.why_choose .why_txt{}
.why_choose .why_txt h2{
    font-size: 45px;
}
.why_choose .why_txt p{}
.why_choose .why_txt ul{
    display: flex;
    gap: 20px;
}
.why_choose .why_txt ul li{
    padding: 20px;
}
.why_choose .why_txt ul li img{
    margin: 0 0 15px 0;
}
.why_choose .why_txt ul li h6{
    font-size: 20px;
    color: #131313;
    margin: 0 0 10px 0;
}
.why_choose .why_txt ul li p{
    margin: 0;
}
.why_choose .why_img_wrp{
    text-align: end;
}
.why_choose .why_img_wrp img{
    width: 90%;
}

.why_choose .why_txt ul li:hover{background: linear-gradient(90deg, #a5a19f, #000000);}
.why_choose .why_txt ul li:hover img{filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(164deg) brightness(102%) contrast(105%);}
.why_choose .why_txt ul li:hover h6{color: #fff;}
.why_choose .why_txt ul li:hover p{color: #fff;}

.cta_Sec{
    padding: 0 0 60px 0;
}
.cta_Sec .main_wrp_cta{
    padding: 60px;
    background: url(http://reflectioncoaching.co.uk/wp-content/uploads/2025/12/Burke-1125-001BW.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta_Sec .main_wrp_cta .wrp_inrr{
    padding: 40px 30px;
    background: #fff;
}
.cta_Sec .main_wrp_cta .wrp_inrr h3{
    margin: 0 0 5px 0;
}
.cta_Sec .main_wrp_cta .wrp_inrr p{}
.cta_Sec .main_wrp_cta .wrp_inrr .btn_wrp{}
.cta_Sec .main_wrp_cta .wrp_inrr .btn_wrp a{}



.blog_sec .slick-slide{opacity: 1;}
.blog_sec{}
.blog_sec .blog_txt{
    margin: 0 0 50px 0;
}
.blog_sec .blog_txt h2{}
.blog_sec .blog_txt p{}
.blog_sec .blog_item{
    padding: 20px;
    border: 2px solid #e5e5e5;
    margin: 0 20px;
}
.blog_sec .blog_item .stars{
    display: flex;
    margin: 0 0 20px 0;
}
.blog_sec .blog_item .stars i{
    color: #f39f1e;
}
.blog_sec .blog_item .stars h6{
    margin: 0 0 0 20px;
    color: #000;
}
.blog_sec .blog_item p{}
.blog_sec .blog_item ul{
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
    padding: 20px 0 0 0;
    border-top: 2px solid #e5e5e5;
}
.blog_sec .blog_item ul li{}
.blog_sec .blog_item ul li img{
    width: 85%;
}
.blog_sec .blog_item ul li h6{
    margin: 0;
    line-height: 0.9;
    font-weight: 600;
    color: #000;
}
.blog_sec .blog_item ul li p{
    margin: 0;
}

.blog_sec .slick-slide {
    margin: 0;
}

.blogslid .slick-next, .blogslid .slick-prev {top: -150px;}
.blogslid .slick-next {background: url(../images/arrow-btn.png) !important;width: 56px;height: 60px;right: 195px;filter: brightness(0) saturate(100%) invert(60%) sepia(48%) saturate(623%) hue-rotate(339deg) brightness(100%) contrast(93%);}
.blogslid .slick-next:before {content: ''; }
.blogslid .slick-prev {background: url(../images/arrow-btn.png) !important;width: 56px;height: 60px;transform: rotate(180deg);top: -180px;right: 260px;filter: brightness(0) saturate(100%) invert(60%) sepia(48%) saturate(623%) hue-rotate(339deg) brightness(100%) contrast(93%);}
.blogslid .slick-prev:before{content: '';}
.padd_leftt{padding: 0 0 0 170px; }
.blogslid .slick-slide.slick-current.slick-active .blog_item {background: linear-gradient(90deg, #a5a19f, #000000);}
.blog_sec .slick-slide.slick-current.slick-active .blog_item .stars i {color: #fff; }
.blog_sec .slick-slide.slick-current.slick-active .blog_item .stars h6 {color: #fff; }
.blogslid .slick-slide.slick-current.slick-active .blog_item p {color: #fff; }
.blogslid .slick-slide.slick-current.slick-active .blog_item ul li h6{color: #fff;}


.footerSec {
    padding: 60px 0 0 0;
    background: linear-gradient(90deg, #7d878e, #677179);
    background: linear-gradient(90deg, #a5a19f, #000000);
}

.footerSec h2 {
    font-size: 44px;
    color: #fff;
    margin: 0 0 10px 0;
}

.footerSec p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px 0;
}

hr {
    color: #fff;
    margin: 50px 0 20px 0;
}


.f-wrp {
    padding: 0 50px 0 0;
}

.footerSec h5 {
    color: #fff;
    font-weight: 500;
}


ul.linkList li a {
    color: #fff;
}

ul.linkList li {
    margin: 0 0 10px 0;
}

.brdr_lef{border-left: 1px solid #fff;padding-left: 30px;}

.servi_Sec .slick-slide {opacity: 1 !important; }




.servi_Sec .slick-next {background: url(../images/arrow-btn.png) !important; width: 56px; height: 60px; right: -40px; filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(164deg) brightness(102%) contrast(105%); }
.servi_Sec .slick-prev {
    background: url(../images/arrow-btn.png) !important;
    width: 56px;
    height: 60px;
    transform: rotate(180deg);
    top: 42%;
    left: -40px;
    filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(164deg) brightness(102%) contrast(105%);
}

.servi_Sec .slick-next:before {content: ''; }
.servi_Sec .slick-prev:before {content: ''; }



/* new css */

section.banner.inn {
    background: linear-gradient(90deg, #a5a19f, #000000);
    padding: 150px 0px;
}

section.banner.inn h2 {
    color: white;
}


.iconbox0 {
    background: white;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 32% !important;
    margin: 7px;
    border-radius: 10px;
}

.iconbox0 p {
    font-size: 18px;
}

.iconbox0 {
    height: 240px;
    margin-bottom: 40px;
}


form#gform_1 {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 21px;
}

form#gform_1 input {
    border: 1px solid black;
}



form#gform_1 input#gform_submit_button_1 {
    background: rgb(128, 136, 152) !important;
    padding: 10px 20px;
    color: white;
    border: 0px;
}



.iconbox0 p a {
    color: black !important;
}

.iconbox0 p {
    color: black;
}

.iconbox0 {
    padding: 40px 30px;
}





.services-inner-detail::before {
    display: none;
}

.services-inner-detail .servi_txt h2.head {
    color: black;
}

.services-inner-detail .servi_txt p {
    color: black !important;
}

.services-inner-detail .ser_box {
    margin-bottom: 40px;
}


header.entry-header {
    display: none;
}

/*.our_services-template-default header.entry-header {
    display: block;
}
*/
.our_services-template-default header.entry-header h1.entry-title {
    color: black;
}


.our_services-template-default .post-thumbnail img {
    width: 380px;
    height: 390px;
    object-fit: cover !important;
    margin-bottom: 20px;
    margin-top: 20px;
}


.our_services-template-default nav.navigation.post-navigation {
    display: none;
}



section.about_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}



.tss-meta-info.tss-left .profile-img-wrapper {
    display: none;
}

.tss-meta-info.tss-left h3.author-name {
    color: black;
    font-size: 17px;
}

.iconbox0 {
    padding: 30px 20px;
}

.iconbox0 {
    height: 290px;
}



.maincoverclass0 .wpb_text_column {
    background: white;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 34%) 0px 7px 29px 0px;
}



.maincoverclass0 .wpb_text_column strong {
    font-size: 20px;
    color: black !important;
    font-family: 'Saudagar';
    font-weight: 700;
}



.listcolm2 ul.linkList {
    column-count: 2;
}


a.vc_general.vc_btn3 {
    background-color: #ebebeb;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 10px;
    color: black;
}

img.logo0 {
    max-width: 290px !important;
    width: 270px;
}

.menuSec ul li a {
    padding: 0px 14px;
}




.readmore-box {
    max-height: 50px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.readmore-box.open {
    max-height: 300px; /* jitna chaho rakh lo */
}

.readmore-btn {
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}




.why_choose .why_txt ul li {
    width: 50%;
}


.even-grid-item {
    border: 1px solid;
    width: 48% !important;
    margin: 0px 10px;
    padding: 10px !important;
    border-radius: 10px;
}



.even-grid-item .tss-meta-info.tss-left {
    display: contents;
}

.even-grid-item h3.author-name {
    color: black !important;
    margin-top: 36px !important;
    font-size: 19px !important;
    width: 20%;
}

.even-grid-item p {
    color: black;
}


section.about_sec .row {
    align-items: center;
}



.cta_Sec .container {
    max-width: 1500px;
}

.cta_Sec .main_wrp_cta {
    height: 570px;
    background-position: top;
    align-items: center;
    /* justify-content: center; */
    display: flex;
}

.cta_Sec .main_wrp_cta .wrp_inrr {
    background: #ffffff36 !important;
    width: 130%;
}


.why_choose .why_txt ul li span.readmore-btn {
    /* color: black; */
}

.why_choose .why_txt ul li:hover span.readmore-btn {
    color: white;
}

span.readmore-btn {
    color: black;
    text-decoration: underline;
}
html {
    overflow-x: hidden;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px){}

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

@media only screen and (min-width: 300px) and (max-width: 519px){


    
}




