@font-face {
    font-family: GilroyRegular;
    src: url('../fonts/Gilroy-Regular.ttf');
}

@font-face {
    font-family: GilroyBold;
    src: url('../fonts/Gilroy-Bold.ttf');
}

@font-face {
    font-family: GilroySemiBold;
    src: url('../fonts/Gilroy-SemiBold.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: "Poppins", sans-serif !important; */
    font-family: GilroyRegular !important;
    overflow-x: hidden;
    color: #424242!important;
}

:root {
    --ThemeColor: #f8aeb6;
    --TextColor: #000;
    --ThemeBgColor: #f5ede5;
    --ThemeBgColor2: #1c2a38;
    --black: #000;
    --white: #fff;
    --theme-blue: #9dd5ef;
    --heading_color: #25628b;
    --ThemeBgColor3: #f5f6f7
}

a {
    text-decoration: none !important;
    font-size: 1rem;
    /* 16px */
    cursor: pointer;
    /* color: var(--black) !important; */
    color: #424242!important;
    font-weight: bold;
}

ul {
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

h1 {
    font-size: 1.625rem;
}

/* 26px */
h2 {
    font-size: 1.5rem;
}

/* 24px */
h3 {
    font-size: 1.375rem;
}

/* 22px */
h4,
h5 {
    font-size: 1.25rem;
}

/* 20px */
p {
    font-size: 18px;
    margin-bottom: 0 !important;
}

/* 18px */
img {
    width: 100%;
}

.headingall {
    color: var(--heading_color);
    font-family: GilroyBold;
    text-align: center;
    font-weight: bold;
}

h5 {
    color: var(--heading_color) !important;
}

.main-menu {
    margin-left: 60px;
}

.main-menu ul li a {
    font-family: GilroySemiBold;
    font-weight: 700;
    text-transform: uppercase;
}
.main-menu ul li:hover a{color: var(--heading_color) !important;}
.headermain .col_logo {
    width: 20%;
}

.headermain .col_menu {
    width: 70%;
}

.menu_logo {
    width: 65% !important;
}

.headermain .col_menu .main-menu ul li {
    margin-right: 55px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}
.mySwiper{display: block !important;}
.mobile_banner {
  
    width: 500px;
    margin: auto;
}
.mySwiper .swiper-pagination-bullet {
    border-radius: 0;
    transform: rotate(45deg);
    border: 2px solid #000000;
    background: #ffffff;
    width: 11px;
    height: 11px;
}

.mySwiper .swiper-button-prev {
    background: rgba(0, 0, 0, 0) url('../images/button.png') no-repeat scroll 0 0;
    height: 45px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 45%;
    transition: none 0s ease 0s;
    width: 45px;
}

.mySwiper .swiper-button-next {
    background: rgba(0, 0, 0, 0) url(../images/button.png) no-repeat scroll -48px 0;
    height: 45px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 45%;
    transition: none 0s ease 0s;
    width: 45px;
}

.mySwiper:hover .swiper-button-next {
    opacity: 1;
}

.mySwiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.trimacare_sec_2 .box-heading::before {
    background: #fafafa none repeat scroll 0 0;
    bottom: -52px;
    color: #00a1ea;
    content: "X";
    font-family: fontawesome;
    font-size: 19px;
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.trimacare_sec_2 .box-heading::after {
    border-bottom: 1px solid #d1d1d1;
    bottom: -34px;
    content: "";
    font-family: fontawesome;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 140px;
}

.trimacare_sec_2 .box-heading {
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 3px;

    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
}

.image_sec2_main {
    text-align: center;
}

.features_left>div,
.features_right>div {
    margin-bottom: 125px;
}

.pill_main .pill_img {
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-blue);
    line-height: 150px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin: auto;
    margin-bottom: 20px;
}

.pill_main .pill_img img {
    width: 75px;
}

.pill_main p {
    font-family: GilroySemiBold !important;
}

.pill_main {
    text-align: center;
    padding: 25px;
}

.pill_main .pill_img_2 {
    background-color: var(--ThemeColor);
}

.trimacare_sec_3 {
    background-color: var(--ThemeBgColor);
}

.buttons_sample_requests {
    background-color: var(--ThemeBgColor2);
    height: 100%;
    display: flex;
    align-items: center;
}


.button_sample {
 
background: #f8afb6;
 
/* border: 1px solid #f8afb6 !important; */
 
box-shadow: 2px 4px 2px #000000c7;
 
margin-bottom: 10px;
 
border-radius: 50px;
 
padding: 10px;
 
display: inline-block;
 
text-align: center;
 
text-transform: capitalize;
 
font-weight: 500;
 
position: relative;
 
text-align: left;
 
padding-left: 15px;
 
font-size: 16px;
 
width: 164px;
}
/* .button_sample:after{content:''; height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
  } */
    /* .button_sample:hover:after {
        width: 100%;
        transition: width 0.3s ease;
    } */
    
    /* .button_sample:hover a{color: var(--ThemeBgColor2) !important; z-index: 1; position: relative;} */
.button_sample a {
    font-size: 14px;
    color: #1c2a38 !important;
    font-family: GilroySemiBold;
    font-style: italic;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.button_req {
    background-color: #dd4655;
}
.button_req a{color: #fff !important;}
.imgcircle_sec4 {
    width: 100px;
    height: auto;
    border-radius: 50%;
    
   text-align: left;

 
   
    cursor: pointer;
}
.divflex_arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow_sec-4 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f8afb6;
    display: grid;
    place-items: center;
    color: #1c2a38;
    font-size: 25px;
    font-family: 'GilroyBold';
}
.arrow_sec-4 span i{
    
font-size: 18px;
    
position: relative;
    
top: -2px;
    
left: 2px;
}
.sec4_desc h4{
    text-align: left;
    font-size: 20px;
    font-family: 'GilroyBold';
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
    }
.imgcircle_sec4 img {
    width: 55%;
    object-fit: contain;
}

.sec_4_inner {
    padding: 15px;     background: #f5ede5;
    padding: 20px;
    border-radius: 10px; margin-bottom: 20px;
}

.trimacare_sec_4_head {
    text-align: left;
}

.trimacare_sec_4_head .trimacareheading_sec_4 h2 {
    color: var(--heading_color);
    font-family: GilroyBold;
    width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

.trimacare_circle_tab_data {
    background: #f5ede5;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;

}
.row_sec_8 .head{padding: 0 20px;}
.currentTab.current .active_circle_tab{
    
    box-shadow: none;
}
.currentTab2.current2 .active_circle_tab{
    border: 10px solid var(--theme-blue);
    box-shadow: none;
}
.currentTab3.current3 .active_circle_tab{
    border: 10px solid var(--theme-blue);
    box-shadow: none;
}
.list_stages_main {
    position: relative;
}

.list_stages_main ul li {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    font-size: 16px;
}
.list_stages_main ul li img {
    width: 16px;
    height: 13px;
    margin-right: 10px;
    margin-top: 7px;
}

.img_stage_icon {
    width: 60px;
}

.img_stage_icon {
    width: 60px;
    margin-left: -60px;
    /* margin-top: 14px; */
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}


.left_stage_img {
    width: 200px;
    margin: auto;
    /* height: 160px; */
    vertical-align: middle;
    display: flex;
    align-items: flex-start;
  
}

.collapsable_list_head {
    border-top: 1px solid var(--theme-blue);
    border-bottom: 1px solid var(--theme-blue);
    padding: 0 5px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #969697;
}
.collapsable_stages {
    background: #f8f1e6;
    padding: 20px 20px 20px;
    border-radius: 20px;
    margin: 0 15px 40px;
}

.icon_collapse_stages span {
    width: 20px;
    height: 5px;
    background: var(--theme-blue);
    display: block;
    cursor: pointer;
}

.desc_stages {
    padding: 30px;
    
    margin-right: 30px;
    border-radius: 10px;
}

.trimacare_sec_5 {
    background: #fff;
    /* z-index: -1; */
    position: relative;
    padding: 30px 0;
}

.collapsable_list_head.not_active {
    background-color: #bcbdc0;
}

.logo-header{
  
padding: 14px;
  
width: 86%;
}

.sec-6-img {
    width: 300px;
    margin: auto;
}

.sec6_left {
    background: var(--theme-blue);
    padding: 20px;
    border-radius: 10px;
}

.trimacare_sec_7 {
    background: #fff;
}
.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    display: block;
    color: #000;
    font-size: 30px;
}

.mySwiper2 .swiper-slide{padding:60px 60px; background: none;}
.swiper_rel {
    position: relative;
    height: 400px;
}


.swiper_rel .swiper-button-next:after,
.swiper_rel .swiper-button-prev:after {
    display: block;
}

.text_main_sec_head {
    padding: 30px;
   
    border-radius: 10px;
}

.img_points_sec_8 {
    width: 380px;
    border-radius: 15px;
    overflow: hidden;
}

.text_sec_8 .head {
    width: 50%;
    text-align: center;
}

.text_main_sec_head {
    justify-content: space-evenly;
}

.sec_9_mid_para {
    font-size: 30px;
    font-weight: 900;
    width: 260px;
    margin: auto;
    font-weight: 900;
    font-family: 'GilroyBold';
}

.trimacare_sec_9 .imgcircle_sec4 img {
    width: 100%;
}

.trimacare_sec_9 .trimacare_circle_tab_data ul li {
    display: flex;
    margin-bottom: 0px;
}

.trimacare_sec_9 .trimacare_circle_tab_data ul li span {
    width: 14px;
    margin-right: 10px;
}
.trimacare_circle_tab_data li span img{
    margin-bottom: 6px;
}

.trimacare_sec_10 .imgcircle_sec4 img {
    width: 100%;
}

.trimacare_sec_10 .trimacare_circle_tab_data ul li {
    display: flex;
    margin-bottom: 20px;
}

.trimacare_sec_10 .trimacare_circle_tab_data ul li span {
    width: 15px;
    margin-right: 10px;
}

.trimacare_circle_tab_data {width: calc(50% - 20px);}
section.trimacare_sec_7.py-5 {
    text-align: center;
}
.whatsappicon {
    width: 25px;
    margin-right: 10px;
}

.col_icons {
    width: 35% !important;
}

.team_wrapper {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.team_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
}

.team_details p {
    font-size: 0.9rem;
    font-family: GilroyRegular;
}

.swiperTeam {
    width: 680px;
}

.swiperTeam .swiper-button-next:after,
.swiperTeam .swiper-button-prev:after {
    display: block;
    color: #000;
    font-size: 30px;
}

.img_circle_swiper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;

  
    margin-bottom: 10px;
}

.content_team_slide {
    padding: 25px 27px;
    padding-bottom: 40px;
    background: #f8f1e6;
    border-radius: 15px;
}

.team_swiper_details p {
    font-size: 20px;
    font-family: 'GilroyBold';
    /* text-align: center; */
    /* padding: 9px 0px; */
}
.trimacare_sec_11 .team_swiper_details p {
    font-size: 14px;
    font-family: 'GilroyRegular';
}
.team_swiper_details.media p {
    text-align: center !important;
    padding: 9px 0px;
}
.imglastslide {
    /* width: 120px; */
    margin: 20px 0 0;
    margin: 0 auto;
}
.team_swiper_details .desgnation p {
 
margin-bottom: 10px !important;
 
font-style: italic;
}

.head_team_swiper {
    text-align: center;
    margin: 30px;
    width: 450px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 41px;
}
section.trimacare-sec-13 {
    background: #f8f1e6;
}
.slider_team_testimonial {
    background: #9ed7f1 !important;
    padding: 20px;
  
    border-radius: 10px;
}
.trimacare_sec_4{padding: 2.2rem 0;}
.swiperTeam .swiper-slide {
    border-radius: 10px;
    padding: 10px 40px 0;


}

.trimacare_sec_12 .list_stages_main:after {
    display: none;
}

.trimacare_sec_12 .collapsable_list_head {
    background-color: var(--ThemeBgColor2);
}

.trimacare_sec_12 .heading_stages h2 {
    color: #fff;
}

.trimacare_sec_12 .collapsable_list_head.not_active {
    margin-top: 20px;
}

.trimacare_sec_12 .collapsable_list_head.not_active h2 {
    color: #fff;
}

.active_6 {
    background-color: var(--ThemeColor) !important;
}

.trimacare_sec_12 .active_6 .heading_stages h2 {
    color: var(--ThemeBgColor2) !important
}
.sec4haf_img {
    width: 35px;
}

.sec4haftitle h4 {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 900;
    font-family: 'GilroyBold';
    margin-bottom: 10px;
    color: #424242;
}
.headingall_new_sec_half {
    margin-bottom: 30px;
    text-align: center;
}
.headingall_new_sec_half p{
    text-align: center !important;
}
.headingall_new_sec_half h3 {
    font-family: 'GilroyBold';
    color: #25628b;
}
.sec4halftex p {
    font-size: 16px;
    color: #424242;
}
section.trimacare_sec_4half {
    background: #f5ede5;
    padding: 30px 26px;
}
.sec4hafinner {
    padding: 20px 30px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    /* height: 246px; */
}
.footer_bottom_links {
    border-top: 1px solid #333;

    text-align: center;
}

.footer_bottom.container {
    padding: 20px 0 30px;
}

#links li {
    display: inline-block;
    line-height: 24px;
}

#links li:first-child a {
    padding-left: 0;
}

#links li a {
    position: relative;
    padding: 0 6px 0 9px;
}
footer{    padding: 55px 0 20px; background: #002984;}
footer a {
    color: #fff !important;
    font-size: inherit;
    font-size: 14px;
    font-weight: 300;
}
.buttons_sample_requests{text-align: center; color: #fff; padding: 20px;}
.buttons_sample_requests h3{margin-bottom: 20px; 
    font-family: 'GilroyBold';
}
.sec_row_left {
    width: 50%;
    padding: 30px;
}
.trimacare-sec-13 .head_team_swiper {
    width: 550px;
}

.sec4_desc p {
    font-family: GilroyRegular;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
}

.combine_sec-9-10 .sec4_desc .sec_9_mid_para {
    background: var(--ThemeBgColor2);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.team_details h5,
.team_details p {
    font-family: GilroySemiBold;
}

.combine_sec-9-10 .sec4_desc {
    font-family: GilroyBold;
}


.not_actives_descftr {
    height: 0 !important;
    overflow: hidden;
    transition: 0.5s ease;
}


.active_5 {
    background-color: #103595 !important;
}
.active_5 .colapseatbhead{color: #fff;}
.mobile_banner {
    display: none;
}

.header_whatsapp_mobile {
    display: none;
}

.col_menu_mobile {
    display: none;
}
.collapsable_list_head{position: relative;}
.collapsable_list_head:after{content:""; width: 20px; height: 20px; position: absolute; 
    background-color: #bcbdc0; clip-path: polygon(0 0, 0% 100%, 55% 50%);     right: -19px;
    z-index: 1;
}
.collapsable_list_head.active_5:after{
    background-color: #103595;
    border: none;
}

.collapsable_list_head span{    display: block;
    border: 1px solid #969697;
    width: 14px;
    position: absolute;
    right: -12px;
    margin-bottom: 8px;
    transform: rotate(40deg);
    z-index: 23;
}
.collapsable_list_head span:nth-child(2){    margin-bottom: -10px;
    transform: rotate(-40deg);}

.collapsable_list_head:nth-child(3)::after{display: none;}
.currentTab.current .fmly_fnt_sec4 p{font-family: GilroyBold !important;}
.currentTab2.current2 .fmly_fnt_sec4 p{font-family: GilroyBold !important;}
.currentTab3.current3 .fmly_fnt_sec4 p{font-family: GilroyBold !important;}

.current{display: block;}
.current2{display: block;}
.current3{display: block;}
.active_6 .img_collapse_icon{width: 25px; display: block;}
.not_active .img_collapse_icon{width: 25px; display: block;}
.not_active.active_5 .img_collapse_icon{display: none;}
.not_active .icon_collapse_stages span{display: none;}
.active_5 .icon_collapse_stages span{display: block;}
.iconFtrArrow{width: 25px; display: block;}
.icon_span_none span{display: none; background: #fff;}
.active_6 .iconFtrArrow{width: 25px; display: none;}
.active_6 .icon_span_none span{display: block;}
.colapseatbhead{padding:6px 10px !important; margin-bottom: 0 !important;}
.textTick_sec2 ul li {
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.textTick_sec2 ul li:last-child{margin-bottom: 0;}
.textTrimacrePrd h2{
    font-weight: 700;
    font-family: 'GilroyBold';
    font-size: 28px !important;
    }
.textTick_sec2 ul li img {
    width: 18px;
    height: 16px;
    margin-right: 9px;
    margin-top: 4px;
}
.col_logo_mobile{display: none;}

/* Sample Form */
.form_in {
    padding: 0 20px 0px;
}
.form_in .fields input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    /* height: 40px; */
    padding: 12px;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    border-radius: 7px;
}
.form_in .fields input:focus{ box-shadow: none; border: 2px solid #f8aeb6;}
.form_in .fields label{
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #2e2e2e;
    font-size: 12px;
    }
.request-sample-popup{background-color: #f5ede5!important;}
.request-sample-popup .button_sample{padding: 9px;margin: 30px auto 0;}
.headingform{text-align: center;}
.headingform h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    display: inline-block;
    /* background: #425da5; */
    padding: 10px 40px;
    border-radius: 6px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 22px !important;
    text-transform: uppercase;
    color: #3366ac;
}
#generated-captcha {
    text-decoration: line-through;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background-color: #ede7f6;
    border-radius: 6px;
    border: none;
    padding: 6px;
    outline: none;
    color: #1d1d1d;
    margin-bottom: 5px;
  }
  .team_swiper_details {
    text-align: left;
}
.trimacare_circle_tab_data p {
    font-size: 1.2rem;
    font-family: 'GilroyBold';
    margin-bottom: 20px !important;
    margin-top: 10px;
    text-transform: capitalize;
}
.textSLideft p{width: 100%;text-align: center !important;font-size: 16px;font-weight: 600;}
.textSLideft .arrow_sec-4{margin-top: 10px;}
.trimacare_sec_9 .trimacare_circle_tab_data ul li p{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'GilroyRegular';
    width: 90%;
    }
.trimacare_sec_10 .trimacare_circle_tab_data ul li p{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'GilroyRegular';
    width: 90%;
    }
.broucherdownload {
    display: flex;
    align-items: center;
}
.broucherdownload img{
   width: 35px;
}
.broucherdownload.w-25 p {
    font-size: 10px;
    line-height: 15px;
}
.trimacaresubhead_sec_4 {
    text-align: center;
    margin-bottom: 40px;
}
.trimacare_sec_4_head .trimacareheading_sec_4 h2{width: 100%;text-align: center;font-weight: bold;}
.left_stage_img{margin: 20px 0;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #f8aeb6;
}
.trimacare_sec_8.py-5 {
    padding: 1.5rem 0 !important;
    background: #f8f1e6;
}
.list_collapsable .button_sample:nth-child(2){margin-bottom: 0;}
.trimacare_sec_9{padding-top: 30px !important;padding: 0px 26px;}
.sec_3_row_main.d-flex {
    flex-direction: column;
    align-items: center;
}
.btns_smpls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
}
.buttons_sample_requests {
    background-color: #f5ede5;
    padding: 0 30px 0px;
}
.buttons_sample_requests h3 {
    color: #336699;
    font-weight: 900;
    font-size: 24px;
    margin-top: 0;
    font-family: 'GilroyBold';
    font-style: italic;
}
.button_sample {
    /* margin: unset; */
    margin-bottom: 0;
}
.buttons_sample_requests{ text-align: left; }
.trimacare_sec_5 .heading_stages .headingall{font-size: 16px !important;}
.headermain .col_logo{background-color: #f59bbe; margin-left: -5px;     padding: 5px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;}
    .stickyhead{    position: fixed !important;
        
        width: 100%;
        z-index: 999;
        top: 0;
        animation: smoothScroll 1s;}
        header{background: #fff;     border-bottom: 1px solid #c1ccd1}
        .ftrrow_main h3{
            font-size: 16px;
            font-family: GilroyBold;
        }
        .col_1_ftr span{
            font-size: 26px;
            font-family: GilroyBold;
        }
        .col_1_ftr .email a , .col_1_ftr p{
            font-size: 16px;
            font-family: GilroySemiBold;
            color: #fff !important;
            }
        .img_also_available {
            width: 164px;
            height: 32px;
        }
        .img_also_available img{
            height: 100%;
        }
        .ftrrow_main {
            color: #fff;
        }
        .ftrrow_main .socialmedia ul{
            display: flex;
        }
         .ftrrow_main .socialmedia ul li a{width: 44px;display: block;}
         .ftrrow_main .socialmedia ul li {margin-right: 20px;}
         .ftrrow_main ul li{font-size: 18px; margin-bottom: 8px;}
         .col_1_ftr .email{margin: 12px 0;}
         .headalsoavilable{margin-bottom: 8px;}
         .ftrrow_main .socialmedia {
            margin-top: 4px;
            margin-bottom: 30px;
        }
        .readmorebtn {
            display: flex;
            flex-direction: row;
        }
        footer .ftr-links {
            border-top: 1px solid #9b9b9b;
            padding-top: 20px;
            text-align: center;
            color: #fff;
        }
        .whatsappmain{position: fixed; bottom: 20px; right: 30px; z-index: 9999;}
        .whatsappiconimg{width:60px;}
        .hamburgermenu span{display: block; width: 40px; height: 4px; background: #000; margin-bottom: 6px;}
        .hamburgermenu{display: none;}
        .lastSec_test .slider_team_testimonial {
            padding-bottom: 30px !important;
        }
        .imgcircle_sec4 {
            width: 60px;
        }
        .lastSec_test .swiper-wrapper{padding-bottom: 70px;}
        /* .sliderMenu{display: none;} */
        .sliderMenu .col_menu_mobile{left: -100%; position: fixed;bottom: 0; top: 0;     z-index: 1000024; height: 100%;  transition: 0.5s ease-in-out;      background: #fff;
            width: 200px;}
        
        .trimacare_sec_3 h3{
            margin-top: 20px;
            font-weight: 700;
            color: #369;
            font-size: 40px;
        }    
        .icons-header p{
            font-size: 1rem;
        }
        .butt_sumit{
            text-align: center;  
        }
        .butt_sumit input{
            text-align: center;
            font-weight: 400;
            /* box-shadow: 0px 1px 4px 1px #818181; */
            border: none !important;
            color: #fff;
            border-radius: 6px;
        }
        .trimacaresubhead_sec_4 p{
            text-align: center !important;
        }
@media (max-width:1200px){
    .desc_stages{margin-right: 0; background: none;     padding: 30px 0;}
    .sec_4_inner{padding: 15px;     background: #f5ede5;
        padding: 20px;
        border-radius: 10px; margin-bottom: 20px;
}
.headermain .col_menu .main-menu ul li {margin-right: 30px;}
.col_icons {
    width: 30% !important;
}
.menu_logo {
    width: 70% !important;
}
.row_team .col-lg-3 {
    margin-bottom: 20px;
}
}
@media (max-width:1024px) {
       
        .actMenu .hamburgermenu{display: none;}
        .slidermenubackface{width: 0; transition: 0.5s ease-in-out; position: fixed;
            top: 0;
            bottom: 0; z-index: 99999;  background-color: rgba(0, 0, 0, 0.35);   height: 100%;   }
        .actMenu .slidermenubackface{ width: 100%;}
        .sliderMenu .col_menu_mobile .main-menu ul li:first-child a{margin-top: 0;}
        .sliderMenu .col_menu_mobile .main-menu ul li a{color: #1c2a38 !important; margin: 15px 10px; display: block; }
        .sliderMenu .col_menu_mobile .main-menu ul li{border-bottom: 1px solid #d1d1d1;}
        .closeIcon span{ color: #1c2a38; font-size: 24px; 
            font-family: GilroyBold; 
            padding: 10px;}
    .actMenu .sliderMenu .col_menu_mobile{left: 0; }
    .sliderMenu ul{display: block !important;}
    .mobile_banner{width: 100%;}
    .collapsable_stages {
        background: #f8f1e6;
        padding: 0 20px 20px;
        border-radius: 20px;
        margin: 0 0 40px;
    
    }
    .whatsappicon {
        width: 25px;
        margin-left: 10px;
        margin-right: 0;
    }
    .lastSec_test .swiper-wrapper{padding-bottom: 30px !important;}
    .hamburgermenu{display: block; margin-right: 30px;}
    .col_3_ftr{margin-top: 30px;}
    .col_2_ftr{margin-top: 30px;}
    .collapsable_stages:last-child{
        margin-bottom:0;
    }
    .trimacaresubhead_sec_4 p {
        font-size: 12px;
        padding: 0 20px;
    }
    .logo-header{padding: 0;}
    .trimacare_circle_tab_data {width: 100%;}
section.trimacare_sec_7.py-5 {
    text-align: left;
}
.textTrimacrePrd p {
    font-size: 18px;
}
.sec4halftex p {
    font-size: 18px;
    color: #424242;
}
.img_circle_swiper{width: 70px;
    height: 70px;}

.name h5 {
    font-size: 16px;
    font-family: 'GilroyBold';
    color: #000 !important;
}
    .trimacaresubhead_sec_4 {
        text-align: left;
        margin-bottom: 40px;
    }
    /* .left_stage_img{margin: 20px auto;} */
    .buttons_sample_requests{text-align: left; color: #fff; padding: 30px;}
.buttons_sample_requests h3{margin-bottom: 20px;
     font-family: 'GilroyBold';
    }
    .sec_row_left {
        width: 100%;
        padding: 0;
    }
    .textTick_sec2 h3 {
        color: #336699;
        font-weight: 700;
        font-size: 33px;
        margin-top: 20px;
        font-family: 'GilroyBold';
        margin-bottom: 20px;
    }
    .buttons_sample_requests h3{
        color: #336699;
        font-weight: 900;
        font-size: 24px;
        margin-top: 0;
        font-family: 'GilroyBold';
    }
    
    .textTick_sec2 ul li{font-size: 18px;}
    .textTick_sec2{padding: 0px 36px 10px;}
    .buttons_sample_requests {
        background-color: #f5ede5;
        padding: 0 30px 0px;
    }
    .headingall{padding: 0 28px;text-align: left;font-size: 34px !important;}
    .trimacare_sec_7 .headingall{
        padding: 0px 49px;
    }
    .trimacare_sec_5 .heading_stages .headingall{font-size: 16px !important; color: #fff;}
    .trimacare_sec_5 .headingall{padding: 0;}
    .col_logo{display: none;}
    .col_logo_mobile{
        display: block;
        margin-bottom: 2px;
        /* width: 30%; */
        background: #f59bbe;
        display: inline-block;
        padding: 16px;
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
        }
        .team_swiper_details.media p {
            text-align: left !important;
        }
        .imglastslide {
            margin: inherit;
        }
    .headermain .col_logo {
        width: 100%;
    }

    .headermain .col_menu {
        width: 100%;
    }

    .mySwiper {
        display: none !important;
    }

    .mobile_banner {
        display: block;
    }

    .headermain .row {
        flex-direction: column-reverse;
        align-items: flex-start !important;
    }

    .menu_logo.d-flex.align-items-center {
        flex-direction: column;
    }

    .main-menu {
        margin-left: 0;
    }

    .headermain .col_menu .main-menu ul li {
        margin-right: 0;
    }

    .main-menu ul {
        justify-content: space-between;
    }

    .logo-header {
        width: 80%;
    }

    .col_icons {
        display: none;
    }

    .header_whatsapp_mobile {
        display: block;
        padding: 10px;
        background: var(--ThemeBgColor);
        margin-bottom: 2px;
    }

    .col_menu {
        display: none;
    }

    .col_menu_mobile {
        display: block;
        padding: 10px 0;
        background: #1c2a38;
        border-bottom: 2px solid#fff;
        
    }
    .trima_title {
        padding: 0px 36px 0px;
        font-size: 24px !important;
    }

  

    header.p-1 {
        padding: 0 !important;
    }

    .col_menu_mobile .main-menu ul li a {
        color: #fff !important;
        font-size: 13px;
    }
    .col_icons_mobile .icons-header p{font-size: 14px;}
    .sec_3_row_main.d-flex {
        flex-direction: column;
    }

    .btns_smpls {
        display: flex;
        justify-content: left;
        width: 100%;
        padding: 20px 36px;
        /* flex-direction: row; */
    }

    .button_sample {

/* width: 200px; */

padding: 10px;

margin-bottom: 25px;

margin-right: 10px;

}

    .imgcircle_sec4 {
        width: 100px;
        height: auto;
    }

    .sec_4_inner {
        text-align: center;
       
    }

    .trimacare_sec_4_head .trimacareheading_sec_4 h2 {
        width: 100%;
        text-align: left;
        padding: 0 22px;
        font-size: 28px !important;
    }

    .desc_stages {
        background: none;
        text-align: center;
        padding: 0px 10px 5px;
    }

    .row_sec_6 .row {
        flex-direction: column-reverse;
    }

    .sec6_left {

        padding: 0px;
        border-radius: 10px;
        text-align: center;
        background: none;
    }



    .swiper_rel {
        position: relative;
        height: 270px;
        border-radius: 15px;
        overflow: hidden;
        padding: 18px 10px 70px;
    
        overflow: hidden;
        background: var(--ThemeBgColor);
    }
    .swiper_rel p{font-size: 10px; text-align: left; margin-top: 10px;}
    .trimacare_sec_7 P{
        font-size: 14PX;
        text-align: center !important;
    }
    .swiper_rel img{border-radius: 15px;}
    .mySwiper2 {
        border-radius: 20px;
    }

    .text_main_sec_head {
        flex-direction: column;
    }

    .img_points_sec_8 {
        width: 100%;
    }

    .text_main_sec_head {
        padding: 5px;
        background: none;
        border-radius: 10px;
    }

    .text_sec_8 .head {
        width: 100%;
        text-align: center;
    }
    .row_sec_8 .head {
        padding: 0 14px;
    }
.text_sec_8 .headingall{padding: 0;}
.text_sec_8 p{text-align: left;}
    .sec_9_mid_para {
        font-size: 21px;
        font-weight: 900;
        width: 100%;
        margin: auto;
        text-align: center;
        font-weight: 900;
        font-family: 'GilroyBold';
    }

    .combine_sec-9-10 .sec4_desc .sec_9_mid_para {
        background: none;
        color: var(--ThemeBgColor2);
        padding: 0px;
        border-radius: 10px;
    }

    .trimacare_sec_9 .trimacare_circle_tab_data ul li span {
        width: 15px;

    }

    .team_wrapper {
        padding: 10px;
    }

    .row_team .col-lg-3 {
        margin-bottom: 20px;
    }

    .swiperTeam {
        width: 100%;
    }

    .trimacare-sec-13 .head_team_swiper {
        width: 100%;
    }

    .head_team_swiper {
        width: 100%;
    }

    .pill_main .pill_img {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: unset;
    }

    .pill_main .pill_img img {
        width: 50px;
    }

   

    .pill_main {
        text-align: center;
        padding: 20px 5px;
    }

    .desc_stages {
        margin-right: 0;
    }

    .slider_team_testimonial {
        background: none !important;
        padding: 8px 0;
    }

    .content_team_slide {
        padding: 25px 20px 40px;
        box-shadow: none;
        text-align: left;
        background: #f8f1e6;
    }
.lastSec_test .content_team_slide {
    padding: 25px 20px 40px;
    box-shadow: none;
    text-align: left;
    background: #fff;
}
    .trimacare_sec_4 .py-5 {
        padding: 1.5rem !important;
    }

    .trimacaresubhead_sec_4 {
        margin-bottom: 20px;
    }

    .sec4_desc p {
        margin-bottom: 20px !important;
    }

    .trimacare_sec_5 {
        padding: 20px 0;
    }

    .desc_stages {
        margin-bottom: 20px;
    }

    .row_sec_6 {
        padding: 1.5rem 0;
    }

    .trimacare_sec_7.py-5 {
        padding: 1.5rem 0 !important
    }

    .trimacare_sec_8.py-5 {
        padding: 1.5rem 26px !important;
        background: #f8f1e6;
    }

    .trimacare_sec_9.py-5 {
        padding: 0 !important
    }

    .trimacare_sec_11.py-5 {
        padding: 1.5rem 0 !important;
        background: #9ed7f1;
    }
    .swiperTeam{
        border-radius: 10px;
        padding: 40px;
       
    }
    .trimacare_sec_7 .headingall.mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .img_points_sec_8.my-4 {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    .head_team_swiper {
        margin: 0;
        padding: 0px 14px;
    }

    .left_stages.w-50 {
        margin-top: 100px;
    }

    .row_main_stages {
        align-items: flex-start;
    }
    .readmorebtn {
        flex-direction: column;
    }

    .active_circle_tab::after {
        left: 40%;
        bottom: -50px;
    }
    .trimacare_sec_9 .active_circle_tab::after{bottom: -52;}
  
    .trimacare_sec_5 {
        padding: 30px 26px 0;
        background: none;
    }
    .heading_stages{width: 90%; text-align: center;}
    section.trimacare_sec_6.mb-5 {
        background: var(--ThemeBgColor);
    }
    .trimacare_sec_7.py-5{background: none; }
    .currentTab2.current2 .active_circle_tab {
        border: 5px solid var(--theme-blue);
        box-shadow: none;
    }
    .trimacare_sec_10{background: none;padding: 0px 26px;}
    .trimacare_sec_10.py-5{padding: 0 0 !important;}
    .currentTab3.current3 .active_circle_tab {
        border: 5px solid var(--theme-blue);
        box-shadow: none;
    }
    .currentTab.current .active_circle_tab::after{bottom: -48px;}
    .currentTab3.current3 .active_circle_tab::after{bottom: -50px;}
.currentTab2.current2 .active_circle_tab::after{bottom: -50px;}
.currentTab2.current2 .active_circle_tab::after {left: 40%;}
.currentTab3.current3 .active_circle_tab::after {left: 40%;}
.mySwiper2 .swiper-slide {
    padding: 10px 45px 50px;
    background: none;
}
.sec4haftitle h4{font-size: 20px;}
.headingall_new_sec_half {
    margin-bottom: 30px;
}
.headingall_new_sec_half h3{font-size: 24px !important; padding: 0 20px;}
.headingall_new_sec_half p{
    font-size: 18px;
    padding: 0 29px;
    text-align: left!important;
}
.trimacare_sec_4 {
    padding: 2.2rem 26px;
}
.trimacare_sec_9 {
    padding: 0px 26px;
}
}

@media(max-width:480px) {
    a {
        font-size: 0.8rem;
    }

    p {
        font-size: 0.8rem;
    }

    .button_sample a {
        font-size: 14px;
    }

    .button_sample {
        width: 155px;
        padding: 8px;
        margin: 9px 0px;
        margin-right: 14px;
    }
    .trima_title {
        padding: 0px 36px 0px;
        font-size: 34px !important;
    }

    h2 {
        font-size: 1.3rem !important;
    }

    .list_stages_main ul li {
        font-size: 14px;
    }
 
  

    .sec_9_mid_para {
        font-size: 14px;
    }

    .trimacare_sec_9 .trimacare_circle_tab_data ul li {
        font-size: 14px;
    }

    .team_details h5 {
        font-size: 1.1rem !important;
    }

    .team_details p {
        font-size: 0.9rem;
    }
    .trimacaresubhead_sec_4 p {
        font-size: 18px;
        padding: 0 20px;
        text-align: left !important;
    }
    .currentTab.current .active_circle_tab {
   
        box-shadow: none;
    }
    .trimacare_circle_tab_data p {
        font-size: 18px !important;
        font-family: 'GilroyBold';
        margin-bottom: 20px !important;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .sec4_desc p {
        font-size: 18px;
    }
.sec4_desc .sec_9_mid_para{font-size: 0.9rem;}
.currentTab3.current3 .active_circle_tab::after{bottom: -50px;}
.currentTab2.current2 .active_circle_tab::after{bottom: -50px;}
.currentTab.current .active_circle_tab::after{bottom: -48px;}
.mySwiper2 .swiper-slide {
    padding: 10px 45px 50px;
    background: none;
}
.readmorebtn {
    flex-direction: column;
}
.box_button a {
    position: relative;
}
.box_button span i {
    position: absolute !important;
    left: 114px !important;
    top: 1px;
}
.box_button {
    padding: 5px 11px !important;
    width: 56%;
    margin-bottom: 20px;
}
.sec4hafinner {
    height: auto;
}
}


@media(max-width:400px) {

}

@media(min-width:481px) {
    .readmorebtn {
        flex-direction: row;
    }
}

@media(max-width:380px) {
    a {
        font-size: 0.7rem;
    }

    p {
        font-size: 0.8rem;
    }

    .button_sample a {
        font-size: 13px;
    }

    .button_sample {
        width: 170px;
        padding: 10px 26px;
    }

    h2 {
        font-size: 1.2rem !important;
    }

    .list_stages_main ul li {
        font-size: 18px;
    }

   

    .sec_9_mid_para {
        font-size: 12px;
    }

    .trimacare_sec_9 .trimacare_circle_tab_data ul li {
        font-size: 12px;
    }

    .team_details h5 {
        font-size: 0.9rem !important;
    }

    .team_details p {
        font-size: 0.7rem;
    }

    .content_team_slide {
        padding: 20px 20px 30px;
    }

    .imgcircle_sec4 {
        width: 80px;
      
    }

    .left_stage_img {
        width: 200px;
    }

    .trimacare_sec_4_head .trimacareheading_sec_4 h2 {
        width: 100%;
        text-align: left;
        padding: 0 18px;
        font-size: 34px !important;
    }
    /* .trimacare_circle_tab_data{margin-right: -10px; margin-left: -10px;} */
    .trimacare_sec_9 .trimacare_circle_tab_data ul li {
        font-size: 14px;
    }
    .mySwiper2 .swiper-slide {
        padding: 10px 45px 50px;
        background: none;
    }
}

@media(max-width:350px) {
    .col_menu_mobile .main-menu ul li a {
        color: #fff !important;
        font-size: 13px;
    }
}

@media(min-width:1024px){
    /* .content_team_slide{display: flex; justify-content: space-between;} */
    .team_swiper_details {
        text-align: left;
        width: 95%;
    }
    .team_swiper_details.media p{
        text-align: center;
        padding: 9px 0px;
        font-weight: 700;
    }
    .lastSec_test .team_swiper_details{width: 100%;    display: flex;
        flex-direction: column;     height: 100%;}
        .lastSec_test .imglastslide{margin-top: auto;}
    .desktop_flex_hr{align-items: center;}
    .list_stages_main {
        position: relative;
        margin: 30px 0 0;
    }
    .sec4hafinner{margin: auto;}
    .trimacare_circle_tab_data {
        width: calc(50% - 20px);
        /* height: 410px; */
    }
    .sec_row_left{width: 100%;}
    .sec_4_inner{min-height: 410px;}
    .mySwiper2 .swiper-slide {
        padding: 60px 60px;
        background: #f5ede5;
        border-radius: 20px;
    }
    .textTick_sec2 h3 {
        color: #336699;
        font-weight: 700;
        font-size: 40px;
        margin-top: 20px;
        font-family: 'GilroyBold';
        margin-bottom: 20px;
    }
    .head_team_swiper{width: 600px;}
    .swiperTeam {
        width: 100%;
    }

    .swiperTeam .swiper-slide{height: 475px;}
    .swiperTeam .clienteleSlide_main{height: auto;}
    .swiperTeam .clienteleSlide{height: auto;}
    .swiperTeam .commentsClientsSlide{height: auto !important; display: flex; justify-content: space-between;
    }
    .swiperTeam .commentsClients{height: auto !important; padding-bottom: 30px;}
    .SwiperTeam2{width: 680px;}
    .sec_4Inner2{height: auto;}
    .button_sample a {font-size: 14px;/* color: #2c2a2a!important; */}
    .button_req {
        background-color: #dd4655;
        margin-top: 15px !important;
        margin-bottom: 24px !important;
    }
    .button_req:hover {
        background-color: #364d8b;
    }

    .name h5 {
        font-size: 16px;
        font-family: 'GilroyBold';
        color: #6c6c84 !important;
    }
    .sec4_desc h4{    margin-top: 15px;
        margin-bottom: 20px;}
        .imgcircle_sec4 {width: 70px;}
        .imgcircle_sec4 img{width: 100%;}
        .collapslableFlex{display: flex;justify-content: center;}
        .colapseatbhead {
            padding: 6px 10px !important;
            margin-bottom: 0 !important;
            font-size: 16px;
        }
        .text_sec_8 .head{text-align: left;}
        .swiper_rel{height: 250px; }
       
        .mySwiper2 .swiper-slide {
            padding: 20px 20px;
            }
            .mySwiper2 .swiper-slide{padding-bottom: 100px;}
            .lastSec_test .slider_team_testimonial{
                background: #f8f1e6 !important;
            }
            .lastSec_test .content_team_slide {
                padding: 25px 20px 40px;
                box-shadow: none;
                text-align: left;
                background: #fff;
                height: 100%;
            }
            .stagesmain {
                display: flex;
                flex-direction: column;
                height: 100%;
             
                justify-content: space-between;
            }
            .rm-price .my-4{
                margin-top: auto !important;
            }
            .col_icons{display: flex;}
            .desktopBroucher{margin-left: 30px;}
            .icons-header{flex-direction: row-reverse;}
            .stagesmain .readmorebtn{
                display: flex;
                flex-direction: row;
                justify-content: center;
                margin-left: 20px;
                }
            .textSLideft.d-flex.align-items-center.justify-content-between {
                margin-top: 25px;
            }
            .trimacare_sec_7 .headingall{margin-bottom: 30px;}

            .trimacare_sec_7 .mySwiper2 .swiper-wrapper{padding-bottom: 70px;}
            .trimacare_sec_7 .mySwiper2 {padding: 0 39px;}
            .collapsable_stages .button_sample.button_req{margin-bottom: 0 !important;}
            .rm-price.my-4{margin-top: auto !important; margin-bottom: 40px !important;}
            .collapsable_stages .list_collapsable{height: 100%;}
          
}
.icons-header a{
    font-weight: 600;
}
.trimacare_circle_tab_data h3{
    font-size: 20px;
    padding: 8px 0px;
    font-weight: bold;
}
.head p{
text-align: center;
}
.box_button{
    background-color: #425da5;
    padding: 4px 19px;
    border-radius: 20px;
    color: #202020;
    margin-right: 14px;
    background: #f8afb6;
    /* border: 1px solid #f8afb6 !important; */
    box-shadow: 2px 4px 2px #000000c7;
    width: 145px;
}
.box_button a{
    font-size: 13px;
    color: #141414 !important;
    position: relative;
    font-style: italic;
    font-weight: 600;
}
.box_button.req{
    background-color: #dd4655;
}
.box_button.req a{
    color: #fff !important;
}
.box_button span i{
    
position: absolute;
    
left: 106px;
    
top: 2px;
}
h2{
    font-size: 40px !important;
}
.text_sec_8 h2,p{
    text-align: left !important;
}
.ftr-links p{
    text-align: center !important;
}
.team_swiper_details a{
    font-size: 13px;
    margin-top: 16px;
    display: inline-block;
    background-color: #dd4655;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: 600;
    /* text-decoration: underline !important; */
    padding: 3px 8px;
}



.box {
    /* width: 350px; */
    /* height: 300px; */
    background: #e6e6e6;
    margin: auto;
    /* margin-top: 100px; */
    border: 1px solid #dcafaf;
    border-radius: 7px;
    transition: all .5s ease-in-out;
  }
  
  .box-CAPTCHA, .box-done {transition: all .5s ease-in-out;}
  
  .CAPTCHA {
    width: 91px;
    height: 32px;
    background:linear-gradient(to left, #ececec, silver, #ececec);
    margin: 0px 10px 10px;
    color: #000;
    font-size: 17px;
    line-height: 31px;
    border: 2px solid #888;
    border-radius: 10px;
    float: left;
    pointer-events: none;
    text-align: center;
    transition: all .5s ease-in-out;
  }
  
  .reload {
    float: left;
    /* margin-top: 80px; */
    text-align: center;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    background: #FFF;
    cursor: pointer;
    border: 1px solid #444;
    border-radius: 7px;
    transition: all .5s ease-in-out;
    margin-right: 10px;
  }
  
  .reload:hover {
    background: #f2f2f2;
  }
  
  .reload i {
    font-size: 17px;
    margin-left: -1px;
    font-weight: bold;
    transform: rotateY(180deg);
  }
  
  input#input {
    outline: none;
    width: 130px;
    height: 30px;
    background:#F2F2F2;
    margin: 12px 12px;
    color: #444;
    line-height: 30px;
    border: 2px solid #888;
    border-radius: 5px;
    transition: all .5s ease-in-out;
  }
  
  .submit {
    outline: none;
    border: none;
    width: 100px;
    height: 30px;
    margin: 10px 0px;
    cursor: pointer;
    background: #3366ac;
    color: #FFF;
    font-weight: bold;
    border-radius: 20px;
    /* border: 1px solid #444; */
    transition: all .5s ease-in-out;
    float: left;
    position: absolute;
    right: 9px;
    bottom: 2px;
  }
  
  .submit:hover {
    background: #1b7ed6;
  }
  
  .submit:active {
    background: #0d4779;
  }
  
  .box-done h1 {
      position: absolute;
      color: #444;
      margin: 110px 90px;
      font-size: 50px;
  }
  
  .box-done h1 i {
      font-size: 42px;
      background: #080;
      color: #fff;
      border-radius: 50%;
      margin-right: 10px;
      width: 45px;
      height: 45px;
      font-weight: bold;
  }
  
  .back {
    outline: none;
    border: none;
    width: 120px;
    height: 40px;
    bottom: 10px;
    margin: 220px 120px;
    cursor: pointer;
    background: #3792e2;
    color: #FFF;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #444;
    transition: all .5s ease-in-out;    
  }
  
  .back:hover {
    background: #1b7ed6;
  }
  
  .back:active {
    background: #0d4779;
  }
  .submit_captcha{
    position: relative;
  }
  .imglastslide a{
    background-color: #fff;
    padding: inherit;
  }
