/* Theme styles */

/* Break Points*/
/* Mobile - 768px*/
/* Tablet - 1024px*/
/* Desktop - above 1024px*/
/*
0. Common styles
1. Header Style (Desktop)
2. Footer Style (Desktop)
3. Header Style (Mobile)
4. Footer Style (Mobile)
5. Home page styles
6. Contact Page Styles
7. 404 pages Styles
8. Privacy Policy styles
9. Cookie Policy styles
10. Service page styles
11. Blog page styles
12. About us page styles
 */

/* 0. Common styles*/

/*  -- --  */
/* {
    letter-spacing: 1.5px;
} */

h1{
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
}
h3{
    font-size: 24px;
    line-height: 28px;
}

h4{
    font-size: 20px;
    line-height: 23px;
}

p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
/*  -- --  */
html {
    scroll-behavior: smooth;
  }

/* 1. Header styles */
body, h1, h2, h3, h4, h5, h6, p{
    margin:0;
}

.d-none{
    display:none !important;
}

.d-flex{
    display:flex !important;
}

.disable-scroll{
    margin:0;
    overflow: hidden;
    height:100%;
}

.onetrust-pc-dark-filter.ot-fade-in{
    display: none !important;
}

.container-fluid{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-content: center;*/
    width:100%;
}
/*  -- --  */
#main{
    font-family: 'Roboto',sans-serif;
    width: 100%;
    /*max-width: 1440px;*/
    margin:0 auto;
    /* letter-spacing: 1.5px; */
}
/*  -- --  */
.header{
    width:100%;
    background: #FFFFFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: -116px;
    /* z-index: 5; */
    z-index: 50;  /* //added */
}

.header_container{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #262223;
}

.header_top{
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
    margin: 0 auto;
    /*border-bottom: 2px solid #262223;*/
    align-items: center;
}


.site_logo img{
    width: 100%;
}

.site_logo{
    width: 100%;
    max-width: 224px;
}

.phone_number_div{
    display: flex;
    justify-content: center;
}

/* .phone_number_div .phone_img_div{
    width: 11.6px;
    height: 16px;
    margin-right:5.77px;
} */
/*  -- --  */
.phone_number_div .phone_img_div{
    width: 11.6px;
    height: 16px;
    margin-right:5.77px;
    display: flex;
}

.phone_number_div .phone_img_div img{
    width: 100%;
}

/* .phone_number_div .phone_number a{
    text-decoration: none;
    color: #ED5922;

} */
.phone_number_div .phone_number a{
    text-decoration: none;
    color: #3ac001;

}
.phone_number_div .phone_number{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

#NAV_menu .menu-item.current-menu-item.current_page_item a{
    background: #ED5922 !important;
    color: #FFFFFF !important;
}
.menu-item.current-menu-item.current_page_item a{
    /*background: #ED5922 !important;*/
    color: #ED5922 !important;
}

#NAV_menu .menu-item.current-menu-item.current_page_item .sub-menu li.menu-item a{
    background: #FFFFFF !important;
    color: #000000 !important;
}

#NAV_menu .menu-item.current-menu-item.current_page_item .sub-menu li.menu-item:hover a{
    color: #ED5922 !important;
}

#NAV_menu .sub-menu .menu-item.current-menu-item.current_page_item a{
    background: #FFFFFF !important;
    color: #ED5922 !important;
    font-weight: 600 !important;
}

/*  -- --  */
/* .service_menu_style, .blog_menu_style{
    background: #ED5922 !important;
    color: #FFFFFF !important;
} */
/*  -- --  */
/* .service_menu_style:after{
    content: url('../images/arrow_white.svg') !important;
} */


.header .nav{
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: center;
}

.header .nav .menu-cu_menu-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.header .nav ul{
    list-style-type: none;
    padding: 0;
    display: inline-flex;
    margin: 20px 0;
}

.header .nav ul li:nth-child(2) a:after{
    content: url('../images/arrow.svg');
    margin-left:10px;
}

.header .nav ul li.current-menu-item:nth-child(2) a:after{
    content: url('../images/arrow_white.svg');
}

.header .nav ul li:nth-child(2):hover .sub-menu{
    display:flex !important;
}

.header .nav ul li:nth-child(2)::after{
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 20px;
    background: transparent;
}

.header .nav ul li:last-child{
    margin:0;
}
.header .nav ul li{
    margin: 0 15px 0 0;
    /*background: #F8F8F8;*/
    display: flex;
    position: relative;
}

.header .nav ul li a:hover{
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.06);
    color: #ED5922;
}

.nav_active{
    background: #ED5922;
}

.header .nav ul li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 170px;
    border-radius:20px;
}

.header .nav .small_logo{
    display: flex;
    height: 50px;
    width: 100%;
    position: relative;
    margin-top: 16px;
    justify-content: flex-end;
    max-width: 100px;
    visibility: hidden;
}
/*.header .nav .small_logo img{*/
/*width: 100%;*/
/*}*/


.mobile_menu, .mobile_nav{
    display: none;
}

.sub-menu{
    display: none!important;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 2px solid #F3F3F3;
    top: 22px; /* 158px;*/
    padding: 0 31px !important;
}

.sub-menu li{
    background: #FFFFFF !important;
    margin:0 !important;
    width:100%;
    min-width: 236px !important;
}

.sub-menu li:hover, .sub-menu li a:hover{
    box-shadow:none !important;
}

.sub-menu li:hover a{
    color: #ED5922 !important;
}
.sub-menu li a:after{
    content:'' !important;
}


.sub-menu li a{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px solid #D9D9D9;
    padding: 2px 12px;
    justify-content: left !important;
    border-radius:0 !important;
}

.sub-menu li:last-child a{
    border-bottom: 0;
}



/*2. Footer Desktop*/
#footer{
    width: 100%;
    /*max-width: 1440px;*/
    display:flex;
    justify-content: space-between;
    position: relative;
    bottom:0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F8F8F8;
}

#footer footer{
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content:center;
}

#footer footer .footer_links ul{
    list-style-type: none;
    display:flex;
    flex-direction: column;
    padding:0;
}

#footer footer ul li{
    margin:0;
    padding: 10px 0;
}


#footer footer ul li a{
    text-decoration: none;
    color: #000000;
}

#footer .footer_logo_copyright{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 5px solid #000;
    padding-top: 50px;
}

#footer .footer_logo_div{
    width: 100%;
    max-width: 224px;
    /*margin-left:50px;*/
}

#footer .footer_logo_div img{
    width: 100%;
}

#footer .footer_parts{
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*max-width: 1240px;*/
    align-items: center;
    flex-direction: column;
}

#footer .footer_links_divs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


#footer .footer_links_header h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}


#footer .footer_nav_div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 50px;
}

#footer .footer_logo_copyright_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer_links_div {
    padding: 0 10px;
}

#footer .footer_links_div:first-child {
    padding:0 10px 0 0;
}

#footer .footer_links_div:last-child {
    padding:0 0 0 10px;
}

#footer .footer_links a:hover{
    text-decoration: underline;
}


#footer .copyright{
    text-align:right;
}

#footer .copyright p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}


#footer .search_input_arrow_div{
    display: none;
}


/*5. Home page styles*/
/*Banner Start*/

.main{
    width:100%;
    margin:0 auto;
}

.container{
    width:100%;
    max-width: 1240px;
    margin:0 auto;
}

.main .banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#main .definition .definition_sub_header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}


#main .definition .definition_header {

    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    padding-bottom: 20px;
}

#main .banner_image_div_mobile{
    display: none;
}

#main .definition .banner_services{
    list-style-type: none;
    padding-left: 0;
}

#main .definition .banner_services li{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-bottom:5px;
}

#main .definition .banner_services li::before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    background-image: url('../images/tick_black.svg');
    background-repeat: no-repeat;
    background-size:contain;
    margin-right:10px;
}

#main .banner .banner_image_div{
    width: 100%;
    max-width: 400px;
    margin-right:100px;
}
#main .banner .banner_image_div img{
    width: 100%;
    max-width: 400px;
}

#main .extra_paragraphs{
    width:100%;
    max-width:560px;
}

#main .extra_paragraphs p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#main .extra_paragraphs p:first-child{
    margin-bottom:20px;
}


/*Banner End*/

/*Service Start*/
#main .service .service_header{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding-bottom:50px;
}
#main .service{
    max-width: 1240px;
    margin: 0 auto;
}

#main .service .service_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;

    color: #000000;
}



#main .services .service_card .service_img_and_details{
    padding-top: 50px;
}

#main .services .service_card .service_img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
    max-height: 155px;
}

#main .services .service_card .service_img img{
    width:100%;
    max-width:233px;
}
#main .service .services{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px 20px;
    /*flex-direction: row;*/
    /*flex-basis: 50%;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
}
#main .service .services .service_card{
    background: #FFFFFF;
    border: 2px solid #F5F5F5;
    box-shadow: 6px 6px 17px rgb(0 0 0 / 10%);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    display: flex;
    min-height: 460px;
    flex-direction: column;
}

#main .service_details_div .service_details{
    margin-bottom: 20px;
    width: 100%;
    max-width: 330px;
}
#main .service_details_div .service_details p{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}
#main .service_details_div .service_heading{
    padding-bottom: 20px;
}


#main .service_details_div .service_heading h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin:0;
}
#main .service_details_div{
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

#main .service_details_btn{
    width: 100%;
    max-width: 320px;
    padding-bottom: 50px;
}

#main .btn.btn-learn-more{
    text-decoration: none;
    /*width: calc(100% - 30px);*/
    width: 100%;
    /* min-width: 320px; */
    height: 60px;
    border: 2px solid #ED5922;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #ED5922;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#main .btn.btn-learn-more:hover{
    background: #ED5922;
    border: 2px solid #ED5922;
    color: #FFFFFF;
}

/* .free_consult_btn_div{
    width:100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 70px;
    height: 60px;
} */
.free_consult_btn_div{
    width:100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    height: 60px;
}

.free_consult_btn_div a{
    text-decoration: none;
    background: #3BBF02;
    border-radius: 30px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 20px 15px;
    width:100%;
    max-width:322px;
    display: flex;
    justify-content: center;
    align-content:center;
    font-size: 20px;
    line-height: 23px;
}

.free_consult_btn_div a:hover{
    background: #2E9800;
}

.testimonials_div .free_consult_btn_div {
    padding-top: 60px;
    padding-bottom: 70px;
}

.clients_div{
    width:100%;
    display: flex;
    flex-direction: column;
    /*padding-top:30px;*/
}

.clients_div .client_header{
    display: flex;
    justify-content: center;
    padding-bottom:40px;
    padding-top:100px;
}

.clients_div .client_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
}

.clients_div .clients{
    display: flex;
    width: 100%;
    padding: 0 0 66px 0;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    flex-wrap: wrap;
}

.clients_div .clients .client_img{
    margin: 20px 40px;
}
#main .clients_div .clients .client_img img{
    width: auto;
    padding: 0;
    height: 85px;
    max-width: 250px;
}
#main .clients_div .clients .client_img.enzymedica img {
    width: 191px;
    height: auto;
}

#main .testimonials_container{
    width: 100%;
    max-width:1240px;
    margin:0 auto;
}


.testimonials_div{
    padding: 70px 30px 30px 30px;
    background: #F8F8F8;
    margin:0 auto;
    background: url('../images/testimonial_background.png') no-repeat;
    background-size: 100% 100%;
}

.testimonials_div .testimonial_header{
    padding-bottom: 52px;

}
.testimonials_div .testimonial_header h1{
    margin:0;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.testimonials{
    display: flex;
    flex-direction: row;
    /*flex-basis: 50%;*/
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-content: center;
    /*max-width: 1160px;*/
    margin: 0 auto;
}

#main .testimonials .testimonial_card .testimonial_person{
    margin-top:20px;
}

.testimonial_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 15px;
}

.testimonial_card .testimonial_text{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
}


.testimonial_card .testimonial_person{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #797979;
    text-align: center;
}

.testimonials_div .testimonials.testimonials_slider .slick-list.draggable{
    max-width: 768px;
}

.testimonials_div  .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    text-align: center;
    /*opacity: .25;*/
    color: transparent;
    border: 1px solid #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: 1;
}

.testimonials_div .slick-dots li.slick-active button:before{
    background: white;
}

.testimonials_div .slick-prev:before {
    content: "\00a0";
    background: url('../images/left_arrow_2.svg') no-repeat;
    color: #000000;
    /*font-size: 50px;*/
    background-size: contain;
    position: absolute;
    opacity: 1;
    width: 25px
}

.testimonials_div .slick-next:before {
    content: "\00a0";
    background: url('../images/right_arrow_2.svg') no-repeat;
    color: #000000;
    /*font-size: 50px;*/
    background-size: contain;
    position: absolute;
    opacity: 1;
    width: 25px
}

.testimonials_div .slick-prev{
    left:0;
}

.testimonials_div .slick-next{
    right:20px;
}



.conversion_optimisation_div{
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
    padding-top:100px;
}

.conversion_optimisation{
    display: flex;
    flex-direction:row;
    justify-content: center;
    width: 100%;
}

.conversion_optimisation_div .conversion_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    padding-bottom:60px;
    margin:0;
}

.conversion_optimisation_div .co_top{
    /*padding-bottom:80px;*/
    width: 100%;
    max-width:545px;
}

.conversion_optimisation_div .co_top h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}

.conversion_optimisation_list_item{
    display: flex;
    padding: 15px 0 0 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
}


.conversion_optimisation_list_icon{

}

.conversion_optimisation_benefit{
    padding-left:20px;
}

.conversion_optimisation_benefits .free_consult_btn_div{
    justify-content: left;
    padding-top:40px !important;
}



.conversion_optimisation_div .co_img img{
    width:100%;
}

.conversion_optimisation_div .co_img{
    width:100%;
    max-width: 500px;
    /*display: flex;*/
    justify-content:center;
    padding-bottom:70px;
    padding-right:100px;
}

/*Service End*/

.about_us_container{
    /*min-height: 700px;*/
    background: #F8F8F8;
}

.about_us_div{
    /*background: #F8F8F8;*/
    width:100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}


.about_us_div .about_us_header{
    padding-top: 50px;
}
.about_us_div .about_us_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}

.about_us_div .about_top_div{
    width: 100%;
    max-width:850px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
    margin:0 auto;
}

.about_us_div .about_top_div p{
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.about_us_div .owner_div{
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    align-items:center;
    padding-top:40px;
}
.about_us_div .owner_div .owner_img{
    height:120px;
    width:120px;
    border-radius:50%;
}

.about_us_div .owner_div .owner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_us_div .owner_div .owner_img img{
    width: 100%;
}



.owner_name_and_designation{
    padding-top:20px;
}

.owner_name_and_designation .owner_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
}

.owner_name_and_designation .designation{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin:0;
}

.linked_in_container{
    display: flex;
    justify-content: center;
}

.linked_in_back{
    background: #F8F8F8;
    position: absolute;
    height: 200px;
    width: 100%;
}

.linked_in_div{
    width: calc( 100% - 100px );
    /*width: 100%;*/
    max-width: 1240px;
    margin-bottom: 90px !important;
    position: relative;
    /*margin-top: -155px;*/
}

.linked_in_post{
    /*padding:10px 20px 30px 30px;*/
    /*margin:10px;*/
    /*background: #FFFFFF;*/
    /*border: 2px solid #E9E9E9;*/
    /*border-radius: 10px;*/
    /*min-height:427px;*/
    /*max-height:427px;*/
    /*cursor: pointer;*/

    padding: 10px 20px 30px 30px;
    margin: 10px;
    background: #FFFFFF;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    cursor: pointer;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    height: unset;
}

.linked_in_div .slick-track{
    display: flex !important;
}

.linked_in_div .li_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.linked_in_div .li_owner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content:center;
    margin-left:10px;
    padding-top:20px;
}


.linked_in_div .li_owner .li_img{
    width: 100%;
    max-width: 60px;
    border-radius:50%;
}

.linked_in_div .li_owner .li_img img{
    width: 100%;
}

.linked_in_div .li_top .li_link{
    margin-right:0;
    margin-top:10px;
}

.linked_in_div .li_top .li_link .li_img{
    width:25px;
}

.linked_in_div .li_top .li_link .li_img img{
    width:100%;
}

.linked_in_div .li_top .li_name_and_designation{
    padding-left:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.linked_in_div .li_top .li_name_and_designation .li_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;

}

.linked_in_div .li_top .li_name_and_designation .li_designation{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.linked_in_div .li_top .li_name_and_designation .li_name, .linked_in_div .li_top .li_name_and_designation .li_designation{
    margin:0;
}

/* .li_post_img{
    width: 100%;
    max-height: 250px;
    max-width:350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
} */
.li_post_img{
    width: 100%;
    max-height: 300px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.li_post_img img{
    width:100%;
    height:100%;
}

.li_main_post{
    padding: 30px 30px 30px 10px;
    /*text-align: justify;*/
    font-size: 16px;
    line-height: 19px;
}

.slick-prev{
    left: -45px;
}

.slick-next {
    right: -25px;
}

.slick-prev:before {
    content: "\00a0";
    background: url('../images/left_arrow.svg') no-repeat;
    color: #000000;
    font-size: 50px;
    background-size: contain;
    position: absolute;
    width:25px;
}

.slick-next:before {
    content: "\00a0";
    background: url('../images/right_arrow.svg') no-repeat;
    color: #000000;
    font-size: 50px;
    background-size: contain;
    position: absolute;
    width:25px;
}

.slick-dots{
    bottom:-40px;
    left: 0;
}
.slick-dots li button:before{
    font-size: 12px;
    /*line-height: 20px;*/
}

.search_input_arrow_div_desktop{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 1240px;
    padding-bottom: 40px;
    /*margin-right: 100px;*/ /* Style changes*/
}
/*  -- --  */
/* div.individual_search_container .search_input_arrow_div_desktop{
    padding-bottom: 20px;
} */

.search_input_arrow_div_desktop.single_blog_search{
    padding-bottom: 20px;
}
.search_input_arrow_div_desktop.single_blog_search .search_input.container{
    border: 1px solid #E6E6E6;
    background: #efefef;
    color: #4f4f4f;
}
.search_input_arrow_div_desktop .top_link_div .up_arrow img{
    width: 100%;
}
.search_input_arrow_div_desktop .top_link_div .up_arrow{
    width: 10px;
    height: 10px;
    padding-right: 3px;
}
.search_input_arrow_div_desktop .top_link_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.search_input_arrow_div_desktop .top_link_div .top_link a{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000000;
}

.search_input_arrow_div_desktop .search_input {
    width: 290px;
    height: 20px;
    border: 1px solid #A8A8A8;
    border-radius: 2px;
    padding: 15px;

    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

}

.search_input_arrow_div_desktop .search_input::placeholder {
    color: #999999;
}

.search_input_arrow_div_desktop .search_submit {
    margin-left: -100px;
    height: 40px;
    width: 100px;
    background: #000;

    border: 0;
    -webkit-appearance: none;

    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;

    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.search_input_arrow_div_desktop .search_input_arrow_div{
    display: flex;
    flex-direction: column;
}

/*6. Contact Page Styles*/
.cu_contact_page_div{
    display:flex;
    flex-direction:column;
    justify-content: center;
    padding-top:70px;
    margin:0 auto;
    width:100%;
}

.cu_contact_page_header{
    /*padding-top: 70px;*/
}

.cu_contact_page_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
}

.cu_contact_page__sub_header{
    padding-top: 20px;
}
.cu_contact_page__sub_header h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}


.cu_zoom_call_text{
    padding-top: 20px;
}

.cu_zoom_call_text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}


.cu_zoom_CTA{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 30px;
    height: 40px;
}

.cu_zoom_CTA a{
    text-decoration: none;
    background: #3BBF02;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 13px 25px;
}

.cu_contact_form_header{
    padding-top: 30px;
}

.cu_contact_form_header h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.cu_contact_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 5px solid #262223;
    border-radius: 5px;
    width: calc( 100% - 38px );
    max-width: 640px;
    margin: 30px auto 85px auto;
}

.cu_contact_form p{
    /*width: 100%;*/
    /*max-width: 460px;*/
}
.cu_contact_form div{
    width:100%;
}

.cu_contact_form form{
    margin: 55px 95px;
}


.cu_contact_form form p{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-top:20px;
    color: #262223;
}

.cu_contact_form form p:first-child{
    padding-top:0;
}

/* .cu_contact_form form span input, .cu_contact_form form span select{
    background: #FFFFFF;
    border: 1px solid #797979;
    border-radius: 3px;
    height: 40px;
    width:  calc( 100% - 10px );
    max-width: 460px;
    padding-left:10px;
} */
/*  -- --  */
.cu_contact_form form span input, .cu_contact_form form span select{
    background: #FFFFFF;
    border: 1px solid #797979;
    border-radius: 3px;
    height: 40px;
    width:  calc( 100% - 10px );
    max-width: 460px;
    padding-left:10px;
    display: block;
}

.cu_contact_form form span select{
    width: 100%;
}
/*  -- --  */
.cu_contact_form form span textarea{
    font-family: 'Roboto',sans-serif;
    background: #FFFFFF;
    border: 1px solid #797979;
    border-radius: 3px;
    /*height: 40px;*/
    width: calc( 100% - 8px );
    max-width: 440px;
    padding-left:10px;
    padding-top:10px;
    resize: none;
    font-size: 14px;
}



.wpcf7_class{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-content: center;
}


.wpcf7_class p{
    width:100%;
}


.wpcf7 textarea{
    padding:0;
}

.wpcf7 textarea, .wpcf7 select {
    /*width: calc( 100% + 14px ) !important;*/
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
    margin-top:5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    border-color: #ffb900 !important;
    padding: 10px !important;
    margin: 20px 0 !important;
    width: calc(100% - 20px) !important;
}



#news-letter-signup span{
    margin:0;
}

#news-letter-signup span label{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-weight: 400;
}

#news-letter-signup span label input{
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0 10px 0 0;
}

#contact_form_submit{
    background: #3BBF02;
    border-radius: 20px;
    border:0;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding:12px 20px;
    /*margin-top:20px;*/
}

#see_more{
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}

#see_more:hover{
    text-decoration: underline;
}

.see_more{
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}

.see_more:hover{
    text-decoration: underline;
}

.body_back, .mobile_body_back{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 9;
}

#mobile_overlay{
    display: none;
}

#overlay .contact_modal{
    display: none;
    overflow: hidden;
    opacity:1;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: #F4F4F4;
    box-shadow: 7px 16px 29px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    width: 535px;
    height: 410px;
}

#overlay .contact_modal .submission_title h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-bottom:20px;
}

#overlay .contact_modal .submission_description p{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom:36px;

}

#overlay .contact_modal .back_to_home_btn_div a{
    text-decoration: none;
    color: #FFFFFF;
    background: #ED5922;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 40px;
}

#overlay .contact_modal .submission_message{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#overlay .contact_modal .submission_message .submission_title{
    width: 70%;
}
#overlay .contact_modal .rocket_animation{
    display: flex;
    justify-content: center;
    width: 50%;
}

#overlay .contact_modal .rocket_animation .rocket_img_div{
    width: 100%;
    max-width: 80px;
}


#overlay .rocket_img_div img{
    height: 100%;
    width: 100%;
    position: relative;
    animation-name: rocketAnimation;
    animation-duration: 3s;
    transform: translateY(0);
}

@keyframes rocketAnimation{
    0%  {transform:translateY(100%)}
    50% {transform:translateY(0%);}
    100%    {transform:translateY(-100%);}
}

#overlay .modal_close_btn{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#overlay .modal_close_btn img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*Search page styles start*/

.search_main {
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items: center;
    width:100%;
    max-width:1440px;
    margin:0 auto;

}

.search_main .search_page_header{
    padding-top:60px;
    padding-bottom:45px;
}

.search_main .search_page_header h1:first-child{
    padding-bottom: 15px;
}
.search_main .search_page_header h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-align: center;
}

.search_main .search_result{
    width: 100%;
    max-width: 1240px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-direction: row;
    flex-basis: 50%;
}

.search_main .search_result  a{
    text-decoration: none;
    color:#000;
}

.search_main .search_result .post{
    display: flex;
    flex-direction: column;
    /*flex:1;*/
    max-width: 605px;
    width: calc(50% - 90px);
    padding: 30px 25px;
    background: #F8F8F8;
    margin: 0 15px  30px 15px;
}

.search_main .search_result .post .post_header h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.search_main .search_result .post .post_image{
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.search_main .search_result .post .post_image img{
    height: auto;
    width: auto;
    max-height: 240px;
    max-width: 100%;
}

.search_main .search_result .post .post_content, .search_main .search_result .post .post_date_time{
    padding-top: 20px;
}

.search_main .search_result .post .post_content p, .search_main .search_result .post .post_categories p, .search_main .search_result .post .post_tags p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.search_main .search_result .post .post_date_time p, .search_main .search_result .post .post_categories p, .search_main .search_result .post .post_tags p{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* or 150% */

    text-transform: capitalize;

    color: #797979;
}

.search_main .search_result .post .post_categories p span, .search_main .search_result .post .post_tags p span{
    text-decoration: underline;
}

.search_load_more_button{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.search_load_more_button a{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #ED5922;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 0 0 60px 0;
    cursor: pointer;
}

/*Search page styles end*/


/*7. 404 pages Styles*/
.cu_404_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cu_404_div .cu_404_header{
    padding: 70px 0 40px 0;
}
.cu_404_div .cu_404_header h1{
    font-size: 36px;
    line-height: 42px;
}
.cu_404_div .cu_404_img{
    width: 100%;
    max-width: 275px;
}

.cu_404_div .cu_404_img img{
    width:100%;
    height: auto;
}
.cu_404_div .cu_404_text{
    padding: 40px;
}

.cu_404_div .cu_404_text h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
}

.cu_404_div .cu_404_text .sorry_text{
    color: #ED5922;
}
.cu_404_div .cu_404_blog_page_btn_div{
    width: 100%;
    padding-bottom:70px;
}

.cu_404_div .cu_404_blog_page_btn_div .cu_404_blog_page_btn{
    display: flex;
    width: 100%;
    justify-content: center;
}
.cu_404_div .cu_404_blog_page_btn_div .cu_404_blog_page_btn a{
    background: #ED5922;
    border: 2px solid #ED5922;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    width: 100%;
    max-width: 322px;
}

/*8. Privacy Policy styles*/
.cu_privacy_policy{
    width:100%;
    max-width: 844px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 auto;
}

.cu_privacy_policy .post__header{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 70px 0 20px 0;
}
.cu_privacy_policy .privacy_policy_h2{
    padding: 50px 0 20px 0;
}

.cu_privacy_policy .privacy_policy_h3{
    padding: 30px 0 20px 0;
}

.cu_privacy_policy .privacy_policy_first_h3{
    padding:0 0 20px 0;
}

.cu_privacy_policy p.privacy_policy_paragraph {
    padding-bottom: 50px;
}
.cu_privacy_policy p{
    /*padding-top: 20px;*/
    /*padding-bottom: 30px;*/
}

.cu_privacy_policy .privacy_policy_bottom_h2{
    padding: 30px 0 20px 0;
}

.cu_privacy_policy .privacy_policy_bottom_h2_p30{
    padding: 30px 0 30px 0;
}


/* .cu_common_contact_div{
    width:100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
} */
.cu_common_contact_div{
    width:100%;
    padding-top: 30px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

.cu_common_contact_div .cu_common_contact_text{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.cu_common_contact_div .cu_common_contact_text .cu_common_info_link a{
    font-weight: 700;
    text-decoration: underline;
    color: #000000;
}
/*  -- --  */
span.cu_common_info_link a{
    color: #3366CC !important;
}

.cu_common_contact_div .cu_common_contact_text .cu_common_info_phone{
    font-weight: 700;
}

/* .cu_common_contact_div .cu_common_contact_text .cu_common_info_phone a{
    text-decoration:none;
    color: #000000;
} */
/*  -- --  */
.cu_common_contact_div .cu_common_contact_text .cu_common_info_phone a{
    /* text-decoration:none; */
    color: #3366CC;
    /* color: #000000; */
}

.cu_cookie_policy_h2{
    padding-top:50px;
    padding-bottom:20px;
}

.cu_cookie_policy_paragraph.cu_cookie_policy_paragraph{
    padding-bottom:0;
}

.cu_cookie_policy_h3{
    padding: 50px 0 30px 0;
}

.cu_cookie_table thead{
    background: #273238;
    color:#FFFFFF;
}

.wp-block-table.cu_cookie_table  th{
    border:0;
}
.wp-block-table.cu_cookie_table  td{
    border:1px solid #ccc;
}

.cu_cookie_table td{
    display: table-cell;
    text-align: center;
}


/*10. Service page styles*/
/*  -- --  */
.cu_service_container{
    width: 100%;
    margin:0 auto;
    max-width: 844px;
    /* max-width: 665px; */
}

.cu_service{
    display: flex;
    flex-direction: column;
}

.cu_service_post_title{
    padding:70px 0 40px 0;
    text-align: center;
}

.cu_service_img{
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    margin: 0 auto !important;
    max-height: 350px !important;
    height: 100%;
}

.cu_service_image img{
    height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
}

.cu_service_img.cu_overall_service_img img{
    height: 100% !important;
    width: auto !important;
    /* width: 50% !important; */
    object-fit: contain !important;
}

.cu_service p{
    padding-top:20px;
}

.cu_service p a, .cu_service .cu_service_ul a, .cu_service .cu_service_li a, .about_top_div p a,.cu_privacy_policy p a{
    color: #3366CC;
    /*color: #000000;*/
}

/*  -- --  */
.cu_privacy_policy p a{
    font-weight: 700;
}
.cu_service h2{
    padding-top:50px;
}

.cu_service .service_names {
    padding-top: 20px;
}

.cu_service .service_names ul{
    margin-left: 15px;
    padding-left: 0;
}
.cu_service .service_names li{
    padding-bottom: 20px;
    list-style-image: url('../images/list_style.svg');
    padding-left: 10px;
}


.cu_service .service_names li:last-child{
    padding-bottom: 0;
}

.cu_service_h3{
    padding-top: 50px;
}

.cu_service_ol, .cu_service_ul{
    margin-left: 22px;
    padding-left: 0;
}

.cu_service_ol li{
    padding-top:16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left:15px;
}

.cu_service_ul li{
    padding-top:16px;
    padding-left:10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    list-style-image: url('../images/list_style.svg');
}

.cu_service_ga4_migration_pdf_img{
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
    padding-top: 50px;
}

.cu_certificate_container{
    width:100%;
    max-width:661px;
    margin: 0 auto;
    padding-top:50px;
}

.cu_certificate_div .cu_certificate{
    width:100%;
}

.cu_certificate_div .cu_certificate img{
    width:100%;
}

.cu_certificate_div .slick-prev:before {
    content: "\00a0";
    background: url('../images/left_arrow.svg') no-repeat;
    color: #000000;
    /*font-size: 50px;*/
    background-size: contain;
    position: absolute;
    opacity: 1;
    width: 25px
}

.cu_certificate_div .slick-next:before {
    content: "\00a0";
    background: url('../images/right_arrow.svg') no-repeat;
    color: #000000;
    /*font-size: 50px;*/
    background-size: contain;
    position: absolute;
    opacity: 1;
    width: 25px
}

.test_learn_process img{
    height: 100%;
    max-height: 500px;
    width: auto;
}
.test_learn_process{
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    max-height: 500px;
}



.cu_ga4_migration_pdf_download_link{
    font-weight: 700;
}

/*Service Ends*/

/*11. Blog page styles Start*/
.cu_blog_container .blog_intro_text{
    padding: 60px 0;
}


.blog_categories_div .blog_categories{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.blog_categories_div{
    padding-bottom:90px;
}

.blog_categories_div .blog_categories .blog_category{
    /*background: #FFF;*/
    /*border: 1px solid #E2E2E2;*/
    /*padding: 15px 30px;*/
    /*border-radius: 25px;*/
    /*height: 20px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin: 16px 16px 0 0;*/
}
/*  -- --  */
.blog_categories_div .blog_categories .blog_category p{
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 16px;
} 
/*  -- --  */
/* .blog_categories_div .blog_categories .blog_category p{
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
} */

/*  -- --  */
.blog_categories_div .blog_categories .blog_category a{
    color: #000000;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #E2E2E2;
    padding: 15px 30px;
    border-radius: 25px;
    /* height: 20px; */
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 16px 0 0;
}

.blog_categories_div .blog_categories .blog_category a:hover{
    color: #ED5922;
    border: 1px solid #E2E2E2;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.06);
}

.blog_categories_div .blog_categories .blog_category.active a{
    background: #ED5922;
    color: #ffffff;
}

.blog_category_heading h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;

    color: #000000;
}

.blogs_div{
    padding: 36px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_card_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F8F8;
    max-width: calc(50% - 15px);
    margin: 15px 0;
}

.blog_card_div a {
    text-decoration: none;
    color: #000;
}

.blog_card_inner{
    display: flex;
    flex-direction: row;
    padding: 15px;
    justify-content: space-between;
}

.blog_featured_image{
    padding: 0 15px 0 0;
    display: flex;
    justify-content: center;
    width: 275px;
}

.blog_featured_image img{
    height: 100%;
    max-height: 175px;
    max-width:275px;
    object-fit: cover;
}

.blog_details{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.blog_details .blog_date span{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    text-transform: capitalize;

    color: #797979;
}

.blog_details .blog_title{
    padding: 10px 0 10px 0;
}

.blog_details .blog_title p{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.blog_details .blog_short_description p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.blog_read_more{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.load_more_container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.load_more_container a{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #ED5922;
    border-radius: 20px;
    padding: 12px 50px;
    margin: 0 0 60px 0;
}

.blog_category_link.active{
    color: #FFFFFF !important;
    background: #ED5922 !important;
}

.fadeGrid{
    opacity: 0.5;
}

/*11. Blog page styles End*/

/*12. About Us Styles start*/
.cu_about_us_title{
    padding:70px 0 40px 0;
    text-align: center;
}
/*12. About Us Styles end*/

/*13. Single post styles*/
.cu_post_container .post_div{
    width: 70%;
    max-width: 890px;
}

.cu_post_container .post_sidebar{
    width: 30%;
    max-width: 320px;
}

/*12. CU About us page */

.about_us_heading{
    padding-top: 60px !important;
}

.about_us_subheading{
    padding-top: 30px;
}

.about_us_subheading50px{
    padding-top: 50px !important;
}

.cu_about_h2{
    font-weight: 700;
    font-size: 20px;
    line-height:23px;
    color: #000000;
    padding-top:30px !important;
}

.about_us_discipline_img .wp-element-caption{
    display: flex;
    justify-content: center;
    padding-top:20px;
}

.about_us_discipline_img_mobile{
    display: none;
}

.about_us_discipline_img{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.about_us_discipline_img img{
    margin: 0 auto;
    display: flex;
}

.blog_page_link{
    display: flex;
    justify-content:center;
    padding-top:50px;
}
.blog_page_link a{
    background: #ED5922;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 322px;
    text-decoration: none;
    padding: 20px 0;
}


/*Single Post styles*/
.cu_post_container{
    width: 100%;
    max-width: 1240px;
}
/*Post heading styles*/
.cu_post_container h1{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.cu_post__content{
    width: 100%;
}

/* .wp-caption.aligncenter{
    max-width: 100% !important;
    height: auto;
} */
/*  -- --  */
.wp-caption.aligncenter{
    max-width: 100% !important;
    height: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; */
}
/*  -- --  */
div.ImgWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*  -- --  */
.wp-caption-text{
    font-size: 12px;
}
/*  -- --  */
#individual_page_contents h4{
    margin-top: 50px !important;
}

.cu_post__content h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin: 30px 0 20px 0;
}

.cu_post__content h3{
    margin: 30px 0 20px 0;
}

.cu_post__content h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 30px 0 20px 0;
}

.cu_post__content p{
    margin-bottom:30px;
}

.post_more_reading_div {
    padding-top:50px;
}

.post_more_reading_div h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.cu_post_author_heading h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #8A8A8A;
}
/*  -- --  */
.cu_post_container .cu_post_div{
    display: flex;
    justify-content: space-between;
    /* justify-content: space-around; */
    align-items: flex-start;
    width: 100%;
}
/*  -- --  */
.outer_cu_post__header{
    padding:60px 0 0 0;
    width:100%;
    max-width: 890px;
    /* max-width: 860px; */
    /* max-width: 750px; */
    text-align: center;
    /* text-align: left; */
    display: flex;
    justify-content: center;
}
/*  -- --  */
.outer_cu_post__header_and_bc .breadcrumb_last{
    display: none;
}
/*  -- --  */
/* #breadcrumbs span span:first-child::after {
    content: ' > ';
    font-size: 16px;
} */

/*  -- --  */
#breadcrumbs span a, #glossary_breadcrumb span a, .breadcrumb_last{
    color:#000000;
    font-size:16px;
    text-decoration: none;
}
.breadcrumb_last{
    font-style: italic;
    font-weight: 700;
}
/*  -- --  */
.custom_breadcrumb{
    padding-bottom: 30px;
}
.outer_cu_post__title{
    font-weight:700;
    font-size: 32px;
    line-height:37.5px;
    max-width: 622px;
}

.cu_post__header{
    display:none;
}

.cu_post_container .cu_post_div .cu_post{
    padding-top:40px;
    width: 100%;
    max-width: 890px;
    /* max-width: 665px; */
    margin-right:20px;
}

.cu_post__featured_image{
    display: flex;
    width: 100%;
    padding-bottom:40px;
}

.cu_post__featured_image img{
    width: 100%;
    height:100%;
}

/* 17 */
.cu_post_container .cu_post__content figure{
    /* width: 100%;
    height: auto;
    display: flex; */
}
/* 17 */
.cu_post_container .cu_post__content figure img{
    /* width: 100%; */
    /* height: 100%; */
}

.cu_post .more_reading_div{
    display: flex;
    justify-content: space-between;
    margin: 25px 0 42px 0;
    gap: 25px;
}

.cu_post .more_reading_div .more_reading_previous, .cu_post .more_reading_div .more_reading_next{
    width: 100%;
    max-width: 350px;
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    padding: 30px;
}
.more_reading_div .more_reading_heading{
    padding-bottom: 15px;
}
.more_reading_div .more_reading_heading h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.more_reading{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.more_reading_next.more_reading{
    text-align: right;
}

.more_reading_post_link p a{
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #9A9A9A;
}

.cu_post__content li{
    margin-bottom:30px;
}

.post_comments_div{
    width: calc( 100% - 80px );
    background: #FBFBFB;
    padding: 50px 40px;
    max-width: 810px;
    margin-bottom:110px;
}

.post_comments_div .post_comments_heading h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.post_comments_div .post_comments{
    padding-top:42px;
}
/*  -- --  */
.post_comments_div .post_comments .comments, .post_comment_custom_div{
    padding-top: 10px; /* added */
    padding-bottom: 35px;
}

.post_comments_div .post_comments .comments, .post_comment_custom_div:nth-child(2) .post_comment{
    padding-bottom: 30px;
}

.post_comments_div .comment_avatar_and_author_div{
    display: flex;
}

.post_comments_div .comment_avatar_and_author_div .comment_avatar{
    height: 60px;
    width: 60px;
}

.post_comments_div .comment_avatar_and_author_div .comment_avatar img{
    height: 100%;
    width: 100%;
}
#comment-error, #author-error, #email-error{
    padding-top:4px;
    color: #dc3232;
}

.comment_author_name{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
}

.comment_author_name_and_date{
    padding-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post_comment_date{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #9A9A9A;
}

.post_comment{
    padding-top:30px;
}

.hr{
    height:0;
    width:100%;
    border: 1px solid #D9D9D9;
}

#reply-title{
    padding-top:50px;
}

.comment-notes{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    padding-top:18px;
}

.comment_field, .comment-form-author, .comment-form-email, .comment-form-url{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top:30px;
}

.comment-form .label{
    padding-bottom:5px;
}

.cookie_consent label{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
}

#comment{
    background: #F2F2F2;
    border: 1px solid #CDCDCD;
    width:100%;
    max-width: 650px;
    height: 180px;
}

.cookie_consent{
    padding-top: 30px;
}

#wp-comment-cookies-consent{
    height: 25px;
    width: 100%;
    max-width: 25px;
    background: #FFFFFF;
    border: 2px solid #CDCDCD;
    border-radius: 5px;
    margin:0;
}

.comment-form-cookies-consent{
    display: flex;
    align-items: center;
    margin-bottom:30px;
}

.comment-form-cookies-consent label{
    margin-left: 10px;
}

.comment-form-author{
    width: 100%;
}

.email_and_website{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 650px;
    gap: 20px;
}

#comment{
    width: calc(100% - 10px);
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
}

#author{
    max-width: 650px;
    background: #F2F2F2;
    border: 1px solid #CDCDCD;
    height: 50px;
    width: calc(100% - 10px);
    padding-left: 10px;
}

#email, #url{
    background: #F2F2F2;
    border: 1px solid #CDCDCD;
    height: 50px;
    width: calc(100% - 10px);
    padding-left: 10px;
}
#commentform .form-submit{
    padding-top:15px;
    padding-bottom:35px;
}

#commentform #submit{
    background: #ED5922;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 20px;
    width: 100%;
    max-width: 322px;
    height:60px;
}

input[type=submit]{
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.comment-form-subscriptions label{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    margin-left: 10px;
}
.comment-form-subscriptions input{
    margin: 0;
    width: 100% !important;
    max-width: 25px;
}

.comment-form-subscriptions{
    display: flex;
    align-items: flex-start;
}
/*  -- --  */
.aligncenter, div.aligncenter {
    display: block;
    margin: 0 auto;
}
/*  -- --  */
.alignleft {
    float: left;
}
/*  -- --  */
.alignright {
    float: right;
}



.cu_post_main_div{
    display: flex;
    justify-content: space-between;
}

/*  -- --  */
.cu_post_main_div .cu_post_sidebar{
    padding-top:40px;
    width: 100%;
    /* height: 100%; */
    min-height: 100%;
    /* height: auto; */
    max-width: 320px;
}

.cu_post_main_div .cu_post_sidebar .cu_post_author .cu_post_author_heading, .cu_post_author_heading_mobile {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #8A8A8A;
}

.cu_post_author_profile_div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cu_post_author_heading{
    display:flex;
    padding-bottom:30px;
}

.cu_post_author_heading_mobile{
    display: none;
}


.cu_post_author_div{
    width: 100%;
    max-width: 320px;
    display: flex;
    padding: 23px 32px 12px 32px;
    background: #FBFBFB;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.cu_post_author_name{
    padding-top: 20px;
}
.cu_post_author_name p{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.cu_post_author_designation p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.cu_post_author{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cu_post_author_img{
    /*padding-top:30px;*/
    border-radius: 50%;
    border: none;
}

.cu_post_author_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #ED5922;
}


.cu_post_author_description{
    padding-top:20px;
    padding-bottom:30px;
}
.cu_post_author_description p{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;

    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}

.cu_post_author_description.show-all p{
    height:unset;
    overflow:visible;
    text-overflow: none;
}


.ga4_mailbox_div, .ga4_mailbox_popup_div{
    width: 100%;
    max-width:320px;
    display:flex;
    flex-direction: column;
    margin-top:20px;
    margin-bottom:170px;
    position: sticky !important;
    top: 100px;
}

.ga4_mailbox_div .ga4_mailbox_upper_title, .ga4_mailbox_popup_div .ga4_mailbox_upper_title{
    background: rgba(237, 89, 34, 0.92);
    padding: 40px 54px;
}

.ga4_mailbox_div .ga4_mailbox_upper_title .ga4_mailbox_title p, .ga4_mailbox_popup_div .ga4_mailbox_upper_title .ga4_mailbox_title p{
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
}

.ga4_mailbox_div .ga4_mailbox_upper_title .ga4_mailbox_subtitle, .ga4_mailbox_popup_div .ga4_mailbox_upper_title .ga4_mailbox_subtitle{
    padding-top:30px;
}
.ga4_mailbox_div .ga4_mailbox_upper_title .ga4_mailbox_subtitle p, .ga4_mailbox_popup_div .ga4_mailbox_upper_title .ga4_mailbox_subtitle p{
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

/* .ga4_mailbox_div .ga4_mailbox_form_part, .ga4_mailbox_popup_div .ga4_mailbox_form_part{
    padding: 30px 15px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
} */
/*  -- --  */
.ga4_mailbox_div .ga4_mailbox_form_part, .ga4_mailbox_popup_div .ga4_mailbox_form_part{
    padding: 30px 15px 0px 15px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
}

.ga4_mailbox_div .ga4_mailbox_form_part p, .ga4_mailbox_popup_div .ga4_mailbox_form_part p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #272727;
}

.ga4_mailbox_popup_div .close_btn img{
    height: 100%;
    width: 100%;
}
.ga4_mailbox_popup_div .close_btn{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.ga4_mailbox_div .wpcf7-spinner{
    /*display:none;*/
}
.ga4_subscription_form_input{
    margin-top:30px;

}

.ga4_subscription_form_input input{
    width: calc(100% - 17px);
    background: #FFFFFF;
    border: 1px solid #A8A8A8;
    border-radius: 2px;
    height: 50px;
    padding:0 0 0 17px;
}

.ga4_subscription_form_submit{
    padding-top:20px;
}

.ga4_subscription_form .gglcptch_recaptcha{
    display: flex;
    justify-content: center;
}
.ga4_subscription_form_submit input{
    width: 100%;
    height: 50px;
    background: #ED5922;
    border-radius: 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ga4_mailbox_popup_parent_div{
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 120px;
    left: 0;
    z-index: 12;
}

.ga4_mailbox_popup_div{
    margin: 0 auto;
}


/*Thank you page styles start*/

.thank_you_main {
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items: center;
    width:100%;
    max-width:1440px;
    margin:0 auto;

}

.thank_you_main .thank_you_header{
    padding-top:60px;
    padding-bottom:50px;
}

.thank_you_paragraph p{
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}
.thank_you_paragraph{
    width: 100%;
    max-width: 910px;
    text-align: center;
    margin-bottom: 200px;
}

.thank_you_main .thank_you_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}


/*GA4 PDF download page styles start*/

.ga4_pdf_download_main {
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items: center;
    width:100%;
    max-width:1440px;
    margin:0 auto;

}

.ga4_pdf_download_main .ga4_pdf_download_header{
    padding-top:60px;
    padding-bottom:50px;
}

.ga4_pdf_download_paragraph p{
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}
.ga4_pdf_download_paragraph{
    width: 100%;
    max-width: 910px;
    text-align: center;
}

.ga4_pdf_download_main .ga4_pdf_download_header h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}


.ga4_pdf_download_main .ga4_pdf_download_link{
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0 190px 0;
}
.ga4_pdf_download_main .ga4_pdf_download_link a{
    background: #ED5922;
    border: 2px solid #ED5922;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 19px;
    width: 100%;
    max-width: 370px;

}

.bio_read_more{
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #3366CC;
    text-decoration: none;
}


.wpcf7 .wpcf7-recaptcha iframe {margin-bottom: 20px  !important; margin-top: 20px !important;}
.wpcf7 .wpcf7-recaptcha[data-align="center"] > div {margin: 0 auto;}
.wpcf7 .wpcf7-recaptcha[data-align="right"] > div {margin: 0 0 0 auto;}

.ga4_mailbox_popup_div .wpcf7-response-output, .ga4_mailbox_form .wpcf7-response-output{
    display:none;
}

.cu_privacy_policy th{
    text-align: left;
}
/* 17 */
/* [id*='attachment']{
    width:100% !important;
    height: auto;
} */

[id*='attachment'] img {
    max-width:100% !important;
    height: auto;
}

.cu_post a{
    color: #3366CC;
}

.duration_th th:nth-child(2){
    width: 20%;
}

.rc-anchor-light.rc-anchor-normal.rc-anchor-normal.rc-anchor-normal.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact.rc-anchor-compact.rc-anchor-compact.rc-anchor-compact.rc-anchor-compact{
    border-radius: 10px !important;
    border: 2px solid #CDCDCD !important;
}

.marketing_subheading{
    padding-top:50px !important;
}
.marketing_img{
    padding-top:30px !important;
}

#query_text{
    font-style: italic;
}

.post_header_and_image{
    display: flex;;
    flex-direction: column;
}


/* // Glossary page  */

/*  -- --  */
.glossary_banner{
    /* background: url('../images/glosary-banner.png') center / 100% 100% no-repeat;  */
    background: url('../images/glosary-banner.png') no-repeat; 
    background-color: #F9F9F9;
    /* min-height: 550px; */
    /* min-height: 565px; */
    min-height: 530px;
    width: 100%;

    background-size: contain;
    background-position: bottom;
}

/*  -- --  */
.cu_glossary{
    /* padding-top:48px !important; */
    padding-top: 38px !important;
}
/*  -- --  */
.cu_glossary_wrapper .cu_post_sidebar .ga4_mailbox_div{
	margin-top: 0px;
}
.banner_contents{
    /* max-width: 655px; */
    max-width: 675px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 195px;
}
div.banner_contents p{
    margin-bottom: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
}
.banner_third_para a{
    color: #000000;
}
.glossary_content_btn a{
    display: inline-block;
    background: #ED5922;
    border: 2px solid #ED5922;
    border-radius: 30px;
    padding: 12px 52px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
}
.glossary_content_btn {
    padding-top: 35px;
}
.glossary_page_link_divs .icon{
    background: url('../images/polygon.png') center no-repeat;
    /* margin-bottom: 25px; */
    margin-bottom: 10px;
    /* margin-top: 25px;  */

    /* margin-top: 50px; */
    width: 50px;
    height: 50px;
    display: inline-block;
    /* scroll-padding-top: 200px; */
    scroll-margin-top: 200px;
    animation: fade-left 1s ease-in;
    transition: 1s all ease;
}
.glossary_page_link_divs .icon:not(:first-child) {
    margin-top: 50px;
}

/*  -- --  */
.cu_post_main_div.cu_glossary_wrapper{
    /* gap: 20px !important; */
}
.cu_glossary_wrapper .cu_post_div{
    /* min-width: 55% !important; */
}
/*  -- --  */




/* old  */
/* .letter_div{
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 800px;
} */
/*  -- --    */
.letter_div_wrapper{
    margin: 80px 0 60px 0;
    position: sticky !important;
    top: 80px;
    background: #F9F9F9;
    z-index: 10;
}
.letter_div{
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
    gap: 1.6%;
    padding: 25px 20px;
    width: unset;
    padding: 25px 20px;
    /* width: 100%; */
    /* width: calc(100% + 110px); */
    width: unset;
    /* max-width: 800px; */
    max-width: unset;
    
    /* scroll-margin-top: 100px; */
}
.letter_div a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.53em;
    color: #000000;
    text-decoration: none;
    flex: 1;
}
div#letter_div {
    scroll-margin-top: 200px;
}








.wp-block-table .has-fixed-layout{
    border: 1px solid grey;
}

.marketing_subheading_h2{
    padding-top:50px !important;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

.ga4_mailbox_mobile_div{
    display: none;
}
/* old */
/* .glossary_link_div{
    columns: 2;
} */

/*  -- --  */
.glossary_link_div{
    columns: 2;
    column-gap: 20%;
}

.glossary_link_div .item a{
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding-left: 5px;
    display: inline-block;
}

/* old */
/* .glossary_page_link_divs p:first-child{
    margin-bottom: 20px;
    margin-top: 25px;
} */
/* .glossary_page_link_divs p{
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 30px;
} */
/*  -- --  */
.glossary_page_link_divs p{
    text-decoration: none;
    font-weight: 700;
    /* display: inline-block; */
    /* padding-left: 16px;
    padding-top: 12px; */
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    align-items: center;
}
/*  -- --  */
.glossary_link_div .item { 
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    max-width: 332px;
    border-bottom: 1px solid #D8D8D8;
    display: inline-block;
}
.Test {
    /* display: inline-block; */
/* border-bottom: 1px solid #D8D8D8;
padding-bottom: 15px;
padding-top: 15px; */

/* box-shadow: 0 1px 0 0 red;
    margin-left: -1px;
    margin-right: -1px; */
/* position: relative; */
}
.Test:after{
    /* content: "";
    background: #D8D8D8;
    position: absolute;
    width: 100%;
    padding-bottom: 1px;
    bottom: 0;
    left: 0; */
}
/*  -- --  */
.glossary_page_link_divs {
    padding-left: 60px;
}
/*  -- --  */
.glossary_bottom_description{
    /* padding: 70px 0 150px 0; */
    padding: 70px 0;
}
/*  -- --  */
.glossary_bottom_description p{
    color: #000000;
    text-align: justify;
}
/*  -- --  */
.cu_glossary_wrapper .ga4_mailbox_div{
    top: 80px;
}

/*..................... Glossary menu page end ....................*/

/* ...............Glossary Individual page style start ............. */
/*  -- --  */
.glossary_breadcrumb_wrapper{
    padding: 40px 0 30px 0;
}
.glossary_icon_and_header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 890px;
}
.icon{
    /* background: url("../images/polygon_individual.png") no-repeat; */
    background: url("../images/polygonIcon.png") no-repeat;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-icon{
    display: flex;
    width: 36px;
    height: 36px;
}
.inner-icon img{
    width: 100%;
}
.individual_sidebar .ga4_mailbox_div{
    margin-top: 0px;
}
.individual_page a{
    /* color: #000000; */
    text-underline-position: from-font;
}

.individual_featured_image{
    display: flex;
    width: 100%;
    /* padding-bottom:40px; */
    justify-content: center;
    margin: auto;
    max-width: 550px;
    max-height: 550px;
    /* height: 335px; */
    /* aspect-ratio: 3/1.85; */
}
.individual_featured_image img{
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    height: auto;
    object-fit: contain;
}

.search_icon_mobile_div{
    display: none;
}
/* ...............Glossary Individual page style end ............... */
/*..................... payment-page style start................. */
.payment-contents{
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.payment-banner img{
    width: 100%;
}
.payment-banner{
    max-width: 450px;
}
.payment-contents p{
    max-width: 760px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}
.payment-contents a{
    text-decoration: none;
    color: #000000;
}
.payment-contents h2{
    padding: 15px 0;
    color: #ED5922;
}
/*..................... payment-page style end................... */

/* .................. media query start ................... */

@media only screen and (max-width: 1280px) {
    .container{
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 1240px) {
    .search_input_div{
        width:100%;
    }

    .testimonials_container{
        width: calc( 100% - 50px) !important;
    }

    #main .btn.btn-learn-more{
        width: calc(100% - 50px)
    }

    .blog_card_inner{
        flex-direction: column;
    }

    .blog_featured_image{
        width: 100%;
        padding-bottom: 10px;
    }
    .blog_featured_image img{
        max-width: 100%;
        max-height: 175px;
    }

    .blog_categories_div .blog_categories{
        flex-wrap: wrap;
        justify-content: start;
    }
     /*  -- --  */
     .letter_div a {
        flex: unset;
    }
}
/* Tablet styles */

@media screen and (max-width: 1024px){
    body{
        margin:0;
    }

    .container{
        /*width: calc(100% - 100px);*/
    }

    #main .service .services{
        grid-template-columns: auto auto !important;
        justify-content:center !important;
    }

    .container{
        width:100%;
        max-width: calc(100% - 30px);
        padding-right:15px;
        padding-left:15px;
    }


    .header {
        box-shadow: none;
        top: 0;
    }

    .header_top{
        padding:25px 0;
        width: 100%;
    }

    #main .definition .definition_header{
        padding-left: 15px;
        padding-bottom: 0px;
        font-size: 26px;
        line-height: 30px;
        text-align: left;
        text-transform: capitalize;
        color: #000000;
        width: 100%;
    }

    #main .banner .banner_image_div{
        max-width: 227px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .site_logo{
        max-width:223px;
        /*padding-left:15px;*/
    }

    .phone_number_div, .header .nav{
        display: none;
    }

    /* .call_btn_div{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ED5922;
        border-radius: 5px;
        height: 45px;
        width: 45px;
        justify-content: center;
    } */
    /*  -- --  */
    .call_btn_div{
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #3ac001;
        border-radius: 5px;
        /* height: 45px;
        width: 45px; */
        height: 45px;
        width: 55px;
        justify-content: center;
    }

    .phone_img_mobile{
        width: 10px;
        height: auto;
        display: flex;
    }

    /* .menu_phone_img_mobile{
        width: 10px;
        height: 20px;
    } */
    /*  -- --  */
    .menu_phone_img_mobile{
        width: 10px;
        height: 20px;
        padding-right: 5px;
    }

    .phone_img_mobile img{
        width: 100%;
        height: 100%;
    }

    .menu_phone_img_mobile img{
        width: 100%;
        padding: 5px;
    }
    /*  -- --  */
    .mobile_nav_contact_no_div{
        /* padding:10px; */
        padding:  10px 10px 50px 10px;
    }
    /*  -- --  */
    .menu_phone_number{
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        /* color: #ED5922; */
        color: #3ac001;
        padding-left:5px;
        padding-top:5px;
    }

    .mobile_nav_contact_inner_div{
        display: flex;
        align-items: center;
    }

    .call_us{
        font-family: 'Inter',sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        /*margin-left:5px;*/
        /* margin-top: 3px; */
        margin-top: 5px;
    }


    .mobile_menu, .mobile_nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_menu a{
        text-decoration: none;
    }
    body.overflow{
        /* overflow: hidden !important; */
        /* overflow-y: hidden !important; */
    }
    /*  -- --  */
    .menu_div{
        /* margin-left: 30px; */
        margin-left: 15px;
        background: #F4F4F4;
        border: 1px solid #E8E8E8;
        border-radius: 5px;
        height: 43px;
        width: 53px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    /* .menu_div{
        margin-left: 30px;
        background: #3ac001;
        border: 1px solid #E8E8E8;
        border-radius: 5px;
        height: 44px;
        width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    } */
    /*  -- --  */
    .d-hidden{
        display: none !important;
    }
    .menu_div p {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        margin: 0;
        cursor: pointer;
        text-align: center;
        width: 100%;
    }
    /* .menu_div p {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        margin: 0;
        cursor: pointer;
        text-align: center;
        width: 100%;
    } */

    .menu_div .hamburger, .slide_nav_menu_div .hamburger{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        max-width: 24px;
        padding-top: 5px;
    }

    .menu_div .hamburger .slice, .slide_nav_menu_div .hamburger .slice{
        width: 100%;
        height: 2px;
        background: black;
        margin-bottom: 2px;
        border-radius: 2px;
    }
    /* .menu_div .hamburger .slice, .slide_nav_menu_div .hamburger .slice{
        width: 100%;
        height: 2px;
        background: white;
        margin-bottom: 2px;
        border-radius: 2px;
    } */

    .menu_div .menu_text, .slide_nav_menu_div .menu_text{
        padding-top:3px;
    }

    /*Start*/
    /* The side navigation menu */
    /* .sidenav {
        height: 100%; 
        width: 0; 
        position: fixed;
        z-index: 1; 
        top: 0; 
        left: 0;
        background-color: #FFF; 
        overflow-x: hidden; 
        padding-top: 24px; 
    } */

    .sidenav {
        /* height: 100%; 100% Full-height */
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        /* z-index: 1; Stay on top */
        z-index: 99;
        top: 0; /* Stay at the top */
        left: 0;
        background-color: #FFF; /* White*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 24px; /* Place content 60px from the top */

        /* height: 700px !important;
        overflow-y: scroll; */
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    #main {
        transition: margin-left .5s;
        /*padding: 20px;*/
    }

    /*Custom codes*/
    .slide_nav_top{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .slide_nav_logo img{
        width:100%;
    }

    .slide_nav_logo{
        width:100%;
        max-width: 224px;
        height:50px;
        padding-left: 15px;
    }
    /* //   -- --    */
    .slide_nav_menu_div{
        margin: 1px 15px 0 30px;
        background: #F4F4F4;
        border: 1px solid #E8E8E8;
        border-radius: 5px;
        height: 44px;
        width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    /* .slide_nav_menu_div{
        margin: 1px 15px 0 30px;
        background: #3ac001;
        border: 1px solid #E8E8E8;
        border-radius: 5px;
        height: 44px;
        width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }    */
      /* //   -- --    */
    .slide_nav_menu_div p{
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        cursor: pointer;
    }
    /* .slide_nav_menu_div p{
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        cursor: pointer;
    } */

    #menu-cu_menu{
        margin:20px 0 0 0;
        padding:0;
        list-style-type: none;
    }

    #menu-cu_menu li{
        padding:0 40px;
    }
    #menu-cu_menu li a{
        padding:20px 0 20px 5px;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        border-bottom: 1px solid #D0D0D0;
    }

    #menu-cu_menu li ul li{
        border-bottom: 1px solid #D0D0D0;
    }

    #menu-cu_menu  li:nth-child(2) a:after{
        content: url('../images/arrow.svg');
        margin-left:10px;
    }

    #menu-cu_menu  li ul{
        padding-left: 0 !important;
        position: relative;
        top:0;
        display:block!important;
        box-shadow: none;
        border-radius:0;
        border:none;
    }

    #menu-cu_menu li:nth-child(2) a, #menu-cu_menu .sub-menu li:last-child{
        border-bottom:0;
    }

    #menu-cu_menu li:nth-child(3) a{
        border-top: 1px solid #D0D0D0;
    }

    #menu-cu_menu li:nth-child(2) ul li:nth-child(3) a{
        border-top:0;
    }
    #menu-cu_menu li ul li a {
        padding: 12px 0 12px 5px !important;
    }


    #menu-cu_menu  li ul li{
        padding:0;
        list-style-type:none;
    }

    #menu-cu_menu  .serviceItem .sub-menu{
        display: none !important;
    }
    #menu-cu_menu  .serviceItem .sub-menu.sub-menu-open{
        display: block !important;
        padding-left: 5px !important;
    }

    #menu-cu_menu .sub-menu li a{
        color: #000000 !important;
    }

    #menu-cu_menu .sub-menu li a{
        color: #000000 !important;
    }

    #menu-cu_menu .sub-menu li.menu-item.current-menu-item.current_page_item a{
        color: #ED5922 !important;
    }

    #menu-cu_menu .sub-menu li:hover a{
        color: #ED5922 !important;
    }




    /*4. Footer Mobile*/

    #footer{
        border-top: none;
    }
    #footer .search_input_div{
        display: flex;
        width:100%;
        max-width:350px;
        padding-bottom:30px;
    }

    #footer .search_input {
        min-width: 320px;
        height: 36px;
        padding: 0;
        border-radius: 5px;
        max-width: 350px;
    }

    #footer .search_submit {
        margin-left: -100px;
        /*height: 40px;*/
        width: 100px;
        background: #000;

        border: 0;
        -webkit-appearance: none;

        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #FFFFFF;

        border-radius: 0 5px 5px 0;
        cursor: pointer;
    }

    #footer .search_input_arrow_div{
        display: flex;
        flex-direction: column;
    }


    #footer .footer_parts{
        flex-direction: column;
        align-items:center;
        justify-content: center;
    }

    #footer footer ul{
        padding:0;
        flex-direction:column;
        justify-content: center;
        align-items: flex-start;
    }

    #footer footer ul li{
        margin-bottom:0;
        padding:8px 0;
    }

    #footer footer ul li:last-child{
        margin-bottom:0;
        /*padding: 0;*/
    }


    #footer .copyright{
        text-align: center;
    }

    #footer .top_link_div .up_arrow img{
        width: 100%;
    }
    #footer .top_link_div .up_arrow{
        width: 10px;
        height: 10px;
        padding-right: 3px;
    }
    #footer .top_link_div{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-bottom: 15px;
    }

    #footer .top_link_div .top_link a{
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */

        text-align: center;
        text-decoration-line: underline;
        text-transform: capitalize;

        color: #000000;
    }

    #footer .copyright p{
        padding:0;
        margin:0;
    }

    #footer .footer_nav .menu-cu_footer-container{
        display: flex;
        justify-content: center;
    }

    #footer .footer_links_divs{
        flex-direction:column;
        align-items: flex-start;
    }

    #footer .footer_links_div{
        padding:0 0 15px 0;
    }

    #footer .footer_links_div:first-child {
        padding:0 0 15px 0;
    }

    #footer .footer_logo_copyright{
        border-top: none;
    }





    /*About us start*/
    .linked_in_div{
        /*max-width: 296px;*/
        max-width: calc( 100% - 50px );
        padding: 20px 0px;
        margin:0;
    }

    #main .linked_in_container{
        background: #F8F8F8;
    }

    #main .linked_in_container .slick-next:before,#main .linked_in_container .slick-prev:before{
        width: 18px;
    }

    #main .linked_in_container .slick-next{
        right: -16px !important;
    }

    #main .linked_in_container .slick-prev{
        left:-36px !important;
    }

    #main .linked_in_post{
        padding:20px 10px;
        margin:5px;
    }

    .li_main_post{
        padding: 20px 0;
    }

    .li_img{
        max-width: 40px;
    }

    .li_name_and_designation{
        padding-left: 10px;
    }

    .li_name{
        font-size: 14px;
    }


    .slick-prev{
        left: -25px !important;
    }

    .slick-next{
        right:-25px !important;
    }

    /*About us end*/

    /*Banner Parts*/
    #main .banner .definition .definition_and_image{
        display: flex;
        justify-content: space-between;
    }

    #main .banner{
        padding-top: 40px;
        padding-bottom: 0;
        flex-direction:column-reverse;
    }

    #main .banner .definition .definition_and_image .definition_div{
        width: 100%;
        display: flex;
        justify-content: center;
        max-width: 100%;
        margin: 30px 0 0 0;
    }

    #main .banner .definition .definition_and_image .banner_image_div_mobile{
        display: none;
        width: 40%;
        max-width: 175px;
        padding-right: 15px;
    }
    #main .banner .definition .definition_and_image .banner_image_div_mobile img{
        width:100%;
    }

    #main .banner .definition .definition_sub_header{
        padding: 15px 20px 20px 15px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }
    #main .definition .banner_services {
        padding-left: 15px;
        margin:0;
    }


    #main .banner .definition .banner_services li{
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
    }

    #main .banner .definition .extra_paragraphs{
        width: calc(100% - 30px);
        padding-left:15px;
        padding-top:20px;
    }
    #main .banner .definition .extra_paragraphs p{
        font-size: 16px;
        line-height: 19px;
    }

    /*Service part start*/
    #main .service .service_header{
        padding-top: 60px;
        padding-bottom: 30px;
    }

    #main .service .service_header h1{
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;

        color: #000000;
    }

    /*Service Part*/
    #main .services{
        flex-wrap: nowrap;
        flex-direction: column;
        margin: 0;
    }

    #main .service_details_div{
        padding:15px 26px 15px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*padding-top:15px;*/
    }

    #main .service_details_div .service_heading{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-bottom: 0;
    }

    #main .service_details_div .service_heading h2{
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        text-transform: capitalize;

        color: #000000;
    }


    #main .services .service_card{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    #main .services .service_card .service_img{
        padding: 15px;
    }



    #main .service_details_div .service_details{
        margin-top:15px;
        /*text-align: justify;*/
    }

    #main .service .services .service_card{
        width: 100%;
        flex-direction: column;
        margin-bottom:0;
        min-width: 0;
        min-height:486px;
    }

    #main .service .btn.btn-learn-more{
        width:300px;
        min-width:300px;
        margin: 0 auto;
    }

    /*Client section*/
    #main .clients_div .client_header h1{
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
    }

    #main .clients_div{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #main .client_header{
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
        padding-top: 50px;
    }

    #main .clients_div .clients{
        display: flex;
        /* flex: 25%; */
        flex-wrap: wrap;
        justify-content: center;
        padding:0 0 10px 0;
    }


    #main .clients_div .clients .client_img{
        padding: 10px 15px;
        margin:0
    }
    #main .clients_div .clients .client_img img{
        width: auto;
        padding: 0;
    }

    /*Testimonials*/

    #main .testimonials_container{
        width:100% !important;
        max-width:100% !important;
    }

    #main .testimonials_div{
        background: url('../images/testimonial_background.png') no-repeat;
        background-size: 100% 100%;
        padding: 50px 0 0 0;
    }

    #main .testimonials_div .testimonial_header{
        padding-bottom: 30px;

    }

    #main .testimonials_div .testimonial_header h1{
        margin:0;
        text-align: center;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        text-transform: capitalize;
        color: #FFFFFF;
    }

    #main .testimonials .testimonial_card {
        width: 100%;
        margin: 20px;
    }

    #main .testimonials{
        max-width: 600px;
    }


    #main .testimonials .testimonial_card .testimonial_text{
        font-style: italic;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        text-align: left;
    }

    #main .testimonial_card .testimonial_person{
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    #main .testimonials_div .free_consult_btn_div{
        padding-bottom:50px;
    }

    #main .testimonials_div .free_consult_btn_div a{
        margin: 0 20px;
    }

    #main .testimonials_div .slick-prev{
        left:-45px !important;
    }

    #main .testimonials_div .slick-next{
        right:-25px !important;
    }

    .slick-prev:before {
        font-size: 20px !important;
    }

    .slick-next:before {
        font-size: 20px !important;
    }

    #main .conversion_optimisation_div{
        padding-top: 50px;
    }

    #main .conversion_optimisation_div .conversion_header h1{
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
        padding-bottom:30px;
    }

    #main .conversion_optimisation_div .conversion_optimisation{
        flex-direction:column;
        align-items: center;
    }

    #main .conversion_optimisation_div .co_top{
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        /*text-align: center;*/
        padding-bottom:30px;
    }

    #main .conversion_optimisation_div .co_img{
        width: calc(100% - 30px);
        padding:0 0 60px 0;
    }

    #main .conversion_optimisation_benefits .free_consult_btn_div{
        justify-content:center;
    }


    /*About us */

    #main .about_us_div .about_us_header{
        padding-bottom:30px;
    }

    #main .about_us_div .about_us_header h1{
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
    }

    #main .owner_and_about_top_div{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
    }

    #main .about_us_div .about_top_div p{
        text-align: left;
        font-size: 14px;
        line-height: 16px;
    }

    #main .about_us_div .about_top_div{
        width: calc(100% - 50px);
        padding-top:0;
    }

    #main .about_us_div .owner_div{
        flex-direction:column;
        padding-top:0;
    }

    .about_us_div .owner_div .owner_img{
        width:90px;
        height:90px;
    }
    #main .about_us_div .owner_div .owner{
        padding-top:30px;
    }

    .about_us_div .linked_in_div .li_owner .li_img{
        max-width:40px;
    }

    .linked_in_div .li_top .li_name_and_designation{
        padding-left:10px;
    }

    .linked_in_div {
        width: calc(100% - 75px);
    }

    .linked_in_div .slick-list.draggable{
        width: 100%;
    }

    .about_us_div .li_name_and_designation .li_name{
        font-size: 14px !important;
        line-height: 16.41px !important;
    }

    .about_us_div .li_post_img{
        padding-top:15px;
        padding-bottom:15px;
    }

    .about_us_div .li_main_post{
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }


    .about_us_div .li_name_and_designation .li_designation{
        font-size: 12px !important;
        line-height: 14.06px !important;
    }

    #footer .footer_nav_div, #footer .footer_logo_div{
        margin:0 auto;
    }

    .testimonial_card{
        max-width:100%;
    }

    .cu_contact_form form{
        margin: 35px 30px !important;
    }

    .cu_contact_form div{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cu_contact_page_div{
        padding-top:40px;
    }

    .cu_contact_page_header{
        padding-top: 0;
    }

    .cu_contact_page_header h1{
        font-size: 20px;
        line-height: 23px;
    }

    .cu_contact_page__sub_header{
        padding-top: 15px;
    }

    .cu_contact_page__sub_header h2{
        font-size: 14px;
        line-height: 16px;
    }

    .cu_zoom_call_text{
        padding: 15px;
    }
    .cu_zoom_call_text p{
        font-size: 14px;
        line-height: 16px;
    }

    .cu_zoom_CTA{
        padding-top: 30px;
        padding-bottom: 0;
    }

    .cu_contact_form_header{
        padding-top:60px;
    }

    .cu_contact_form_header h2{
        font-size: 20px;
        line-height: 23px;
    }

    .cu_contact_form{
        border: 2px solid #262223;
    }

    /*.cu_contact_form form p:nth-child(2){*/
    /*padding-top:0 !important;*/
    /*}*/

    /*  -- --  */
    .cu_contact_form form p{
        font-size: 14px;
        line-height: 16px;
        /* font-size: 12px;
        line-height: 14px; */
        /* padding-top: 10px; */
        padding-top: 16px;
    }
    /*  -- --  */
    .cu_contact_form form span input, .cu_contact_form form span select{
        font-size: 14px;
    }
    .cu_contact_form form p:nth-child(6){
        padding-top: 15px !important;
    }

    #contact_form_submit{
        background: #3BBF02;
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        border: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #ffffff;
        padding: 12px 20px !important;
        height: 40px;
        -webkit-appearance: none;
    }

    .wpcf7 form.sent .wpcf7-response-output{
        padding: 5px 0 !important;
        margin-left: 0 !important;
    }




    #main .search_input_arrow_div_desktop{
        justify-content:center;
    }

    #main .search_input_arrow_div_desktop .search_input{
        width:100%;
    }

    #main .search_input_desktop{
        width:100%;
    }

    #main .search_container{
        /* background: #F8F8F8; */
        /* padding-top:60px; */
        /* margin-top: 40px; */
    }

    #footer .footer_logo_copyright_div{
        flex-direction:column;
    }

    #footer .footer_logo_div{
        max-width:153px;
        padding-bottom: 22px;
    }

    #footer .copyright{
        font-size:12px;
        line-height:14px;
    }

    #footer .footer_links_div:last-child {
        padding:0;
    }

    .cu_certificate_container .slick-prev{
        left: -45px !important;
    }

    .cu_certificate_container .slick-next{
        right: -20px !important;
    }
    /* //  -- --   */
    .glossary_page_link_divs {
        padding-left: 30px;
    }
    /*  -- --  */
    .letter_div_wrapper {
        top: 105.5px;
    }
    /*  -- --  */
    .cu_glossary_wrapper .ga4_mailbox_div {
        top: 105.5px;
    }
    .glossary_page_link_divs .icon {
        scroll-margin-top: 210px;
    }
    div#letter_div {
        scroll-margin-top: 205px;
    }
}

/*Mobile Styles*/
@media screen and (max-width: 768px){
    h1{
        font-size: 26px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 28px;
    }
    h3{
        font-size: 20px;
        line-height: 23px;
    }

    p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .site_logo {
        max-width: 156px;
        margin-top:10px;
    }

    .search_input_arrow_div_desktop{
        width:100%;
    }

    #main .service .services{
        grid-template-columns: auto !important;
        justify-content: center !important;
    }

    #main .clients_div .clients .client_img img{
        max-height: 40px;
        max-width: 130px;
        width:auto;
    }

    #main .testimonials{
        max-width: 280px;
    }

    #main .testimonials_div .slick-prev {
        left: -45px !important;
    }

    #main .testimonials_div .slick-next{
        right: -15px !important;
    }

    #main .testimonials_div {
        background: url('../images/testimonial_background_mobile.png') no-repeat;
        background-size: 100% 100%;
    }

    #main .search_container{
        padding-top:60px;
        margin-top: 0px !important;
        
    }



    /* 404 Error page 768px*/
    .cu_404_div .cu_404_header{
        padding: 40px 0 30px 0;
    }

    .cu_404_div .cu_404_header h1{
        font-size: 26px;
        line-height: 30px;
    }

    .cu_404_div .cu_404_img{
        max-width: 176px;
    }

    .cu_404_div .cu_404_text{
        padding: 30px 0;
    }

    .cu_404_div .cu_404_text h2{
        font-size: 20px;
        line-height: 35px;
    }

    .cu_404_div .cu_404_text .sorry_text{
        color: #ED5922;
    }
    .cu_404_div .cu_404_blog_page_btn_div{
        padding: 0 0 30px 0;
    }

    .cu_404_div .cu_404_blog_page_btn_div .cu_404_blog_page_btn a{
        font-size: 20px;
        line-height: 23px;
    }
    .cu_privacy_policy .post__header{
        padding: 40px 0 20px 0;
    }

    .cu_common_contact_div .cu_common_contact_text{
        width: 100%;
        max-width: 390px;
    }

    .cu_service_post_title{
        padding: 40px 0 30px 0;
    }

    .cu_service_img{
        padding-bottom: 30px;
    }

    .cu_service h2 {
        padding-top: 30px;
    }

    .cu_service .service_names {
        padding-top: 30px;
    }

    .cu_certificate_container{
        max-width:300px;
    }

    .cu_certificate_container .slick-prev{
        left: -35px !important;
    }

    .cu_certificate_container .slick-next{
        right: -20px !important;
    }

    .cu_certificate_div .slick-prev:before, .cu_certificate_div .slick-next:before{
        width: 15px;
    }

    .cu_service_ol, .cu_service_ul{
        /*padding-left: 15px !important;*/
    }


    /*Blogs styles*/
    .blog_categories_div{
        padding-bottom: 50px;
    }

    .blogs_div {
        padding: 20px 0 40px 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .blog_card_div{
        max-width: 100%;
        margin: 10px 0;
        justify-content: center;
    }

    .blog_card_inner{
        flex-direction: column;
        width: 100%;
        padding: 15px;
    }

    .blog_featured_image{
        padding: 0 0 10px 0;
    }
    .blog_featured_image img{
        max-width: 100%;
        width: 100%;
        max-height: 275px;
    }

    .blog_details .blog_title p, .blog_short_description p{
        font-size: 14px;
        line-height: 16px;
    }

    .blog_details .blog_date span{
        font-size: 12px;
        line-height: 14px;
    }

    /*Privacy Policy*/

    .cu_privacy_policy .privacy_policy_mobile_h2{
        padding: 30px 0 20px 0;
    }

    .cu_privacy_policy p.privacy_policy_paragraph{
        padding-bottom: 30px;
    }

    /*Blog page styles Start*/
    .cu_blog_container .blog_intro_text{
        padding: 30px 0 40px 0;
    }

    .blog_category_heading h1{
        font-size: 20px;
        line-height: 23px;
    }

    .load_more_container a{
        padding: 12px 36px;
    }
    /*Contact page modal style*/
    #mobile_overlay .contact_modal{
        display: none;
        overflow: hidden;
        opacity:1;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
        background: #F4F4F4;
        box-shadow: 7px 16px 29px 2px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #mobile_overlay .contact_modal .submission_title h1{
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        color: #000000;
        margin-bottom:20px;
        text-align: center;
    }

    #mobile_overlay .contact_modal .submission_description p{
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-bottom:36px;
        text-align: center;
    }

    #mobile_overlay .contact_modal .back_to_home_btn_div a{
        text-decoration: none;
        color: #FFFFFF;
        background: #ED5922;
        border-radius: 20px;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        padding: 12px 40px;
        text-align: center;
    }

    #mobile_overlay .contact_modal .submission_message{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #mobile_overlay .contact_modal .submission_message .submission_title{
        width: 70%;
    }
    #mobile_overlay .contact_modal .rocket_animation{
        display: flex;
        justify-content: center;
        width: 50%;
    }

    #mobile_overlay .contact_modal .rocket_animation .rocket_img_div{
        width: 100%;
        max-width: 80px;
    }


    #mobile_overlay .rocket_img_div img{
        height: 100%;
        width: 100%;
        position: relative;
        animation-name: rocketAnimation;
        animation-duration: 3s;
        transform: translateY(0);
    }

    #mobile_overlay .modal_close_btn{
        width: 10px;
        height: 10px;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    #mobile_overlay .modal_close_btn img{
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    #mobile_overlay .rocket_img_div img{
        height: 100%;
        width: 100%;
        position: relative;
        animation-name: rocketAnimationMobile;
        animation-duration: 4s;
        transform: translateY(0);
    }

    @keyframes rocketAnimationMobile{
        0%  {transform:translateY(400%)}
        50% {transform:translateY(0%);}
        100%    {transform:translateY(-400%);}
    }

    .search_result{
        flex-direction: column;
    }

    .search_main .search_result .post{
        width: 100%;
    }

    .cu_about_us_title{
        padding: 40px 0 5px 0;
    }

    .about_us_heading{
        padding-top:0px !important;
    }

    .about_us_subheading{
        padding-top: 30px;
    }

    .about_us_subheading.about_us_subheading50px{
        padding-top: 30px !important;
    }


    .about_us_discipline_img .wp-element-caption{
        margin:0 !important;
    }

    .about_p{
        padding-top: 15px !important;
    }

    .about_us_discipline_img.mobile_flex{
        display: flex;
    }
    .about_us_discipline_img{
        display: none;
    }

    .about_us_discipline_img_mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 35px;
    }


    .about_us_discipline_img_mobile .wp-element-caption{
        display: flex;
        justify-content: center;
        padding-top:20px;
    }

    .about_us_discipline_img_mobile{
        display: none;
    }

    .about_us_discipline_img_mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 35px;
    }

    .about_us_discipline_img_mobile img{
        margin: 0 auto;
        display: flex;
    }

    .about_us_discipline_img_mobile .wp-element-caption{
        margin:0;
    }

    .cu_privacy_policy .privacy_policy_h230b20{
        padding: 30px 0 20px 0 !important;
    }

    .cu_post_container .cu_post_div{
        flex-direction: column;
    }

    .ga4_mailbox_div{
        display: none;
    }

    .cu_post_author_div{
        max-width: calc( 100% + 30px );
        width: calc( 100% + 30px );
        margin-bottom: 66px;
        padding: 76px 15px 15px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .cu_post_main_div{
        flex-direction:column;
    }

    .cu_post_main_div .cu_post_sidebar{
        max-width: 100%;
        padding-top:60px;
        display: flex;
        flex-direction: column-reverse;
    }

    .post_comments_div{
        margin-bottom: 50px;
    }

    .cu_post .more_reading_div{
        flex-direction: column;
    }

    .cu_post .more_reading_next.more_reading{
        /*margin-top:25px;*/
        text-align: left;
    }

    .cu_post .more_reading_div .more_reading_previous, .cu_post .more_reading_div .more_reading_next{
        width: calc( 100% - 60px);
    }

    .post_comments_div{
        width: 100%;
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px;
    }

    .email_and_website{
        flex-direction: column;
    }


    .comment-form-cookies-consent{
        align-items: flex-start;
    }

    .cu_post_author_heading_mobile{
        display: flex;
        padding-bottom:4px;
    }

    .cu_post_author_heading{
        display: none;
    }

    .cu_post_author_name_and_designation{
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        margin-left: 7px;
        margin-top: 10px;
    }

    .cu_post_author_img{
        padding:0;
    }

    .cu_post_author_profile_div{
        flex-direction:row;
    }

    .cu_post_author{
        align-items: flex-start;
    }

    .cu_post_author_designation p{
        text-align: left;
    }

    .cu_post_author_name {
        padding-top: 0;
    }

    .post_comments_div .post_comments .comments, .post_comment_custom_div{
        padding-bottom:15px;
    }

    .cu_post .more_reading_div .more_reading_previous, .cu_post .more_reading_div .more_reading_next{
        padding: 25px 15px;
    }

    .ga4_mailbox_mobile_div{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: calc( 100% - 50px );
        max-width: 345px;
        background: #FFFFFF;
        border: 3px solid #DFDFDF;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);
        padding: 25px 25px 15px 25px;
        margin: 20px auto;
    }

    .ga4_mailbox_mobile_title{
        width:100%;
    }

    .ga4_mailbox_mobile_title p span{
        color: #ED5922;
    }

    .ga4_mailbox_mobile_title p{
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
        color: #454545;
        padding-bottom: 16px;
        margin: 0;
    }

    .ga4_download_btn_div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ga4_download_btn{
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF !important;
        background: #ED5922;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 12%);
        border-radius: 2px;
        text-decoration: none;
        padding: 8px;
        width: 100%;
    }

    .search_main .search_page_header{
        padding-left: 10px;
    }

    .search_main .search_page_header h1{
        text-align: left;
    }

    .post_header_and_image{
        display: flex;;
        flex-direction: column-reverse;
    }

    .search_main .post_header{
        margin: 15px 0 10px 0;
    }
    .search_main .search_result .post .post_content{
        padding-top:0;
    }

    .search_main .search_result .post{
        padding: 20px 15px;
    }

    .search_main .search_result .post .post_image{
        padding: 0;
    }

    .cu_zoom_CTA {
        padding-top: 15px;
    }

    .marketing_subheading_h2{
        padding-top:30px !important;
    }

    .cu_post_author_img img {
        max-height: 80px;
        max-width: 80px;
    }

    /* glossary-mobile-responsive */

    /*  -- --  */
    div#letter_div {
        scroll-margin-top: 100px;
    }
    .cu_glossary {
        padding-top: 28px !important;
    }
    .outer_cu_post__header {
        /* padding: 40px 0 0 0; */ /* This line is changed due to search icon */
        padding: 10px 0 0 0;
    }
    div.cu_post__content .glossary_banner{
        /* background: url('../images/glosary_banner_mobile.png') no-repeat; 
        background-size: contain;
        background-position: bottom; */

        background-color: #F9F9F9;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .glossary_content_btn a{
        display: inline-block;
        padding: 8px 38px;
        font-size: 16px;
        line-height: 19px;
    }
    div.banner_contents p {
        margin-bottom: 20px;
    }
    .glossary_content_btn {
        padding-top: 0px;
    }
    .banner_contents {
        padding-bottom: 105px;
    }
    .glossary_link_div {
        columns: 1;
    }
    .glossary_page_link_divs {
        padding-left: 0px;
        padding-top: 50px;
    }
    div.letter_div_wrapper{
        display: none;
    }
    .glossary_bottom_description{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .cu_glossary_wrapper .cu_post_sidebar, .individual_page .cu_post_sidebar{
        display: none !important;
    }
    .glossary_link_div .item {
        max-width: 370px;
    }
    
    /* ............ glossary individual page start...........  */
    .glossary_breadcrumb_wrapper {
        padding: 30px 0 20px 0;
    }
    .glossary_icon_and_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    /* ............. bottom search input ................. */
    #single_blog_search_container{
        max-width: 100%;
        padding: 0 !important;
        background: none !important;
    }

    .search_icon_mobile_div{
        display: flex;
        justify-content: right;
    }
    .search_icon_mobile{
        height: 40px;
        width: 40px;
        display: flex;
        background: #f4f4f4;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        cursor: pointer;
    }

    .cu_post__content .wp-caption.aligncenter img{
        height: 100%;
        width: 100%;
    }
    .cu_post__content iframe{
        width: 100%;
    }


}

@media screen and (max-height: 730px){
    #menu-cu_menu li a{
        padding: 10px 0 10px 5px;
    }
}

@media screen and (max-width: 605px){
    div.cu_post__content .glossary_banner{
        background: url('../images/glosary_banner_mobile.png') no-repeat; 
        background-size: contain;
        background-position: bottom;
        background-color: #F9F9F9;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
}
