@import url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');





/* Global Color Variable */ 






/* Global Fonts Variable */



/* Header */












/* Typography Style Variables */



 











 














/* Button Style Variables */

/** Button Style 1 **/








/** Button Style 2 **/









/* Form Style Variables */





/* Macro Start */
/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */


.text-13 { font-size: 13px; }







.flex_wrap { flex-wrap: wrap; }






.d-block {
    display:block;
}

.d-inline-block {
    display:inline-block;
}

.d-flex {
    display:flex;
}

.d-inline-flex {
    display:inline-flex;
}

.d-none {
    display:none;
}



.align-center {
    align-items:center;
}

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

.align-flex-end {
    align-items:flex-end;
}

.align-normal {
    align-items:normal;
}



.justify-center {
    justify-content:center;
}

.justify-flex-end {
    justify-content:flex-end;
}

.justify-flex-start {
    justify-content:flex-start;
}

.justify-space-around {
    justify-content:space-around;
}

.justify-space-between {
    justify-content:space-between;
}



.text-left {
    text-align:left;
}

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

.text-center {
    text-align:center;
}



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

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

.direction-row {
    flex-direction:row;
}

.direction-row-reverse {
    flex-direction:row-reverse;
}




.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }

.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }

.mt--0 { margin-top:-0px; }
.mb--0 { margin-bottom:-0px; }




.max--0 { max-width:0%; }
.mt---0 { margin-top:-0%; }
.mb---0 { margin-bottom:-0%; }




.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }

.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }

.mt--5 { margin-top:-5px; }
.mb--5 { margin-bottom:-5px; }




.max--5 { max-width:5%; }
.mt---5 { margin-top:-5%; }
.mb---5 { margin-bottom:-5%; }




.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }

.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }

.mt--10 { margin-top:-10px; }
.mb--10 { margin-bottom:-10px; }




.max--10 { max-width:10%; }
.mt---10 { margin-top:-10%; }
.mb---10 { margin-bottom:-10%; }




.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }

.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }

.mt--15 { margin-top:-15px; }
.mb--15 { margin-bottom:-15px; }




.max--15 { max-width:15%; }
.mt---15 { margin-top:-15%; }
.mb---15 { margin-bottom:-15%; }




.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }

.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }

.mt--20 { margin-top:-20px; }
.mb--20 { margin-bottom:-20px; }




.max--20 { max-width:20%; }
.mt---20 { margin-top:-20%; }
.mb---20 { margin-bottom:-20%; }




.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }

.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }

.mt--25 { margin-top:-25px; }
.mb--25 { margin-bottom:-25px; }




.max--25 { max-width:25%; }
.mt---25 { margin-top:-25%; }
.mb---25 { margin-bottom:-25%; }




.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }

.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }

.mt--30 { margin-top:-30px; }
.mb--30 { margin-bottom:-30px; }




.max--30 { max-width:30%; }
.mt---30 { margin-top:-30%; }
.mb---30 { margin-bottom:-30%; }




.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }

.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }

.mt--35 { margin-top:-35px; }
.mb--35 { margin-bottom:-35px; }




.max--35 { max-width:35%; }
.mt---35 { margin-top:-35%; }
.mb---35 { margin-bottom:-35%; }




.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }

.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }

.mt--40 { margin-top:-40px; }
.mb--40 { margin-bottom:-40px; }




.max--40 { max-width:40%; }
.mt---40 { margin-top:-40%; }
.mb---40 { margin-bottom:-40%; }




.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }

.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }

.mt--45 { margin-top:-45px; }
.mb--45 { margin-bottom:-45px; }




.max--45 { max-width:45%; }
.mt---45 { margin-top:-45%; }
.mb---45 { margin-bottom:-45%; }




.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }

.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }

.mt--50 { margin-top:-50px; }
.mb--50 { margin-bottom:-50px; }




.max--50 { max-width:50%; }
.mt---50 { margin-top:-50%; }
.mb---50 { margin-bottom:-50%; }




.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }

.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }

.mt--55 { margin-top:-55px; }
.mb--55 { margin-bottom:-55px; }




.max--55 { max-width:55%; }
.mt---55 { margin-top:-55%; }
.mb---55 { margin-bottom:-55%; }




.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }

.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }

.mt--60 { margin-top:-60px; }
.mb--60 { margin-bottom:-60px; }




.max--60 { max-width:60%; }
.mt---60 { margin-top:-60%; }
.mb---60 { margin-bottom:-60%; }




.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }

.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }

.mt--65 { margin-top:-65px; }
.mb--65 { margin-bottom:-65px; }




.max--65 { max-width:65%; }
.mt---65 { margin-top:-65%; }
.mb---65 { margin-bottom:-65%; }




.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }

.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }

.mt--70 { margin-top:-70px; }
.mb--70 { margin-bottom:-70px; }




.max--70 { max-width:70%; }
.mt---70 { margin-top:-70%; }
.mb---70 { margin-bottom:-70%; }




.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }

.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }

.mt--75 { margin-top:-75px; }
.mb--75 { margin-bottom:-75px; }




.max--75 { max-width:75%; }
.mt---75 { margin-top:-75%; }
.mb---75 { margin-bottom:-75%; }




.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }

.mt--80 { margin-top:-80px; }
.mb--80 { margin-bottom:-80px; }




.max--80 { max-width:80%; }
.mt---80 { margin-top:-80%; }
.mb---80 { margin-bottom:-80%; }




.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }

.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }

.mt--85 { margin-top:-85px; }
.mb--85 { margin-bottom:-85px; }




.max--85 { max-width:85%; }
.mt---85 { margin-top:-85%; }
.mb---85 { margin-bottom:-85%; }




.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }

.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }

.mt--90 { margin-top:-90px; }
.mb--90 { margin-bottom:-90px; }




.max--90 { max-width:90%; }
.mt---90 { margin-top:-90%; }
.mb---90 { margin-bottom:-90%; }




.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }

.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }

.mt--95 { margin-top:-95px; }
.mb--95 { margin-bottom:-95px; }




.max--95 { max-width:95%; }
.mt---95 { margin-top:-95%; }
.mb---95 { margin-bottom:-95%; }




.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }

.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }

.mt--100 { margin-top:-100px; }
.mb--100 { margin-bottom:-100px; }




.max--100 { max-width:100%; }
.mt---100 { margin-top:-100%; }
.mb---100 { margin-bottom:-100%; }




.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }

.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }

.mt--105 { margin-top:-105px; }
.mb--105 { margin-bottom:-105px; }







.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }

.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }

.mt--110 { margin-top:-110px; }
.mb--110 { margin-bottom:-110px; }







.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }

.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }

.mt--115 { margin-top:-115px; }
.mb--115 { margin-bottom:-115px; }







.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }

.mt--120 { margin-top:-120px; }
.mb--120 { margin-bottom:-120px; }







.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }

.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }

.mt--125 { margin-top:-125px; }
.mb--125 { margin-bottom:-125px; }







.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }

.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }

.mt--130 { margin-top:-130px; }
.mb--130 { margin-bottom:-130px; }







.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }

.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }

.mt--135 { margin-top:-135px; }
.mb--135 { margin-bottom:-135px; }







.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }

.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }

.mt--140 { margin-top:-140px; }
.mb--140 { margin-bottom:-140px; }







.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }

.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }

.mt--145 { margin-top:-145px; }
.mb--145 { margin-bottom:-145px; }







.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }

.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }

.mt--150 { margin-top:-150px; }
.mb--150 { margin-bottom:-150px; }







.max-auto { max-width:100%; }

/* div[class*=row-0-padding] > div {padding: 0 !important;} */
div[class*=full-width-section] > div {
    padding: 0 !important;
}

div[class*=full-width-section] > div > div {
    padding: 0 !important;
}


.ml-auto{ margin-left:auto; }
.mr-auto{ margin-right:auto; }
.vh-100{ height:100vh; }
.vh-auto{ height:auto; }

.col-1 { max-width:8.333%; flex:0 0 8.333%; }

.col-2 { max-width:16.666%; flex:0 0 16.666%; }

.col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }

.col-4 { max-width:33.332%; flex:0 0 33.332%; }

.col-5 { max-width:41.665%; flex:0 0 41.665%; }

.col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }

.col-7 { max-width:58.331%; flex:0 0 58.331%; }

.col-8 { max-width:66.664%; flex:0 0 66.664%; }

.col-9 { max-width:74.997%; flex:0 0 74.997%; }

.col-10 { max-width:83.33%; flex:0 0 83.33%; }

.col-11 { max-width:91.663%; flex:0 0 91.663%; }

.col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }


    .max-50 { max-width:50px; }
    .text-2{ font-size:2px; } 

    .max-100 { max-width:100px; }
    .text-4{ font-size:4px; } 

    .max-150 { max-width:150px; }
    .text-6{ font-size:6px; } 

    .max-200 { max-width:200px; }
    .text-8{ font-size:8px; } 

    .max-250 { max-width:250px; }
    .text-10{ font-size:10px; } 

    .max-300 { max-width:300px; }
    .text-12{ font-size:12px; } 

    .max-350 { max-width:350px; }
    .text-14{ font-size:14px; } 

    .max-400 { max-width:400px; }
    .text-16{ font-size:16px; } 

    .max-450 { max-width:450px; }
    .text-18{ font-size:18px; } 

    .max-500 { max-width:500px; }
    .text-20{ font-size:20px; } 

    .max-550 { max-width:550px; }
    .text-22{ font-size:22px; } 

    .max-600 { max-width:600px; }
    .text-24{ font-size:24px; } 

    .max-650 { max-width:650px; }
    .text-26{ font-size:26px; } 

    .max-700 { max-width:700px; }
    .text-28{ font-size:28px; } 

    .max-750 { max-width:750px; }
    .text-30{ font-size:30px; } 

    .max-800 { max-width:800px; }
    .text-32{ font-size:32px; } 

    .max-850 { max-width:850px; }
    .text-34{ font-size:34px; } 

    .max-900 { max-width:900px; }
    .text-36{ font-size:36px; } 

    .max-950 { max-width:950px; }
    .text-38{ font-size:38px; } 

    .max-1000 { max-width:1000px; }
    .text-40{ font-size:40px; } 

    .max-1050 { max-width:1050px; }
    .text-42{ font-size:42px; } 

    .max-1100 { max-width:1100px; }
    .text-44{ font-size:44px; } 

    .max-1150 { max-width:1150px; }
    .text-46{ font-size:46px; } 

    .max-1200 { max-width:1200px; }
    .text-48{ font-size:48px; } 

    .max-1250 { max-width:1250px; }
    .text-50{ font-size:50px; } 

    .max-1300 { max-width:1300px; }
    .text-52{ font-size:52px; } 

    .max-1350 { max-width:1350px; }
    .text-54{ font-size:54px; } 

    .max-1400 { max-width:1400px; }
    .text-56{ font-size:56px; } 

    .max-1450 { max-width:1450px; }
    .text-58{ font-size:58px; } 








@media(min-width:768px){
    
    
    .sm\:d-block {
        display:block;
    }
    
    .sm\:d-inline-block {
        display:inline-block;
    }
    
    .sm\:d-flex {
        display:flex;
    }
    
    .sm\:d-inline-flex {
        display:inline-flex;
    }
    
    .sm\:d-none {
        display:none;
    }
    
    
    
    .sm\:align-center {
        align-items:center;
    }
    
    .sm\:align-flex-start {
        align-items:flex-start;
    }
    
    .sm\:align-flex-end {
        align-items:flex-end;
    }
    
    .sm\:align-normal {
        align-items:normal;
    }
    
    
    
    .sm\:justify-center {
        justify-content:center;
    }
    
    .sm\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .sm\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .sm\:justify-space-around {
        justify-content:space-around;
    }
    
    .sm\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .sm\:text-left {
        text-align:left;
    }
    
    .sm\:text-right {
        text-align:right;
    }
    
    .sm\:text-center {
        text-align:center;
    }
    
    
    
    .sm\:direction-column {
        flex-direction:column;
    }
    
    .sm\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .sm\:direction-row {
        flex-direction:row;
    }
    
    .sm\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .sm\:p--0 { padding:0px !important; }
    .sm\:p-0 { padding:0px; }
    .sm\:pt-0 { padding-top:0px; }
    .sm\:pb-0 { padding-bottom:0px; }
    .sm\:pl-0 { padding-left:0px; }
    .sm\:pr-0 { padding-right:0px; }

    .sm\:m-0 {  margin:0px; }
    .sm\:mt-0 { margin-top:0px; }
    .sm\:mb-0 { margin-bottom:0px; }
    .sm\:ml-0 { margin-left:0px; }
    .sm\:mr-0 { margin-right:0px; }

    .sm\:ml--0 { margin-left:-0px; }
    .sm\:mr--0 { margin-right:-0px; }

    .sm\:mt--0 { margin-top:-0px; }
    .sm\:mb--0 { margin-bottom:-0px; }

    .sm\:max--0 { max-width:0%; }
    .sm\:mt---0 { margin-top:-0%; }
    .sm\:mb---0 { margin-bottom:-0%; }
    
    
    .sm\:p--5 { padding:5px !important; }
    .sm\:p-5 { padding:5px; }
    .sm\:pt-5 { padding-top:5px; }
    .sm\:pb-5 { padding-bottom:5px; }
    .sm\:pl-5 { padding-left:5px; }
    .sm\:pr-5 { padding-right:5px; }

    .sm\:m-5 {  margin:5px; }
    .sm\:mt-5 { margin-top:5px; }
    .sm\:mb-5 { margin-bottom:5px; }
    .sm\:ml-5 { margin-left:5px; }
    .sm\:mr-5 { margin-right:5px; }

    .sm\:ml--5 { margin-left:-5px; }
    .sm\:mr--5 { margin-right:-5px; }

    .sm\:mt--5 { margin-top:-5px; }
    .sm\:mb--5 { margin-bottom:-5px; }

    .sm\:max--5 { max-width:5%; }
    .sm\:mt---5 { margin-top:-5%; }
    .sm\:mb---5 { margin-bottom:-5%; }
    
    
    .sm\:p--10 { padding:10px !important; }
    .sm\:p-10 { padding:10px; }
    .sm\:pt-10 { padding-top:10px; }
    .sm\:pb-10 { padding-bottom:10px; }
    .sm\:pl-10 { padding-left:10px; }
    .sm\:pr-10 { padding-right:10px; }

    .sm\:m-10 {  margin:10px; }
    .sm\:mt-10 { margin-top:10px; }
    .sm\:mb-10 { margin-bottom:10px; }
    .sm\:ml-10 { margin-left:10px; }
    .sm\:mr-10 { margin-right:10px; }

    .sm\:ml--10 { margin-left:-10px; }
    .sm\:mr--10 { margin-right:-10px; }

    .sm\:mt--10 { margin-top:-10px; }
    .sm\:mb--10 { margin-bottom:-10px; }

    .sm\:max--10 { max-width:10%; }
    .sm\:mt---10 { margin-top:-10%; }
    .sm\:mb---10 { margin-bottom:-10%; }
    
    
    .sm\:p--15 { padding:15px !important; }
    .sm\:p-15 { padding:15px; }
    .sm\:pt-15 { padding-top:15px; }
    .sm\:pb-15 { padding-bottom:15px; }
    .sm\:pl-15 { padding-left:15px; }
    .sm\:pr-15 { padding-right:15px; }

    .sm\:m-15 {  margin:15px; }
    .sm\:mt-15 { margin-top:15px; }
    .sm\:mb-15 { margin-bottom:15px; }
    .sm\:ml-15 { margin-left:15px; }
    .sm\:mr-15 { margin-right:15px; }

    .sm\:ml--15 { margin-left:-15px; }
    .sm\:mr--15 { margin-right:-15px; }

    .sm\:mt--15 { margin-top:-15px; }
    .sm\:mb--15 { margin-bottom:-15px; }

    .sm\:max--15 { max-width:15%; }
    .sm\:mt---15 { margin-top:-15%; }
    .sm\:mb---15 { margin-bottom:-15%; }
    
    
    .sm\:p--20 { padding:20px !important; }
    .sm\:p-20 { padding:20px; }
    .sm\:pt-20 { padding-top:20px; }
    .sm\:pb-20 { padding-bottom:20px; }
    .sm\:pl-20 { padding-left:20px; }
    .sm\:pr-20 { padding-right:20px; }

    .sm\:m-20 {  margin:20px; }
    .sm\:mt-20 { margin-top:20px; }
    .sm\:mb-20 { margin-bottom:20px; }
    .sm\:ml-20 { margin-left:20px; }
    .sm\:mr-20 { margin-right:20px; }

    .sm\:ml--20 { margin-left:-20px; }
    .sm\:mr--20 { margin-right:-20px; }

    .sm\:mt--20 { margin-top:-20px; }
    .sm\:mb--20 { margin-bottom:-20px; }

    .sm\:max--20 { max-width:20%; }
    .sm\:mt---20 { margin-top:-20%; }
    .sm\:mb---20 { margin-bottom:-20%; }
    
    
    .sm\:p--25 { padding:25px !important; }
    .sm\:p-25 { padding:25px; }
    .sm\:pt-25 { padding-top:25px; }
    .sm\:pb-25 { padding-bottom:25px; }
    .sm\:pl-25 { padding-left:25px; }
    .sm\:pr-25 { padding-right:25px; }

    .sm\:m-25 {  margin:25px; }
    .sm\:mt-25 { margin-top:25px; }
    .sm\:mb-25 { margin-bottom:25px; }
    .sm\:ml-25 { margin-left:25px; }
    .sm\:mr-25 { margin-right:25px; }

    .sm\:ml--25 { margin-left:-25px; }
    .sm\:mr--25 { margin-right:-25px; }

    .sm\:mt--25 { margin-top:-25px; }
    .sm\:mb--25 { margin-bottom:-25px; }

    .sm\:max--25 { max-width:25%; }
    .sm\:mt---25 { margin-top:-25%; }
    .sm\:mb---25 { margin-bottom:-25%; }
    
    
    .sm\:p--30 { padding:30px !important; }
    .sm\:p-30 { padding:30px; }
    .sm\:pt-30 { padding-top:30px; }
    .sm\:pb-30 { padding-bottom:30px; }
    .sm\:pl-30 { padding-left:30px; }
    .sm\:pr-30 { padding-right:30px; }

    .sm\:m-30 {  margin:30px; }
    .sm\:mt-30 { margin-top:30px; }
    .sm\:mb-30 { margin-bottom:30px; }
    .sm\:ml-30 { margin-left:30px; }
    .sm\:mr-30 { margin-right:30px; }

    .sm\:ml--30 { margin-left:-30px; }
    .sm\:mr--30 { margin-right:-30px; }

    .sm\:mt--30 { margin-top:-30px; }
    .sm\:mb--30 { margin-bottom:-30px; }

    .sm\:max--30 { max-width:30%; }
    .sm\:mt---30 { margin-top:-30%; }
    .sm\:mb---30 { margin-bottom:-30%; }
    
    
    .sm\:p--35 { padding:35px !important; }
    .sm\:p-35 { padding:35px; }
    .sm\:pt-35 { padding-top:35px; }
    .sm\:pb-35 { padding-bottom:35px; }
    .sm\:pl-35 { padding-left:35px; }
    .sm\:pr-35 { padding-right:35px; }

    .sm\:m-35 {  margin:35px; }
    .sm\:mt-35 { margin-top:35px; }
    .sm\:mb-35 { margin-bottom:35px; }
    .sm\:ml-35 { margin-left:35px; }
    .sm\:mr-35 { margin-right:35px; }

    .sm\:ml--35 { margin-left:-35px; }
    .sm\:mr--35 { margin-right:-35px; }

    .sm\:mt--35 { margin-top:-35px; }
    .sm\:mb--35 { margin-bottom:-35px; }

    .sm\:max--35 { max-width:35%; }
    .sm\:mt---35 { margin-top:-35%; }
    .sm\:mb---35 { margin-bottom:-35%; }
    
    
    .sm\:p--40 { padding:40px !important; }
    .sm\:p-40 { padding:40px; }
    .sm\:pt-40 { padding-top:40px; }
    .sm\:pb-40 { padding-bottom:40px; }
    .sm\:pl-40 { padding-left:40px; }
    .sm\:pr-40 { padding-right:40px; }

    .sm\:m-40 {  margin:40px; }
    .sm\:mt-40 { margin-top:40px; }
    .sm\:mb-40 { margin-bottom:40px; }
    .sm\:ml-40 { margin-left:40px; }
    .sm\:mr-40 { margin-right:40px; }

    .sm\:ml--40 { margin-left:-40px; }
    .sm\:mr--40 { margin-right:-40px; }

    .sm\:mt--40 { margin-top:-40px; }
    .sm\:mb--40 { margin-bottom:-40px; }

    .sm\:max--40 { max-width:40%; }
    .sm\:mt---40 { margin-top:-40%; }
    .sm\:mb---40 { margin-bottom:-40%; }
    
    
    .sm\:p--45 { padding:45px !important; }
    .sm\:p-45 { padding:45px; }
    .sm\:pt-45 { padding-top:45px; }
    .sm\:pb-45 { padding-bottom:45px; }
    .sm\:pl-45 { padding-left:45px; }
    .sm\:pr-45 { padding-right:45px; }

    .sm\:m-45 {  margin:45px; }
    .sm\:mt-45 { margin-top:45px; }
    .sm\:mb-45 { margin-bottom:45px; }
    .sm\:ml-45 { margin-left:45px; }
    .sm\:mr-45 { margin-right:45px; }

    .sm\:ml--45 { margin-left:-45px; }
    .sm\:mr--45 { margin-right:-45px; }

    .sm\:mt--45 { margin-top:-45px; }
    .sm\:mb--45 { margin-bottom:-45px; }

    .sm\:max--45 { max-width:45%; }
    .sm\:mt---45 { margin-top:-45%; }
    .sm\:mb---45 { margin-bottom:-45%; }
    
    
    .sm\:p--50 { padding:50px !important; }
    .sm\:p-50 { padding:50px; }
    .sm\:pt-50 { padding-top:50px; }
    .sm\:pb-50 { padding-bottom:50px; }
    .sm\:pl-50 { padding-left:50px; }
    .sm\:pr-50 { padding-right:50px; }

    .sm\:m-50 {  margin:50px; }
    .sm\:mt-50 { margin-top:50px; }
    .sm\:mb-50 { margin-bottom:50px; }
    .sm\:ml-50 { margin-left:50px; }
    .sm\:mr-50 { margin-right:50px; }

    .sm\:ml--50 { margin-left:-50px; }
    .sm\:mr--50 { margin-right:-50px; }

    .sm\:mt--50 { margin-top:-50px; }
    .sm\:mb--50 { margin-bottom:-50px; }

    .sm\:max--50 { max-width:50%; }
    .sm\:mt---50 { margin-top:-50%; }
    .sm\:mb---50 { margin-bottom:-50%; }
    
    
    .sm\:p--55 { padding:55px !important; }
    .sm\:p-55 { padding:55px; }
    .sm\:pt-55 { padding-top:55px; }
    .sm\:pb-55 { padding-bottom:55px; }
    .sm\:pl-55 { padding-left:55px; }
    .sm\:pr-55 { padding-right:55px; }

    .sm\:m-55 {  margin:55px; }
    .sm\:mt-55 { margin-top:55px; }
    .sm\:mb-55 { margin-bottom:55px; }
    .sm\:ml-55 { margin-left:55px; }
    .sm\:mr-55 { margin-right:55px; }

    .sm\:ml--55 { margin-left:-55px; }
    .sm\:mr--55 { margin-right:-55px; }

    .sm\:mt--55 { margin-top:-55px; }
    .sm\:mb--55 { margin-bottom:-55px; }

    .sm\:max--55 { max-width:55%; }
    .sm\:mt---55 { margin-top:-55%; }
    .sm\:mb---55 { margin-bottom:-55%; }
    
    
    .sm\:p--60 { padding:60px !important; }
    .sm\:p-60 { padding:60px; }
    .sm\:pt-60 { padding-top:60px; }
    .sm\:pb-60 { padding-bottom:60px; }
    .sm\:pl-60 { padding-left:60px; }
    .sm\:pr-60 { padding-right:60px; }

    .sm\:m-60 {  margin:60px; }
    .sm\:mt-60 { margin-top:60px; }
    .sm\:mb-60 { margin-bottom:60px; }
    .sm\:ml-60 { margin-left:60px; }
    .sm\:mr-60 { margin-right:60px; }

    .sm\:ml--60 { margin-left:-60px; }
    .sm\:mr--60 { margin-right:-60px; }

    .sm\:mt--60 { margin-top:-60px; }
    .sm\:mb--60 { margin-bottom:-60px; }

    .sm\:max--60 { max-width:60%; }
    .sm\:mt---60 { margin-top:-60%; }
    .sm\:mb---60 { margin-bottom:-60%; }
    
    
    .sm\:p--65 { padding:65px !important; }
    .sm\:p-65 { padding:65px; }
    .sm\:pt-65 { padding-top:65px; }
    .sm\:pb-65 { padding-bottom:65px; }
    .sm\:pl-65 { padding-left:65px; }
    .sm\:pr-65 { padding-right:65px; }

    .sm\:m-65 {  margin:65px; }
    .sm\:mt-65 { margin-top:65px; }
    .sm\:mb-65 { margin-bottom:65px; }
    .sm\:ml-65 { margin-left:65px; }
    .sm\:mr-65 { margin-right:65px; }

    .sm\:ml--65 { margin-left:-65px; }
    .sm\:mr--65 { margin-right:-65px; }

    .sm\:mt--65 { margin-top:-65px; }
    .sm\:mb--65 { margin-bottom:-65px; }

    .sm\:max--65 { max-width:65%; }
    .sm\:mt---65 { margin-top:-65%; }
    .sm\:mb---65 { margin-bottom:-65%; }
    
    
    .sm\:p--70 { padding:70px !important; }
    .sm\:p-70 { padding:70px; }
    .sm\:pt-70 { padding-top:70px; }
    .sm\:pb-70 { padding-bottom:70px; }
    .sm\:pl-70 { padding-left:70px; }
    .sm\:pr-70 { padding-right:70px; }

    .sm\:m-70 {  margin:70px; }
    .sm\:mt-70 { margin-top:70px; }
    .sm\:mb-70 { margin-bottom:70px; }
    .sm\:ml-70 { margin-left:70px; }
    .sm\:mr-70 { margin-right:70px; }

    .sm\:ml--70 { margin-left:-70px; }
    .sm\:mr--70 { margin-right:-70px; }

    .sm\:mt--70 { margin-top:-70px; }
    .sm\:mb--70 { margin-bottom:-70px; }

    .sm\:max--70 { max-width:70%; }
    .sm\:mt---70 { margin-top:-70%; }
    .sm\:mb---70 { margin-bottom:-70%; }
    
    
    .sm\:p--75 { padding:75px !important; }
    .sm\:p-75 { padding:75px; }
    .sm\:pt-75 { padding-top:75px; }
    .sm\:pb-75 { padding-bottom:75px; }
    .sm\:pl-75 { padding-left:75px; }
    .sm\:pr-75 { padding-right:75px; }

    .sm\:m-75 {  margin:75px; }
    .sm\:mt-75 { margin-top:75px; }
    .sm\:mb-75 { margin-bottom:75px; }
    .sm\:ml-75 { margin-left:75px; }
    .sm\:mr-75 { margin-right:75px; }

    .sm\:ml--75 { margin-left:-75px; }
    .sm\:mr--75 { margin-right:-75px; }

    .sm\:mt--75 { margin-top:-75px; }
    .sm\:mb--75 { margin-bottom:-75px; }

    .sm\:max--75 { max-width:75%; }
    .sm\:mt---75 { margin-top:-75%; }
    .sm\:mb---75 { margin-bottom:-75%; }
    
    
    .sm\:p--80 { padding:80px !important; }
    .sm\:p-80 { padding:80px; }
    .sm\:pt-80 { padding-top:80px; }
    .sm\:pb-80 { padding-bottom:80px; }
    .sm\:pl-80 { padding-left:80px; }
    .sm\:pr-80 { padding-right:80px; }

    .sm\:m-80 {  margin:80px; }
    .sm\:mt-80 { margin-top:80px; }
    .sm\:mb-80 { margin-bottom:80px; }
    .sm\:ml-80 { margin-left:80px; }
    .sm\:mr-80 { margin-right:80px; }

    .sm\:ml--80 { margin-left:-80px; }
    .sm\:mr--80 { margin-right:-80px; }

    .sm\:mt--80 { margin-top:-80px; }
    .sm\:mb--80 { margin-bottom:-80px; }

    .sm\:max--80 { max-width:80%; }
    .sm\:mt---80 { margin-top:-80%; }
    .sm\:mb---80 { margin-bottom:-80%; }
    
    
    .sm\:p--85 { padding:85px !important; }
    .sm\:p-85 { padding:85px; }
    .sm\:pt-85 { padding-top:85px; }
    .sm\:pb-85 { padding-bottom:85px; }
    .sm\:pl-85 { padding-left:85px; }
    .sm\:pr-85 { padding-right:85px; }

    .sm\:m-85 {  margin:85px; }
    .sm\:mt-85 { margin-top:85px; }
    .sm\:mb-85 { margin-bottom:85px; }
    .sm\:ml-85 { margin-left:85px; }
    .sm\:mr-85 { margin-right:85px; }

    .sm\:ml--85 { margin-left:-85px; }
    .sm\:mr--85 { margin-right:-85px; }

    .sm\:mt--85 { margin-top:-85px; }
    .sm\:mb--85 { margin-bottom:-85px; }

    .sm\:max--85 { max-width:85%; }
    .sm\:mt---85 { margin-top:-85%; }
    .sm\:mb---85 { margin-bottom:-85%; }
    
    
    .sm\:p--90 { padding:90px !important; }
    .sm\:p-90 { padding:90px; }
    .sm\:pt-90 { padding-top:90px; }
    .sm\:pb-90 { padding-bottom:90px; }
    .sm\:pl-90 { padding-left:90px; }
    .sm\:pr-90 { padding-right:90px; }

    .sm\:m-90 {  margin:90px; }
    .sm\:mt-90 { margin-top:90px; }
    .sm\:mb-90 { margin-bottom:90px; }
    .sm\:ml-90 { margin-left:90px; }
    .sm\:mr-90 { margin-right:90px; }

    .sm\:ml--90 { margin-left:-90px; }
    .sm\:mr--90 { margin-right:-90px; }

    .sm\:mt--90 { margin-top:-90px; }
    .sm\:mb--90 { margin-bottom:-90px; }

    .sm\:max--90 { max-width:90%; }
    .sm\:mt---90 { margin-top:-90%; }
    .sm\:mb---90 { margin-bottom:-90%; }
    
    
    .sm\:p--95 { padding:95px !important; }
    .sm\:p-95 { padding:95px; }
    .sm\:pt-95 { padding-top:95px; }
    .sm\:pb-95 { padding-bottom:95px; }
    .sm\:pl-95 { padding-left:95px; }
    .sm\:pr-95 { padding-right:95px; }

    .sm\:m-95 {  margin:95px; }
    .sm\:mt-95 { margin-top:95px; }
    .sm\:mb-95 { margin-bottom:95px; }
    .sm\:ml-95 { margin-left:95px; }
    .sm\:mr-95 { margin-right:95px; }

    .sm\:ml--95 { margin-left:-95px; }
    .sm\:mr--95 { margin-right:-95px; }

    .sm\:mt--95 { margin-top:-95px; }
    .sm\:mb--95 { margin-bottom:-95px; }

    .sm\:max--95 { max-width:95%; }
    .sm\:mt---95 { margin-top:-95%; }
    .sm\:mb---95 { margin-bottom:-95%; }
    
    
    .sm\:p--100 { padding:100px !important; }
    .sm\:p-100 { padding:100px; }
    .sm\:pt-100 { padding-top:100px; }
    .sm\:pb-100 { padding-bottom:100px; }
    .sm\:pl-100 { padding-left:100px; }
    .sm\:pr-100 { padding-right:100px; }

    .sm\:m-100 {  margin:100px; }
    .sm\:mt-100 { margin-top:100px; }
    .sm\:mb-100 { margin-bottom:100px; }
    .sm\:ml-100 { margin-left:100px; }
    .sm\:mr-100 { margin-right:100px; }

    .sm\:ml--100 { margin-left:-100px; }
    .sm\:mr--100 { margin-right:-100px; }

    .sm\:mt--100 { margin-top:-100px; }
    .sm\:mb--100 { margin-bottom:-100px; }

    .sm\:max--100 { max-width:100%; }
    .sm\:mt---100 { margin-top:-100%; }
    .sm\:mb---100 { margin-bottom:-100%; }
    
    
    .sm\:p--105 { padding:105px !important; }
    .sm\:p-105 { padding:105px; }
    .sm\:pt-105 { padding-top:105px; }
    .sm\:pb-105 { padding-bottom:105px; }
    .sm\:pl-105 { padding-left:105px; }
    .sm\:pr-105 { padding-right:105px; }

    .sm\:m-105 {  margin:105px; }
    .sm\:mt-105 { margin-top:105px; }
    .sm\:mb-105 { margin-bottom:105px; }
    .sm\:ml-105 { margin-left:105px; }
    .sm\:mr-105 { margin-right:105px; }

    .sm\:ml--105 { margin-left:-105px; }
    .sm\:mr--105 { margin-right:-105px; }

    .sm\:mt--105 { margin-top:-105px; }
    .sm\:mb--105 { margin-bottom:-105px; }

    .sm\:max--105 { max-width:105%; }
    .sm\:mt---105 { margin-top:-105%; }
    .sm\:mb---105 { margin-bottom:-105%; }
    
    
    .sm\:p--110 { padding:110px !important; }
    .sm\:p-110 { padding:110px; }
    .sm\:pt-110 { padding-top:110px; }
    .sm\:pb-110 { padding-bottom:110px; }
    .sm\:pl-110 { padding-left:110px; }
    .sm\:pr-110 { padding-right:110px; }

    .sm\:m-110 {  margin:110px; }
    .sm\:mt-110 { margin-top:110px; }
    .sm\:mb-110 { margin-bottom:110px; }
    .sm\:ml-110 { margin-left:110px; }
    .sm\:mr-110 { margin-right:110px; }

    .sm\:ml--110 { margin-left:-110px; }
    .sm\:mr--110 { margin-right:-110px; }

    .sm\:mt--110 { margin-top:-110px; }
    .sm\:mb--110 { margin-bottom:-110px; }

    .sm\:max--110 { max-width:110%; }
    .sm\:mt---110 { margin-top:-110%; }
    .sm\:mb---110 { margin-bottom:-110%; }
    
    
    .sm\:p--115 { padding:115px !important; }
    .sm\:p-115 { padding:115px; }
    .sm\:pt-115 { padding-top:115px; }
    .sm\:pb-115 { padding-bottom:115px; }
    .sm\:pl-115 { padding-left:115px; }
    .sm\:pr-115 { padding-right:115px; }

    .sm\:m-115 {  margin:115px; }
    .sm\:mt-115 { margin-top:115px; }
    .sm\:mb-115 { margin-bottom:115px; }
    .sm\:ml-115 { margin-left:115px; }
    .sm\:mr-115 { margin-right:115px; }

    .sm\:ml--115 { margin-left:-115px; }
    .sm\:mr--115 { margin-right:-115px; }

    .sm\:mt--115 { margin-top:-115px; }
    .sm\:mb--115 { margin-bottom:-115px; }

    .sm\:max--115 { max-width:115%; }
    .sm\:mt---115 { margin-top:-115%; }
    .sm\:mb---115 { margin-bottom:-115%; }
    
    
    .sm\:p--120 { padding:120px !important; }
    .sm\:p-120 { padding:120px; }
    .sm\:pt-120 { padding-top:120px; }
    .sm\:pb-120 { padding-bottom:120px; }
    .sm\:pl-120 { padding-left:120px; }
    .sm\:pr-120 { padding-right:120px; }

    .sm\:m-120 {  margin:120px; }
    .sm\:mt-120 { margin-top:120px; }
    .sm\:mb-120 { margin-bottom:120px; }
    .sm\:ml-120 { margin-left:120px; }
    .sm\:mr-120 { margin-right:120px; }

    .sm\:ml--120 { margin-left:-120px; }
    .sm\:mr--120 { margin-right:-120px; }

    .sm\:mt--120 { margin-top:-120px; }
    .sm\:mb--120 { margin-bottom:-120px; }

    .sm\:max--120 { max-width:120%; }
    .sm\:mt---120 { margin-top:-120%; }
    .sm\:mb---120 { margin-bottom:-120%; }
    
    
    .sm\:p--125 { padding:125px !important; }
    .sm\:p-125 { padding:125px; }
    .sm\:pt-125 { padding-top:125px; }
    .sm\:pb-125 { padding-bottom:125px; }
    .sm\:pl-125 { padding-left:125px; }
    .sm\:pr-125 { padding-right:125px; }

    .sm\:m-125 {  margin:125px; }
    .sm\:mt-125 { margin-top:125px; }
    .sm\:mb-125 { margin-bottom:125px; }
    .sm\:ml-125 { margin-left:125px; }
    .sm\:mr-125 { margin-right:125px; }

    .sm\:ml--125 { margin-left:-125px; }
    .sm\:mr--125 { margin-right:-125px; }

    .sm\:mt--125 { margin-top:-125px; }
    .sm\:mb--125 { margin-bottom:-125px; }

    .sm\:max--125 { max-width:125%; }
    .sm\:mt---125 { margin-top:-125%; }
    .sm\:mb---125 { margin-bottom:-125%; }
    
    
    .sm\:p--130 { padding:130px !important; }
    .sm\:p-130 { padding:130px; }
    .sm\:pt-130 { padding-top:130px; }
    .sm\:pb-130 { padding-bottom:130px; }
    .sm\:pl-130 { padding-left:130px; }
    .sm\:pr-130 { padding-right:130px; }

    .sm\:m-130 {  margin:130px; }
    .sm\:mt-130 { margin-top:130px; }
    .sm\:mb-130 { margin-bottom:130px; }
    .sm\:ml-130 { margin-left:130px; }
    .sm\:mr-130 { margin-right:130px; }

    .sm\:ml--130 { margin-left:-130px; }
    .sm\:mr--130 { margin-right:-130px; }

    .sm\:mt--130 { margin-top:-130px; }
    .sm\:mb--130 { margin-bottom:-130px; }

    .sm\:max--130 { max-width:130%; }
    .sm\:mt---130 { margin-top:-130%; }
    .sm\:mb---130 { margin-bottom:-130%; }
    
    
    .sm\:p--135 { padding:135px !important; }
    .sm\:p-135 { padding:135px; }
    .sm\:pt-135 { padding-top:135px; }
    .sm\:pb-135 { padding-bottom:135px; }
    .sm\:pl-135 { padding-left:135px; }
    .sm\:pr-135 { padding-right:135px; }

    .sm\:m-135 {  margin:135px; }
    .sm\:mt-135 { margin-top:135px; }
    .sm\:mb-135 { margin-bottom:135px; }
    .sm\:ml-135 { margin-left:135px; }
    .sm\:mr-135 { margin-right:135px; }

    .sm\:ml--135 { margin-left:-135px; }
    .sm\:mr--135 { margin-right:-135px; }

    .sm\:mt--135 { margin-top:-135px; }
    .sm\:mb--135 { margin-bottom:-135px; }

    .sm\:max--135 { max-width:135%; }
    .sm\:mt---135 { margin-top:-135%; }
    .sm\:mb---135 { margin-bottom:-135%; }
    
    
    .sm\:p--140 { padding:140px !important; }
    .sm\:p-140 { padding:140px; }
    .sm\:pt-140 { padding-top:140px; }
    .sm\:pb-140 { padding-bottom:140px; }
    .sm\:pl-140 { padding-left:140px; }
    .sm\:pr-140 { padding-right:140px; }

    .sm\:m-140 {  margin:140px; }
    .sm\:mt-140 { margin-top:140px; }
    .sm\:mb-140 { margin-bottom:140px; }
    .sm\:ml-140 { margin-left:140px; }
    .sm\:mr-140 { margin-right:140px; }

    .sm\:ml--140 { margin-left:-140px; }
    .sm\:mr--140 { margin-right:-140px; }

    .sm\:mt--140 { margin-top:-140px; }
    .sm\:mb--140 { margin-bottom:-140px; }

    .sm\:max--140 { max-width:140%; }
    .sm\:mt---140 { margin-top:-140%; }
    .sm\:mb---140 { margin-bottom:-140%; }
    
    
    .sm\:p--145 { padding:145px !important; }
    .sm\:p-145 { padding:145px; }
    .sm\:pt-145 { padding-top:145px; }
    .sm\:pb-145 { padding-bottom:145px; }
    .sm\:pl-145 { padding-left:145px; }
    .sm\:pr-145 { padding-right:145px; }

    .sm\:m-145 {  margin:145px; }
    .sm\:mt-145 { margin-top:145px; }
    .sm\:mb-145 { margin-bottom:145px; }
    .sm\:ml-145 { margin-left:145px; }
    .sm\:mr-145 { margin-right:145px; }

    .sm\:ml--145 { margin-left:-145px; }
    .sm\:mr--145 { margin-right:-145px; }

    .sm\:mt--145 { margin-top:-145px; }
    .sm\:mb--145 { margin-bottom:-145px; }

    .sm\:max--145 { max-width:145%; }
    .sm\:mt---145 { margin-top:-145%; }
    .sm\:mb---145 { margin-bottom:-145%; }
    
    
    .sm\:p--150 { padding:150px !important; }
    .sm\:p-150 { padding:150px; }
    .sm\:pt-150 { padding-top:150px; }
    .sm\:pb-150 { padding-bottom:150px; }
    .sm\:pl-150 { padding-left:150px; }
    .sm\:pr-150 { padding-right:150px; }

    .sm\:m-150 {  margin:150px; }
    .sm\:mt-150 { margin-top:150px; }
    .sm\:mb-150 { margin-bottom:150px; }
    .sm\:ml-150 { margin-left:150px; }
    .sm\:mr-150 { margin-right:150px; }

    .sm\:ml--150 { margin-left:-150px; }
    .sm\:mr--150 { margin-right:-150px; }

    .sm\:mt--150 { margin-top:-150px; }
    .sm\:mb--150 { margin-bottom:-150px; }

    .sm\:max--150 { max-width:150%; }
    .sm\:mt---150 { margin-top:-150%; }
    .sm\:mb---150 { margin-bottom:-150%; }
    
    

    
    .sm\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .sm\:max-50 { max-width:50px; }
    .sm\:text-2{ font-size:2px; } 

    
    .sm\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .sm\:max-100 { max-width:100px; }
    .sm\:text-4{ font-size:4px; } 

    
    .sm\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .sm\:max-150 { max-width:150px; }
    .sm\:text-6{ font-size:6px; } 

    
    .sm\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .sm\:max-200 { max-width:200px; }
    .sm\:text-8{ font-size:8px; } 

    
    .sm\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .sm\:max-250 { max-width:250px; }
    .sm\:text-10{ font-size:10px; } 

    
    .sm\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .sm\:max-300 { max-width:300px; }
    .sm\:text-12{ font-size:12px; } 

    
    .sm\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .sm\:max-350 { max-width:350px; }
    .sm\:text-14{ font-size:14px; } 

    
    .sm\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .sm\:max-400 { max-width:400px; }
    .sm\:text-16{ font-size:16px; } 

    
    .sm\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .sm\:max-450 { max-width:450px; }
    .sm\:text-18{ font-size:18px; } 

    
    .sm\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .sm\:max-500 { max-width:500px; }
    .sm\:text-20{ font-size:20px; } 

    
    .sm\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .sm\:max-550 { max-width:550px; }
    .sm\:text-22{ font-size:22px; } 

    
    .sm\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .sm\:max-600 { max-width:600px; }
    .sm\:text-24{ font-size:24px; } 

    
    .sm\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .sm\:max-650 { max-width:650px; }
    .sm\:text-26{ font-size:26px; } 

    
    .sm\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .sm\:max-700 { max-width:700px; }
    .sm\:text-28{ font-size:28px; } 

    
    .sm\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .sm\:max-750 { max-width:750px; }
    .sm\:text-30{ font-size:30px; } 

    
    .sm\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .sm\:max-800 { max-width:800px; }
    .sm\:text-32{ font-size:32px; } 

    
    .sm\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .sm\:max-850 { max-width:850px; }
    .sm\:text-34{ font-size:34px; } 

    
    .sm\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .sm\:max-900 { max-width:900px; }
    .sm\:text-36{ font-size:36px; } 

    
    .sm\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .sm\:max-950 { max-width:950px; }
    .sm\:text-38{ font-size:38px; } 

    
    .sm\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .sm\:max-1000 { max-width:1000px; }
    .sm\:text-40{ font-size:40px; } 

    
    .sm\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .sm\:max-1050 { max-width:1050px; }
    .sm\:text-42{ font-size:42px; } 

    
    .sm\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .sm\:max-1100 { max-width:1100px; }
    .sm\:text-44{ font-size:44px; } 

    
    .sm\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .sm\:max-1150 { max-width:1150px; }
    .sm\:text-46{ font-size:46px; } 

    
    .sm\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .sm\:max-1200 { max-width:1200px; }
    .sm\:text-48{ font-size:48px; } 

    
    .sm\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .sm\:max-1250 { max-width:1250px; }
    .sm\:text-50{ font-size:50px; } 

    
    .sm\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .sm\:max-1300 { max-width:1300px; }
    .sm\:text-52{ font-size:52px; } 

    
    .sm\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .sm\:max-1350 { max-width:1350px; }
    .sm\:text-54{ font-size:54px; } 

    
    .sm\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .sm\:max-1400 { max-width:1400px; }
    .sm\:text-56{ font-size:56px; } 

    
    .sm\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .sm\:max-1450 { max-width:1450px; }
    .sm\:text-58{ font-size:58px; } 

    

    .sm\:max-full { max-width:100%; }
    .sm\:ml-auto{ margin-left:auto; }
    .sm\:mr-auto{ margin-right:auto; }
    .sm\:vh-100{ height:100vh; }
    .sm\:vh-auto{ height:auto; }
}


@media(min-width:992px){
    
    
    .md\:d-block {
        display:block;
    }
    
    .md\:d-inline-block {
        display:inline-block;
    }
    
    .md\:d-flex {
        display:flex;
    }
    
    .md\:d-inline-flex {
        display:inline-flex;
    }
    
    .md\:d-none {
        display:none;
    }
    
    
    
    .md\:align-center {
        align-items:center;
    }
    
    .md\:align-flex-start {
        align-items:flex-start;
    }
    
    .md\:align-flex-end {
        align-items:flex-end;
    }
    
    .md\:align-normal {
        align-items:normal;
    }
    
    
    
    .md\:justify-center {
        justify-content:center;
    }
    
    .md\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .md\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .md\:justify-space-around {
        justify-content:space-around;
    }
    
    .md\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .md\:text-left {
        text-align:left;
    }
    
    .md\:text-right {
        text-align:right;
    }
    
    .md\:text-center {
        text-align:center;
    }
    
    
    
    .md\:direction-column {
        flex-direction:column;
    }
    
    .md\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .md\:direction-row {
        flex-direction:row;
    }
    
    .md\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .md\:p--0 { padding:0px !important; }
    .md\:p-0 { padding:0px; }
    .md\:pt-0 { padding-top:0px; }
    .md\:pb-0 { padding-bottom:0px; }
    .md\:pl-0 { padding-left:0px; }
    .md\:pr-0 { padding-right:0px; }

    .md\:m-0 {  margin:0px; }
    .md\:mt-0 { margin-top:0px; }
    .md\:mb-0 { margin-bottom:0px; }
    .md\:ml-0 { margin-left:0px; }
    .md\:mr-0 { margin-right:0px; }

    .md\:ml--0 { margin-left:-0px; }
    .md\:mr--0 { margin-right:-0px; }

    .md\:mt--0 { margin-top:-0px; }
    .md\:mb--0 { margin-bottom:-0px; }

    .md\:max--0 { max-width:0%; }
    .md\:mt---0 { margin-top:-0%; }
    .md\:mb---0 { margin-bottom:-0%; }
    
    
    .md\:p--5 { padding:5px !important; }
    .md\:p-5 { padding:5px; }
    .md\:pt-5 { padding-top:5px; }
    .md\:pb-5 { padding-bottom:5px; }
    .md\:pl-5 { padding-left:5px; }
    .md\:pr-5 { padding-right:5px; }

    .md\:m-5 {  margin:5px; }
    .md\:mt-5 { margin-top:5px; }
    .md\:mb-5 { margin-bottom:5px; }
    .md\:ml-5 { margin-left:5px; }
    .md\:mr-5 { margin-right:5px; }

    .md\:ml--5 { margin-left:-5px; }
    .md\:mr--5 { margin-right:-5px; }

    .md\:mt--5 { margin-top:-5px; }
    .md\:mb--5 { margin-bottom:-5px; }

    .md\:max--5 { max-width:5%; }
    .md\:mt---5 { margin-top:-5%; }
    .md\:mb---5 { margin-bottom:-5%; }
    
    
    .md\:p--10 { padding:10px !important; }
    .md\:p-10 { padding:10px; }
    .md\:pt-10 { padding-top:10px; }
    .md\:pb-10 { padding-bottom:10px; }
    .md\:pl-10 { padding-left:10px; }
    .md\:pr-10 { padding-right:10px; }

    .md\:m-10 {  margin:10px; }
    .md\:mt-10 { margin-top:10px; }
    .md\:mb-10 { margin-bottom:10px; }
    .md\:ml-10 { margin-left:10px; }
    .md\:mr-10 { margin-right:10px; }

    .md\:ml--10 { margin-left:-10px; }
    .md\:mr--10 { margin-right:-10px; }

    .md\:mt--10 { margin-top:-10px; }
    .md\:mb--10 { margin-bottom:-10px; }

    .md\:max--10 { max-width:10%; }
    .md\:mt---10 { margin-top:-10%; }
    .md\:mb---10 { margin-bottom:-10%; }
    
    
    .md\:p--15 { padding:15px !important; }
    .md\:p-15 { padding:15px; }
    .md\:pt-15 { padding-top:15px; }
    .md\:pb-15 { padding-bottom:15px; }
    .md\:pl-15 { padding-left:15px; }
    .md\:pr-15 { padding-right:15px; }

    .md\:m-15 {  margin:15px; }
    .md\:mt-15 { margin-top:15px; }
    .md\:mb-15 { margin-bottom:15px; }
    .md\:ml-15 { margin-left:15px; }
    .md\:mr-15 { margin-right:15px; }

    .md\:ml--15 { margin-left:-15px; }
    .md\:mr--15 { margin-right:-15px; }

    .md\:mt--15 { margin-top:-15px; }
    .md\:mb--15 { margin-bottom:-15px; }

    .md\:max--15 { max-width:15%; }
    .md\:mt---15 { margin-top:-15%; }
    .md\:mb---15 { margin-bottom:-15%; }
    
    
    .md\:p--20 { padding:20px !important; }
    .md\:p-20 { padding:20px; }
    .md\:pt-20 { padding-top:20px; }
    .md\:pb-20 { padding-bottom:20px; }
    .md\:pl-20 { padding-left:20px; }
    .md\:pr-20 { padding-right:20px; }

    .md\:m-20 {  margin:20px; }
    .md\:mt-20 { margin-top:20px; }
    .md\:mb-20 { margin-bottom:20px; }
    .md\:ml-20 { margin-left:20px; }
    .md\:mr-20 { margin-right:20px; }

    .md\:ml--20 { margin-left:-20px; }
    .md\:mr--20 { margin-right:-20px; }

    .md\:mt--20 { margin-top:-20px; }
    .md\:mb--20 { margin-bottom:-20px; }

    .md\:max--20 { max-width:20%; }
    .md\:mt---20 { margin-top:-20%; }
    .md\:mb---20 { margin-bottom:-20%; }
    
    
    .md\:p--25 { padding:25px !important; }
    .md\:p-25 { padding:25px; }
    .md\:pt-25 { padding-top:25px; }
    .md\:pb-25 { padding-bottom:25px; }
    .md\:pl-25 { padding-left:25px; }
    .md\:pr-25 { padding-right:25px; }

    .md\:m-25 {  margin:25px; }
    .md\:mt-25 { margin-top:25px; }
    .md\:mb-25 { margin-bottom:25px; }
    .md\:ml-25 { margin-left:25px; }
    .md\:mr-25 { margin-right:25px; }

    .md\:ml--25 { margin-left:-25px; }
    .md\:mr--25 { margin-right:-25px; }

    .md\:mt--25 { margin-top:-25px; }
    .md\:mb--25 { margin-bottom:-25px; }

    .md\:max--25 { max-width:25%; }
    .md\:mt---25 { margin-top:-25%; }
    .md\:mb---25 { margin-bottom:-25%; }
    
    
    .md\:p--30 { padding:30px !important; }
    .md\:p-30 { padding:30px; }
    .md\:pt-30 { padding-top:30px; }
    .md\:pb-30 { padding-bottom:30px; }
    .md\:pl-30 { padding-left:30px; }
    .md\:pr-30 { padding-right:30px; }

    .md\:m-30 {  margin:30px; }
    .md\:mt-30 { margin-top:30px; }
    .md\:mb-30 { margin-bottom:30px; }
    .md\:ml-30 { margin-left:30px; }
    .md\:mr-30 { margin-right:30px; }

    .md\:ml--30 { margin-left:-30px; }
    .md\:mr--30 { margin-right:-30px; }

    .md\:mt--30 { margin-top:-30px; }
    .md\:mb--30 { margin-bottom:-30px; }

    .md\:max--30 { max-width:30%; }
    .md\:mt---30 { margin-top:-30%; }
    .md\:mb---30 { margin-bottom:-30%; }
    
    
    .md\:p--35 { padding:35px !important; }
    .md\:p-35 { padding:35px; }
    .md\:pt-35 { padding-top:35px; }
    .md\:pb-35 { padding-bottom:35px; }
    .md\:pl-35 { padding-left:35px; }
    .md\:pr-35 { padding-right:35px; }

    .md\:m-35 {  margin:35px; }
    .md\:mt-35 { margin-top:35px; }
    .md\:mb-35 { margin-bottom:35px; }
    .md\:ml-35 { margin-left:35px; }
    .md\:mr-35 { margin-right:35px; }

    .md\:ml--35 { margin-left:-35px; }
    .md\:mr--35 { margin-right:-35px; }

    .md\:mt--35 { margin-top:-35px; }
    .md\:mb--35 { margin-bottom:-35px; }

    .md\:max--35 { max-width:35%; }
    .md\:mt---35 { margin-top:-35%; }
    .md\:mb---35 { margin-bottom:-35%; }
    
    
    .md\:p--40 { padding:40px !important; }
    .md\:p-40 { padding:40px; }
    .md\:pt-40 { padding-top:40px; }
    .md\:pb-40 { padding-bottom:40px; }
    .md\:pl-40 { padding-left:40px; }
    .md\:pr-40 { padding-right:40px; }

    .md\:m-40 {  margin:40px; }
    .md\:mt-40 { margin-top:40px; }
    .md\:mb-40 { margin-bottom:40px; }
    .md\:ml-40 { margin-left:40px; }
    .md\:mr-40 { margin-right:40px; }

    .md\:ml--40 { margin-left:-40px; }
    .md\:mr--40 { margin-right:-40px; }

    .md\:mt--40 { margin-top:-40px; }
    .md\:mb--40 { margin-bottom:-40px; }

    .md\:max--40 { max-width:40%; }
    .md\:mt---40 { margin-top:-40%; }
    .md\:mb---40 { margin-bottom:-40%; }
    
    
    .md\:p--45 { padding:45px !important; }
    .md\:p-45 { padding:45px; }
    .md\:pt-45 { padding-top:45px; }
    .md\:pb-45 { padding-bottom:45px; }
    .md\:pl-45 { padding-left:45px; }
    .md\:pr-45 { padding-right:45px; }

    .md\:m-45 {  margin:45px; }
    .md\:mt-45 { margin-top:45px; }
    .md\:mb-45 { margin-bottom:45px; }
    .md\:ml-45 { margin-left:45px; }
    .md\:mr-45 { margin-right:45px; }

    .md\:ml--45 { margin-left:-45px; }
    .md\:mr--45 { margin-right:-45px; }

    .md\:mt--45 { margin-top:-45px; }
    .md\:mb--45 { margin-bottom:-45px; }

    .md\:max--45 { max-width:45%; }
    .md\:mt---45 { margin-top:-45%; }
    .md\:mb---45 { margin-bottom:-45%; }
    
    
    .md\:p--50 { padding:50px !important; }
    .md\:p-50 { padding:50px; }
    .md\:pt-50 { padding-top:50px; }
    .md\:pb-50 { padding-bottom:50px; }
    .md\:pl-50 { padding-left:50px; }
    .md\:pr-50 { padding-right:50px; }

    .md\:m-50 {  margin:50px; }
    .md\:mt-50 { margin-top:50px; }
    .md\:mb-50 { margin-bottom:50px; }
    .md\:ml-50 { margin-left:50px; }
    .md\:mr-50 { margin-right:50px; }

    .md\:ml--50 { margin-left:-50px; }
    .md\:mr--50 { margin-right:-50px; }

    .md\:mt--50 { margin-top:-50px; }
    .md\:mb--50 { margin-bottom:-50px; }

    .md\:max--50 { max-width:50%; }
    .md\:mt---50 { margin-top:-50%; }
    .md\:mb---50 { margin-bottom:-50%; }
    
    
    .md\:p--55 { padding:55px !important; }
    .md\:p-55 { padding:55px; }
    .md\:pt-55 { padding-top:55px; }
    .md\:pb-55 { padding-bottom:55px; }
    .md\:pl-55 { padding-left:55px; }
    .md\:pr-55 { padding-right:55px; }

    .md\:m-55 {  margin:55px; }
    .md\:mt-55 { margin-top:55px; }
    .md\:mb-55 { margin-bottom:55px; }
    .md\:ml-55 { margin-left:55px; }
    .md\:mr-55 { margin-right:55px; }

    .md\:ml--55 { margin-left:-55px; }
    .md\:mr--55 { margin-right:-55px; }

    .md\:mt--55 { margin-top:-55px; }
    .md\:mb--55 { margin-bottom:-55px; }

    .md\:max--55 { max-width:55%; }
    .md\:mt---55 { margin-top:-55%; }
    .md\:mb---55 { margin-bottom:-55%; }
    
    
    .md\:p--60 { padding:60px !important; }
    .md\:p-60 { padding:60px; }
    .md\:pt-60 { padding-top:60px; }
    .md\:pb-60 { padding-bottom:60px; }
    .md\:pl-60 { padding-left:60px; }
    .md\:pr-60 { padding-right:60px; }

    .md\:m-60 {  margin:60px; }
    .md\:mt-60 { margin-top:60px; }
    .md\:mb-60 { margin-bottom:60px; }
    .md\:ml-60 { margin-left:60px; }
    .md\:mr-60 { margin-right:60px; }

    .md\:ml--60 { margin-left:-60px; }
    .md\:mr--60 { margin-right:-60px; }

    .md\:mt--60 { margin-top:-60px; }
    .md\:mb--60 { margin-bottom:-60px; }

    .md\:max--60 { max-width:60%; }
    .md\:mt---60 { margin-top:-60%; }
    .md\:mb---60 { margin-bottom:-60%; }
    
    
    .md\:p--65 { padding:65px !important; }
    .md\:p-65 { padding:65px; }
    .md\:pt-65 { padding-top:65px; }
    .md\:pb-65 { padding-bottom:65px; }
    .md\:pl-65 { padding-left:65px; }
    .md\:pr-65 { padding-right:65px; }

    .md\:m-65 {  margin:65px; }
    .md\:mt-65 { margin-top:65px; }
    .md\:mb-65 { margin-bottom:65px; }
    .md\:ml-65 { margin-left:65px; }
    .md\:mr-65 { margin-right:65px; }

    .md\:ml--65 { margin-left:-65px; }
    .md\:mr--65 { margin-right:-65px; }

    .md\:mt--65 { margin-top:-65px; }
    .md\:mb--65 { margin-bottom:-65px; }

    .md\:max--65 { max-width:65%; }
    .md\:mt---65 { margin-top:-65%; }
    .md\:mb---65 { margin-bottom:-65%; }
    
    
    .md\:p--70 { padding:70px !important; }
    .md\:p-70 { padding:70px; }
    .md\:pt-70 { padding-top:70px; }
    .md\:pb-70 { padding-bottom:70px; }
    .md\:pl-70 { padding-left:70px; }
    .md\:pr-70 { padding-right:70px; }

    .md\:m-70 {  margin:70px; }
    .md\:mt-70 { margin-top:70px; }
    .md\:mb-70 { margin-bottom:70px; }
    .md\:ml-70 { margin-left:70px; }
    .md\:mr-70 { margin-right:70px; }

    .md\:ml--70 { margin-left:-70px; }
    .md\:mr--70 { margin-right:-70px; }

    .md\:mt--70 { margin-top:-70px; }
    .md\:mb--70 { margin-bottom:-70px; }

    .md\:max--70 { max-width:70%; }
    .md\:mt---70 { margin-top:-70%; }
    .md\:mb---70 { margin-bottom:-70%; }
    
    
    .md\:p--75 { padding:75px !important; }
    .md\:p-75 { padding:75px; }
    .md\:pt-75 { padding-top:75px; }
    .md\:pb-75 { padding-bottom:75px; }
    .md\:pl-75 { padding-left:75px; }
    .md\:pr-75 { padding-right:75px; }

    .md\:m-75 {  margin:75px; }
    .md\:mt-75 { margin-top:75px; }
    .md\:mb-75 { margin-bottom:75px; }
    .md\:ml-75 { margin-left:75px; }
    .md\:mr-75 { margin-right:75px; }

    .md\:ml--75 { margin-left:-75px; }
    .md\:mr--75 { margin-right:-75px; }

    .md\:mt--75 { margin-top:-75px; }
    .md\:mb--75 { margin-bottom:-75px; }

    .md\:max--75 { max-width:75%; }
    .md\:mt---75 { margin-top:-75%; }
    .md\:mb---75 { margin-bottom:-75%; }
    
    
    .md\:p--80 { padding:80px !important; }
    .md\:p-80 { padding:80px; }
    .md\:pt-80 { padding-top:80px; }
    .md\:pb-80 { padding-bottom:80px; }
    .md\:pl-80 { padding-left:80px; }
    .md\:pr-80 { padding-right:80px; }

    .md\:m-80 {  margin:80px; }
    .md\:mt-80 { margin-top:80px; }
    .md\:mb-80 { margin-bottom:80px; }
    .md\:ml-80 { margin-left:80px; }
    .md\:mr-80 { margin-right:80px; }

    .md\:ml--80 { margin-left:-80px; }
    .md\:mr--80 { margin-right:-80px; }

    .md\:mt--80 { margin-top:-80px; }
    .md\:mb--80 { margin-bottom:-80px; }

    .md\:max--80 { max-width:80%; }
    .md\:mt---80 { margin-top:-80%; }
    .md\:mb---80 { margin-bottom:-80%; }
    
    
    .md\:p--85 { padding:85px !important; }
    .md\:p-85 { padding:85px; }
    .md\:pt-85 { padding-top:85px; }
    .md\:pb-85 { padding-bottom:85px; }
    .md\:pl-85 { padding-left:85px; }
    .md\:pr-85 { padding-right:85px; }

    .md\:m-85 {  margin:85px; }
    .md\:mt-85 { margin-top:85px; }
    .md\:mb-85 { margin-bottom:85px; }
    .md\:ml-85 { margin-left:85px; }
    .md\:mr-85 { margin-right:85px; }

    .md\:ml--85 { margin-left:-85px; }
    .md\:mr--85 { margin-right:-85px; }

    .md\:mt--85 { margin-top:-85px; }
    .md\:mb--85 { margin-bottom:-85px; }

    .md\:max--85 { max-width:85%; }
    .md\:mt---85 { margin-top:-85%; }
    .md\:mb---85 { margin-bottom:-85%; }
    
    
    .md\:p--90 { padding:90px !important; }
    .md\:p-90 { padding:90px; }
    .md\:pt-90 { padding-top:90px; }
    .md\:pb-90 { padding-bottom:90px; }
    .md\:pl-90 { padding-left:90px; }
    .md\:pr-90 { padding-right:90px; }

    .md\:m-90 {  margin:90px; }
    .md\:mt-90 { margin-top:90px; }
    .md\:mb-90 { margin-bottom:90px; }
    .md\:ml-90 { margin-left:90px; }
    .md\:mr-90 { margin-right:90px; }

    .md\:ml--90 { margin-left:-90px; }
    .md\:mr--90 { margin-right:-90px; }

    .md\:mt--90 { margin-top:-90px; }
    .md\:mb--90 { margin-bottom:-90px; }

    .md\:max--90 { max-width:90%; }
    .md\:mt---90 { margin-top:-90%; }
    .md\:mb---90 { margin-bottom:-90%; }
    
    
    .md\:p--95 { padding:95px !important; }
    .md\:p-95 { padding:95px; }
    .md\:pt-95 { padding-top:95px; }
    .md\:pb-95 { padding-bottom:95px; }
    .md\:pl-95 { padding-left:95px; }
    .md\:pr-95 { padding-right:95px; }

    .md\:m-95 {  margin:95px; }
    .md\:mt-95 { margin-top:95px; }
    .md\:mb-95 { margin-bottom:95px; }
    .md\:ml-95 { margin-left:95px; }
    .md\:mr-95 { margin-right:95px; }

    .md\:ml--95 { margin-left:-95px; }
    .md\:mr--95 { margin-right:-95px; }

    .md\:mt--95 { margin-top:-95px; }
    .md\:mb--95 { margin-bottom:-95px; }

    .md\:max--95 { max-width:95%; }
    .md\:mt---95 { margin-top:-95%; }
    .md\:mb---95 { margin-bottom:-95%; }
    
    
    .md\:p--100 { padding:100px !important; }
    .md\:p-100 { padding:100px; }
    .md\:pt-100 { padding-top:100px; }
    .md\:pb-100 { padding-bottom:100px; }
    .md\:pl-100 { padding-left:100px; }
    .md\:pr-100 { padding-right:100px; }

    .md\:m-100 {  margin:100px; }
    .md\:mt-100 { margin-top:100px; }
    .md\:mb-100 { margin-bottom:100px; }
    .md\:ml-100 { margin-left:100px; }
    .md\:mr-100 { margin-right:100px; }

    .md\:ml--100 { margin-left:-100px; }
    .md\:mr--100 { margin-right:-100px; }

    .md\:mt--100 { margin-top:-100px; }
    .md\:mb--100 { margin-bottom:-100px; }

    .md\:max--100 { max-width:100%; }
    .md\:mt---100 { margin-top:-100%; }
    .md\:mb---100 { margin-bottom:-100%; }
    
    
    .md\:p--105 { padding:105px !important; }
    .md\:p-105 { padding:105px; }
    .md\:pt-105 { padding-top:105px; }
    .md\:pb-105 { padding-bottom:105px; }
    .md\:pl-105 { padding-left:105px; }
    .md\:pr-105 { padding-right:105px; }

    .md\:m-105 {  margin:105px; }
    .md\:mt-105 { margin-top:105px; }
    .md\:mb-105 { margin-bottom:105px; }
    .md\:ml-105 { margin-left:105px; }
    .md\:mr-105 { margin-right:105px; }

    .md\:ml--105 { margin-left:-105px; }
    .md\:mr--105 { margin-right:-105px; }

    .md\:mt--105 { margin-top:-105px; }
    .md\:mb--105 { margin-bottom:-105px; }

    .md\:max--105 { max-width:105%; }
    .md\:mt---105 { margin-top:-105%; }
    .md\:mb---105 { margin-bottom:-105%; }
    
    
    .md\:p--110 { padding:110px !important; }
    .md\:p-110 { padding:110px; }
    .md\:pt-110 { padding-top:110px; }
    .md\:pb-110 { padding-bottom:110px; }
    .md\:pl-110 { padding-left:110px; }
    .md\:pr-110 { padding-right:110px; }

    .md\:m-110 {  margin:110px; }
    .md\:mt-110 { margin-top:110px; }
    .md\:mb-110 { margin-bottom:110px; }
    .md\:ml-110 { margin-left:110px; }
    .md\:mr-110 { margin-right:110px; }

    .md\:ml--110 { margin-left:-110px; }
    .md\:mr--110 { margin-right:-110px; }

    .md\:mt--110 { margin-top:-110px; }
    .md\:mb--110 { margin-bottom:-110px; }

    .md\:max--110 { max-width:110%; }
    .md\:mt---110 { margin-top:-110%; }
    .md\:mb---110 { margin-bottom:-110%; }
    
    
    .md\:p--115 { padding:115px !important; }
    .md\:p-115 { padding:115px; }
    .md\:pt-115 { padding-top:115px; }
    .md\:pb-115 { padding-bottom:115px; }
    .md\:pl-115 { padding-left:115px; }
    .md\:pr-115 { padding-right:115px; }

    .md\:m-115 {  margin:115px; }
    .md\:mt-115 { margin-top:115px; }
    .md\:mb-115 { margin-bottom:115px; }
    .md\:ml-115 { margin-left:115px; }
    .md\:mr-115 { margin-right:115px; }

    .md\:ml--115 { margin-left:-115px; }
    .md\:mr--115 { margin-right:-115px; }

    .md\:mt--115 { margin-top:-115px; }
    .md\:mb--115 { margin-bottom:-115px; }

    .md\:max--115 { max-width:115%; }
    .md\:mt---115 { margin-top:-115%; }
    .md\:mb---115 { margin-bottom:-115%; }
    
    
    .md\:p--120 { padding:120px !important; }
    .md\:p-120 { padding:120px; }
    .md\:pt-120 { padding-top:120px; }
    .md\:pb-120 { padding-bottom:120px; }
    .md\:pl-120 { padding-left:120px; }
    .md\:pr-120 { padding-right:120px; }

    .md\:m-120 {  margin:120px; }
    .md\:mt-120 { margin-top:120px; }
    .md\:mb-120 { margin-bottom:120px; }
    .md\:ml-120 { margin-left:120px; }
    .md\:mr-120 { margin-right:120px; }

    .md\:ml--120 { margin-left:-120px; }
    .md\:mr--120 { margin-right:-120px; }

    .md\:mt--120 { margin-top:-120px; }
    .md\:mb--120 { margin-bottom:-120px; }

    .md\:max--120 { max-width:120%; }
    .md\:mt---120 { margin-top:-120%; }
    .md\:mb---120 { margin-bottom:-120%; }
    
    
    .md\:p--125 { padding:125px !important; }
    .md\:p-125 { padding:125px; }
    .md\:pt-125 { padding-top:125px; }
    .md\:pb-125 { padding-bottom:125px; }
    .md\:pl-125 { padding-left:125px; }
    .md\:pr-125 { padding-right:125px; }

    .md\:m-125 {  margin:125px; }
    .md\:mt-125 { margin-top:125px; }
    .md\:mb-125 { margin-bottom:125px; }
    .md\:ml-125 { margin-left:125px; }
    .md\:mr-125 { margin-right:125px; }

    .md\:ml--125 { margin-left:-125px; }
    .md\:mr--125 { margin-right:-125px; }

    .md\:mt--125 { margin-top:-125px; }
    .md\:mb--125 { margin-bottom:-125px; }

    .md\:max--125 { max-width:125%; }
    .md\:mt---125 { margin-top:-125%; }
    .md\:mb---125 { margin-bottom:-125%; }
    
    
    .md\:p--130 { padding:130px !important; }
    .md\:p-130 { padding:130px; }
    .md\:pt-130 { padding-top:130px; }
    .md\:pb-130 { padding-bottom:130px; }
    .md\:pl-130 { padding-left:130px; }
    .md\:pr-130 { padding-right:130px; }

    .md\:m-130 {  margin:130px; }
    .md\:mt-130 { margin-top:130px; }
    .md\:mb-130 { margin-bottom:130px; }
    .md\:ml-130 { margin-left:130px; }
    .md\:mr-130 { margin-right:130px; }

    .md\:ml--130 { margin-left:-130px; }
    .md\:mr--130 { margin-right:-130px; }

    .md\:mt--130 { margin-top:-130px; }
    .md\:mb--130 { margin-bottom:-130px; }

    .md\:max--130 { max-width:130%; }
    .md\:mt---130 { margin-top:-130%; }
    .md\:mb---130 { margin-bottom:-130%; }
    
    
    .md\:p--135 { padding:135px !important; }
    .md\:p-135 { padding:135px; }
    .md\:pt-135 { padding-top:135px; }
    .md\:pb-135 { padding-bottom:135px; }
    .md\:pl-135 { padding-left:135px; }
    .md\:pr-135 { padding-right:135px; }

    .md\:m-135 {  margin:135px; }
    .md\:mt-135 { margin-top:135px; }
    .md\:mb-135 { margin-bottom:135px; }
    .md\:ml-135 { margin-left:135px; }
    .md\:mr-135 { margin-right:135px; }

    .md\:ml--135 { margin-left:-135px; }
    .md\:mr--135 { margin-right:-135px; }

    .md\:mt--135 { margin-top:-135px; }
    .md\:mb--135 { margin-bottom:-135px; }

    .md\:max--135 { max-width:135%; }
    .md\:mt---135 { margin-top:-135%; }
    .md\:mb---135 { margin-bottom:-135%; }
    
    
    .md\:p--140 { padding:140px !important; }
    .md\:p-140 { padding:140px; }
    .md\:pt-140 { padding-top:140px; }
    .md\:pb-140 { padding-bottom:140px; }
    .md\:pl-140 { padding-left:140px; }
    .md\:pr-140 { padding-right:140px; }

    .md\:m-140 {  margin:140px; }
    .md\:mt-140 { margin-top:140px; }
    .md\:mb-140 { margin-bottom:140px; }
    .md\:ml-140 { margin-left:140px; }
    .md\:mr-140 { margin-right:140px; }

    .md\:ml--140 { margin-left:-140px; }
    .md\:mr--140 { margin-right:-140px; }

    .md\:mt--140 { margin-top:-140px; }
    .md\:mb--140 { margin-bottom:-140px; }

    .md\:max--140 { max-width:140%; }
    .md\:mt---140 { margin-top:-140%; }
    .md\:mb---140 { margin-bottom:-140%; }
    
    
    .md\:p--145 { padding:145px !important; }
    .md\:p-145 { padding:145px; }
    .md\:pt-145 { padding-top:145px; }
    .md\:pb-145 { padding-bottom:145px; }
    .md\:pl-145 { padding-left:145px; }
    .md\:pr-145 { padding-right:145px; }

    .md\:m-145 {  margin:145px; }
    .md\:mt-145 { margin-top:145px; }
    .md\:mb-145 { margin-bottom:145px; }
    .md\:ml-145 { margin-left:145px; }
    .md\:mr-145 { margin-right:145px; }

    .md\:ml--145 { margin-left:-145px; }
    .md\:mr--145 { margin-right:-145px; }

    .md\:mt--145 { margin-top:-145px; }
    .md\:mb--145 { margin-bottom:-145px; }

    .md\:max--145 { max-width:145%; }
    .md\:mt---145 { margin-top:-145%; }
    .md\:mb---145 { margin-bottom:-145%; }
    
    
    .md\:p--150 { padding:150px !important; }
    .md\:p-150 { padding:150px; }
    .md\:pt-150 { padding-top:150px; }
    .md\:pb-150 { padding-bottom:150px; }
    .md\:pl-150 { padding-left:150px; }
    .md\:pr-150 { padding-right:150px; }

    .md\:m-150 {  margin:150px; }
    .md\:mt-150 { margin-top:150px; }
    .md\:mb-150 { margin-bottom:150px; }
    .md\:ml-150 { margin-left:150px; }
    .md\:mr-150 { margin-right:150px; }

    .md\:ml--150 { margin-left:-150px; }
    .md\:mr--150 { margin-right:-150px; }

    .md\:mt--150 { margin-top:-150px; }
    .md\:mb--150 { margin-bottom:-150px; }

    .md\:max--150 { max-width:150%; }
    .md\:mt---150 { margin-top:-150%; }
    .md\:mb---150 { margin-bottom:-150%; }
    
    

    
    .md\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .md\:max-50 { max-width:50px; }
    .md\:text-2{ font-size:2px; } 

    
    .md\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .md\:max-100 { max-width:100px; }
    .md\:text-4{ font-size:4px; } 

    
    .md\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .md\:max-150 { max-width:150px; }
    .md\:text-6{ font-size:6px; } 

    
    .md\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .md\:max-200 { max-width:200px; }
    .md\:text-8{ font-size:8px; } 

    
    .md\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .md\:max-250 { max-width:250px; }
    .md\:text-10{ font-size:10px; } 

    
    .md\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .md\:max-300 { max-width:300px; }
    .md\:text-12{ font-size:12px; } 

    
    .md\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .md\:max-350 { max-width:350px; }
    .md\:text-14{ font-size:14px; } 

    
    .md\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .md\:max-400 { max-width:400px; }
    .md\:text-16{ font-size:16px; } 

    
    .md\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .md\:max-450 { max-width:450px; }
    .md\:text-18{ font-size:18px; } 

    
    .md\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .md\:max-500 { max-width:500px; }
    .md\:text-20{ font-size:20px; } 

    
    .md\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .md\:max-550 { max-width:550px; }
    .md\:text-22{ font-size:22px; } 

    
    .md\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .md\:max-600 { max-width:600px; }
    .md\:text-24{ font-size:24px; } 

    
    .md\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .md\:max-650 { max-width:650px; }
    .md\:text-26{ font-size:26px; } 

    
    .md\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .md\:max-700 { max-width:700px; }
    .md\:text-28{ font-size:28px; } 

    
    .md\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .md\:max-750 { max-width:750px; }
    .md\:text-30{ font-size:30px; } 

    
    .md\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .md\:max-800 { max-width:800px; }
    .md\:text-32{ font-size:32px; } 

    
    .md\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .md\:max-850 { max-width:850px; }
    .md\:text-34{ font-size:34px; } 

    
    .md\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .md\:max-900 { max-width:900px; }
    .md\:text-36{ font-size:36px; } 

    
    .md\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .md\:max-950 { max-width:950px; }
    .md\:text-38{ font-size:38px; } 

    
    .md\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .md\:max-1000 { max-width:1000px; }
    .md\:text-40{ font-size:40px; } 

    
    .md\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .md\:max-1050 { max-width:1050px; }
    .md\:text-42{ font-size:42px; } 

    
    .md\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .md\:max-1100 { max-width:1100px; }
    .md\:text-44{ font-size:44px; } 

    
    .md\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .md\:max-1150 { max-width:1150px; }
    .md\:text-46{ font-size:46px; } 

    
    .md\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .md\:max-1200 { max-width:1200px; }
    .md\:text-48{ font-size:48px; } 

    
    .md\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .md\:max-1250 { max-width:1250px; }
    .md\:text-50{ font-size:50px; } 

    
    .md\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .md\:max-1300 { max-width:1300px; }
    .md\:text-52{ font-size:52px; } 

    
    .md\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .md\:max-1350 { max-width:1350px; }
    .md\:text-54{ font-size:54px; } 

    
    .md\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .md\:max-1400 { max-width:1400px; }
    .md\:text-56{ font-size:56px; } 

    
    .md\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .md\:max-1450 { max-width:1450px; }
    .md\:text-58{ font-size:58px; } 

    

    .md\:max-full { max-width:100%; }
    .md\:ml-auto{ margin-left:auto; }
    .md\:mr-auto{ margin-right:auto; }
    .md\:vh-100{ height:100vh; }
    .md\:vh-auto{ height:auto; }
}


@media(min-width:1200px){
    
    
    .lg\:d-block {
        display:block;
    }
    
    .lg\:d-inline-block {
        display:inline-block;
    }
    
    .lg\:d-flex {
        display:flex;
    }
    
    .lg\:d-inline-flex {
        display:inline-flex;
    }
    
    .lg\:d-none {
        display:none;
    }
    
    
    
    .lg\:align-center {
        align-items:center;
    }
    
    .lg\:align-flex-start {
        align-items:flex-start;
    }
    
    .lg\:align-flex-end {
        align-items:flex-end;
    }
    
    .lg\:align-normal {
        align-items:normal;
    }
    
    
    
    .lg\:justify-center {
        justify-content:center;
    }
    
    .lg\:justify-flex-end {
        justify-content:flex-end;
    }
    
    .lg\:justify-flex-start {
        justify-content:flex-start;
    }
    
    .lg\:justify-space-around {
        justify-content:space-around;
    }
    
    .lg\:justify-space-between {
        justify-content:space-between;
    }
    
    
    
    .lg\:text-left {
        text-align:left;
    }
    
    .lg\:text-right {
        text-align:right;
    }
    
    .lg\:text-center {
        text-align:center;
    }
    
    
    
    .lg\:direction-column {
        flex-direction:column;
    }
    
    .lg\:direction-column-reverse {
        flex-direction:column-reverse;
    }
    
    .lg\:direction-row {
        flex-direction:row;
    }
    
    .lg\:direction-row-reverse {
        flex-direction:row-reverse;
    }
    
    

    
    .lg\:p--0 { padding:0px !important; }
    .lg\:p-0 { padding:0px; }
    .lg\:pt-0 { padding-top:0px; }
    .lg\:pb-0 { padding-bottom:0px; }
    .lg\:pl-0 { padding-left:0px; }
    .lg\:pr-0 { padding-right:0px; }

    .lg\:m-0 {  margin:0px; }
    .lg\:mt-0 { margin-top:0px; }
    .lg\:mb-0 { margin-bottom:0px; }
    .lg\:ml-0 { margin-left:0px; }
    .lg\:mr-0 { margin-right:0px; }

    .lg\:ml--0 { margin-left:-0px; }
    .lg\:mr--0 { margin-right:-0px; }

    .lg\:mt--0 { margin-top:-0px; }
    .lg\:mb--0 { margin-bottom:-0px; }

    .lg\:max--0 { max-width:0%; }
    .lg\:mt---0 { margin-top:-0%; }
    .lg\:mb---0 { margin-bottom:-0%; }
    
    
    .lg\:p--5 { padding:5px !important; }
    .lg\:p-5 { padding:5px; }
    .lg\:pt-5 { padding-top:5px; }
    .lg\:pb-5 { padding-bottom:5px; }
    .lg\:pl-5 { padding-left:5px; }
    .lg\:pr-5 { padding-right:5px; }

    .lg\:m-5 {  margin:5px; }
    .lg\:mt-5 { margin-top:5px; }
    .lg\:mb-5 { margin-bottom:5px; }
    .lg\:ml-5 { margin-left:5px; }
    .lg\:mr-5 { margin-right:5px; }

    .lg\:ml--5 { margin-left:-5px; }
    .lg\:mr--5 { margin-right:-5px; }

    .lg\:mt--5 { margin-top:-5px; }
    .lg\:mb--5 { margin-bottom:-5px; }

    .lg\:max--5 { max-width:5%; }
    .lg\:mt---5 { margin-top:-5%; }
    .lg\:mb---5 { margin-bottom:-5%; }
    
    
    .lg\:p--10 { padding:10px !important; }
    .lg\:p-10 { padding:10px; }
    .lg\:pt-10 { padding-top:10px; }
    .lg\:pb-10 { padding-bottom:10px; }
    .lg\:pl-10 { padding-left:10px; }
    .lg\:pr-10 { padding-right:10px; }

    .lg\:m-10 {  margin:10px; }
    .lg\:mt-10 { margin-top:10px; }
    .lg\:mb-10 { margin-bottom:10px; }
    .lg\:ml-10 { margin-left:10px; }
    .lg\:mr-10 { margin-right:10px; }

    .lg\:ml--10 { margin-left:-10px; }
    .lg\:mr--10 { margin-right:-10px; }

    .lg\:mt--10 { margin-top:-10px; }
    .lg\:mb--10 { margin-bottom:-10px; }

    .lg\:max--10 { max-width:10%; }
    .lg\:mt---10 { margin-top:-10%; }
    .lg\:mb---10 { margin-bottom:-10%; }
    
    
    .lg\:p--15 { padding:15px !important; }
    .lg\:p-15 { padding:15px; }
    .lg\:pt-15 { padding-top:15px; }
    .lg\:pb-15 { padding-bottom:15px; }
    .lg\:pl-15 { padding-left:15px; }
    .lg\:pr-15 { padding-right:15px; }

    .lg\:m-15 {  margin:15px; }
    .lg\:mt-15 { margin-top:15px; }
    .lg\:mb-15 { margin-bottom:15px; }
    .lg\:ml-15 { margin-left:15px; }
    .lg\:mr-15 { margin-right:15px; }

    .lg\:ml--15 { margin-left:-15px; }
    .lg\:mr--15 { margin-right:-15px; }

    .lg\:mt--15 { margin-top:-15px; }
    .lg\:mb--15 { margin-bottom:-15px; }

    .lg\:max--15 { max-width:15%; }
    .lg\:mt---15 { margin-top:-15%; }
    .lg\:mb---15 { margin-bottom:-15%; }
    
    
    .lg\:p--20 { padding:20px !important; }
    .lg\:p-20 { padding:20px; }
    .lg\:pt-20 { padding-top:20px; }
    .lg\:pb-20 { padding-bottom:20px; }
    .lg\:pl-20 { padding-left:20px; }
    .lg\:pr-20 { padding-right:20px; }

    .lg\:m-20 {  margin:20px; }
    .lg\:mt-20 { margin-top:20px; }
    .lg\:mb-20 { margin-bottom:20px; }
    .lg\:ml-20 { margin-left:20px; }
    .lg\:mr-20 { margin-right:20px; }

    .lg\:ml--20 { margin-left:-20px; }
    .lg\:mr--20 { margin-right:-20px; }

    .lg\:mt--20 { margin-top:-20px; }
    .lg\:mb--20 { margin-bottom:-20px; }

    .lg\:max--20 { max-width:20%; }
    .lg\:mt---20 { margin-top:-20%; }
    .lg\:mb---20 { margin-bottom:-20%; }
    
    
    .lg\:p--25 { padding:25px !important; }
    .lg\:p-25 { padding:25px; }
    .lg\:pt-25 { padding-top:25px; }
    .lg\:pb-25 { padding-bottom:25px; }
    .lg\:pl-25 { padding-left:25px; }
    .lg\:pr-25 { padding-right:25px; }

    .lg\:m-25 {  margin:25px; }
    .lg\:mt-25 { margin-top:25px; }
    .lg\:mb-25 { margin-bottom:25px; }
    .lg\:ml-25 { margin-left:25px; }
    .lg\:mr-25 { margin-right:25px; }

    .lg\:ml--25 { margin-left:-25px; }
    .lg\:mr--25 { margin-right:-25px; }

    .lg\:mt--25 { margin-top:-25px; }
    .lg\:mb--25 { margin-bottom:-25px; }

    .lg\:max--25 { max-width:25%; }
    .lg\:mt---25 { margin-top:-25%; }
    .lg\:mb---25 { margin-bottom:-25%; }
    
    
    .lg\:p--30 { padding:30px !important; }
    .lg\:p-30 { padding:30px; }
    .lg\:pt-30 { padding-top:30px; }
    .lg\:pb-30 { padding-bottom:30px; }
    .lg\:pl-30 { padding-left:30px; }
    .lg\:pr-30 { padding-right:30px; }

    .lg\:m-30 {  margin:30px; }
    .lg\:mt-30 { margin-top:30px; }
    .lg\:mb-30 { margin-bottom:30px; }
    .lg\:ml-30 { margin-left:30px; }
    .lg\:mr-30 { margin-right:30px; }

    .lg\:ml--30 { margin-left:-30px; }
    .lg\:mr--30 { margin-right:-30px; }

    .lg\:mt--30 { margin-top:-30px; }
    .lg\:mb--30 { margin-bottom:-30px; }

    .lg\:max--30 { max-width:30%; }
    .lg\:mt---30 { margin-top:-30%; }
    .lg\:mb---30 { margin-bottom:-30%; }
    
    
    .lg\:p--35 { padding:35px !important; }
    .lg\:p-35 { padding:35px; }
    .lg\:pt-35 { padding-top:35px; }
    .lg\:pb-35 { padding-bottom:35px; }
    .lg\:pl-35 { padding-left:35px; }
    .lg\:pr-35 { padding-right:35px; }

    .lg\:m-35 {  margin:35px; }
    .lg\:mt-35 { margin-top:35px; }
    .lg\:mb-35 { margin-bottom:35px; }
    .lg\:ml-35 { margin-left:35px; }
    .lg\:mr-35 { margin-right:35px; }

    .lg\:ml--35 { margin-left:-35px; }
    .lg\:mr--35 { margin-right:-35px; }

    .lg\:mt--35 { margin-top:-35px; }
    .lg\:mb--35 { margin-bottom:-35px; }

    .lg\:max--35 { max-width:35%; }
    .lg\:mt---35 { margin-top:-35%; }
    .lg\:mb---35 { margin-bottom:-35%; }
    
    
    .lg\:p--40 { padding:40px !important; }
    .lg\:p-40 { padding:40px; }
    .lg\:pt-40 { padding-top:40px; }
    .lg\:pb-40 { padding-bottom:40px; }
    .lg\:pl-40 { padding-left:40px; }
    .lg\:pr-40 { padding-right:40px; }

    .lg\:m-40 {  margin:40px; }
    .lg\:mt-40 { margin-top:40px; }
    .lg\:mb-40 { margin-bottom:40px; }
    .lg\:ml-40 { margin-left:40px; }
    .lg\:mr-40 { margin-right:40px; }

    .lg\:ml--40 { margin-left:-40px; }
    .lg\:mr--40 { margin-right:-40px; }

    .lg\:mt--40 { margin-top:-40px; }
    .lg\:mb--40 { margin-bottom:-40px; }

    .lg\:max--40 { max-width:40%; }
    .lg\:mt---40 { margin-top:-40%; }
    .lg\:mb---40 { margin-bottom:-40%; }
    
    
    .lg\:p--45 { padding:45px !important; }
    .lg\:p-45 { padding:45px; }
    .lg\:pt-45 { padding-top:45px; }
    .lg\:pb-45 { padding-bottom:45px; }
    .lg\:pl-45 { padding-left:45px; }
    .lg\:pr-45 { padding-right:45px; }

    .lg\:m-45 {  margin:45px; }
    .lg\:mt-45 { margin-top:45px; }
    .lg\:mb-45 { margin-bottom:45px; }
    .lg\:ml-45 { margin-left:45px; }
    .lg\:mr-45 { margin-right:45px; }

    .lg\:ml--45 { margin-left:-45px; }
    .lg\:mr--45 { margin-right:-45px; }

    .lg\:mt--45 { margin-top:-45px; }
    .lg\:mb--45 { margin-bottom:-45px; }

    .lg\:max--45 { max-width:45%; }
    .lg\:mt---45 { margin-top:-45%; }
    .lg\:mb---45 { margin-bottom:-45%; }
    
    
    .lg\:p--50 { padding:50px !important; }
    .lg\:p-50 { padding:50px; }
    .lg\:pt-50 { padding-top:50px; }
    .lg\:pb-50 { padding-bottom:50px; }
    .lg\:pl-50 { padding-left:50px; }
    .lg\:pr-50 { padding-right:50px; }

    .lg\:m-50 {  margin:50px; }
    .lg\:mt-50 { margin-top:50px; }
    .lg\:mb-50 { margin-bottom:50px; }
    .lg\:ml-50 { margin-left:50px; }
    .lg\:mr-50 { margin-right:50px; }

    .lg\:ml--50 { margin-left:-50px; }
    .lg\:mr--50 { margin-right:-50px; }

    .lg\:mt--50 { margin-top:-50px; }
    .lg\:mb--50 { margin-bottom:-50px; }

    .lg\:max--50 { max-width:50%; }
    .lg\:mt---50 { margin-top:-50%; }
    .lg\:mb---50 { margin-bottom:-50%; }
    
    
    .lg\:p--55 { padding:55px !important; }
    .lg\:p-55 { padding:55px; }
    .lg\:pt-55 { padding-top:55px; }
    .lg\:pb-55 { padding-bottom:55px; }
    .lg\:pl-55 { padding-left:55px; }
    .lg\:pr-55 { padding-right:55px; }

    .lg\:m-55 {  margin:55px; }
    .lg\:mt-55 { margin-top:55px; }
    .lg\:mb-55 { margin-bottom:55px; }
    .lg\:ml-55 { margin-left:55px; }
    .lg\:mr-55 { margin-right:55px; }

    .lg\:ml--55 { margin-left:-55px; }
    .lg\:mr--55 { margin-right:-55px; }

    .lg\:mt--55 { margin-top:-55px; }
    .lg\:mb--55 { margin-bottom:-55px; }

    .lg\:max--55 { max-width:55%; }
    .lg\:mt---55 { margin-top:-55%; }
    .lg\:mb---55 { margin-bottom:-55%; }
    
    
    .lg\:p--60 { padding:60px !important; }
    .lg\:p-60 { padding:60px; }
    .lg\:pt-60 { padding-top:60px; }
    .lg\:pb-60 { padding-bottom:60px; }
    .lg\:pl-60 { padding-left:60px; }
    .lg\:pr-60 { padding-right:60px; }

    .lg\:m-60 {  margin:60px; }
    .lg\:mt-60 { margin-top:60px; }
    .lg\:mb-60 { margin-bottom:60px; }
    .lg\:ml-60 { margin-left:60px; }
    .lg\:mr-60 { margin-right:60px; }

    .lg\:ml--60 { margin-left:-60px; }
    .lg\:mr--60 { margin-right:-60px; }

    .lg\:mt--60 { margin-top:-60px; }
    .lg\:mb--60 { margin-bottom:-60px; }

    .lg\:max--60 { max-width:60%; }
    .lg\:mt---60 { margin-top:-60%; }
    .lg\:mb---60 { margin-bottom:-60%; }
    
    
    .lg\:p--65 { padding:65px !important; }
    .lg\:p-65 { padding:65px; }
    .lg\:pt-65 { padding-top:65px; }
    .lg\:pb-65 { padding-bottom:65px; }
    .lg\:pl-65 { padding-left:65px; }
    .lg\:pr-65 { padding-right:65px; }

    .lg\:m-65 {  margin:65px; }
    .lg\:mt-65 { margin-top:65px; }
    .lg\:mb-65 { margin-bottom:65px; }
    .lg\:ml-65 { margin-left:65px; }
    .lg\:mr-65 { margin-right:65px; }

    .lg\:ml--65 { margin-left:-65px; }
    .lg\:mr--65 { margin-right:-65px; }

    .lg\:mt--65 { margin-top:-65px; }
    .lg\:mb--65 { margin-bottom:-65px; }

    .lg\:max--65 { max-width:65%; }
    .lg\:mt---65 { margin-top:-65%; }
    .lg\:mb---65 { margin-bottom:-65%; }
    
    
    .lg\:p--70 { padding:70px !important; }
    .lg\:p-70 { padding:70px; }
    .lg\:pt-70 { padding-top:70px; }
    .lg\:pb-70 { padding-bottom:70px; }
    .lg\:pl-70 { padding-left:70px; }
    .lg\:pr-70 { padding-right:70px; }

    .lg\:m-70 {  margin:70px; }
    .lg\:mt-70 { margin-top:70px; }
    .lg\:mb-70 { margin-bottom:70px; }
    .lg\:ml-70 { margin-left:70px; }
    .lg\:mr-70 { margin-right:70px; }

    .lg\:ml--70 { margin-left:-70px; }
    .lg\:mr--70 { margin-right:-70px; }

    .lg\:mt--70 { margin-top:-70px; }
    .lg\:mb--70 { margin-bottom:-70px; }

    .lg\:max--70 { max-width:70%; }
    .lg\:mt---70 { margin-top:-70%; }
    .lg\:mb---70 { margin-bottom:-70%; }
    
    
    .lg\:p--75 { padding:75px !important; }
    .lg\:p-75 { padding:75px; }
    .lg\:pt-75 { padding-top:75px; }
    .lg\:pb-75 { padding-bottom:75px; }
    .lg\:pl-75 { padding-left:75px; }
    .lg\:pr-75 { padding-right:75px; }

    .lg\:m-75 {  margin:75px; }
    .lg\:mt-75 { margin-top:75px; }
    .lg\:mb-75 { margin-bottom:75px; }
    .lg\:ml-75 { margin-left:75px; }
    .lg\:mr-75 { margin-right:75px; }

    .lg\:ml--75 { margin-left:-75px; }
    .lg\:mr--75 { margin-right:-75px; }

    .lg\:mt--75 { margin-top:-75px; }
    .lg\:mb--75 { margin-bottom:-75px; }

    .lg\:max--75 { max-width:75%; }
    .lg\:mt---75 { margin-top:-75%; }
    .lg\:mb---75 { margin-bottom:-75%; }
    
    
    .lg\:p--80 { padding:80px !important; }
    .lg\:p-80 { padding:80px; }
    .lg\:pt-80 { padding-top:80px; }
    .lg\:pb-80 { padding-bottom:80px; }
    .lg\:pl-80 { padding-left:80px; }
    .lg\:pr-80 { padding-right:80px; }

    .lg\:m-80 {  margin:80px; }
    .lg\:mt-80 { margin-top:80px; }
    .lg\:mb-80 { margin-bottom:80px; }
    .lg\:ml-80 { margin-left:80px; }
    .lg\:mr-80 { margin-right:80px; }

    .lg\:ml--80 { margin-left:-80px; }
    .lg\:mr--80 { margin-right:-80px; }

    .lg\:mt--80 { margin-top:-80px; }
    .lg\:mb--80 { margin-bottom:-80px; }

    .lg\:max--80 { max-width:80%; }
    .lg\:mt---80 { margin-top:-80%; }
    .lg\:mb---80 { margin-bottom:-80%; }
    
    
    .lg\:p--85 { padding:85px !important; }
    .lg\:p-85 { padding:85px; }
    .lg\:pt-85 { padding-top:85px; }
    .lg\:pb-85 { padding-bottom:85px; }
    .lg\:pl-85 { padding-left:85px; }
    .lg\:pr-85 { padding-right:85px; }

    .lg\:m-85 {  margin:85px; }
    .lg\:mt-85 { margin-top:85px; }
    .lg\:mb-85 { margin-bottom:85px; }
    .lg\:ml-85 { margin-left:85px; }
    .lg\:mr-85 { margin-right:85px; }

    .lg\:ml--85 { margin-left:-85px; }
    .lg\:mr--85 { margin-right:-85px; }

    .lg\:mt--85 { margin-top:-85px; }
    .lg\:mb--85 { margin-bottom:-85px; }

    .lg\:max--85 { max-width:85%; }
    .lg\:mt---85 { margin-top:-85%; }
    .lg\:mb---85 { margin-bottom:-85%; }
    
    
    .lg\:p--90 { padding:90px !important; }
    .lg\:p-90 { padding:90px; }
    .lg\:pt-90 { padding-top:90px; }
    .lg\:pb-90 { padding-bottom:90px; }
    .lg\:pl-90 { padding-left:90px; }
    .lg\:pr-90 { padding-right:90px; }

    .lg\:m-90 {  margin:90px; }
    .lg\:mt-90 { margin-top:90px; }
    .lg\:mb-90 { margin-bottom:90px; }
    .lg\:ml-90 { margin-left:90px; }
    .lg\:mr-90 { margin-right:90px; }

    .lg\:ml--90 { margin-left:-90px; }
    .lg\:mr--90 { margin-right:-90px; }

    .lg\:mt--90 { margin-top:-90px; }
    .lg\:mb--90 { margin-bottom:-90px; }

    .lg\:max--90 { max-width:90%; }
    .lg\:mt---90 { margin-top:-90%; }
    .lg\:mb---90 { margin-bottom:-90%; }
    
    
    .lg\:p--95 { padding:95px !important; }
    .lg\:p-95 { padding:95px; }
    .lg\:pt-95 { padding-top:95px; }
    .lg\:pb-95 { padding-bottom:95px; }
    .lg\:pl-95 { padding-left:95px; }
    .lg\:pr-95 { padding-right:95px; }

    .lg\:m-95 {  margin:95px; }
    .lg\:mt-95 { margin-top:95px; }
    .lg\:mb-95 { margin-bottom:95px; }
    .lg\:ml-95 { margin-left:95px; }
    .lg\:mr-95 { margin-right:95px; }

    .lg\:ml--95 { margin-left:-95px; }
    .lg\:mr--95 { margin-right:-95px; }

    .lg\:mt--95 { margin-top:-95px; }
    .lg\:mb--95 { margin-bottom:-95px; }

    .lg\:max--95 { max-width:95%; }
    .lg\:mt---95 { margin-top:-95%; }
    .lg\:mb---95 { margin-bottom:-95%; }
    
    
    .lg\:p--100 { padding:100px !important; }
    .lg\:p-100 { padding:100px; }
    .lg\:pt-100 { padding-top:100px; }
    .lg\:pb-100 { padding-bottom:100px; }
    .lg\:pl-100 { padding-left:100px; }
    .lg\:pr-100 { padding-right:100px; }

    .lg\:m-100 {  margin:100px; }
    .lg\:mt-100 { margin-top:100px; }
    .lg\:mb-100 { margin-bottom:100px; }
    .lg\:ml-100 { margin-left:100px; }
    .lg\:mr-100 { margin-right:100px; }

    .lg\:ml--100 { margin-left:-100px; }
    .lg\:mr--100 { margin-right:-100px; }

    .lg\:mt--100 { margin-top:-100px; }
    .lg\:mb--100 { margin-bottom:-100px; }

    .lg\:max--100 { max-width:100%; }
    .lg\:mt---100 { margin-top:-100%; }
    .lg\:mb---100 { margin-bottom:-100%; }
    
    
    .lg\:p--105 { padding:105px !important; }
    .lg\:p-105 { padding:105px; }
    .lg\:pt-105 { padding-top:105px; }
    .lg\:pb-105 { padding-bottom:105px; }
    .lg\:pl-105 { padding-left:105px; }
    .lg\:pr-105 { padding-right:105px; }

    .lg\:m-105 {  margin:105px; }
    .lg\:mt-105 { margin-top:105px; }
    .lg\:mb-105 { margin-bottom:105px; }
    .lg\:ml-105 { margin-left:105px; }
    .lg\:mr-105 { margin-right:105px; }

    .lg\:ml--105 { margin-left:-105px; }
    .lg\:mr--105 { margin-right:-105px; }

    .lg\:mt--105 { margin-top:-105px; }
    .lg\:mb--105 { margin-bottom:-105px; }

    .lg\:max--105 { max-width:105%; }
    .lg\:mt---105 { margin-top:-105%; }
    .lg\:mb---105 { margin-bottom:-105%; }
    
    
    .lg\:p--110 { padding:110px !important; }
    .lg\:p-110 { padding:110px; }
    .lg\:pt-110 { padding-top:110px; }
    .lg\:pb-110 { padding-bottom:110px; }
    .lg\:pl-110 { padding-left:110px; }
    .lg\:pr-110 { padding-right:110px; }

    .lg\:m-110 {  margin:110px; }
    .lg\:mt-110 { margin-top:110px; }
    .lg\:mb-110 { margin-bottom:110px; }
    .lg\:ml-110 { margin-left:110px; }
    .lg\:mr-110 { margin-right:110px; }

    .lg\:ml--110 { margin-left:-110px; }
    .lg\:mr--110 { margin-right:-110px; }

    .lg\:mt--110 { margin-top:-110px; }
    .lg\:mb--110 { margin-bottom:-110px; }

    .lg\:max--110 { max-width:110%; }
    .lg\:mt---110 { margin-top:-110%; }
    .lg\:mb---110 { margin-bottom:-110%; }
    
    
    .lg\:p--115 { padding:115px !important; }
    .lg\:p-115 { padding:115px; }
    .lg\:pt-115 { padding-top:115px; }
    .lg\:pb-115 { padding-bottom:115px; }
    .lg\:pl-115 { padding-left:115px; }
    .lg\:pr-115 { padding-right:115px; }

    .lg\:m-115 {  margin:115px; }
    .lg\:mt-115 { margin-top:115px; }
    .lg\:mb-115 { margin-bottom:115px; }
    .lg\:ml-115 { margin-left:115px; }
    .lg\:mr-115 { margin-right:115px; }

    .lg\:ml--115 { margin-left:-115px; }
    .lg\:mr--115 { margin-right:-115px; }

    .lg\:mt--115 { margin-top:-115px; }
    .lg\:mb--115 { margin-bottom:-115px; }

    .lg\:max--115 { max-width:115%; }
    .lg\:mt---115 { margin-top:-115%; }
    .lg\:mb---115 { margin-bottom:-115%; }
    
    
    .lg\:p--120 { padding:120px !important; }
    .lg\:p-120 { padding:120px; }
    .lg\:pt-120 { padding-top:120px; }
    .lg\:pb-120 { padding-bottom:120px; }
    .lg\:pl-120 { padding-left:120px; }
    .lg\:pr-120 { padding-right:120px; }

    .lg\:m-120 {  margin:120px; }
    .lg\:mt-120 { margin-top:120px; }
    .lg\:mb-120 { margin-bottom:120px; }
    .lg\:ml-120 { margin-left:120px; }
    .lg\:mr-120 { margin-right:120px; }

    .lg\:ml--120 { margin-left:-120px; }
    .lg\:mr--120 { margin-right:-120px; }

    .lg\:mt--120 { margin-top:-120px; }
    .lg\:mb--120 { margin-bottom:-120px; }

    .lg\:max--120 { max-width:120%; }
    .lg\:mt---120 { margin-top:-120%; }
    .lg\:mb---120 { margin-bottom:-120%; }
    
    
    .lg\:p--125 { padding:125px !important; }
    .lg\:p-125 { padding:125px; }
    .lg\:pt-125 { padding-top:125px; }
    .lg\:pb-125 { padding-bottom:125px; }
    .lg\:pl-125 { padding-left:125px; }
    .lg\:pr-125 { padding-right:125px; }

    .lg\:m-125 {  margin:125px; }
    .lg\:mt-125 { margin-top:125px; }
    .lg\:mb-125 { margin-bottom:125px; }
    .lg\:ml-125 { margin-left:125px; }
    .lg\:mr-125 { margin-right:125px; }

    .lg\:ml--125 { margin-left:-125px; }
    .lg\:mr--125 { margin-right:-125px; }

    .lg\:mt--125 { margin-top:-125px; }
    .lg\:mb--125 { margin-bottom:-125px; }

    .lg\:max--125 { max-width:125%; }
    .lg\:mt---125 { margin-top:-125%; }
    .lg\:mb---125 { margin-bottom:-125%; }
    
    
    .lg\:p--130 { padding:130px !important; }
    .lg\:p-130 { padding:130px; }
    .lg\:pt-130 { padding-top:130px; }
    .lg\:pb-130 { padding-bottom:130px; }
    .lg\:pl-130 { padding-left:130px; }
    .lg\:pr-130 { padding-right:130px; }

    .lg\:m-130 {  margin:130px; }
    .lg\:mt-130 { margin-top:130px; }
    .lg\:mb-130 { margin-bottom:130px; }
    .lg\:ml-130 { margin-left:130px; }
    .lg\:mr-130 { margin-right:130px; }

    .lg\:ml--130 { margin-left:-130px; }
    .lg\:mr--130 { margin-right:-130px; }

    .lg\:mt--130 { margin-top:-130px; }
    .lg\:mb--130 { margin-bottom:-130px; }

    .lg\:max--130 { max-width:130%; }
    .lg\:mt---130 { margin-top:-130%; }
    .lg\:mb---130 { margin-bottom:-130%; }
    
    
    .lg\:p--135 { padding:135px !important; }
    .lg\:p-135 { padding:135px; }
    .lg\:pt-135 { padding-top:135px; }
    .lg\:pb-135 { padding-bottom:135px; }
    .lg\:pl-135 { padding-left:135px; }
    .lg\:pr-135 { padding-right:135px; }

    .lg\:m-135 {  margin:135px; }
    .lg\:mt-135 { margin-top:135px; }
    .lg\:mb-135 { margin-bottom:135px; }
    .lg\:ml-135 { margin-left:135px; }
    .lg\:mr-135 { margin-right:135px; }

    .lg\:ml--135 { margin-left:-135px; }
    .lg\:mr--135 { margin-right:-135px; }

    .lg\:mt--135 { margin-top:-135px; }
    .lg\:mb--135 { margin-bottom:-135px; }

    .lg\:max--135 { max-width:135%; }
    .lg\:mt---135 { margin-top:-135%; }
    .lg\:mb---135 { margin-bottom:-135%; }
    
    
    .lg\:p--140 { padding:140px !important; }
    .lg\:p-140 { padding:140px; }
    .lg\:pt-140 { padding-top:140px; }
    .lg\:pb-140 { padding-bottom:140px; }
    .lg\:pl-140 { padding-left:140px; }
    .lg\:pr-140 { padding-right:140px; }

    .lg\:m-140 {  margin:140px; }
    .lg\:mt-140 { margin-top:140px; }
    .lg\:mb-140 { margin-bottom:140px; }
    .lg\:ml-140 { margin-left:140px; }
    .lg\:mr-140 { margin-right:140px; }

    .lg\:ml--140 { margin-left:-140px; }
    .lg\:mr--140 { margin-right:-140px; }

    .lg\:mt--140 { margin-top:-140px; }
    .lg\:mb--140 { margin-bottom:-140px; }

    .lg\:max--140 { max-width:140%; }
    .lg\:mt---140 { margin-top:-140%; }
    .lg\:mb---140 { margin-bottom:-140%; }
    
    
    .lg\:p--145 { padding:145px !important; }
    .lg\:p-145 { padding:145px; }
    .lg\:pt-145 { padding-top:145px; }
    .lg\:pb-145 { padding-bottom:145px; }
    .lg\:pl-145 { padding-left:145px; }
    .lg\:pr-145 { padding-right:145px; }

    .lg\:m-145 {  margin:145px; }
    .lg\:mt-145 { margin-top:145px; }
    .lg\:mb-145 { margin-bottom:145px; }
    .lg\:ml-145 { margin-left:145px; }
    .lg\:mr-145 { margin-right:145px; }

    .lg\:ml--145 { margin-left:-145px; }
    .lg\:mr--145 { margin-right:-145px; }

    .lg\:mt--145 { margin-top:-145px; }
    .lg\:mb--145 { margin-bottom:-145px; }

    .lg\:max--145 { max-width:145%; }
    .lg\:mt---145 { margin-top:-145%; }
    .lg\:mb---145 { margin-bottom:-145%; }
    
    
    .lg\:p--150 { padding:150px !important; }
    .lg\:p-150 { padding:150px; }
    .lg\:pt-150 { padding-top:150px; }
    .lg\:pb-150 { padding-bottom:150px; }
    .lg\:pl-150 { padding-left:150px; }
    .lg\:pr-150 { padding-right:150px; }

    .lg\:m-150 {  margin:150px; }
    .lg\:mt-150 { margin-top:150px; }
    .lg\:mb-150 { margin-bottom:150px; }
    .lg\:ml-150 { margin-left:150px; }
    .lg\:mr-150 { margin-right:150px; }

    .lg\:ml--150 { margin-left:-150px; }
    .lg\:mr--150 { margin-right:-150px; }

    .lg\:mt--150 { margin-top:-150px; }
    .lg\:mb--150 { margin-bottom:-150px; }

    .lg\:max--150 { max-width:150%; }
    .lg\:mt---150 { margin-top:-150%; }
    .lg\:mb---150 { margin-bottom:-150%; }
    
    

    
    .lg\:col-1 { max-width:8.333%; flex:0 0 8.333%; }
    .lg\:max-50 { max-width:50px; }
    .lg\:text-2{ font-size:2px; } 

    
    .lg\:col-2 { max-width:16.666%; flex:0 0 16.666%; }
    .lg\:max-100 { max-width:100px; }
    .lg\:text-4{ font-size:4px; } 

    
    .lg\:col-3 { max-width:24.999000000000002%; flex:0 0 24.999000000000002%; }
    .lg\:max-150 { max-width:150px; }
    .lg\:text-6{ font-size:6px; } 

    
    .lg\:col-4 { max-width:33.332%; flex:0 0 33.332%; }
    .lg\:max-200 { max-width:200px; }
    .lg\:text-8{ font-size:8px; } 

    
    .lg\:col-5 { max-width:41.665%; flex:0 0 41.665%; }
    .lg\:max-250 { max-width:250px; }
    .lg\:text-10{ font-size:10px; } 

    
    .lg\:col-6 { max-width:49.998000000000005%; flex:0 0 49.998000000000005%; }
    .lg\:max-300 { max-width:300px; }
    .lg\:text-12{ font-size:12px; } 

    
    .lg\:col-7 { max-width:58.331%; flex:0 0 58.331%; }
    .lg\:max-350 { max-width:350px; }
    .lg\:text-14{ font-size:14px; } 

    
    .lg\:col-8 { max-width:66.664%; flex:0 0 66.664%; }
    .lg\:max-400 { max-width:400px; }
    .lg\:text-16{ font-size:16px; } 

    
    .lg\:col-9 { max-width:74.997%; flex:0 0 74.997%; }
    .lg\:max-450 { max-width:450px; }
    .lg\:text-18{ font-size:18px; } 

    
    .lg\:col-10 { max-width:83.33%; flex:0 0 83.33%; }
    .lg\:max-500 { max-width:500px; }
    .lg\:text-20{ font-size:20px; } 

    
    .lg\:col-11 { max-width:91.663%; flex:0 0 91.663%; }
    .lg\:max-550 { max-width:550px; }
    .lg\:text-22{ font-size:22px; } 

    
    .lg\:col-12 { max-width:99.99600000000001%; flex:0 0 99.99600000000001%; }
    .lg\:max-600 { max-width:600px; }
    .lg\:text-24{ font-size:24px; } 

    
    .lg\:col-13 { max-width:108.32900000000001%; flex:0 0 108.32900000000001%; }
    .lg\:max-650 { max-width:650px; }
    .lg\:text-26{ font-size:26px; } 

    
    .lg\:col-14 { max-width:116.662%; flex:0 0 116.662%; }
    .lg\:max-700 { max-width:700px; }
    .lg\:text-28{ font-size:28px; } 

    
    .lg\:col-15 { max-width:124.995%; flex:0 0 124.995%; }
    .lg\:max-750 { max-width:750px; }
    .lg\:text-30{ font-size:30px; } 

    
    .lg\:col-16 { max-width:133.328%; flex:0 0 133.328%; }
    .lg\:max-800 { max-width:800px; }
    .lg\:text-32{ font-size:32px; } 

    
    .lg\:col-17 { max-width:141.661%; flex:0 0 141.661%; }
    .lg\:max-850 { max-width:850px; }
    .lg\:text-34{ font-size:34px; } 

    
    .lg\:col-18 { max-width:149.994%; flex:0 0 149.994%; }
    .lg\:max-900 { max-width:900px; }
    .lg\:text-36{ font-size:36px; } 

    
    .lg\:col-19 { max-width:158.327%; flex:0 0 158.327%; }
    .lg\:max-950 { max-width:950px; }
    .lg\:text-38{ font-size:38px; } 

    
    .lg\:col-20 { max-width:166.66%; flex:0 0 166.66%; }
    .lg\:max-1000 { max-width:1000px; }
    .lg\:text-40{ font-size:40px; } 

    
    .lg\:col-21 { max-width:174.993%; flex:0 0 174.993%; }
    .lg\:max-1050 { max-width:1050px; }
    .lg\:text-42{ font-size:42px; } 

    
    .lg\:col-22 { max-width:183.326%; flex:0 0 183.326%; }
    .lg\:max-1100 { max-width:1100px; }
    .lg\:text-44{ font-size:44px; } 

    
    .lg\:col-23 { max-width:191.659%; flex:0 0 191.659%; }
    .lg\:max-1150 { max-width:1150px; }
    .lg\:text-46{ font-size:46px; } 

    
    .lg\:col-24 { max-width:199.99200000000002%; flex:0 0 199.99200000000002%; }
    .lg\:max-1200 { max-width:1200px; }
    .lg\:text-48{ font-size:48px; } 

    
    .lg\:col-25 { max-width:208.32500000000002%; flex:0 0 208.32500000000002%; }
    .lg\:max-1250 { max-width:1250px; }
    .lg\:text-50{ font-size:50px; } 

    
    .lg\:col-26 { max-width:216.65800000000002%; flex:0 0 216.65800000000002%; }
    .lg\:max-1300 { max-width:1300px; }
    .lg\:text-52{ font-size:52px; } 

    
    .lg\:col-27 { max-width:224.991%; flex:0 0 224.991%; }
    .lg\:max-1350 { max-width:1350px; }
    .lg\:text-54{ font-size:54px; } 

    
    .lg\:col-28 { max-width:233.324%; flex:0 0 233.324%; }
    .lg\:max-1400 { max-width:1400px; }
    .lg\:text-56{ font-size:56px; } 

    
    .lg\:col-29 { max-width:241.657%; flex:0 0 241.657%; }
    .lg\:max-1450 { max-width:1450px; }
    .lg\:text-58{ font-size:58px; } 

    

    .lg\:max-full { max-width:100%; }
    .lg\:ml-auto{ margin-left:auto; }
    .lg\:mr-auto{ margin-right:auto; }
    .lg\:vh-100{ height:100vh; }
    .lg\:vh-auto{ height:auto; }
}



[class*="col-"] { padding-left:15px; padding-right:15px; width:100%; }
.flex-row,.row { margin:0 -15px; display:flex; flex-wrap:wrap; }
.no-gutter [class*="col-"]{ padding-left:0; padding-right:0;}
.no-gutter{margin:0;}
[class*=max-] {
    width: 100%;
    min-height: 1px;
}
.m-auto{ margin-left:auto; margin-right:auto; }

@media(min-width:1350px){
    
}

[class*=color\:] h1,
[class*=color\:] .h1,

[class*=color\:] h2,
[class*=color\:] .h2,

[class*=color\:] h3,
[class*=color\:] .h3,

[class*=color\:] h4,
[class*=color\:] .h4,

[class*=color\:] h5,
[class*=color\:] .h5,

[class*=color\:] h6,
[class*=color\:] .h6 {
    color:inherit;
}

[class*="row"][class*="p-"] {
/*     padding: 0 !important; */
}

.row.p--15 { margin: 0 -15px; }
.row.p--10 { margin: 0 -10px; }
.row.p--5 { margin: 0 -5px; }



.color-inherit,
.color-inherit h1,
.color-inherit h2,
.color-inherit h3, 
.color-inherit h4,
.color-inherit h5,
.color-inherit h6 { color:inherit; }









/* */

.color\:black{ color:#000000; }
.bg\:black{ background-color:#000000; }

.color\:blue{ color:#0A2B68; }
.bg\:blue{ background-color:#0A2B68; }

.color\:light_blue{ color:; }
.bg\:light_blue{ background-color:; }

.color\:yellow{ color:; }
.bg\:yellow{ background-color:; }

.color\:orange{ color:; }
.bg\:orange{ background-color:; }

.color\:light_yellow{ color:#FDF9F1; }
.bg\:light_yellow{ background-color:#FDF9F1; }

.color\:white{ color:#ffffff; }
.bg\:white{ background-color:#ffffff; }

@media(min-width:768px){
    
    .hover\:black:hover{ color:#000000; }
    .hoverbg\:black:hover{ background-color:#000000; }
    
    .hover\:blue:hover{ color:#0A2B68; }
    .hoverbg\:blue:hover{ background-color:#0A2B68; }
    
    .hover\:light_blue:hover{ color:; }
    .hoverbg\:light_blue:hover{ background-color:; }
    
    .hover\:yellow:hover{ color:; }
    .hoverbg\:yellow:hover{ background-color:; }
    
    .hover\:orange:hover{ color:; }
    .hoverbg\:orange:hover{ background-color:; }
    
    .hover\:light_yellow:hover{ color:#FDF9F1; }
    .hoverbg\:light_yellow:hover{ background-color:#FDF9F1; }
    
    .hover\:white:hover{ color:#ffffff; }
    .hoverbg\:white:hover{ background-color:#ffffff; }
    
    
    
}



.font-100{ font-weight:100; }
.line\:_1_1{ line-height:1.1; }

.font-200{ font-weight:200; }
.line\:_1_2{ line-height:1.2; }

.font-300{ font-weight:300; }
.line\:_1_3{ line-height:1.3; }

.font-400{ font-weight:400; }
.line\:_1_4{ line-height:1.4; }

.font-500{ font-weight:500; }
.line\:_1_5{ line-height:1.5; }

.font-600{ font-weight:600; }
.line\:_1_6{ line-height:1.6; }

.font-700{ font-weight:700; }
.line\:_1_7{ line-height:1.7; }

.font-800{ font-weight:800; }
.line\:_1_8{ line-height:1.8; }

.font-900{ font-weight:900; }
.line\:_1_9{ line-height:1.9; }

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
html { overflow-x: hidden; }

body {
    margin:0;
    padding:0;
    font-family: Gilroy-Medium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    font-size:17px;
    line-height:1.55;
    color:#000000;
    background:#fff;
    overflow-x: hidden;
}

p { padding:0; margin:0; }

h1 { color:#000000; font-size:60px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Gilroy-Bold, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h2 { color:#000000; font-size:50px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Gilroy-Bold, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h3 { color:#000000; font-size:40px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Gilroy-Bold, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h4 { color:#000000; font-size:30px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Gilroy-Bold, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h5 { color:#000000; font-size:25px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Gilroy-Bold, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
h6 { color:#000000; font-size:20px; line-height:1.2; margin:0; padding:0; clear:both; font-family: Gilroy-Bold, sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }

h1 span { color: inherit; font-family: var(--libre); font-weight: 400; font-style: italic; }
h2 span { color: inherit; font-family: var(--libre); font-weight: 400; font-style: italic; }
h3 span { color: inherit; font-family: var(--libre); font-weight: 400; font-style: italic; }
h4 span { color: inherit; font-family: var(--libre); font-weight: 400; font-style: italic; } 
h5 span { color: inherit; font-family: var(--libre); font-weight: 400; font-style: italic; }
h6 span { color: inherit; font-family: var(--libre); font-weight: 400; font-style: italic; }

a { text-decoration:none; outline:none; color:#E73736; transition:all ease-in-out .4s; -moz-transition:all ease-in-out .4s; -webkit-transition:all ease-in-out .4s; -ms-transition:all ease-in-out .4s; -o-transition:all ease-in-out .4s; }
a:hover { color:#0A2B68; }

/*Text Option*/
.text-uppercase , .title-uppercase h1 , .title-uppercase h2 , .title-uppercase h3 , .title-uppercase h4 , .title-uppercase h5 , .title-uppercase h6 { text-transform:uppercase; }
.text-white , .text-white h1 , .text-white h2 , .text-white h3 , .text-white h4 , .text-white h5 , .text-white h6 { color:#fff; }
.text-bold , .text-bold h1 , .text-bold h2 , .text-bold h3 , .text-bold h4 , .text-bold h5 , .text-bold h6 { font-weight:bold; }
.text-italic { font-style:italic; }

@media (max-width:1200px){
    h1 { font-size:42px; }
    h2 { font-size:40px; }
    h3 { font-size:28px; }
    h4 { font-size:22px; }
}

@media (max-width:991px){
    
}

@media (max-width:767px){
    h1 { font-size:40px; }
    h2 { font-size:35px; line-height:45px; }
    h3 { font-size:22px; line-height:32px; }
    h4 { font-size:18px; }
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea{ box-shadow: none; background: transparent; border: 0; border-bottom: 2px solid var(--main-color); width:100% !important; border-radius: 0; height: 50px; color: #000000; font-family: Gilroy-Medium, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; font-size:24px; }
form textarea { height: 128px; resize: none; padding: 15px 0; }
form select:focus-visible { outline: none; }
form .hs-form-field > label { color: #000000; font-family: Gilroy-Medium, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; text-transform: capitalize; font-size:24px; }
form input::placeholder { color: inherit !important; font-size: 24px; font-weight: 400; font-family: Gilroy-Medium; }
form select::placeholder { color: inherit !important; font-size: 24px; font-weight: 400; font-family: Gilroy-Medium; }
form textarea::placeholder { color: inherit !important; font-size: 24px; font-weight: 400; font-family: Gilroy-Medium; }
input[type="submit"]{ color: #ffffff; margin-bottom: 0px; font-family: Gilroy-Bold; border: 0; padding: 22px 20px; background: #E73736; min-width:137px; max-width:100%; font-weight:700; text-transform:capitalize; cursor:pointer; transition: all .5s ease-in-out; border-radius: 7px; max-width: 100%; font-size: 16px; }
input[type="submit"]:hover { background: var(--tertiary-color); color:#fff; }
.field.hs-form-field { margin-bottom: 50px; }
form ul.hs-error-msgs { padding: 0; font-size: 13px; color: #000; } 
form ul.hs-error-msgs li:before { display: none; } 
form ul.hs-error-msgs li { padding: 0; }
.hs_error_rollup { display: none; }
.submitted-message { display: inline-block; width: 100%; vertical-align: top; background-color: #d4edda; text-align: center; padding: 15px; border-radius: 4px; color: #155724; }

fieldset { max-width:100% !important; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 10px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 10px; } 
fieldset.form-columns-2 .input, fieldset.form-columns-3 .input, fieldset.form-columns-1 .input { margin-right: 0 !important; }

fieldset .hs-fieldtype-file label{color: #fff;}
fieldset .hs-fieldtype-file input::file-selector-button{background:#fff;border:none;color:#E73736;font-size:14px;font-weight:700;border-radius:20px;padding:3px 10px;}

.hs-form fieldset input[type="checkbox"], .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.inputs-list input[type="checkbox"] , .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#ccc; color:#000; border-color:#000; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#ccc;  border-radius:100%; }

input:focus-visible { outline: 0; }

form select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-arrow-bottom.png) 100% top/ 40px no-repeat; }

/* Form select custom css */
.custom-select-wrapper { position: relative; display: inline-block; user-select: none; width: 100%; }
.custom-select-wrapper select { display: none; }
.custom-select-wrapper .is-placeholder { width: 100% !important; }
.form_details .input select { position: relative; display: inline-block; }
.custom-select-trigger { display: block; position: relative; background: transparent; border: 0; border-bottom:1px solid var(--main-color); border-radius: 0; box-shadow: none; color: #000; font-family: Gilroy-Medium, sans-serif; font-size:18px; font-style: normal; font-weight: 400; height:45px; text-decoration: none; margin:5px 0 0; width: 100% !important; padding:6px 0 0; cursor: pointer; }
.custom-select-trigger:after { content: ""; transition: all .4s ease-in-out; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/faq-down-arrow.svg) no-repeat center / cover; display: inline-block; margin-top: -10px; position: absolute; right:0; height: 40px; width: 40px; }
.custom-select.opened .custom-select-trigger:after { transform: rotate(180deg); }
.custom-options { position: absolute; display: block; top: 100%; left: 0; right: 0; min-width: 100%; margin: 15px 0; border: 1px solid #000; box-sizing: border-box; box-shadow: 0 2px 1px rgba(0, 0, 0, .07); background: #fdfaf4; transition: all .4s ease-in-out; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-15px); height: 300px; overflow: auto; }
.custom-options::-webkit-scrollbar { width: 3px; }
.custom-options::-webkit-scrollbar-thumb { background-color: var(--main-color); }
.custom-options::-webkit-scrollbar-track { background: transparent; }
.custom-select.opened .custom-options { opacity: 1; visibility: visible; pointer-events: all; transform: translateY(0); }
.custom-options:before { position: absolute; display: block; content: ''; bottom: 100%; right: 25px; width: 10px; height: 10px; margin-bottom: -4px; border-top: 1px solid #000; border-left: 1px solid #000; background: #fff; transform: rotate(45deg); transition: all .4s ease-in-out; }
.option-hover:before { background: #f9f9f9; }
.custom-option { position: relative; display: block; padding: 0 22px; border-bottom: 1px solid #000; font-size: 18px; font-weight: 600; color: #000; line-height: 47px; cursor: pointer; transition: all .4s ease-in-out; }
.custom-option:first-of-type { border-radius: 4px 4px 0 0; display: none; }
.custom-option:last-of-type { border-bottom: 0; border-radius: 0 0 4px 4px; }
.custom-option:hover,
.custom-option.selection { background: #fff; }

.formtemplate_section .formtemplate_sec_wrap .legal-consent-container .hs-dependent-field * { color:#ffffff; }

@media (max-width:767px) {
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0 !important; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0 !important; } 
    form textarea { height: 80px; }
    fieldset.form-columns-2 .hs-form-field { width: 100% !important; }
    .field.hs-form-field { margin-bottom: 30px; }
    
    form input::placeholder,
    form select::placeholder,
    form textarea::placeholder { font-size: 18px; }
    
    form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea { font-size: 18px; }
    .custom-select-trigger:after { width: 35px; height: 35px; margin-top: -3px; }
    .custom-select-trigger { font-size: 18px; height: 40px; }
}
.btn_style1 a, a.btn_style1 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 15px 15px;
    background: #E73736;
    color: #FFFFFF;
    border-radius: 7px;
    min-width: 192px; 
    font-weight: 550;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    font-size: 16px;
    font-family: var(--sec-font);
}

.btn_style1 a:hover, a.btn_style1:hover { background-color: #0C3685; color: #FFFFFF; }

.btn_style2 a, a.btn_style2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 550!important;
    padding: 15px 15px;
    background: ;
    color: #E73736;
    border-radius: 7px;
    min-width: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #E73736;
    font-size: 16px;
    font-family: var(--sec-font);
}

.btn_style2 a:hover, a.btn_style2:hover {
    color: #FFFFFF;
    background: #E73736;
    border-color: #E73736; 
}

.simple_link a, a.simple_link { 
    color : ; 
    position:relative;
}

.simple_link a:hover, a.simple_link:hover { 
    color: ;
}

.link_style a, a.link_style { display:inline-block !important; vertical-align:top; width:auto; position:relative; padding-right:22px; border-bottom: 1px solid #fff; color: var(--quaternary-color); font-family: var(--sec-font); font-size: 15px; }
.link_style a:after, a.link_style:after { position:relative; display: inline-block; vertical-align: middle; content:""; height: 10px; width: 11px; top:0; right:0; bottom:0; margin:auto 0; transition: all ease-in-out .4s; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/explore-icon.svg) no-repeat center / cover; }
.link_style a:hover:after, a.link_style:hover:after { right:-5px; }

.link_style.red a { color: var(--fifth-color); padding: 0; border: 0; }
.link_style.red a:after { background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/option-link-arrow.svg) no-repeat center / cover; }
    


    


@media (max-width:991px){
    header .btn_style1 a, header a.btn_style1 { min-width: 1px; }
}

@media (max-width:767px){

}
.hs-menu-wrapper > ul { display: flex; flex-wrap: wrap; }
.hs-menu-wrapper ul { list-style: none; margin: 0; padding-left: 0; transition:all ease-in-out .4s; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical ul { flex-direction: column; }
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul { display: inline-flex; }
.hs-menu-wrapper .hs-item-has-children { position: relative; }
.hs-menu-wrapper .hs-menu-children-wrapper { opacity: 0; position: absolute; }
.hs-menu-wrapper .hs-menu-children-wrapper a { display: block; white-space: nowrap; }
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; top: 100%; }
.hs-menu-wrapper.hs-menu-flow-vertical .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 100%; opacity: 1; top: 0; }
.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img { height: auto; max-width: 100%; }

/* Header */
header .logo { padding-right: 25px; width: 185px; position: relative; }

header .logo:after { position: absolute; content: ""; height: calc(100% - 15px); width: 1px; top: 0; right: 0; background: var(--main-color); }
.header_nav_sub { font-size: 15px; padding-right: 90px; }
.header_nav_sub a { color: var(--main-color); }
.header_nav_sub a:hover { color: var(--fifth-color); }
.top_header .header_nav_sub .hs-menu-wrapper > ul > li > a { padding: 16px 25px; }
.header_nav_sub .top_links { padding-right: 50px; }
.header_nav_sub .language-switcher { font-family: var(--sec-font); }
.header_nav_sub .language-switcher a img { margin-left: 5px; position: relative; top: -2px; }

.hs-search-field__suggestions-container { display: none; }

.mainmenu { padding-right: 60px; }
.top_right { width: calc(100% - 185px); justify-content: flex-end; position: relative; }
.top_right:after { position: absolute; content: ""; height: 1px; width: 250%; bottom: 55px; left: 30px; background: var(--main-color); }
.top_header .btn_style1 { position: relative; z-index: 1; }

/* Header Search Design Start */
.top_search { margin-left: 30px; }
.top_search_icon { position: relative; display: inline-block; cursor: pointer; }
.top_search_form { position: fixed; top: -120%; left: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; z-index: 2; transition: all ease-in-out .4s; padding: 0 20px; }
.top_search_form > div { width: 500px; max-width: 100%; }
.top_search_form input[type="text"] { border-bottom: 1px solid #fff; background: transparent; color: #fff; padding: 0; }
.top_search_form.active { top: 0; }
.hs-search-field__input:focus { outline: none !important; }

.top_search_form .search_close { cursor: pointer; height: 30px; position: absolute; right: 50px; top: 40px; width: 30px; }
.top_search_form .search_close:before, .top_search_form .search_close:after { background: #fff; position: absolute; top: -5px; left: 17px; height: 30px; width: 3px; content: ''; transform: rotate(45deg); }
.top_search_form .search_close:before { transform: rotate(-45deg); }

.top_search_form .hs-search-field__input { border: 0; height: 50px; padding: 0; background: transparent; border-bottom: 2px solid #fff; color: #fff; display: inline-block; vertical-align: top; width: 100%; flex: none; font-family: var(--main-font); font-size: 18px; }
.top_search_form button.hs-search-field__button { display: none; }

/* Header Search Design End */

.top_header .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: auto; padding: 0 10px; }

.mainmenu .hs-menu-wrapper > ul > li > a { display: inline-block; width: auto; padding: 15px 25px; position: relative; color: var(--headerbottomlink); font-family: var(--sec-font); }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: pre-wrap; }

.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children>a { position: relative; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children:after { position: absolute; content: ""; height: 9px; width: 15px; top: 0; bottom: 0; right: 0; margin: auto 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/top-menu-icon.svg) no-repeat center / cover; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children > ul { width: 180px; background: #fff; z-index: 2; padding: 10px; pointer-events: none; border: 1px solid var(--main-color); border-radius: 0 0 15px 15px; border-top: 0; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children:hover > ul { pointer-events: auto; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li { background: var(--dropcolor); }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li > a { display: inline-block; vertical-align: top; width: 100%; padding: 10px 15px; font-weight: 600; border-bottom: 1px solid #eee; font-size: 15px; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children > ul > li:last-child > a { border: 0; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children>a:before { background: #fff; border-bottom: 1px solid transparent; border-left: 1px solid var(--main-color); border-right: 1px solid transparent; border-top: 1px solid var(--main-color); bottom: -6px; content: ""; height: 13px; left: 0; margin: 0 auto; opacity: 0; position: absolute; right: 0; transform: rotate(45deg); transition: all .5s ease-in-out; width: 13px; z-index: 1; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before { opacity: 1; }
.top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { bottom: -20px; content: ""; height: 20px; left: 0; position: absolute; width: 100%; } 

.header { position: fixed; top: 0; left: 0; width: 100%; background: transparent; transition: all ease-in-out .4s; z-index: 99; }
.fixed .header { box-shadow: 0 5px 10px rgba(0,0,0,.1); background: #fff; }
.fixed .header:before { opacity: 0; }

.top_links.mbl_top_link, .btn_style1.mbl_header_btn { display: none; }

.service_menu_section, .expertise_menu_section, .investor_menu_section { display: none; } 
.body_visible .service_menu_section, .body_visible .expertise_menu_section, .body_visible .investor_menu_section { display: block; }

.language_switcher { margin-right: 15px; }
header.header .globe_class { background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/language-switcher.svg) no-repeat center / cover; } 
.language_switcher strong { margin-right: 5px; text-transform: uppercase; font-size: 0; height: 25px; width: 19px; position: relative; }
.language_switcher .ls_menu_div { position: relative; top: 4px; }
.language_switcher strong:before { position: absolute; content: "JA"; top: 0; left: 0; font-family: var(--sec-font); font-size: 17px; text-transform: uppercase; }
html[lang="en"] .language_switcher strong:before { content: "EN" }
.lang_list_class li a:hover { color: var(--fifth-color) !important; }

/* Landing Page Header */
.header--no-navigation { border-top: 22px solid ; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding: 11px 100px; }

/* Footer */
.footer { background-color: var(--secondary-color); }
.footer .wrapper { width: 1420px; max-width: 100%; padding: 0 15px; }
.footer_left_box { width: 18%; border-right: 1px solid #C5C4C4; }
.footer_right_box { width: 82%; display: flex; flex-wrap: wrap; }
.footer_raw { flex-wrap: wrap; }
.footer_social ul { padding: 0; margin: 20px 0 0; list-style-type: none; display: flex; align-items: center; }
.footer_social ul li a { height: 43px; width: 43px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--quaternary-color); border-radius: 100%; color: var(--quaternary-color); }
.footer_social ul li + li { margin-left: 11px; }
.footer_social ul li a:hover { background: var(--quaternary-color); color: var(--secondary-color); }
.footer_right_col { padding-top: 60px; width: 25%; padding-left: 40px; }
.footer_right_col h5 { color: #9CAECE; font-size: 17px; line-height: 1.25; margin-bottom: 20px; }
.footer_right_col .hs-menu-wrapper > ul > li > a { color: #fff; }
.footer_right_col .hs-menu-wrapper > ul > li > a:hover { color: var(--fifth-color); }
.footer_right_col .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 10px; }
.footer_right_col.footer_right_col3, .footer_right_col.footer_right_col4 { border-left: 1px solid #C5C4C4; }
.footer_right_col.footer_right_col3 .hs-menu-wrapper > ul > li > a { font-size: 23px; font-family: var(--sec-font); }
.footer_right_col.footer_right_col3 .hs-menu-wrapper > ul > li { margin-bottom: 15px; }
.footer_copyright { color: #9CAECE; font-size: 16px; border-top: 1px solid #c5c4c4; }
.footer_copyright .hs-menu-wrapper > ul > li > a { color: #9CAECE; }
.footer_copyright .hs-menu-wrapper > ul > li+li { margin-left: 40px; }
.footer_copyright .hs-menu-wrapper > ul > li > a:hover { color: var(--fifth-color); }

.footer_right_col:not(.footer_right_col3) .hs-menu-wrapper > ul > li:first-child > a { color: #9caece; font-size: 17px; line-height: 1.25; margin-bottom: 20px; font-family: var(--sec-font); display: block; }


.investor_menu_title .noLink { cursor: default; }
/* Media Css */
@media (min-width: 1651px){
    
}

@media (min-width: 1201px){
    .desk_menu_hide { display: none; }
    
    header .wrapper { width: 1620px; max-width: 100%; padding: 0 15px; }
    
    .mainmenu .hs-menu-wrapper > ul > li > ul { width: 250px; visibility: hidden; pointer-events: none; margin-top: 0; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; top: calc(100% + 10px) !important; border: 1px solid var(--main-color); border-radius: 0px 0px 15px 15px; padding: 10px; background-color: #fff; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li { background: var(--dropcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 8px 15px; border-bottom: 1px solid #ECECEC; font-size: 15px; }
    .mainmenu .hs-menu-wrapper > ul > li:hover > a { color: var(--headerbottomlinkhover); }
    .mainmenu .hs-menu-wrapper > ul > li:hover > ul { visibility: visible; pointer-events: inherit; margin-top: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover, .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover { color: var(--droplinkhovercolor); background-color: var(--droplinkhoverbgcolor); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before { bottom: -17px; content: ""; left: 0; margin: 0 auto; position: absolute; right: 0; width: 13px; height: 13px; border: 1px solid var(--main-color); transform: rotate(45deg); background: #fff; border-bottom-color: transparent; border-right-color: transparent; z-index: 1; opacity: 0; transition: all .5s ease-in-out; }
    .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover >a:before { opacity: 1; }
    /*.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position: relative; content: "\f107"; font-family: 'FONTAWESOME'; right: 0px; margin-left: 5px; }*/
    
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul { left: 100% !important; top: 0 !important; width: 220px; background: #ececec; padding: 0; font-size: 13px; pointer-events: none; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { display: inline-block !important; vertical-align: top !important; width: 100% !important; color: var(--droplinkcolor); font-weight: 600; padding: 15px 15px; border-bottom: 1px solid #000; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a { border: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > ul { pointer-events: inherit; }
    .mainmenu .hs-menu-wrapper > ul > li:nth-last-child(2) > ul > li > ul { left: auto !important; right: 100%; }
    
    .mainmenu .hs-menu-wrapper>ul>li:nth-child(1), .mainmenu .hs-menu-wrapper>ul>li:nth-child(2), .mainmenu .hs-menu-wrapper>ul>li:nth-child(6) { position: static; }
    .mainmenu .hs-menu-wrapper>ul>li:nth-child(1) > ul > li, .mainmenu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li, .mainmenu .hs-menu-wrapper>ul>li:nth-child(6) > ul > li { display: none; background: transparent; }
    .mainmenu .hs-menu-wrapper>ul>li>a:after { content: ''; width: 100%; height: 20px; position: absolute; bottom: -20px; left: 0; }
    
    .mainmenu .hs-menu-wrapper>ul>li:nth-child(1) > ul, .mainmenu .hs-menu-wrapper>ul>li:nth-child(2) > ul, .mainmenu .hs-menu-wrapper>ul>li:nth-child(6) > ul { width: 100%; border: 1px solid var(--main-color); background-color: #fff; padding: 12px; left: -100px !important; border-radius: 0; }
    .service_menu_wrap { display: flex; flex-wrap: wrap; margin: 0 -6px; align-items: flex-start; }
    .service_menu_col { width: 50%; padding: 0 6px; }
    .service_menu_box { border: 1px solid var(--main-color); background-color: #FFFBF3; padding: 30px 20px; border-radius: 0px 0px 15px 15px; }
    .service_menu_left { width: 45%; padding-right: 40px; }
    .service_menu_right { width: 55%; padding-left: 15px; }
    .menu_item_img { height: 121px; border-radius: 10px; margin-top: 20px; }
    .service_menu_right .hs-menu-wrapper > ul > li > a { font-size: 15px; font-family: var(--sec-font); padding: 10px 0; }
    .service_menu_right .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .menu_sub_title { font-size: 18px; line-height: 1.2; font-family: var(--sec-font); }
    .menu_sub_title a { white-space: normal !important; }
    .explore_link a { font-size: 14px; text-transform: uppercase; font-family: var(--sec-font); letter-spacing: 0.15em; color: var(--main-color); }
    .explore_link a:hover { color: var(--fifth-color); } 
    
    .menu_blue_box { background: var(--tertiary-color); margin-top: 12px; border-radius: 15px 15px 0px 0px; padding: 40px 20px; display: flex; flex-wrap: wrap; border: 1px solid var(--main-color); }
    .menu_blue_box .title { font-size: 18px; font-family: var(--sec-font); }
    .menu_blue_box > div { width: 50%; }
    .menu_blue_box .right { font-size: 14px; padding-left: 10px; }
    .menu_blue_box .left { padding-right: 20px; }
    .service_bottom_menu .hs-menu-wrapper > ul { justify-content: center; }
    .service_bottom_menu .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top !important; width: auto !important; padding: 15px 25px; position: relative; color: var(--fifth-color); }
    .service_bottom_menu .hs-menu-wrapper > ul > li > a:hover { color: var(--secondary-color); }
    .service_bottom_menu .hs-menu-wrapper > ul > li > a:after { display: none; }
    .service_bottom_menu .hs-menu-wrapper > ul > li > a:before { position: absolute; content: ""; height: 11px; width: 11px; top: 0; bottom: 0; right: 0; margin: auto 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bottom-menu-arrow.svg) no-repeat center / cover; }
    .service_bottom_menu .hs-menu-wrapper > ul { padding-top: 19px; }
    .service_bottom_menu .hs-menu-wrapper>ul>li:last-child>a:before { display: none; }

    .expertise_menu_left { padding: 40px 40px 22px 40px; border: 1px solid var(--main-color); border-radius: 0px 0px 15px 15px; width: 64%; flex-wrap: wrap; }
    .expertise_menu_right { width: 36%; padding: 15px 45px; display: flex; flex-wrap: wrap; }
    .expertise_menu_wrap { flex-wrap: wrap; }
    .expertise_menu_left_title { width: 20%; }
    .expertise_menu_list_wrapper { width: 80%; flex-wrap: wrap; padding-left: 40px; }
    .expertise_menu_list_item { width: 50%; margin-bottom: 15px; padding-right: 40px; }
    .expertise_menu_list_item a { display: flex !important; align-items: center; flex-wrap: wrap; width: 100%; white-space: normal !important; }
    .expertise_menu_list_icon { height: 36px; width: 36px; display: flex; align-items: center; justify-content: center; background-color: var(--secondary-color); border-radius: 100%; }
    .expertise_menu_list_title { width: calc(100% - 36px); padding-left: 10px; color: var(--main-color); font-family: var(--sec-font); line-height: 1.25; transition: all ease-in-out .4s; }
    .expertise_menu_right_title h6 { position: relative; }
    .expertise_menu_right_title h6:after { position: relative; content: ""; height: 26px; width: 23px; top: 0; right: 0; display: inline-block; vertical-align: middle; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/phase-icon.svg) no-repeat center / cover; margin-left: 10px; }
    .expertise_menu_right_title { width: 40%; }
    .expertise_menu_right_list { width: 60%; padding-left: 15px; }
    .expertise_menu_right_list .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .expertise_menu_right_list .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top !important; padding: 0; margin-bottom: 15px; color: var(--fifth-color); }
    .expertise_menu_right_list .hs-menu-wrapper > ul > li:last-child > a { margin-bottom: 0; }
    .expertise_menu_list_item:last-child { margin-bottom: 0; }
    .expertise_menu_list_item a:hover .expertise_menu_list_title { color: var(--fifth-color); }
    .expertise_menu_right_list .hs-menu-wrapper > ul > li > a { width: auto !important; }
    .expertise_menu_right_list .hs-menu-wrapper>ul>li>a:hover { color: var(--secondary-color); }

    .mainmenu .hs-menu-wrapper>ul>li:nth-child(6)>ul { padding-bottom: 0; }
    .investor_menu_wrap { flex-wrap: wrap; }
    .investor_menu_left { width: 25%; padding: 40px 40px 15px; border-right: 1px solid var(--main-color); }
    .investor_menu_right { width: 75%; padding-left: 10px; }
    .investor_menu_box_wrap { display: flex; flex-wrap: wrap; }
    .investor_menu_box { width: calc(33.33% - 10px); margin: 0 5px; border: 1px solid var(--main-color); border-radius: 0px 0px 15px 15px; padding: 35px 15px; }
    .investor_menu_icon { height: 36px; width: 36px; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: var(--secondary-color); }
    .investor_menu_title { width: calc(100% - 36px); padding-left: 11px; font-family: var(--sec-font); }
    .investor_menu_title a { color: var(--main-color); }
    .investor_menu_title a:hover { color: var(--fifth-color); }
    .investor_menu_title .noLink:hover { color: var(--main-color); }
    .investor_menu_wrap .hs-menu-wrapper > ul > li > a { padding: 0; margin-bottom: 15px; }
    .investor_menu_wrap .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; }
    .investor_menu_wrap .hs-menu-wrapper > ul > li:last-child > a { margin-bottom: 0; }
    .investor_menu_wrap .btn_style2 a { display: inline-block; min-width: 186px; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: auto; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper > ul { justify-content: center; margin: 20px 0 0; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper > ul > li > a { margin: 0 !important; display: inline-block; vertical-align: top !important; padding: 0 30px; color: var(--fifth-color); position: relative; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper > ul > li > a:after { position: absolute; content: ""; height: 11px; width: 11px; top: 0; bottom: 0; right: 0; margin: auto 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bottom-menu-arrow.svg) no-repeat center / cover; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper > ul > li:first-child > a:after { display: none; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper > ul > li > a:hover { color: var(--secondary-color); }
    
    /*.header:before { position: absolute; content: ""; height: 100%; width: 1px; top: 0; left: 30px; background: #000; transition: all ease-in-out .4s; }*/
    
    .top_search { position: relative; top: 3px; }
    
}

@media (max-width: 1650px){
    .mainmenu .hs-menu-wrapper>ul>li>a { padding: 15px; font-size: 15px; }
    .top_header .header_nav_sub .hs-menu-wrapper>ul>li>a { padding: 16px; }
    .top_header .header_nav_sub .hs-menu-wrapper>ul>li.hs-item-has-children:after { right: -5px; }
    
    .service_menu_left { padding-right: 15px; width: 50%; }
    .menu_sub_title { font-size: 16px; }
    .service_menu_right { padding-left: 15px; width: 50%; }
    .mainmenu .service_menu_right .hs-menu-wrapper>ul>li>a { padding: 0 0 11px; }
    .service_menu_box { padding: 20px; }
    .menu_blue_box { padding: 20px; }
    .menu_blue_box .left { padding: 0; }
    .menu_blue_box .link_style { margin: 5px 0 0;}
    .menu_blue_box>div { width: 100%; }
    .menu_blue_box .right { padding: 10px 0 0; }

    .expertise_menu_left_title { width: 25%; }
    .expertise_menu_list_wrapper { width: 75%; padding-left: 15px; }
    .expertise_menu_list_item { padding-right: 10px; margin-bottom: 8px; }
    .mainmenu .expertise_menu_list_item a { font-size: 15px; }
    .expertise_menu_right { padding: 15px 20px; }
    .expertise_menu_right_title { width: 40%; }
    .expertise_menu_right_list { width: 60%; }
    .mainmeny .expertise_menu_right_list .hs-menu-wrapper > ul > li > a { padding: 0; }
    .expertise_menu_right_list .hs-menu-wrapper>ul>li>a { padding: 0; }
    
    .investor_menu_left { padding: 20px 0; }
    .mainmenu .investor_menu_wrap .hs-menu-wrap > ul > li > a { padding: 0; }
    .investor_menu_title_raw { padding-bottom: 15px; }
    .investor_menu_wrap .hs-menu-wrapper>ul>li>a { padding: 0 0 10px; margin-bottom: 0; }
    .investor_menu_left .btn_style2 { margin-top: 10px; }
    .investor_menu_box { padding: 20px 15px; }
    .investor_menu_title a { white-space: normal !important; line-height: 1.2; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper>ul { margin: 20px 0; }
    
    .top_right:after { bottom: 52px; }
}

@media (max-width: 1300px){
    .header:before { left: 15px; }
}

@media (max-width:1200px){
    .mbl_menu_hide { display: none; }
    .service_mbl_menu .menu_blue_box { display: none; }
    
    .mainmenu .hs-menu-wrapper > ul { width: 100%; }
    .mainmenu .hs-menu-wrapper ul { transition: none; }
    .mainmenu .hs-menu-wrapper > ul > li > a { width: 100%; padding: 15px; font-size: 16px; }
    .mainmenu .hs-menu-wrapper > ul > li > ul { background: #fff7e6; padding: 0; width: 100%; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li { border-bottom: 1px solid var(--main-color); }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li:last-child { border-bottom: 0; }
    .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { color: var(--main-color); padding: 15px 35px; font-family: var(--sec-font); font-size: 15px; }

    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper { left: 0; opacity: 1; position: relative; top: auto; }
    .hs-menu-wrapper.hs-menu-flow-vertical ul { display: flex; }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: column; }
    
    /**/
    .mainmenu.js-enabled .top_links .hs-menu-flow-horizontal { position: relative; display: block; top: auto; padding: 0; border: 0; }
    header.header { padding: 20px 0; display: none; }
    .body_visible header.header { display: block; }
    .top_right:after { display: none; }
    header .logo:after { height: 100%; }
    .top_right { width: calc(100% - 215px); border-bottom: 1px solid var(--main-color); position: static; }
    header.header .wrapper { width: 100%; }
    .top_header_inner { position: relative; }
    .mainmenu .hs-menu-wrapper ul { background-color: var(--dropcolor); }
    .top_header .btn_style1 { padding: 15px; text-align: center; }
    .mainmenu .hs-menu-wrapper>ul>li:nth-child(1) > ul > li, .mainmenu .hs-menu-wrapper>ul>li:nth-child(2) > ul > li, .mainmenu .hs-menu-wrapper>ul>li:nth-child(6) > ul > li { display: none; }
    
    .top_right .btn_style1 { display: none; }
    .header_nav_main_raw .top_links { display: none; }
    .top_links.mbl_top_link { display: block; }
    .btn_style1.mbl_header_btn { display: block; }
    
    .mobile-open a.mobile-trigger i { width: auto; transition: all .5s ease; }
    .mobile-open a.mobile-trigger i:after { margin-top: -2px; transform: rotate(137deg); }
    .mobile-open a.mobile-trigger i:before { transform: rotate(45deg); margin-top: -3px; }

    .service_menu_box { padding: 0; }
    .service_menu_left { display: inline-block; vertical-align: top; width: 100%; padding: 15px 35px; position: relative; font-family: var(--sec-font); }
    .service_menu_col { border-bottom: 1px solid var(--main-color); position: relative; }
    .service_menu_col:last-child { border-bottom: 0; }
    .service_menu_left .menu_sub_title a { color: var(--main-color); }
    .service_menu_right { width: 100%; display: none; padding: 0; }

    .mainmenu.js-enabled .service_menu_col .service_menu_right .hs-menu-wrapper { display: inline-block; vertical-align: top; width: 100%; position: relative; top: auto; padding: 0; border: 0; }
    .mainmenu.js-enabled .service_menu_col .service_menu_right .hs-menu-wrapper > ul { padding: 10px 0 20px; border: 0; }
    .mainmenu.js-enabled .service_menu_col .service_menu_right .hs-menu-wrapper .top_links, .service_menu_col .service_menu_right .hs-menu-wrapper .btn_style1 { display: none; }
    .mainmenu.js-enabled .service_menu_col .service_menu_right .hs-menu-wrapper ul li a { display: inline-block; vertical-align: top; padding: 10px 15px 2px; text-indent: 0; }
    .mainmenu.js-enabled .service_menu_col .service_menu_right .hs-menu-wrapper ul li { border: 0; }
    
    .expertise_menu_wrap { flex-wrap: wrap; }
    .expertise_menu_left { width: 100%; flex-wrap: wrap; padding: 0; background: transparent; position: relative; }
    .expertise_menu_right { width: 100%; padding: 0; position: relative; }
    .expertise_menu_left_title, .expertise_menu_right_title { display: inline-block; font-family: var(--sec-font); padding: 15px 35px; position: relative; vertical-align: top; width: 100%; }
    .expertise_menu_list_wrapper { width: 100%; flex-wrap: wrap; padding: 0; background: var(--dropcolor); padding: 10px 0 15px; display: none; }
    .expertise_menu_list_wrapper .expertise_menu_list_item a { display: inline-block; padding: 10px 15px 2px; text-indent: 0; vertical-align: top !important; color: var(--main-color); font-size: 16px; font-family: var(--sec-font); }
    .expertise_menu_list_item { margin: 0; }
    .expertise_menu_list_icon { display: none; }
    .expertise_menu_left_title h6, .expertise_menu_right_title h6 { font-size: 16px; }
    .expertise_menu_right_title { width: 100%; }
    .expertise_menu_right_list { width: 100%; display: none; }
    .mainmenu.js-enabled .expertise_menu_right_list .hs-menu-wrapper { display: inline-block; vertical-align: top; width: 100%; position: relative; top: auto; padding: 0; border: 0; }
    .mainmenu.js-enabled .expertise_menu_right_list .hs-menu-wrapper > ul > li > a { display: inline-block; padding: 10px 15px 2px; text-indent: 0; vertical-align: top !important; color: var(--main-color); font-size: 16px; font-family: var(--sec-font); }
    .mainmenu.js-enabled .expertise_menu_right_list .hs-menu-wrapper > ul > li { border: 0; }
    .mainmenu.js-enabled .expertise_menu_right_list .hs-menu-wrapper > ul { padding: 10px 0 15px; }
    .expertise_menu_left_title { border-bottom: 1px solid var(--main-color); }
    
    .investor_menu_left { padding: 0; width: 100%; position: relative; }
    .investor_menu_wrap { flex-wrap: wrap; }
    .investor_menu_box { position: relative; }
    .investor_menu_right { width: 100%; }
    .investor_menu_icon { display: none; }
    .investor_menu_title { display: inline-block; vertical-align: top; width: 100%; }
    .investor_menu_title_raw { display: inline-block; vertical-align: top; width: 100%; padding: 15px 35px; position: relative; border-bottom: 1px solid var(--main-color); }
    .investor_menu_title a { color: var(--maincolor); font-size: 15px; font-family: var(--sec-font); }
    .investor_left_menu_wrap .top_links, .investor_left_menu_wrap .btn_style1 { display: none; }
    
    .mainmenu.js-enabled .investor_bottom_menu .hs-menu-wrapper { display: block; position: relative; padding: 0; top: 0; left: 0; border: 0; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper>ul { margin: 0; }
    .investor_menu_right .investor_bottom_menu .hs-menu-wrapper>ul > li:last-child { border: 0; }
    
    .mainmenu.js-enabled .investor_left_menu .hs-menu-flow-horizontal { position: relative; display: inline-block; vertical-align: top; top: auto; border: 0; padding: 0; }
    .mainmenu.js-enabled .investor_left_menu .hs-menu-flow-horizontal > ul > li > a { font-size: 15px; text-indent: 0; }
    .investor_left_menu_wrap { display: none; } 
    .investor_menu_box { padding: 0; background: transparent; }
    .mainmenu.js-enabled .investor_menu_right_list .hs-menu-flow-horizontal { position: relative; display: inline-block; vertical-align: top; width: 100%; top: auto; padding: 0; border: 0; }
    .mainmenu.js-enabled .investor_menu_right_list .top_links, .mainmenu.js-enabled .investor_menu_right_list .btn_style1 { display: none; }
    .mainmenu.js-enabled .investor_menu_right_list .hs-menu-flow-horizontal > ul > li > a { font-size: 15px; padding: 15px; text-indent: 0; }
    .investor_menu_right_list { display: none; }
    .investor_menu_box:last-child .investor_menu_title_raw { border: 0; }

    .investor_left_menu_wrap .top_links, .investor_left_menu_wrap .btn_style1 { display: none; }
    .investor_left_menu .btn_style2 { display: inline-block; vertical-align: top; width: 100%; margin: 0; }
    .investor_menu_left .btn_style2 { margin: 0; display: inline-block; vertical-align: top; width: 100%; }
    .investor_menu_left .btn_style2 a { color: var(--main-color); font-family: var(--sec-font); padding: 15px; background: var(--dropcolor); border-bottom: 1px solid var(--main-color); }
    .expertise_menu_right .top_links, .expertise_menu_right .btn_style1 { display: none; }

    .mainmenu a.mobile-trigger + .hs-menu-flow-horizontal { position: fixed; right: 0; margin: 0 auto; overflow: auto; height: calc(100vh - 90px); top: 94px; }
    
    /**/
    body.mobile-open { overflow: hidden; } 
    .mainmenu, .mainmenu li, .mainmenu li a { display:block; float:none; position:static; top:auto; right:auto; left:auto; bottom:auto; padding:0px; margin:0px; background-image:none; background-color:transparent; border:0px; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; max-width:none; width:100%; height:auto; line-height:1; font-weight:normal; text-decoration:none; text-indent:0px; text-align:left; }
    a.mobile-trigger { display:inline-block !important; cursor:pointer; position:absolute; top: 0px; right:0; width:60px; height:60px; text-align:center; background:transparent; padding:12px 10px; -webkit-transition:background-color 0.2s linear; font-size:16px; font-weight:normal; text-transform:uppercase; border-radius:0; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; line-height:30px; text-align: right; padding: 10px 0; }
    a.mobile-trigger:hover { text-decoration:none; }
    a.mobile-trigger span { display:inline; }
    a.mobile-trigger span:before { position:absolute; content:'Menu'; }
    a.mobile-trigger span:after { position:relative; right:2px; content:'Close'; opacity:0; transition:opacity .4s ease-in-out; -moz-transition:opacity .4s ease-in-out; -webkit-transition:opacity .4s ease-in-out; }
    .mobile_menu_toggle .mobile-trigger { top:2px; }

    .mobile-open a.mobile-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background:transparent; }
    .mobile-open a.mobile-trigger span:after { opacity:1; }
    .mobile-open .mobile_menu_toggle a.mobile-trigger { display: block !important; }
    .mobile_menu_toggle a.mobile-trigger i, .mobile-open .mobile_menu_toggle a.mobile-trigger i:before, .mobile-open .mobile_menu_toggle a.mobile-trigger i:after { background: #fff; }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    
    a.mobile-trigger i { display:inline; position:relative; top:-2px; margin-left:0; -webkit-transition-duration:0s; -webkit-transition-delay:.2s; -moz-transition-duration:0s; -moz-transition-delay:.2s; transition-duration:0s; transition-delay:.2s; }
    a.mobile-trigger i:before, a.mobile-trigger i:after { position:absolute; content: ''; }
    a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 25px; height:3px; display:inline-block; background: var(--hamburger); left: auto; right: 0; }
    a.mobile-trigger i:before { margin-top:-8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; width: 35px; }
    a.mobile-trigger i:after { margin-top:8px; -webkit-transition-property:margin, -webkit-transform; -webkit-transition-duration:.2s; -webkit-transition-delay:.2s, 0; width: 35px; }
    .mobile_menu_toggle a.mobile-trigger i { background-color:rgba(0,0,0,0.0); -webkit-transition-delay:.2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:before { margin-top:0; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile_menu_toggle a.mobile-trigger i:after { margin-top:0; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-delay:0, .2s; -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0); }

    span.child-triggerm, span.megamenu-child-trigger, span.left_expert_child_trigger, span.right_expert_child_trigger, span.investor_child_trigger { display:block !important; cursor:pointer; position:absolute; top:0px; right:0; width:60px !important; height: 46px !important; padding:0 !important; }
    span.child-triggerm span, span.megamenu-child-trigger span, span.left_expert_child_trigger span, span.right_expert_child_trigger span, span.investor_child_trigger span { position:absolute; height:30px; width:30px; left:50%; top:8px; transition:all ease .5s; transform:translateX(-50%); }
    span.child-triggerm span:before, span.megamenu-child-trigger span:before, span.left_expert_child_trigger span:before, span.right_expert_child_trigger span:before, span.investor_child_trigger span:before { position:absolute; content:""; height:14px; width:2px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); background-color: var(--main-color); }
    span.child-triggerm span:after, span.megamenu-child-trigger span:after, span.left_expert_child_trigger span:after, span.right_expert_child_trigger span:after, span.investor_child_trigger span:after { position:absolute; content:""; height:2px; width:14px; left:50%; top:50%; background:; transform:translateX(-50%) translateY(-50%); background-color: var(--main-color); }
    span.child-triggerm.child-open span, span.megamenu-child-trigger.child-open span, span.left_expert_child_trigger.child-open span, span.right_expert_child_trigger.child-open span, span.investor_child_trigger.child-open span { transform:translateX(-50%) rotate(45deg); }

    .mainmenu.js-enabled .hs-menu-children-wrapper { display:none; }  
    .mainmenu ul.hs-menu-children-wrapper { visibility:visible !important; opacity:1 !important; position:static !important; display:none; }

    .mainmenu.js-enabled .hs-menu-flow-horizontal { position:absolute; height:auto; top: 80px; left: 0; width: 100%; max-width:100%; padding:0px; background-color: #ffffff; z-index:8888; display: none; border: 1px solid var(--main-color); padding: 10px; }
    
    .mainmenu .hs-menu-flow-horizontal > ul > li { position:relative; }
    .mainmenu .hs-menu-flow-horizontal > ul > li { border-bottom:1px solid var(--main-color); }

    .mainmenu .hs-menu-flow-horizontal > ul ul ul li a { text-indent:20px; }
    .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a { text-indent:40px; }
    
    .language_switcher { margin-right: 20px; margin-top: -7px; }
    
    /* Footer */
    .footer_left_box { width: 15%; padding-right: 15px; }
    .footer_right_col { padding-left: 15px; padding-top: 30px; }
    .footer_right_col .hs-menu-wrapper>ul>li>a { font-size: 14px; }
    .footer_right_col.footer_right_col3 .hs-menu-wrapper>ul>li>a { font-size: 17px; }
    .footer_copyright .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: row; }
    .footer_copyright .hs-menu-wrapper>ul>li+li { margin-left: 20px; }
    .footer_social ul li a { height: 30px; width: 30px; font-size: 12px; } 
}

@media (max-width:991px){
    .main_header .logo img { width: 140px !important; }
    
    /* Footer */
    .footer .wrapper { width: 750px; max-width: 100%; }
    .footer_left_box { width: 100%; justify-content: center; text-align: center; padding: 0 0 30px; border: 0; }
    .footer_right_box { width: 100%; }
    .footer_raw { padding: 50px 0; }
    .footer_social ul li a { height: 43px; width: 43px; font-size: 17px; } 
}

@media (max-width:767px){
    .top_header_inner { display: flex; flex-wrap: wrap; }
    header .logo { width: 150px; padding-right: 10px; }
    .top_right { width: calc(100% - 165px); }
    .header_nav_sub { padding-right: 61px; }
    
    /* Footer */
    .footer_left_box > div { display: flex; align-items: center; }
    .footer_logo { padding-right: 40px; }
    .footer_social ul { display: inline-block; vertical-align: top; }
    .footer_social ul li { display: block; }
    .footer_social ul li+li { margin: 20px 0; }
    .footer_right_col { display: inline-block; vertical-align: top; padding: 0 0 30px; border-bottom: 1px solid #C5C4C4; width: 400px; margin: 0 auto 30px; }
    .footer_right_col .hs-menu-wrapper>ul>li>a { font-size: 17px; }
    .footer_right_col.footer_right_col3 .hs-menu-wrapper>ul>li>a { font-size: 20px; }
    .footer_right_col.footer_right_col3, .footer_right_col.footer_right_col4 { border-left: 0; }
    .footer_right_col:last-child { margin-bottom: 15px; }
    .footer_copyright { border: 0; text-align: center; }
    .footer_raw { padding-bottom: 0; }
    .footer_copyright_raw { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
    .footer_copyright_raw .copy_text { width: 100%; }
    .footer_btn_links { width: 100%; padding: 0 0 20px; }
    .footer_copyright .hs-menu-wrapper.hs-menu-flow-horizontal ul { justify-content: center; }
    .footer_right_box { width: 250px; max-width: 100%; margin: 0 auto; }
}

@media (max-width: 480px){
    .top_search { margin-left: 5px; }
    .service_menu_left { padding: 15px; padding-right: 40px; }
    .menu_sub_title { font-size: 14px; }
    .mainmenu .hs-menu-wrapper>ul>li>ul>li>a { }
    .mainmenu.js-enabled .service_menu_col .service_menu_right .hs-menu-wrapper ul li a { font-size: 14px; }
    .expertise_menu_left_title { padding: 15px; padding-right: 40px; }
    .expertise_menu_right_title { padding: 15px; padding-right: 40px; }
    .expertise_menu_list_wrapper .expertise_menu_list_item a { font-size: 14px; }
    .mainmenu.js-enabled .expertise_menu_right_list .hs-menu-wrapper>ul>li>a { font-size: 14px; }
    .mainmenu .hs-menu-wrapper>ul>li>ul>li>a { font-size: 14px; padding: 15px; }
    .investor_menu_title_raw { padding: 15px; padding-right: 40px; }
    .mainmenu.js-enabled .investor_left_menu .hs-menu-flow-horizontal>ul>li>a { font-size: 14px; }
    
    
    /* Footer */
    .footer_copyright .hs-menu-wrapper>ul>li+li { margin-left: 10px; }
    .footer_copyright .hs-menu-wrapper>ul>li> a { font-size: 14px; }
    
}

@media (max-width: 340px){
    header .logo { width: 100px; }
} 
.blog-hero-sec {background: #FDF9F1;padding-top: 225px;padding-bottom: 0;padding-left: calc((100% - 1500px) / 2); position: relative; z-index: 1; }
.hero-titlewrap h6 { color: #E73736;  text-transform: uppercase;  letter-spacing: 0.15em; }
.blog-hero-titlewrap h1 { font-size: 80px; line-height: 1.2; }
.blog-hero-titlewrap {  display: flex; align-items: flex-end; justify-content: space-between; }
.hero-titlewrap { width: 50%; }
.blog-filterwrap { width: 50%; }
.blog-hero-sec:after {  content: ""; position: absolute;  left: 0;  right: 0; top: calc(100% - 70px); height: 150px; background: #fdf9f1;  border-bottom-right-radius: 140%;  border-bottom-left-radius: 140%;  border-bottom: 1px solid #000; z-index: -1; }
.hero-bottom .form-style .hs-submit input.hs-button { background-image: url("data:image/svg+xml,%3Csvg width='68' height='69' viewBox='0 0 68 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.9298 4.58253C45.8394 5.64428 49.5016 7.46569 52.7073 9.94277C55.9131 12.4198 58.5995 15.5041 60.6132 19.0194C62.627 22.5347 63.9287 26.4122 64.4439 30.4305C64.9591 34.4489 64.6778 38.5294 63.6161 42.439L60.7342 41.6564C61.6932 38.1252 61.9472 34.4397 61.4819 30.8103C61.0165 27.181 59.8409 23.6788 58.0221 20.5038C56.2032 17.3288 53.7768 14.5431 50.8814 12.3058C47.986 10.0685 44.6783 8.42337 41.1471 7.4644L41.9298 4.58253Z' fill='%23E73736'/%3E%3Cpath d='M25.7616 64.1245C21.852 63.0628 18.1898 61.2413 14.9841 58.7643C11.7783 56.2872 9.09192 53.2029 7.07816 49.6876C5.0644 46.1723 3.76275 42.2948 3.24752 38.2765C2.7323 34.2581 3.01359 30.1777 4.07534 26.268L6.95721 27.0507C5.99824 30.5818 5.74417 34.2673 6.20952 37.8967C6.67488 41.5261 7.85053 45.0282 9.66935 48.2033C11.4882 51.3783 13.9146 54.164 16.81 56.4013C19.7054 58.6386 23.0131 60.2837 26.5443 61.2426L25.7616 64.1245Z' fill='%23E73736'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.0539 41.5151L43.2151 34.3544V34.3543L36.0539 27.1936L34.2087 29.0306L38.2364 33.0583H24.4766V35.65H38.2369L34.2087 39.6781L36.0539 41.5151Z' fill='white'/%3E%3C/svg%3E%0A"); }
.blog-hero-titlewrap h1:after {  background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-onestar.png) no-repeat 50%/cover;  content: ""; display: inline-block;  height: 17px;  margin-left: 20px;  width: 17px;  vertical-align: middle; }

.blog-filter label {  font-family: Gilroy-Bold,sans-serif; border: 1px solid #000000;  border-radius: 100px 0px 0px 100px;  border-right: none;  display: flex;  align-items: center;  padding: 28px 45px 28px 145px;  position: relative;  font-size: 17px;   line-height: 27px; letter-spacing: 0.15em; cursor: pointer; text-transform: uppercase; }
.blog-filter label svg {  position: absolute;  left: 24px;  transition: all 0.5s; }
.blog-filter { position: relative; }
.blog-filter ul {  position: absolute;  left: 40px;  top: 100%; background: #fff;  margin: 0;  list-style: none;  width: calc(100% - 40px); background-color: #fff;  border: 1px solid var(--main-color);  border-radius: 0 0 15px 15px;  border-top: 0;   overflow: auto;   padding: 15px;   max-height: 250px; display: none; z-index: 5; }
.blog-filter ul li a { border-bottom: 1px solid #ececec; color: var(--droplinkcolor);  font-size: 15px;  font-weight: 600;  padding: 8px 15px;  display: block; }
.blog-filter ul li { width: 100%; background: var(--dropcolor); }
.blog-filter ul li a:hover {  background-color: var(--droplinkhoverbgcolor); color: var(--droplinkhovercolor); }
.blog-filter.active label svg {  transform: rotate(180deg); }
/*.blog-hero-sec:before { background: var(--main-color);  content: "";  height: 70%; left: 30px;  position: absolute;  top: 0;  width: 1px; }*/
.blog-hero-wrap:after {
    content: "";
    background: #FFF100;
    opacity: 0.3;
    filter: blur(100px);
    transform: rotate(14.56deg);
    width: 428px;
    height: 428px;
    position: absolute;
    right: -100px;
    top: 230px;
    bottom: 0;
    margin: auto;
    left: auto;
}
.post-item { display: flex; justify-content: space-between; }
.post-item-left { width: 54%; }
.post-item-right {  width: 45%; padding-right: 40px; }
.blog-first-post { border: 1px solid #000000; border-radius: 200px 0px 0px 200px; background: #fff;  padding: 70px 95px;  margin-top: 30px; position: relative; z-index: 2;  border-right: none; }
.blog-latest-text {writing-mode: vertical-rl;text-orientation: mixed;transform: scale(-1) translateY(50%);position: absolute;left: 36px;top: 50%;font-size: 17px;line-height: 38px; letter-spacing: 0.1em;color: #E73736;font-family: Gilroy-Bold,sans-serif;}
.post-date-tag {  display: flex; align-items: center; margin-bottom: 15px; }
.post-tag ul {  margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; }
.post-date-tag .date { font-size: 15px; line-height: 28px; color: #000000; margin-right: 13px; }
.post-tag ul li a { background: #E73736;  border-radius: 90px; color: #fff;  padding: 1px 25px; display: inline-block; }
.post-tag ul li { margin: 0 5px; }
.post-item h4 a { color: #000; }
.post-item-inner { width: 100%;  max-width: 530px; }
.post-text { margin-bottom: 25px; }
.post-item .link_style a { color: var(--fifth-color); font-family: var(--g-bold); letter-spacing: 0; font-weight:550;}
.post-item .link_style a::after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/reading-icon.svg) no-repeat 50%/cover;  margin-left: 8px; }


.blog-listings-sec { padding-left: calc(50% - 750px); padding-top: 200px;  padding-bottom: 50px; }
.blog-listings-title h5 {  color: #e73736; letter-spacing: .15em;  text-transform: uppercase; font-size: 18px; line-height: 38px; margin-bottom: 20px; }
.blog-listings-title { border-bottom: 1px solid #000;  margin-bottom: 20px; }
.blog-listings-sec .post-date-tag { margin-bottom: 20px; }
.blog-listings-sec .post-item { border-bottom: 1px solid #000000; padding-bottom: 10px; margin-bottom: 20px; align-items: center; }
.blog-listings-sec .post-item-left {width: 70%;display: flex;align-items: center;min-height: 200px; padding-right: 30px; }
.blog-listings-sec .post-item-right { width: 30%; }
.post-item-img img {  border: 1px solid #000000; border-radius: 20px;  height: 196.21px;  object-fit: cover; width: 311px; }
.post-item-img { margin-right: 30px; }
.no-img .post-item-content { width: 100%; }

.post-item-content { width: calc(100% - 341px); }

.load-btn {  text-align: center;margin-top: 40px; }
.load-btn a { font-size: 15px; line-height: 38px; text-align: center; letter-spacing: 0.15em;  font-family: Gilroy-Bold,sans-serif; text-transform: uppercase; }

.newsletter-section { padding: 30px 0 55px; }
.newsletter-wrap { background: #E73736; border-radius: 200px;  display: table; width: 100%; position: relative; z-index: 1; overflow: hidden; border: 1px solid #000; }
.newsletter-wrap:after {  content: ""; position: absolute; right: -30px;  top: -140px; bottom: 0;  pointer-events: none;  background: url(https://3678692.fs1.hubspotusercontent-na1.net/hub/3678692/hubfs/Linical-2023/images/title-net-shape.png?width=367&height=583&name=title-net-shape.png) no-repeat center / contain;  width: 470px;  height: 580px; }
.newsletter-wrap:before { content: ""; background: #FFF100; opacity: 0.9;  pointer-events: none;  filter: blur(100px);  transform: rotate(14.56deg); width: 170px;  position: absolute;  right: 160px;  top: 0; bottom: 0; }
.newsletter-section .large_wrapper {width: 100%;max-width: 1490px;}
.newsletter-wrap .form-style {  width: 100%; max-width: 390px;  margin: 80px auto 90px;  left: -130px;  position: relative; }
.form-style h6 { font-size: 17px; line-height: 27px; color: #fff; margin-bottom: 20px; letter-spacing: 2.55px; }
.form-style input[type="email"] { font-size: 22px; line-height: 26px; background: transparent; color: #fff; border-bottom: 1px solid #fff; }
.form-style .hs-submit {  width: 60px; height: 60px; border-radius: 100%;  overflow: hidden; position: absolute;  left: 100%; top: -10px; }
.form-style .hs-submit input.hs-button {  font-size: 0; padding: 0; width: 100%;  height: 100%;  min-width: auto; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.0084 3.91432C40.4402 4.84631 43.6549 6.44511 46.4688 8.61945C49.2827 10.7938 51.6408 13.5011 53.4085 16.5868C55.1761 19.6724 56.3187 23.0761 56.7709 26.6033C57.2232 30.1305 56.9763 33.7123 56.0443 37.1441L53.5146 36.4571C54.3564 33.3575 54.5794 30.1225 54.1709 26.9367C53.7625 23.7509 52.7305 20.6767 51.134 17.8897C49.5374 15.1027 47.4076 12.6575 44.866 10.6937C42.3245 8.72979 39.421 7.28575 36.3214 6.44398L37.0084 3.91432Z' fill='%23FFF100'/%3E%3Cpath d='M22.8197 56.1794C19.3879 55.2474 16.1733 53.6486 13.3593 51.4743C10.5454 49.3 8.1873 46.5927 6.41965 43.507C4.65201 40.4213 3.50944 37.0177 3.05718 33.4905C2.60492 29.9632 2.85184 26.3814 3.78382 22.9496L6.31349 23.6366C5.47172 26.7362 5.2487 29.9713 5.65718 33.1571C6.06566 36.3429 7.09763 39.417 8.69416 42.204C10.2907 44.991 12.4205 47.4362 14.9621 49.4001C17.5036 51.364 20.4071 52.808 23.5067 53.6498L22.8197 56.1794Z' fill='%23FFF100'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8507 36.3333L38.1366 30.0477V30.0476L31.8506 23.7621L30.231 25.3746L33.7667 28.9103H21.6914V31.1852H33.7665L30.231 34.7207L31.8507 36.3333Z' fill='white'/%3E%3C/svg%3E%0A");  background-color: transparent;   background-size: contain;   background-position: center;   background-repeat: no-repeat; }
.form-style .hs-submit .actions { width: 100%;  height: 100%; }
.form-style form { position: relative; }

.blog-hero-wrap { display: table; width: 100%; }
.hero-bottom .newsletter-wrap {background: #0C3685;width: 435px;height: 435px;border-radius: 100%;display: flex;align-items: end;justify-content: center;padding: 60px 0 70px; border: none; }
.hero-bottom .newsletter-wrap:before { display: none; }
.hero-bottom .newsletter-wrap:after { display: none; }
.hero-bottom .newsletter-wrap .form-style { max-width: 100%; left: 0; padding: 0 35px; margin: 0; }
.hero-bottom .newsletter-wrap .hs-submit { position: static;  margin: auto; }
.hero-bottom .field.hs-form-field { margin-bottom: 40px; }
.hero-bottom { display: flex; align-items: center; margin-bottom: -100px;  margin-top: -30px;  }
.hero-bottom .post-item { width: calc(100% - 435px);  padding-left: 80px; }
.hero-bottom .post-item h4 {  margin-bottom: 20px; font-size: 25px;  line-height: 35px; }
.hero-bottom .post-item .post-item-left { width: 80%; }
.hero-bottom h6 { text-align: center;  letter-spacing: 2px; }

/*  */
.blog-post-sec {  background: #FDF9F1;padding-top: 210px; display: flex;  position: relative;  z-index: 1; }
.blog-post-right {  width: 400px; padding: 130px 0 130px 30px; }
.blog-post-left { width: calc(100% - 400px); background: #FFFFFF; border: 1px solid #000000;  border-radius: 0px 53px 0px 0px; padding-left: calc(50% - 750px);  padding-top: 80px;  padding-bottom: 80px;  padding-right: 60px;  border-bottom: none; border-left: none; }
.blog-post-right h6 {  font-size: 17px;  line-height: 28px; letter-spacing: 0.15em;  color: #E73736; margin-bottom: 20px; }
.recent-item h4 { font-size: 18px;  line-height: 28px; margin-bottom: 20px; }
.recent-item { border-bottom: 1px solid #000000;  margin-bottom: 30px; padding-right: 18px; }
.blog-post-sec h1 {  font-size: 45px;line-height: 55px;  margin-bottom: 50px; }
.blog-post-wrap {width: 100%;}
.recent-item .post-tag ul li a {  background: #0C3685; padding: 4px 25px;font-size: 12px; }
.recent-item .post-date-tag .date {  margin-left: 14px; font-size: 16px;  line-height: 28px; }

.blog-post-wrap img.featured_image { width: 618px; height: 398px; object-fit: cover; border-radius: 200px 0px 0px 200px; float: right; margin-left: 30px; margin-bottom: 20px; margin-right: -60px;     border: 1px solid #000; border-right: none; }
.blog-post-wrap h2 { display: inline-block; font-size: 37px; line-height: 47px; margin-bottom: 20px; }
.blog-post-wrap h2 em {margin-bottom: 20px; }

.blog-post-body { font-size: 17px; line-height: 28px; }
.blog-post-body blockquote { margin: 30px 40px; font-family: var(--sec-font); }
.blog-post-body blockquote p { font-size: 25px; line-height: 35px; color: #E73736; margin-bottom: 17px; }
.blog-post-body blockquote span { font-family: var(--libre); font-style: italic; font-weight: 400; position: relative; }
.blog-post-body blockquote h5 { font-size: 20px; line-height: 25px; }
.blog-post-body bold {font-family:'Gilory-Bold';}
.blog-post-wrap p { margin-bottom: 30px; } 
.blog-post-body h3 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
.blog-post-body h4 { font-size: 25px; line-height: 28px; margin-bottom: 10px; }
.blog-post-body h4 + span { margin-bottom: 10px; display: table; }


.form-blog h3 { font-size: 35px; line-height: 41px; color: #0C3685; margin-bottom: 40px; }
.form-blog { margin-top: 60px; }
.blog-inner-newsletter .newsletter-section {  background: #FDF9F1; position: relative;  z-index: 1; }
.blog-inner-newsletter .newsletter-section:before {  content: ""; position: absolute;  left: 0;  top: 0; bottom: 0;  background: #fff; border-right: 1px solid #000;  width: calc(100% - 400px); }
.form-blog form .hs-form-field>label { font-size: 18px; }

.form-blog form input[type=email],
.form-blog form input[type=file],
.form-blog form input[type=number],
.form-blog form input[type=password],
.form-blog form input[type=tel],
.form-blog form input[type=text],
.form-blog form select,
.form-blog form textarea { border-bottom: 1px solid var(--main-color); font-size: 18px; }
.form-blog form input::placeholder,
.form-blog form select::placeholder,
.form-blog form textarea::placeholder { font-size: 18px; }

.blog-post-sec h1 span {  font-family: Gilroy-Bold,sans-serif;  font-style: normal; }
.recent-item h4 a {  color: #000; }

.articles-research-hero {background: #FDF9F1;padding: 138px 0 30px; position: relative; z-index: 1; }
.articles-blog-hero-titlewrap .hero-titlewrap {  width: calc(100% - 435px);  padding-bottom: 147px; }
.articles-blog-hero-titlewrap .hero-bottom {  margin: 0 0 0 0;  position: relative;  right: -80px; }
.articles-blog-hero-text { width: 100%; max-width: 610px; }
.articles-blog-hero-titlewrap h1 { margin-bottom: 10px; }
.articles-research-hero:before {  background: #fff100; bottom: 0;  content: ""; filter: blur(100px); height: 318px;  left: auto;  margin: auto;  opacity: .3;  position: absolute;  right: 10px;  top: -490px;  transform: rotate(14.56deg);   width: 318px;  z-index: -1; }


.research-latestpost { border-radius: 24px;  height: 722px; align-items: flex-end;  justify-content: flex-end; padding: 30px;  margin-top: -80px; overflow: hidden; }
.latestpost-caption {  background: rgba(255, 255, 255, 0.75);  border: 1px solid #000000;  backdrop-filter: blur(20px); border-radius: 28px;  width: 100%;   max-width: 650px;  padding: 40px 40px 40px 80px;  position: relative; }
.latestpost-caption .button_text {  text-align: right; text-decoration: none; }
.latestpost-caption .button_text a { border: none; }
.latestpost-caption h4 { margin-bottom: 20px; }
.latestpost-caption .post-date-tag { margin-bottom: 10px; }

.research-listing { background: #FDF9F1; }
.research-listing .blog-filter label {  border-radius: 100px; font-size: 17px; line-height: 27px;  text-align: center;  padding-right: 145px; font-family: Gilroy-Bold,sans-serif; border: 1px solid #000; }
.research-listing .blog-filter label span {  margin: auto; }
.research-listing .blog-filterwrap { width: 100%; max-width: 580px; margin: 0 auto 40px; }

.research-listing .list-row {  display: flex;  flex-wrap: wrap; margin: 60px -15px 0; }
.research-listing .post-item {  width: calc(33.333% - 30px);  margin: 0 15px 50px;  flex-wrap: wrap;  background: #FFFFFF;  border: 1px solid #000000; border-radius: 35px;  padding: 20px 20px 30px; display: inline-block; }
.research-listing .post-item-img {  width: 100%;  margin: 0 0 20px; position: relative; }
.research-listing .post-item-img a.imgLink { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.research-listing .post-item-img img {  width: 100%;  height: 259.22px; }
.research-listing .post-item h4 { font-size: 25px;  line-height: 35px; }
.post-link-wrap { display: flex;  align-items: center;justify-content: space-between;  margin-top: 30px; }
.blog_background_main .newsletter-section { background: #fdf9f1;padding-top: 60px;}
.research-listing .load-btn {  width: 100%; }
.newsletter-wrap label.hs-error-msg {  color: #fff; }

.research-latestpost .blog-latest-text {  transform: scale(-1); top: 45px; } 
.research-listing .post-item-content {  width: 100%; }
.research-listing .blog-filter ul { left: 0;  right: 0; margin: auto;  width: calc(100% - 100px); }

/* 16-08-2023 update */
.blog-post-wrap h2 { display: inline; }

@media(max-width:1600px){
    .blog-hero-sec {  padding-left: 60px; }
    .hero-titlewrap {  width: 45%; }
    .blog-filterwrap { width: 55%; }
    .blog-hero-titlewrap h1 {  font-size: 70px; }
    .blog-filter label { padding: 24px 45px 24px 145px; }
    .blog-first-post .post-item-left { padding-right: 30px; }
    .blog-first-post h4 {  font-size: 24px; }
    
    .blog-listings-sec { padding-left: 60px; padding-top: 150px; }
    
    .blog-post-left { padding-left: 60px; }

}

@media(max-width:1340px){
    
    .hero-bottom .newsletter-wrap { right: 36px; }
    .research-latestpost {  height: 592px; }
    .research-listing .post-item h4 {  font-size: 20px;  line-height: 30px; }
    .research-listing .load-btn { margin-top: 30px; }
}


@media(max-width:1300px){
    .blog-hero-sec {  padding-top: 180px; }
    .blog-listings-sec .post-item-left h4 {  font-size: 24px; }
    .blog-listings-sec .post-item-left { min-height: 130px; }
    .blog-listings-sec .post-item {  padding-bottom: 16px; }
    .blog-listings-sec { padding-bottom: 20px; }
}

@media(max-width:1200px){
    .blog-hero-titlewrap h1 { font-size: 46px; }
    .blog-filter label { padding: 20px 45px 20px 105px; }
    .blog-latest-text {  font-size: 15px;  }
    .post-item-left {  width: 60%; }
    .post-item-right { width: 40%; }
    .blog-first-post { padding-right: 0px; padding-top: 30px; padding-bottom: 30px; }
    .hero-bottom .post-item { padding-left: 30px; }
    .hero-bottom .post-item .post-item-left {  width: 100%;  padding-right: 15px; }
    .hero-bottom .post-item h4 { font-size: 20px; line-height: normal; }
    .post-date-tag {  margin-bottom: 20px; }
    
    .blog-post-sec { padding-top: 160px; }
    .blog-post-sec h1 {  font-size: 30px;  line-height: normal; }
    .blog-post-body { width: 100%; display: table;  padding-top: 30px; }
    .blog-post-left {  padding-right: 30px; }
    .blog-post-wrap img.featured_image {  margin-right: -30px; }
    .form-blog h3 { font-size: 28px; line-height: normal; }

    .articles-research-hero { padding-top: 140px; }
    .research-listing .post-item-img img {  height: 199px; }
    .research-listing .post-item {  padding: 15px 15px 30px; width: calc(33.333% - 20px);  margin: 0 10px 20px; }
    .post-link svg {  width: 50px;  height: 50px; }
    .post-link {  line-height: normal; }
    .research-listing .list-row { margin: 60px -10px 0; }

}

@media(max-width:991px){
    .blog-hero-titlewrap {  flex-wrap: wrap; }
    .hero-titlewrap { width: 100%;  padding-bottom: 20px; }
    .blog-filterwrap { width: 100%; }
    .blog-latest-text {  position: static; text-orientation: inherit;  writing-mode: initial;  transform: none;  margin-bottom: 1px; }
    .post-item { flex-wrap: wrap; }
    .post-item-left { width: 100%; }
    .post-item-right {  width: 100%; }
    .hero-bottom .newsletter-wrap { width: 350px;  height: 350px; }
    .hero-bottom { margin: 0 0 -300px; flex-wrap: wrap;  flex-direction: column-reverse; }
    .hero-bottom .post-item { width: 100%; padding: 40px 0; }
    .blog-listings-sec {  padding-top: 330px; }
    .blog-listings-sec .post-item-left { width: 100%; padding-bottom: 20px; }
    .blog-listings-sec .post-item { flex-wrap: wrap; }
    .blog-listings-sec .post-item-right { width: 100%; }
    
    .blog-post-sec {flex-wrap: wrap; padding-top: 120px;}
    .blog-post-left {  width: 100%; }
    .blog-post-right { margin: auto;  padding: 40px 15px; }
    .blog-inner-newsletter .newsletter-section:before {  width: 100%;  border-right: none; }
    
    .articles-research-hero .blog-hero-titlewrap {  flex-wrap: wrap; }
    .articles-blog-hero-titlewrap .hero-titlewrap {  width: 100%;  padding-right: 0; }
    .articles-blog-hero-titlewrap .hero-bottom {  width: 100%; right: 0;  position: absolute;  bottom: 0; }
    .articles-research-hero {  padding-bottom: 400px; }
    .articles-blog-hero-titlewrap .hero-bottom .newsletter-wrap {  right: 0; }
    .research-latestpost {  height: 492px;  }
    .articles-research-hero:before { bottom: 0;  top: auto; }
    .research-listing .post-item {  width: calc(50% - 20px); }
    .research-newsletter {  padding-top: 30px; }
    .latestpost-caption {  padding: 30px; }

    .research-listing { padding-top: 50px; }
    .research-listing .list-row {  margin-top: 0; }
        
    .research-latestpost .blog-latest-text { transform: none; padding-left: 0; margin-bottom: 0; }
    

}

@media(max-width:767px){ 
    .blog-hero-sec:before { display: none; }
    .blog-hero-sec {  padding-left: 0; }
    .blog-hero-titlewrap h1 {  font-size: 40px; }
    .hero-titlewrap h6 { font-size: 17px; }
    .hero-titlewrap {  padding: 0 15px 30px; }
    .blog-hero-titlewrap h1:after {margin-left: 8px; }
    .blog-filterwrap { width: calc(100% - 30px);  margin-left: auto; }
    .blog-filter label svg {  width: 44px; height: 44px; }
    .blog-filter label { font-size: 15px; }
    .blog-first-post {  padding-left: 33px; border-radius: 140px 0 0 140px; margin-left: -8px;  padding-top: 30px;  padding-bottom: 30px; }
    .post-date-tag .date { font-size: 14px; }
    .blog-latest-text {  padding-left: 50px;  margin-bottom: 20px; }
    .blog-first-post .button_text.link_style {  padding-left: 40px; }
    .hero-bottom .post-item { padding: 30px 15px; }
    .hero-bottom .newsletter-wrap {  width: 330px;  height: 330px; }
/*     .hero-bottom .newsletter-wrap .form-style { padding: 34px 45px; } */
    .blog-listings-sec {  padding-left: 15px;  padding-top: 350px; }
    .blog-listings-sec .post-item-left {  padding-right: 15px; flex-direction: column-reverse; }
    .post-item-img {margin-right: auto;width: 100%;margin-top: 20px;}
    .post-item-img img { width: 100%;  height: 260px; }
    .blog-listings-sec .post-item { padding-bottom: 30px;  margin-bottom: 30px; }
    .load-btn { padding-right: 15px;}
    
    .newsletter-wrap {  border-radius: 200px 0 0 200px;  position: relative;  width: calc(100% + 30px); left: -15px; border-right: none; }
    .newsletter-wrap .form-style {left: -31px;  max-width: 284px;  padding-left: 35px;}
    .newsletter-wrap:after { height: 300px; top: 0; right: -190px;}
    .newsletter-wrap:before {  right: -80px;  }
    .hero-bottom .newsletter-wrap {   left: 0; }

    .blog-post-left { border: none; padding: 40px 15px; border-radius: 0; }
    .blog-post-sec:before { display: none; }
    .blog-post-wrap img.featured_image { width: 100%; margin-left: 0; margin-right: -16px; height: 262px; }
    .blog-post-wrap h2 { font-size: 30px; line-height: normal; }
    .blog-post-wrap p { margin-bottom: 30px; }
    .blog-post-body blockquote { margin: 30px 0; }
    .blog-post-body blockquote p { font-size: 22px; line-height: 32px; } 
    .form-blog h3 { margin-bottom: 30px; font-size: 25px; line-height: 29px; }
    .form-blog { margin-top: 40px; }
    .blog-inner-newsletter .newsletter-section:before { display: none; }
    .blog-post-right { display: none; }
    .blog-inner-newsletter .newsletter-section { background: #fff; padding-bottom: 80px; }
    
    .articles-blog-hero-titlewrap .hero-titlewrap { padding-left: 0; }
    .articles-blog-hero-titlewrap .hero-bottom .newsletter-wrap { height: 330px;  width: 330px; }
    .hero-bottom .field.hs-form-field{margin-bottom:10px;}
    .research-listing .blog-filter label {  padding-left: 70px;  padding-right: 20px;  font-size: 14px;  padding-top: 15px;  padding-bottom: 15px; }
    .research-listing {  padding-top: 40px; }
    .research-listing .post-item {  width: calc(100% - 20px); }
    .research-listing .load-btn {  margin-top: 0; padding-right: 0; }
    
    .research-latestpost { height: auto; padding: 0;  background: transparent !important; }
    .latestpost-caption {  padding: 20px 15px;  border-radius: 0 0 28px 28px; }
    .blog-latest-text {  display: none; }
    .latestpost-img { display: block !important; border-radius: 28px 28px 0 0;  overflow: hidden;border: 1px solid #000;border-bottom: 0px solid #000; }
    .latestpost-img img {  width: 100%;  height: 260px;  object-fit: cover; }
    .latestpost-caption .button_text {  text-align: left; }  
    .articles-research-hero { padding-bottom: 350px; }  
    
    .blog-first-post { padding-left: 40px; }
    .blog-latest-text { display: block; }
    .post-item-content {  width: 100%; }
    
    

    .form-style .hs-submit { width: 45px;  height: 45px;  top: 0; }
    
    .research-listing .blog-filter ul { width: calc(100% - 50px); }


}

@media(max-width: 480px){
  .blog-post-body blockquote p {font-size:19px;line-height:29px;}
} 
.error_main_section { padding: 290px 0px 180px; }

.error_page_section { padding: 200px 0 100px; }
.error_page_section:after { background: #fff100; border-radius: 519px; content: ""; display: inline-block; z-index: -1; filter: blur(125px); height: 380px; opacity: .4; position: absolute; right: 0; top: -100px; width: 380px; }
.error_page_section.signinpage_section { padding: 80px 0 100px; }

.error_box { width:100%; margin:0 auto; padding: 50px; background: #fff; max-width: 950px; box-shadow: 0px 60px 80px rgb(0 0 0 / 4%), 0px 38.8889px 46.8519px rgb(0 0 0 / 3%), 0px 23.1111px 25.4815px rgb(0 0 0 / 2%), 0px 12px 13px rgb(0 0 0 / 2%), 0px 4.88889px 6.51852px rgb(0 0 0 / 2%), 0px 1.11111px 3.14815px rgb(0 0 0 / 1%); }
.error_box h1 { color:#0A2B68; font-size:200px; line-height:150px; }
.error_box h2 { margin:20px 0; font-size: 45px; }
.error_box h3 { margin:0 0 10px; font-size: 30px; line-height: 1.2; }

.systems-page { padding: 0px !important; }
.systems-page .error_box h1 { font-size: 48px; line-height:1.1; }
.systems-page .error_box .introduction { margin:10px 0; }
.systems-page form input { height:50px; margin:0 0 7px !important; padding:10px 25px !important; }
.systems-page form input[type="checkbox"] { height:auto; margin: 0 5px 0 0 !important; width: 15px; height: 15px; position:relative; bottom:-3px; }
.systems-page form .hs-input { margin:10px 0 15px !important; width: 510px !important; box-shadow: 0px 16px 24px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 30px; }
.systems-page form .hs_submit { width:100%; margin:10px 0; }
.systems-page .form-container .hs-login-widget-show-password { margin:0; }
.systems-page .password_form.error_box h1 { margin-bottom:6px; }
.systems-page .password_form #hs-pwd-widget-password { margin:15px 0 !important; }
.systems-page .preferences_box .page-header h2 { margin:10px 0 20px; }
.systems-page .preferences_box .page-header br { display:none; }  
.systems-page .preferences_box .item { width:100%; margin-bottom:15px; }
.systems-page .preferences_box .item .checkbox-row + p { padding-left:25px; }
.systems-page .preferences_box .hs-button { margin-top:20px !important; }
 
.systems-page .confirmation_box .page-header h2 { margin:0 0 10px; }
.systems-page .confirmation_box .page-header br { display:none; }  
.error_box_parent input[type="password"] { box-shadow: 0px 16px 24px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%); border-radius: 30px; padding: 15px 25px !important; }


.system-container { margin: 0 auto; min-height: calc(100vh - 300px); padding-top: 100px; width: 100%; }
.error-page { padding: 0px 0 140px; position: relative; text-align: center; margin-top: -280px; z-index: 5; }
.error-page:before { color: #f3f6f9; content: attr(data-error); font-size: 40vw; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; z-index: -1; }
.error-page .btn a { margin-top: 10px; }

/* Search Result Page */
.serachbox_main { background-color: #fdf9f1; padding: 200px 0 80px; }
.search_result_section a.hs-search-results__title { color: #fff; }
.search_result_section .hs-search-results__listing li { border-bottom: 1px solid #000; padding-bottom: 30px; }
.search_result_section .hs-search-results__listing li:last-child { border-bottom: 0; }
.search_result_section .hs-search-results__pagination a { color: #000; }
.search_result_section .hs-search-results__pagination a:hover { color: #e73736; }
.search_result_section a.hs-search-results__title:hover { color: #6BC289; }
.hs-search-results__message { margin-bottom: 20px; font-family: var(--sec-font); }

@media screen and (min-width:1100px) {
  .error-page:before { font-size: 20rem; }
}
.systems-page { width:100%; }
.systems-page--search-results { max-width: 100%; }
.systems-page .header { background-color: transparent; border-bottom: none; padding: 0; }
.systems-page .success { background-color: #cde3cc; border: 1.5px solid #4f7d24; border-radius: 6px; color: #4f7d24; display: inline-block; margin: 15px 0 0; width: 100%; max-width:100%; padding: 15px; }
.systems-page form input { max-width: 100%; }

  
.systems-page #hs-pwd-widget-password { width: 100%; }
.systems-page .hs-login-widget-show-password, .systems-page .hs-register-widget-show-password, .systems-page .hs-reset-widget-show-password { display: block; margin-bottom: 0.5rem; }
.systems-page #hs-login-widget-remember, .systems-page #hs-login-widget-remember ~ label { display: inline-block; margin-bottom: 3px; }
form#email-prefs-form .item.disabled { opacity: 0.6; cursor: not-allowed; }
form#email-prefs-form .item.disabled input:disabled { cursor: not-allowed; }
.sub_confirmation h2 { margin:0; }

/* Search */
.hs-search-results__title { font-size: 1.25rem; margin-bottom: 0.25rem; }
.hs-search-results__description { padding-top: 0.5rem; }
.hs-search-highlight { font-weight: bold; }
.hs-search-results__pagination a { color: #051f46; }
.hs_search_box.error-page { margin-top: -240px; }
.hs-search-results__pagination { display: inline-block; vertical-align: top; width: 100%; }

/* Membership error message */
.form-input-validation-message ul { margin: 0; padding-left: 0; }
.form-input-validation-message ul li { line-height: 1rem; }

/* Password prompt */
.password-prompt input[type='password'] { height: auto !important; }

.error-page { }
.error-page form h3 { font-size: 18px; margin-bottom: 0; text-align: left; display: none; }
.error-page form { margin-top: 25px; }

.error_box_parent.mlogin-main .form-container { text-align: left; }
.error_box_parent.mlogin-main .hs-form-field { margin-bottom: 10px; }
.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password { float: right; }
.error_box_parent.mlogin-main .hs-membership-loader.hs_submit.hs-submit { margin-top: 25px; }

.error_box_parent.mlogin-main .hs-error-msgs label { transform: none;}
.error_box_parent.mlogin-main form .hs-error-msgs { padding-left: 0;  list-style: none;}


.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ float: right; }
.error_box.password-required .hs-button { margin-top: 10px !important; display: inline-block; }
.error_box.password-required form { margin-top: 10px; }
.error_box.password-required h1 { margin-bottom: 15px; }

.search-results-wrapper .hero-main.full-width { padding-bottom: 230px;}
.search-results-wrapper .hero-outer h1 { margin-bottom: 0;}

.error_box .no-list {  list-style: none;}
.error_box.password-required form#email-prefs-form { text-align: left;}
.error_box.password-required { text-align: left;}
.checkbox-row + p { padding-left: 24px; } 
.email-prefs .subscribe-options .header { padding-left: 24px; margin-bottom: 10px; margin-top: 11px; position: inherit; top: 0; left: 0; background: transparent; box-shadow: none; }
form#email-prefs-form p+p { padding: 0; }
.email-prefs p.header { margin-bottom: 25px; position: inherit; top: 0; left: 0; background: transparent; box-shadow: none; }
.error_box.password-required .email-prefs input[type="submit"] { margin-top: 20px !important; }
.email-prefs .item { margin-bottom: 15px; }
.subscribe_pref_section .header:before { display: none; }
.error_page_section input[type=submit] { margin-top: 30px; }

/* 404 Page */
body.System header { position: relative; }
.btn_style1.go_home a:after { display: none; }
.error_page_raw h1 { font-weight: 700; color:#0A2B68; position: relative; z-index: 9; }
.errortext_box h1 { font-size: 130px; line-height: 100px; color:#0A2B68; }

/* Backup Unsubscribe Page */
.error_page_raw form { width: 650px; max-width: 100%; margin: 0 auto; background: #f9f9f9; padding: 50px 30px; margin-top: 30px; border-radius: 7px; }
.error_page_raw form .hs-input { font-size: 18px !important; padding: 0 15px !important; color: #17244c; background: #fff; border-bottom: 0; border-radius: 7px; }
.error_page_raw form h3 { margin-bottom: 10px; font-size: 32px; }
.error_page_raw form input::placeholder { font-size: 18px; }

/* Members Login Page */
.error_page_raw h1 + p { padding-top: 20px; font-weight: 500; font-size: 18px; }
.error_page_raw ul.no-list.hs-error-msgs, .error_page_raw ul.no-list { display: none; }
.error_page_raw form .hs-form-field > label { width: 100%; text-align: left; vertical-align: top; margin-bottom: 5px; color: #17244c; display: none; }
.error_page_raw a.hs-login-widget-show-password, .error_page_raw a.hs-register-widget-show-password, .error_page_raw .hs-reset-widget-show-password { position: absolute; top: 0; right: 10px; bottom: 0; margin: auto 0; display: flex; align-items: center; font-size: 0; height: 30px; width: 30px; text-align: center; justify-content: center; }
.error_page_raw .hs-form-field { position: relative; margin-bottom: 20px; text-align: left; }
.error_page_raw a.hs-login-widget-show-password:before, .error_page_raw a.hs-register-widget-show-password:before, .error_page_raw a.hs-reset-widget-show-password:before { position: absolute; content: "\f06e"; font-family: 'FontAwesome'; font-size: 20px; }
.error_page_raw form .hs-form-field > label[for="hs-login-widget-remember"] { display: inline-block; width: auto; font-size: 16px; font-weight: 600; }
.error_page_raw form .hs-input#hs-login-widget-remember { display: inline-block; vertical-align: middle; width: auto; position: relative; top: -4px; margin-left: 0; }
.error_page_raw a#hs_login_reset { margin: 0 0 0 auto; font-weight: 600; display: block; text-align: left; }
div#hs-membership-rate-limit-error-text { font-weight: 600; padding: 15px 0; }
.error_page_raw p { padding-top: 15px; font-weight: 600; }

.error_page_raw input#hs-register-widget-email { display: none; }
.error_page_raw .password-prompt input[type=password] { height: 50px !important; color: #17244c; background: #fff; border-bottom: 0; margin-bottom: 20px; padding: 0 15px; border-radius: 7px; }

/**/
.subscribe_pref_section .error_page_raw form { width: 100%; }
.subscribe_pref_section .error_page_raw form h1 { font-size: 50px; }
.subscribe_pref_section .error_page_raw form h2 { font-size: 24px; font-weight: 500; color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; padding: 15px; margin: 20px 0 0; border-radius: 4px; }
.subscribe_pref_section input[type="checkbox"] { position: absolute; left: 0; margin: 0; top: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; z-index: 1; }
.subscribe_pref_section input[type="checkbox"] + span { position: relative; display: block; padding-left: 30px; }
.subscribe_pref_section input[type="checkbox"] + span:before { position: absolute; left: 0; top: 4px; content: ''; width: 20px; height: 20px; border: 1px solid #dadada; color: #fafafa; background: #fafafa; }
.subscribe_pref_section input[type="checkbox"]:checked + span:after { color: #000; position: absolute; left: 4px; top: 5px; content: "\f00c"; font-family: 'FontAwesome'; width: 20px; font-size: 12px; font-weight: 400; }
.subscribe_pref_section .checkbox-row { display: inline-block; vertical-align: top; width: 100%; position: relative; }
.subscribe_pref_section .email-prefs .subscribe-options .header + p { position: relative; }

/**/
@media (max-width: 1400px){
    .error_box_parent .hero-main.full-width { padding-bottom: 290px;}
}

@media (max-width: 1200px){
    .error_page_raw h1 { font-size: 60px; }
    .errortext_box h1 { font-size: 100px; line-height: 80px; }
}

@media(max-width:991px){ 
    .error_box {  max-width: 730px;}
    .search-results-wrapper .hero-main.full-width { padding-bottom: 160px;}
}
@media(max-width:767px){ 
    .error_page_section:after { right: 0; top: -40px; width: 300px; height: 300px; }
    .error_page_section { padding: 150px 0 70px; }
    .error_page_raw h5 { font-size: 20px; }
    .error_page_raw h1 { font-size: 50px; }
    .error_page_raw form h3 { font-size: 24px; }
    
    .error_main_section { padding: 80px 0 150px 0; } 
    .systems-page { padding:8rem 20px 4em; }  
    .error_box { padding:20px; }    
    .systems-page .error_box h1 { font-size:30px; }
    .systems-page form input[type='submit'] { white-space: normal; }
    .error-page { margin-top: -155px; padding:0rem 15px 4em; } 
    .error_box h1 { font-size: 110px; line-height: 100px; }
    .error_box h3 { margin: 5px 0 10px; font-size: 20px; }
    .error_box h2 { margin: 5px 0 10px; font-size: 22px; }
     
    .error_box {  max-width: 100%;}
    .error_box_parent .hero-main.full-width { padding-bottom: 170px;}
    .errortext_box h1 { font-size: 80px; line-height: 70px; }
    
    
    .error_box_parent.mlogin-main .hs-form-field label,.error_box_parent.mlogin-main .hs-form-field .hs-login-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-register-widget-show-password,
    .error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password,.error_box_parent.mlogin-main .hs-form-field .hs-reset-widget-show-password{ font-size: 14px; }
    
    .search-results-wrapper .hero-main.full-width { padding-bottom: 120px;}
    
    .email-prefs .item { margin-bottom: 10px; }
    .systems-page form input[type="checkbox"] { bottom: -4px; }
    
    .hs_search_box.error-page { margin-top: -155px; }
    
    /* Backup Unsubscribe Page */
    .error_page_raw form { padding: 30px 15px; }
    
    .serachbox_main { padding-top: 80px; }
    
}

@media (max-width: 450px){
    .error_page_raw h1 { font-size: 40px; line-height: 40px; }
    .error_page_raw input[type=submit] { min-width: 240px; }
    
    .subscribe_pref_section .error_page_raw form h1 { font-size: 30px; }
    .subscribe_pref_section .error_page_raw form h2 { font-size: 18px; }
    
}

@media(max-width:380px){ 
    #hs_cos_wrapper_search_results .hs-search-results__pagination { flex-direction: column; gap: 15px; }
}  
/* our-services */
.our_services_section { display: inline-block; padding: 230px 0 0; position: relative; vertical-align: top; width: 100%; z-index: 1; }
/*.our_services_section:before { background: var(--main-color); content: ""; height: 75%; left: 30px; position: absolute; top: 0; width: 1px; z-index: -1; }*/
.our_services_section:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/main-shape-vector.png) no-repeat center / cover; content: ""; position: absolute; top: -150px; left: 348px; width: 887px; height: 716px; z-index: -1; }
.our_services_section .our_services_wrap { padding: 0 0 22px 0; position: relative; }
.our_services_section .our_services_wrap:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-start-img1.png) no-repeat 50%/cover; content: ""; height: 145px; right: calc(100% + 30px); position: absolute; top: 40px; width: 75px; }
.our_services_section .our_services_wrap .services_box .pre_title { font-family: var(--sec-font); letter-spacing: 0.15em; color: var(--fifth-color);}
.our_services_section .our_services_wrap .services_box { border-bottom: 1px solid #000000; padding-bottom: 24px; margin-bottom: 20px; }
.our_services_section .our_services_wrap .content { max-width: 672px; }
.breadcrumbs_menu .hs-menu-item a { font-size: 13px; color: var(--main-color); display: inline-block; }
.breadcrumbs_menu .hs-menu-item:not(:last-child) { padding-right: 25px; position: relative; }
.breadcrumbs_menu .hs-menu-item:not(:last-child):after { content:'/'; position: absolute; right: 8px; top: 3px; }
.breadcrumbs_menu .hs-menu-item:last-child a { background: var(--fifth-color); border-radius: 100px; padding: 5px 14px; color: #fff; }
.our_services_section .image_wrap { margin: 0; }
.our_services_section .image_wrap .bg_img { border-radius: 20px; width: 100%; height: 413px; }


/* title-with-content */
.titlecontent_section  {padding-top:20px!important;position: relative;z-index: 9;}
.titlecontent_section .titlecontent_sec_wrap .left_part { width: calc(60% - 40px); }
.titlecontent_section .titlecontent_sec_wrap .right_part { width: calc(40% - 40px); word-break: break-word; }
.left_part h3 {font-size:35px;}

/* Block Link Section */
.block_link_section { padding: 50px 0; }
.block_link_area { padding-left: calc((100% - 1390px)/2); }
.block_link_main_title { font-size: 18px; line-height: 38px; color: var(--fifth-color); font-family: var(--sec-font); letter-spacing: 0.15em; padding: 0 0 20px; }
.block_link_raw { margin: 45px 0; display: inline-block; width: 100%; }
.block_link_col {margin: 0 0 -1px; width: 46%; padding: 40px 48px 40px 0; font-size: 16px; line-height: 26px; position: relative; border-bottom: 1px solid var(--main-color); }
.block_link_col:after { content: ''; width: 1px; position: absolute; top: 15px; right: 0; bottom: 15px; background: #aaa; }
.block_link_col a { position: relative; padding-right: 60px; display: inline-block; width: 100%; height: 100%; }
.block_link_col svg { position: absolute; top: 0px; right: 0; bottom: 0; margin: auto 0; }
.block_link_col:nth-child(2n):after { display: none; }
.block_link_text { color: var(--main-color); width: 100%; opacity: 1; transition: all .4s ease-in-out; }
.block_link_wrap { border-top: 2px solid #000; overflow: hidden;}
/* .block_link_col:nth-child(1), .block_link_col:nth-child(2) { border: 0; } */
.block_link_content { opacity: 0; transition: all ease-in-out .4s; background-color: #fff; position: relative; z-index: 1; max-width: calc(100% - 100px); height: 100%; }
.block_link_col h4.default_title { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 100%; display: flex; align-items: center; transition: all ease-in-out .4s; padding-right: 60px; }
.block_link_col a:hover h4.default_title { opacity: 0; }
.block_link_col a:hover .block_link_content { opacity: 1; }
.block_link_col.no_linkactive h4.default_title { padding-right: 120px; }
.block_link_col.no_linkactive:hover .block_link_content { opacity: 1; }
.block_link_col.no_linkactive a { cursor: auto; pointer-events: none; }
.block_link_col.no_linkactive svg { display: none; }

.block_link_col:nth-child(2n) { padding-left: 45px; width: 54%; }

.block_link_raw_wrap { border-bottom: 1px solid var(--main-color); margin-bottom: 70px; }

/* Our Therapies Section */
.our_therapy_section { position: relative; z-index: 1; background: #0A2B68; border-radius: 400px 400px 0px 0px; margin-bottom: 100px; }
.our_therapy_section:before { position: absolute;    /* content: ""; */ z-index: -1; height: 100%; width: 100%; top: 0; left: 0; }
.our_therapy_nav ul { display: flex; flex-wrap: wrap; width: auto; padding: 0; margin: 0; list-style-type: none; }
.therapy_nav_icon { display: flex; align-items: center; justify-content: center; height: 135px; width: 135px; border: 1px solid transparent; border-radius: 100%; position: relative; transition: all ease-in-out .4s; }
.therapy_nav_icon:before { position: absolute; content: ""; height: calc(100% + 10px); width: calc(100% + 10px); top: -5px; left: -5px; border: 0; border-radius: 100%; transition: all ease-in-out .4s; border: 1px solid transparent; }
.our_therapy_nav ul li { margin-right: 25px; }
.our_therapy_nav ul li.current .therapy_nav_icon, .our_therapy_nav ul li.current .therapy_nav_icon:before { border-color: rgba(255,255,255,0.5); } 
.therapy_nav_wrap { display: flex; align-items: center; }
.our_therapy_nav { padding-bottom: 50px; }
.our_therapy_nav ul li a { color: #fff; }
.therapy_nav_title span { color: var(--quaternary-color); }
.therapy_nav_title { padding: 0 40px; display: none; position: relative; font-size: 14px; font-family: var(--sec-font); letter-spacing: 0.5px; cursor: pointer; }
.therapy_nav_title:after { display: inline-block; vertical-align: middle; content: ""; height: 9px; width: 11px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/tab-next-arrow.svg) no-repeat center / cover; margin-left: 5px; position: relative; top: 1px; }
.our_therapy_nav ul li.current .therapy_nav_title { display: block; }
.therapy_nav_title label { padding-left: 5px; cursor: pointer; }
.our_therapy_nav ul li:last-child .therapy_nav_title { display: none; }

.therapy_bgimg { position: absolute; top: 0; left: 0; right: 0; height: calc(100% + 70px); width: 455px; margin: -70px auto 0; z-index: -1; border-radius: 220px 220px 0px 0px; border: 1px solid rgba(255, 255, 255, 0.5); }
.therapy_bgimg:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.7); border-radius: 220px 220px 0px 0px; }
.therapy_bgimg:after { position: absolute; content: ""; height: calc(100% + 16px); width: calc(100% + 16px); top: -8px; left: -8px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 220px 220px 0px 0px; }
.therapy_faq_title { font-size: 20px; font-family: var(--sec-font); padding: 15px 50px 15px 0; cursor: pointer; position: relative; }
.therapy_faq_title.no_content { cursor: default; }
.therapy_faq_title.no_content:after { display: none; }
.therapy_faq_title:after { position: absolute; content: ""; height: 38px; width: 39px; top: 10px; right: 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/faq-arrow.png) no-repeat center / cover; transition: all ease-in-out .4s; }
.therapy_faq_col { border-bottom: 1px solid #fff; }
.therapy_faq_text { padding-bottom: 20px; font-size: 16px; }
.therapy_faq_content { display: none; }
.therapy_faq_title.active:after { transform: rotate(180deg); }

.therapy_content_right { padding-left: 30px; }
.therapy_testimonial_box { position: relative; z-index: 1; min-height: 481px; display: flex; align-items: flex-end; left: 50px; }
.therapy_testimonial_box:before { position: absolute; content: ""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/testimonial-dotted-bg.png) no-repeat center / cover; top: 0; right: 0; bottom: 0; left: 0; margin: auto; height: 481px; width: 655px; max-width: 100%; background-size: 100% 100%; }
.therapy_testimonial_boxin { width: 520px; max-width: 100%; margin: 0 auto; font-family: var(--sec-font); position: relative; z-index: 1; font-size: 22px; line-height: 1.5; }
.therapy_testimonial_boxin h4 { margin: 45px 0 10px; font-family: var(--libre); font-weight: 400; font-style: italic; }
.therapy_testimonial_boxin .position { font-size: 20px; }
.our_therapy_head, .our_therapy_nav { position: relative; z-index: 1; }
.our_therapy_head h2 { font-size:90px; }
.our_therapy_head { padding-bottom: 0px; }


.therapy_content { display: none; }
.therapy_content#therapy1 { display: block; }

/*** client message ***/
.client-message { padding-left: calc((100% - 1390px)/2); margin-top:50px; }
.client-message .inner-wap { padding-left: 60px; }
.client-message .inner { padding: 110px 130px 130px 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector-user.png) no-repeat center / cover; border: 1px solid var(--headerbottomlink); border-right: 0; border-radius: 40px 0 0 40px; position: relative; z-index: 1; }
/* .client-message .inner:after { content: ''; width: 300px; position: absolute; top: 50px; bottom: 50px; background: var(--quaternary-color); z-index: -1; right: -170px; transform: skewX(-16deg); }
.client-message .inner:before { content: ''; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.01); position: absolute; top: 0; left: 0; backdrop-filter: blur(125px); border-radius: 40px 0 0 40px; } */
.client-message .inner > div { position: relative; }
.client-message .inner .sab-title { font-family: var(--g-bold); font-size: 18px; line-height: 30px; text-transform: uppercase; letter-spacing: 0.15em; padding: 0 80px; }
.client-message .cover .image { width: 432px; height: 432px; border-radius: 100%; position: relative; margin-left: -40px; border: 1px solid var(--main-color); }
.client-message .cover .image:after { content: ''; position: absolute; top: -7px; left: -7px; right: -7px; bottom: -7px; border: 1px solid var(--main-color); border-radius: 100%; }

.client-message .cover .text { width: calc(100% - 392px); padding: 0 0 0 55px; }
.client-message .cover .text .con { font-size: 37px; line-height: 48px; font-family: var(--g-bold); }
.client-message .cover .text > div { width: 880px; max-width: 100%; }
.client-message .cover .details { font-size: 22px; line-height: 30px; font-weight: 300; }
.client-message .cover .details h4 { font-family: var(--libre); font-style: italic; font-weight: 300; }
.client-message .cover .details .person_position { font-family: var(--g-bold); }

/* form-section */
.formbox_section { padding: 110px 0 118px; background: linear-gradient(0deg, #FDF9F1 15.1%, rgba(253, 249, 241, 0) 97.71%); }
.formbox_section .title { width: calc(60% - 20px); }
.formbox_section .content { width: calc(40% - 20px); }
.formbox_section .form_details { margin: 0 -15px 0 0; }

/*** team-table ***/
.team-table { background: var(--secondary-color); position: relative; z-index: 1; }
.team-table:before { content: ''; width: 815px; height: 815px; position: absolute; top: 180px; left: -240px; background: #000000; z-index: -1; filter: blur(200px); transform: rotate(180deg); opacity: 0.3; border-radius: 100%; }
.team-table:after { content: ''; width: 700px; height: 700px; border-radius: 100%; position: absolute; bottom: 250px; right: -250px; background: #0059FF; filter: blur(200px); z-index: -1; opacity: 0.5; }
.team-table .main-title .title { width: 56%; }
.team-table .main-title .text { width: 44%; padding-left: 5%; }
.team-table .scroll { display: none; align-items: center; justify-content: flex-end; margin: 22px 0 0; width: 100%; font-size: 16px; line-height: 19px; letter-spacing: 0.15em; }
.team-table .scroll svg { margin-left: 10px; }

.team-table .main .box { width: calc(100% / 7); border-right: 1px solid #C3C3C3; border-bottom: 1px solid #C3C3C3; }
.team-table .main .box:last-child { border-right: none; }
/* .team-table .main .box.title { width: 320px; }
.team-table .main .box.name { width: 305px; } */

.team-table .main .main-title { border-top: 1px solid #C3C3C3; }
.team-table .main .main-title .box { min-height: 166px; display: flex; align-items: center; font-size: 18px; line-height: 26px; padding: 10px 20px; }
.team-table .main .cover .box { font-size: 16px; line-height: 26px; padding: 15px 20px; min-height: 102px; display: flex; align-items: center; }
.team-table .btm-table > div { margin: 8px 45px 8px 0; }
.team-table .btm-table > div img { margin-right: 14px; } 

/* Normal Content FAQ Section */
.normal_content_section .wrapper { width: 1200px; max-width: 100%; }
.normal_content_section .wrapper blockquote { margin: 30px 40px; font-family: var(--sec-font); }
.normal_content_section .wrapper blockquote p { font-size: 25px; line-height: 35px; color: #E73736; margin-bottom: 17px; }
.normal_content_section .wrapper blockquote span { font-family: var(--libre); font-style: italic; font-weight: 400; position: relative; }
.normal_content_section .wrapper blockquote h5 { font-size: 20px; line-height: 25px; }  
.normal_content_faq_raw .normal_content_faq_rawin { width: 1200px; max-width: 100%; }
.normal_content_section h3 { line-height: 1.25; margin-bottom: 25px; }
.normal_content_section h2 { line-height: 1.25; margin-bottom: 25px; }

.normal_content_section p { margin-bottom: 25px; }
.normal_content_faq_title { display: inline-block; vertical-align: top; width: 100%; padding: 30px 200px 30px 0; position: relative; }
.normal_content_faq_title h4 { transition: all ease-in-out .4s; }
.normal_content_faq_title .faq_arrow { position: absolute; content: ""; height: 53px; width: 53px; top: 20px; right: 80px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/faq-down-arrow.svg)  no-repeat center / cover; transition: all ease-in-out .4s; cursor: pointer; z-index: 1; }
.normal_content_faq_raw { padding-bottom: 0; border-bottom: 1px solid #AAAAAA; }
.normal_content_faq_raw_wrap { border-top: 1px solid #AAAAAA; }
.normal_content_faq_contentin { padding-left: calc((100% - 1350px)/2); padding-bottom: 30px; padding-top: 15px; }
.normal_content_faq_img { height: 230px; width: 425px; border-radius: 20px; }
.normal_content_faq_right { width: calc(100% - 425px); padding-left: 30px; padding-right: calc((100% - 740px)/2); }
.normal_content_faq_content { display: none; }
.normal_content_faq_rawin.active .faq_arrow { transform: rotate(180deg); }
.faq_btn_section .wrapper { width: 1030px; max-width: 100%; }
.normal_content_faq_raw.no-img .normal_content_faq_right { width: 100%; padding-left: 0; }    
.normal_content_faq_raw.no-img .normal_content_faq_contentin { padding-left: 0; }
.normal_content_faq_raw.no-img .normal_content_faq_right ul { padding-left: 20px; }
.normal_content_faq_raw.no-img .normal_content_faq_right ul li { margin-bottom: 15px; }

/* normal-content-with-buttons */
.contentbutton_section { padding: 40px 0; }
.contentbutton_section .contentbutton_sec_wrap { background: #FDF9F1; border: 1px solid #000000; border-radius: 50px; padding: 100px 150px 62px; }
.contentbutton_section .contentbutton_sec_wrap h3 { padding-bottom: 30px; }
.contentbutton_section .contentbutton_sec_wrap p { padding-bottom: 38px; }
.contentbutton_section .contentbutton_sec_wrap .button_box { gap: 17px; }

/* image-section */
.imagebox_section { padding: 40px 0 60px; }
.imagebox_section .title { max-width: 948px; }
.imagebox_section .imagebox_wrap { margin: 0 -40px; }
.imagebox_section .imagebox_wrap .image_box { height: 900px; width: 100%; }

/* faqs */
.faqbox_section { padding: 60px 0 50px; }
.faqbox_section .faq_title_wrap { padding-right: calc(50% - 695px); }
.faqbox_section .faq_title { position: relative; z-index: 1; background:url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector1.png) no-repeat center / cover; padding: 83px 120px 83px calc(50% - 145px); border: 1px solid var(--main-color); border-left: 0; border-radius: 0 120px 120px 0; }
.faqbox_section .faq_title .title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 18px; filter: brightness(100); position: relative; right: 0; top: -5px; vertical-align: middle; width: 18px; }
.faqbox_section .faqlist_wrap_box .faqrepeat_que:not(:last-child) { padding-bottom: 80px; }
.faqbox_section .faqrepeat_que .inner_sec { width: calc(65% - 60px); }
.faqbox_section .faqrepeat_que .section_title { width: calc(35% - 60px); }
.faqbox_section .faqrepeat_que .section_title .title_text { text-align: right; letter-spacing: 0.15em; text-transform: uppercase; border-bottom: 2px solid #000000; padding-bottom: 25px; color: var(--fifth-color); font-family: var(--g-bold); }
.queans_text { border-bottom: 1px solid #000000; cursor: pointer; padding: 30px 0; }
.queans_text:first-child { padding-top: 0; }
.queans_text .answer p { display: inline; }
.queans_text span { font-family: var(--sec-font); color: var(--fifth-color); }
.queans_text .question { position: relative; font-size: 22px; padding-right: 50px; } 

.queans_text .question:after { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bottom-arrow-blue.svg) no-repeat 50%/contain; transition: all .5s ease-in-out; height: 45px; width: 45px; display: inline-block; position: absolute; right: 0; top: 0; }
.queans_text .active:after { transform: rotate(180deg); }
.faqbox_section .full_width .inner_sec { width: calc(100% - 120px); }
.faqbox_section .full_width .queans_text { padding: 30px 0 30px calc(50% - 255px); }
.faqbox_section .faq_title_padding { padding: 83px 120px 83px calc(50% - 315px); }

/* text-on-left-and-image-on-right-slider */
.textimgslider_section { padding: 45px 0 75px; }
.textimgslider_section .textimg_slide .left_side { width: calc(50% - 43px); }
.textimgslider_section .textimg_slide .right_side { width: 50%; }
.textimgslider_section .textimg_slide .left_side .pre_title { font-family: var(--sec-font); letter-spacing: 0.15em; color: var(--fifth-color); }
.textimgslider_section .button_box { gap: 40px; }
.textimgslider_section .button_box .button_2_text a { font-family: var(--sec-font); }
.textimgslider_section .button_box .button_2_text a:after { content:''; transition: all .4s ease-in-out; background:url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/simple-arrow-red.svg) no-repeat center / cover; height: 11px; width: 15px; margin-left: 3px; display: inline-block; }
.textimgslider_section .button_box .button_2_text a:hover { color: var(--fifth-color); }
.textimgslider_section .button_box .button_2_text a:hover:after { margin-left: 10px; }
.textimgslider_section .textimgslider_sec_wrap .slick-arrow.slick-prev { right: 0; left: inherit; top: 40%; }
.textimgslider_section .textimgslider_sec_wrap .slick-arrow.slick-next { top: 26%; }
.textimgslider_section .textimgslider_sec_wrap .slick-arrow:before { margin-left: 85px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-arrow-red.svg) no-repeat 50%/cover;  }
.imgpopup_box .image_box { position: relative; overflow: hidden; border-radius: 40px; border: 1px solid #000; height: 360px; }
.imgpopup_box .image_box:hover:after { content: ''; opacity: 0.5; background: #000000; } 
.imgpopup_box .plus_img { align-items: center; display: flex; justify-content: center; position: absolute; top: 0; width: 100%; right: 0; left: 0; height: 100%; }
.imgpopup_box .plus_img:hover { color: #fff; }
.imgpopup_box .image_box .content_overlay { background: rgba(0, 0, 0, 0.5); position: absolute; height: 100%; width: 100%; left: 0; top: 0; bottom: 0; right: 0; opacity: 0; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }
.imgpopup_box .image_box:hover .content_overlay { opacity: 1; }
.click_popup_img img { width: 900px; } 
    

/* image-with-text-light-box */
.lighttextimg_section { padding: 75px 0 90px; }
.lighttextimg_section .lighttextimg_sec_wrap .left_side { width: 35%; }
.lighttextimg_section .lighttextimg_sec_wrap .right_side { width: calc(65% - 50px); }
.lighttextimg_section .lighttextimg_sec_wrap .lighttextimg_box:not(:last-child) { padding-bottom: 52px; margin-bottom: 50px; border-bottom: 1px solid var(--main-color); }
.lighttextimg_section .lighttextimg_sec_wrap .lighttextimg_box:nth-child(even) { flex-direction: row-reverse; }
.lighttextimg_section .lighttextimg_sec_wrap .imgpopup_box .image_box { height: 528px; }

/* Bubble Type Banner Section */ 
.circular_banner_section { background: var(--secondary-color); padding: 100px 0; position: relative; z-index: 1; }
.circular_banner_section:before { position: absolute; content: ""; height: 424px; width: 424px; bottom: 100px; left: -215px; background: #0059FF; opacity: 0.8; filter: blur(150px); z-index: -1; }
.circular_banner_content { position: relative; z-index: 1; padding-right: calc((100% - 950px)/2); padding-left: 120px; }
.circular_banner_contentin { width: 1000px; max-width: 100%; margin: 0 auto; }
.circular_banner_contentin .title { width: 500px; }
.circular_banner_link_wrap { width: calc(100% - 400px); padding-left: 80px; }
.circular_banner_link a { display: inline-block; vertical-align: top; width: 100%; padding: 15px 50px 15px 0; border-bottom: 1px solid #fff; color: #fff; font-size: 16px; position: relative; }
.circular_banner_link a:after { position: absolute; content: ""; height: 33px; width: 33px; top: 0; right: 0; bottom: 0; margin: auto 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/normal-link-icon.svg) no-repeat center / cover; }
.circular_banner_link.pdf a:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/pdf-download-icon.svg) no-repeat center / cover; height: 18px; width: 21px; }
.circular_banner_link a img { position: absolute; top: 0; bottom: 0; right: 35px; margin: auto; }
.circular_banner_link:last-child a { border-bottom: 0; }

.personalized_help_img_outline { position: relative; }
.personalized_help_img_outline:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/link-bubble-border.png) no-repeat; bottom: -10px; content: ""; left: -12px; position: absolute; right: -10px; top: -13px; background-size: 100% 665px; }

/* State of Linical’s Stock */
.stock_cover_main { padding-left: calc((100% - 1200px)/2); }
.stock_head { border-bottom: 2px solid var(--main-color); }
.stock_head .sub_title { font-size: 18px; letter-spacing: 0.15em; color: var(--fifth-color); font-family: var(--sec-font); }
.stock_raw { padding-right: 25%; padding-top: 50px; padding-bottom: 50px; border-bottom: 1px solid var(--main-color); }
.stock_raw .title { letter-spacing: 0.15em; font-family: var(--sec-font); padding-right: 50px; }
.stock_raw .digit { font-family: var(--sec-font); font-size: 50px; color: var(--tertiary-color); }
.stock_rawin { justify-content: space-between; }
.stock_raw_wrap { margin-bottom: 20px; }

.custom_btn_style a { display: inline-block; vertical-align: top; width: 100%; padding: 40px 30px; border: 1px solid var(--main-color); background: #FDF9F1; font-size: 35px; font-family: var(--sec-font); color: var(--main-color); position: relative; border-right: 0; }
.custom_btn_style a span { letter-spacing: 0.15em; font-size: 17px; font-family: var(--main-font); padding-left: 15px; position: relative; top: -3px; }
.custom_btn_style { padding-left: 10px; border-left: 5px solid var(--fifth-color); }
.custom_btn_style a:after { position: absolute; content: ""; height: 52px; width: 54px; top: 0; bottom: 0; right: 25%; margin: auto 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/custom-btn-arrow.svg) no-repeat center / cover; transition: all ease-in-out .4s; }
.custom_btn_style a:hover:after { right: 24%; }

/* Major Shareholders */
.major_share_cover { padding-left: calc((100% - 1200px)/2); }
.major_share_cover .sub_title { color: var(--fifth-color); font-family: var(--sec-font); font-size: 18px; letter-spacing: .15em; }
.major_share_head { padding-bottom: 50px; padding-right: calc((100% - 1200px)/2); }
.major_share__table_head_left { width: 60%; display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 10px; border-right: 1px solid var(--main-color); padding-right: 15px; }
.major_share__table_head_right { width: 40%; padding-left: 50px; }
.major_share__table_head { border-bottom: 1px solid var(--main-color); padding-right: calc((100% - 1200px)/2); letter-spacing: 0.15em; color: var(--fifth-color); font-family: var(--sec-font); }
.major_share__table_head_left div:first-child { width: 70%; }
.major_share__table_head_left div:last-child { width: 30%; }

.major_share_data_col { display: flex; flex-wrap: wrap; padding-right: calc((100% - 1200px)/2); border-bottom: 1px solid var(--main-color); }
.major_share_data_left { align-items: center; border-right: 1px solid var(--main-color); display: flex; flex-wrap: wrap; padding: 60px 0; padding-right: 15px; width: 60%; }
.major_share_data_left .name { width: 70%; letter-spacing: 0.15em; font-family: var(--sec-font); padding-right: 30px; }
.major_share_data_left .num_of_share { width: 30%; }
.major_share_data_right { width: 40%; padding: 60px 50px; }
.major_share_data_left .num_of_share h3, .major_share_data_right h3 { font-size: 35px; color: var(--tertiary-color); }

.simple_note { padding-left: 10px; border-left: 5px solid var(--fifth-color); }
.simple_note .in { display: inline-block; vertical-align: top; width: 100%; padding: 40px 30px; border: 1px solid var(--main-color); background: #FDF9F1; font-size: 19px; font-family: var(--main-font); color: var(--main-color); position: relative; border-right: 0; }
.simple_note .in span { text-transform: uppercase; color: var(--fifth-color); font-family: var(--sec-font); } 

/* video-with-text */
.videotext_section { padding-left: calc(50% - 695px); margin: 70px 0 260px; }
.videotext_section .videotext_sec_wrap { padding-left: 60px; } 
.videotext_section .videotext_sec_wrap .heading_section .pre_title { letter-spacing: 0.15em; padding-bottom: 20px; }
.videotext_section .videotext_sec_wrap .videotext_box { border: 1px solid var(--main-color); border-right: 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector-videosec.png) no-repeat center / cover; border-radius: 40px 0 0 40px; padding: 80px 152px 80px 0; position: relative; z-index: 1; }
/* .videotext_section .videotext_sec_wrap .videotext_box:before { backdrop-filter: blur(125px); background: hsla(0, 0%, 100%, .01); border-radius: 40px 0 0 40px; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
.videotext_section .videotext_sec_wrap .videotext_box:after { background: var(--quaternary-color); bottom: 50px; content: ""; position: absolute; right: -170px; top: 50px; transform: skewX(-16deg); width: 300px; z-index: -2; } */
.videotext_section .videotext_sec_wrap .videotext_cover .video { width: 800px; border: 1px solid var(--main-color); translate: -67px; }
.videotext_section .videotext_sec_wrap .videotext_cover .heading_section { width: calc(100% - 800px); }
.videotext_section .videotext_sec_wrap .videotext_cover .video.youtube { text-align: center; border: 0; }

/* Shareholing Graph Section */
.share_holding_section { display: inline-block; vertical-align: top; width: 100%; background-color: var(--secondary-color); position: relative; z-index: 1; margin-top: 110px; }
.share_holding_section:before { position: absolute; content: ""; height: 138px; width: 100%; bottom: calc(100% - 2px); left: 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/grapht-top-pattern.png) no-repeat center / cover; background-size: 100% 100%; }
.share_holding_head { position: relative; display: inline-block; vertical-align: top; }
.share_holding_head:after { position: absolute; display: inline-block; vertical-align: top; content: ""; height: 164px; width: 86px; bottom: calc(100% - 40px); left: calc(100% + 25px); background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/share-title-pattern.png) no-repeat center / cover; }
.shareholder_graph { height: 500px; width: 500px; max-width: 100%; position: absolute; top: 50px; right: 0; left: 0; margin: auto; }
.share_holding_head .sub_text { color: var(--quaternary-color); letter-spacing: 0.15em; }

.shareholder_detail_wrap { min-height: 800px; position: relative; margin-bottom: 80px; }
.share_holding_col { position: absolute; top: 0; left: 0; width: 260px; font-size: 20px; line-height: 1.2; }
.share_holding_col:nth-child(4), .share_holding_col:nth-child(5), .share_holding_col:nth-child(6) { text-align: right; }
.share_holding_col:nth-child(4) { text-align: right; top: auto; bottom: 0; }
.share_holding_col:nth-child(1), .share_holding_col:nth-child(2), .share_holding_col:nth-child(3) { left: auto; right: 0; text-align: left; }
.share_holding_col:nth-child(2) { top: 300px; }
.share_holding_col:nth-child(3) { top: auto; bottom: 0; }

.share_holding_col:nth-child(5) { top: 300px; }
.share_holding_col:nth-child(6){left:44px;top:-5px;}

.share_holding_col h5 + div { font-size: 20px; margin: 10px 0; }
.share_holding_col strong { font-size: 25px; }
.share_holding_col h2 { margin-bottom: 10px; }
.share_holding_col h5 { font-size: 22px; }



.share_holding_col .border1 { position: absolute; height: 2px; width: 300px; top: 0; right: 0; background: #fff; }
.share_holding_col:nth-child(1) .border.border1 { top: 32px; right: calc(100% + 30px); }
.share_holding_col .border.border2 { position: absolute; height: 40px; width: 2px; top: 34px; left: -330px; background: #fff; }
/* .share_holding_col:nth-child(2) .border.border1 { width: 50px; right: calc(100% + 30px); left: auto; top: 32px; }
.share_holding_col:nth-child(2) .border.border2 { position: absolute; top: -210px; right: calc(100% + 80px); height: 244px; left: auto; } */
.share_holding_col:nth-child(2) .border.border1 {width: 50px;right: calc(100% + 16px);left: auto;top: 39px;}
.share_holding_col:nth-child(2) .border.border2 {position: absolute;top: -203px;right: calc(100% + 64px);height: 244px;left: auto;}
/* .share_holding_col:nth-child(2):before { position: absolute; content: ""; height: 2px; width: 208px; top: -211px; right: calc(100% + 80px); background: #fff; } */
.share_holding_col:nth-child(2):before {position: absolute;content: "";height: 2px;width: 208px;top: -203px;right: calc(100% + 64px);background: #fff;}

.share_holding_col:nth-child(3) .border.border1 { width: 90px; right: calc(100% + 30px); top: 34px; }
.share_holding_col:nth-child(3) .border.border2 { position: absolute; top: auto; right: calc(100% + 120px); left: auto; height: 180px; bottom: calc(100% - 36px); }
.share_holding_col:nth-child(3):before { position: absolute; content: ""; height: 2px; width: 102px; top: auto; bottom: calc(100% + 144px); background: #fff; right: calc(100% + 120px); }

.share_holding_col:nth-child(6) .border.border1 { left: calc(100% + 20px); right: auto; top: 32px; width: 340px; }
.share_holding_col:nth-child(6) .border.border2 { left: calc(100% + 360px); top: 32px; height: 25px; }
.share_holding_col:nth-child(5) .border.border1 { width: 143px; left: calc(100% + 30px); top: 30px; }
.share_holding_col:nth-child(5) .border.border2 { display: none; }

.share_holding_col:nth-child(4) .border.border1 { left: calc(100% + 30px); right: auto; top: 30px; width: 499px; }
.share_holding_col:nth-child(4) .border.border2 { left: calc(100% + 527px); top: auto; bottom: calc(100% + -30px); height: 135px; }

/* timeline */
.timeline_section { padding: 150px 0; position: relative; z-index: 1; }
.timeline_section .timeline_sec_wrap .timeline_q_number { width: 25%; position: relative; }
.timeline_section .timeline_sec_wrap .timeline_q_number:not(:last-child):after { border-right: 1px solid var(--main-color); content: ''; position: absolute; right: 0; top: 0; height: 60%; }
.timeline_section .timeline_q_number .month_list { position: relative; }
.timeline_section .timeline_q_number .month_list .month_list_box { width: 33.33%; position: relative; }
.timeline_section .timeline_q_number .month_list_box .circle1_box { width: 24px; height: 24px; display: inline-block; background: var(--fifth-color); border-radius: 50%; position: absolute; top: 0; left: 43%; }
.timeline_section .timeline_q_number .month_list_box:nth-child(2) .circle1_box { width: 40px; height: 40px; display: inline-block; background: var(--fifth-color); border-radius: 50%; position: absolute; top: -10px; left: 38%; }
.timeline_section .timeline_q_number .month_list:after { content: ''; border-bottom: 1px solid var(--main-color); width: calc(100% - -75px); position: absolute; top: 10px; z-index: -1; }
.timeline_section .timeline_q_number .month_list_box .link_text:after { content: ''; border-right: 1px solid #D9D9D9; height: calc(100% - 10px); position: absolute; top: 10px; left: 50%; z-index: -1; }
.timeline_section .timeline_q_number .month_list_box .month_text { letter-spacing: 0.15em; background: #fff; }
.timeline_section .timeline_q_number .month_list_box .link_title { font-size: 15px; line-height: 22px; color: var(--main-color) }
.timeline_section .timeline_q_number:first-child .month_list .month_list_box:last-child .circle1_box { width: 40px; height: 40px; top: -10px; left: 38%; }

.schedule_box_wrap { padding: 0 0 40px calc(50% - 600px); }
.schedule_box_wrap .schedule_details:not(:last-child) { padding-bottom: 120px; }
.schedule_box_wrap .heading_box .schedule_year { line-height: 50px; }
.schedule_box_wrap .heading_box .schedule_title { letter-spacing: 0.15em; font-family: var(--g-bold); color: var(--fifth-color); }
.schedule_box_wrap .schedule_details .heading_box { border-bottom: 2px solid var(--main-color); }
.schedule_box_wrap .schedule_list .schedule_list_box { padding: 40px 0px; border-bottom: 1px solid var(--main-color); }
.schedule_box_wrap .schedule_list .schedule_list_box .schedule_date { width: 25%; }
.schedule_box_wrap .schedule_list .schedule_list_box .schedule_text { width: 75%; font-family: var(--sec-font); }

/* cta-strip */
.ctastrip_section { padding: 60px 0 50px; }
.ctastrip_section .ctastrip_sec_wrap { width: 90%; }
.ctastrip_section .title_text_wrap { background:url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector1.png) no-repeat center / cover; border: 1px solid var(--main-color); border-left: 0; border-radius: 0 120px 120px 0; padding: 78px 73px 78px calc(50% - 585px); position: relative; z-index: 1 }
.ctastrip_section .title_text_wrap .title { max-width: 956px; }
.ctastrip_section .title_text_wrap .pattern_icon { width: 23px; height: 23px; filter: brightness(100); }
.ctastrip_section .ctastrip_sec_wrap .btn_style2 a { color: #fff; border: 1px solid #fff; }
.ctastrip_section .ctastrip_sec_wrap .btn_style2 a:hover { background: var(--secondary-color); }

.e_ir_section {position: relative;z-index: 9;} 

/* Media Query */
@media (min-width: 992px){
    .acive_icon_box, .tab_bottom_text { display: none; }
}

@media (max-width: 1650px){
    .our_services_section .large_wrapper.wrapper, .titlecontent_section .large_wrapper.wrapper, .e_ir_section .large_wrapper.wrapper, .button_section .large_wrapper.wrapper { padding: 0 100px; }
}

@media(max-width: 1589px){
    /* our-services */
    .our_services_section:after { left: 188px; }
    
    /* timeline */ 
    .timeline_section .timeline_q_number .month_list_box .link_text { padding-left: 75px; }
}

@media(max-width: 1550px){ 
    /* timeline */
    .timeline_section .timeline_sec_wrap { width: 1600px; }
    .timeline_section .timeline_inner { overflow: auto; }
}

@media(max-width: 1500px){
    /* Our Ttherapies Section */
    .our_therapy_section { border-radius: 250px 250px 0 0; }
    .therapy_testimonial_box { left: 25px; }
}

@media(max-width: 1450px){
    /* image-section */
    .imagebox_section .imagebox_wrap { margin: 0 -20px; }
    .imagebox_section .imagebox_wrap .image_box { height: 874px; }
    
    /* video-with-text */
    .videotext_section .videotext_sec_wrap .videotext_box { padding: 80px 80px 80px 0; }
    .videotext_section .videotext_sec_wrap .videotext_cover .video { translate: -37px; }
    
    /* cta-strip */
    .ctastrip_section .ctastrip_sec_wrap { width: 90%; }
    .ctastrip_section .title_text_wrap .title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; filter: brightness(100); height: 18px; margin-left: 18px; position: relative; right: 0; top: 0; vertical-align: middle; width: 18px }
    .ctastrip_section .title_text_wrap .pattern_icon { display: none; }
    .ctastrip_section .title_text_wrap .title { padding-right: 15px; }
}

@media (max-width: 1399px){
    /* Our Ttherapies Section */
    .therapy_nav_icon { height: 100px; width: 100px; }
    .therapy_nav_title { padding: 0 22px; }
    .therapy_content_left { max-width: 45%; flex: 0 0 45%; }
    .therapy_content_right { max-width: 55%; flex: 0 0 55%; }
    .therapy_testimonial_boxin { font-size: 18px; }
    
    /* Block Link Section */
    .block_link_area { padding-left: calc((100% - 1200px)/2); }
    .block_link_col { width: 50%; }
    .block_link_col:nth-child(2n) { width: 50%; }

    /*** client message ***/
    .client-message { padding-left: calc((100% - 1200px)/2); }

    /*** team-table ***/
    /*     .team-table .main .box { width: 200px; }
    .team-table .main .box.name { width: 270px; }
    .team-table .main .box.title { width: 300px; } */
    .team-table .main .main-title .box { font-size: 18px; line-height: 26px; }

    /* Circular Banner Section */
    .circular_banner_content { padding: 0 80px; }

    /* Normal Content FAQ Section */
    .normal_content_faq_contentin { padding-left: calc((100% - 950px)/2); }  
    
    /* Graph Section */
    .shareholder_detail_wrap { width: 950px; margin: 0 auto; min-height: 530px; }
    .share_holding_col h2 { font-size: 34px; margin: 0; }
    .share_holding_col h5 { font-size: 16px; }
    .share_holding_col h5+div { font-size: 14px; margin: 5px 0; }
    .share_holding_col strong { font-size: 18px; }
    .share_holding_col { font-size: 16px; }
    .shareholder_graph { height: 300px; width: 300px; }
    .share_holding_col:first-child .border.border1 { width: 150px; right: calc(100% + 10px); }
    .share_holding_col:first-child .border.border2 { left: -160px; height: 32px; }
    .share_holding_col:nth-child(2) { top: 170px; }
    .share_holding_col:nth-child(2) .border.border1 { right: calc(100% + 3px); top: 25px; width: 30px; }
    .share_holding_col:nth-child(2) .border.border2 { height: 120px; top: -93px; right: calc(100% + 31px); }
    .share_holding_col:nth-child(2):before { top: -93px; width: 97px; right: calc(100% + 31px); }
    .share_holding_col:nth-child(3) { bottom: 74px; }
    .share_holding_col:nth-child(3) .border.border1 { right: calc(100% + 10px); top: 24px; width: 45px; }
    .share_holding_col:nth-child(3) .border.border2 { height: 80px; right: calc(100% + 54px); bottom: calc(100% - 26px); }
    .share_holding_col:nth-child(3):before { width: 42px; bottom: calc(100% + 52px); right: calc(100% + 55px); }
    .share_holding_col:nth-child(5) { top: 170px; }
    .share_holding_col:nth-child(6) .border.border1 { width: 170px; top: 20px; left: calc(100% + 10px); }
    .share_holding_col:nth-child(6) .border.border2 { left: calc(100% + 180px); top: 20px; height: 35px; }
    .share_holding_col:nth-child(5) .border.border1 { left: calc(100% + 11px); top: 20px; width: 55px; }
    .share_holding_col:nth-child(4) { bottom: 74px; }
    .share_holding_col:nth-child(4) .border.border1 { left: calc(100% + 10px); top: 22px; width: 270px; }
    .share_holding_col:nth-child(4) .border.border2 { left: calc(100% + 280px); bottom: calc(100% - 24px); height: 40px; }
    
    .share_holding_col:nth-child(6){left:25px;top:-3px;}
    
    /* image-section */
    .imagebox_section .imagebox_wrap { margin: 0; }
    .imagebox_section .imagebox_wrap .image_box { height: 731px; }
    
    /* faqs */
    .faqlist_wrap { padding-right: 20px; }
    
    /* text-on-left-and-image-on-right-slider */
    .textimgslider_section .textimgslider_sec_wrap { margin-right: 70px; }
    .textimgslider_section .textimgslider_sec_wrap .slick-arrow:before { margin-left: 67px; }
}

@media(max-width: 1350px){
    /*** client message ***/
    .client-message .inner { padding: 80px 40px 80px 0; }
    .client-message .cover .text .con { font-size: 28px; line-height: 42px; }
    
}

@media(max-width: 1200px){
    /* Block Chain Section */
    .block_link_area { padding-left: calc((100% - 920px)/2); }
    .block_link_col { padding: 30px 20px 30px 0; }
    .block_link_col:nth-child(2n) { padding-left: 20px; }
    .left_part h3 {font-size:28px;}

    /* Therapy Section */
    .our_therapy_nav { padding-bottom: 50px; }
    .therapy_content_left { max-width: 100%; flex: 0 0 100%; padding: 0 0 50px; }
    .therapy_content_right { max-width: 100%; flex: 0 0 100%; padding: 0; }
    .therapy_testimonial_boxin { font-size: 18px; }
    
    /*** client message ***/
    .client-message { padding-left: calc((100% - 920px)/2); }
    .client-message .cover .image { width: 360px; height: 360px; }
    .client-message .cover .text { padding: 0 0 0 40px; width: calc(100% - 320px); }
    .client-message .cover .text .con { font-size: 22px; line-height: 34px; font-weight: 500; }
    
    /*** team-table ***/
    .team-table .main .main-title .box { font-size: 16px; line-height: 24px; padding: 10px; }
/*     .team-table .main .box { width: 160px; }
    .team-table .main .box.name { width: 175px; }
    .team-table .main .box.title { width: 230px; } */
    .team-table .main .cover .box { padding: 10px; font-size: 13px; line-height: 1.5; }
  
    /* Circular banner Section */
    .circular_banner_contentin .title { width: 45%; }
    .circular_banner_link_wrap { width: 55%; padding-left: 40px; }
    .circular_banner_contentin { flex-wrap: wrap; width: 100%; }
    .circular_banner_content { padding: 110px 150px 0 40px; width: 100%; }
    .personalized_help_img { flex-wrap: wrap; align-items: flex-start !important; }
    .personalized_help_img_cover { max-width: 100%; width: 100%; }
    
    /* Shareholder Section */
    .major_share_cover { padding-left: calc((100% - 950px)/2); }
    
    /* Stocks Section */
    .stock_cover_main { padding-left: calc((100% - 950px)/2); }
    .stock_raw { padding-right: 30px; }
    .stock_raw .digit { font-size: 32px; }
    .custom_btn_style a:after { right: 30px; }
    
    .personalized_help_img_outline { max-width: 991px; margin: 0 0 0 auto; }
    .personalized_help_img_outline:before { background-size: 100% 100%; }
    
    /* our-services */
    .our_services_section { padding: 180px 0 5px; }
    .our_services_section .our_services_wrap { padding: 0 0 50px 0; }
    .breadcrumbs_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: row; }
    .our_services_section:after { height: 476px; width: 600px; }
    .our_services_section .large_wrapper.wrapper, .titlecontent_section .large_wrapper.wrapper, .e_ir_section .large_wrapper.wrapper, .button_section .large_wrapper.wrapper { padding: 0 50px; }
    

    /* normal-content-with-buttons */
    .contentbutton_section .contentbutton_sec_wrap { padding: 60px 80px; } 
    
    /* image-section */
    .imagebox_section .imagebox_wrap .image_box { height: 556px; }
    
    /* faqs */
    .faqbox_section .faqrepeat_que .section_title { width: calc(35% - 20px); }
    .faqbox_section .faqrepeat_que .inner_sec { width: calc(65% - 20px); }
    .queans_text .question,
    .queans_text .answer { font-size: 18px; }
    .queans_text { padding: 20px 0; }
    .queans_text .question:after { top: -8px; }
    
    /* video-with-text */
    .videotext_section .videotext_sec_wrap .videotext_cover .video { translate: -45px; }
    .videotext_section .videotext_sec_wrap .videotext_cover .heading_section { width: calc(100% - 640px); }
    .videotext_section .videotext_sec_wrap .videotext_cover .video { width: 640px; }
    .videotext_section .videotext_sec_wrap .videotext_box { padding: 80px 80px 80px 0; }
    
    /* cta-strip */
    .ctastrip_section .title_text_wrap { padding-left: calc(50% - 420px); }
    
    /* timeline */
    .timeline_section { padding: 80px 0; }
    .schedule_box_wrap { padding: 0 0 40px calc(50% - 475px); }
    .schedule_box_wrap .heading_box .schedule_year { line-height: 36px; }
    
    .normal_content_faq_raw.no-img .normal_content_faq_contentin, .normal_content_faq_title { padding-left: calc((100% - 950px)/2); }
    
}
@media(max-width: 991px){
    /*  */
    .block_link_raw { margin: 20px 0; }
    .block_link_main_title { font-size: 16px; line-height: 24px; }
    .block_link_area { padding-left: calc((100% - 720px)/2); }
    .block_link_col svg { top: 0; width: 30px; height: 30px; }
    .block_link_col a { padding-right: 35px; }
    .left_part h3 {font-size:25px;}

    /*** client message ***/
    .client-message .inner .sab-title { padding: 0 50px; }
    .client-message .inner { padding: 60px 40px 70px 0; }
    .client-message .cover .image { width: 280px; height: 280px; }
    .client-message .cover .text { width: calc(100% - 240px); }
    .client-message .cover .text .con { font-size: 22px; line-height: 30px; }
    .client-message .cover .details { font-size: 22px; line-height: 30px; }
    
    /*** team-table ***/
    .team-table .main .main-title .box { font-size: 13px; line-height: 1.5; padding: 5px; }
    .team-table .main-title .text { padding: 0 0 0 15px; }
    .team-table .main .main-title .box { min-height: 90px; }
/*     .team-table .main .box.title { width: 27%; }
    .team-table .main .box.name { width: 22%; }
    .team-table .main .box { width: 17%; } */
    .team-table .main .cover .box { font-size: 13px; line-height: 1.5; }
    .team-table .main .cover .box { padding: 5px; }
    .team-table:after { width: 600px; height: 600px; }
    .team-table:before { width: 457px; height: 457px; left: -220px; }
    
    /* Circular Banner Section */
    .circular_banner_section .personalized_help_img_wrap { -webkit-mask-image: inherit; }
    .circular_banner_section { padding: 0; }
    .circular_banner_section .personalized_help_img_cover { margin: 0; }
    .circular_banner_section .personalized_help_img { height: auto; padding: 80px 0; }
    .circular_banner_section .circular_banner_content { padding: 0 15px; } 
    .circular_banner_section:before { display: none; }
    .personalized_help_img_outline:before { display: none; }
    
    /* Shareholder Section */
    .major_share_cover { padding-left: calc((100% - 750px)/2); }
    .major_share__table_head_right { padding-left: 15px; }
    .major_share__table_head { letter-spacing: 1px; }
    .major_share_data_left { padding: 30px 0; }
    .major_share_data_right { padding: 30px 15px; }
    .major_share_data_left .num_of_share h3, .major_share_data_right h3 { font-size: 26px; }
    
    /* Stocks Section */
    .stock_cover_main { padding-left: calc((100% - 750px)/2); }
    
    /* Graph Section */
    .shareholder_detail_wrap { width: 750px; }
    .shareholder_graph { width: 200px; height: 200px; top: 0; bottom: 0; }
    .share_holding_col .border, .share_holding_col:nth-child(2):before, .share_holding_col:nth-child(3):before { display: none; }
    .share_holding_head h2 { font-size: 40px; }
    .shareholder_graph { display: none; }
    .share_holding_col { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; width: 100%; text-align: center !important; padding: 0 0 40px; }
    .share_holding_wrap { text-align: center; }
    .shareholder_detail_wrap { min-height: 1px; width: 100%; }
    .share_holding_section { padding-bottom: 50px; }
    .share_holding_col:last-child { padding-bottom: 0; }
    .share_holding_head h2 { font-size: 35px; }
    .share_holding_head h2 span { display: block; }
    .share_holding_head:after { bottom: calc(100% - 70px); left: calc(100% + 10px); }
    
    /* Normal Content FAQ Section */
    .normal_content_faq_contentin { padding-left: calc((100% - 750px)/2); }  
    .normal_content_faq_title .faq_arrow { right: 15px; }
    .normal_content_faq_title { padding-left: calc((100% - 750px)/2); padding-right: 100px; }
    
    /* image-section */
    .imagebox_section .imagebox_wrap .image_box { height: 431px; }
    
     /* video-with-text */
    .videotext_section .videotext_sec_wrap .videotext_cover .heading_section { width: calc(100% - 420px); }
    .videotext_section .videotext_sec_wrap .videotext_cover .video { width: 420px; }
    .videotext_section .videotext_sec_wrap .videotext_box { padding: 80px 40px 80px 0; }
    
    /* cta-strip */
    .ctastrip_section .title_text_wrap { padding: 58px 40px 40px calc(50% - 320px); }
    
     /* text-on-left-and-image-on-right-slider */
    .textimgslider_section { padding: 40px 0 50px; }
    .textimgslider_section .textimg_slide .left_side,
    .textimgslider_section .textimg_slide .right_side { width: 100%; }
    .textimgslider_section .textimg_slide .right_side { padding: 40px 0 100px; }
    .textimgslider_section .textimgslider_sec_wrap { margin-right: 0; }
    .textimgslider_section .textimgslider_sec_wrap .slick-arrow:before { margin-left: 0; }
    .textimgslider_section .textimgslider_sec_wrap .slick-arrow.slick-next { top: inherit; bottom: 80px; right: 40%; }
    .textimgslider_section .textimgslider_sec_wrap .slick-arrow.slick-prev { left: inherit; right: 50%; top: inherit; bottom: 80px; }
    .imgpopup_box .image_box { border-radius: 20px; }
    
    /* image-with-text-light-box */
    .lighttextimg_section { padding: 50px 0 70px; }
    .lighttextimg_section .lighttextimg_sec_wrap .left_side,
    .lighttextimg_section .lighttextimg_sec_wrap .right_side { width: 100%; }
    .lighttextimg_section .lighttextimg_sec_wrap .lighttextimg_box { gap: 30px; }
    .lighttextimg_section .lighttextimg_sec_wrap .imgpopup_box .image_box { height: 368px; }
    .lighttextimg_section .lighttextimg_sec_wrap .lighttextimg_box:not(:last-child) { margin-bottom: 35px; padding-bottom: 35px; }
    
    /* timeline */
    .schedule_box_wrap { padding: 0 0 30px calc(50% - 375px); }
    
    /* Our Therapy */
    .our_therapy_section { border-radius: 100px 100px 0px 0px; margin-top: 50px; }
    .therapy_bgimg { height: 720px; width: 320px; }
    .our_therapy_head h2 { font-size: 40px; }
    .our_therapy_head { padding-bottom: 40px; }
    .our_therapy_nav ul { justify-content: center; }
    .acive_icon_box.our_therapy_nav .therapy_nav_title { display: inline-block !important; vertical-align: top; width: 100%; padding: 20px 0 0; }
    .acive_icon_box.our_therapy_nav ul li { margin: 0; }
    .therapy_nav_wrap { justify-content: center; }
    .therapy_nav_title { display: none !important; }
    .our_therapy_nav.our_therapy_nav_desk .therapy_nav_icon { border: 0; height: 50px; width: 50px; }
    .our_therapy_nav_desk .therapy_nav_icon:before { display: none; }
    .our_therapy_nav_desk.our_therapy_nav ul li { margin: 0 30px; }
    .our_therapy_section .wrapper { padding: 0; }
    .our_therapy_head, .our_therapy_nav { padding-left: 15px; padding-right: 15px; }
    .therapy_content_left .title { padding-right: 15px; }
    .therapy_content_left .preview_text { padding-right: 15px; }
    .therapy_faq_col { padding-right: 15px; }
    .therapy_testimonial_box { left: 0; min-height: 1px; margin: 160px 0 140px; }
    .therapy_testimonial_box:before { background-size: cover; }
    .therapy_content_left { padding-left: 20px; }
    .therapy_content_right .btn_style1 { margin: 0 0 30px; }
    .therapy_testimonial_boxin { padding: 0 15px; }
    .therapy_testimonial_boxin .position { font-size: 16px; }
    .therapy_faq_title { font-size: 18px; line-height: 1.25; padding: 20px 50px 20px 0; }
    .therapy_nav_title.tab_bottom_text.acive_icon_box.our_therapy_nav { display: block !important; margin-top: 30px; }
    .therapy_content:last-child .tab_bottom_text, .therapy_content:last-child .acive_icon_box.our_therapy_nav .therapy_nav_title { display: none !important; }
    
    .normal_content_faq_raw.no-img .normal_content_faq_contentin, .normal_content_faq_title { padding-left: calc((100% - 750px)/2); }
    .normal_content_faq_raw.no-img .normal_content_faq_contentin { padding-left: 20px; }
    .normal_content_faq_img { width: 220px; height: 150px; }
    .normal_content_faq_right { width: calc(100% - 220px); padding-right: 100px; }
    .block_link_content { max-width: 100%; }
    
    .faqbox_section .full_width .queans_text { padding: 30px 0 30px 20px; }
    .faqbox_section .faqlist_wrap_box .queans_text { padding: 20px 0 20px 20px; }
    .faqbox_section .faqrepeat_que .inner_sec { width: 100%; }
    
}
@media(max-width: 767px){
    /* Block Link Section */
    .block_link_area { padding: 0 0 0 15px; }
    .block_link_col { padding: 22px 15px; width: 100%; }
    .block_link_col:nth-child(2n) { width: 100%; padding-left: 15px; }
    .block_link_col:after { display: none; }
    .block_link_text { opacity: 1; }
    .block_link_col:nth-child(2) { border-top: 1px solid var(--main-color); }
    .block_link_col .block_link_content { opacity: 1; }
    .block_link_col h4.default_title { display: none; }
    .normal_content_section .wrapper blockquote p { font-size: 22px; line-height: 32px; color: #E73736; margin-bottom: 17px; }

    /*** client message ***/
    .client-message { padding: 0 15px; }
    .client-message .inner-wap { padding: 0; }
    .client-message .inner { padding: 50px 15px; border-radius: 20px; overflow: hidden; background-position: 90%; border-right: 1px solid var(--headerbottomlink); }
    .client-message .inner .sab-title { padding: 0; text-align: center; }
    .client-message .cover .image { margin: 0 auto; }
    .client-message .cover .text { width: 100%; padding: 40px 0 0; }

    /*** team-table ***/
    .team-table .scroll { display: flex; } 
/*     .team-table .main-title .title { width: 100%; } */
    .team-table .main-title .text { display: none; width: 100%; }
/*     .team-table .main .box.title { width: 27%; }
    .team-table .main .box.name { width: 22%; }
    .team-table .main .box { width: 17%; } */

    .team-table .btm-table > div { margin: 8px 10px; width: 100%; justify-content: center; }
    .team-table .btm-table { justify-content: center; }

    .team-table .main-wrap { width: 100%; overflow-x: auto; }
    .team-table .main { width: 900px; }
    
    /* Circular Banner Section */
    .circular_banner_section { padding: 80px 0; }
    .circular_banner_section .personalized_help_img_cover { width: 400px; max-width: 100%; margin: 0 auto; }
    .personalized_help_img { justify-content: center; }
    .circular_banner_section .personalized_help_img_cover:after { border: 1px solid #fff; content: ""; height: calc(100% + 20px); left: -10px; position: absolute; top: -10px; width: calc(100% + 20px); border-radius: 300px; }
    .circular_banner_contentin .title { width: 100%; padding-bottom: 30px; }
    .circular_banner_link_wrap { width: 100%; padding: 0; }
    .circular_banner_section .circular_banner_content { padding: 0 20px; }
    .circular_banner_section .personalized_help_img { padding: 180px 0; border-radius: 300px; }
    .circular_banner_contentin .title h3 { font-size: 32px; }
    .personalized_help_img_wrap { position: relative; }
    .circular_banner_section:before { display: block; background: #0059FF; opacity: 0.6; filter: blur(100px); top: 0; height: 300px; width: 300px; }
    .personalized_help_img_wrap:before { border-radius: 300px; }
    
    /* Shareholder Section */
    .major_share_cover { padding-left: 15px; }
    .major_share_head { border-bottom: 2px solid var(--main-color); padding-bottom: 20px; }
    .major_share_data_col { padding: 25px 0; }
    .major_share__table_head { display: none; }
    .major_share_data_left { width: 100%; border: 0; padding: 0; flex-wrap: wrap; }
    .major_share_data_right { width: 100%; padding: 0; }
    .major_share_data_left .name { width: 100%; padding: 0; }
    .major_share_data_left .num_of_share { width: 100%; }
    .major_share_data_left .name, .major_share_data_left .num_of_share, .major_share_data_right .prop_of_share { position: relative; padding: 35px 0 30px 15px; }
    .major_share_data_left .name:before, .major_share_data_left .num_of_share:before, .major_share_data_right .prop_of_share:before { position: absolute; content: attr(data-label); top: 0; left: 0; font-size: 16px; text-transform: uppercase; color: var(--fifth-color); font-family: var(--sec-font); letter-spacing: 0.15em; }
    .major_share_data_right .prop_of_share { padding-bottom: 0; }
    .simple_note .in { padding: 15px; font-size: 18px; line-height: 1.4; }
    
    /* Stock Section */
    .stock_head h2 { font-size: 35px; }
    .stock_head { border: 0; padding: 0 0 30px; }
    .stock_raw { padding: 15px 0; }
    .stock_cover_main { padding-left: 15px; }
    .stock_raw .digit { font-size: 35px; }
    .custom_btn_style a { font-size: 25px; padding: 20px; }
    .custom_btn_style a span { font-size: 16px; padding: 0; display: block; } 
    
    /* Normal FAQ Section */
    .normal_content_faq_title { padding: 25px 65px; }
    .normal_content_faq_title .faq_arrow { top: 18px; height: 40px; width: 40px; }
    .normal_content_faq_contentin { padding: 15px; display: flex; flex-wrap: wrap; flex-direction: column-reverse; padding-right: 65px; }
    .normal_content_faq_img { width: 400px; max-width: 100%; }
    .normal_content_faq_right { width: 100%; padding: 0 0 30px; }
    .normal_content_faq_right h4 { font-size: 22px; margin-bottom: 10px; }
    .normal_content_faq_title .faq_arrow { top: 19px; }
    .normal_content_faq_title h4 { font-size: 18px; }
    .normal_content_faq_title.active .faq_arrow { top: 10px; }
    .normal_content_faq_raw.no-img .normal_content_faq_contentin, .normal_content_faq_title { padding-left: 15px; }
    
    /* our-services */
    .our_services_section { padding: 120px 0 25px; }
    .our_services_section .our_services_wrap:after { display:none; } 
    .our_services_section:before { display: none; }
    .our_services_section .our_services_wrap { padding: 0 0 30px 0; }
    .our_services_section:after { height: 410px; width: 500px; left: inherit; right: -80px; top: -10px; }
    .our_services_section .services_box .breadcrumbs_menu,
    .our_services_section .services_box .title_box_wrap { width: 100%; }
    .our_services_section .our_services_wrap .services_box { gap: 40px; flex-direction: column-reverse; margin-bottom: 15px; padding-bottom: 15px; }
    .our_services_section .image_wrap { margin: 0; }
    .our_services_section .image_wrap .bg_img { height: 255px; }
    .our_services_section .large_wrapper.wrapper, .titlecontent_section .large_wrapper.wrapper, .e_ir_section .large_wrapper.wrapper, .button_section .large_wrapper.wrapper { padding: 0 20px; }
    
    .breadcrumbs_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { align-items: center; }
    .breadcrumbs_menu .hs-menu-item:not(:last-child) { top: -1px; }
    
    /* title-with-content */
    .titlecontent_section .titlecontent_sec_wrap .left_part,
    .titlecontent_section .titlecontent_sec_wrap .right_part { width: 100%; }

    
    /* form-section */
    .formbox_section { padding: 75px 0; }
    .formbox_section .title,
    .formbox_section .content { width: 100%; }
    
    /* normal-content-with-buttons */
    .contentbutton_section .contentbutton_sec_wrap { padding: 40px 30px; border-radius: 30px; margin: 0 -15px; }
    .contentbutton_section .contentbutton_sec_wrap h3 { padding-bottom: 15px; }
    .contentbutton_section .contentbutton_sec_wrap p { padding-bottom: 20px; }
    .contentbutton_section .contentbutton_sec_wrap .btn_style1 a,
    .contentbutton_section .contentbutton_sec_wrap .btn_style2 a { min-width: 152px; }
    
    /* image-section */
    .imagebox_section { padding: 40px 0; }
    .imagebox_section .imagebox_wrap .image_box { height: 460px; background-size: contain !important; }
    
    /* faqs */
    .faqbox_section { padding: 40px 0; }
    .faqbox_section .faq_title { padding: 70px 120px 70px 20px; background-position: right; }
    .faqbox_section .faqrepeat_que .section_title,
    .faqbox_section .faqrepeat_que .inner_sec { width: 100%; }
    .faqbox_section .faqlist_wrap_box .faqrepeat_que:not(:last-child) { padding-bottom: 50px; }
    .queans_text:first-child { padding-top: 20px; }
    .queans_text { padding: 20px 0 20px 30px; }
    .faq_title_padding { padding: 83px 120px 83px 20px; }
    .faqbox_section .full_width .inner_sec { width: 100%; }
    .faqbox_section .full_width .queans_text:first-child { padding-top: 0; }
    
     /* video-with-text */
    .videotext_section { margin: 50px 0 300px; }
    .videotext_section .videotext_sec_wrap { padding-left: 0; }
    .videotext_section .videotext_sec_wrap .videotext_cover .video { margin: 0 0 -80px 0; translate: 0; }
    .videotext_section .videotext_sec_wrap .videotext_cover .heading_section,
    .videotext_section .videotext_sec_wrap .videotext_cover .video { width: 100%; }
    .videotext_section .videotext_sec_wrap .videotext_box { padding: 80px 20px 0; border-radius: 40px; background-position: 100%; border-right: 1px solid var(--main-color); }
    .videotext_section .videotext_sec_wrap .videotext_cover { flex-direction: column-reverse; gap: 60px; }
    
    /* cta-strip */
    .ctastrip_section { padding: 40px 0; }
    .ctastrip_section .ctastrip_sec_wrap { width: 100%; }
    .ctastrip_section .title_text_wrap { border-radius: 0 300px 300px 0; background-position: right; }
    .ctastrip_section .title_text_wrap { flex-flow: row wrap; gap: 30px; padding: 58px 40px 40px 20px; }
    .ctastrip_section .title_text_wrap .title { padding-right: 0; }
    
    /* text-on-left-and-image-on-right-slider */ 
    .textimgslider_section { padding: 30px 0 50px; }
    
    /* timeline */
    .timeline_section { padding: 50px 0; }
    .schedule_box_wrap { padding-left: 15px; }
    .schedule_box_wrap .schedule_details:not(:last-child) { padding-bottom: 80px; }
    .schedule_box_wrap .heading_box .schedule_year { line-height: 32px; }
    .schedule_box_wrap .schedule_list .schedule_list_box { padding: 25px 0; }
    
    /* Therapy */
    .therapy_testimonial_box { margin: 150px 0 0; }
    
    .breadcrumbs_menu .hs-menu-item:not(:last-child):after { top: 1px; } 
    
}

@media (max-width: 575px){
    /* normal-content-with-buttons */
    .contentbutton_section .contentbutton_sec_wrap { padding: 30px 12px 30px 20px; }
    
    /* image-section */
    .imagebox_section .imagebox_wrap .image_box { height: 340px; }
    
    /* text-on-left-and-image-on-right-slider */
    .textimgslider_section .textimgslider_sec_wrap .slick-arrow.slick-next { right: 36%; }
    .textimgslider_section .textimg_slide .right_side .image_box { height: 300px; }
    
    /* image-with-text-light-box */
    .lighttextimg_section .lighttextimg_sec_wrap .imgpopup_box .image_box { height: 260px; }
    
    /* timeline */
    .schedule_box_wrap .schedule_list .schedule_list_box .schedule_date,
    .schedule_box_wrap .schedule_list .schedule_list_box .schedule_text { width: 100%; }
    
    /* our-services */
    .our_services_section:after { top: 40px; }
}

@media(max-width: 480px){
    .therapy_bgimg { width: 270px; height: 650px; }
    .our_therapy_nav_desk.our_therapy_nav ul li { margin: 0 10px; }
    .normal_content_section .wrapper blockquote p { font-size: 19px; line-height: 29px; color: #E73736; margin-bottom: 17px; }

    .circular_banner_contentin .title h3 { font-size: 26px; }
    
    .share_holding_section { padding: 80px 0 50px; margin-top: 50px; }
    .share_holding_section:before { height: 35px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/mobile-top-shape.png) no-repeat center / cover; }
    
    .normal_content_faq_title { padding-right: 60px; }
    .normal_content_faq_right h4 { padding-right: 0; font-size: 18px; }
    
}

@media(max-width: 414px){
    /* our-services */
    .our_services_section .image_wrap .bg_img { height: 185px !important; }
    
    /* image-section */
    .imagebox_section .imagebox_wrap .image_box { height: 240px; }
    
    /* faqs */
    .faqbox_section .faq_title { padding: 70px 50px 70px 20px; }
    .queans_text .question:after { top: 11px; height: 35px; width: 35px; }

    /* text-on-left-and-image-on-right-slider */
    .textimgslider_section .textimg_slide .right_side .image_box { height: 220px; }
    .textimgslider_section .textimg_slide .btn_style1 a { min-width: 160px; }
    .textimgslider_section .button_box { gap: 10px; }
    .textimgslider_section .textimgslider_sec_wrap .slick-arrow.slick-next { right: 31%; }
}

@media(max-width: 370px){
    .custom_btn_style a:after { display: none; }
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Bold.woff2) format('woff2'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Bold.woff) format('woff'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Bold.ttf) format('truetype'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Bold.svg#Gilroy-Bold) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-BoldItalic';
    src: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-BoldItalic.woff2) format('woff2'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-BoldItalic.woff) format('woff'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-BoldItalic.ttf) format('truetype'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy-MediumItalic';
    src: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-MediumItalic.woff2) format('woff2'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-MediumItalic.woff) format('woff'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-MediumItalic.ttf) format('truetype'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy-Medium';
    src: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Medium.woff2) format('woff2'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Medium.woff) format('woff'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Medium.ttf) format('truetype'),
        url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/fonts/Gilroy-Medium.svg#Gilroy-Medium) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



::selection {
    color: #0A2B68;
    background: #E73736;
}

/* Root */
:root {
    --main-color:                         #000000;
    --secondary-color:                    #0A2B68;
    --tertiary-color:                     #0C3685;
    --quaternary-color:                   #FFF100;
    --fifth-color:                        #E73736;

    --main-font:                          Gilroy-Medium;
    --sec-font:                           Gilroy-Bold;
    --libre:                              'Libre Baskerville', serif;  
    --g-ex-bold:                          'Gilroy-ExtraBold';
    --g-bold:                             'Gilroy-Bold';

    --headertopbg:                        
    
    
        
    
    rgba(#null, 1)
;
    --headertoplink:                      ;
    --headertoplinkhover:                 ;
    --headerbottombg:                     
    
    
        
    
    rgba(#, 1.0)
;
    --headerbottomlink:                   #000000;
    --headerbottomlinkhover:              #E73736;
    --dropcolor:                          #FFFBF3;
    --droplinkcolor:                      #000000;
    --droplinkhovercolor:                 #E73736;
    --droplinkhoverbgcolor:               ;  
    --hamburger:                          #E73736;

    --body_font:                          Gilroy-Medium;
    --body_font_size:                     17;

    --link_color:                         #E73736;
    --link_hover_color:                   #0A2B68;  

}

*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#000000; clear:both; margin:30px 0; }
.clear { clear:both }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:middle;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

table { border-collapse: collapse; width: 100%; }
td,
th { border: 1px solid #000; text-align: left; padding: 8px; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; margin-top: 0; display:inline-block; color:#ECECEC; background: transparent; width: 52px; height: 52px; font-size:0; cursor:pointer; border:0; transition:all ease-in-out .4s; padding: 0; position: absolute; top: auto; transform: none; }
.slick-arrow:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/slider-arrow-icon.png) no-repeat center / cover; bottom: 0; content: ""; height: 46px; left: 0; position: absolute; right: 0; top: 0; width: 48px; }
.slick-arrow.slick-prev:before { transform: rotate(180deg); }
.slick-arrow:hover { background: transparent; color:#ECECEC; }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; list-style:none; text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#ffffff; border:1px solid #E73736; width:16px; height:16px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background: transparent; }

.container .dnd-section > .row-fluid, .wrapper { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; }
main.body-container-wrapper { display:inline-block; vertical-align:top; width:100%; }

.social_icon ul { padding: 0; margin: 0; list-style-type: none; display: flex; flex-wrap: wrap; }
.social_icon ul li a { display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; background: var(--secondary-color); border-radius: 100%; }
.social_icon ul li + li { margin-left: 10px; }
.social_icon ul li a { color: #fff; font-size: 20px; }
.social_icon ul li a:hover { background: var(--main-color); }

strong { font-family: var(--sec-font); }

/*############################  Homepage  ############################*/
.banner_section {padding:140px 0 0; position: relative; background: #fdf9f1;}
.banner_section img.shape {top:0; left:0; position: absolute; }
/* .hero_main_img:after { position: absolute; content: ""; height: 145px; width: 105px; top: 40px; left: 120px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-star-img.png) no-repeat center / cover; } */
/* .banner_section .yellow_circle { position: absolute; height: 450px; width: 450px; bottom: 0; left: -200px; background: #FFF100; opacity: 0.2; filter: blur(100px); z-index: -1; } */
.banner_caption h1 {line-height: 1.07;}
.banner_caption h1 span { font-family: var(--libre); color: inherit; font-style: italic; font-weight: 400; position: relative;}
.banner_caption h1 span:after { position: relative; content: ""; height: 18px; width: 18px; top: 0; bottom: 0; right: 0; margin-left: 8px; display: inline-block; vertical-align: middle; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat center / cover; }
.banner_caption { font-size: 22px; line-height: 1.5; }
.banner_caption .btn_wrap .btn_style1 a {padding-right: 0px; padding-left: 0px;}
.banner_logo_raw { padding-top:85px; font-family: var(--sec-font);  letter-spacing: 0.15em; /*max-width: 500px;*/ }
.banner_logo_raw .banner_logo_wrap{align-items:center;justify-content:space-between;max-width:550px;}
.banner_logo_raw .banner_logo_wrap > div{padding: 0 5px;width: 22%;text-align:center;}
.banner_logo_raw img{width: auto;}
.banner_left { width:55%; padding-right: 70px; padding-top: 180px;     position: relative; z-index: 1;}
.banner_left > div{max-width:680px;margin:0 0 0 auto;}
.banner_right{width:45%;position:relative;border-radius:300px 0 0 0; min-height: 900px;}
.banner_right:after{position:absolute;top:-7px;left:-8px;bottom:0;right:0;border-left:1px solid #000;border-top:1px solid #000;border-radius:306px 0 0 0;content:"";}
.banner_right:before{position: absolute; content: ""; height: 145px; width: 105px; top:20px; left:180px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-star-img.png) no-repeat center;}
.banner_right img{width:100%;height:100%;object-fit:cover;}
.banner_right .circle-image{width:212px; height:212px; border-radius: 100%; position: absolute; top: 0; left:-80px; z-index:1; border:1px solid var(--main-color); object-fit: cover; overflow: hidden; }
.banner_right .circle-image.image-2{top:auto; bottom:180px; left: -111px;}
.banner_right .right_bannerimg { border-radius: 300px 0 0; }
 
.banner_wrap { flex-wrap: wrap; }
.btn_wrap .btn_style1 a, .btn_wrap .btn_style2 a { min-width: 180px; padding-top: 19px; padding-bottom: 19px; }
.hero_bottom_img { width:212px; height:212px; border-radius: 100%; position: absolute; bottom: 0; left: -20px; bottom: 120px; z-index: -1; border:1px solid var(--main-color);}
.hero_main_img { height: 745px; width: 458px; max-width: 100%; border-radius: 300px 300px 0px 0px; border: 1px solid var(--main-color); position: relative; }
.hero_main_img:before { position: absolute; content: ""; height: calc(100% + 20px); width: calc(100% + 20px); top: -10px; left: -10px; border: 1px solid var(--main-color); border-radius: 300px 300px 0px 0px; }
/*.hero_top_img { position: absolute; top: 0; left: 0; -webkit-mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-top-img-shape.png); mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-top-img-shape.png); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; }*/
.hero_top_img{position:absolute;top:0;left:0;width:212px;border:1px solid var(--main-color);height:212px;border-radius:100%;overflow:hidden;}
.hero_top_img img{width:100%;height:100%;object-fit:cover;display:block;}

/*.banner_announce_raw {position: absolute; bottom: -123px; right: -120px; background-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/announce-bg.png); background-repeat: no-repeat; background-size: 100% 100%; font-size: 19px; font-family: var(--sec-font); min-height: 460px; width: 1080px; max-width: 100%; }*/
.banner_announce_raw{position:absolute;bottom:0;right:0;font-size:19px;font-family:var(--sec-font); width: 817px; max-width:817px;border-radius:20px 0 0 20px;border-top:1px solid #000;border-left:1px solid #000;border-bottom:1px solid #000;background:var(--red,#E73736);z-index:1;padding:50px 200px 40px 60px;}
.banner_announce_raw .text-uppercase{font-family: var(--sec-font); font-size: 17px; line-height: 38px; letter-spacing: 0.18em; font-weight: 550;}

.link_style.white a { color: #fff; }
.banner_announce_caption .link_style.white a { border: 0; }
.banner_announce_caption strong { letter-spacing: 0.15em; } 

.personalized_section { position: relative; background: var(--tertiary-color); padding: 100px 0 150px; }
.personalized_section:before { position: absolute; content: ""; height: 118px; width: 100%; bottom: 100%; left: 0; background-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/help-top-shape.png); background-position: top center; background-size: 100% 100%; }
.personalized_section:after { position: absolute; content: ""; height: 535px; width: 535px; max-width: 100%; top: 91px; left: -200px; background: #0059FF; opacity: 0.5; filter: blur(92px); }
.personalized_raw { position: relative; z-index: 2; }
.personalized_head h2 { font-size: 40px; line-height:50px; }
.personalized_head .wrapper > div { width: 900px; max-width: 100%; }
.net_shape_img { position: absolute; top: -120px; right: 150px; z-index: 1; }
.personalized_help_img_wrap { -webkit-mask-image: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/shape-white-round.png); mask-image: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/shape-white-round.png); -webkit-mask-repeat: no-repeat; position: relative; -webkit-mask-size: 100%; }
.personalized_help_img { height: 645px; display: flex; align-items: center; }
.personalized_help_img_cover { width: 1500px; margin: 60px -40px 0 auto; position: relative; }
.personalized_help_img_wrap:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background-color: var(--secondary-color); opacity: 0.5; }
.personalized_help_content { position: relative; padding-right: calc((100% - 950px)/2); padding-left: 100px; }
.personalized_help_content h2 { font-size:43px; }

.personalized_bottom_text { width: 1500px; margin: 0 0 0 auto; position: relative; z-index: 2; max-width: 100%; }
.personalized_bottom_text .wrapper { padding-left: 80px; }

.patient_testimonial_section { background-color: var(--tertiary-color); position: relative; z-index: 1; }
.patient_testimonial_section:before { position: absolute; content: ""; height: 929px; width: 1024px; max-width: 100%; top: -450px; left: 0; background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/testimonial-shape.png) no-repeat center / cover; z-index: -1; }
.patient_testimonial_section:after { position: absolute; content: ""; height: 620px; width: 620px; max-width: 100%; top: -200px; right: -310px; background: #0059FF; opacity: 0.5; filter: blur(150px); z-index: -1; }
.patient_testimonial_cover { padding-left: calc((100% - 1390px)/2); position: relative; }
.patient_testimonial_sliderin { padding-left: 40px; } 
.patient_testimonial_slider_box { background: #fff; border: 1px solid var(--main-color); padding: 45px; border-radius: 25px; font-size: 22px; font-family: var(--g-bold); } 
.patient_testimonial_slider_box .name { font-family: var(--main-font); }
.patient_testimonial_head { padding-left: 30px; } 
.patient_testimonial_wrap { padding-top: 115px; position: static; }
.slider_arrow .slick-arrow { position: relative; margin: 0; top: auto; transform: none; padding: 0; background: transparent; height: 52px; width: 52px; }
.slider_arrow .slick-arrow:before { position: absolute; content: ""; height: 52px; width: 52px; top: 0; left: 0; right: 0; bottom: 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/clinical-slider-arrow.svg) no-repeat center / cover; }
.slider_arrow_wrap { line-height: 0; position: absolute; top: 40px; left: 0; right: 0; width: 100%; }
.slider_arrow_wrap .slick-dots li button { border: 0; height: 7px; width: 7px; }
.slider_arrow_wrap .slick-dots li.slick-active button { background-color: #E73736; }
.slider_arrow_wrap .slick-dots li { padding: 0 4px; } 
.slider_arrow_wrap ul.slick-dots { padding: 0 18px; }
.slider_arrow .slick-arrow.slick-next:before { transform: rotate(180deg); }
.slider_arrow button.slick-prev.slick-arrow { transform: rotate(180deg); }
.patient_testimonial_wrap button.slick-next.slick-arrow:before { background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/testimonial-next-slide-arrow.svg) no-repeat center / cover; transform: none; background-size: 50px; } 

.element_repeater_section { background-color: var(--tertiary-color); }
.element_repeater_slider_title { font-size: 110px; font-weight:550; font-family: 'Gilroy-Bold'; line-height: 1.2; position: relative; padding-right: 15px; text-align: center; }
.element_repeater_slider_title span { text-fill-color: transparent; text-stroke: 1px black; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px #fff; -moz-text-fill-color: transparent; }
.element_repeater_slider_title:after { position: relative; content: ""; height: 25px; width: 25px; top: 0; bottom: 0; right: 0; display: inline-block; vertical-align: middle; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/yellow-title-shape.png) no-repeat center / cover; margin-left: 15px; }

.two_col_content_section { background: var(--tertiary-color); color: #E8E7E7; }
.two_col_content_boxin { padding: 0 15px; }
.two_col_content_raw.single_raw .two_col_content_box { max-width: 100%; flex: 0 0 100%; }
.two_col_content_raw.single_raw { width: 1000px; max-width: 100%; margin: 0 auto; }
.two_col_content_raw.single_raw .two_col_content_box .two_col_content_boxin { padding: 0; }

.number_data_section { background: var(--tertiary-color); position: relative; z-index: 1; margin-bottom:150px;}
.number_data_section:after { position: absolute; content: ""; height: 87px; width: 100%; top: 100%; left: 0; background-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/number-bottom-shape.png); background-position: top center; background-size: 100% 100%; }
.number_date_head { font-size: 18px; letter-spacing: 0.15em; }
.number_data_colin { height: 330px; width: 330px; background: #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--main-color); }
.number_data_colin .number { font-size: 110px; line-height: 1.2; font-family: var(--sec-font); }
.number_data_colin .title { letter-spacing: 0.15em; text-transform: uppercase; padding: 0 20px; }
.number_data_col { padding: 0 5px; margin-bottom: -58px; position: relative; z-index: 2; }
.number_data_section .number_data_wrap { margin: 0 -5px; }
.number_data_col:nth-child(2), .number_data_col:nth-child(3) { position: relative; bottom: -23px; }

.sk-bio-btn-container > div:last-child { display: none; }
.eapps-widget-toolbar { display: none !important; }

.blog_feed_section { position: relative; z-index: 1; overflow: hidden; }
.blog_feed_section:before { position: absolute; content: ""; height: 1093px; width: 1291px; max-width: 100%; bottom: -80px; left: -160px; z-index: -1; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/blog-feed-bg-img.png) no-repeat center / cover; }
.blog_feed_headin { position: relative; }
.blog_feed_headin:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/blog-head-pattern.png) no-repeat center / cover; content: ""; display: inline-block; height: 203px; position: absolute; vertical-align: top; width: 79px; bottom: 0; left: 100%; margin-left: 60px; }
.blog_feed_head h2+h2 { text-align: right; }
.blog_feed_head .wrapper { width: 1000px; max-width: 100%; }
.blog_feed_head h2 { line-height: 1.2; }
.blog_feed_colin { padding: 0 30px; }
.blog_feed_box { height: 430px; border-radius: 40px; border: 1px solid var(--main-color); position: relative; }
.blog_feed_col.slick-current.slick-active.slick-center .blog_feed_box { height: 552px; }
.blog_feed_contentbox { border: 1px solid #000000; border-radius: 40px; position: absolute; bottom: 0; right: 0; padding: 50px 30px; width: 500px; border-right: 0; opacity: 0; transition: all ease-in-out .4s; z-index: 1; overflow: hidden; }
.blog_feed_contentbox:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; backdrop-filter: blur(15px); background: rgba(255, 255, 255, 0.8); z-index: -1; }
.blog_feed_col.slick-current.slick-active.slick-center .blog_feed_box .blog_feed_contentbox { opacity: 1; }
.blog_feed_col.slick-current.slick-active.slick-center .blog_feed_box .blog_feed_contentbox:before { opacity: 0.85; }
.blog_feed_title h5 a { color: var(--main-color); }
.blog_feed_title h5 { margin: 5px 0 18px; }
.feed_tag { font-size: 14px; letter-spacing: 0.15em; font-family: var(--sec-font); }
.blog_feed_link.link_style a { border: 0; color: var(--fifth-color); }
.blog_feed_link.link_style a:after { margin-left: 8px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/reading-icon.svg) no-repeat center / cover; }
.blog_feed_wrap button.slick-next.slick-arrow { right: 170px; left: auto; top: auto; bottom: 0px; }
.blog_feed_wrap button.slick-prev.slick-arrow { top: auto; bottom: 0; left: 170px; }
.blog_feed_contentbox .feed_tag a { color: var(--fifth-color); background: transparent; min-width: 100%; padding: 0; text-align: left; text-transform:uppercase; font-size:12px;}

/* get-from-lab-to-life-faster */
.lifefaster_translate { translate: 97px 30px; }
.lifefaster_section { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector-f.jpg) no-repeat center / cover; border: 1px solid var(--headerbottomlink); border-radius: 70px; padding: 140px 60px 57px; padding-left: calc((100% - 1170px) / 2); position: relative; margin: 40px 0 100px; }
.lifefaster_section .lifefaster_sec_wrap .left_part { margin-bottom: 87px; width: 68%; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details { max-width: 740px; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .main_title { padding: 0 0 27px 48px; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .main_title span { font-family: var(--libre); color: #fff; font-style: italic; font-weight: 400; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian { margin-left: 198px; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .main_content { border-bottom: 1px solid #fff; padding-bottom: 17px; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordion_list .title span { font-family: var(--libre); padding-right: 35px; font-style: italic; font-weight: 400; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordion_list_box { padding: 30px 0; border-bottom: 1px solid #fff; cursor: pointer; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordian_data .active .accordion_list svg { transform: rotate(180deg); transition: transform .5s ease-in-out; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordian_data .accordion_list_box .accordion_list svg { transition: all ease-in-out .5s; }
.lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordian_data .content { padding-top: 20px; color: #fff; }
.lifefaster_section .lifefaster_sec_wrap .right_image { max-width: 530px; height: 780px; z-index: 1; position: absolute; top: 0; right: -1px; -webkit-mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/image-mask.png); mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/image-mask.png); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; }
.lifefaster_section .lifefaster_sec_wrap .right_image img { height: 100% !important; width: 100%; object-fit: cover; }
.lifefaster_section .button_text a { border: 1px solid #fff; border-radius: 30px; padding: 52px 190px; font-family: var(--sec-font); font-size: 40px; line-height: 47px; }
.lifefaster_section .button_text a .buttonsvg_img { padding-left: 20px; }
.lifefaster_section .button_text a:hover { background: var(--secondary-color); color: #fff; }

/* gateway-to-global */
.gatewayglo_section { padding: 50px 0 90px; }
.gatewayglo_section .gatewayglo_sec_wrap { position: relative; } 
.gatewayglo_section .gatewayglo_sec_wrap:after { content:''; background:url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/map-vector.png) no-repeat left top / cover; z-index: -1; width: 800px; height: 100%; display: inline-block; position: absolute; top: 0; }
.gatewayglo_section .gatewayglobal_box_wrap .main_title { position: relative; padding-left: 45px; font-family: var(--libre); font-style: italic; font-weight: 400; font-size: 200px; line-height: 53px; color: #EAE6DF; }
.gatewayglo_section .gatewayglobal_box_wrap .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-onestar.png) no-repeat 50%/cover; content: ""; width: 17px; height: 17px; display: inline-block; position: absolute; margin-left: 30px; }
.gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box { background: var(--dropcolor); border: 1px solid var(--main-color); border-radius: 17px; padding: 77px 56px 115px; margin-top: 25px; position: relative; z-index: 9; }
.gatewayglo_section .gatewayglobal_box_wrap { padding: 150px 0 0 392px; }
.gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box:before { border: 1px solid var(--main-color); border-radius: 17px; content: ""; height: calc(100% + 18px); left: -8px; position: absolute; top: -8px; width: calc(100% + 16px); z-index: -1; }
.gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box .pre_title { font-family: var(--sec-font); font-size: 18px; line-height: 38px; letter-spacing: 0.18em; color: var(--fifth-color); font-weight:550;}
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap { padding-left: 174px; gap: 24px; margin-top: -60px; position: relative; z-index: 9; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_click { position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 9; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main { position: relative; display: flex; align-items: center; background: #0A2B68; border-radius: 16px; width: 45%; min-height: 150px; position: relative; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_img { height: 150px; width: 150px; border-radius: 50%; overflow: hidden; position: absolute; left: -60px; top: 0; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_img img { height: 100%; width: 100%; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content { padding: 20px 40px 20px 120px; font-family: var(--sec-font); font-size: 18px; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-arrow.png) no-repeat 50%/cover; transition: all .4s ease-in-out; content: ""; margin-top: 10px; width: 15px; height: 12px; display: inline-block; }
.gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main:hover .content:after { margin-left: 12px; }

/* investor-resources */
.investor_section { padding: 60px 0 75px; }
.investor_section .investor_sec_wrap { padding-left: calc((100% - 1170px) / 2); }
.investor_section .heading_sec_wrap .left_part { width: 60%; }
.investor_section .heading_sec_wrap .left_part .pre_title { font-family: var(--sec-font); color: var(--fifth-color); letter-spacing: .18em; }
.investor_section .heading_sec_wrap .right_part { width: 40%; }
.investor_section .heading_sec_wrap .right_part .content { max-width: 414px; margin: 0 auto; }
.investor_section .resources_sec_wrap .left_part { width: 35%; background: #FDF9F1; padding: 35px 35px 20px; border: 1px solid #000000; border-radius: 20px; }
.investor_section .resources_sec_wrap .left_part .left_box_details .left_pre_title { font-family: var(--sec-font); margin-bottom: 74px; color: var(--main-color); letter-spacing: 2.55px; }
.investor_section .resources_sec_wrap .left_part .left_box_details .left_title { margin-bottom: 38px; }
.investor_section .resources_sec_wrap .right_part { width: calc(65% - 40px); padding: 35px 75px 20px 44px; border: 1px solid #000000; border-radius: 20px 0 0 20px; border-right: 0; }
.investor_section .resources_sec_wrap .right_part .right_resource_sec { height: 100%; }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .right { width: 60%; }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .right_pre_title { color: var(--main-color); font-family: var(--sec-font); margin-bottom: 74px; letter-spacing: 2.55px; }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .left { width: calc(40% - 20px); display: flex; flex-direction: column; justify-content: center; }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .left .box_link_sec { padding: 17px 0; border-bottom: 1px solid var(--main-color); }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .left .box_link_sec:last-child { border-bottom: 0; }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .left .box_link_sec a:hover { color: var(--main-color); }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .left .box_link_sec a { color: var(--main-color); }
.investor_section .resources_sec_wrap .right_part .right_resource_sec .left .select_pdf_file .img_sec { gap: 10px; }

.investor_section .resources_sec_wrap .right_part .investorrich_sec { flex-direction: column; justify-content: flex-start; }
.investor_section .resources_sec_wrap .right_part .investorrich_sec .right_pre_title { margin-bottom: 0; }
.investor_section .resources_sec_wrap .right_part .investorrich_sec .left { width: 100%; }
.investor_section .resources_sec_wrap .right_part .investorrich_sec .eir_area_area_latest_024 .s_eirList_item_type { top: 14px; }
.investor_section .resources_sec_wrap .right_part .investorrich_sec .eir_area_area_latest_024 .s_eirItem { padding: 15px 70px 15px 0; border-bottom: 1px solid #000; }

.investor_section .resources_sec_wrap .right_part .investorrich_sec .eir_area_area_latest_quarter_029 .s_eirList_item_type {top: 14px; }
.investor_section .resources_sec_wrap .right_part .investorrich_sec .eir_area_area_latest_quarter_029 .s_eirItem  {border-bottom: 1px solid #000; padding: 15px 70px 15px 0;}

/* clinical-trial-phases */
.clinicalphase_section { padding: 70px 0; }
.clinicalphase_section .clinicalphase_sec_wrap .title_box { width: 50%; }
.clinicalphase_section .clinicalphase_sec_wrap .main_title { position: relative; }
.clinicalphase_section .clinicalphase_sec_wrap .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 8px; position: relative; right: 0; top: -5px; vertical-align: middle; width: 18px; }
.clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button { width: 50%; flex-flow: row wrap; }
.clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text { width: 32%; text-align: center; }
.clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text a { padding-right: 0; font-family: var(--g-bold); font-size: 19px; line-height: 22px; color: var(--fifth-color); }
.clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text a:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/reading-icon.svg) no-repeat 50%/cover; margin-left: 0; }

/* Therapeutic Expertise Section */
.expertise_section { padding-bottom: 20px; } 
.expertise_cover { padding-left: calc((100% - 1170px)/2); }
.expertise_head { width: 850px; max-width: 100%; }
.expertise_head h2 { display: inline-block; vertical-align: top; position: relative; }
.expertise_head h2:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat center / cover; bottom: 0px; content: ""; display: inline-block; height: 18px; margin-left: 10px; position: relative; right: 0; top: -5px; vertical-align: middle; width: 18px; }

.expert_raw_wrap .img.acc_content { background: var(--secondary-color); position: relative; height: 100%; padding: 50px 0 100px 35px; }
.expert_raw_wrap button.index { background: transparent; transform: rotate(180deg); cursor: pointer; }
.expert_raw_wrap .indexin { display: flex; align-items: center; justify-content: center; }
.expert_raw_wrap button.index img { margin-right: 20px; }
.expert_raw_wrap .img.acc_content .title { text-transform: uppercase; letter-spacing: 0.15em; padding: 15px 0 15px 25px; border-bottom: 1px solid #fff; }
.expert_raw_wrap .acc_content_box { padding: 30px 40px; }
.expert_raw_wrap .acc_content_box h3 { font-size: 35px; margin-bottom: 20px; } 
.expert_raw_wrap .acc_top_content_box { padding-bottom: 50px; }
.expert_raw_wrap .acc_list_wrapper { flex-wrap: wrap; }
.expert_raw_wrap .acc_content_list a { display: inline-block; vertical-align: top; width: 100%; padding: 20px 0; color: #fff; border-bottom: 1px solid #fff; font-size: 19px; font-family: var(--sec-font); }
.expert_raw_wrap .acc_content_list a:hover { color: var(--fifth-color); }
.expert_raw_wrap .acc_content_list:nth-child(odd) { padding-right: 30px; }
.expert_raw_wrap .acc_content_list:nth-child(even) { padding-left: 30px; }
.expert_raw_wrap .acc_content_list { box-sizing: border-box; }
.expert_raw_wrap .acc_list_cover .btn_cover { padding-left: 50px; padding-top: 45px; }
.expert_raw_wrap .acc_list_cover .btn_cover .btn_style1 a { min-width: 180px; padding: 20px 10px; }
.expert_raw_wrap .acc_list_wrapper * { box-sizing: border-box !important; }
.expert_raw_wrap:before, .expert_raw_wrap:after { position: absolute; content: ""; width: 100%; height: 2px; background: #fff; top: 0px; right: 0; z-index: 1111; box-sizing: border-box; }
.expert_raw_wrap { position: relative; }
.expert_raw_wrap:after { top: auto; bottom: 0; }
.acc_icon { display: flex; align-items: center; justify-content: center; width: 74px; }
.liteAccordion .slide > h2 span { display: flex !important; align-items: center; justify-content: flex-end; }

.expert_raw_wrap { position: relative; }
.expert_raw_wrap:before, .expert_raw_wrap:after { position: absolute; content: ""; width: 100%; height: 2px; background: #fff; top: 0px; right: 0; z-index: 1111; box-sizing: border-box; }
.expert_raw_wrap:after { top: auto; bottom: 0; }

/* .expert_raw .top_title { width: 110px; padding: 0; }
.relative expert_raw > div { flex-wrap: wrap; }
.service_slide_content { width: calc(100% - 450px); }
.service_slide_content figure.img.acc_content { margin: 0; }
.expert_raw .top_title button.index { padding: 40px 0; display: flex; align-items: flex-start; justify-content: center; height: 100%; text-align: left; background: transparent; border: 0; width: 100%; border-left: 2px solid #fff; border-radius: 50px 0px 0px 50px; }
.expertise_main_inarea { height: 100%; }
.expert_raw { min-height: 790px; }
.expert_raw > div { height: 100%; background: var(--secondary-color); }
.expert_raw:first-child { border-radius: 50px 0px 0px 50px; overflow: hidden; background: var(--secondary-color); }
.expert_raw_wrap .img.acc_content:before { position: absolute; content: ""; height: calc(100% - 35px); width: 2px; top: 5px; left: 10px; background: rgb(255 255 255 / 50%); }
.expertise_head { padding-left: calc(50% - 585px); }
.expertise_main_area .container { padding-left: 5.25rem; padding-right: 5.25rem; margin-left: auto; margin-right: auto; max-width: 1903px; } */

/* our-careers */
.ourcareer_section { margin-top: -30px; position: relative; z-index: 1; }
.ourcareer_section .ourcareer_sec_wrap .main_title { position: relative; }
.ourcareer_section .ourcareer_sec_wrap .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 14px; position: relative; right: 0; top: -4px; vertical-align: middle; width: 18px; }
.ourcareer_section .ourcareer_sec_wrap .sub_title { color: var(--fifth-color); font-family: var(--g-bold); letter-spacing: 0.18em; }
.ourcareer_section .content_box .content { width: 65%; }
.ourcareer_section .content_box .btn_style1 { width: 30%; }
.expert_raw:first-child .top_title button.index { border: 0; }

/* Service Section */
.our_service_section { padding-bottom: 180px; }
.our_service_head h2 { display: inline-block; vertical-align: top; position: relative; font-size: 65px; }
.our_service_head h2:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat center / cover; bottom: 0px; content: ""; display: inline-block; height: 18px; margin-left: 10px; position: relative; right: 0; top: -5px; vertical-align: middle; width: 18px; }
.our_service_raw { margin-bottom: 200px; }
.our_service_raw:last-child { margin-bottom: 0; }
.our_service_left { width: 60%; padding-right: 110px; padding-bottom: 80px; }
.our_service_right { width: 40%; height: 734px; border-radius: 300px; position: relative; margin-bottom: -180px; border: 1px solid var(--main-color); }
.our_service_right img { object-fit: cover; border-radius: 300px; height: 100% !important; width: 100%; }
.our_service_rawin { flex-wrap: wrap; align-items: flex-end; }
.our_service_right:before { position: absolute; content: ""; height: calc(100% + 18px); width: calc(100% + 18px); border: 1px solid var(--main-color); border-radius: 300px; top: -9px; left: -9px; }
.service_list_section { background-color: var(--tertiary-color); }
.service_list_main_title { font-family: var(--sec-font); padding-left: calc((100% - 1170px)/2); padding-right: calc((100% - 1170px)/2); color: #fff; font-size: 18px; letter-spacing: 0.18em; position: relative; padding-top: 15px; padding-bottom: 15px; cursor: pointer; }
.service_list_main_title:after { position: relative; content: ""; display: inline-block; vertical-align: middle; height: 14px; width: 11px; top: -1px; right: 0; bottom: 0; margin: auto; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/service-acc-title.svg) no-repeat center / cover; margin-left: 8px; transition: all ease-in-out .4s; }
.service_list_wrapper { padding-left: calc((100% - 1170px)/2); padding-right: calc((100% - 1170px)/2); padding-bottom: 50px; padding-top: 25px; margin: 0 -8px; position: relative; display: none; margin-bottom: 10px; }
.service_list_item a { display: grid; align-items: center; text-align:center; height: 100%; width: 250px; padding: 42px 25px; background: #FFFFFF; border-radius: 15px; line-height: 1.45; font-size: 18px; font-family: var(--sec-font); color: var(--main-color); }
.service_list_item a:hover { background: #EAE6DF; }
.service_list_wrapperin { flex-wrap: wrap; }
.service_list_item { padding: 0 8px; margin-bottom: 16px; }
.service_list_main_title.active:after { transform: rotate(180deg); top: -3px; }
.our_service_raw .our_service_head {display: none; }
.our_service_raw:first-child .our_service_head { display: block; padding-top:50px;}

/* Our People Section */
.our_people_section { background: var(--secondary-color); padding-top: 70px; position: relative; z-index: 1; margin-top: 100px; padding-bottom: 170px; } 
.our_people_section:before { position: absolute; content: ""; height: 77px; width: 100%; bottom: calc(100% - 2px); left: 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/our-peope-shape.png) no-repeat center / cover; }
.our_people_section:after { position: absolute; content: ""; height: 85px; width: 42%; bottom: 0; left: 0; background: #fff; border-radius: 0px 31px 0px 0px; z-index: -1; }
.our_people_section .right_blue_shape { top: 0; margin: auto; position: absolute; height: 400px; width: 535px; background: #0059FF; opacity: 0.6; filter: blur(100px); bottom: 0; right: -250px; }
.our_people_head { padding-bottom: 60px; }
.our_people_head h2 { display: inline-block; vertical-align: top; position: relative; }
.our_people_head h2:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat center / cover; bottom: 0px; content: ""; display: inline-block; height: 18px; margin-left: 10px; position: relative; right: 0; top: -5px; vertical-align: middle; width: 18px; }
.our_people_curveimg1 { position: absolute; top: 0; left: 0; width: 382px; height: 465px; -webkit-mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/curve-img-shape1.png); mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/curve-img-shape1.png); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; }
.our_people_curveimg2 { position: absolute; right: 10px; top: -128px; width: 382px; height: 386px; -webkit-mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/curve-img-shape2.png); mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/curve-img-shape2.png); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100%; mask-size: 100%; }
.our_people_imgbox { height: 472px; position: relative; width: 800px; max-width: 100%; }
.our_people_mainimg { height: 272px; width: 272px; border-radius: 100%; position: relative; border: 1px solid var(--main-color); margin-top: -145px; }
.our_people_mainimg:before { position: absolute; content: ""; height: calc(100% + 20px); width: calc(100% + 20px); top: -10px; left: -10px; border: 1px solid var(--main-color); border-radius: 100%; }
.our_people_mainimg:after { position: absolute; content: ""; height: 178px; width: 50px; right: 30px; top: -40px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/people-main-img-star.png) no-repeat center / cover; }
.our_people_mainimg_caption { padding-left: 28%; position: relative; margin-top: -145px; padding-bottom: 70px; }
.our_people_mainimg_caption h4 { margin-bottom: 30px; font-size:30px;line-height:40px; }
.our_people_mainimg_caption .name { font-size: 29px; font-family: var(--libre); font-style: italic; line-height: 1.2; }
.our_people_mainimg_caption .position { font-family: var(--sec-font); }
.our_people_section .btn_style1 { text-align: center; margin-bottom: -140px; right:-53px;position:relative; }

/*############################  Services  ############################*/
/* Service Banner */
.clinical-trial { padding: 180px 0 80px; position: relative; z-index: 1; }
.clinical-trial img.shape { position: absolute; bottom: 100px; left: -170px; }
.clinical-trial > div { position: relative; z-index: 1; }
.clinical-trial:after { content: ''; position: absolute; left: -40%; bottom: 0; height: calc(100% + 2px); background: #FDF9F1; z-index: -1; border-radius: 0 0 100% 100%; right: -40%; border: 1px solid; }
.clinical-trial .breadcrumbs_menu ul { justify-content: right; }
.clinical-trial .left { width: calc(100% - 731px); }
.clinical-trial .image { border: 1px solid #000; }
/*.clinical-trial:before { background: var(--main-color); content: ""; height: 75%; left: 30px; position: absolute; top: 0; width: 1px; z-index: 9; }*/

.clinical-trial .cover { font-size: 22px; line-height: 32px; padding: 0 30px; padding-left: calc((100% - 1170px)/2); }
.clinical-trial .sub { text-transform: uppercase; font-weight:550; font-size: 18px; line-height: 38px; color: #E73736; letter-spacing: 0.18em; font-family: var(--sec-font);}
.clinical-trial h1:after { content: ''; width: 18px; height: 18px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; display: inline-block; vertical-align: middle; margin: 0 0 0 15px; }

.clinical-trial .left { width: calc(100% - 711px); }
.clinical-trial .left .con { max-width: 714px; width: 100%; font-size:18px; line-height:28px;padding-right:15px;}
.clinical-trial .image { width: 711px; height: 400px; border-radius: 200px; position: relative; }
.clinical-trial .image:after { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border: 1px solid #000; border-radius: 206px; }

/* .services-nav { width: 800px; height: 346px; margin: 0 0 0 auto; margin-right: -150px; margin-top: -130px; padding: 100px 90px 20px; background: url('https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/shape-blue.png') no-repeat; position: relative; z-index: 1; background-size: 800px 346px; } */
.services-nav { width:670px; height: 162px; margin: 0 0 0 auto; margin-top: -130px; padding:68px 90px 20px 80px;  position: relative; z-index: 1; border-radius:20px 0 0 20px; background: linear-gradient(129deg, #0A2B68 33.33%, #0743B5 72.92%, #0059FF 100%);}
.services-nav ul { margin: 0; padding: 0; list-style-type: none; display: inline-block; }
.services-nav ul li.hs-menu-item { margin: 0; padding: 0; display: inline-block; width: 100%; position: relative; }
.services-nav ul li.hs-menu-item a { color: #fff; font-size: 16px; line-height: 26px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.services-nav ul li.hs-menu-item a span { text-transform: none; font-weight: 300; font-style: italic; font-family: var(--libre); }
.services-nav ul li.hs-item-has-children > a:after { content: ''; transition: all .4s ease-in-out; width: 31px; height: 31px; background: url('https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/round-arrow.svg') no-repeat; display: inline-block; vertical-align: middle; margin-left: 10px; }
.services-nav .hs-menu-item a:hover:after { transform: rotate(180deg); transition: all .4s ease-in-out; }
.services-nav ul > li > ul { width: 100%; visibility: hidden; pointer-events: none; margin-top: 0; transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s; -ms-transition: all ease-in-out .5s; -o-transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; top: calc(100% + 10px) !important; border: 1px solid var(--main-color); border-radius: 0px 0px 15px 15px; padding: 10px; background-color: #fff; left: 0; top: 100% !important; }
.services-nav ul > li > ul > li { background: var(--dropcolor); }
.services-nav ul > li > ul > li > a { font-weight: 600; color: var(--droplinkcolor); padding: 8px 15px; border-bottom: 1px solid #ECECEC; font-size: 15px; }
/* .services-nav ul > li.hs-item-has-children > a:before { bottom: -17px; content: ""; left: 0; margin: 0 auto; position: absolute; right: 0; width: 13px; height: 13px; border: 1px solid var(--main-color); transform: rotate(45deg); background: #fff; border-bottom-color: transparent; border-right-color: transparent; z-index: 1; opacity: 0; transition: all .5s ease-in-out; } */
.services-nav ul > li > ul li.hs-menu-item a { color: #000; text-transform: none; letter-spacing: 1px; }

.services-nav ul li.hs-item-has-children:hover > ul { visibility: visible; opacity: 1; pointer-events: auto; }
.services-nav ul li.hs-item-has-children:hover > a:before { opacity: 1; }

.circle-banner .text { max-width: 980px; width: 100%; }

.circle-banner .image-box { max-width: 1510px; width: 100%; margin: 0 0 0 auto; margin-right: -100px; position: relative; }
.circle-banner .image-box:before { content: ''; position: absolute; top: -11px; left: -12px; bottom: -12px; right: 0; background: url('https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/border.png') no-repeat; }
.circle-banner .image { -webkit-mask-image: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/shape-white-round.png); mask-image: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/shape-white-round.png); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100%; position: relative; }
.circle-banner .image:before { content: ""; height: 100%; left: 0; opacity: .6; position: absolute; top: 0; width: 100%; background: -moz-linear-gradient(top,  rgba(10,43,104,1) 0%, rgba(10,43,104,0.45) 55%, rgba(10,43,104,0) 100%); background: -webkit-linear-gradient(top,  rgba(10,43,104,1) 0%,rgba(10,43,104,0.45) 55%,rgba(10,43,104,0) 100%); background: linear-gradient(to bottom,  rgba(10,43,104,1) 0%,rgba(10,43,104,0.45) 55%,rgba(10,43,104,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2b68', endColorstr='#000a2b68',GradientType=0 ); transform: rotate(180deg); }
.circle-banner .image > div { position: relative; }
.circle-banner .image .inner, .circle-banner.service_aera .personalized_help_img .inner { align-items: center; display: flex; height: 645px; max-width: 1140px; padding: 0 100px; }
.circle-banner .image .inner h3, .circle-banner.service_aera .personalized_help_img .inner h3 { position: relative; padding-right: 50px !important; font-size:37px;}
.circle-banner .image .inner h3:after, .circle-banner.service_aera .personalized_help_img .inner h3:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-img-star-yellow.svg) no-repeat 50%/contain; content: ""; height: 135px; right: -10px; position: absolute; top: -40px; width: 75px; }
.circle-banner.service_aera .personalized_help_img_outline:before { background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/border.png) no-repeat; background-size: 100% 663px; }

.first-services .main-title h2 { font-size: 200px; line-height: 1; color: #EAE6DF; }

.first-services { padding: 100px 0 50px; position: relative; }
.first-services:before { background: #fff100; bottom: -40px; content: ""; display: inline-block; filter: blur(125px); height: 389px; left: -250px; opacity: .3; position: absolute; transform: rotate(14.56deg); width: 519px; }
.first-services .box-title { max-width: 850px; }
.first-services .box-title h3 { margin-top:15px; }

.first-services .main-title h2 { color: #eae6df; font-family: var(--libre); font-size: 200px; font-style: italic; font-weight: 400; line-height: 133px; margin: 0 0 20px -100px; position: relative; }
.first-services .main-title h2:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 18px; margin: 0 0 0 15px; vertical-align: middle; width: 18px; } 
.first-services .cover { position: relative; }
.first-services .cover .title { position: absolute; left: -80px; top: 70px; }
.first-services .cover .title .left_side_title { font-family: var(--sec-font); text-align: center; transform: rotate(-90deg); color: #EAE6DF; position: relative; left: 12px; }
.first-services .right_part { width: 100%; }
.first-services .cover .right_part .queans_text { background: linear-gradient(90.58deg, #0A2B68 13.27%, #1750BB 58.21%, #0A2B68 82.68%); border-radius: 20px; border: 0; margin-bottom: 14px; padding: 30px 0 30px 38px; }
.first-services .cover .right_part .queans_text:first-child { padding-top: 30px; }
.first-services .cover .right_part .queans_text .question { padding: 0 70px 0 0; font-family: var(--sec-font); }
.first-services .cover .right_part .queans_text .question:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bottom-arrow-white.svg) no-repeat 50%/cover; right: 20px; top: -5px; }
.first-services .cover .right_part .queans_text .question.no_answer:after { display: none; }
.queans_text.text-white.no_data { cursor: default; }

/* right-size-right-reach-white-and-red */
.element_repeater_box .element_repeater_section { background-color: #ffffff; }
.element_repeater_box .element_repeater_slider_title span { text-stroke: 2px var(--fifth-color); -webkit-text-stroke: 1.25px var(--fifth-color); }
.element_repeater_box .element_repeater_slider_title { color: var(--fifth-color); }
.element_repeater_box .element_repeater_slider_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/blue-title-shape.png) no-repeat 50%/cover; height: 17px; width: 17px; }

/* second-services-section-list */
.secservices_section { padding: 80px 0 94px; display: inline-block; width: 100%; }
.secservices_section .secservices_sec_wrap .title { position: relative; }  
.secservices_section .secservices_sec_wrap .title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 18px; margin: 24px 0 0 15px; vertical-align: top; width: 18px; }
.secservices_section .content_text { max-width: 940px; }
.secservices_section .services_list_box { gap: 40px; }
.secservices_section .services_list_box .services_list { padding: 25px 22px 25px; position: relative; border-bottom: 1px solid var(--main-color); }
.secservices_section .services_list_box .services_list:before { content: ''; width: 2px; height: 15px; display: inline-block; position: absolute; left: 0; background: var(--fifth-color); top: 31px; }
.secservices_section .services_list_box .services_list .services_text:after { content: ''; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bottom-arrow-union.svg) no-repeat center / contain; width: 18px; height: 18px; display: inline-block; position: absolute; right: 0; top: 28px; transition: all .4s ease-in-out; }
.secservices_section .services_list_box .services_text.active:after { transform: rotate(-90deg); }
.secservices_section .services_list_box .services_text { cursor: pointer; }
.secservices_section .services_list_box .services_text.no_active { cursor: auto; }
.secservices_section .services_list_box .services_text.no_active:after { display: none; }
.secservices_section .services_list_box .services_list_wrap { width:47%; }

/* case-study */
.casestudy_section { padding: 155px 0; }
.casestudy_section .casestudy_sec_wrap { max-width: 923px; background: rgba(9, 9, 9, 0.5); padding: 85px 42px 60px; border: 1px solid #FFFFFF; border-radius: 40px; backdrop-filter: blur(10px); margin-left: -45px; }
.casestudy_section .casestudy_sec_wrap .pre_title { background: var(--fifth-color); border-radius: 100px; display: inline-block; width: auto; padding: 3px 38px; letter-spacing: 0.15em; }
.casestudy_section .casestudy_sec_wrap .title a:hover { color: #fff; }
.casestudy_section .casestudy_sec_wrap .link_style a { border-bottom: 0; color: #fff; }
.casestudy_section .casestudy_sec_wrap .link_style a:after { filter: brightness(0) invert(1); }

/* two-column-with-list */
.twocollist_section { background: var(--secondary-color); border: 1px solid var(--secondary-color); position: relative; z-index: 9; overflow: hidden; padding: 230px 0; margin-top:50px; }
.twocollist_section:before { content: ''; background: #000000; opacity: 0.6; filter: blur(150px); position: absolute; left: -50px; top: 20%; width: 510px; height: 510px; z-index: -1; }
.twocollist_section:after { content: ''; background: #0059FF; opacity: 0.6; filter: blur(150px); position: absolute; right: -50px; top: 20%; width: 612px; height: 612px; z-index: -1; }
.twocollist_section .twocollist_sec_wrap .right_part,
.twocollist_section .twocollist_sec_wrap .left_part { width: calc(50% - 30px); }
.twocollist_section .twocollist_sec_wrap .right_part .link_text { width: calc(50% - 15px); padding: 20px 0; border-bottom: 1px solid #FFFFFF; }
.twocollist_section .twocollist_sec_wrap .right_part .link_text { font-size: 20px; }
.twocollist_section .twocollist_sec_wrap .right_part .link_text a { width: 100%; display: inline-block; }
.twocollist_section .twocollist_sec_wrap .right_part .link_text a:hover { color: #fff; }
.twocollist_section .twocollist_sec_wrap .right_part .link_text:nth-child(-n+2) { padding-top: 0; }

/* title-with-faqs */
.titlefaq_section { padding: 210px 0 90px; position: relative; }
.titlefaq_section:before { content: ''; background: #FFF100; opacity: 0.3; filter: blur(125px); transform: rotate(14.56deg); height: 519px; width: 519px; display: inline-block; bottom: -40px; position: absolute; left: -210px; }
.titlefaq_section .left_part { width: calc(43% - 30px); }
.titlefaq_section .left_part .main_title span { color: var(--fifth-color) }
.titlefaq_section .right_part { width: calc(57% - 30px); }
.titlefaq_section .right_part .faqs_list .question { font-family: var(--g-bold); }
.titlefaq_section .right_part .faqs_list .queans_text { padding: 20px 0; }
.titlefaq_section .right_part .faqs_list .queans_text .answer { font-size: 17px; }

/* image-with-faqs */
.imgfaq_section { padding: 90px 0 60px; }
.imgfaq_section .left_part,
.imgfaq_section .right_part { width: calc(50% - 30px); }
.imgfaq_section .left_part .left_side_image { height: 880px; width: 100%; border-radius: 300px; position: relative; border: 1px solid #000; }
.imgfaq_section .left_part .left_side_image:after { border: 1px solid var(--main-color); border-radius: 300px; bottom: -10px; content: ""; left: -10px; position: absolute; right: -10px; top: -10px; }
.imgfaq_section .left_part .left_side_image:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-start-img2.png) no-repeat 50%/contain; content: ""; height: 145px; right: 38px; position: absolute; top: 40px; width: 85px; }
.imgfaq_section .right_part .faqs_list .question { font-family: var(--g-bold); }
.imgfaq_section .right_part .faqs_list .queans_text { padding: 20px 0; }
.imgfaq_section .right_part .faqs_list .queans_text .answer { font-size: 17px; }

/* process */
.process_section { background: #FDF9F1; padding: 150px 0 100px; }
.process_section .main_title { font-family: var(--libre); font-style: italic; font-weight: 400; position: relative; font-size: 200px; color: #EAE6DF; line-height: 133px; margin-left: -100px; }
.process_section .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 18px; margin: 0 0 0 15px; vertical-align: middle; width: 18px; }
.process_section .process_sec_wrap .left_part { width: calc(100% - 380px); }
.process_section .content_box_wrap { background: #FFFFFF; border: 1px solid #000000; border-radius: 35px; padding: 40px 75px 50px 43px; }
.process_section .content_box_wrap .process_content_box { position: relative; padding: 0 0 46px 55px; }
.process_section .content_box_wrap .process_content_box:last-child { padding-bottom: 0; }
.process_section .content_box_wrap .process_content_box .process_icon { position: absolute; left: 0; top: 0; }
.process_section .content_box_wrap .process_content_box .process_icon img { width: 36px; height: 30px; }
.process_section .process_sec_wrap { position: relative; }
.process_section .process_sec_wrap .right_image { position: absolute; right: -130px; }
.process_section .process_sec_wrap .right_image .right_side_image { width: 560px; height: 740px; border-radius: 300px; position: relative; border: 1px solid #000; }
.process_section .process_sec_wrap .right_image .right_side_image:after { border: 1px solid var(--main-color); border-radius: 300px; bottom: -10px; content: ""; left: -10px; position: absolute; right: -10px; top: -10px; }
.process_section .process_heading_bottom { max-width: 949px; }

/* our-benefits */
.ourbenefits_section { padding: 150px 0 120px; }
.ourbenefits_section .main_title { font-family: var(--libre); font-style: italic; font-weight: 400; position: relative; z-index: -1; font-size: 200px; color: #EAE6DF; line-height: 53px; margin: 0 0 -64px 290px; }
.ourbenefits_section .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 18px; margin: 0 0 80px 30px; vertical-align: middle; width: 18px; }
.ourbenefits_section .ourbenefits_sec_wrap .left_part { width: calc(58% - 40px); gap: 26px; position: relative; }
.ourbenefits_section .ourbenefits_sec_wrap .left_part:before { z-index: 9; opacity: 0.5; }
.ourbenefits_section .ourbenefits_sec_wrap .left_part:after { z-index: -1; }
.ourbenefits_section .ourbenefits_sec_wrap .left_part:before,
.ourbenefits_section .ourbenefits_sec_wrap .left_part:after { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/linical-vector-shape.png) no-repeat 50%/cover; width: 785px; height: 638px; position: absolute; bottom: 58px; left: 8px; }
.ourbenefits_section .ourbenefits_sec_wrap .left_part .bgimg_first { width: 397px; height: 842px; border-radius: 30px; }
.ourbenefits_section .ourbenefits_sec_wrap .left_part .bgimg_sec { width: 285px; height: 828px; border-radius: 30px; margin-top: 40px; }
.ourbenefits_section .ourbenefits_sec_wrap .right_part { width: calc(42% - 40px); position: relative; z-index: 9; }
.ourbenefits_section .ourbenefits_sec_wrap .right_part p { margin-top:15px; }
.ourbenefits_section .ourbenefits_sec_wrap .right_part .pre_title { letter-spacing: 0.18em; color: var(--fifth-color);font-family: var(--sec-font); }
.ourbenefits_section .mobile_btn { display: none; }

/* successful-client */
.successclient_section { background: #fdf9f1 url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hellix-back.jpg) no-repeat bottom center / cover; }
.successclient_section .successclient_sec_wrap { position: relative; padding-left: 50px; }
.successclient_section .successclient_sec_wrap:before { content: ''; border-right: 1px solid #fff; display: inline-block; height: 100%; position: absolute; left: 0; }
.successclient_section .successclient_sec_wrap .heading_text { position: relative; }
.successclient_section .successclient_sec_wrap .sub_title { font-family: var(--libre); font-style: italic; color: var(--quaternary-color); font-weight: 400; position: absolute; right: 110px; top: 70px; }
.successclient_section .successclient_sec_wrap .content { max-width: 636px; }
.successclient_section .successclient_sec_wrap .numbertext_box { gap: 15px; }
.successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap { width: 32%; height: 373px; border-radius: 50%; padding: 100px 40px 60px; background: #FFFFFF; border: 1px solid var(--main-color); }
.successclient_section .successclient_sec_wrap .numbertext_box_wrap .number { font-size: 110px; line-height: 83px; font-family: var(--sec-font); }
.successclient_section .successclient_sec_wrap .numbertext_box_wrap .title { letter-spacing: 0.15em; }
.successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:first-child { translate: 0 -21px; }
.successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:last-child { translate: 0 -28px; }

/* 3-items-boxes */
.itemsbox_section .heading_title { position: relative; padding: 93px 99px 0; max-width: 1030px; z-index: 9; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap { height: 754px; transition: all .4s ease-in-out; position: relative; }
.itemsbox_section .itemsbox_cover { margin-top: -213px; }
.itemsbox_section .itemsbox_cover .itemsbox_content { height: 100%; padding: 506px 50px 199px 80px; position: relative; transition: all .4s ease-in-out; z-index: 9; }
.itemsbox_section .heading_title .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 18px; margin: 24px 0 0 15px; vertical-align: top; width: 18px; }
.itemsbox_section .itemsbox_cover .itemsbox_content .content { opacity: 0; overflow: hidden; transition: all .4s ease-in-out; background: #FFFFFF; border-radius: 30px; color: #000; padding: 40px 100px 40px 38px; position: relative; z-index: 999; }
.itemsbox_section .itemsbox_cover .itemsbox_content .link_boxes a:after { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-arrow-bluered.svg) no-repeat 50%/cover; display: inline-block; position: absolute; top: 42%; right: 30px; height: 47px; width: 47px; } 
.itemsbox_section .itemsbox_cover .itemsbox_content .content p { overflow-y: scroll; max-height: 150px; }
.itemsbox_section .itemsbox_cover .itemsbox_content .content p::-webkit-scrollbar-track { border-radius: 10px; background-color: #fff; }
.itemsbox_section .itemsbox_cover .itemsbox_content .content p::-webkit-scrollbar { width: 6px; background-color: #fff; }
.itemsbox_section .itemsbox_cover .itemsbox_content .content p::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #b1b1b1; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap .itemsbox_content .content .boxanchor_cover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap:after { content:""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: inline-block; width: 100%; height: 100%; background: rgb(0 0 0 / 30%); transition: opacity 0.2s ease-out; }
.itemsbox_section:hover .heading_title { opacity: 0.5; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap:hover .itemsbox_content .content { opacity: 1; overflow: visible; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap:hover { width: 130%; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap:hover .itemsbox_content { padding: 385px 50px 199px 106px; }
.itemsbox_section .itemsbox_cover .itemsbox_wrap:hover:before { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: inline-block; width: 100%; height: 100%; background: rgb(0 0 0 / 60%); transition: opacity 0.2s ease-out; }

/*############################  Individual Therapy Page  ############################*/
.therapy_service_hero { padding: 160px 0 0 40px; }
.therapy_service_heroin { background: var(--secondary-color); border-radius: 40px 0px 0px 40px; position: relative; overflow: hidden; }
.therapy_service_head .pre_title { font-size: 18px; letter-spacing: 0.18em; font-family: var(--sec-font); }
.therapy_service_imgwrap { padding-right: 400px; }
.therapy_service_img { border: 1px solid #FFFFFF; border-radius: 0px 200px 200px 0px; padding: 110px 80px; position: relative; z-index: 1; padding-left: calc((100% - 955px)/2); width: 100%; max-width: 100%; border-left: 0; }
.therapy_service_img:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); border-radius: 0px 200px 200px 0px; z-index: -1; }
.therapy_service_hero_left { width: 60%; }
.therapy_service_hero_right { width: 40%; padding-left: 80px; }
.therapy_service_hero_left h4 { font-size: 28px; line-height: 1.35; }
.therapy_service_herocover { position: relative; z-index: 1; }
.therapy_service_herocover:before { position: absolute; content: ""; height: 420px; width: 420px; background: #0059FF; opacity: 0.6; filter: blur(75px); top: 0; left: calc((100% - 1390px)/2); z-index: -1; }
.therapy_service_herocover:after { position: absolute; content: ""; height: 480px; width: 480px; background: #0059FF; opacity: 0.6; filter: blur(125px); top: 0; right: -240px; z-index: -1; }
.therapy_service_herocover .therapy_service_head h1 { position: relative; }
.therapy_service_herocover .therapy_service_head h1:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin: 0 0 0 18px; position: relative; right: 0; top: 0; vertical-align: middle; width: 18px; }

.therapy_menu_box { position: absolute; top: 60px; right: 0; width: 300px; z-index: 1; height: calc(100% - 60px); border: 1px solid #fff; border-radius: 20px 0 0 0; padding: 60px 30px; border-right: 0; border-bottom: 0; }
.therapy_menu_icon { text-align: center; padding-bottom: 35px; }
.therapy_menu_list_wrap h5 { letter-spacing: 0.17em; font-size: 15px; margin-bottom: 30px; }
.therapy_menu_list .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: 100%; color: #fff; font-size: 15px; font-family: 'Gilroy-Medium'; letter-spacing: 0.5px; margin-bottom: 20px; }
.therapy_menu_list .hs-menu-wrapper > ul > li { width: 100%; }
.therapy_menu_list .hs-menu-wrapper > ul > li:last-child > a { margin-bottom: 0; }
.therapy_menu_list .hs-menu-wrapper > ul > li.active a { font-family: var(--sec-font); font-weight: 900; }
.therapy_menu_list .hs-menu-wrapper > ul > li:hover a { color: var(--fifth-color); font-weight: 900; } 

.normal_content_section { position: relative; padding-top: 50px; }
.related_link_section { position: absolute; top: -58px; right: 0; width: 300px; border: 1px solid var(--main-color); border-radius: 0 0 0 20px; border-top: 0; border-right: 0; padding: 30px 15px 30px 30px; }
.related_link_section .subtext { color: var(--fifth-color); font-family: var(--sec-font); letter-spacing: 0.15em; }
.related_feed_box .title { letter-spacing: 0.10em; font-family: var(--sec-font); font-size: 16px; color: var(--fifth-color); }
.related_feed_box .feed_text { font-family: var(--sec-font); font-size: 16px; line-height: 1.45; padding: 10px 0; }
.related_feed_box .feed_text a { color: #000; }
.related_feed_box .feed_text a:hover { color: var(--fifth-color); }
.normal_content_section .circular_banner_link a { color: var(--main-color); font-size: 14px; padding: 8px 0; border-bottom: 1px solid var(--main-color); display: flex; }
.normal_content_section .circular_banner_link a:hover { color: var(--fifth-color); }
.related_link_section .circular_banner_link_wrap { width: 100%; padding: 0 15px 30px 0px; }
.normal_content_section .circular_banner_link:last-child a { border: 0; }
.normal_content_section .circular_banner_link a:after { display: none; }
.related_link_section .circular_banner_link_wrap .img_sec { gap: 8px; }
.content_overlap { z-index: 1; }

.expertise_number_head { border: 1px solid var(--main-color); border-radius: 20px; margin-bottom: 30px; }
.expertise_number_head .subtext { font-family: var(--sec-font); color: var(--fifth-color); letter-spacing: 0.18em; }
.expertise_number_wrap { flex-wrap: wrap; }
.expertise_number_col { width: 50%; }
.expertise_number_col:first-child { width: 100%; padding: 0; }
.expertise_number_colin { border: 1px solid var(--main-color); border-radius: 20px; margin-bottom: 30px; padding: 60px 0 60px 40px; }
.expertise_number_col:first-child .expertise_number_colin { padding: 60px 0px 60px 40px; }
.expertise_number_col:first-child .text { width: 70%; }
.expertise_number_col:first-child .number { width: 30%; }
.expertise_number_box .number { font-size: 120px; line-height: 1.1; font-family: var(--libre); font-style: italic; }
.expertise_number_colin .text h3 { padding-bottom: 20px; border-bottom: 1px solid var(--main-color); margin-bottom: 15px; }
.expertise_number_box  h3.title span { display: inline-block; vertical-align: top; width: 100%; }
.expertise_number_colin .text h3.title + div { display: inline-block; vertical-align: top; width: 100%; }
.expertise_number_col:nth-child(2) { width: 42%; }
.expertise_number_col:nth-child(3) { width: calc(58% - 30px); margin-left: 30px; } 
.expertise_number_col .text_content { padding-right: 50px; } 
.expertise_number_col.white_color_textbox .expertise_number_colin .text h3 { border-color: #fff; }

.videotext_margin { margin: 70px 0 80px; }

.individual_therapy_faq_cover { width: 950px; max-width: 100%; margin: 0 0 0 auto; }
.individual_therapy_faq_section { padding-top: 30px; padding-bottom: 50px; }
.individual_therapy_faq_wrap { width: 770px; max-width: 100%; }
.individual_therapy_faq_title { font-size: 25px; font-family: var(--sec-font); padding: 20px 50px 20px 0; position: relative; cursor: pointer; }
.individual_therapy_faq_text .textin { padding: 0 0 20px; }
.individual_therapy_faq_item { border-bottom: 1px solid var(--main-color); }
.individual_therapy_faq_text { display: none; }
.individual_therapy_faq_title:after { position: absolute; content: ""; height: 45px; width: 48px; top: 1px; right: 0; bottom: 0; margin: auto 0; background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/faq-dropIcon.svg) no-repeat center / cover; transition: all ease-in-out .4s; }
.individual_therapy_faq_title.active:after { transform: rotate(180deg); }

.highlight_title { color: var(--tan, #EAE6DF); font-size: 200px; font-family: var(--libre); font-style: italic; line-height: 1; position: relative; }
.speciality_section { padding-bottom: 250px; }
.speciality_section .highlight_title { text-align: center; }
.speciality_section .highlight_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 10px; position: relative; right: -5px; top: -20px; vertical-align: middle; width: 18px; }
.speciality_head { position: relative; margin-top: -20px; margin-bottom: -110px; }
.speciality_colin { width: 306px; margin: 280px 0 0; transition: all ease-in-out .2s; }
.speciality_box { width: 100%; position: relative; }
.speciality_box:before { position: absolute; content: ""; height: calc(100% + 20px); width: calc(100% + 20px); top: -10px; left: -10px; border: 1px solid #000; border-radius: 300px; opacity: 0; transition: all ease-in-out .4s; }
.speciality_img_box { height: 420px; width: 100%; border-radius: 300px; border: 1px solid var(--main-color); position: relative; overflow: hidden; }
.speciality_img_box:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(180deg, #0A2B68 15.36%, rgba(10, 43, 104, 0.00) 77.76%); transform: rotate(180deg); border-radius: 0 0 300px 300px; transition: all ease-in-out .4s; opacity: 0; }
.speciality_wrap { min-height: 800px; display: flex; align-items: center; }
.speciality_content_box { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; padding: 15px 75px 50px; opacity: 0; transition: all ease-in-out .4s; }
.speciality_content_boxin { max-height: 550px; overflow: auto; }
.speciality_content_boxin::-webkit-scrollbar { width: 3px; }
.speciality_content_boxin::-webkit-scrollbar-thumb { background-color: rgb(255 255 255 / 40%); }
.speciality_content_boxin::-webkit-scrollbar-track { background: transparent; }
.speciality_more_text { display: none; margin-top: 20px; }
.speciality_more_text ul { padding-left: 20px; }
.speciality_content_box h3 { line-height: 1.2; }
.learn_more_text a { color: #fff; font-size: 0px; letter-spacing: 2.4px; position: relative; padding-bottom: 25px; display: inline-block; vertical-align: top; width: 120px; height: 52px; }
.learn_more_text a:before { position: absolute; content: "LEARN MORE"; top: 0; left: 0; font-size: 16px; right: 0; margin: 0 auto; letter-spacing: 2.4px; }

.learn_more_text a:hover { color: var(--fifth-color); }
.learn_more_text a:after { position: absolute; content: ""; height: 20px; width: 15px; bottom: 0; left: 0; right: 0; background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/learn-more-text-icon-img.svg) no-repeat center / cover; margin: 0 auto; transition: all ease-in-out .4s; }
.learn_more_text a.active:after { transform: rotate(180deg); }
.learn_more_text a.active:before { content: "CLOSE"; }
.speciality_wrap .slick-arrow {top: 490px; }
.speciality_wrap .slick-arrow.slick-next { right: 80px; }
.speciality_wrap .slick-arrow.slick-prev { left: auto; right: 160px; top: 495px; }
.speciality_section .btn_style1 { position: relative; text-align: right; margin-top: -220px; padding-right: 52px; }
.speciality_section .slick-list { padding-top: 10px !important; padding-bottom: 10px !important; }
.speciality_normal_img { display: none; }
.speciality_box.click .speciality_img_box:before { background: linear-gradient(180deg, #0A2B68 5.04%, rgba(10, 43, 104, 0.90) 60.23%, rgba(10, 43, 104, 0.00) 99.88%); }

.therapy_service_section .wrapper { width: 1230px; max-width: 100%; padding: 0 15px; }
.therapy_service_circle_col { position: relative; width: 50%; }
.therapy_service_circle_img { left: 10px; position: absolute; top: 10px; opacity: 0; transition: all .4s ease-in-out; right: 10px; bottom: 10px; margin: auto; border-radius: 100%; } 
.therapy_service_circle_img:after { position: absolute; content: ""; height: 100%; width: 100%; bottom: 0; left: 0; border-radius: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 48.22%, rgba(0, 0, 0, 0.20) 100%); }
.therapy_service_circle_colin { height: 695px; width: 695px; border: 1px solid var(--main-color); border-radius: 100%; display: flex; align-items: center; background-color: #fff; position: relative; transition: all ease-in-out .4s; }
.therapy_service_circle_wrap { position: relative; }
.therapy_service_circle_wrap .fabIcon { position: absolute; top: 0; bottom: 0; left: 0px; right: 0; margin: auto; width: 123px; height: 391px; display: flex; align-items: center; justify-content: center; background: url('https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/mid-flower.png') no-repeat; background-size: 122px 391px; z-index: 1; transition: all ease-in-out .2s; }
.therapy_service_circle_cover { margin: 0 -66px; display: flex; justify-content: center; align-items: center; }
.therapy_service_circle_cover .therapy_service_circle_col { margin: 0 -30px; }
.therapy_service_circle_hover { display: flex; align-items: center; position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; transition: all ease-in-out .2s; }
.therapy_service_circle_hover > div { width: calc(100% - 138px); margin: 0 auto; padding: 15px 25px 15px 25px; }
.therapy_service_circle_hover h3 + div { padding: 5px 0 15px; }
.therapy_service_circle_hover .btn_style1 a { min-width: 140px; }
.therapy_service_circle_box h3 { font-size: 30px; position: relative; }
.therapy_service_circle_box { width: 100%; }
.therapy_service_circle_title { padding: 15px 30px; opacity: 1; }
.therapy_service_circle_box h3:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 15px; margin-left: 10px; position: relative; left: -15px; top: -3px; vertical-align: middle; width: 15px; background-size: 13px; }
.therapy_service_circle_col:nth-child(2) .therapy_service_circle_box h3, .therapy_service_circle_col:nth-child(2) .therapy_service_circle_box { text-align: right; }
.therapy_service_circle_col:nth-child(2) .therapy_service_circle_box h3:before { display: none; }
.therapy_service_circle_col:nth-child(2) .therapy_service_circle_box h3:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 15px; margin-left: 10px; position: relative; right: 0px; top: 0px; vertical-align: middle; width: 15px; background-size: 13px; }
.therapy_service_circle_colin:hover { height: 800px; width: 800px; z-index: 1; }
.therapy_service_circle_colin:hover .therapy_service_circle_img { transform: scale(1); opacity: 1; }
.therapy_service_circle_colin:hover .therapy_service_circle_hover { opacity: 1; }
.therapy_service_circle_colin:hover .therapy_service_circle_title { opacity: 0; } 
.therapy_service_circle_wrap:hover .fabIcon { opacity: 0; } 
.therapy_service_circle_img:before { position: absolute; content: ""; height: 681px; width: 429px; max-width: 100%; top: -300px; right: 30px; background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/circle-shape.png) no-repeat center / cover; z-index: 1; }

/* cancer-type-list */
.heading_content .head_title { margin-left: -50px; padding-top: 115px; }
.heading_content .head_title,
.heading_content .head_subtitle { font-size: 75px; }
.heading_content .textbox_wrap { padding-left: 170px; }
.heading_content .textbox_wrap .head_subtitle span { color: var(--fifth-color); }
.heading_content .textbox_wrap .head_subtitle:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 10px; position: relative; right: 0; top: -5px; vertical-align: middle; width: 18px; }
.heading_content .head_content { max-width: 840px; padding-bottom: 130px; }

.cancertype_section { background: linear-gradient(137.17deg, #0A2B68 19.53%, #043BA2 49.08%, #043DA9 67.84%, #002364 84.26%, #000000 95.61%); padding: 150px 0 70px; }
.cancertype_section .cancertype_heading .main_title { width: calc(60% - 25px); }
.cancertype_section .cancertype_heading .content { width: calc(40% - 25px); }
.cancertype_section .cancertype_list_wrap .box_half_width { flex-grow: 1; flex-shrink: 1; flex-basis: calc(50% - 25px); }
.cancertype_section .cancertype_list_wrap .box_half_width:not(:last-child) { margin-bottom: 80px; }
.cancertype_section .cancertype_list_wrap { column-gap: 40px; }
.cancertype_section .cancertype_list_wrap .full_width { flex-basis: 100%; flex-grow: 1; flex-shrink: 1; }
.cancertype_section .cancertype_list { display: flex; flex-flow: wrap; }
.cancertype_section .cancertype_list .cancertype_btn { border-bottom: 1px solid #fff; padding: 25px 0; width: calc(50% - 20px); }
.cancertype_section .cancertype_list .cancertype_btn a:hover { color: #fff; }

/* content-with-right-side-image */
.contentwithimg_section { padding: 100px 0; }
.contentwithimg_section .left_part { width: calc(55% - 13px); border: 1px solid #000000; border-radius: 40px; padding: 135px 83px 95px 63px; }
.contentwithimg_section .right_part { width: calc(45% - 13px); }
.contentwithimg_section .right_part .right_img { height: 100%; width: 100%; border: 1px solid #000000; border-radius: 40px; }

/* testimonial-with-white-bg */
.testimonialbox_section { padding: 80px 0; }
.testimonialbox_section .rightbox_wrap .quote_box { position: relative; padding-top: 69px; margin-right: -25px; z-index: 9; }
.testimonialbox_section .rightbox_wrap .quote_box:before { content: ''; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/quote-icon.svg) no-repeat center / cover; width: 155px; height: 126px; display: inline-block; position: absolute; top: 0; z-index: -1; }
.testimonialbox_section .testimonialbox_sec_wrap { padding-left: calc(50% - 595px); padding-top:85px; }
.testimonialbox_section .pre_title { font-family: var(--sec-font); letter-spacing: 0.15em; font-weight:550; text-transform: uppercase; }
.testimonialbox_section .quote_box .person_image { border: 1px solid #000000; border-radius: 488px; width: 354px; height: 354px; }
.testimonialbox_section .testimonialbox_details .person_details { background: #fff; position: relative; border: 1px solid #000000; border-radius: 20px 0 0 20px; border-right: 0; padding: 94px 73px; }
.testimonialbox_section .testimonialbox_details .person_details .person_bio { font-size: 40px; font-weight:550; line-height: 50px; font-family: var(--sec-font); }
.testimonialbox_section .testimonialbox_details .person_details .person_name { font-family: var(--libre); font-style: italic; color: #C9CBCF; }
.testimonialbox_section .testimonialbox_details .person_details .person_position { font-size: 20px; line-height: 22px; }
.testimonialbox_section .testimonialbox_details .person_details:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/blog-head-pattern.png) no-repeat 50%/contain; bottom: 40px; content: ""; display: inline-block; height: 154px; margin-left: 0; position: absolute; vertical-align: top; width: 91px; right: 60px; }
.testimonial_withoutimg .testimonialbox_details { padding-left: 242px; }
.testimonial_withoutimg .testimonialbox_details .person_details { padding: 72px 73px 50px; }

/* therapy-investor-resources */
.investor_section.therapyinv_section { padding: 60px 0 160px; }
.investor_section.therapyinv_section .resources_sec_wrap .left_part .left_side_number { color: var(--fifth-color); font-size: 110px; font-family: var(--sec-font); line-height: 53px; }
.investor_section.therapyinv_section .resources_sec_wrap .left_part { padding: 80px 65px 70px; width: 30%; }
.investor_section.therapyinv_section .resources_sec_wrap .right_part { width: calc(70% - 30px); }
.investor_section.therapyinv_section .resources_sec_wrap .left_title { font-size: 35px; line-height: 45px; }

/*############################  About Us Page  ############################*/
/* linical-at-a-glance */
.linicalglance_section { padding: 235px 0 80px; position: relative; z-index: 1; margin-bottom: 100px; }
/*.linicalglance_section:before { background: var(--main-color); content: ""; height: 75%; left: 30px; position: absolute; top: 0; width: 1px; z-index: 9; }*/
.linicalglance_section img.shape { bottom: 100px; left: -170px; position: absolute; }
.linicalglance_section:after { background: #fdf9f1; border: 1px solid; border-radius: 0 0 100% 100%; bottom: 0; content: ""; height: calc(100% + 2px); left: -40%; position: absolute; right: -40%; z-index: -1; }
.linicalglance_section h1.title { font-size: 90px; }
.linicalglance_section .linicalglance_sec_wrap { position: relative; z-index: 1; }
.linicalglance_section .title_section { max-width: 1058px; margin: 0 auto; }
.linicalglance_section .pre_title { color: #e73736; font-size: 18px; font-family: var(--sec-font); letter-spacing: .18em; line-height: 38px; text-transform: uppercase; }
.linicalglance_section .content { max-width: 730px; margin: 0 auto; font-size: 25px; font-weight: 500; line-height: 35px; }
.linicalglance_section .breadcrumbs_menu { padding: 0 46px; }
.linicalglance_section .breadcrumbs_menu .hs-menu-wrapper ul { justify-content: right; }
.linicalglance_section .breadcrumbs_menu .hs-menu-item { align-items: center; display: flex; }
.linicalglance_section .images_section { padding-left: calc(50% - 700px); margin-bottom: -130px; gap: 40px; }
.linicalglance_section .images_section .image_one { border-radius: 300px; border: 1px solid #000; width: 577px; height: 373px; position: relative; }
.linicalglance_section .images_section .image_two { border-radius: 300px; width: 291px; height: 291px; position: relative; }
.linicalglance_section .images_section .image_three { border-radius: 300px 0px 0px 300px; width: 611px; height: 385px; position: relative; }
.linicalglance_section .images_section .image_one:after,
.linicalglance_section .images_section .image_two:after,
.linicalglance_section .images_section .image_three:after { border: 1px solid #000; border-radius: 300px; bottom: -10px; content: ""; left: -10px; position: absolute; right: -10px; top: -10px; }
.linicalglance_section .images_section .image_three:after { border-radius: 300px 0px 0px 300px; }
.linicalglance_section .images_section .image_two:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/people-main-img-star1.png) no-repeat 50%/cover; content: ""; height: 158px; position: absolute; left: 70px; top: -84px; width: 80px; }
.titlecontent_sec_wrap { position: relative; z-index: 1; }
.stock_section{padding-top:90px;position: relative;z-index: 9;}
/* right-choice-cro */
.rightchoice_section { padding: 50px 0 100px; }
.rightchoice_section .logo_img { width: 182px; height: 70px; margin-left: -30px; }
.rightchoice_section .rightchoice_sec_wrap:after { content: ''; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/dot-vector-image.png) no-repeat top center / cover; z-index: -1; height: 627px; width: 557px; display: inline-block; position: absolute; top: 0; left: 0; }
.rightchoice_section .rightchoice_sec_wrap { position: relative; }
.rightchoice_section .rightchoice_sec_wrap .title_box { max-width: 875px; margin: 0 auto; }
.rightchoice_section .rightchoice_sec_wrap .title_box .right_title { font-size: 110px; line-height: 120px; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1.25px var(--tertiary-color); font-family: 'Gilroy-Bold'; }
.rightchoice_section .rightchoice_sec_wrap .title_box .right_title span { color: var(--tertiary-color); -webkit-text-fill-color: var(--tertiary-color); }
.rightchoice_section .rightchoice_sec_wrap .logotitle_box { padding: 158px 0 53px; }
.rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(2) { padding-left: 73px; }
.rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(3) { padding-left: 150px; }
.rightchoice_section .rightchoice_sec_wrap .head_content { max-width: 687px; margin-left: auto; }
.rightchoice_section .rightchoice_sec_wrap .head_content .title { font-family: var(--libre); font-style: italic; }
.rightchoice_section .video { max-width: 921px; border: 1px solid #000; margin: 0 auto; }

/* our-mission-and-vision */
.ourmission_section { background: var(--secondary-color); padding: 160px 0 85px; }
.ourmission_section .image_with_text .left_part,
.ourmission_section .image_with_text .right_part { width: calc(50% - 13px); }
.ourmission_section .image_with_text { position: relative; z-index: 9; }
.ourmission_section .image_with_text:last-child { margin-bottom: 0; }
.ourmission_section .image_with_text .left_part { border-radius: 30px; background: #FFF; padding: 216px 61px 138px; }
.ourmission_section .image_with_text .left_part .main_title { color: #FDF9F1; font-size: 200px; font-family: var(--libre); font-style: italic; line-height: 53px; position: absolute; top: 54px; word-break: break-all; left: -278px; }
.ourmission_section .image_with_text .right_part { z-index: 9; }
.ourmission_section .image_with_text .right_part .main_img { width: 100%; height: 100%; border-radius: 30px; }
.ourmission_section .ourlogo_wrap { gap: 30px; }
.ourmission_section .ourlogo_wrap .ourlogo_box { background: #fff; height: 160px; width: 160px; border-radius: 50%; position: relative; }
.ourmission_section .ourlogo_wrap .ourlogo_box:after { border: 1px solid #fff; border-radius: 300px; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }
.ourmission_section .ourlogo_wrap .ourlogo_img img { width: 103px; object-fit: cover; }

/* who-we-serve */
.whoweserve_section { padding: 150px 0 80px; }
.whoweserve_section .main_title { position: relative; font-size: 70px; }
.whoweserve_section .main_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 18px; margin: 0 0 0 15px; vertical-align: middle; width: 18px; }
.whoweserve_section .imgwithtxt_wrap .imgwithtxt_box:not(:last-child) { padding-bottom: 90px; }
.whoweserve_section .imgwithtxt_wrap .right_part { width: 514px; height: 514px; }
.whoweserve_section .imgwithtxt_wrap .image_field { height: 100%; width: 100%; border-radius: 50%; position: relative; }
.whoweserve_section .imgwithtxt_wrap .left_part { width: calc(100% - 574px); position: relative; padding-top: 70px; }
.whoweserve_section .imgwithtxt_wrap .imgwithtxt_box .left_part:before { background: var(--fifth-color); border-radius: 50%; content: ""; display: inline-block; height: 20px; left: -42px; position: absolute; top: 87px; width: 20px; }
.whoweserve_section .imgwithtxt_wrap .imgwithtxt_box:not(:last-child) .left_part:after { content: ''; width: 1px; height: calc(100% + 60px); background: var(--fifth-color); display: inline-block; position: absolute; top: 87px; left: -33px; }
.whoweserve_section .imgwithtxt_wrap .imgwithtxt_box { margin-top: -30px; }
.whoweserve_section .imgwithtxt_wrap .image_field:after { border: 1px solid #000; border-radius: 300px; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }

/* cta-strip-with-bg-color */
.ctastriptext_section { padding: 50px 0 70px; }
.ctastriptext_section .ctastriptext_sec_wrap { background: #EAE6DF; padding: 41px 57px 41px 74px; border-radius: 20px; border: 1px solid #000; margin: 0 -70px; }

/* careers-at-linical */
.careeratlin_section { margin: 145px 0 120px; position: relative; z-index: 9; }
.careeratlin_section:after { background: var(--fifth-color); border-radius: 100% 100% 0 0; bottom: 0; content: ""; height: calc(100% + 2px); left: -40%; position: absolute; right: -40%; z-index: -1; }
.careeratlin_section:before { background: #fff100; border-radius: 285px; content: ""; display: inline-block; filter: blur(100px); height: 285px; left: 37%; opacity: .6; position: absolute; top: 25%; width: 285px; z-index: 9; }
.careeratlin_section .careeratlin_box { padding: 0 calc(50% - 730px) 0 calc(50% - 600px); position: relative; z-index: 9; }
.careeratlin_section .left_part { margin: 120px 0 160px; width: calc(45% - 20px); position: relative; }
.careeratlin_section .left_part .pre_title { font-family: var(--g-bold); letter-spacing: 2.7px; }
.careeratlin_section .left_part .btn_style2 { position: absolute; right: -140px; bottom: 10px; z-index: 1024; }
.careeratlin_section .left_part .left_details { width: calc(100% - 100px); }
.careeratlin_section .btn_style2 a { background: var(--tertiary-color); border: 1px solid var(--tertiary-color); color: #fff; }
.careeratlin_section .btn_style2 a:hover { background: transparent; color: var(--tertiary-color); }
.careeratlin_section .right_part { width: calc(55% - 20px); position: relative; margin-bottom: 20px; }
.careeratlin_section .right_part:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/white-pattern-image.png) no-repeat 50%/contain; bottom: 80px; content: ""; display: inline-block; height: 154px; margin-left: 0; position: absolute; left: 17%; vertical-align: top; width: 60px; }
.careeratlin_section .right_part .person_one { width: 250px; height: 326px; border-radius: 126px; position: relative; margin-top: -80px; }
.careeratlin_section .right_part .person_two { width: 271px; height: 271px; border-radius: 50%; position: absolute; right: -5%; bottom: 30px; }
.careeratlin_section .right_part .person_one:after { border: 1px solid #000; border-radius: 300px; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }
.careeratlin_section .right_part .person_two:after { border: 1px solid #000; border-radius: 300px; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }
.careeratlin_section .right_part .person_details { border-radius: 20px; background: #FFF; width: 300px; padding: 60px 25px 30px; position: absolute; top: 60px; left: 27%; }
.careeratlin_section .right_part .person_details .person_bio { font-family: var(--sec-font); }
.careeratlin_section .right_part .person_details .person_position { font-family: var(--libre); font-style: italic; }

/* content-with-right-side-image-new */
.contentwithimg_section.contentwithbox_section { padding: 120px 0 60px; }
.contentwithimg_section.contentwithbox_section .left_part,
.contentwithimg_section.contentwithbox_section .right_part { width: calc(50% - 32px); }
.contentwithimg_section.contentwithbox_section .left_part { padding: 0; border: 0; }
.contentwithimg_section.contentwithbox_section .right_part .right_img { height: 720px; }

/* esg-data */
.esgdata_section { padding: 60px 0 70px; position: relative; z-index: 9; }
.esgdata_section:before { background: #fff100; border-radius: 600px; content: ""; z-index: -1; filter: blur(150px); opacity: 0.4; height: 600px; width: 600px; display: inline-block; position: absolute; left: -300px; top: -50px; }
.esgdata_section .esgdata_sec_wrap { border-radius: 30px; border: 1px solid #000; padding: 10px 0 10px 10px; background: #fff; }
.esgdata_section .esgdata_sec_wrap .image_box { width: 320px; height: 320px; border-radius: 25px; border: 1px solid #000; }
.esgdata_section .esgdata_sec_wrap .esg_box_details { width: calc(100% - 357px); }
.esgdata_section .esgdata_sec_wrap .esg_box_details .esg_content { width: calc(100% - 280px); }
.esgdata_section .esgdata_sec_wrap .esg_content .pre_title { letter-spacing: 2.7px; color: var(--fifth-color); font-family: var(--sec-font); }
.esgdata_section .esgdata_sec_wrap .esg_box_details .dowbtn_set { width: 260px; border-bottom: 1px solid #000; padding-bottom: 10px; }
.esgdata_section .esgdata_sec_wrap .esg_box_details .dowbtn_set a { letter-spacing: 2.7px; font-family: var(--sec-font); position: relative; }
.esgdata_section .esgdata_sec_wrap .esg_box_details .dowbtn_set a:hover { color: var(--fifth-color); }
.esgdata_section .esgdata_sec_wrap .esg_box_details .dowbtn_set a:after { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/download-icon.svg) no-repeat 50%/cover; width: 20px; height: 17px; display: inline-block; margin: 0 0 0 7px; }

/* video-with-text */
.about_videosec { margin: 70px 0 90px; }

/* our-management-philosophy */
.philosophy_section { margin-bottom: 60px; padding: 160px 0 180px; position: relative; z-index: 1; }
.philosophy_section:before { background: #fff100; bottom: 100px; content: ""; filter: blur(125px); height: 385px; max-width: 100%; opacity: .5; position: absolute; right: -170px; width: 465px; }
.philosophy_section:after { border: 1px solid; background: var(--fifth-color); border-radius: 100% 100% 0 0; bottom: 0; content: ""; height: calc(100% + 2px); left: -60%; position: absolute; right: -60%; z-index: -1; }
.philosophy_section .philosophy_sec_wrap { position: relative; z-index: 9; }
.philosophy_section .pre_title { letter-spacing: 2.7px; text-transform: uppercase; font-family: var(--sec-font); }
.philosophy_section .content { font-size: 70px; font-family: var(--sec-font); line-height: 82px; color: #ff7272; display: flex; flex-wrap: wrap; }
.philosophy_section .content span { padding: 0 8px; transition: all ease-in-out .5s; }
.philosophy_section .content span.active { color: #fff; }

/* Our Core Value */
.core_value_pattern { line-height: 0; height: 560px; width: 560px; max-width: 100%; margin: 0 auto; }
.core_value_area { height: 560px; position: relative; }
.core_value_head h2 span { color: var(--fifth-color); position: relative; }
.core_value_head h2 span:after { position: relative; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-onestar.png) no-repeat 50%/cover; content: ""; display: inline-block; height: 17px; margin-left: 10px; width: 17px; vertical-align: middle; }
.core_value_pattern svg { overflow: visible; }
.core_value_pattern path { transition: all ease-in-out .2s; }
.core_value_pattern path:hover { filter: drop-shadow(0px 4px 20px rgba(0,0,0,0.6)); }
.core_value_pattern path.none:hover { filter: none; }
.core_value_col { position: absolute; }
.core_value_col h3 { font-family: var(--libre); font-size: 70px; font-style: italic; line-height: 1.2; position: relative; }
.core_value_col h5 { line-height: 1.2; }
.core_value_col h3:after { position: relative; content: ""; display: inline-block; vertical-align: middle; height: 17px; width: 17px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/blue-star.png) no-repeat center / cover; margin-left: 10px; }
.core_value_col:nth-child(1) { top: 30px; left: 0; }
.core_value_col:nth-child(2) { top: 120px; right: -15px; }
.core_value_col:nth-child(3) { top: calc(100% + 30px); left: 50%; transform: translateX(-50%); }
.core_value_col:nth-child(2) h3:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/red-star.png) no-repeat center / cover; top: -10px; }
.core_value_col:nth-child(3) h3:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/yellow-star.png) no-repeat center / cover; top: -5px; }

/* Our History */
.history_head h2 span { position: relative; }
.history_head h2 span:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-onestar.png) no-repeat 50%/cover; content: ""; display: inline-block; height: 14px; margin-left: 15px; position: relative; vertical-align: middle; width: 14px; top: -5px; }
.left_year_digit_wrap { height: calc(100vh - 50px); padding-top: 150px; display: flex; align-items: center; }
.left_year_digit { width: 650px; max-width: 100%; height: 745px; display: flex; align-items: center; justify-content: flex-end; color: #fff; border-radius: 0px 400400px 400400px 0px; background: var(--dark-blue, #0A2B68); font-size: 275px; line-height: 1.09; font-family: var(--sec-font); padding-right: 30px; position: relative; z-index: 1; }
.left_year_digit:before { position: absolute; content: ""; height: 515px; width: 515px; border-radius: 514.799px; opacity: 0.800000011920929; background: #0059FF; filter: blur(100px); top: 0; bottom: 0; left: -250px; margin: auto; z-index: -1; }
.left_year_digit:after { position: absolute; content: ""; height: calc(100% + 16px); width: calc(100% + 16px); top: -8px; right: -8px; border: 1px solid var(--main-color); border-radius: 0 400400px 400400px 0; }
.history_year_right { width: calc(100% - 650px); padding-left: 50px; position: relative; }
.timeline-container { display: flex; padding-right: calc((100% - 1170px) / 2); flex-wrap: wrap; font-size: 18px; position: relative; }
.history_year_box h3 { font-size: 275px; font-family: var(--sec-font); line-height: 1.09; color: var(--secondary-color); }
.history_nav ul { padding: 0; margin: 0; list-style-type: none; display: flex; line-height: 0; position: relative; align-items: center; width: 100%; }
.history_nav ul li span { height: 15px; width: 15px; border-radius: 100%; background: #FFC5C5; display: inline-block; vertical-align: top; position: relative; transition: all ease-in-out .4s; }
.history_nav ul li span.active { height: 25px; width: 25px; background-color: var(--fifth-color); }
.history_nav ul li { width: calc(100% / 10); text-align: center; }
.history_nav ul li:last-child span { height: 25px; width: 25px; }
.history_nav ul:before { position: absolute; content: ""; height: 1px; width: 100%; top: 0; bottom: 0; left: 0; background: #000; margin: auto; z-index: -1; }
.history_nav ul li span:before { position: absolute; content: ""; height: calc(100% + 10px); width: calc(100% + 10px); top: -5px; left: -5px; border: 1px solid var(--main-color); border-radius: 100%; background: #fff; z-index: -1; opacity: 0; transform: scale(0); }
.history_nav ul li span[style="background-color: rgb(231, 55, 54);"] { height: 25px; width: 25px; }
.history_nav ul li span[style="background-color: rgb(231, 55, 54);"]:before { opacity: 1; transform: scale(1); }
.history_year_box .content { width: 524px; max-width: 100%; }
.history_nav ul li:first-child { text-align: left; }
.history_nav ul li:last-child { text-align: right; }
.left_year_digit.bottom { bottom: 0; top: auto !important; }
.history_year_col { position: absolute; top: 0; bottom: 0; margin: auto; display: flex; align-items: center; opacity: 0; }
.history_year_col1 { opacity: 1; }
.history_nav { position: relative; top: 250px; left: 0; width: 100%; }
.history_year_colin { position: relative; top: 28px; }
.history_year_box { position: relative; padding-top: 150px; } 

/* About - Leadership */
.leadership_section { padding: 120px 0 100px; position: relative; z-index: 1; }
.leadership_section .global_img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; z-index: -1; }
.leadership_head h2 { padding-bottom: 95px; }
.leadership_head h2 span { position: relative; }
.leadership_head h2 span:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-onestar.png) no-repeat 50%/cover; content: ""; display: inline-block; height: 17px; margin-left: 15px; position: relative; vertical-align: middle; width: 17px; }

.leadership_col { width: 33.33%; padding: 22px; cursor: pointer; }
.leadership_img { height: 475px; width: 100%; border: 1px solid var(--main-color); border-radius: 23px; position: relative; }
.leadership_img:before { position: absolute; content: ""; height: calc(100% + 16px); width: calc(100% + 16px); border: 1px solid var(--main-color); border-radius: 23px; top: -8px; left: -8px; transition: all ease-in-out .4s; opacity: 0; }
.leadership_section .wrapper { width: 1260px; max-width: 100%; }
.leadership_bio { border-radius: 24px; border: 1px solid #000; background: var(--secondary-color); padding: 50px 70px 90px 45px; position: relative; z-index: 1; display: none; }
.leadership_bio_left { width: 30%; font-family: var(--sec-font); }
.leadership_bio_right { width: 70%; padding-left: 50px; font-size: 16px; }
.leadership_bio_left h3 { color: #9CAECE; font-family: var(--libre); font-style: italic; font-size: 35px; margin-bottom: 4px; }
.bio_close { margin-top: 30px; width: 40px; cursor: pointer; }
.leader_imgWrap { margin: 0 -22px; }
.leadership_bio:before { position: absolute; content: ""; height: calc(100% - 30px); width: 578px; max-width: 100%; top: 0; bottom: 0; left: 180px; margin: auto; z-index: -1; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bio-shape.png) no-repeat center / cover; }
.leadership_raw { padding-bottom: 100px; }
.leadership_raw:last-child { padding-bottom: 0; }
.leader_details h4 { font-family: var(--libre); font-style: italic; }
.leader_details { font-family: var(--sec-font); }
.leadership_col.active .leadership_img:before, .leadership_col.active .leadership_img:after { opacity: 1; }
.leadership_img:after { position: absolute; content: ""; height: 127px; width: 62px; top: -28px; right: 28px; background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/leader-star.png) no-repeat center / cover; transition: all ease-in-out .4s; opacity: 0; }

/*############################  Carrers Page  ############################*/
/* benefits-perks */
.benefitsperks_section { padding: 100px 0; position: relative; }
.lifelinical_section h1.title { font-size: 90px; }
.benefitsperks_section:before { content: ''; border-radius: 519px; opacity: 0.3; background: #FFF100; filter: blur(125px); width: 465px; height: 465px; display: inline-block; position: absolute; right: -140px; top: 0; }
.benefitsperks_section .title { width: 40%; }
.benefitsperks_section .title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 14px; position: relative; right: 0; top: 0; vertical-align: middle; width: 18px; }
.benefitsperks_section .content { width: 60%; }
.benefitsperks_section .benefits_title { border-radius: 20px; border: 1px solid #000; background: var(--tertiary-color); padding: 68px 15px; margin: 15px; font-size: 25px; font-family: var(--g-bold); min-width: 320px; }
.benefitsperks_section .benefits_title { translate: -30px; }
.benefitsperks_section .benefits_title:nth-child(even) { translate: 0 35px; }
.benefitsperks_section .benefits_list .slick-slide:nth-child(odd) { padding-top: 55px; }
.benefitsperks_section .benefits_list .slick-list { padding: 0px 170px 0px 0px; }

/* our-people-culture */
.ourpeople_section { padding: 150px 0 80px 0; }
.ourpeople_section .pre_title { width: 24%; letter-spacing: 2.7px; color: var(--fifth-color); font-family: var(--g-bold); }
.ourpeople_section .titlecon_text { width: 75%; }
.ourpeople_section .imagebox_list .first_image,
.ourpeople_section .imagebox_list .second_image,
.ourpeople_section .imagebox_list .third_image,
.ourpeople_section .imagebox_list .fourth_image { width: calc(25% - 20px); }
.ourpeople_section .imagebox_list .img_first { width: 357px; height: 357px; border-radius: 50%; border: 1px solid #000; position: relative; margin: 0 auto; }
.ourpeople_section .imagebox_list .img_first:after,
.ourpeople_section .imagebox_list .img_third:after { border: 1px solid #000; border-radius: 50%; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }
.ourpeople_section .imagebox_list { padding-left: calc(50% - 760px); }
.ourpeople_section .imagebox_list .first_image { position: relative; }
.ourpeople_section .imagebox_list .first_image:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-start-img3.png) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 158px; position: absolute; right: -40px; top: -80px; width: 58px;  }
.ourpeople_section .first_image .imgbox_details { background: var(--secondary-color); padding: 30px 25px 40px; border-radius: 30px; margin-top: -25px; position: relative; }
.ourpeople_section .first_image .imgbox_details .person_name { font-family: var(--libre); font-style: italic; }
.ourpeople_section .second_image .img_second { width: 378px; height: 571px; border-radius: 300px; border: 1px solid #000; margin: 0 auto; position: relative; }
.ourpeople_section .second_image .img_second:after,
.ourpeople_section .fourth_image .img_fourth:after { border: 1px solid #000; border-radius: 300px; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }
.ourpeople_section .third_image .thirdbox_details { border-radius: 30px; background: var(--fifth-color); padding: 70px 30px 48px; margin-bottom: -15px; position: relative; z-index: 9; }
.ourpeople_section .third_image .thirdbox_details .third_title { font-size: 90px; line-height: 53px; font-family: var(--sec-font); }
.ourpeople_section .third_image .thirdbox_details .third_text { max-width: 280px; margin: 0 auto; text-transform: uppercase; font-family: var(--sec-font); letter-spacing: 2.55px; }
.ourpeople_section .third_image .img_third { border: 1px solid #000; width: 318px; height: 318px; border-radius: 50%; margin: 0 auto; position: relative; }
.ourpeople_section .fourth_image .img_fourth { width: 411px; height: 571px; margin-left: auto; border-radius: 300px; border: 1px solid #000; translate: 30px; position: relative; }

/* What we stand for section */ 
/* .what_stand_section { padding: 200px 0 0; background: #FDF9F1; border-top: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color); }
.what_stand_cover { position: relative; z-index: 1; }
.what_stand_cover:before { position: absolute; content: ""; height: 645px; width: 570px; max-width: 100%; top: -25px; left: 22%; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/active-slider-dots.png) no-repeat center / cover; z-index: -1; }
.what_stand_img { height: 206px; width: 206px; border-radius: 100%; border: 1px solid var(--main-color); margin: 0 auto; position: relative; }
.normal_title { font-size: 18px; font-family: var(--sec-font); line-height: 1.3; }
.what_stand_colin { width: 290px; position: relative; padding: 0 25px; }
.what_stand_col.slick-center .what_stand_colin { width: 830px; padding-left: 80px; }
.what_stand_box { display: flex; align-items: flex-start; }
.what_stand_col.slick-center .what_stand_colin .what_stand_img { height: 340px; width: 340px; }
.what_stand_col.slick-center .what_stand_colin .normal_title { opacity: 0; }
.what_stand_content h4 { font-size: 35px; line-height: 1; }
.what_stand_content { display: none; transition: all ease-in-out .2s; padding-right: 15px; width: calc(100% - 340px); }
.what_stand_col.slick-center .what_stand_colin .what_stand_content { display: block; }
.what_stand_more_text { background: #fff; border: 1px solid var(--main-color); border-radius: 20px; position: absolute; left: 0; width: 100%; display: none; margin-top: -150px; margin-left: 78px; padding: 30px 30px 50px; z-index: 1; }
.what_stand_more_textin { max-height: 220px; overflow: auto; }
.what_stand_content .learn a { font-family: var(--sec-font); position: relative; display: inline-block; vertical-align: top; padding-right: 20px; color: var(--fifth-color); }
.what_stand_content .learn a:after { position: absolute; content: ""; height: 15px; width: 12px; top: 0; bottom: 0; right: 0; margin: auto 0; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/learn-more-Icon.svg) no-repeat center / cover; transition: all ease-in-out .4s; }
.what_stand_content .learn a:hover:after { top: 5px; }
.what_stand_img:before { position: absolute; content: ""; height: calc(100% + 16px); width: calc(100% + 16px); top: -8px; left: -8px; border: 1px solid var(--main-color); border-radius: 100%; transition: all ease-in-out .4s; opacity: 0; }
.what_stand_col.slick-center .what_stand_colin .what_stand_img:before { opacity: 1; }
.close_contentbox a { font-family: var(--sec-font); }
.what_stand_wrap .slick-list { padding-bottom: 191px !important; }
.what_stand_wrap .slick-track { display: flex; align-items: center; } */
.what_stand_section { padding: 200px 0 0; background: #FDF9F1; border-top: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color); }
.what_stand_cover { position: relative; z-index: 1; }
.what_stand_cover:before { position: absolute; content: ""; height: 645px; width: 570px; max-width: 100%; top: -25px; left: 22%;  z-index: -1; }
.what_stand_img { height: 340px; width: 340px; border-radius: 100%; transition: 800ms; border: 1px solid var(--main-color); margin: 0 auto; position: relative;transform: scale(0.65); }
.normal_title { font-size: 18px; font-family: var(--sec-font); line-height: 1.3; transform: translateY(60px);  transition: 400ms;}
/* .what_stand_colin { width: 290px; position: relative; padding: 0 25px; } */
/* .what_stand_col.slick-center .what_stand_colin { width: 830px; padding-left: 80px; } */
.what_stand_box { display: flex; align-items: flex-start; }
/* .what_stand_col.slick-center .what_stand_colin .what_stand_img { height: 340px; width: 340px; } */
.what_stand_col.slick-center .what_stand_colin .normal_title { opacity: 0; }
.what_stand_content h4 { font-size: 35px; line-height: 1; }
.what_stand_content { /*display: none;*/ transition:all 800ms ease; /*padding-right: 15px;*/ width:0; overflow: hidden;}
.what_stand_content > div{width: 460px;}
/* .what_stand_col.slick-center .what_stand_colin .what_stand_content { display: block; } */
.what_stand_more_text { background: #fff; border: 1px solid var(--main-color); border-radius: 20px; position: absolute; left: 0; width: 100%; display: none; margin-top:-210px; margin-left:0; padding: 20px 20px 50px; z-index: 1; }
.what_stand_more_textin { max-height: 220px; overflow: auto; }
.what_stand_content .learn a { font-family: var(--sec-font); position: relative; display: inline-block; vertical-align: top; padding-right: 20px; color: var(--fifth-color); }
.what_stand_content .learn a:after { position: absolute; content: ""; height: 15px; width: 12px; top: 0; bottom: 0; right: 0; margin: auto 0;  transition: all ease-in-out .4s; }
.what_stand_content .learn a:hover:after { top: 5px; }
.what_stand_img:before { position: absolute; content: ""; height: calc(100% + 16px); width: calc(100% + 16px); top: -8px; left: -8px; border: 1px solid var(--main-color); border-radius: 100%; transition: all ease-in-out .4s; opacity: 0; }
.what_stand_col.slick-center .what_stand_colin .what_stand_img:before { opacity: 1; }
.close_contentbox a { font-family: var(--sec-font); }
.what_stand_wrap .slick-list { padding-bottom: 191px !important; }
.what_stand_wrap .slick-track { display: flex; align-items: center; }
.what_stand_wrap .slick-arrow.slick-prev { top: 0; left: 53%; transform: translateX(-50%); }
.what_stand_wrap .slick-arrow.slick-next { left: 57%; top: 0; transform: translateX(-50%); right: auto; }
.what_stand_img_normal { display: none; }

.what_stand_more_textin::-webkit-scrollbar { width: 3px; }
.what_stand_more_textin::-webkit-scrollbar-thumb { background-color: var(--main-color); }
.what_stand_more_textin::-webkit-scrollbar-track { background: transparent; }

.what_stand_section .what_stand_col{transition: all ease 600ms;position: relative;}

.what_stand_section .slick-center .what_stand_img{transform:scale(1);}
.what_stand_section .slick-center .what_stand_content{width:460px;}
.what_stand_content>div {padding-right:15px;}

/*flex: 1 0 auto; min-width: 800px; max-width: 800px;*/
/* .what_stand_col .what_stand_colin { padding: 0 0;  } */
/* .what_stand_col.slick-center .what_stand_colin { width: 100%; padding: 0 0; } */
/* .what_stand_col .what_stand_colin { margin: auto; } */
.what_stand_col .what_stand_box { justify-content: center; }
.what_stand_content .learn a:after {background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/learn-more-Icon.svg) no-repeat center / cover;}
.what_stand_cover:before {background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/active-slider-dots.png) no-repeat center / cover;}
.what_stand_wrap .slick-arrow.slick-prev:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/stand-prev-arrow.svg) no-repeat center / cover; transform: none; } 
.what_stand_wrap .slick-arrow.slick-next:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/stand-next-arrow.svg) no-repeat center / cover; } 
/* .what_stand_wrap .slick-arrow.slick-prev { top: 0; left: 53%; transform: translateX(-50%); }
.what_stand_wrap .slick-arrow.slick-next { left: 57%; top: 0; transform: translateX(-50%); right: auto; }
.what_stand_img_normal { display: none; }

.what_stand_more_textin::-webkit-scrollbar { width: 3px; }
.what_stand_more_textin::-webkit-scrollbar-thumb { background-color: var(--main-color); }
.what_stand_more_textin::-webkit-scrollbar-track { background: transparent; } */

/* professional-opportunities */
.professional_section { padding: 70px 0 80px; }
.professional_section .opportunities_box_wrap .left_part { width: calc(80% - 23px); padding: 60px 50px; border: 1px solid #000; border-radius: 20px; }
.professional_section .opportunities_box_wrap .right_part { width: 20%; border-radius: 20px; border: 1px solid #000; background: var(--fifth-color); padding: 40px 15px; position: relative; }
.professional_section .opportunities_box_wrap .right_part .link_style a { border-bottom: 0; text-align: center; padding: 0; color: #fff; display: flex !important; align-items: center; gap: 6px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; justify-content: center; } 
.professional_section .opportunities_box_wrap .right_part .link_style a:after { filter: brightness(0) invert(1); height: 12px; }
.professional_section .opportunities_box_wrap .right_part .acccontent_arrow:after { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-arrow-bottom.png) no-repeat center / cover; filter: brightness(100); height: 48px; width: 48px; display: inline-block; transition: all .5s ease-in-out; }
.professional_section .opportunities_box_wrap .active .acccontent_arrow:after { transform: rotate(180deg); }
.professional_section .opportunities_box_wrap .right_part .acccontent_arrow { display: flex; cursor: pointer; }
.professional_section .opportunities_box_wrap .opportunities_content { padding: 20px 0 0; border-top: 1px solid #000; margin-top: 20px; }
.professional_section .left_part .opportunities_acc_box .opportunities_title { width: 40%; }
.professional_section .left_part .opportunities_acc_box .opportunities_text { width: calc(60% - 15px); }

/* why-life-at-linical */
.whylifelinical_section { padding: 150px 0 0; position: relative; }
.whylifelinical_section .left_part .pre_title { letter-spacing: 2.7px; font-family: var(--g-bold); }
.whylifelinical_section:after { content:""; border-radius: 453px; opacity: 0.4; background: #FFF100; filter: blur(150px); width: 453px; height: 453px; position: absolute; top: -25%; right: -10%; z-index: -1; }
.whylifelinical_section .left_part { width: 20%; }
.whylifelinical_section .left_part .left_image { width: 512px; height: 512px; border: 1px solid #000; border-radius: 50%; margin: 0 -150px; position: relative; }
.whylifelinical_section .right_part { width: calc(80% - 20px); border-radius: 60px; border: 1px solid #000; background: #FDF9F1; padding: 87px 60px 50px; }
.whylifelinical_section .right_part .right_details { padding-left: 90px; }
.whylifelinical_section .right_part .sub_title { color: #BDBBBB; }
.whylifelinical_section .right_part .title span { color: var(--fifth-color); }
.whylifelinical_section .right_part .ourcore_title { letter-spacing: 2.7px; font-family: var(--sec-font); color: var(--fifth-color); }
.whylifelinical_section .right_part .ourcore_values .ourcore_content { transition: all .4s ease-in-out; border-radius: 20px; background: #EAE6DF; margin-bottom: 15px; padding: 40px 56px 40px 60px; position: relative; z-index: 0; }
.whylifelinical_section .right_part .ourcore_values .ourcore_content:before { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/corevalue-icon.svg) no-repeat center / cover; height: 46px; width: 46px; display: inline-block; position: absolute; left: 20px; }
.whylifelinical_section .right_part .ourcore_values .ourcore_content.black:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/black_corevalue-icon.svg) no-repeat center / cover; }
.whylifelinical_section .right_part .ourcore_content .content { width: calc(50% - 10px); padding-left: 20px; }

/* employee-across-countries */
.acrosscountries_section { padding: 220px 0 0; position: relative; margin-top: -50px; }
.acrosscountries_section:after { background: var(--secondary-color); border: 1px solid; border-radius: 100% 100% 0 0; bottom: 0; content: ""; height: calc(100% + 2px); left: -60%; position: absolute; right: -60%; z-index: -1; }
.acrosscountries_section:before { content: ""; border-radius: 621px; opacity: 0.6; background: #0059FF; filter: blur(150px); width: 621px; height: 621px; position: absolute; right: -70px; top: 100px; }
.acrosscountries_section .heading_text { max-width: 1400px; margin: 0 auto 95px; position: relative; z-index: 9; }
.acrosscountries_section .heading_text h2 span { color: var(--fifth-color); }
.acrosscountries_section .heading_text h2 { font-size: 90px; line-height: 53px; margin-left: 0px; padding-bottom:45px;}
.acrosscountries_section .heading_text .bottom_content { flex-direction: row-reverse; }
.acrosscountries_section .heading_text .bottom_content .content { width: 23%; }
.acrosscountries_section .heading_text .bottom_content .sub_title { width: calc(80% - 90px); }
.acrosscountries_section .row_slider_wrap .title { color: rgba(156, 174, 206, 0.50); text-align: center; font-size: 80px; font-family: var(--sec-font); line-height: 80px; padding: 0 40px;font-weight:550; }
.acrosscountries_section .row_slider_wrap .fourth_row_slider .title { margin-bottom: -15px; }

/* life-at-linical */
.lifelinical_section { padding: 180px 0 44px; position: relative; z-index: 1; }
/*.lifelinical_section:before { background: var(--main-color); content: ""; height: 75%; left: 30px; position: absolute; top: 0; width: 1px; z-index: 9; }*/
.lifelinical_section:after { background: #fdf9f1; border: 1px solid; border-radius: 0 0 100% 100%; bottom: 0; content: ""; height: calc(100% + 2px); left: -40%; position: absolute; right: -40%; z-index: -1; }
.lifelinical_section .lifelinical_sec_wrap { font-size: 22px; line-height: 32px; padding: 0 0 0 calc(50% - 585px); }
.lifelinical_section .lifelinical_sec_wrap .left_part,
.lifelinical_section .lifelinical_sec_wrap .right_part { width: calc(50% - 20px); }
.lifelinical_section .lifelinical_sec_wrap .bg_image { width: 98%; height: 616px; border-radius: 300px 10px; position: relative; }
.lifelinical_section .lifelinical_sec_wrap .bg_image:after { border: 1px solid #000; border-radius: 300px 10px; bottom: -8px; content: ""; left: -8px; position: absolute; right: -8px; top: -8px; }
.lifelinical_section .lifelinical_sec_wrap .bg_image:before { content: ""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-image-start-img3.png) no-repeat center / cover; bottom: 0; display: inline-block; height: 158px; position: absolute; right: 35%; top: 13px; width: 58px; }  
.lifelinical_section .lifelinical_sec_wrap .left_part .pre_title { letter-spacing: 2.7px; font-family: var(--sec-font); color: var(--fifth-color); }
.lifelinical_section .simplemenu_list { border-radius: 20px; background: var(--secondary-color); padding: 36px; }
.lifelinical_section .simplemenu_list .hs-menu-wrapper.hs-menu-flow-horizontal ul { justify-content: space-between; flex-direction: inherit; }
.lifelinical_section .simplemenu_list .hs-menu-wrapper.hs-menu-flow-horizontal ul .hs-menu-item a { color: #ffffff; font-family: var(--sec-font); }
.lifelinical_section .simplemenu_box { position: absolute; bottom: -17px; margin: 0 auto; width: 100%; }

/* right-size-right-reach-white-and-blue */
.textblue_wrap .element_repeater_section .element_repeater_slider_title { color: var(--tertiary-color); }
.textblue_wrap .element_repeater_section .element_repeater_slider_title span { text-stroke: 2px var(--tertiary-color); -webkit-text-stroke: 1px var(--tertiary-color); }
.textblue_wrap .element_repeater_section .element_repeater_slider_title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; }

/* Employee highlights */
.box_content { padding-left: calc((100% - 1400px) / 2); }
.section-title { display: inline-block; padding-bottom: 50px; }
.person_postion { position: absolute; top: 23px; left: 23px; background-color: #E73736; padding: 8px 40px; border-radius: 30px; color: #fff; font-size: 13px; font-weight: 500; }
.employee_highlights_section .wrapper { max-width: 100%; padding: 0 15px; width: 1420px; }
.employee_highlights_section .slick-list { padding-right: 200px; }
.employee_highlights_block_item.slick-slide img { width: 100%; border-radius: 22px; border: 1px solid #000; height: 100% !important; object-fit: cover; object-position: top; }
.employee_highlights_block_item.slick-slide .inner-item-box { padding: 6px; padding-top: 45px; }
.employee_highlights_block_item.actives .inner-item-img { border: 1px solid #000; border-radius: 22px; }
.employee_highlights_block_item .inner-item-img { padding: 7px; position: relative; height: 610px; }
.employee_highlights_section .employee_highlights_block button { bottom: calc(100% + 50px); left: auto; right: 0; top: auto; }
.employee_highlights_section .employee_highlights_block .slick-prev { left: auto; right: calc(9% + 10px); }
.employee_highlights_section .employee_highlights_block .slick-next { right: 5%; }
.employee_highlights_section .employee_highlights_block .slick-arrow:before { width: 56px; height: 56px; }
.employee_highlights_section .employee_highlights_block .slick-arrow.slick-next:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-arrows.png); transform: none; }
.employee_highlights_section .employee_highlights_block .slick-arrow.slick-prev:before{background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/left-arrows.png); transform: none;}
.emp-data-box { max-width: 1400px; width: 100%; margin: 45px auto; background: var(--secondary-color); color: #fff; border-radius: 24px;}
.emp-data-box.actives {display: block;}
.employee_highlights_block_item.slick-slide .inner-item-box .data-bottom h4 { font-family: var(--libre); font-style: italic; margin-bottom: 10px; }
.employee_highlights_block_item.slick-slide .inner-item-box .data-bottom { margin-top: 15px; }
.employee_highlights_block_item.slick-slide .inner-item-box .data-bottom .view_story a { color: var(--main-color); }
.employee_highlights_block_item.slick-slide .inner-item-box .data-bottom .view_story a:hover {color: var(--fifth-color);}
.employee_highlights_block_item.slick-slide.actives .inner-item-box .data-bottom .view_story a { color: var(--fifth-color); }

.employee_highlights_block_item.actives .inner-item-img:before { content: ''; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/pattern.png); background-size: contain; content: ""; display: inline-block; height: 158px; position: absolute; right: 30px; top: -25px; width: 58px; }
.emp-data-box .bio-closed { width: 56px; height: 56px; cursor: pointer; }
.emp-data-box .emp_desc { padding-top: 50px; padding: 25px;}
.emp-data-box-top { display: flex; align-items: center; padding: 15px; }
.emp-data-box-top h3 { color: #fff; padding-left: 41px; font-family: var(--libre); font-style: italic; }
.emp-data-box .emp_desc h4 {color: #fff; margin-bottom: 15px;}

/* Job opening module style */
.inner-block-openings { position: relative; z-index: 3; padding-bottom: 50px;}
.job_open_cover { position: relative; z-index: 1; }
.job_open_cover:before { content: ''; background: #FDF9F1; border: 1px solid #000; position: absolute; left: 0; top: 194px; right: 0; bottom: 100px; z-index: -2; border-radius: 30px; }
.job_open_cover.open:before { bottom: 0; }
.job-opening { padding-top: 182px; }
.job-opening .wrapper { max-width: 100%; width: 1440px; }
.block-title .title { position: relative; font-size: 70px; }
.block-title .title:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50% / cover; bottom: 0; content: ""; display: inline-block; height: 18px; margin-left: 14px; position: relative; right: 0; top: 0; vertical-align: middle; width: 18px; }
.block-title { padding-bottom: 60px; }
.opening_cate { justify-content: space-between; width: 100%; }
.opening_cate_boxs { height: 456px; object-fit: cover; display: flex; align-items: center; width: 100%; background-size: 240px; border-radius: 30px; border: 1px solid var(--black, #000); justify-content: center; }
.opening_cate_boxs h5 { font-size: 19px; letter-spacing: 2.7px; }
.opening_cate .links { height: 456px; width: calc(35% - 61px); margin-right: 37px; }
.opening_cate .links:last-child {margin-right: 0;}
.opening_cate .links:hover .opening_cate_boxs { border-color: var(--fifth-color); border-width: 3px; }
.opening_cate .links.current .opening_cate_boxs { border-width: 3px; border-color: var(--fifth-color); }
.job-opening-title-box { margin-top: 100px; }
.job-opening-title-box .sep-with-title { text-align: center; }
.job-opening-title-box h3 {padding-bottom: 35px;}
.job-opening-title-box .sep-with-title h4 { position: relative; margin-bottom: 27px; z-index: 1; }
.job-opening-title-box .sep-with-title h4 span { background: #fdf9f1; display: inline-block; font-family: var(--main-font); padding: 5px 27px; font-style: normal; font-weight: 700; line-height: normal; color: #000; text-align: center; }
.job-opening-title-box .sep-with-title h4:before { content: ''; position: absolute; left: 0; right: 0; background: var(--fifth-color); height: 1px; top: 50%; transform: translateY(-50%); z-index: -1; }
.btn_style1.btn a {background: var(--tertiary-color); }
.btn_style1.btn a:hover {background: var(--fifth-color);}

.job-opening-content-box {width: 100%; margin: 0 auto;}
.listing_data { display: none; position: absolute; top: 100%; width: 100%; background: var(--fifth-color); border-radius: 5px; list-style: none; margin-top: 4px; padding: 0; z-index: 99; }
.listing_data li { padding: 5px 43px; text-transform: capitalize; }
.listing_data li:hover { background: #0c3685; }
.listing_data li a { color: #fff; font-size: 18px; font-weight: 500; }
.work-tab span { padding: 11px 78px 11px 40px; border-radius: 150px; border: 1px solid #000; width: 100%; display: block; font-style: normal; font-weight: 700; line-height: 38px; letter-spacing: 2.55px; font-size: 17px; background: #fff; background: #fff url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/Union.png) no-repeat; background-size: 14px; background-position: 95%; cursor: pointer; text-transform: capitalize; }
.main-filter-box { display: flex; align-items: center; gap: 0; margin: 77px 0 10px; }
.main-filter-box .work-tab { width: 38%; margin-right: 28px; position: relative;}
.remote-box a { padding: 18px 78px 18px 40px; border-radius: 150px; border: 1px solid #E73736; width: 100%; display: block; background: transparent; font-size: 17px; font-style: normal; font-weight: 700; letter-spacing: 1px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/right-Union.png) no-repeat; background-position: 95%; background-size: 14px; }
.remote-box a:hover {color: #fff; background:var(--fifth-color) url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hover-white.png) no-repeat; background-position: 95%; background-size: 14px;}
.remote-box { width: 20%; }
.data_items_raw { background: #fff; overflow: hidden; border: 1px solid transparent; border-radius: 30px; transition: all ease-in-out .4s; }
.data_items_raw:hover { border: 1px solid #000; background: transparent; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20); }
.data_items_raw .data-items{padding: 40px 30px 40px 130px; }
.get-in-touch-block { display: flex; padding: 58px 30px 50px 130px; margin: 50px 0; background: linear-gradient(133deg, #0C3685 8.33%, #0046C9 37.74%, #1D3F88 72.92%, #0247C8 100%); border-radius: 30px; justify-content: space-between; }
.get-in-touch-block .get-in-touch-block-left { width: 70%; }
.get-in-touch-block-left h4 { color: #fff; }
.get-in-touch-block-left p { color: #fff; }

.element-item {margin-bottom:20px;}
.inner-data-top { gap: 30px; justify-content: space-between; }
.inner-data-top h3 { font-style: normal; font-weight: 700; line-height: normal; color: #000;}
.department, .location {font-size: 18px; font-style: normal; font-weight: 700; line-height: 38px; letter-spacing: 2.7px; margin-right: 80px; }
.items-data span { color: var(--fifth-color); padding-left: 10px; font-style: normal; font-weight: 700; line-height: 38px; font-size: 17px; letter-spacing: normal; }
.element-item .popup .apply a { border: 1px solid red; display: block; color: var(--fifth-color); background: #fff; border-radius: 18px; height: 84px; line-height: 3;}
.element-item .popup .apply { display: block; width: 100%; margin-top: 51px; padding: 0 25px 30px;}
.element-item .popup .apply a:hover { border-color: var(--tertiary-color);  background: var(--tertiary-color); color: #fff;}
.left-pop h4 {margin-bottom: 20px; font-weight: 700; line-height: 38px; letter-spacing: 2.7px;}
.job-opening-content-box{padding: 0 50px;}

.info_btn { transition: all ease-in-out .4s; opacity: 0; visibility: hidden; }
.data_items_raw:hover .info_btn { opacity: 1; visibility: visible; } 
.popup.jonInfo_content .popup-data { padding: 0 100px 0 130px; font-size: 16px; margin: 0; }
.popup.jonInfo_content .popup-data h6 { margin-bottom: 15px; letter-spacing: 2.7px; }
.popup.jonInfo_content .popup-data ul { padding-left: 21px; }
.popup.jonInfo_content .popup-data .left-pop:nth-child(odd) { padding-right: 40px; padding-left: 0; }
.popup.jonInfo_content .popup-data .left-pop:nth-child(even) { padding-left: 40px; padding-right: 0; }

/* Form style */
.apply-now-inn { padding: 75px 97px 30px; border-radius: 30px; position:relative; z-index: 2; max-height: calc(100% - 90px); overflow: auto; }
.apply-now-inn::-webkit-scrollbar { width: 3px; }
.apply-now-inn::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,0.7); }
.apply-now-inn::-webkit-scrollbar-track { background: transparent; }
.apply-now-inn:before { content: ''; border-radius: 442.807px; opacity: 0.30000001192092896; background: #0059FF; filter: blur(75px); position: absolute; left: 22%; top: 11%; width: 442px; height: 442px; z-index: -1; }
.apply-now-inn form input {border-color: #fff;  color: #FFF; font-size: 18px; border-width: 1px; }
.apply-now-inn form .form-columns-1 span { color: #fff; }
.apply-now-inn .tittlebox { margin-bottom: 40px; }
.apply-now-inn .tittlebox h3 { font-size:30px; color: #9CAECE; font-style: normal; font-weight: 700; margin-bottom: 15px; }
.apply-now-inn .tittlebox h4 { font-size:30px; padding-left: 70px; color: #FFF; font-style: normal; font-weight: 700; }
.apply-now-inn form input::-webkit-input-placeholder { font-size: 18px; }
.apply-now-inn form input::-moz-placeholder { font-size: 18px; }
.apply-now-inn form input:-ms-input-placeholder { font-size: 18px; }
.apply-now-inn form input:-moz-placeholder { font-size: 18px; }
fieldset.form-columns-2 .hs-form-field:nth-child(1) { padding-right: 40px; }
fieldset.form-columns-2 .hs-form-field:nth-child(2) { padding-left: 40px; }

.hs_please_upload_your_resume { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.apply-now-inn form .hs_please_upload_your_resume label span { font-size: 18px; }
.apply-now-inn form .hs_please_upload_your_resume .input input { border: none; height: auto; }
.apply-now-inn form .file-upload-button { border: none; border-radius: 20px; color: var(--fifth-color); font-size: 14px; font-weight: 700; margin-top: 0; outline: none; text-align: center; width: 190px; display: block; height: 26px; }
.file-upload-wrapper { display: flex; align-items: center; justify-content: space-between; }
.file-upload-input { padding-left: 20px; order: 2; }
.dropdownlink {color: var(--fifth-color);}
.apply-now-inn .hs_please_upload_your_resume ul.no-list.hs-error-msgs.inputs-list { width: 100%; }
.apply-now-inn form ul.hs-error-msgs { position: absolute; color: #fff; }
.apply-now-inn form .hs_please_upload_your_resume .hs-error-msgs { display: none !important; }
.apply-now-inn form .custom-select-trigger { color: #fff; border-color: #fff; font-size: 17px; border-width: 1px; }
.apply-now-inn .form form textarea  {color:#fff;border-bottom: 2px solid #fff; height:70px; }

.job_apply_form .btnWrap { position: absolute; bottom: 0; left: 0; width: 100%; } 
.job_apply_form { padding: 20px 15px 20px 0; }

.grid.isotope { padding-top: 50px; } 
h5#clearfilter { text-align: center; font-size: 16px; position: relative; }
h5#clearfilter:after { position: relative; content: "x"; display: inline-block; vertical-align: middle; top: -1px; color: var(--fifth-color); transition: all .4s ease-in-out; }
h5#clearfilter a { color: var(--fifth-color); }

.job-opening-content-box, .jonInfo_content { display: none; }
.data_items_raw { position: relative; }
.job_apply_form { position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: block; transition: all ease-in-out .4s; opacity: 0; visibility: hidden; background-color: var(--secondary-color); }
.job_apply_form.open { opacity: 1; visibility: visible; }
.info_btn a { position: relative; min-height: 65px; display: flex; align-items: center; justify-content: center; }
.info_btn a span { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: flex; align-items: center; justify-content: center; }
.info_btn a span.closeText { display: none; }
.info_btn a.active span.closeText { display: flex; }
.info_btn a.active span.normal { display: none; }

.job_apply_form .btnWrap { padding: 15px; }
.job_apply_form .btnWrap a { width: 100%; border-color: #fff; text-transform: uppercase; color: #fff; font-size: 18px; letter-spacing: 2.7px; }
.job_apply_form .btnWrap a:hover { border-color: var(--fifth-color); }
.close_listing a { font-family: var(--sec-font); letter-spacing: 2.55px; }

/*############################  Form Template Page  ############################*/
/* form-template */
.formtemplate_page .gatewayglo_section { padding: 100px 0 160px; }
.formtemplate_section { padding: 144px 0 60px calc(50% - 700px); }
.formtemplate_section .formtemplate_sec_wrap { background: var(--tertiary-color); position: relative; overflow: hidden; padding: 119px 280px; border-radius: 40px 0 0 40px; z-index: 9; }
.formtemplate_section .formtemplate_sec_wrap:after { content: ''; border-radius: 755px; opacity: 0.5; background: #0059FF; filter: blur(150px); display: inline-block; width: 755px; height: 755px; position: absolute; top: 10%; right: -25%; z-index: -1; }
.formtemplate_section .formtemplate_sec_wrap:before { content: ''; border-radius: 621px; opacity: 0.3; background: #000; filter: blur(125px); display: inline-block; width: 755px; height: 755px; position: absolute; top: 30%; left: -25%; z-index: -1; }
.formtemplate_section .formtemplate_sec_wrap .head_content { max-width: 742px; position: relative; }
.formtemplate_section .formtemplate_bg_img { width: 684px; height: 330px; border-radius: 200px 10px; position: absolute; top: 0; right: -15px; }
.formtemplate_section .formtemplate_bg_img:after { opacity: 0.75; content: ""; border-radius: 198px 8px; height: 100%; width: 100%; display: inline-block; background: var(--secondary-color); }
.formtemplate_section .shape_bg_img { background:url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/form-net-shape.png) no-repeat center / cover; height: 654px; position: absolute; right: 0; top: 70px; width: 430px; }
.formtemplate_section .form_details_list form input[type=email],
.formtemplate_section .form_details_list form input[type=file],
.formtemplate_section .form_details_list form input[type=number],
.formtemplate_section .form_details_list form input[type=password],
.formtemplate_section .form_details_list form input[type=tel],
.formtemplate_section .form_details_list form input[type=text],
.formtemplate_section .form_details_list form select,
.formtemplate_section .form_details_list form textarea { color: #fff; border-bottom: 2px solid #fff; }
.formtemplate_section .form_details_list form input[type=file]{border-bottom:none }
.formtemplate_section .form_details_list form .hs-form-field>label {color:#fff;}
.formtemplate_section .form_details_list form select option { color: #000; }
.formtemplate_section .hs-richtext { color:#fff;padding-bottom:20px;}
.formtemplate_section .form_details_list .hs-submit .actions .hs-button:hover { background: var(--secondary-color); }

/*############################  Global Reach Template Page  ############################*/
/* form-section */
.form_gradient { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector-form.png) no-repeat 50%/cover; margin-top: -1px; }
.form_gradient .title,
.form_gradient .content { color: #fff; }
.form_gradient .form_details form input[type=email],
.form_gradient .form_details form input[type=file],
.form_gradient .form_details form input[type=number],
.form_gradient .form_details form input[type=password],
.form_gradient .form_details form input[type=tel],
.form_gradient .form_details form input[type=text],
.form_gradient .form_details form select,
.form_gradient .form_details form textarea { color: #fff; border-bottom: 2px solid #fff; }
.form_gradient .form_details input[type=submit] { border: 2px solid #fff; }
.form_gradient .form_details form select option { color: #000; }
.form_gradient .form_details form select { filter: brightness(100); background-size: 42px; background-position-x: 98%; background-position-y: top; }
.form_gradient .custom-select-trigger,
.formtemplate_section .custom-select-trigger { border-bottom: 2px solid #fff; color: #fff; font-size:24px; height: 51px;}
.form_gradient .hs-richtext {color:#fff; padding-bottom:20px;}
.form_gradient .hs-richtext a {color:#fff; text-decoration:underline;}

.form_gradient .custom-select-trigger:after { filter: brightness(100); }
.form_gradient form ul.hs-error-msgs,
.formtemplate_section form ul.hs-error-msgs { color: #fff; }
.globalreachmap_section .ourregions_main .map_box .country_name { font-size: 18px; font-family: var(--sec-font); }

/* global-reach */
.globalreachmap_section { padding: 130px 0 90px; background: linear-gradient(288deg, #f2f0ec, #fcfbfa); }
.globalreachmap_section .globalreachmap_details { padding: 0 0 0 calc(50% - 585px); }
/*.globalreachmap_section .globalreach_main:before { background: var(--main-color); content: ""; height: 100%; left: 30px; position: absolute; top: 0; width: 1px; z-index: 9; }*/
.globalreachmap_section .globalreach_sec_wrap .left_part,
.globalreachmap_section .globalreach_sec_wrap .right_part { width: calc(50% - 20px); }
.globalreachmap_section .globalreach_sec_wrap .bg_image { height: 650px; width: 100%; }
.globalreachmap_section .globalreach_sec_wrap .left_part .pre_title { letter-spacing: 2.7px; color: var(--fifth-color); font-family: var(--sec-font); }
.globalreachmap_section .ourregions_main { position: relative; }
.globalreachmap_section .ourregions_main .regions_title { letter-spacing: 2.7px; font-family: var(--g-bold); }
.globalreachmap_section .ourregions_main .map_box { overflow: hidden; cursor: pointer; border-radius: 50%; border: 1px solid #000; width: 225px; height: 225px; padding: 95px 0 20px; background: #fff; position: relative; z-index: 9; }
.globalreachmap_section .ourregions_main .map_box .country_name { letter-spacing: 2.7px; text-transform: uppercase; }
.globalreachmap_section .ourregions_main .tabhead_text { column-gap: 95px; position: relative; }
.globalreachmap_section .ourregions_main .tabhead_text:before { content: ""; display: inline-block; position: absolute; width: 90%; border-top: 2px solid #000; top: 40%; right: -20px; }
.globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap { column-gap: 95px; }
.globalreachmap_section .ourregions_main .map_box .link_style { position: relative; opacity: 0; }
.globalreachmap_section .ourregions_main .map_box .link_style:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/explore-icon.svg) no-repeat 50%/cover; bottom: 0; content: ""; display: inline-block; height: 10px; margin: auto 0; position: relative; right: 0; top: 0; transition: all .4s ease-in-out; vertical-align: middle; width: 11px; filter: brightness(0) invert(1); }
.globalreachmap_section .ourregions_main .map_box .link_style.dark-icon:after { filter: invert(1) brightness(0.5); }
.globalreachmap_section .ourregions_main .map_box:hover .link_style,
.globalreachmap_section .ourregions_main .active .map_box .link_style { opacity: 1; }
.globalreachmap_section .ourregions_main .map_box .map_image { width: 145px; height: 116px; position: absolute; top: 24%; right: 15%; z-index: -1; opacity: 0.7; transition: all .4s ease-in-out; }
.globalreachmap_section .ourregions_main .regions_details_wrap .logo_icon { width: 30px; height: 30px; margin: 0 0 -12px -16px; position: relative; }
.globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content .regions_details_wrap { position: absolute; top: 38%; left: 21%; }
.globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content:nth-child(2) .regions_details_wrap { top: 42%; left: 48%; }
.globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content:nth-child(3) .regions_details_wrap { top: 55%; left: 70%; }
.globalreachmap_section .ourregions_main .regions_details_box { border-radius: 11px; border: 1px solid #000; background: #fff; padding: 15px 10px; max-width: 244px; }
.globalreachmap_section .ourregions_main .regions_details_box .country_name { position: relative; font-style: italic; font-family: var(--libre); text-transform: capitalize; font-size:28px;}
.globalreachmap_section .ourregions_main .regions_details_box .country_name:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/hero-title-pattern.svg) no-repeat 50%/cover; content: ""; display: inline-block; height: 14px; margin: 0 0 4px 15px; vertical-align: middle; width: 14px; }
.globalreachmap_section .ourregions_main .regions_details_box .content { font-size: 14px; line-height: 22px; padding-bottom: 10px; }
.globalreachmap_section .ourregions_main .regions_details_box .link_style a { color: var(--fifth-color);font-weight:550; }
.globalreachmap_section .ourregions_main .regions_details_box .link_style a:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/simple-arrow-red.svg) no-repeat 50%/cover; }
.globalreachmap_section .ourregions_main .globalmap_wrap svg { max-width: 1451px; height: 851px; overflow: visible; }
.globalreachmap_section .ourregions_main .globalmap_wrap svg .map-area.active { filter: drop-shadow(0 0px 20px rgba(0, 0, 0, 0.6)); }
.map-area { cursor: pointer; }

/* global-across-countries */
.acrosscountries_section.globalcountries_sec:before, .acrosscountries_section.globalcountries_sec:after { display: none; }
.acrosscountries_section.globalcountries_sec { margin-top: 0; padding: 0; background: linear-gradient(198deg, rgba(242,240,236,1) 0%, rgba(252,251,250,1) 100%); }
.acrosscountries_section.globalcountries_sec .heading_text h2 { color: var(--tertiary-color); }
.acrosscountries_section.globalcountries_sec .row_slider_wrap .title { color: #C9C1B2; }

/*############################  Resource Center Overview Page  ############################*/
/* resource-center-hub */
.resourcehub_section { margin: 150px 0 0; padding: 65px 15px 0; }
.resourcehub_section .resourcehub_sec_wrap h1.title { font-size: 80px; }
.resourcehub_section .large_wrapper { margin: 0 auto; }
.resourcehub_section .resourcehub_sec_wrap { border-radius: 30px; border: 1px solid #000; background: rgba(0, 0, 0, 0.50); padding: 118px 15px 210px; position: relative; z-index: 9; }
.resourcehub_section .resourcehub_sec_wrap:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/blog-head-pattern.png) no-repeat 50%/cover; top: 30%; content: ""; display: inline-block; height: 168px; right: 8%; margin-left: 0; position: absolute; vertical-align: top; width: 66px; z-index: -1; }
.resourcehub_section .resourcehub_sec_wrap .content { max-width: 810px; margin: 0 auto; font-size: 25px; line-height: 35px; }

/* 3-tabs-anchor-down */
.ancharlink_section { padding: 0 0 90px; }
.ancharlink_section .large_wrapper { margin: 0 auto; }
.ancharlink_section .ancharlink_sec_wrap { margin: -50px -20px 0; position: relative; z-index: 9; }
.ancharlink_section .ancharlink_main { transition: all .4s ease-in-out; width: calc(33.33% - 20px); border-radius: 10px; border: 1px solid #000; background: #FDF9F1; position: relative; text-align: right; }
.ancharlink_section .ancharlink_main a { padding: 32px 33px 32px 32px; width: 100%; }
.ancharlink_section .ancharlink_main .anchar_icon { width: 47px; height: 65px; }
.ancharlink_section .ancharlink_main .title { letter-spacing: 2.7px; color: #000; font-family: var(--sec-font); text-transform: uppercase; padding-left: 10px; font-weight:550; }
.ancharlink_section .ancharlink_main:hover { background: var(--tertiary-color); }
.ancharlink_section .ancharlink_main:hover .title { color: #fff; }
.ancharlink_section .ancharlink_main:hover .anchar_icon { filter: invert(19%) sepia(71%) saturate(4640%) hue-rotate(219deg) brightness(102%) contrast(103%); }

/* articles-research-blog-feed */
.artresearch_section { padding: 90px 0 70px; }
.head_main_wrap .title { letter-spacing: 2.7px; font-family: var(--g-bold); border-bottom: 2px solid #000; width: calc(70% - 30px); padding-bottom: 15px; font-weight:550; }
.head_main_wrap .link_style { width: 30%; margin-bottom: -9px; }
.head_main_wrap .link_style a { color: var(--fifth-color); font-size: 20px; padding: 0; border-bottom: 0;font-weight:550; }
.head_main_wrap .link_style a:after,
.artresearch_section .left_part .artpost_text_wrap .link_style a:after,
.whitepaper_section .paperreport_main .link_style a:after { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/simple-arrow-red.svg) no-repeat 50%/cover; }
.artresearch_section .left_part { width: calc(60% - 30px); }
.artresearch_section .right_part { width: calc(40% - 30px); }
.artresearch_section .left_part .artsearch_post { background: #FDF9F1; border-radius: 30px; border: 1px solid #000; }
.artresearch_section .left_part .post_image img { height: 420px; object-fit: cover; border-radius: 30px; width: 100%; }
.artresearch_section .left_part .artpost_text_wrap { padding: 40px 15px 33px 30px; }
.artresearch_section .left_part .post_image { position: relative; }
.artresearch_section .artpost_details .topiclink_set { bottom: 30px; position: absolute; left: -20px; }
.artresearch_section .left_part .artpost_text_wrap .post-title h4 a,
.artresearch_section .right_part .viewall_post .post-title h5 a { color: #000; }
.artresearch_section .left_part .artpost_text_wrap .link_style a { color: var(--fifth-color); border-bottom: 0; }
.artresearch_section .right_part .viewall_post .post-title { padding: 20px 0 50px; margin: 0 0 50px 0; border-bottom: 1px solid #000; }
.viewall_btn_main a { font-family: var(--g-bold); border: 1px solid var(--fifth-color); width: 100%; display: inline-block; padding: 18px; border-radius: 7px; text-align: center; font-weight:550;}
.viewall_btn_main a:hover { background-color: var(--tertiary-color); color: #fff; border: 1px solid var(--tertiary-color); }

/* */
.topic-link { border-radius: 100px; background: var(--fifth-color); color: #fff; min-width: 222px; display: inline-block; text-align: center; padding: 5px 15px; font-size:15px;letter-spacing: 2.4px;text-transform:uppercase; }
.topic-link2 { border-radius: 100px; background: transparent; font-family: var(--sec-font); border: 1px solid var(--fifth-color); color: var(--fifth-color); min-width: 222px; display: inline-block; text-align: center; padding: 3px 4px 0px 0px; font-size:15px; letter-spacing: 2.4px; text-transform:uppercase; }
.topic-link:hover { color: #fff; } 
.topic-link2:hover { color: var(--fifth-color); }

/* white-papers-reports-blog-feed */
.whitepaper_section { padding: 80px 0 50px; }
.whitepaper_section .paperreport_main { width: calc(50% - 20px); padding-left: 45px; position: relative; }
.whitepaper_section .paperreport_main:before { content: ""; display: inline-block; width: 7px; height: 100%; background: #FFF100; border-radius: 10px; position: absolute; left: 0; }
.whitepaper_section .paperreport_main .post-title h4 a { color: #000; }
.whitepaper_section .viewall_btn_main { width: 48%; margin-left: auto; }
.whitepaper_section .paperreport_main .link_style a { color: var(--fifth-color); }

/* case-studies-blog-feed */
.casestudies_section { padding: 70px 0; }
.casestudies_section .large_wrapper { max-width: 1500px; margin: 0 auto;  }
.casestudies_section .casestudies_sec_wrap { border-radius: 60px; border: 1px solid #000; background: #FDF9F1; padding: 100px 0 100px 110px; overflow: hidden; margin: 0 20px; }
.casestudies_section .casestudies_sec_wrap .viewall_btn_main { width: 40%; margin: 40px auto 0; }
.casestudies_section .recentpost_box .recentpost_image { position: relative; }
.casestudies_section .recentpost_box .recentpost_image img { border-radius: 30px; width: 100%; height: 423px; object-fit: cover; }
.casestudies_section .recentpost_box .recentpost_image:after { content: ""; border-radius: 30px; background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 0%, rgba(10, 43, 104, 0.00) 100%); height: 100%; position: absolute; width: 100%; left: 0; bottom: 0; }
.casestudies_section .recentpost_box .recentpost_box_wrap { position: relative; padding-left: 20px; margin-right: 100px; }
.casestudies_section .recentpost_box .topic_content { position: absolute; bottom: 0; padding: 38px 40px; }
.casestudies_section .recentpost_box .topic_content .post-title h5 a { color: #fff; }
.casestudies_section .recentpost_box .topic_content .topic-link { margin-left: -60px; }
.casestudies_section .recentpost_box .slick-list { padding-right: 450px; }
.casestudies_section .recentpost_box .slick-arrow.slick-next { right: 462px; top: 50%; }
.casestudies_section .recentpost_box .slick-disabled { display: none !important; }
.casestudies_section .recentpost_box .slick-arrow.slick-prev { left: -80px; top: 50%; }
.casestudies_section .recentpost_box .slick-arrow:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/next-arrow-blue.svg) no-repeat 50%/cover; }


/* Media Query Css */
@media (min-width: 768px){
    .blog_feed_contentbox.mbl, .expertise_number_colin .link_style, .history_year_slider_section, .mbl_leader_bio { display: none; }  

    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .ourregions_main .tabhead_text .arrow_grp { display: none; }
}
@media(min-width: 992px){ 
    .desk_hide { display: none; }

    /*############################  Careers Page  ############################*/
    /* why-life-at-linical */
    .whylifelinical_section .right_part .ourcore_values .content,
    .whylifelinical_section .right_part .ourcore_values .ourcore_content:before { opacity: 0; visibility: hidden; }
    .whylifelinical_section .right_part .ourcore_values .content { height: 0; }
    .whylifelinical_section .right_part .ourcore_values .ourcore_content:hover .content, .whylifelinical_section .right_part .ourcore_values .ourcore_content:hover:before { opacity: 1; visibility: visible; }
    .whylifelinical_section .right_part .ourcore_values .ourcore_content:hover .content { height: auto; }
    .whylifelinical_section .right_part .ourcore_values .ourcore_content:hover { transform: scale(1.2); z-index: 9; }
    .whylifelinical_section .right_part .ourcore_content .title { width: 100%; padding-left: 20px; }
    .whylifelinical_section .right_part .ourcore_content:hover .title { width: calc(50% - 10px); }


}

@media (min-width: 1201px){
    /*############################  Individual Therapy Page  ############################*/ 
    .speciality_wrap .slick-current .speciality_colin { width: 575px; margin-left: -60px !important; }
    .speciality_wrap .slick-current .speciality_colin .speciality_img_box { height: 800px; }
    .speciality_wrap .slick-current .speciality_content_box, .speciality_wrap .slick-current .speciality_box:before, .speciality_wrap .slick-current .speciality_img_box:before { opacity: 1; }
    .speciality_wrap .slick-current + div .speciality_colin { margin: 0 10px 0 auto; }
    .speciality_col.slick-current .speciality_colin { margin: 0 auto; } 
    /*     .what_stand_col.slick-center { width: 700px!important; } */
}

@media (min-width: 1400px){
    .large_wrapper { width: 1390px; max-width: 100%; }
    .expertise_number_section .large_wrapper, .individual_therapy_faq_section .wrapper.large_wrapper { width: 1390px; padding-top:75px; padding-bottom:75px; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .main_title { font-size: 65px; line-height: 1.23; }
    .banner_caption h1, .patient_testimonial_head h2 { font-size: 60px; }
    .patient_testimonial_head h2 { line-height: 1.1; }
    .personalized_help_content h2 { line-height: 1.1; }

    .expertise_head h2, .clinicalphase_section .clinicalphase_sec_wrap .main_title, .our_people_head h2, .ourcareer_section .ourcareer_sec_wrap .main_title { font-size: 65px; }
    .blog_feed_head h2 { font-size: 60px; }
    .ourcareer_content_wrap h3 { font-size: 50px; }

    .investor_section .resources_sec_wrap .right_part .right_resource_sec .right { padding-right: 10px; }

    .leadership_head h2 { font-size: 70px; }
    .job-opening-title-box h3 { font-size: 50px; }
    .casestudy_section .casestudy_sec_wrap h2.title { font-size: 45px; }

    /**/
    .ourbenefits_section .wrapper { width: 1320px; } 
    .ourbenefits_section .ourbenefits_sec_wrap .right_part .content { padding-bottom: 40px; } 
}

@media (min-width: 1651px){
    .what_stand_col.slick-center { width: 800px!important; }
}

@media (max-width: 1900px){
    .expert_raw_wrap .img.acc_content { padding: 30px 0 50px 15px; }
    .expert_raw_wrap .acc_top_content_box { padding-bottom: 15px; max-width:800px;}
    .expert_raw_wrap .acc_content_box h5 { margin-top: 10px; padding-bottom:0px;}
    .expert_raw_wrap .acc_content_box { padding: 20px; }
    .expert_raw_wrap .acc_content_box h3 { font-size: 35x; }
}

@media (max-width: 1740px){
    /*.banner_announce_raw { right: -200px; }*/
    
    .expert_raw_wrap .img.acc_content { width: 900px !important; max-width: 100%; }
}

@media(max-width: 1650px){
    /*.banner_announce_raw { width: 850px; }*/
    .banner_announce_caption { padding-right: 150px; }
    
    .what_stand_section .slick-center .what_stand_content { width: 340px; }
    .what_stand_content > div { width: 300px; padding-right: 15px; }
    .what_stand_img { height: 200px; width: 200px; }
    .what_stand_content h4 { font-size: 26px; }
    .normal_title { padding: 0; margin-bottom: 30px; } 

    /*############################  Individual Therapy Page  ############################*/
    .therapy_service_imgwrap { padding-right: 280px; }
    .therapy_menu_box { width: 250px; padding: 30px 15px; }
    .therapy_menu_list_wrap h5 { letter-spacing: 0.15em; }
    .therapy_service_img { width: 100%; padding-left: calc((100% - 1090px)/2); }

    .related_link_section { width: 250px; padding: 30px 15px; }
    .related_link_section .circular_banner_link_wrap { padding-right: 0; }
    .related_feed_box .title { letter-spacing: 0.5px; }
    .normal_content_section .wrapper { width: 1200px; padding-right: 270px; }
    .normal_content_faq_raw_wrap .normal_content_faq_raw .wrapper { width: 1200px; padding: 0 15px; }
}

@media(max-width: 1629px) {
    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .ourregions_main .globalmap_wrap svg { max-width: 1199px; }  
    .globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content .regions_details_wrap { top: 40%; }
    .globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content:nth-child(2) .regions_details_wrap { top: 50%; }
    .globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content:nth-child(3) .regions_details_wrap { left: 67%; top: 58%; }
    
    .banner_left{padding-left: 70px;}
}

@media(max-width: 1600px){
    /* Blog Feed Slider */
    .blog_feed_wrap button.slick-prev.slick-arrow { left: 40px; }
    .blog_feed_wrap button.slick-next.slick-arrow { right: 40px; }
}

@media(max-width: 1589px){
    /* successful-client */
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:first-child { translate: 0 -25px; }
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:last-child { translate: 0 -33px; }
}

@media (max-width: 1510px){
    /*############################  Carrers Page  ############################*/
    /* our-people-culture */
    .ourpeople_section .imagebox_list .img_first { width: 327px; height: 327px; }
    .ourpeople_section .second_image .img_second { height: 541px; width: 338px; }
    .ourpeople_section .third_image .img_third { width: 288px; height: 288px; }
    .ourpeople_section .fourth_image .img_fourth { width: 361px; height: 521px; }

    /* employee-across-countries */
    .acrosscountries_section .heading_text { max-width: 1250px; }
    .acrosscountries_section .heading_text h2 { font-size: 70px; padding-bottom:20px;}
    .what_stand_col .what_stand_box .normal_title { transform: translateY(30px); }
    
    .banner_right{min-height: 1100px;}
    .banner_announce_raw{padding: 36px 100px 30px 60px;}
}

@media(max-width: 1450px){
    /*.banner_announce_raw { right: -230px; }*/
    .hero_bottom_img { bottom: 28px; }

    .expert_raw .top_title { width: 80px; }
    .expert_raw_wrap .indexin .acc_title h4 { font-size: 30px; }
    .expert_raw_wrap .acc_content_box h3 { font-size: 35px; }
    .expertise_main_area .container { padding-left: 4.25rem; padding-right: 4.25rem; }
    
    .expert_raw_wrap .img.acc_content { width: 650px !important; max-width: 100%; } 

    /* process */
    .process_section .process_sec_wrap .right_image { right: 10px; }
    .process_section .process_sec_wrap .right_image .right_side_image { height: 700px; width: 420px; }

    /* 3-items-boxes */
    .itemsbox_section .heading_title { padding: 93px 70px 0; }
    .itemsbox_section .itemsbox_cover .itemsbox_content { padding: 506px 20px 199px 36px; }
    .itemsbox_section .itemsbox_cover .itemsbox_wrap:hover .itemsbox_content { padding: 385px 20px 199px 36px; }

    /*############################  Individual Therapy Page  ############################*/
    .therapy_service_img { padding-left: 20px; }

    .therapy_service_circle_cover { margin: 0 auto; max-width: 980px; width: 100%; }
    .therapy_service_circle_col { width: calc(50% + 60px); }
    .therapy_service_circle_colin, .therapy_service_circle_colin:hover { width: 550px; height: 550px; }
    .therapy_service_circle_wrap .fabIcon { height: 250px; width: 80px; background-size: 80px 250px; }
    .therapy_service_circle_box h3 { font-size: 24px; }
    .therapy_service_circle_hover>div { width: 100%; padding: 15px 70px; font-size: 15px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section .images_section { padding-left: calc(50% - 610px); }
    .linicalglance_section .images_section .image_three { height: 325px; width: 530px; }
    .linicalglance_section .images_section .image_one { height: 333px; width: 487px; }
    .linicalglance_section .images_section .image_two { height: 231px; width: 231px; }

    /* cta-strip-with-bg-color */
    .ctastriptext_section .ctastriptext_sec_wrap { margin: 0; }

    /*############################  Carrers Page  ############################*/
    /* our-people-culture */
    .ourpeople_section .imagebox_list { padding-left: calc(50% - 620px); }
    .ourpeople_section .imagebox_list .img_first { height: 277px; width: 277px; }
    .ourpeople_section .second_image .img_second { height: 500px; width: 308px; }
    .ourpeople_section .third_image .img_third { height: 248px; width: 248px; }
    .ourpeople_section .fourth_image .img_fourth { height: 481px; width: 311px; }

    /* What We Stand For */
    .what_stand_colin { width: 200px; }
    .what_stand_section .what_stand_col .what_stand_colin { margin: auto; width: 100%; }

    .what_stand_img { height: 150px; width: 150px; }
    .what_stand_col.slick-center .what_stand_colin .what_stand_img { height: 300px; width: 300px; }
    /*     .what_stand_content { width: calc(100% - 300px); } */
    .what_stand_content { width: 100%; } 
    .what_stand_col .what_stand_box .what_stand_content { display: none; }
    .what_stand_section .slick-center .what_stand_content { display: block; }
    .what_stand_section .what_stand_col { width: 740px !important; }
    .what_stand_col.slick-center .what_stand_colin { width: 740px; }
    .what_stand_wrap .slick-arrow.slick-next { left: 58%; }
    .what_stand_cover:before { left: 14%; }

    /* Job Opening */
    .box_content { padding-left: 70px; }
    .remote-box a, .work-tab span { font-size: 14px; }
    .remote-box a { padding:17px 58px 17px 18px; } 

    /*############################  Resource Center Overview Page  ############################*/
    /* 3-tabs-anchor-down */
    .ancharlink_section .ancharlink_sec_wrap { margin: -50px 20px 0; }

}

@media (max-width: 1399px){
    .number_data_colin { height: 280px; width: 280px; }
    .number_data_colin .number { font-size: 70px; }

    /* case-study */
    .casestudy_section .casestudy_sec_wrap { margin-left: 0; }

    /*############################  Individual Therapy Page  ############################*/
    .speciality_wrap .slick-current .speciality_colin { width: 450px; margin-left: -35px !important; }
    .speciality_colin { margin: 150px 0 0; width: 230px; }
    .speciality_img_box { height: 350px; }
    .speciality_content_box { padding: 15px 30px 50px; }
    .speciality_img_box:before { background: linear-gradient(180deg, #0a2b68 40%, rgba(10, 43, 104, 0) 77.76%); }
}

@media(max-width: 1350px){
    /*############################  Homepage  ############################*/
    /* get-from-lab-to-life-faster */
    .lifefaster_section { padding: 140px 60px 57px calc(50% - 585px); }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .main_title { padding: 0 0 27px 0; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian { margin-left: 0; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details { max-width: 620px; }
    .lifefaster_section .lifefaster_sec_wrap .right_image { max-width: 480px; }

    /* gateway-to-global */
    .gatewayglo_section .gatewayglobal_box_wrap .main_title { font-size: 150px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box { margin-top: 10px; }

    /* investor-resources */
    .investor_section .resources_sec_wrap .left_part { padding: 35px 25px 20px; }
    .investor_section .resources_sec_wrap .right_part { padding: 35px 40px 20px 34px; }

    /*############################  Services  ############################*/
    /* round-circle-banner-with-normal-text */
    .circle-banner .image .inner { height: 575px; }

    .expert_raw_wrap .acc_list_cover .btn_cover { padding-left: 20px; }

    /*############################  Individual Therapy Page  ############################*/ 
    /* therapy-investor-resources */
    .investor_section.therapyinv_section .resources_sec_wrap .left_part { padding: 50px 35px 60px; }

    /*############################  Careers Page  ############################*/ 
    /* employee-across-countries */
    .acrosscountries_section .heading_text { max-width: 100%; margin: 0 20px 70px; }
    .acrosscountries_section .heading_text h2 { font-size: 70px; margin-left: 0; }

    /*############################  Resource Center Overview Page  ############################*/ 
    /* case-studies-blog-feed */
    .casestudies_section .recentpost_box .slick-list { padding-right: 350px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-next { right: 362px; }

    .what_stand_col.slick-center { width: 750px!important; }
    
    .banner_right .circle-image.image-2{bottom: 360px;}
}

@media (max-width: 1280px){
    /*############################  Homepage  ############################*/
    .expertise_main_area .container { padding: 0 30px; } 
    .expert_raw .top_title { width: 100%; }
    .service_slide_content { width: 100%; }
    .expert_raw>div { flex-wrap: wrap; }
    .expert_raw .top_title button.index { padding: 0 15px; border-radius: 40px 40px 0 0; border-bottom: 1px solid #fff !important; border-left: 0; height: auto; }
    .expert_raw_wrap .indexin { width: 100%; justify-content: flex-start; padding: 15px 0; }
    .expert_raw_wrap .indexin .acc_title { margin: 0; }
    .expert_raw:first-child { border-radius: 40px 40px 0 0; }
    .expert_raw_wrap .img.acc_content:before { display: none; }
    .expert_raw_wrap .img.acc_content .title { display: none; }
    .expert_raw_wrap .acc_content_box { padding: 0; }
    .expert_raw_wrap .img.acc_content { padding: 30px 30px 70px; }
    .expert_raw_wrap .acc_top_content_box { margin-bottom: 20px; max-width: 100%; }
    .expert_raw { min-height: 1px; }
    .expert_raw>div { height: auto; }
    .acc_icon { height: 34px; width: 34px; }
    .expert_raw_wrap .indexin .acc_title h4 { margin-left: 13px; font-size:20px; }
    .acc_icon img { max-height: 34px; width: auto; }
    .what_stand_col.slick-center .what_stand_colin { width: 100%; padding: 0 15px; }
}

@media (max-width: 1300px){
    /*.banner_announce_raw { width: 740px; }*/
    .banner_announce_caption { font-size: 18px; padding-right: 250px; padding-top: 65px; line-height: 1.35; padding-left: 100px; }
    .banner_section:before { left: 15px; }

    /*############################  Services  ############################*/
    /* clinical-trial-management */
    .clinical-trial:before { left: 15px; }

    /*############################  Individual Therapy Page  ############################*/
    /* cancer-type-list */
    .heading_content .head_title { margin-left: 30px; }
    .heading_content .head_subtitle, .heading_content .head_title { font-size: 62px; }


    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section:before { left: 15px; }
    .linicalglance_section .images_section { padding-left: calc(50% - 570px); }

    /* right-choice-cro */
    .rightchoice_section .logo_img { margin-left: 0; }

    /* who-we-serve */
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box { margin-left: 45px; }

    /* Our Core Value */
    .core_value_col:nth-child(2) { right: 0; }

    /* Our History */
    .left_year_digit { width: 550px; }
    .history_year_right { width: calc(100% - 550px); }
    .history_nav { top: 200px; }

    /*############################  Careers Page  ############################*/
    /* why-life-at-linical */
    .whylifelinical_section .left_part .left_image { height: 462px; margin: 0 -100px; width: 462px; }

    /* life-at-linical */
    .lifelinical_section:before { left: 15px; }

    /* employee-across-countries */
    .acrosscountries_section:before { filter: blur(100px); height: 501px; width: 501px; } 

    /*############################  Form Template Page  ############################*/
    /* form-template */
    .formtemplate_section .formtemplate_sec_wrap { padding: 119px 150px; }

    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .globalreach_main:before { left: 15px; }
    .globalreachmap_section .globalreach_sec_wrap .bg_image { height: 600px; }
    .globalreachmap_section .ourregions_main .map_box { height: 205px; padding: 75px 0 20px; width: 205px; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap { column-gap: 45px; }
    .globalreachmap_section .ourregions_main .globalmap_wrap svg { max-width: 100%; height: 681px; } 
    .globalreachmap_section .ourregions_main .tabhead_text:before { width: 87%; }

}

@media (max-width:1200px){
    .container .dnd-section > .row-fluid, .wrapper { width:920px; }

    /*############################  Homepage  ############################*/
    /* Banner */
    /*     .banner_section:before { left: 5px; }
    .banner_left { width: 45%; padding-right: 0px; }
    .banner_right { width: 55%; }
    .hero_main_img { height: 600px; }
    .banner_logo_raw { padding-top: 50px; }
    .hero_bottom_img { height: 110px; width: 110px; left: 40px; }
    .banner_caption { font-size: 18px; }
    .banner_announce_raw { background: var(--fifth-color); margin: 50px auto 0; width: 500px; position: relative; bottom: 0; top: 0; left: 0; right: 0; max-width: 100%; padding: 30px; text-align: center; height: auto; min-height: 1px; }
    .banner_announce_caption { padding: 0; } */

    /*.banner_announce_raw { width: 600px; background-size: cover; right: -90px; }*/
    .banner_announce_caption { padding-right: 120px; }
    
    .banner_left{width: 65%;}
    .banner_right{width:35%;}
    .banner_right .circle-image.image-2{bottom: 160px;}

    /* Circle Section */
    .personalized_help_content .title h2 { font-size: 26px; line-height:36px;}
    .personalized_help_content { padding-right: 120px; padding-top: 80px; padding-left: 70px; }
    .personalized_help_col h5 { font-size: 22px; }
    .personalized_help_col { font-size: 16px; line-height: 1.35; }
    .personalized_help_img { height: 425px; }

    /* Number Section */
    .number_data_colin { height: 210px; width: 210px; }
    .number_data_colin .number { font-size: 50px; }
    .number_data_colin .title { padding: 0 10px; letter-spacing: 0.5px; font-size: 16px; line-height: 1.25; }

    /* Element Word Auto Slider */
    .element_repeater_slider_title { font-size: 80px; }

    /* get-from-lab-to-life-faster */
    .lifefaster_translate { translate: 0; }
    .lifefaster_section { padding-left: calc((100% - 920px) / 2); }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details { max-width: 530px; }
    .lifefaster_section .lifefaster_sec_wrap .right_image { max-width: 400px; }
    .lifefaster_section .button_text a { font-size: 32px; line-height: 36px; padding: 40px 100px; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordion_list_box .accordion_list svg { width: 35px; height: 35px; }

    /* gateway-to-global */
    .gatewayglo_section .gatewayglobal_box_wrap { padding: 80px 0 0 220px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box { padding: 57px 40px 100px; margin-top: 15px; }
    .gatewayglo_section .gatewayglobal_box_wrap .main_title { font-size: 120px; padding-left: 17px; }
    .gatewayglo_section .gatewayglobal_box_wrap .main_title:after { top: 20%; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap { margin-top: -40px; padding-left: 100px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content { padding: 10px 20px 10px 110px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main { width: 60%; }

    /* investor-resources */
    .investor_section { padding: 40px 0 55px 0; }
    .investor_section .investor_sec_wrap { padding-left: calc((100% - 920px) / 2); }
    .investor_section .heading_sec_wrap { margin: 0 15px 30px 0; }
    .investor_section .resources_sec_wrap .right_part { width: calc(65% - 20px); }
    .investor_section .heading_sec_wrap .right_part { padding-left: 15px; }
    .investor_section .resources_sec_wrap .right_part .right_resource_sec .left .box_link_sec .title_sec { font-size: 16px; }

    /* clinical-trial-phases */
    .clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text { text-align: left; }
    .clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text a { padding: 0; }
    .clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button { width: 100%; }
    .clinicalphase_section .clinicalphase_sec_wrap .title_box { width: 100%; margin-bottom: 30px; }

    /* our-careers */
    .ourcareer_section .content_box .content,
    .ourcareer_section .content_box .btn_style1 { width: 100%; display: flex; justify-content: center; }
    .ourcareer_section .content_box { gap: 40px; }

    /* Service Accordion Section */
    .our_service_raw { margin-bottom: 160px; }
    .service_list_main_title { padding: 15px calc((100% - 920px)/2); }
    .service_list_wrapper { padding: 25px calc((100% - 950px)/2); }
    .service_list_wrapperin { flex-wrap: wrap; }
    .service_list_item a { width: 200px; padding: 30px 15px; }
    .expert_raw_wrap .acc_content_list:nth-child(odd) { padding-right: 8px; }
    .expert_raw_wrap .acc_content_list:nth-child(2n) { padding-left: 8px; }
    .expert_raw_wrap .acc_list_cover .btn_cover { padding-left: 15px; }
    .expert_raw_wrap .acc_list_cover .btn_cover .btn_style1 a { min-width: 150px; }
    .expertise_cover { padding-left: calc((100% - 950px)/2); }
    .expert_raw_wrap .acc_content_box { padding-left: 15px; }
    .expert_raw_wrap .acc_list_cover .btn_cover .btn_style1 a { min-width: 1px; padding: 10px 18px; font-size: 14px; }

    .expert_raw_wrap .acc_content_box h5 { margin-bottom: 0; }
    .expert_raw_wrap .acc_content_list a { padding: 15px 0; line-height: 1.2; }

    .ourcareer_section { margin: 50px 0 0; }
    .expertise_main_inarea { height: auto; }
    .expertise_head { padding: 0 30px 30px; }
    .expert_raw_wrap .acc_content_box h3 { font-size: 26px; } 

    /**/
    .our_people_curveimg1, .our_people_curveimg2 { width: 280px; height: 340px; }
    .our_people_curveimg2 { right: 90px; top: -94px; }
    .our_people_imgbox { width: 670px; }
    .our_people_mainimg { height: 200px; width: 200px; }
    .our_people_head + div { flex-wrap: wrap; }
    .our_people_section:after { width: 38%; }
    .our_people_mainimg_caption { margin-top: -185px; }

    .our_people_mainimg { height: 220px; width: 220px; margin-top: -220px; }
    .our_people_imgbox { width: 415px; }
    .our_people_curveimg1, .our_people_curveimg2 { height: 240px; width: 200px; }
    .our_people_curveimg2 { right: 0; top: -68px; }
    .our_people_mainimg_caption { padding-left: 0; padding-bottom: 20px; }
    .our_people_mainimg_caption .name { font-size: 22px; }
    .our_people_section:after { display: none; }
    .our_people_section .btn_style1 { margin: 0; text-align: left; right:0px;position:relative;}

    .our_people_section { padding: 0 0 70px; }

    /* Blog Feed Slider */
    .blog_feed_wrap button.slick-next.slick-arrow { right: 15px; }
    .blog_feed_wrap button.slick-prev.slick-arrow { left: 15px; }
    .blog_feed_colin { padding: 0 15px; }
    .blog_feed_section:before { background-size: 100% 100%; }

    /*############################  Services  ############################*/
    /* first-services-section */
    .first-services .main-title h2 { font-size: 120px; line-height: 83px; margin: 0 0 20px -50px; }

    /* second-services-section-list */
    .secservices_section { padding: 100px 0 74px; }
    .secservices_section .secservices_sec_wrap .title:after { margin: 12px 0 0 15px; }

    /* clinical-trial-management */
    .clinical-trial .cover { padding: 0 20px 0 40px; }

    /* round-circle-banner-with-normal-text */
    .circle-banner.service_aera .personalized_help_img_outline:before { background-size: 100% 100%; }
    .circle-banner .image .inner, .circle-banner.service_aera .personalized_help_img .inner { height: 100%; padding: 0 70px; }
    .circle-banner .image .inner h3:after, .circle-banner.service_aera .personalized_help_img .inner h3:after { right: 80px; }

    /* two-column-with-list */
    .twocollist_section { padding: 160px 0; }
    .twocollist_section .twocollist_sec_wrap .right_part .link_text { width: 100%; }
    .twocollist_section .twocollist_sec_wrap .right_part .link_text:first-child { padding-top: 0; }
    .twocollist_section .twocollist_sec_wrap .right_part .link_text:nth-child(2) { padding-top: 20px; }

    /* title-with-faqs */
    .titlefaq_section { padding: 120px 0 70px; }

    /* image-with-faqs */
    .imgfaq_section { padding: 60px 0 50px; }

    /* process */
    .process_section .main_title { font-size: 120px; line-height: 83px; }
    .process_section .process_sec_wrap .right_image { right: -40px; }
    .process_section .process_sec_wrap .left_part { width: calc(100% - 340px); }

    /* our-benefits */
    .ourbenefits_section .main_title { font-size: 120px; margin: 0 0 -64px 100px; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part:after, 
    .ourbenefits_section .ourbenefits_sec_wrap .left_part:before { height: 415px; width: 501px; bottom: 200px; }

    /* successful-client */
    .successclient_section .successclient_sec_wrap .heading_text .main_title { padding-bottom: 15px; }
    .successclient_section .successclient_sec_wrap .sub_title { right: 0; top: 0; position: inherit; text-align: right; padding-bottom: 30px; }
    .successclient_section .successclient_sec_wrap .numbertext_box_wrap .number { font-size: 70px; line-height: 53px; }
    .successclient_section .successclient_sec_wrap .numbertext_box_wrap .title { padding-top: 20px; }
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap { padding: 70px 25px 40px; height: 303px; }
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:first-child { translate: 0 -14px; }
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:last-child { translate: 0 -20px; }

    .videotext_section .videotext_sec_wrap .videotext_cover .video.youtube iframe { width: 100%; }

    /*############################  Individual Therapy Page  ############################*/
    /* content-with-right-side-image */
    .contentwithimg_section { padding: 70px 0; }
    .contentwithimg_section .left_part { padding: 85px 40px 65px; }

    /* testimonial-with-white-bg */
    .testimonialbox_section { padding: 60px 0; }
    .testimonialbox_section .testimonialbox_details .person_details .person_bio { font-size: 32px; line-height: 40px; }
    .testimonialbox_section .testimonialbox_details .person_details { padding: 64px 53px; }
    .testimonialbox_section .testimonialbox_details .person_details:after { height: 124px; right: 40px; }
    .testimonialbox_section .testimonialbox_sec_wrap { padding-left: 20px; }

    /* cancer-type-list */
    .heading_content .head_title { padding-top: 70px; }
    .heading_content .head_content { padding-bottom: 70px; }
    .cancertype_section { padding: 100px 0 70px; }
    .heading_content .head_subtitle, .heading_content .head_title { font-size: 50px; }

    /* therapy-investor-resources */
    .investor_section.therapyinv_section .resources_sec_wrap .left_part .left_side_number { font-size: 80px; line-height: 33px; }
    .investor_section.therapyinv_section .resources_sec_wrap .left_title { font-size: 28px; line-height: 34px; }
    .investor_section.therapyinv_section .resources_sec_wrap .left_part { padding: 55px 20px 40px; }


    /*############################  Individual Therapy Page  ############################*/
    .therapy_service_hero_right { padding: 10px 0 0; width: 100%; }
    .therapy_service_hero_left { width: 100%; }
    .therapy_service_imgin { flex-wrap: wrap; }
    .therapy_service_img { padding-left: calc((100% - 650px)/2); }
    .therapy_service_herocover:before { height: 350px; width: 350px; left: 10%; } 

    .expertise_number_col:first-child .expertise_number_colin { padding: 50px 0px 50px 20px; }
    .expertise_number_col:first-child .number { width: 32%; font-size: 90px; padding-right: 20px; }
    .expertise_number_col:first-child .text { width: 68%; padding-left: 15px; }
    .expertise_number_colin { padding: 40px 0 40px 20px; }
    .expertise_number_box .number { font-size: 90px; }
    .expertise_number_colin .text h3 { font-size: 24px; }
    .expertise_number_col .text_content { padding-right: 20px; }
    .expertise_number_col:nth-child(2) { width: 50%; }
    .expertise_number_col:nth-child(3) { width: calc(50% - 30px); }
    .individual_therapy_faq_wrap { width: 100%; }

    .speciality_wrap .slick-current .speciality_colin { width: 230px; margin: 0 !important; }
    .speciality_section .btn_style1 { margin: 20px 0 0; text-align: center; padding: 0; }
    .speciality_wrap { min-height: 1px; padding-bottom: 100px; }
    .speciality_head { margin: 0 0 25px; }
    .speciality_img_box { height: 700px; }
    .speciality_wrap .slick-current .speciality_colin { width: 100%; }
    .speciality_colin { padding: 0 30px; margin: 0; width: 100%; }
    .speciality_box:before { opacity: 1; }
    .speciality_img_box:before { opacity: 0.7; background: var(--secondary-color); }
    .speciality_content_box { opacity: 1; font-size: 15px; }
    .speciality_content_box h3 { font-size: 25px; line-height:35px;}
    .speciality_wrap .slick-arrow.slick-prev { top: auto; bottom: 0; left: 0; right: 70px; margin: auto; }
    .speciality_wrap .slick-arrow.slick-next { top: auto; bottom: 0px; left: 70px; right: 0; margin: auto; }
    .speciality_section { padding-bottom: 100px; }

    .therapy_service_circle_colin, .therapy_service_circle_colin:hover { height: 450px; width: 450px; }
    .therapy_service_circle_cover { max-width: 775px; }
    .therapy_service_circle_wrap .fabIcon { height: 230px; width: 77px; background-size: 77px 230px; }
    .therapy_service_circle_box h3 { font-size: 20px; }
    .therapy_service_circle_title { padding: 15px; }
    .therapy_service_circle_hover>div { font-size: 14px; }
    .therapy_service_circle_hover .btn_style1 a { padding: 10px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section { margin-bottom: 70px; padding: 220px 0 60px; }
    .linicalglance_section h1.title { font-size: 80px; }
    .linicalglance_section .content { font-size: 20px; line-height: 30px; max-width: 640px; }
    .linicalglance_section .images_section { padding-left: calc(50% - 470px); }
    .linicalglance_section .images_section .image_one { height: 283px; width: 427px; }
    .linicalglance_section .images_section .image_two { height: 191px; width: 191px; }
    .linicalglance_section .images_section .image_three { height: 265px; width: 410px; }

    /* right-choice-cro */
    .rightchoice_section .rightchoice_sec_wrap .logotitle_box { padding: 158px 0; }
    .rightchoice_section .rightchoice_sec_wrap .head_content { margin: 0 auto; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title { font-size: 90px; line-height: 100px; }
    .rightchoice_section .logo_img { height: 70px; width: 182px; }
    .rightchoice_section .rightchoice_sec_wrap:after { width: 507px; height: 577px; }
    .rightchoice_section .video { max-width: 687px; }

    /* our-mission-and-vision */
    .ourmission_section { padding: 120px 0 70px; }
    .ourmission_section .image_with_text .left_part .main_title { font-size: 160px; top: 36px; }
    .ourmission_section .image_with_text .left_part { padding: 176px 45px 98px; }
    .ourmission_section .ourlogo_wrap .ourlogo_box { height: 140px; width: 140px; }
    .ourmission_section .ourlogo_wrap .ourlogo_img img { width: 93px; }

    /* who-we-serve */
    .whoweserve_section { padding: 100px 0 60px; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box { margin-left: 0; margin-top: 0; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box:not(:last-child) { padding-bottom: 60px; }
    .whoweserve_section .imgwithtxt_wrap .right_part { height: 424px; width: 424px; }
    .whoweserve_section .imgwithtxt_wrap .left_part { width: calc(100% - 464px); }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box .left_part:before { top: 78px; }

    /* cta-strip-with-bg-color */
    .ctastriptext_section .ctastriptext_sec_wrap { justify-content: center; text-align: center; gap: 30px; padding: 70px 20px 40px; }
    .ctastriptext_section .ctastriptext_sec_wrap .cta_content .title { font-size: 25px; padding-bottom: 16px; }

    /* careers-at-linical */
    .careeratlin_section .careeratlin_box { padding: 0 50px 0 calc(50% - 450px); }
    .careeratlin_section .left_part .btn_style2 { bottom: 0; position: inherit; right: 0; padding-top: 25px; }
    .careeratlin_section .right_part .person_two { height: 231px; width: 231px; bottom: -10px; right: -15%; }
    .careeratlin_section .right_part:after { left: 14%; bottom: 200px; }
    .careeratlin_section .left_part .left_details { width: 100%; }

    /* content-with-right-side-image-new */
    .contentwithimg_section.contentwithbox_section { padding: 80px 0 60px; }
    .contentwithimg_section.contentwithbox_section .left_part, 
    .contentwithimg_section.contentwithbox_section .right_part { width: calc(50% - 10px); }

    /* esg-data */
    .esgdata_section { padding: 50px 0; }
    .esgdata_section .esgdata_sec_wrap .image_box { height: 280px; width: 280px; }
    .esgdata_section .esgdata_sec_wrap .esg_box_details { width: calc(100% - 300px); }
    .esgdata_section .esgdata_sec_wrap .esg_box_details .esg_content { width: 100%; padding-bottom: 20px; }
    .esgdata_section .esgdata_sec_wrap .esg_box_details .dowbtn_set { width: 300px; }

    /* our-management-philosophy */
    .philosophy_section .content { font-size: 52px; line-height: 60px; }

    /* Our History */
    .timeline-container { padding-right: calc((100% - 950px)/2); }
    .left_year_digit { font-size: 170px; width: 400px; }
    .history_year_right { width: calc(100% - 400px); }
    .history_year_box h3 { font-size: 170px; }

    /* Leadership Section */
    .leadership_section .wrapper { width: 950px; }
    .leadership_img { height: 340px; }
    .leadership_col { padding: 18px; }
    .leader_imgWrap { margin: 0 -18px; }
    .leadership_bio { padding: 40px 30px; }
    .leadership_bio_left h3 { font-size: 28px; }
    .bio_close { margin-top: 20px; }
    .leadership_bio_right { padding-left: 15px; }
    .leadership_bio:before { background-size: 100% 100%; }

    /*############################  Careers Page  ############################*/
    /**/
    .lifelinical_section h1.title { font-size: 70px; }

    /* benefits-perks */
    .benefitsperks_section .benefits_title { font-size: 20px; margin: 8px; }

    /* our-people-culture */
    .ourpeople_section .pre_title, .ourpeople_section .titlecon_text { width: 100%; }
    .ourpeople_section .pre_title { padding: 0 0 15px; }
    .ourpeople_section .imagebox_list .first_image:after { display: none; }
    .ourpeople_section .imagebox_list { padding-left: calc(50% - 550px); }
    .ourpeople_section .imagebox_list .img_first { height: 227px; width: 227px; }
    .ourpeople_section .second_image .img_second { height: 460px; width: 278px; }
    .ourpeople_section .third_image .img_third { height: 218px; width: 218px; }
    .ourpeople_section .fourth_image .img_fourth { height: 451px; width: 281px; }
    .ourpeople_section .first_image .imgbox_details { padding: 20px 15px 30px; }
    .ourpeople_section .third_image .thirdbox_details { padding: 50px 10px 28px; }
    .ourpeople_section .third_image .thirdbox_details .third_title { font-size: 70px; line-height: 33px; }
    .ourpeople_section .imagebox_list .third_image { translate: 20px; }

    /**/
    .core_value_pattern { width: 300px; height: 100%; }
    .core_value_pattern svg { width: 100%; height: 100%; }
    .core_value_area { height: 300px; }
    .core_value_col h3 { font-size: 40px; }
    .core_value_col:first-child { left: 50px; }
    .core_value_col:nth-child(2) { right: 50px; top: 60px; }

    /* What We Stand For */
    .what_stand_colin { padding: 0 15px; margin: 0 auto; }
    .what_stand_section .what_stand_col.slick-center { width: 500px!important; }
    .what_stand_col.slick-center .what_stand_colin { width: 500px; padding-left: 30px; }
    .what_stand_col.slick-center .what_stand_colin .what_stand_img { height: 180px; width: 180px; }
    .what_stand_section .slick-center .what_stand_content { display: block; }
    .what_stand_img { height: 130px; width: 130px; }
    /*     .what_stand_content { width: calc(100% - 180px); font-size: 15px; } */
    .what_stand_col .what_stand_box { flex-flow: column wrap; }
    .what_stand_content { width: 100%; font-size: 15px; display: none; }
    .what_stand_content h4 { font-size: 30px; }
    .what_stand_col .what_stand_box .normal_title { transform: translateY(10px); }

    /* professional-opportunities */
    .professional_section .opportunities_box_wrap .left_part { padding: 30px 20px; }
    .professional_section .opportunities_box_wrap .opportunities_acc_box { flex-flow: row wrap; }
    .professional_section .left_part .opportunities_acc_box .opportunities_title,
    .professional_section .left_part .opportunities_acc_box .opportunities_text { width: 100%; } 
    .professional_section .opportunities_box_wrap .left_part { width: calc(65% - 23px); }
    .professional_section .opportunities_box_wrap .right_part { width: 35%; }

    /* why-life-at-linical */
    .whylifelinical_section .left_part .left_image { height: 432px; margin: 0 -150px; width: 432px; }
    .whylifelinical_section .right_part .ourcore_values .ourcore_content { padding: 30px 56px 30px 60px; }
    .whylifelinical_section .right_part { padding: 87px 40px 50px; }

    /* employee-across-countries */
    .acrosscountries_section { padding: 180px 0 0; }
    .acrosscountries_section .heading_text { margin: 0 40px 70px; }
    .acrosscountries_section .heading_text h2 { font-size: 56px; }
    .acrosscountries_section .heading_text h2.title { padding-bottom: 15px; }
    .acrosscountries_section .row_slider_wrap .title { font-size: 60px; line-height: 70px; }

    /* life-at-linical */
    .lifelinical_section .lifelinical_sec_wrap .bg_image { height: 476px; width: 94%; }
    .lifelinical_section .lifelinical_sec_wrap { padding: 0 0 0 40px; }
    .lifelinical_section .simplemenu_list { padding: 30px 20px; margin: 0 -40px; }
    .lifelinical_section .lifelinical_sec_wrap .bg_image:before { top: 13px; width: 48px; height: 138px; left: 30px; }

    .employee_highlights_section .employee_highlights_block .slick-prev { right: calc(12% + 20px); }
    .employee_highlights_section .slick-list{padding-right:70px;}
    .section-title {padding-left: 30px; padding-right: 30px;}
    .employee_highlights_block {padding-left: 10px;}
    .employee_highlights_block {margin-left: 10px;}
    .tabcon_main {margin-left: 10px; margin-right: 0;}

    /* job opening */
    .job-opening { padding-top: 100px; }
    .opening_cate .links { height: auto; width: calc(33.33% - 15px); margin-right: 15px; }
    .opening_cate_boxs { height: 300px; }
    .opening_cate_boxs h5 { text-align: center; font-size: 100%; padding: 0 15px; }
    .job-opening-title-box h3 { text-align: center; }
    .work-tab span, .remote-box a { padding: 15px; padding-right: 50px; font-size: 100%; letter-spacing: normal; }
    .main-filter-box { margin: 30px 15px 20px; justify-content: space-between; }
    .main-filter-box .work-tab { margin-right: 15px; width: 33.33%;}
    .remote-box { width: auto; }
    .job-opening-title-box { margin-top: 40px; }
    .popup-data { flex-wrap: wrap;  padding: 15px;}
    .element-item .popup { margin-top: 30px; padding: 0 15px; }
    .apply-now-inn { padding: 30px; z-index: 2; }
    .apply-now-inn .tittlebox h3 { font-size: 150%; }
    .apply-now-inn .tittlebox h4 { font-size: 150%; padding: 0; }
    .apply-now-inn .tittlebox { margin-bottom: 50px; }
    .element-item { padding: 15px; }
    .data_items_raw{padding: 15px;}
    .get-in-touch-block { margin: 0 30px 20px; padding: 30px; }
    .get-in-touch-block .get-in-touch-block-left { padding-right: 30px; }
    .apply-now-inn form label {width: 100%;}
    .job-opening-content-box{padding: 10px;}
    .inner-data-top h3{margin-bottom: 30px;}
    .data_items_raw .data-items{padding: 15px;}
    .apply-now-inn form input{max-width: 100%;}
    .remote-box a, .work-tab span{font-size: 14px; line-height: normal;}
    .element-item .popup .apply a{height: auto; line-height: normal;}
    .block-title .title { font-size: 60px; } 

    .popup.jonInfo_content .popup-data { padding: 0; }
    .job-opening-title-box h3 { font-size: 34px; }
    .element-item { margin-bottom: 0; }

    /*############################  Form Template Page  ############################*/
    /* form-template */
    .formtemplate_page .gatewayglo_section { padding: 70px 0 120px; }
    .formtemplate_section .formtemplate_bg_img { height: 300px; width: 584px; }
    .formtemplate_section .formtemplate_sec_wrap { padding: 119px 100px 100px; }
    .formtemplate_section .shape_bg_img { width: 310px; height: 474px; }

    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .globalreachmap_details { padding: 0 20px 0 40px; }
    .globalreachmap_section .ourregions_main { margin-top: 0; }
    .globalreachmap_section .globalreach_sec_wrap .right_part { margin-right: -20px; }

    /*############################  Resource Center Overview  ############################*/
    /* resource-center-hub */
    .resourcehub_section { margin: 100px 0 0; }
    .resourcehub_section .resourcehub_sec_wrap h1.title { font-size: 70px; }
    .resourcehub_section .resourcehub_sec_wrap:after { right: 1%; top: 10%; }
    .resourcehub_section .resourcehub_sec_wrap .content { font-size: 22px; line-height: 28px; }

    /* 3-tabs-anchor-down */
    .ancharlink_section .ancharlink_main .anchar_icon { width: 37px; height: 55px; }
    .ancharlink_section .ancharlink_main .title { letter-spacing: 1.7px; font-weight:550; }
    .ancharlink_section .ancharlink_main a { padding: 32px; }

    /* articles-research-blog-feed */
    .artresearch_section .left_part { width: calc(60% - 10px); }
    .artresearch_section .right_part { width: calc(40% - 10px); }
    .artresearch_section .right_part .viewall_post .post-title h5 { font-size: 20px; }
    .artresearch_section .right_part .viewall_post .post-title { margin: 0 0 30px; padding: 20px 0 30px; }

    /* case-studies-blog-feed */
    .casestudies_section .recentpost_box .slick-list { padding-right: 240px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-next { right: 252px; }

    .globalreachmap_section .ourregions_main .map_box .country_name { font-size: 20px; }
    .globalreachmap_section .ourregions_main .regions_title { margin-bottom: 10px; }
    .globalreachmap_section .ourregions_main .map_box .link_style { padding-top: 10px; }

}

@media (max-width:991px){
    .container .dnd-section > .row-fluid, .wrapper { width:720px; }

    /*############################  Homepage  ############################*/
    .hero_images { width: 414px; max-width: 100%; margin: 0 auto; }
    .hero_bottom_img { bottom: auto; top: -10px; left: auto; right: 50px; }
    .hero_main_img { height: 600px; }
    /*.banner_announce_raw { width: calc(100% + 150px); right: auto; left: -80px; max-width: none; background-size: 100% 100%; }/
    .banner_announce_caption { width: 100%; max-width: none; padding-top: 90px; padding-right: 320px; }
    .banner_left { width: 100%; padding: 0 0 70px; }
    .banner_right { width: 100%; padding-left: 0; }
    .banner_logo_raw { max-width: 100%; }*/
    
    .banner_section .banner_wrap{display: block;}
    .banner_left{width: auto;padding-top: 80px;}
    .banner_right{width: auto; margin: 80px 0 0 100px; min-height: 120vw;}
    .banner_right .circle-image.image-2{bottom: 280px;}
    .banner_announce_raw{padding: 40px;border-radius: 0; border: 1px solid #000; right: auto; left: 0; width: 100%; max-width: 100%; }
    

    /* Circle Section */
    .personalized_section { padding-top: 250px; }
    .personalized_head { padding-bottom: 0; }
    .personalized_help_img { height: auto; padding: 80px 0; }
    .personalized_help_img_wrap { -webkit-mask-image: unset; }
    .personalized_help_img_cover { margin: 0; width: 100%; }
    .personalized_help_content { padding: 0 15px; width: 750px; max-width: 100%; margin: 0 auto; }

    /* Element Word Auto Slider */
    .element_repeater_slider_title { font-size: 60px; }

    /* get-from-lab-to-life-faster */
    .lifefaster_section { padding: 73px 0 35px 60px; border-radius: 30px; padding-left: calc((100% - 720px) / 2); }
    .lifefaster_section .lifefaster_sec_wrap { flex-flow: row wrap; }
    .lifefaster_section .lifefaster_sec_wrap .left_part { width: 100%; margin-bottom: 25px; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details { max-width: 100%; }
    .lifefaster_section .lifefaster_sec_wrap .right_part .right_image { margin: 0 auto; position: inherit; }
    .lifefaster_section .lifefaster_sec_wrap .right_part { width: 100%; padding-right: 60px; }
    .lifefaster_section .lifefaster_sec_wrap .right_image { height: auto; max-width: 280px; -webkit-mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/image-mask-mobile-shape.png); mask-image: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/image-mask-mobile-shape.png);  }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordion_list_box { padding: 20px 0; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .main_title { padding: 0 30px 27px 0 }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .main_content { padding: 0 30px 56px 0; border-bottom: 0; }
    .lifefaster_section .button_text a { font-size: 25px; line-height: 29px; padding: 30px 15px; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordion_list_box .accordion_list svg { margin-right: 10px; }
    .lifefaster_section .button_text { padding-right: 60px; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordian_data .content { padding: 20px 15px 0 0; }

    /* gateway-to-global */
    .gatewayglo_section { padding: 160px 0 90px; }
    .gatewayglo_section .gatewayglobal_box_wrap { padding: 60px 0 0 100px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box { padding: 40px 30px 80px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap { padding-left: 60px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main { width: 70%; }

    .our_service_left { width: 50%; padding-right: 30px; }
    .our_service_right { width: 50%; }
    .service_list_main_title { padding: 15px calc((100% - 750px)/2); }
    .service_list_wrapper { padding: 25px calc((100% - 750px)/2); }
    .service_list_item a { width: 100%; min-width: 1px; padding: 30px 13px; font-size: 16px; }
    .service_list_item { width: 25%; }

    /* investor-resources */
    .investor_section { padding: 50px 0; }
    .investor_section .investor_sec_wrap { padding-left: calc((100% - 720px) / 2); }
    .investor_section .resources_sec_wrap .right_part .right_resource_sec { flex-flow: row wrap; }
    .investor_section .resources_sec_wrap .right_part .right_resource_sec .left,
    .investor_section .resources_sec_wrap .right_part .right_resource_sec .right { width: 100%; }
    .investor_section .resources_sec_wrap .right_part .right_resource_sec .right h3 { font-size:27px; line-height:37px; }

    .investor_section .resources_sec_wrap .right_part { width: calc(55% - 20px); }
    .investor_section .resources_sec_wrap .left_part { width: 45%; }
    .investor_section .resources_sec_wrap .right_part .right_resource_sec { flex-flow: row wrap; gap: 15px; }
    .investor_section .resources_sec_wrap .left_part .left_box_details .left_pre_title,
    .investor_section .resources_sec_wrap .right_part .right_resource_sec .right .right_pre_title{ margin-bottom: 15px; }

    /* clinical-trial-phases */
    .clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text a { font-size: 17px; line-height: 20px; }

    /* Number */
    .number_data_colin { height: 165px; width: 165px; }
    .number_data_colin .title { font-size: 14px; }
    .number_data_colin .number { font-size: 40px; }

    /* Service Accordion Section */
    .expertise_cover { padding-left: calc((100% - 750px)/2); padding-right: calc(50% - 375px); }
    .acc_list_cover { display: inline-block; vertical-align: top; width: 100%; }
    .expert_raw_wrap .acc_list_wrapper { max-width: 100%; }
    .expert_raw_wrap .acc_list_cover .btn_cover { max-width: 100%; padding: 20px 0 0; }

    /*     .expertise_cover { padding: 0; }
    .expertise_coverin { width: 100%; margin: 0 auto; padding: 0; }
    .expertise_head { width: 100%; padding-bottom: 30px; }
    .expertise_main_inarea { width: 100%; }
    .expert_raw_wrap .img.acc_content { height: auto; width: 100%; margin: 0; }
    .expert_raw_wrap .slide_title { padding: 20px 0px 8px 15px; padding-right: 0; display: inline-block; vertical-align: top; width: 100%; border: 1px solid #fff; border-bottom: 0; border-radius: 40px 40px 0 0; border-left: 0; border-right: 0; }
    .expert_raw_wrap .indexin { justify-content: flex-start; }
    .expert_raw_wrap .img.acc_content { padding: 30px 20px; } */
    .expert_raw_wrap ol { padding: 0; margin: 0; list-style-type: none; }
    .expert_raw_wrap:after, .expert_raw_wrap:before { display: none; }
    .expert_raw_main_wrap { border-radius: 0; overflow: hidden; background-color: var(--secondary-color); padding: 0; margin: 0 16px; position: relative; }
    .expert_raw_wrap .slide_title span { border-bottom: 0; display: inline-block; vertical-align: top; width: 100%; padding: 0 50px 0 15px; border-color: transparent; }
    .expert_raw_wrap .img.acc_content .title { display: none; }

    .expert_raw_wrap .slide_title { width: 100%; padding: 15px; position: relative; }
    .expert_raw_wrap .slide_title:after { position: absolute; content: ""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/bottom-arrow-white.svg) no-repeat 50%/cover; right: 20px; top: 0; height: 45px; width: 45px; bottom: 0; margin: auto 0; transition: all ease-in-out .4s; }
    .expert_raw_wrap .slide_title.active:after { transform: rotate(180deg); }
    .expert_raw_wrap .slide_title button.index { padding: 0; border: 0; }
    .expert_raw_wrap .slide_title button.index .indexin { writing-mode: inherit; padding: 0; width: 100%; }
    .expert_raw_wrap .slide_title button.index .indexin .acc_icon { margin: 0; }
    .expert_raw_main_wrap .expert_raw_wrap ol li { position: relative; border-radius: 0; border-bottom: 1px solid #fff; }
    .expert_raw_main_wrap .expert_raw_wrap ol { height: auto; width: 100%; }
    .service_slide_content { width: 100%; background: transparent; border-top: 1px solid #fff; }
    .expert_raw_wrap .img.acc_content { height: auto; width: 100%; margin: 0; }
    .expertise_head { padding-left: 0; padding-right: 0; }
    .expert_raw_main_wrap .service_slide_content:first-child .slide_title button.index { border: 0; }

    .expert_raw_wrap .img.acc_content { padding: 0px 15px; }
    .expert_raw_wrap .acc_top_content_box { margin: 0; width: 100%; max-width: 100%; padding-bottom: 35px; }
    .expert_raw_wrap .acc_content_box h5 { padding-bottom: 0; }
    .expert_raw_wrap .acc_list_wrapper { padding: 0; }
    .expert_raw_wrap .acc_content_list a { padding: 14px 0; }
    .expert_raw_wrap .acc_list_cover .btn_cover { text-align: center; padding-top: 35px; }
    .expert_raw_wrap .acc_list_cover .btn_cover .btn_style1 a { min-width: 180px; padding: 18px 15px; font-size: 16px; }
    .expert_raw_wrap .acc_content_box { padding-bottom: 20px; padding-right: 0; }
    .expert_raw_wrap .slide_title.active span { border-color: #fff; }
    .expert_raw_wrap .slide_title.active { border-color: transparent; }

    .expertise_main_area .container { padding: 0 16px; }    
    .expertise_main_inarea { display: inline-block; vertical-align: top; width: 100%; }
    .expert_raw_wrap .img.acc_content { padding: 30px 15px; }
    .expert_raw_wrap button.index { transform: rotate(0); border: 0; }


    /*############################  Services  ############################*/
    /* process */
    .process_section .main_title { margin-left: -30px; }
    .process_section .process_sec_wrap .left_part { width: 100%; margin-bottom: 30px; }
    .process_section .process_sec_wrap .right_image { right: 0; position: inherit; margin: 0 auto; }
    .process_section .content_box_wrap { padding: 33px 15px 60px; }

    /* clinical-trial-management */
    .clinical-trial .left { width: calc(100% - 420px); }
    .clinical-trial .image { width: 400px; height: 250px; }
    .clinical-trial .left .con { font-size: 16px; line-height: 26px; }
    .services-nav ul>li.hs-item-has-children>a:before { display: none; }
    .services-nav { margin:-110px 0 0 auto; width: 520px; padding: 47px 10px 20px 40px; height: 120px;}

    /* round-circle-banner-with-normal-text */
    .circle-banner.service_aera .personalized_help_img { padding: 150px 0; }

    /* our-benefits */
    .ourbenefits_section { padding: 80px 0; }
    .ourbenefits_section .ourbenefits_sec_wrap { flex-direction: column-reverse; }

    .ourbenefits_section .ourbenefits_sec_wrap .left_part,
    .ourbenefits_section .ourbenefits_sec_wrap .right_part { width: 100%; }
    .ourbenefits_section .ourbenefits_sec_wrap .right_part { margin-bottom: 50px; }
    .ourbenefits_section .main_title { margin: 0 0 20px 0; text-align: left; }
    .ourbenefits_section .mobile_btn { display: block; }
    .ourbenefits_section .desktop_btn { display: none; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part:after, 
    .ourbenefits_section .ourbenefits_sec_wrap .left_part:before { bottom: 70px; height: 631px; width: 747px; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part .bgimg_sec { height: 658px; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part .bgimg_first { height: 670px; }

    /* successful-client */
    .successclient_section .successclient_sec_wrap .numbertext_box { flex-direction: column; align-items: center; }
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:first-child,
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap:last-child { translate: 0; }
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap { width: 303px; display: flex; flex-direction: column; justify-content: center; }

    /* 3-items-boxes */
    .itemsbox_section .heading_title { padding: 50px 40px 0; }
    .itemsbox_section .itemsbox_cover .itemsbox_content { padding: 340px 0px 199px; }
    .itemsbox_section .itemsbox_cover .itemsbox_wrap:hover .itemsbox_content { padding: 260px 0px 199px; }
    .itemsbox_section .itemsbox_cover .itemsbox_content .content { padding: 30px 28px 70px 28px; }
    .itemsbox_section .itemsbox_cover .itemsbox_content .link_boxes a:after { top: inherit; bottom: 13px; right: inherit; left: 30px; }
    .itemsbox_section .itemsbox_cover .itemsbox_wrap { height: 614px; }

    /*############################  Individual Therapy Page  ############################*/
    /* content-with-right-side-image */
    .contentwithimg_section .left_part,
    .contentwithimg_section .right_part { width: 100%; }
    .contentwithimg_section .right_part .right_img { height: 580px; }
    .contentwithimg_section .left_part { padding: 75px 20px 35px; border-radius: 30px; margin-bottom: 14px; }

    /* testimonial-with-white-bg */
    .testimonialbox_section .quote_box .person_image { height: 280px; width: 280px; }
    .testimonialbox_section .rightbox_wrap .quote_box:before { height: 96px; top: 20px; width: 115px; }
    .testimonialbox_section .testimonialbox_details .person_details .person_bio { font-size: 28px; line-height: 34px; }
    .testimonialbox_section .testimonialbox_details .person_details { padding: 44px; }

    /* cancer-type-list */
    .heading_content .head_subtitle, .heading_content .head_title { font-size: 42px; }
    .heading_content .textbox_wrap { padding-left: 70px; }
    .heading_content .head_title { margin-left: 0; }

    .therapy_service_img:before { border-radius: 0; }

    /*############################  Individual Therapy Page  ############################*/
    .therapy_service_imgwrap { padding: 0; }
    .therapy_service_img { border-radius: 0; border-right: 0; padding: 50px 15px; }
    .therapy_menu_box { position: relative; }
    .therapy_service_hero { padding: 120px 0 0 0px; }
    .therapy_service_hero .wrapper { width: 100%; }
    .therapy_service_heroin { padding: 50px 0 0; }
    .therapy_service_herocover:before { height: 250px; width: 250px; top: 50px; }
    .therapy_service_herocover:after { display: none; }

    .therapy_service_hero .breadcrumbs_menu .hs-menu-item a { color: #fff; }
    .therapy_service_hero .breadcrumbs_menu { padding: 0 0 20px; }
    .therapy_service_hero .breadcrumbs_menu .wrapper { padding: 0; }
    .therapy_service_herocover .btn_style1 { display: flex; align-items: center; }
    .therapy_service_herocover .therapy_menu_icon { padding: 0 0 0 50px; }
    .therapy_menu_section { padding-left: 20px; }
    .therapy_menu_box { width: 100%; height: auto; top: auto; margin-top: 35px; }
    .therapy_service_head .pre_title { font-size: 17px; letter-spacing: 2px; }
    .therapy_service_head h1 { font-size: 32px; }
    .therapy_service_hero_left h4 { font-size: 22px; }

    .related_link_section { position: relative; width: 100%; top: 0px; margin-top: 0; left: 0; right: auto; padding: 40px 20px 25px; }
    .normal_content_section { padding: 0 0px 50px 20px; }
    .normal_content_section .wrapper { padding: 30px 20px 0 0; }
    .normal_content_faq_raw_wrap .normal_content_faq_title { padding-left: 20px; }

    .expertise_number_col:first-child .number, .expertise_number_box .number { font-size: 70px; }

    .speciality_colin { padding: 0 25px; }
    .speciality_content_box { padding: 15px 20px 25px; }
    .speciality_content_boxin { max-height: 300px; }
    .speciality_img_box { height: 555px; }

    .speciality_wrap .slick-current .speciality_colin { width: 450px; max-width: 100%; margin: 0 auto !important; } 
    .next-slick-img.slick-thumb-nav, .prev-slick-img.slick-thumb-nav { height: 123px; width: 123px; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; right: -70px; top: -40px; border: 1px solid var(--main-color); }
    .speciality_section .btn_style1 { display: none; }
    .prev-slick-img.slick-thumb-nav { right: auto; left: -145px; }
    .highlight_title { font-size: 105px; white-space: nowrap; }
    .speciality_section .wrapper { padding: 0; }
    .speciality_section .highlight_title:after { display: none; }
    .speciality_head { padding: 25px 15px; }
    .learn_more_text a:before { font-size: 0; }

    .therapy_service_circle_colin, .therapy_service_circle_colin:hover { height: 400px; width: 400px; }
    .therapy_service_circle_cover { max-width: 675px; }
    .therapy_service_circle_wrap .fabIcon { background-size: 68px 215px; height: 215px; width: 68px; }
    .therapy_service_circle_hover>div { font-size: 13px; padding: 15px 55px; }
    .therapy_service_circle_hover h3:before { display: none; }
    .therapy_service_circle_hover h3 { font-size: 18px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section { padding: 180px 0 60px; }
    .linicalglance_section .pre_title { font-size: 16px; line-height: 30px; }
    .linicalglance_section .content { font-size: 18px; line-height: 28px; max-width: 590px; }
    .linicalglance_section .images_section { flex-wrap: wrap; justify-content: end; padding-left: calc(50% - 390px); }
    .linicalglance_section .images_section .image_three { height: 305px; width: 530px; }
    .linicalglance_section .images_section .image_one { height: 303px; width: 557px; margin-right: 100px; }
    .linicalglance_section .images_section .image_two:before { height: 118px; width: 60px; }

    /* right-choice-cro */
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title { font-size: 70px; line-height: 80px; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(3) { padding-left: 100px; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(2) { padding-left: 60px; }
    .rightchoice_section .rightchoice_sec_wrap:after { height: 487px; width: 431px; }
    .rightchoice_section .rightchoice_sec_wrap .logotitle_box { padding: 108px 0 218px; position: relative; }
    .rightchoice_section .logo_img { position: absolute; bottom: 50px; translate: 130%; }

    /* our-mission-and-vision */
    .ourmission_section .image_with_text .left_part .main_title { left: -188px; font-size: 100px; top: 16px; }
    .ourmission_section .image_with_text .left_part { padding: 136px 25px 58px; }

    /* who-we-serve */
    .whoweserve_section .main_title { font-size: 50px; }
    .whoweserve_section .imgwithtxt_wrap .right_part { height: 354px; width: 354px; }
    .whoweserve_section .imgwithtxt_wrap .left_part { width: calc(100% - 384px); }
    .whoweserve_section .imgwithtxt_wrap .left_part { padding-top: 30px; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box .left_part:before { top: 38px; left: -30px; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box:not(:last-child) .left_part:after { top: 57px; left: -20px; }

    /* careers-at-linical */
    .careeratlin_section .careeratlin_box { padding: 0 50px 150px; }
    .careeratlin_section .right_part .person_details { top: 120px; } 
    .careeratlin_section .right_part .person_two { bottom: -130px; right: -5%; }

    /* content-with-right-side-image-new */
    .contentwithimg_section.contentwithbox_section .left_part, 
    .contentwithimg_section.contentwithbox_section .right_part { width: 100%; }
    .contentwithimg_section.contentwithbox_section .right_part .right_img { height: 580px; border-radius: 30px; }  

    /* our-management-philosophy */
    .philosophy_section { padding: 120px 0 140px; }
    .philosophy_section .content { font-size: 46px; line-height: 54px; }

    /* Our Core Value */
    .core_value_col:first-child { left: -20px; }
    .core_value_col:nth-child(2) { right: -25px; }

    /* Our Management Philosophy */
    .philosophy_section .content { font-size: 34px; line-height: 1.25; }
    .philosophy_section .content span { padding: 0 5px; }

    /* Our History */
    .timeline-container { padding-right: calc((100% - 700px)/2); }
    .history_year_box .content { width: 100%; }
    .left_year_digit { width: 300px; height: 450px; font-size: 120px; }
    .history_year_right { width: calc(100% - 300px); padding-left: 30px; }
    .history_year_box h3 { font-size: 120px; }
    .left_year_digit:before { height: 240px; width: 240px; top: 0; left: -30px; }

    /* Leadership */
    .leadership_section .wrapper { width: 750px; }
    .leadership_img { height: 270px; }
    .leadership_img:after { display: none; }
    .leader_details { font-size: 15px; }
    .leadership_col { padding: 14px; }
    .leader_imgWrap { margin: 0 -14px; }
    .leadership_bio:before { width: 100%; left: 0; opacity: 0.8; }

    /*############################  Careers Page  ############################*/
    /**/
    .lifelinical_section h1.title { font-size: 60px; }

    /* benefits-perks */
    .benefitsperks_section .title,
    .benefitsperks_section .content { width: 100%; }
    .benefitsperks_section .benefits_title { padding: 48px 15px; }

    /* our-people-culture */
    .ourpeople_section .imagebox_list .first_image,
    .ourpeople_section .imagebox_list .fourth_image,
    .ourpeople_section .imagebox_list .second_image,
    .ourpeople_section .imagebox_list .third_image { width: calc(50% - 20px); }
    .ourpeople_section .imagebox_list { padding: 0 15px; }
    .ourpeople_section .fourth_image .img_fourth { margin: 0 auto; translate: 0; }
    .ourpeople_section .imagebox_list .third_image { translate: 0; }

    /* What We Stand For */
    .what_stand_col.slick-center .what_stand_colin { width: 550px; }
    .what_stand_wrap .slick-arrow.slick-prev { left: calc(50% - 30px); }
    .what_stand_wrap .slick-arrow.slick-next { left: calc(50% + 30px); }
    .what_stand_col .what_stand_box { flex-flow: column wrap; }
    
    .what_stand_col .what_stand_box .what_stand_content { display: inline-block; vertical-align: top; width: 100%; }
    .what_stand_col .what_stand_box .normal_title { display: none; }
    .what_stand_img { height: 250px; width: 250px; transform: scale(1); margin-top: 40px; }
    .what_stand_img:before { opacity: 1; }
    .what_stand_content>div { padding: 0; }
    .what_stand_section .what_stand_col .what_stand_colin { padding: 0; }
    .what_stand_col .what_stand_box { padding: 0 15px; width: 500px; margin: 0 auto; }
    .what_stand_more_text { left: 15px; }
    .what_stand_section .what_stand_col { width: inherit !important; }

    /* why-life-at-linical */
    .whylifelinical_section:after { top: 0; width: 363px; height: 363px; }
    .whylifelinical_section { padding: 120px 0 100px; }
    .whylifelinical_section .left_part,
    .whylifelinical_section .right_part { width: 100%; }
    .whylifelinical_section .left_part .left_image { margin: 0 auto -50px; }
    .whylifelinical_section .right_part { border-radius: 25px; }  
    .whylifelinical_section .right_part .right_details { padding-left: 0; }
    .whylifelinical_section .right_part .ourcore_values .ourcore_content:before { display: none; }
    .whylifelinical_section .right_part .ourcore_values .ourcore_content { padding: 30px 20px 30px 20px; }
    .whylifelinical_section .right_part .ourcore_content .content, 
    .whylifelinical_section .right_part .ourcore_content .title { width: 100%; }
    .whylifelinical_section .right_part .ourcore_content .title { padding-right: 40px; }
    .whylifelinical_section .right_part .ourcore_content .title { position: relative; }
    .whylifelinical_section .right_part .ourcore_content .title:after { content:""; transition: all .4s ease-in-out; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/down-arrow-black.svg) no-repeat center / cover; width: 14px; height: 18px; display: inline-block; position: absolute; right: 10px; top: 6px; }
    .whylifelinical_section .right_part .active .title:after { filter: invert(100); rotate: 180deg; }
    .whylifelinical_section .right_part .ourcore_values_list .active .title { padding-left: 50px; }
    .whylifelinical_section .right_part .ourcore_values .active .title:before { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/corevalue-icon.svg) no-repeat center / cover; height: 34px; width: 34px; display: inline-block; position: absolute; left: 0; bottom: -3px; }

    /* employee-across-countries */
    .acrosscountries_section { padding: 150px 0 0; }
    .acrosscountries_section .heading_text h2 { font-size: 46px; }
    .acrosscountries_section .row_slider_wrap .title { font-size: 48px; line-height: 54px; }

    /* life-at-linical */
    .lifelinical_section { padding: 140px 0 44px; }
    .lifelinical_section .lifelinical_sec_wrap .bg_image { height: 366px; width: 97%; border-radius: 180px 10px; }
    .lifelinical_section .lifelinical_sec_wrap .bg_image:after { border-radius: 180px 10px; }
    .lifelinical_section .simplemenu_list .hs-menu-wrapper.hs-menu-flow-horizontal ul { row-gap: 15px; column-gap: 5px; }
    .lifelinical_section .simplemenu_list li.hs-menu-item.hs-menu-depth-1 { width: 25%; }
    .lifelinical_section .simplemenu_box { bottom: -57px; }
    .lifelinical_section .lifelinical_sec_wrap { font-size: 18px; line-height: 25px; }

    /**/
    .popup.jonInfo_content .popup-data .left-pop:nth-child(odd) { padding-right: 15px; }
    .popup.jonInfo_content .popup-data .left-pop:nth-child(2n) { padding-left: 15px; }

    .employee_highlights_block_item .inner-item-img { height: 400px; }
    .employee_highlights_section { padding-bottom: 20px; }
    .tabcon_main { margin: 0 15px; }
    .person_postion { padding: 5px 15px; left: 15px; }

    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .globalreach_sec_wrap .left_part,
    .globalreachmap_section .globalreach_sec_wrap .right_part { width: calc(50% - 5px); }
    .globalreachmap_section .titlebtn_wrap .btn_style1 a { min-width: 142px; }
    .globalreachmap_section .globalreach_sec_wrap .bg_image { height: 530px; }
    .globalreachmap_section .ourregions_main .map_box { height: 185px; width: 185px; }
    .globalreachmap_section .ourregions_main .globalmap_wrap svg { height: 511px; }
    .globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content .regions_details_wrap { top: 46%; }
    .globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content:nth-child(2) .regions_details_wrap { top: 52%; }
    .globalreachmap_section .ourregions_main .ourregions_content_box .our_regions_content:nth-child(3) .regions_details_wrap { top: 62%; }


    /*############################  Resource Center Overview Page  ############################*/
    /* resource-center-hub */
    .resourcehub_section .resourcehub_sec_wrap h1.title { font-size: 60px; }
    .resourcehub_section .resourcehub_sec_wrap { padding: 118px 15px 170px; }
    .resourcehub_section .resourcehub_sec_wrap:after { height: 148px; width: 58px; }

    /* case-studies-blog-feed */
    .casestudies_section { padding: 50px 0; }
    .casestudies_section .casestudies_sec_wrap { padding: 80px 0 60px 70px; }
    .casestudies_section .recentpost_box .slick-list { padding-right: 180px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-next { right: 192px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-prev { left: -59px; }
    .casestudies_section .recentpost_box .topic_content { padding: 30px 25px; }
    .casestudies_section .recentpost_box .topic_content .topic-link { margin-left: -40px; }

    .what_stand_section .slick-center .what_stand_content{width:auto;padding: 0 15px;}
    .what_stand_section .what_stand_col.slick-center { max-width: 550px!important; min-width: 550px!important; width: 550px!important; margin: auto; }
    .what_stand_content>div {width:100%;}
    .what_stand_colin,
    .what_stand_col.slick-center .what_stand_colin {width:100%;}

}

@media (max-width:767px){
    table { overflow: scroll; margin-bottom: 15px; width: 600px !important; }
    .container .dnd-section > .row-fluid, .wrapper { width:100%; }
    .stock_section {padding-top:0px;}
    /*############################  Homepage  ############################*/
    /* Banner */
    .banner_section:before { display: none; }
    .banner_logo_raw { text-align: center; padding-top: 80px; }
    .hero_bottom_img { bottom: auto; top: -50px; left: auto; right: -50px; height: 150px; width: 150px; }
    .hero_main_img { height: 400px; }
    .hero_images { width: 300px; max-width: 100%; margin: 0 auto; position: relative; }
    .hero_top_img { left: -150px; top: -50px; }
    .banner_left { padding-bottom: 100px; }
    /*.banner_announce_raw { position: absolute; bottom: -100px; right: 0px; background-image: url('https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/mobl-hero-shape.png'); background-repeat: no-repeat; background-size: 100% 100%; font-size: 19px; font-family: var(--sec-font); min-height: 370px; width: 100%; max-width: 100%; background-color: transparent; margin: 0; top: auto; text-align: left; }*/
    .banner_announce_caption { width: 380px; margin: 0 auto; padding-top: 40px; padding-right: 0; }
    .banner_section .yellow_circle { height: 290px; width: 290px; top: 20%; bottom: auto; left: -80px; }
    /*.banner_announce_raw { right: auto; left: -50px; width: calc(100% + 100px); max-width: none; }*/
    .banner_announce_caption { width: 100%; padding-right: 250px; } 
    .element_repeater_slider_title span { text-stroke: 1px black; -webkit-text-stroke: 1px #fff; }
    
    .banner_left{padding:0 30px;}
    .banner_right .circle-image{width: 148px; height: 148px; left: -50px;}
    .banner_right .circle-image.image-2{bottom: 0; left: -50px;}
    
    .banner_right{margin: 80px 0 0 50px; border-radius: 150px 0 0 0;}
    .banner_right:after{border-radius: 156px 0 0 0;}
    .banner_announce_raw{padding:30px;position: relative;}
    .banner_logo_raw img{max-height: 50px; max-width: 75px;}

    /* Circle Section */
    .personalized_help_img_cover { margin: 0 auto; max-width: 100%; width: 420px; text-align: center; }
    .personalized_help_img_cover:after { border: 1px solid #fff; border-radius: 300px; content: ""; height: calc(100% + 20px); left: -10px; position: absolute; top: -10px; width: calc(100% + 20px); }
    .personalized_help_img_wrap { overflow: hidden; }
    .personalized_help_content { width: 100%; padding: 30px 40px; }
    .personalized_help_content .title { padding-bottom: 40px; }
    .personalized_help_col { margin-bottom: 50px; }
    .personalized_section { padding-top: 130px; }
    .personalized_bottom_text .wrapper { padding: 0 15px; text-align: center; }
    .personalized_help_img { overflow: hidden; border-radius: 300px; }
    .personalized_head h2 { font-size: 25px; line-height:35px; }
    .personalized_section:before{background-size: 800px 100%;}

    /* Element Word Auto Slider */
    .element_repeater_slider_title { font-size: 50px; padding-right: 15px; }

    .two_col_content_box:nth-child(1) { margin-bottom: 20px; }
    .number_data_col { text-align: center; margin: 0 0 20px !important; }
    .number_data_colin { margin: 0 auto; height: 280px; width: 280px; }
    .number_data_colin .number { font-size: 70px; }
    .number_data_colin .title { font-size: 16px; }
    .number_data_col:nth-child(2), .number_data_col:nth-child(3) { margin: 0; bottom: auto; }
    .number_data_col:last-child { margin-bottom: 0 !important; }
    .number_data_section .number_data_wrap { margin: 0; }
    .number_data_section:after { height: 23px; }

    /* Service Accordion Section */
    .our_service_left { width: 100%; padding: 0 0 30px; }
    .our_service_head h2 { font-size: 50px; }
    .our_service_left h3 { font-size: 30px; }
    .our_service_left .btn_style1 { text-align: center; margin-top: 15px; }
    .our_service_right { width: 250px; height: 370px; margin: 0 auto; position: absolute; bottom: 0; left: 0; right: 0; }
    .service_list_main_title { padding: 15px; text-align: center; }
    .service_list_wrapper { padding: 25px 15px; }
    .service_list_item { width: 50%; padding: 10px; margin-bottom: 6px; }
    .service_list_wrapperin { display: flex; justify-content: center; }
    .service_list_item a { font-size: 18px; }
    .our_service_raw { position: relative; padding-bottom: 350px; margin-bottom: 50px; }
    .service_list_section { position: relative; }
    .our_service_section { padding-bottom: 80px; }
    .expertise_head { padding: 0 16px 30px; }
    

    .services-nav ul > li > ul { transition: none; }
    .services-nav ul li.hs-item-has-children:hover > ul { pointer-events: auto; padding: 0; }
    .services-nav ul li.hs-menu-item a { position: relative;}
    .services-nav .hs-menu-wrapper .hs-menu-depth-1 > a {display: block;}
    .services-nav ul li.hs-menu-item a + span.service-child { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

    /* get-from-lab-to-life-faster */
    .lifefaster_section { margin: 20px 0 60px; padding: 73px 0 35px 18px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-vector-mobile.jpg) no-repeat 50%/cover; }
    .lifefaster_section .button_text a { flex-flow: row wrap; font-size: 22px; line-height: 25px; padding: 15px 10px; border-radius: 20px; } 
    .lifefaster_section .button_text a .buttonsvg_img { width: 100%; padding: 8px 0 0; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .accordion_list .title span { padding-right: 15px; }
    .lifefaster_section .button_text a .buttonsvg_img svg { width: 35px; height: 35px; }
    .lifefaster_section .lifefaster_sec_wrap .right_image { max-width: 220px; }
    .lifefaster_section .lifefaster_sec_wrap .right_part, .lifefaster_section .button_text { padding-right: 18px; }
    .lifefaster_section .lifefaster_sec_wrap .left_part .left_details .lifefaster_accordian .main_content { padding: 0 30px 40px 0; }

    /* gateway-to-global */
    .gatewayglo_section { padding: 0px 0 50px; }
    .gatewayglo_section .wrapper { padding: 0; }
    .gatewayglo_section .gatewayglobal_box_wrap { padding: 0 0 0 20px; }
    .gatewayglo_section .gatewayglo_sec_wrap:after { height: 360px; left: 0; top: -130px; width: 325px; }
    .gatewayglo_section .gatewayglobal_box_wrap .main_title { font-size: 100px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box .pre_title { font-size: 16px; line-height: 28px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box { margin-top: 0; border-radius: 17px 0 0 17px; border-right: 0; padding: 40px 24px 50px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box:before { border-radius: 17px 0 0 17px; border-right: 0; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap { flex-flow: row wrap; flex-direction: column-reverse; padding: 0; margin-top: 28px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main { border-radius: 16px 0 0 16px; width: 100%; margin: 0 0 0 15px; min-height: 130px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_img { top: -98px; left: 0; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content { padding: 30px; width: 100%; display: flex; align-items: center; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content:after { margin: 0 0 0 50px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_img { width: 120px; height: 120px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .button_text { margin: 0 65px 0 0; }

    /* investor-resources */
    .investor_section { padding: 40px 15px 55px; }
    .investor_section .heading_sec_wrap { padding: 0; margin: 0 0 30px 0; flex-flow: row wrap; }
    .investor_section .heading_sec_wrap .left_part, .investor_section .heading_sec_wrap .right_part { width: 100%; padding-left: 0; }
    .investor_section .heading_sec_wrap .right_part .content { max-width: 100%; }
    .investor_section .resources_sec_wrap .right_part { border-right: 1px solid #000; }
    .investor_section .heading_sec_wrap .left_part .main_title { margin-bottom: 15px; }
    .investor_section .resources_sec_wrap { flex-flow: row wrap; gap: 20px; }
    .investor_section .resources_sec_wrap .left_part,
    .investor_section .resources_sec_wrap .right_part { width: 100%; border-radius: 20px; } 
    .investor_section .resources_sec_wrap .left_part .left_box_details .left_title { margin-bottom: 18px;font-size:27px; line-height:37px;}
    .investor_section .resources_sec_wrap .right_part .right_resource_sec .left .box_link_sec { padding: 8px 0; } 

    /* clinical-trial-phases */
    .clinicalphase_section { padding: 50px 0; }
    .clinicalphase_section .clinicalphase_sec_wrap, .clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text { text-align: center; } 

    /* Service Accordion Section */
    .expertise_coverin { width: 100%; padding: 0; }
    .expert_raw_wrap .acc_content_box h3 { font-size: 22px; }
    .expert_raw_wrap .acc_content_box h5 { font-size: 18px; }
    .two_col_content_boxin { padding: 0; }

    /**/
    .our_people_head h2 { font-size: 50px; }
    .our_people_curveimg1 { height: 370px; width: 370px; }
    .our_people_imgbox { width: 100%; display: flex; }
    .our_people_mainimg_caption { margin: 0; padding: 30px 15px 20px; }
    .our_people_curveimg2 { height: 370px; width: 370px; top: -107px; right: -15px; }
    .our_people_section .wrapper { padding: 0; }
    .our_people_head { padding: 0 15px 25px; }
    .our_people_mainimg { margin-left: auto; margin-right: 50px; height: 200px; width: 200px; }
    .our_people_mainimg:after { top: -70px; right: 0; }
    .our_people_mainimg_caption h4 { font-size: 25px;line-height:35px; }
    .our_people_section .btn_style1 { padding: 20px 15px 0; text-align: center; }
    .our_people_section .right_blue_shape { top: 0; margin: auto; }
    .our_people_curveimg1, .our_people_curveimg2 { position: relative; }

    .expert_raw_wrap .acc_content_list:nth-child(odd) { padding: 0; }
    .expert_raw_wrap .acc_content_list:nth-child(2n) { padding: 0; }

    /* Blog Feed */
    .blog_feed_wrap .slick-list { padding: 0 !important; margin-bottom: 30px; }
    .blog_feed_head h2 { font-size: 40px; line-height: 1.2; }
    .blog_feed_head h2+h2 { text-align: left; }
    .blog_feed_section .btn_style1 { display: none; }
    .blog_feed_wrap { padding-bottom: 50px; }
    .blog_feed_wrap button.slick-prev.slick-arrow, .blog_feed_wrap button.slick-next.slick-arrow { left: 0; right: 0; margin: 0 auto; }
    .blog_feed_wrap button.slick-prev.slick-arrow { left: -70px; }
    .blog_feed_wrap button.slick-next.slick-arrow { right: -70px; }
    .blog_feed_section { padding-bottom: 80px; }
    .blog_feed_section:before { bottom: 310px; height: 400px; left: 30px; }
    .blog_feed_contentbox { display: none; }
    .blog_feed_contentbox.mbl { display: inline-block; vertical-align: top; width: 100%; position: relative; border-radius: 0px 0px 40px 40px; z-index: 1; border: 1px solid var(--main-color); opacity: 1; padding: 30px 20px; }
    .blog_feed_box { height: 300px !important; border-radius: 40px 40px 0px 0px; }
    .blog_feed_contentbox.mbl .feed_tag a { color: var(--fifth-color); }
    .blog_feed_title h5 { font-size: 22px; }
    .blog_feed_headin:after { width: 48px; height: 123px; left: 88%; margin-left: 0; top: 0; }

    .patient_testimonial_sliderin { padding: 0 20px; }

    .our_people_section { padding-bottom: 100px; }
    .ourcareer_section { margin: 0; }
    .ourcareer_section .wrapper { padding: 0; }
    .ourcareer_content_wrap { padding: 0 15px; }
    .ourcareer_sec_main_title h2 { position: relative; padding: 20px 15px 15px; margin-bottom: 30px; margin-top: -55px; width: 100%; font-size: 50px; display: inline-block; vertical-align: top; }
    .ourcareer_sec_main_title h2:before { position: absolute; content: ""; height: 400px; width: 100%; left: -35px; top: 0; background: #fff; z-index: -1; border-radius: 0px 31px 31px 0px; }
    .ourcareer_sec_wrap { background: #fff; position: relative; z-index: 1; }

    /*############################  Services  ############################*/
    /* first-services-section */
    .first-services { padding: 60px 0 30px; }
    .first-services:before { display: none; }
    .first-services .main-title h2 { font-size: 100px; margin-left: -40px; }
    .first-services .cover .title .left_side_title { transform: inherit; left: 0; }
    .first-services .cover .title { left: 0; position: inherit; top: 0; }
    .first-services .cover .right_part .queans_text { padding: 30px 0 30px 20px; }

    /* clinical-trial-management */
    .clinical-trial .cover { padding: 0 20px; }
    .clinical-trial:before { display: none; }
    .clinical-trial { padding: 130px 0 160px; }
    .clinical-trial .left, .clinical-trial .image { width: 100%; }
    .clinical-trial .left .con { max-width: 100%; }
    .clinical-trial .main .mob_btnstyle { width: 100%; }
    .clinical-trial .image { height: 330px; }
    .clinical-trial .services-nav .hs-menu-wrapper.flyouts .hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper { opacity: 1; visibility: visible; display: none; }
    .services-nav ul>li.hs-item-has-children>a:before { display: none; }
    .services-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul .open-menu-list { padding: 10px 0; }

    /* round-circle-banner-with-normal-text */
    .circle-banner .image-box { padding: 0 10px; max-width: 398px; margin: 0 auto; width: 100%; }
    .circle-banner .image { -webkit-mask-image: none; border-radius: 300px; height: 620px; }
    .circle-banner .image:before { border-radius: 300px; }
    .circle-banner .image .inner { padding: 0 15px 0 26px; height: 100%; max-width: 100%; }
    .circle-banner .image .inner h3 { padding-right: 0; } 
    .circle-banner .image .inner h3:after { height: 105px; position: absolute; left: 10px; top: -120px; width: 65px; right: inherit; }
    .circle-banner .image:after { border: 1px solid var(--main-color); border-radius: 300px; bottom: -7px; content: ""; left: -7px; position: absolute; right: -7px; top: -7px; }

    .circle-banner.service_aera .personalized_help_img { min-height: 600px; display: flex; align-items: center !important; }
    .circle-banner.service_aera .personalized_help_img .inner { padding: 0; }
    .circle-banner.service_aera .personalized_help_img .inner h3 { padding: 0 20px !important; font-size: 25px; text-align: left; }
    .circle-banner.service_aera .personalized_help_img .inner h3:after { right: auto; left: 40px; top: auto; bottom: 100%; }
    .circle-banner.service_aera .personalized_help_img_cover:after { border-color: var(--main-color); }

    /* second-services-section-list */ 
    .secservices_section { padding: 50px 0 40px; }
    .secservices_section .secservices_sec_wrap .title:after { margin: 10px 0 0 15px; }
    .secservices_section .services_list_box .services_list_wrap { width: 100%; }
    .secservices_section .services_list_box .services_list { padding: 20px 20px 20px 14px; }
    .secservices_section .services_list_box .services_list .services_text:after,
    .secservices_section .services_list_box .services_list:before { top: 24px; }
    .secservices_section .services_list_box { gap: 0; }

    /* case-study */
    .casestudy_section { padding: 190px 0 220px; }
    .casestudy_section .casestudy_sec_wrap { padding: 33px 24px 47px; }

    /* two-column-with-list */
    .twocollist_section { padding: 90px 0; }
    .twocollist_section:before { top: 0; left: -120px; }
    .twocollist_section:after { height: 450px; width: 450px; top: inherit; bottom: 80px; right: -120px; }
    .twocollist_section .twocollist_sec_wrap .right_part .link_text { padding: 12px 0; }
    .twocollist_section .twocollist_sec_wrap .left_part, 
    .twocollist_section .twocollist_sec_wrap .right_part { width: 100%; }

    /* title-with-faqs */ 
    .titlefaq_section { padding: 60px 0 35px; }
    .titlefaq_section:before { display: none; }
    .titlefaq_section .left_part,
    .titlefaq_section .right_part { width: 100%; }
    .titlefaq_section .right_part .faqs_list { margin-right: -15px; }
    .titlefaq_section .right_part .queans_text .question:after { top: 0; right: 14px; height: 37px; width: 37px; }

    /* image-with-faqs */ 
    .imgfaq_section { padding: 35px 0 50px; }
    .imgfaq_section .imgfaq_sec_wrap { flex-direction: column-reverse; gap: 40px; }
    .imgfaq_section .left_part, 
    .imgfaq_section .right_part { width: 100%; }
    .imgfaq_section .right_part .faqs_list { margin-right: -15px; }
    .imgfaq_section .right_part .queans_text .question:after { top: 0; right: 14px; height: 37px; width: 37px; }
    .imgfaq_section .left_part .left_side_image { border-radius: 300px 0 0 300px; height: 580px; margin-left: 15px; }
    .imgfaq_section .left_part .left_side_image:after { border-radius: 300px 0 0 300px; border-right: 0; right: -15px; }  
    .imgfaq_section .left_part .left_side_image:before { display: none; }

    /* process */
    .process_section { padding: 100px 0 50px; }
    .process_section .main_title { font-size: 100px; }

    /* our-benefits */
    .ourbenefits_section { padding: 60px 0; }
    .ourbenefits_section .main_title { font-size: 100px; margin: 0; }

    /* successful-client */
    .successclient_section { background: #fdf9f1 url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/background-shape-image-mob.jpg) no-repeat bottom center / cover; }

    /* 3-items-boxes */
    .itemsbox_section:hover .heading_title { opacity: 1; }
    .itemsbox_section .itemsbox_cover { flex-flow: row wrap; }
    .itemsbox_section .itemsbox_cover { margin-top: 0; }
    .itemsbox_section .heading_title .main_title { color: #000; }
    .itemsbox_section .heading_title { padding: 100px 15px 30px; }
    .itemsbox_section .heading_title .main_title:after { display: none; }
    .itemsbox_section .itemsbox_cover .itemsbox_wrap { height: 402px; }
    .itemsbox_section .itemsbox_cover .itemsbox_content { padding: 180px 15px; }
    .itemsbox_section .itemsbox_cover .itemsbox_wrap:hover { width: 100%; }
    .itemsbox_section .itemsbox_cover .itemsbox_wrap:hover .itemsbox_content { padding: 54px 0; }
    .itemsbox_section .itemsbox_cover .itemsbox_content .title:after { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/simple-arrow-white.svg) no-repeat 50%/contain; margin: 0 0 0 8px; height: 16px; width: 16px; display: inline-block; }

    /*############################  Individual Therapy Page  ############################*/
    /* video-with-text */
    .videotext_margin { margin: 70px 0 110px; }

    /* content-with-right-side-image */
    .contentwithimg_section { padding: 50px 0; } 

    /* testimonial-with-white-bg */
    .testimonialbox_section { padding: 50px 0; }
    .testimonialbox_section .testimonialbox_sec_wrap { padding: 0 15px; }
    .testimonialbox_section .rightbox_wrap { flex-flow: row wrap; }
    .testimonialbox_section .rightbox_wrap .quote_box,
    .testimonialbox_section .rightbox_wrap .testimonialbox_details { width: 100%; }
    .testimonialbox_section .testimonialbox_details .person_details { border-radius: 20px; border-right: 1px solid #000; }
    .testimonialbox_section .quote_box .person_image { margin: 0 auto; }
    .testimonialbox_section .rightbox_wrap .quote_box:before { left: 30%; } 
    .testimonialbox_section .rightbox_wrap .quote_box { margin: 0 0 -40px; z-index: -1; padding-top: 25px; }
    .testimonialbox_section .rightbox_wrap .quote_box:before { height: 76px; top: 0; width: 94px; }
    .testimonialbox_section .testimonialbox_details .person_details { padding: 55px 64px 48px 18px; }
    .testimonialbox_section .testimonialbox_details .person_details:after { right: 0; }
    .testimonial_withoutimg { padding: 70px 0; }
    .testimonial_withoutimg .testimonialbox_details { padding-left: 0; }
    .testimonial_withoutimg .rightbox_wrap .quote_box:before { left: 20px; top: -60px; }

    /* cancer-type-list */
    .cancertype_section { padding: 70px 0 50px; }
    .cancertype_section .cancertype_list .cancertype_btn { padding: 15px 0; width: 100%; }
    .cancertype_section .cancertype_heading .main_title,
    .cancertype_section .cancertype_heading .content { width: 100%; }
    .cancertype_section .cancertype_list_wrap .box_half_width:not(:last-child) { margin-bottom: 50px; }

    /* therapy-investor-resources */
    .investor_section.therapyinv_section { padding: 60px 15px 50px; }
    .investor_section.therapyinv_section .resources_sec_wrap .left_part .left_side_number { font-size: 65px; }
    .investor_section.therapyinv_section .resources_sec_wrap .left_part,
    .investor_section.therapyinv_section .resources_sec_wrap .right_part { width: 100%; }
    .investor_section.therapyinv_section .resources_sec_wrap .left_title { font-size: 25px; line-height: 30px; }

    .expertise_number_col:first-child .number { width: 100%; }
    .expertise_number_col:first-child .text { width: 100%; padding: 0; }
    .expertise_number_col:first-child .expertise_number_colin { padding-right: 0; }
    .expertise_number_col:nth-child(2) { width: 100%; }
    .expertise_number_col:nth-child(3) { width: 100%; margin-left: 0; }

    .speciality_wrap .slick-current .speciality_colin { width: 450px; max-width: 100%; margin: 0 auto !important; } 
    .next-slick-img.slick-thumb-nav, .prev-slick-img.slick-thumb-nav { height: 123px; width: 123px; border-radius: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; right: -70px; top: -40px; border: 1px solid var(--main-color); }
    .speciality_section .btn_style1 { display: none; }
    .prev-slick-img.slick-thumb-nav { right: auto; left: -145px; }
    .highlight_title { font-size: 105px; white-space: nowrap; }
    .speciality_section .wrapper { padding: 0; }
    .speciality_section .highlight_title:after { display: none; }
    .speciality_head { padding: 25px 15px; }
    .learn_more_text a:before { font-size: 0; }

    .therapy_service_circle_col { width: 420px; margin: 0; }
    .therapy_service_circle_cover .therapy_service_circle_col { margin: 0; }
    .therapy_service_circle_cover { max-width: 100%; width: 420px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin: 0 auto; overflow: hidden; }
    .therapy_service_circle_wrap .fabIcon { display: none; }
    .therapy_service_circle_colin { margin: 0 auto; background: transparent; }
    .therapy_service_circle_colin, .therapy_service_circle_colin:hover { height: 420px; width: 420px; }
    .therapy_service_circle_title { display: none; }
    .therapy_service_circle_img { opacity: 1; top: 5px; right: 5px; bottom: 5px; left: 5px; }
    .therapy_service_circle_hover { opacity: 1; text-align: center; align-items: flex-end; }
    .therapy_service_circle_hover>div { padding-bottom: 65px; }
    .therapy_service_circle_col:last-child { margin-top: -50px; }
    .therapy_service_circle_col:first-child { z-index: 9; }
    .therapy_service_circle_wrap { display: flex; flex-flow: column; justify-content: center; }
    .therapy_service_section .wrapper { padding: 0; }
    .therapy_service_head { padding-left: 15px; padding-right: 15px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section .breadcrumbs_menu .hs-menu-item:not(:last-child):after { top: -4px; }
    .linicalglance_section .breadcrumbs_menu .hs-menu-item:not(:last-child) { top: 0; }
    .linicalglance_section h1.title { font-size: 60px; }
    .linicalglance_section:before { display: none; }
    .linicalglance_section .images_section { gap: 30px; }
    .linicalglance_section .images_section .image_one { margin-right: 50px; height: 273px; width: 530px; }
    .linicalglance_section .images_section .image_three { height: 245px; width: 420px; }
    .linicalglance_section .images_section .image_two { height: 163px; width: 163px; margin-right: 10px; }

    /* our-mission-and-vision */
    .ourmission_section { padding: 100px 0 60px; }
    .ourmission_section .image_with_text .left_part,
    .ourmission_section .image_with_text .right_part { width: 100%; }
    .ourmission_section .image_with_text .right_part .main_img { border-radius: 20px; width: 100%; height: 387px; }
    .ourmission_section .image_with_text .left_part { border-radius: 20px; padding: 66px 20px 40px; }
    .ourmission_section .image_with_text .left_part .main_title { font-size: 80px; left: 0; top: -14px; width: 500px; }
    .ourmission_section .image_with_text { gap: 18px; }
    .ourmission_section .image_with_text { margin-bottom: 60px; }

    /* who-we-serve */
    .whoweserve_section .main_title { font-size: 35px; }
    .whoweserve_section { padding: 70px 0 100px; }
    .whoweserve_section .imgwithtxt_wrap .left_part { width: 100%; padding: 0 0 30px; }
    .whoweserve_section .imgwithtxt_wrap .right_part { margin: 0 auto; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box { margin-left: 50px; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box:not(:last-child) .left_part:after { top: 8px; left: -27px; height: calc(100% + 428px); }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box .left_part:before { height: 16px; width: 16px; top: 7px; left: -34px; }

    /* careers-at-linical */
    .careeratlin_section { margin: 40px 0 70px; }
    .careeratlin_section .careeratlin_box { padding: 0 20px 60px; }
    .careeratlin_section .left_part,
    .careeratlin_section .right_part { width: 100%; }
    .careeratlin_section .right_part { margin-bottom: 0; }
    .careeratlin_section .left_part { margin: 90px 0 50px; }
    .careeratlin_section:after { left: -80%; right: -80%; }
    .careeratlin_section .right_part .person_one { margin: 0 auto; }
    .careeratlin_section .right_part .person_details { top: -100px; position: inherit; left: 40px; }
    .careeratlin_section .right_part .person_two { bottom: -60px; margin: 0 auto; left: 0; }
    .careeratlin_section .right_part:after { bottom: inherit; left: 21%; top: 80px; }
    .careeratlin_section .resp_btn { width: 100%; } 

    /* content-with-right-side-image-new */
    .contentwithimg_section.contentwithbox_section { padding: 60px 0; }

    /* esg-data */
    .esgdata_section { padding: 30px 0; }
    .esgdata_section .esgdata_sec_wrap { padding: 10px; }
    .esgdata_section:before { height: 400px; width: 400px; top: 0; left: -130px; }
    .esgdata_section .esgdata_sec_wrap .image_box { height: 250px; width: 250px; }
    .esgdata_section .esgdata_sec_wrap .esg_box_details { width: calc(100% - 270px); }
    .esgdata_section .esgdata_sec_wrap .esg_box_details .esg_content { padding-bottom: 10px; }

    /* our-management-philosophy */
    .philosophy_section { padding: 80px 0 100px; }
    .philosophy_section:before { height: 200px; bottom: 0; right: -280px; width: 425px; top: 150px; }
    .philosophy_section .content { font-size: 35px; line-height: 46px; }

    /* Our History Section */
    .our_history_cover { display: none; }

    /* Our Core Value */
    .core_value_section .core_value_head { max-width: 100%; }
    .core_value_area { height: auto; }
    .core_value_col { position: relative; top: auto !important; right: auto !important; left: auto !important; bottom: auto !important; transform: none !important; }
    .core_value_wrap { padding-top: 30px; text-align: center; }
    .core_value_col { padding: 22px 0; }
    .core_value_col h3 { font-size: 50px; }
    .core_value_col:last-child { padding-bottom: 0; }
    .core_value_col h3 { font-size: 36px; }

    /***/
    section.philosophie { display: none; }

    /* Our History */
    .left_year_digit:before, .left_year_digit:after { display: none; }
    .history_year_slider_section .wrapper { padding: 0; }
    .left_year_digit { width: 155px; height: 300px; font-size: 100px; padding-right: 10px; }
    .left_year_digit_wrap { height: auto; padding: 0; }
    .history_year_slider_section { padding: 120px 0 0; }
    .history_slider_container { width: calc(100% - 155px); }
    .history_year_slider_wrap { display: flex; flex-wrap: wrap; }
    .history_year_box h3 { font-size: 100px; }
    .history_year_col { position: relative; opacity: 1; display: inline-block; vertical-align: top; width: 100%; }
    .history_year_colin { top: auto; padding: 95px 15px 0; }
    .history_year_box { padding: 0; }
    .history_slider_container ul.slick-dots { position: absolute; padding: 40px 0 0; width: 100%; left: 0; line-height: 0; }
    .history_year_slider_section ul.slick-dots { padding: 30px 0 0; line-height: 0; display: flex !important; align-items: center; justify-content: center; }
    .history_year_slider_section ul.slick-dots li button { height: 9px; width: 9px; background: #FFC5C5; border: 0; transition: all ease-in-out .4s; }
    .history_year_slider_section ul.slick-dots li.slick-active button { height: 14px; width: 14px; background: var(--fifth-color); }

    .history_year_slider_section .next_slide { width: 100%; text-align: center; font-size: 15px; text-transform: uppercase; color: var(--fifth-color); font-family: var(--sec-font); padding-top: 30px; }
    .history_year_slider_section .next_slide label { letter-spacing: 2.25px; color: var(--main-color); }
    .history_year_slider_section .next_slide .year_text { position: relative; }
    .history_year_slider_section .next_slide .year_text:after { position: relative; content: ""; height: 11px; width: 14px; top: -2px; display: inline-block; vertical-align: middle; margin-left: 7px; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/history-next-arrow.svg) no-repeat center / cover; }

    /* Leadership Section */
    .leadership_section .global_img img { width: 352px; max-width: 100%; }
    .leadership_section { padding: 0px 0 30px; }
    .leadership_head h2 { padding-bottom: 70px; font-size:40px;line-height:50px;}
    .leadership_bio_main_wrap { display: none; } 
    .leadership_col { width: 100%; padding: 0 0 30px; }
    .leadership_boxin { width: 370px; max-width: 100%; margin: 0 auto; }
    .leadership_img { height: 430px; }
    .leadership_img:before { display: none; }
    .leadership_bio { width: calc(100% + 30px); margin: 0 auto; left: -15px; border-radius: 0; padding: 35px 15px 74px; position: relative; transition: all ease-in-out .4s; margin-top: -100px; }
    .leadership_section .wrapper { width: 100%; }
    .leadership_bio_left { width: 100%; }
    .leadership_bio_right { width: 100%; padding: 30px 0 0; font-size: 15px; }
    .leadership_bio .bio_close { position: absolute; bottom: 15px; right: 15px; }
    .leadership_bio:before { height: 407px; width: 481px; max-width: 100%; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/mbl-bio-shape.png) no-repeat center / cover; margin: auto; right: 0; opacity: 1; }     

    /*############################  Careers Page  ############################*/
    /**/
    .lifelinical_section h1.title { font-size: 50px; }

    /* What We Stand For */
    .what_stand_section { padding-top: 100px; }
    .what_stand_head h2 { font-size: 35px; }
    .what_stand_content { width: 100%; display: block; padding: 0 0 0 70px; }
    .what_stand_col .what_stand_colin { width: 100% !important; padding: 0 15px !important; }
    .what_stand_box { flex-wrap: wrap; }
    .what_stand_img { height: 256px !important; width: 256px !important; }
    .what_stand_box .normal_box { width: 100%; }
    .what_stand_more_text { width: calc(100% - 30px); left: 0; right: 0; margin-left: auto; margin-right: auto; margin-top: -280px; }
    .what_stand_cover:before { left: -15px; }
    .what_stand_wrap .slick-arrow.slick-prev, .what_stand_wrap .slick-arrow.slick-next { top: auto; bottom: 60px; }
    .what_stand_wrap .slick-arrow.slick-prev { left: calc(50% - 40px); }
    .what_stand_wrap .slick-arrow.slick-next { left: calc(50% + 40px); }
    .what_stand_wrap { padding-top: 0px; } 
  .what_stand_img {margin-top:0px;}
  .what_stand_wrap .slick-list{padding-bottom:160px!important;}
    .what_stand_wrap .slick-list.textActive { z-index: 2; }
    
    .what_stand_section .what_stand_col { width: inherit !important; transition: none; }
    .what_stand_content>div { padding-right: 0; }
    .what_stand_section .slick-center .what_stand_content { padding: 0; }
    .what_stand_col .what_stand_colin { padding: 0 !important; }
    .what_stand_img { transform: scale(1); }
    .what_stand_col .what_stand_box { padding: 0 15px; width: 100%; }
    .what_stand_section .what_stand_col.slick-center { max-width: 100% !important; min-width: 1px !important; width: inherit !important; }
    .what_stand_col .what_stand_box .what_stand_content { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 40px; padding-left: 0; }
    .what_stand_img:before { opacity: 1; }
    .what_stand_col .what_stand_box .normal_title { display: none; }
    .what_stand_more_text { left: 0; }

    /* benefits-perks */
    .benefitsperks_section { padding: 60px 0; }
    .benefitsperks_section .benefits_title { min-width: 280px; }

    /* employee-across-countries */
    .acrosscountries_section { padding: 100px 0 0; }
    .acrosscountries_section:before { border-radius: 261px; filter: blur(75px); height: 261px; right: 40%; width: 261px; }
    .acrosscountries_section .heading_text .bottom_content { flex-direction: inherit; }
    .acrosscountries_section .heading_text .bottom_content .sub_title,
    .acrosscountries_section .heading_text .bottom_content .content { width: 100%; }
    .acrosscountries_section .heading_text h2.title { padding-bottom: 0; }

    /* life-at-linical */
    .lifelinical_section { padding: 120px 0 190px; }
    .lifelinical_section .lifelinical_sec_wrap .bg_image { height: 320px; margin: 0 auto; width: 353px; } 
    .lifelinical_section .simplemenu_list { margin: 0 auto; max-width: 500px; }
    .lifelinical_section .lifelinical_sec_wrap { gap: 35px; padding: 0 20px; }
    .lifelinical_section .lifelinical_sec_wrap .left_part,
    .lifelinical_section .lifelinical_sec_wrap .right_part { width: 100%; }
    .lifelinical_section .simplemenu_list li.hs-menu-item.hs-menu-depth-1 { width: 48%; }
    .lifelinical_section:before { display: none; }

    /* Jobs & Employee Highlights */
    .section-title { display: block; text-align: center; }
    .employee_highlights_section .employee_highlights_block button { text-align: center; top: inherit; bottom: calc(100% - 30px); }
    .employee_highlights_section .employee_highlights_block .slick-prev {left: calc(50% - 60px);}
    .employee_highlights_section .employee_highlights_block .slick-next {right: calc(50% - 60px); }
    .employee_highlights_block_item.slick-slide .inner-item-box {padding-top: 70px;}
    .employee_highlights_section .slick-list{padding-right:48px;}
    .employee_highlights_block {padding-left: 0px;}
    .emp-data-box .emp_desc { padding: 10px; }
    .emp-data-box-top h3 { order: 1; padding: 0; }
    .emp-data-box .bio-closed { order: 2; width: 45px; height: 45px; }
    .emp-data-box-top { justify-content: space-between; padding: 30px 15px; justify-content: space-between; }
    .emp-data-box {padding-bottom: 30px;}

    /* Job opening component  */
    .opening_cate { flex-wrap: wrap; }
    .opening_cate .links { width: 100%; height: auto; margin: 20px; }
    .opening_cate_boxs { height: 178px; padding: 0 30px; text-align: center; background-size: contain !important; }
    .opening_cate_boxs h5 { font-size: 100%; }
    .job-opening-title-box h3 { text-align: center; font-size: 35px; }
    .job-opening-title-box .sep-with-title h4 span { width: auto; max-width: 70%; margin: 0 auto; padding: 0 8px; }
    .job-opening-title-box .sep-with-title { margin: 0; }
    .main-filter-box { flex-wrap: wrap; margin: 40px 22px 22px; }
    .main-filter-box .work-tab { width: 100%; margin: 0; margin-bottom: 20px; }
    .work-tab span { padding: 14px; }
    .remote-box { width: 100%; max-width: 80%; margin: 0 auto; }
    .job-opening-content-box .grid { margin: 0; }  
    .inner-data-top { flex-wrap: wrap; }
    .element-item { padding: 0; }
    .items-data .department, .items-data .location {width: 100%; display: flex; font-size: 16px; letter-spacing: 1px; align-items: center; margin-bottom:10px;}
    .element-item .popup { margin-top: 20px; padding: 0; }
    .popup-data { flex-wrap: wrap; }
    .apply-now-inn { padding: 40px 15px; }
    .apply-now-inn .tittlebox h3 { font-size: 28px; }
    .apply-now-inn .tittlebox h4 { padding: 0; font-size: 22px; margin-top: 10px; }
    .apply-now-inn:before { left: 1px; top: 0; z-index: -1; }
    .apply-now-inn { overflow: hidden; z-index: 1; }
    .apply-now-inn .tittlebox { margin-bottom: 30px; }
    .apply-now-inn form .hs_please_upload_your_resume { width: 100%; flex-wrap: wrap; }
    .inner-data-top h3 {font-size: 22px; margin-bottom: 0;}
    .element-item{ margin: 0 0 20px; }
    .opening_cate .links{margin: 10px;}
    .opening_cate .links:last-child{margin: 10px;}
    .inner-block-openings:before{border-radius: 30px;}
    .get-in-touch-block { padding: 40px 20px; flex-wrap: wrap; margin: 15px 0; }
    .get-in-touch-block .get-in-touch-block-left { width: 100%; padding: 0; }
    .get-in-touch-block-left h4, .get-in-touch-block-left p { margin-bottom: 20px; }
    .department, .location{margin-right: auto;}
    .block-title .title { font-size: 35px; }

    .job-opening .wrapper { padding: 0; }
    .block-title { padding: 0 15px 50px; }
    .job-opening { padding-top: 80px; }
    .block-title h2 { font-size: 35px; }
    .job-opening-title-box { margin: 0; }
    .info_btn { opacity: 1; visibility: visible; margin: 15px 0 0; display: none; }
    .inner-data-top h4 { font-size: 22px; }
    .data_items_raw .data-items { padding: 0; }
    .data_items_raw { border-radius: 20px; }
    .get-in-touch-block .get-in-touch-block-left h4 { font-size: 22px; margin: 0 0 10px; }
    .job-opening-content-box { padding: 10px 15px; }
    .data_items_raw .data-items .items-data label { width: 130px; letter-spacing: 2.4px; }
    .data_items_raw .data-items .items-data span { font-size: 16px; line-height: 1.25; }
    .items-data .department { margin-bottom: 10px; }
    .popup.jonInfo_content .popup-data .left-pop:nth-child(odd) { padding: 0 0 30px; }
    .popup.jonInfo_content .popup-data .left-pop:nth-child(2n) { padding: 0; }
    .job-opening fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    .job-opening fieldset.form-columns-2 .hs-form-field:nth-child(2) { padding-left: 0; }

    .box_content { padding-left: 0; }
    .emp-data-box { font-size: 15px; }

    /*############################  Form Template Page  ############################*/
    /* form-template */
    .formtemplate_page .gatewayglo_section { padding: 50px 0 100px; }    
    .formtemplate_section .formtemplate_sec_wrap { padding: 119px 40px 100px; }
    .formtemplate_section .formtemplate_bg_img { height: 260px; width: 494px; margin-right: -120px; border-radius: 150px 10px; }
    .formtemplate_section .formtemplate_bg_img:after { border-radius: 148px 8px; }
    .formtemplate_section .shape_bg_img { height: 264px; width: 170px; }
    .formtemplate_section .form_details_list form input[type=email],
    .formtemplate_section .form_details_list form input[type=file],
    .formtemplate_section .form_details_list form input[type=number],
    .formtemplate_section .form_details_list form input[type=password],
    .formtemplate_section .form_details_list form input[type=tel],
    .formtemplate_section .form_details_list form input[type=text],
    .formtemplate_section .form_details_list form select,
    .formtemplate_section .form_details_list form textarea { border-bottom: 1px solid #fff; }

    /*############################  Global Reach Template Page  ############################*/
    /* form-section */
    .form_gradient { background-position: 80%; }
    .form_gradient .custom-select-trigger,
    .formtemplate_section .custom-select-trigger { border-bottom: 1px solid #fff; font-size:18px;}

    /* global-reach */
    .globalreachmap_section .globalreachmap_details { padding: 0 20px; }
    .globalreach_sec_wrap { position: relative; z-index: 9; }
    .globalreachmap_section .globalreach_sec_wrap .left_part { width: 100%; }
    .globalreachmap_section .globalreach_sec_wrap .right_part { margin-right: 0; }
    .globalreachmap_section .globalreach_sec_wrap .right_part .bg_image { position: absolute; right: -100px; top: 0; width: 470px; height: 460px; margin: 0; z-index: -1; }
    .globalreachmap_section .globalreach_main:before { display: none; }
    .globalreachmap_section .globalreach_main { padding-bottom: 60px; }
    .globalreachmap_section .globalreach_sec_wrap .left_part .content { max-width: 480px; }

    .globalreachmap_section .ourregions_main .regions_details_box .content { font-size: 14px; }
    .globalreachmap_section .ourregions_main .map_box .map_image { right: 40%; }
    .globalreachmap_section .ourregions_main .map_box .country_name { font-size: 18px; }

    .globalreachmap_section .ourregions_main .globalmap_wrap { display: none; }
    .globalreachmap_section .ourregions_main .map_box { width: 100%; border-radius: 20px; height: 180px; padding: 30px 30px; display: flex; align-items: center;  }
    .globalreachmap_section .ourregions_main .map_box .link_style { display: none; }
    .globalreachmap_section .ourregions_main .map_box .map_image { top: 0; bottom: 0;height: 150px; margin: auto; }  
    .globalreachmap_section .ourregions_main .tabhead_text:before { display: none; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap .mapbox_acc_wrap .our_regions_content { padding: 20px; }  
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap .mapbox_acc_wrap .our_regions_content { background: #fff; border: 1px solid #000; border-radius: 11px; margin-top: -15px; z-index: 9; position: relative; display: none; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap .mapbox_acc_wrap .our_regions_content .regions_details_box { border: none; background: transparent;border-radius: 0;padding: 0 20px; width: calc(100% - 30px); }
    .globalreachmap_section .ourregions_main .tabhead_text .our_regions_content .regions_details_wrap { display: flex; align-items: flex-start; }
    .globalreachmap_section .ourregions_main .regions_details_wrap .logo_icon { margin: 0; }
    .globalreachmap_section .ourregions_main .regions_details_box { max-width: 100%; }
    .globalreachmap_section .ourregions_main .regions_details_box .content ul { margin: 0; padding: 15px 0 0 15px; }
    .globalreachmap_section .ourregions_main .ourregions_content_box { display: none; }
    .globalreachmap_section .ourregions_main .regions_details_box .link_style { margin-top: 15px; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_title { padding-left: 65px; padding-bottom: 25px; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap { position: relative; width: 100%; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap:before {border-left: 1px solid #000;content: "";display: inline-block;position: absolute;left: 46px;top: -53px;width: 1px;height: 100%;}
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap .mapbox_acc_wrap { width: 100%; margin-bottom: 33px; }
    .globalreachmap_section .ourregions_main .tabhead_text .map_box { position : relative; justify-content: space-between; }
    .globalreachmap_section .ourregions_main .tabhead_text .map_box .arrow_grp { position : relative; }
    .globalreachmap_section .ourregions_main .tabhead_text .map_box .arrow_grp:after { content: ""; display: inline-block; position: absolute; right: 0; top: 50% ; width: 48px; height: 48px;background: transparent url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/red-down-circle-arrow.svg) no-repeat center / cover; transform: translate(0, -50%) rotate(0deg); transition: 0.5s ease; }
    .globalreachmap_section .ourregions_main .tabhead_text .map_box.active .arrow_grp:after { background: transparent url('https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/white-up-circle-arrow.svg') no-repeat center / cover; transform: translate(0, -50%) rotate(0deg); transition: 0.5s ease; }

    /*############################  Resource Center Overview Page  ############################*/
    /* resource-center-hub */
    .resourcehub_section .resourcehub_sec_wrap h1.title { font-size: 50px; }
    .resourcehub_section .resourcehub_sec_wrap { padding: 90px 15px 170px; }
    .resourcehub_section .resourcehub_sec_wrap .content { font-size: 18px; line-height: 28px; }
    .resourcehub_section .resourcehub_sec_wrap:after { height: 128px; width: 48px; right: 3%; }

    /* 3-tabs-anchor-down */
    .ancharlink_section { padding: 0 0 50px; }
    .ancharlink_section .ancharlink_main { width: 100%; }
    .ancharlink_section .ancharlink_sec_wrap { gap: 15px; }

    /* articles-research-blog-feed */
    .artresearch_section { padding: 50px 0 40px; }
    .head_main_wrap .link_style,
    .head_main_wrap .title { width: 100%; text-align: left; padding-bottom: 10px; }
    .head_main_wrap,
    .artresearch_section .right_part .viewall_post { margin-right: -15px; }
    .head_main_wrap .link_style a { font-size: 18px; }
    .artresearch_section .left_part,
    .artresearch_section .right_part { width: 100%; } 
    .artresearch_section .right_part .viewall_post .post-title h5 { font-size: 18px; }
    .artresearch_section .artpost_details .topiclink_set { left: -14px; }

    /* case-studies-blog-feed */
    .casestudies_section { padding: 50px 0; }
    .casestudies_section .recentpost_box .recentpost_box_wrap { margin-right: 0; padding-left: 16px; }
    .casestudies_section .recentpost_box .slick-list { padding: 0; }
    .casestudies_section .recentpost_box .recentpost_box { width: calc(100% + 10px); margin-left: -10px; }
    .casestudies_section .casestudies_sec_wrap { margin: 0; border-radius: 40px; padding: 46px 20px 90px; }
    .casestudies_section .casestudies_sec_wrap .head_main_wrap { margin-right: -20px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-next { right: 40%; top: inherit; bottom: -70px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-prev { display: none !important; }
    .casestudies_section .recentpost_box .slick-arrow.slick-next:after { content: "NEXT"; font-size: 15px; letter-spacing: 2.25px; position: relative; left: -60px; color: var(--tertiary-color); font-family: var(--g-bold); }
    .casestudies_section .recentpost_box .slick-arrow.slick-prev:after { content: "PREV"; font-size: 15px; letter-spacing: 2.25px; position: relative; left: -60px; color: var(--tertiary-color); font-family: var(--g-bold); }

}

@media(max-width: 575px){
    /* Homepage */
    /* Banner */
    /*.banner_announce_raw { background-size: cover; left: -50px; width: calc(100% + 50px); max-width: unset; } */
    .banner_announce_caption { padding-right: 120px; }
    .net_shape_img { right: 30px; }
    .net_shape_img img { width: 100%; }

    .expert_raw_wrap .indexin .acc_title h4,
    .expert_raw_wrap .acc_content_box h3 { font-size: 20px; }
    .expert_raw_wrap .slide_title span { padding: 6px 50px 0 15px; }

    /* Element Word Auto Slider */
    .element_repeater_slider_title { font-size: 60px; }

    /* gateway-to-global */
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content { padding: 30px 50px 30px 30px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content:after { margin: 0 0 0 15px; width: 20px; }
    .gatewayglo_section .gatewayglobal_box_wrap .main_title:after { margin-left: 20px; }
    .gatewayglo_section .gatewayglobal_box_wrap .main_title { font-size: 80px; }
    .gatewayglo_section .gatewayglobal_box_wrap .gateway_global_box { padding: 40px 15px 50px; }

    .patient_testimonial_slider_box { padding: 30px 15px; font-size: 18px; line-height: 1.5; }

    /* investor-resources */
    .investor_section .resources_sec_wrap .left_part { padding: 35px 15px 20px; }
    .investor_section .resources_sec_wrap .right_part { padding: 35px 16px 20px 15px; }

    /*############################  Services  ############################*/
    /* image-with-faqs */ 
    .imgfaq_section .left_part .left_side_image { height: 370px; width: 548px; }

    /* clinical-trial-management */
    .clinical-trial:after { border: 0; border-radius: 0; }
    .clinical-trial img.shape { bottom: inherit; left: -40px; top: 120px; }
    /*.services-nav { background: url(https://3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/Linical-2023/images/shape-blue-mobile.png) no-repeat; background-position: top center; background-size: contain; height: 296px; margin: -100px 0 0 0; min-width: 100%; padding: 0; width: 100%; }*/
    .services-nav {border-radius: 0; height:auto; margin: -100px 0 0 0; min-width:auto; padding:40px 0px 20px 0px; width: 100%; }
    .services-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul { display: inline-block; width: 100%; padding:0;}
    .services-nav ul li.hs-menu-item { text-align: center; }
    .services-nav ul li.hs-menu-item a span { width: 100%; display: inline-block; }
    .services-nav ul li.hs-item-has-children>a:after { content:"+"; background: inherit; color: var(--fifth-color); font-size: 35px; margin: 10px 0 0 0; }
    .breadcrumbs_menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { justify-content: flex-start; }
    .clinical-trial .image { height: 270px; }

    /* round-circle-banner-with-normal-text */
    .circle-banner { margin-top: 45px; }
    .circle-banner .text { display: none; }

    /* process */
    .process_section .process_sec_wrap .right_image { display: none; }
    .process_section .process_sec_wrap .left_part { margin-bottom: 0; }
    .process_section .content_box_wrap .process_content_box .process_icon img { width: 25px; height: 25px; } 
    .process_section .content_box_wrap .process_content_box { padding: 0 0 20px 45px; }

    /* our-benefits */
    .ourbenefits_section .main_title { font-size: 80px; }
    .ourbenefits_section .main_title:after { margin: 0 0 60px 10px; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part .bgimg_first { height: 415px; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part .bgimg_sec { height: 408px; margin-top: 20px; }
    .ourbenefits_section .ourbenefits_sec_wrap .left_part:after, 
    .ourbenefits_section .ourbenefits_sec_wrap .left_part:before { bottom: 40px; height: 363px; width: 439px; }

    /* successful-client */ 
    .successclient_section .successclient_sec_wrap { padding-left: 0; }
    .successclient_section .successclient_sec_wrap:before { display: none; }

    /* clinical-trial-phases */
    .clinicalphase_section .clinicalphase_sec_wrap .clinicalphase_button .button_text { width: 100%; margin-bottom: 20px; }

    /*############################  Individual Therapy Page  ############################*/
    /* content-with-right-side-image */
    .contentwithimg_section .left_part { padding: 50px 20px 35px; }
    .contentwithimg_section .right_part .right_img { height: 416px; }

    /* testimonial-with-white-bg */ 
    .testimonialbox_section .rightbox_wrap .quote_box:before { left: 24%; }
    .testimonialbox_section .testimonialbox_details .person_details .person_bio { font-size: 22px; line-height: 28px; }
    .testimonialbox_section .testimonialbox_details .person_details:after { height: 94px; bottom: 20px; }
    .testimonialbox_section .testimonialbox_details .person_details { padding: 55px 24px 48px 18px; }
    .testimonialbox_section .testimonialbox_details .person_details .person_position { font-size: 16px; line-height: 18px; }
    .testimonialbox_section .testimonialbox_details .person_details .persondet_wrap { padding-right: 50px; }
    .testimonial_withoutimg .rightbox_wrap .quote_box:before { left: 10px; }
    .testimonial_withoutimg .testimonialbox_details .person_details { padding: 35px 24px 48px 18px; }

    /* cancer-type-list */
    .heading_content .head_subtitle, .heading_content .head_title { font-size: 35px; }
    .heading_content .head_title { padding-top: 50px; }
    .heading_content .textbox_wrap { padding-left: 0; }
    .cancertype_section .cancertype_list_wrap .box_half_width { flex-basis: 100%; }

    /* therapy-investor-resources */
    .investor_section.therapyinv_section .resources_sec_wrap .left_part { padding: 40px 20px 30px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section img.shape { bottom: inherit; left: -40px; top: 90px; }
    .linicalglance_section h1.title { font-size: 50px; }
    .linicalglance_section .breadcrumbs_menu { padding: 0 15px; position: absolute; top: -70px; }
    .linicalglance_section .title_section { text-align: left; padding: 0 15px 35px; }
    .linicalglance_section .images_section .image_one { height: 230px; margin-right: 30px; width: 375px; }
    .linicalglance_section .images_section .image_three { height: 180px; width: 287px; }
    .linicalglance_section .images_section .image_two:before { left: 20px; height: 98px; width: 50px; top: -54px; }
    .linicalglance_section .images_section .image_two { margin-right: 0; }

    /* right-choice-cro */
    .rightchoice_section { padding: 30px 0 60px; }
    .rightchoice_section .wrapper { padding: 0; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title { font-size: 50px; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(3) { padding-left: 60px; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(2) { padding-left: 30px; }
    .rightchoice_section .rightchoice_sec_wrap:after { height: 407px; width: 311px; }
    .rightchoice_section .rightchoice_sec_wrap .logotitle_box { padding: 88px 0 128px; }
    .rightchoice_section .rightchoice_sec_wrap .head_content { padding: 0 15px; }
    .rightchoice_section .video { margin: 0 8px; }
    .rightchoice_section .logo_img { height: 60px; width: 152px; bottom: 30px; }

    /* our-mission-and-vision */
    .ourmission_section .ourmission_sec_wrap { margin-right: -35px; }
    .ourmission_section .image_with_text .left_part { padding: 66px 40px 40px 20px; }
    .ourmission_section .ourlogo_wrap .ourlogo_img img { width: 73px; }
    .ourmission_section .ourlogo_wrap .ourlogo_box { height: 120px; width: 120px; }
    .ourmission_section .ourmission_sec_wrap .box_content .content { font-size: 16px; }

    /* content-with-right-side-image-new */
    .contentwithimg_section.contentwithbox_section .right_part .right_img { height: 375px; }

    /* esg-data */
    .esgdata_section:before { height: 300px; top: 140px; width: 300px; }
    .esgdata_section .esgdata_sec_wrap { padding: 10px 10px 50px 10px; }
    .esgdata_section .esgdata_sec_wrap .image_box { height: 356px; width: 360px; margin: 0 auto 30px; }
    .esgdata_section .esgdata_sec_wrap .esg_box_details { width: 100%; }
    .esgdata_section .esgdata_sec_wrap .esg_box_details .esg_content { padding-bottom: 50px; }
    .esgdata_section .esgdata_sec_wrap .esg_box_details .dowbtn_set { margin: 0 -10px 0 auto; }

    /* our-management-philosophy */
    .philosophy_section { padding: 80px 0; }
    .philosophy_section:after { left: -70%; right: -70%; }
    .philosophy_section .content { font-size: 30px; line-height: 36px; }
    
    /* careers-at-linical */
    .careeratlin_section .right_part .person_two { margin: 0 auto -20px; bottom: -100px; }

    /*############################  Careers Page  ############################*/
    /* benefits-perks */
    .benefitsperks_section .heading_text { text-align: center; }
    .benefitsperks_section .benefits_title { font-size: 17px; }
    .benefitsperks_section:before { display: none; }
    .benefitsperks_section .benefits_list .slick-slide:nth-child(even) { padding-top: 0; }
    .benefitsperks_section .benefits_list .slick-slide:nth-child(odd) { padding-top: 55px; }

    /* our-people-culture */
    .ourpeople_section { padding: 50px 0; }
    .ourpeople_section .imagebox_list .first_image,
    .ourpeople_section .imagebox_list .fourth_image,
    .ourpeople_section .imagebox_list .second_image,
    .ourpeople_section .imagebox_list .third_image { width: 100%; }
    .ourpeople_section .third_image .thirdbox_details .third_title { font-size: 60px; }
    .ourpeople_section .imagebox_list .third_image { translate: 0; }
    .ourpeople_section .imagebox_list .first_image { margin-bottom: 30px; }
    .ourpeople_section .imagebox_list .third_image { margin: -130px 0 30px 0; }
    .ourpeople_section .second_image .img_second { height: 510px; width: 318px; }
    .ourpeople_section .fourth_image .img_fourth { height: 471px; width: 321px; }

    /* professional-opportunities */
    .professional_section { padding: 34px 0 50px; }
    .professional_section .opportunities_box_wrap .left_part,
    .professional_section .opportunities_box_wrap .right_part { width: 100%; }
    .professional_section .opportunities_box_wrap .left_part { padding: 20px 10px; margin-bottom: 10px; text-align: center; }
    .professional_section .opportunities_box_wrap .right_part { padding: 20px 15px; }
    .professional_section .opportunities_box_wrap .right_part .acccontent_arrow:after { width: 38px; height: 38px; }
    .professional_section .opportunities_box_wrap .left_part .opportunities_title { width: 100%; }
    .professional_section .opportunities_box_wrap .left_part .opportunities_text,
    .professional_section .opportunities_box_wrap .opportunities_content { font-size: 16px; }

    /* why-life-at-linical */
    .whylifelinical_section { padding: 170px 0 100px; }
    .whylifelinical_section:after { top: -6%; right: -25%; }
    .whylifelinical_section .right_part { padding: 87px 20px 10px; }
    .whylifelinical_section .left_part .left_image { height: 337px; width: 337px; }


    /* employee-across-countries */
    .acrosscountries_section:after { left: -80%; right: -80%; }
    .acrosscountries_section .heading_text h2 { font-size: 40px; }
    .acrosscountries_section .heading_text .bottom_content .content { padding-top: 15px; }
    .acrosscountries_section .heading_text { margin: 0 15px 60px; }
    .acrosscountries_section .row_slider_wrap .title { font-size: 42px; line-height: 50px; padding: 0 20px; }

    /* life-at-linical */
    .lifelinical_section { padding: 120px 0 270px; }
    .lifelinical_section:after { left: -80%; right: -80%; }
    .lifelinical_section .simplemenu_list { max-width: 400px; padding: 40px 20px; position: relative; }
    .lifelinical_section .simplemenu_list:before { content:""; background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/rgb-icon.svg) no-repeat center / cover; height: 38px; width: 38px; display: inline-block; position: absolute; top: -18px; right: 46%; }
    .lifelinical_section .simplemenu_list li.hs-menu-item.hs-menu-depth-1 { width: 100%; text-align: center; }
    .lifelinical_section .simplemenu_box { bottom: -120px; }

    /*############################  Form Template Page  ############################*/
    /* form-template */
    .formtemplate_page .gatewayglo_section { padding: 50px 0 70px; }   
    .formtemplate_section { padding: 115px 0 50px calc(50% - 700px); }
    .formtemplate_section .formtemplate_sec_wrap { padding: 149px 0 100px 20px; }
    .formtemplate_section .formtemplate_bg_img { height: 220px; width: 424px; }
    .formtemplate_section .formtemplate_sec_wrap .title { max-width: 280px; margin-top: -30px; }  
    .formtemplate_section .formtemplate_sec_wrap .content { padding-right: 20px; }
    .formtemplate_section .formtemplate_sec_wrap:after { top: 20%; width: 440px; filter: blur(100px); height: 440px; border-radius: 439px; }
    .formtemplate_section .formtemplate_sec_wrap:before { bottom: 0; top: inherit; width: 400px; filter: blur(100px); height: 400px; border-radius: 400px; }
    .formtemplate_section .form_details_list form select { background-size: 35px; background-position-x: 97%; }

    /*############################  Global Reach Template Page  ############################*/    
    /* global-reach */
    .globalreachmap_section .globalreach_sec_wrap .right_part .bg_image { width: 380px; height: 370px; }
    .globalreachmap_section .globalreach_main { padding-bottom: 80px; }
    .globalreachmap_section .globalreach_sec_wrap .left_part { padding-top: 40px; }
    .globalreachmap_section .left_part .titlebtn_wrap .btn_style1 a { min-width: 152px; }

    .globalreachmap_section { padding: 130px 0 60px; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap .mapbox_acc_wrap .our_regions_content { padding: 20px 15px; }
    .globalreachmap_section .ourregions_main .regions_details_wrap .logo_icon { position: absolute; top: 20px; left: 15px; }
    .globalreachmap_section .ourregions_main .tabhead_text .regions_acc_wrap .mapbox_acc_wrap .our_regions_content .regions_details_box { width: 100%; padding: 0; }
    .globalreachmap_section .ourregions_main .regions_details_box .country_name { padding-left: 45px; }
    .globalreachmap_section .ourregions_main .map_box .map_image { right: 32%; }

    /*############################  Resource Center Overview Page  ############################*/    
    /* 3-tabs-anchor-down */
    .ancharlink_section .ancharlink_sec_wrap { margin: -50px -10px 0 0; }

    /* articles-research-blog-feed */
    .artresearch_section .left_part .artsearch_post,
    .artresearch_section .left_part .post_image img { border-radius: 15px; }
    .artresearch_section .left_part .artpost_text_wrap { padding: 30px 10px 20px 20px; }
    .artresearch_section .left_part .post_image img { height: 280px; }
    .artresearch_section .left_part .artpost_text_wrap .post-content { font-size: 16px; }

    .topic-link,
    .topic-link2 { min-width: 172px; font-size: 15px; letter-spacing: 1.95px; }

    /* white-papers-reports-blog-feed */
    .whitepaper_section { padding: 50px 0 40px; }
    .whitepaper_section .paperreport_main { width: 100%; padding-left: 25px; }
    .whitepaper_section .paperreport_main:before { width: 5px; }

    .what_stand_content>div{width: 100%;}
    .what_stand_section .what_stand_col.slick-center { max-width: 320px!important; min-width: 320px!important; width: 320px!important; }

}

@media (max-width: 480px){
    .service_list_item a { padding: 25px 10px; font-size: 16px; }

    .our_people_head h2 { font-size: 36px; }
    .our_people_curveimg1, .our_people_curveimg2 { height: 300px; }
    .our_people_mainimg { height: 180px; width: 180px; margin-top: -300px; }
    .our_people_mainimg_caption h4 { font-size: 20px;line-height:30px; }
    .our_people_head { padding-bottom: 60px; }

    .patient_testimonial_section:before { background: url(//3678692.fs1.hubspotusercontent-na1.net/hubfs/3678692/raw_assets/public/linical/images/mobile-blue-shape.png) no-repeat center / cover; height: 326px; width: 386px; max-width: 100%; top: -100px; }
    .personalized_section { padding-bottom: 100px; }

    .banner_announce_caption { padding-right: 70px; }

    /* clinical-trial-management */

    /*############################  Individual Therapy Page  ############################*/
    /* testimonial-with-white-bg */
    .testimonialbox_section .rightbox_wrap .quote_box:before { left: 10%; }

    .highlight_title { font-size: 90px; }
    .speciality_colin { padding: 0 10px; }
    .speciality_content_box { padding: 15px 35px 25px; }


    .expertise_number_box .number { font-size: 62px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section .images_section .image_one { height: 200px; width: 325px; }
    .linicalglance_section .images_section .image_three { height: 120px; width: 217px; }
    .linicalglance_section .images_section .image_two { height: 113px; margin-right: 10px; width: 113px; }
    .linicalglance_section:after { border-radius: 0 0 40% 40%; left: -50%; right: -80%; }  

    /* who-we-serve */
    .whoweserve_section .imgwithtxt_wrap .right_part { height: 241px; width: 241px; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box { margin-left: 30px; }
    .whoweserve_section .imgwithtxt_wrap .imgwithtxt_box:not(:last-child) .left_part:after { height: calc(100% + 308px); }

    /* careers-at-linical */
    .careeratlin_section:after { left: -120%; right: -120%; }
    .careeratlin_section .left_part { margin: 70px 0 50px; }
    .careeratlin_section .right_part:after { left: 10px; }
    .careeratlin_section .right_part .person_one { margin: 0 0 0 auto; }
    .careeratlin_section .right_part .person_details { left: -25px; padding: 30px 20px 30px; }
    .careeratlin_section .right_part .person_two { margin: 0 10px 0px auto; bottom: -70px; }

    /*############################  Careers Page  ############################*/

    /* What We Stand For */ 
    .what_stand_content { padding: 0; }

    /**/
    .lifelinical_section h1.title { font-size: 40px; }

    /**/
    .employee_highlights_block_item .inner-item-img { height: 350px; }
}

@media (max-width: 414px){
    /* clinical-trial-management */
    /*.services-nav { height: 256px; }*/
    .clinical-trial .image { height: 210px; }

    .hero_top_img { left: -65px; height: 130px; width: 130px; top: -40px; }
    .hero_bottom_img { height: 150px; width: 150px; top: -30px; right: -80px; }

    /*.banner_announce_raw { left: -100px; width: calc(100% + 150px); padding-left: 50px; } */
    .banner_announce_caption { padding-right: 50px; padding-top: 60px; padding-left: 70px; }

    .faq_btn_section .btn_wrap { flex-wrap: wrap; }
    .faq_btn_section .btn_wrap .btn_style2 { margin: 15px 0 0; width: 100%; }

    /*############################  Individual Therapy Page  ############################*/
    .next-slick-img.slick-thumb-nav, .prev-slick-img.slick-thumb-nav { height: 90px; width: 90px; top: -20px; }
    .prev-slick-img.slick-thumb-nav { left: -105px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section { padding: 200px 0 80px; }
    .linicalglance_section .images_section .image_one { height: 170px; width: 275px; margin: 0px 20px 20px auto; }
    .linicalglance_section .images_section .image_two { height: 113px; translate: -20px; width: 113px; margin: 0 0 20px; }
    .linicalglance_section .images_section .image_three { height: 140px; width: 257px; }
    .linicalglance_section .images_section { gap: 20px; }

    /* our-mission-and-vision */
    .ourmission_section .image_with_text .right_part .main_img { height: 257px; }
    .ourmission_section .image_with_text .left_part .main_title { font-size: 70px; }

    /* Leadership */
    .leadership_img { height: 370px; }

    .individual_therapy_faq_title { font-size: 22px; }

    /*############################  Careers Page  ############################*/
    /* why-life-at-linical */
    .whylifelinical_section .left_part .left_image { height: 277px; width: 277px; }

    /* employee-across-countries */
    .acrosscountries_section .heading_text h2 { font-size: 35px; line-height: 40px; }

    /* life-at-linical */
    .lifelinical_section .lifelinical_sec_wrap .bg_image { width: 100%; height: 300px; border-radius: 125px 10px; }
    .lifelinical_section .lifelinical_sec_wrap .bg_image:after { border-radius: 125px 10px; }
    .lifelinical_section .lifelinical_sec_wrap .bg_image:before { height: 128px; left: 20px; top: 3px; width: 45px; }

    /**/
    .items-data .department, .items-data .location{ flex-wrap: wrap; }
    .items-data span, .location span{ width:100%; display: block; max-width: 100%; padding: 0; }

    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .globalreach_sec_wrap .right_part .bg_image { height: 300px; width: 290px; }


    /*############################  Resource Center Overview Page  ############################*/
    /* case-studies-blog-feed */
    .casestudies_section .recentpost_box .topic_content .post-title h5 { font-size: 20px; }
    .casestudies_section .recentpost_box .slick-arrow.slick-next { right: 33%; }

}

@media (max-width: 400px){
    .banner_btn_wrap { display: inline-block; vertical-align: top; width: 100%; }
    .banner_btn_wrap .btn_style1 { margin: 0 0 15px; }

    .circle-banner.service_aera .personalized_help_img .inner h3 { font-size: 22px; }

    /*############################  About Us Page  ############################*/
    /* History Section */
    .left_year_digit { width: 110px; height: 230px; font-size: 70px; }
    .history_year_box h3 { font-size: 70px; }
    .history_year_box .content { font-size: 14px; }
    .history_slider_container { width: calc(100% - 110px); }
    .history_year_colin { padding-top: 78px; }
    .history_year_slider_section { padding-top: 70px; }

    /*############################  Careers Page  ############################*/
    /* What We Stand For */
    .what_stand_wrap .slick-arrow.slick-prev { left: calc(50% - 30px); }
    .what_stand_wrap .slick-arrow.slick-next { left: calc(50% + 30px); }
    .what_stand_more_text { padding: 15px; font-size: 15px; }

}

@media (max-width: 380px){
    /*############################  Homepage  ############################*/
    /* Banner */
    .banner_announce_caption { font-size: 16px; }
    /*.banner_announce_raw { padding-right: 80px; }*/
    .hero_bottom_img { top: -50px; right: -40px; }

    .ourcareer_sec_main_title h2 { font-size: 36px; }

    /* Circle Section */
    .personalized_help_content { padding: 30px 15px; }

    /**/
    .service_list_item { width: 100%; }

    /* gateway-to-global */
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .button_text a { min-width: 160px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_img { height: 110px; width: 110px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main { min-height: 110px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .blue_box_main .content:after { width: 26px; }
    .gatewayglo_section .gatewayglo_sec_wrap .blue_box_wrap .button_text { margin: 0 28px 0 0; }

    .our_people_curveimg2 { top: -59px; }
    .our_people_mainimg { height: 140px; width: 140px; margin-right: 25px; }

    /*############################  Services  ############################*/
    /* first-services-section */
    .first-services .main-title h2 { font-size: 80px; margin-bottom: 0; }

    /* process */
    .process_section .main_title { font-size: 80px; }

    /* clinical-trial-management */
    .services-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul { padding:0; }
    .clinical-trial .image { height: 200px; }
    .services-nav ul li.hs-menu-item a { font-size: 14px; }
    .clinical-trial .cover { font-size: 18px; line-height: 24px; }
    .clinical-trial .sub { font-size: 16px; letter-spacing: 1px; line-height: 28px; }

    /*############################  About Us Page  ############################*/
    /* linical-at-a-glance */
    .linicalglance_section .images_section { justify-content: center; }
    .linicalglance_section h1.title { font-size: 36px; }
    .linicalglance_section .images_section .image_three,
    .linicalglance_section .images_section .image_three:after { border-radius: 300px; }
    .linicalglance_section .images_section .image_one { margin: 0; }
    .linicalglance_section .images_section .image_two:before { display: none; }
    .linicalglance_section .images_section .image_two { margin: 0; translate: 0; }
    .linicalglance_section .images_section { gap: 40px; }

    /* careers-at-linical */
    .careeratlin_section .right_part .person_two { bottom: -110px; }
    .careeratlin_section .resp_btn { padding-top: 150px; }
    .careeratlin_section .right_part:after { display: none; }

    /* right-choice-cro */
    .rightchoice_section .rightchoice_sec_wrap .title_box { text-align: center; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title { font-size: 44px; }
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(2),
    .rightchoice_section .rightchoice_sec_wrap .title_box .right_title:nth-child(3) { padding-left: 0; }
    .rightchoice_section .rightchoice_sec_wrap:after { height: 387px; width: 261px; }
    .rightchoice_section .logo_img { translate: 100%; bottom: 50px; height: 50px; width: 132px; }

    /*############################  Careers Page  ############################*/
    /* our-people-culture */
    .ourpeople_section .second_image .img_second,
    .ourpeople_section .fourth_image .img_fourth { width: 90%; }

    /*############################  Global Reach Template Page  ############################*/
    /* global-reach */
    .globalreachmap_section .globalreach_sec_wrap .left_part .titlebtn_wrap { flex-wrap: wrap; }
    .globalreachmap_section .globalreach_sec_wrap .left_part .titlebtn_wrap .bottom_title { width: 100%; padding-bottom: 15px; }

    /*############################  Resource Center Overview Page  ############################*/
    /**/
    .resourcehub_section .resourcehub_sec_wrap h1.title { font-size: 35px; }

}

@media (max-width: 340px){
    .banner_announce_caption { padding-right: 0; } 
    /*############################  Services  ############################*/
    /* successful-client */
    .successclient_section .successclient_sec_wrap .numbertext_box .numbertext_box_wrap { width: 100%; }

    /*############################  Individual Therapy Page  ############################*/
    .next-slick-img.slick-thumb-nav, .prev-slick-img.slick-thumb-nav { height: 70px; width: 70px; top: -20px; }
    .prev-slick-img.slick-thumb-nav { left: -90px; }
}

.qirContent_label_item {text-transform:uppercase!important;}
.qirContent_label{text-transform:uppercase!important;}
.hs-search-results__title{line-height:30px!important}}