/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');
*{
    padding: 0;
    margin: 0;
    list-style-type: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -moz-transition: 0.3s all;
}
ul,li,p,h1,h2,h3,h4,h5,h6,p,a{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
body{
     
    background-color: #fff;
    color: #000;
    font-weight: 400;
} */

.main_banner{
    padding: 50px 0 30px;
}
.main_wrap h2.main_title{
     
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.85);
	text-align: left;
	margin-bottom: 0;
}
.main_wrap h1.main_title{
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.85);
	text-align: left;
	margin-bottom: 10px;
}
.main_wrap .sub-heading{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.85);
	margin-bottom: 10px;
}
.main_wrap h3{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.85);
	margin-bottom: 0;
}
.baneer_list{
    padding: 15px 0 0 0;
}
.baneer_list li{    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #262626;
    position: relative;
    padding: 0 0 20px 60px;
}
.baneer_list li:before{
    content: "";
    background: url('../images/abstact-image/ic_banner.png') no-repeat 0 0;
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
}
.baneer_list li:nth-child(2):before{
    content: "";
    background: url('../images/abstact-image/ic_banner_1.png') no-repeat 5px 0;
}
.baneer_list li:nth-child(3):before{
    content: "";
    background: url('../images/abstact-image/ic_banner_2.png') no-repeat 7px 0;
}
.baneer_list li:nth-child(4):before{
    content: "";
    background: url('../images/abstact-image/ic_banner_3.png') no-repeat -3px 0;
}
.img_block{
    position: relative;
}
.img_block:before{
    content: "";
    background: #96ABEC;
    border-radius: 4px;
    width: 380px;
    height: 220px;
    position: absolute;
    margin-left: -26px;    
    top:-23px;
}
.img_block img{
    position: relative;
}

.second_section{
    background: #ECECF5;
}
.strip_title{
    background:#7B7B7B;
    text-align: center;
    display: block;
    padding: 10px 0;
}
.strip_title p{
    text-align: center;
     margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.strip_list{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 ;
    flex-wrap: wrap;
	margin: 0;
}
.strip_list li{
    text-align: center;
}
.strip_list li p{
     
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    color: #262626;
    margin: 5px 0 0 0;
}
.third_section{
    position: relative;
    padding: 30px 0 215px;
}
.main_wrap .third_section h2.main_title{
	text-align: center;
}
.third_section p{         
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;        
    color: #4C4C4C;
    padding: 10px 0;
	margin: 0;
}
.box_list{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    max-width: 810px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px 30px;
    text-align: center;
    top:100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.box-content{
    display: flex;
    text-align: left;
}
.box_list_child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0 0;
}
.box_list_child li{
    width: 40%;
    margin-bottom: 15px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
    padding-left: 30px;
}

.box_list_child li:nth-child(odd) {
    width: 60%;
  }

.box_list_child li:before{
    content: "";
    background: url('../images/abstact-image/check_mark.png') no-repeat 0 0;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    top:8px;
}
.box_list_child_bottom{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px 0 0 0;
}
.box_list_child_bottom li{
    width: 100%;
    flex: 0 0 100%;
}
.box_list_child_bottom li{
     
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #4C4C4C;
    padding: 0 0 15px 20px;
    position: relative;
	align-items: flex-start;
}
.box_list_child_bottom li:last-of-type{
	padding-bottom: 0;
}
.box_list_child_bottom li:before{
    content: "";
    background: url('../images/abstact-image/check_mark.png') no-repeat 0 0;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    top:8px;
}
.box_list_child_bottom li:last-of-type{
    flex:0 0 100%;
    width: 100%;
}

.box_list span{
    display: block;
    font-weight: 800;
    font-size: 20px;
    text-align: left;
    margin-top: 25px;
}

.four_section{
    background: #ECECF5;
    padding: 215px 0 50px;
}
.four_section{
    display: block;
}
.four_section h2.main_title{
     
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    color: #262626;
    padding-bottom: 24px;
}
.four_section p{
     
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.four_section p.content_second{
     
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
}

.table_boxs,
.table_boxs_second{
    display: block;
    max-width: 800px;
    margin:0 auto;
    margin-top: 20px;
}
.table_boxs table,
.table_boxs_second table{
    width: 100%;
}
.table_boxs table th,
.table_boxs table td{
    background: #96ABEC;
    border: 1px solid #DADADA;    
    padding: 15px 50px;
    text-align: center;
    border-radius:3px 3px 0px 0px;
    font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}
.table_boxs table td{
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 0px 0px 4px 4px;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #262626;
}
.table_boxs table td span{
    color:#f44327
}
.table_boxs_second table th,
.table_boxs_second table td{
    background: #CFA6A1;
    border: 1px solid #DADADA;
    border-radius: 3px 3px 0px 0px;
    padding: 15px 50px;
    text-align: center;
    border-radius:3px 3px 0px 0px;
    font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}
.table_boxs_second table td{
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 0px 0px 4px 4px;
    font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #262626;
}
.table_boxs_second table td span{
    color:#f44327
}
a.blue_btn{
    background: #3390E9;
    border-radius: 4.8px;
     
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 45px;
    display: inline-block;
    margin-top: 30px;
}
p.coffe_text{
     
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    color: #CFA6A1;
    margin-top: 60px;
}
a.coffe_btn{
    background: #A86C66;
    border-radius: 4.8px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 40px;
}
ul.list_text{
    max-width:800px;
    width:100%;
    margin:35px auto auto;
}
ul.list_text li{   
     
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #262626;
}


.profile_slide{
    background: #000B42;
    padding: 30px 0 80px;
}
.profile_slide h2.main_title{
     
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.profile_box{
    background-color:#fff;
    max-width: 710px;
    margin: 0 auto;
    width: 100%;
    padding: auto;
    padding: 50px 30px;
    min-height: 330px;
}
.wrap_box{
    display: flex;
    flex-wrap: wrap;
}
.pro_img{
    width: 17%;
    height: 110px;
    border-radius: 100%;
}
.pro_img img{
    border-radius: 100%;
}
.info_mains{
    width: 83%;
    padding-left: 30px;
}
.info_mains h4{
    font-size:16px;
    color: #00084D;
    line-height: 30px;
    padding-bottom: 15px;
	font-weight: 600;
}
.info_mains p{
    font-size:15px;
    color:#7d7d7d;
}
.profile_slide .owl-nav{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 710px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_slide .carousel_profile .owl-nav .owl-prev{   
    background:url('../images/abstact-image/circle-arrow-left.svg') no-repeat 0 0;
    font-size: 0;
    width: 68px;
    height: 68px;
    position: relative;
    left:-30px;
}

.profile_slide .carousel_profile .owl-nav .owl-next{   
    background:url('../images/abstact-image/circle-arrow-left.svg') no-repeat 0 0;
    font-size: 0;
    width: 68px;
    height: 68px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    position: relative;
    right:-30px;
    top:-10px;
}

.last_section{
    background: #F6F6FB;
    padding: 35px 0;
    text-align: center;
}
.last_section h2.main_title{    
    margin-bottom: 15px;
	text-align: center;
}

.last_section .btn_blue{
    background: #21AC4E;
    border-radius: 4.8px;    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;text-align: center;
    color: #FFFFFF;
    padding: 15px 100px;
    display: inline-block;
    margin: 40px 0px 20px 0px;
}
.last_section.journal_publication .storiesDiv {
    margin: 0px 10px;
    margin-top: 30px;
    width: 100%;
    padding: 20px 10px 16px;
    display: flex;
    padding-left: 0;
    align-items: center;
    margin-right: 10px;
    min-height: 178px;
}
.last_section.journal_publication .storiesDiv.purple {
    background-color: #D3CCEE;
    border-radius: 4px;
}
.last_section .sprite_image {
    background: url(../images/abstact-image/journal-energy-and-environmental-science.jpg) no-repeat  center;    
    width:114px;
    height: 149px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    flex-shrink: 0;
    position: relative;
    left:-10px;
}
.last_section .subject_img1{
	background: url(../images/abstact-image/journal-of-the-american-chemical-society.jpg) no-repeat  center;    
}
.last_section .subject_img2{
	background: url(../images/abstact-image/journal-advanced-functional-materials.jpg) no-repeat  center;    
}
.last_section .subject_img3{
	background: url(../images/abstact-image/journal-of-pineal-research.jpg) no-repeat  center;    
}
.last_section .subject_img4{
	background: url(../images/abstact-image/journal-of-materials-chemistry-a.jpg) no-repeat  center;    
}
.last_section .subject_img5{
	background: url(../images/abstact-image/journal-of-controlled-release.jpg) no-repeat  center;    
}
.last_section .subject_img6{
	background: url(../images/abstact-image/journal-of-american-academy-of-dermatology.jpg) no-repeat  center;    
}
.last_section .subject_img7{
	background: url(../images/abstact-image/journal-environmental-research.jpg) no-repeat  center;    
}
.last_section .subject_img8{
	background: url(../images/abstact-image/journal-analyst.jpg) no-repeat  center;    
}
.last_section .subject_img9{
	background: url(../images/abstact-image/journal-of-dermatological-science.jpg) no-repeat  center;    
}
.last_section .subject_img10{
	background: url(../images/abstact-image/journal-analytical-and-bioanalytical-chemistry.jpg) no-repeat  center;    
}
.last_section .subject_img11{
	background: url(../images/abstact-image/journal-nanoscale2.gif) no-repeat  center;    
}
.last_section.journal_publication .storiesDiv .name {
    color: rgba(0,0,0,0.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    font-family: 'gilroyextrabold';
    min-height: auto;
    display: flex;
    text-align: left;
    margin-bottom: 10px;
}
.last_section.journal_publication .storiesDiv .name:last-child {
    margin: 0px;
}
.last_section.journal_publication .storiesDiv.blue {
    background-color: #FAE9B7;
    border-radius: 4px;
}
.last_section.journal_publication .storiesDiv .name {
    color: rgba(0,0,0,0.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    font-family: 'gilroyextrabold';
    min-height: auto;
    display: flex;
    text-align: left;
    margin-bottom: 10px;
}
.last_section.journal_publication .storiesDiv.blue .name {
    color: rgba(0,0,0,0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: 'gilroyextrabold';
    min-height: 16px;
}
.last_section.journal_publication .storiesDiv.yellow {
    background-color: #A5E2D6;
    border-radius: 4px;
}
.last_section.journal_publication .storiesDiv.yellow .name {
    color: rgba(0,0,0,0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: 'gilroyextrabold';
    min-height: 16px;
}
.last_section .slide_box .name .title{
     
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
	flex-shrink: 0;
}
.last_section .slide_box .name .subtitle{
     
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.7);
	padding-left: 5px;
}
.child_slide p b{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.7);
}
.last_section .owl-dots{
    margin-top: 20px;
}
.last_section .owl-dots .owl-dot{    
    border: 2px solid #0036C1;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 4px;
}
.last_section .owl-dots .owl-dot.active{
    background: #0036C1;    
}
.last_section .container{
	max-width:1270px;
	width: 100%;
	padding: 0 15px;
}

.second_last{
	padding: 30px 0 40px;
}
.main_wrap .second_last h2.main_title{
	 
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 26px;
	text-align: center;
	color: #262626;
	margin-bottom: 40px;
}
ul.listblackarrow-abstract{
	margin: 0;
}
ul.listblackarrow-abstract li{
	 
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #4C4C4C;
	position: relative;
	padding:0 0 10px 20px;
}
ul.listblackarrow-abstract li:last-of-type{
	padding-bottom: 0;
}
a.btn-samplepdf{
	background: #FFFFFF;
	border: 1px solid #0036C1;
	border-radius: 4.8px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #0036C1;
	padding: 15px 70px;
	display: inline-block;
	margin: 15px 0 0 0;
}
ul.listblackarrow-abstract li:before {
    content: "";
    background: url('../images/abstact-image/check_mark.png') no-repeat 0 0;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}
.box_shadow.row{
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 15px 20px 30px;
	max-width: 910px;
	margin: 0 auto;
	width: 100%;
}
a.btn-samplepdf:hover {
    text-decoration: none;
    color: #0036C1;
	box-shadow: 0 4px 10px 0 rgba(47, 91, 234, .3);   
}
a.blue_btn:hover{
	box-shadow: 0 4px 10px 0 rgba(51, 144, 233, .5);   
	color: #fff;
	text-decoration: none;
}
a.coffe_btn:hover{
	box-shadow: 0 4px 10px 0 rgba(168, 108, 102, .5);   
	color: #fff;
	text-decoration: none;
}
.last_section .btn_blue:hover{
	box-shadow: 0 4px 10px 0 rgba(33, 172, 78, .5);   
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px){
    .img_block{
        display: block;
        text-align: center;
    }     
    .baneer_list {
        padding: 15px 0;
    }    
}
@media (max-width: 991px){
    .second_last .fl.img-responsive {
        display: none;
    }
}

@media (max-width:767px){
    .main_banner{
        padding: 20px 0;
    }
    .img_block:before{
        margin: 0 auto;
        left:-10px;
        margin:0 auto;
        top:-10px
    }
    .main_wrap h2.main_title{
        font-size: 18px;
        line-height: 28px;
    }
    .main_wrap h3{
        font-size: 14px;
        line-height: 21px;  
    }
    .baneer_list li{
        font-size: 14px;
        line-height: 26px;
		padding-bottom: 10px;
    }
	.baneer_list li:last-of-type{
		padding-bottom: 0;
	}
    .baneer_list{
        padding: 15px 0;
    }
    .img_block:before{
        width: 190px;
        height: 110px;
        right: 0;
        margin: 0 auto;
        left:-35px;
    }
    .img_block{
        display: block;
        text-align: center;
    }
    .img_block img{
        width: 205px;
        height: 140px;
        margin: 0 auto;
    }
    .strip_title p{
        font-size: 14px;
        line-height: 26px;
    }
    .strip_list li p{
        font-size: 14px;
        line-height: 38px;
    }
    .second_section{
        background:transparent;
    }
    .second_section .container{
        padding: 0;
    }
    .strip_list{
        border-bottom: 1px solid #EBEBEB;
        padding: 0;
    }
    .strip_list li{
        border-right: 1px solid #EBEBEB;
        width: 20%;
        padding: 10px 0 0;
    }
    .strip_list li:last-of-type{
        border-right: 0;
    }
    .strip_list img{
        width: 33px;
    }
    .third_section{
        padding: 10px 0 270px;
    }
	.box_list_child{
		padding: 15px 0 0 0;
	}
    .box_list{
        width: 90%;
    }
    .box_list_child li{
        width: 100%;
        flex:0 0 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .four_section{
        padding: 280px 0 20px;
    }
	.four_section p.content_second{
		font-size: 14px;
	}
	p.coffe_text{
		margin-top: 25px;
	}
	ul.list_text{
		margin: 20px auto auto;
	}
	.main_wrap .profile_slide h2.main_title{
		margin-bottom: 20px;
	}
	.info_mains p{
		text-align: center;
	}
	.profile_slide{
		padding: 30px 0 40px;
	}
	.info_mains h4{
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.pro_img{
		text-align: center;
	}
	.profile_box{
		padding: 40px 20px;
        height: 460px;
	}
    ul.list_text li{
        text-align: left;
    }
    .table_boxs table tbody,
    .table_boxs_second tbody{
        display: flex;
    }
    .table_boxs table tr,
    .table_boxs_second tr{
        display: flex;
        flex-direction: column;
        width: 60%;
    }
    .table_boxs table tr:first-of-type,
    .table_boxs_second tr:first-of-type{
        width: 40%;
    }
    .table_boxs table th, .table_boxs table td,
    .table_boxs_second table th, .table_boxs_second table td{
        padding: 15px 30px;
    }
    .pro_img{
        width: 100%;
    }
    .profile_slide .owl-carousel .pro_img img{
        width: auto;
        margin: 0 auto;
    }
    .profile_slide .carousel_profile .owl-nav .owl-prev {
        background-size: cover;
        width: 40px;
        height: 40px;
        left: -17px;
    }
    .profile_slide .carousel_profile .owl-nav .owl-next {
        background-size: cover;
        width: 40px;
        height: 40px;
        right: -15px;
        top: -2px;
    }
    .info_mains{
        width: 100%;
        padding-left: 0;
    }
    .main_wrap h2.main_title{
        margin-bottom: 0;
    }
    .last_section .btn_blue{
        margin-top: 20px;
    }
	.img_strip {
		min-height: 35px;
	}
	.third_section p{
		font-size: 14px;
	}
	.main_wrap .second_last h2.main_title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.second_last .fl.img-responsive{
		display: none;
	}
	a.btn-samplepdf{
		padding: 15px 40px;
		width: 100%;
	}    
}

.tablemain .tab-content {
    max-width: 900px;
    margin: auto;
}
.tablemain .tab-content > div {
    margin-bottom: 13px;
}
.tablemain .table-responsive {
    font-family: 'Noto Sans';
    border-radius: 4px;
}
.tablemain .table-responsive .table {
    border: 1px solid #D8D8D8;
}
.tablemain .table.pay-fees-tbl > thead > tr > th {
    background: #4A6BD8;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 4px 10px !important;
    height: 50px;
}
.tablemain .table.pay-fees-tbl > thead > tr > th:first-child {
    background: linear-gradient(to top right, #7990E0 calc(50% - 1px), white , #4A6BD8 calc(50% + 1px) );
    text-align: left;
    width: 260px;
}
.tablemain .paymentfeestable tr:first-child td{
    background: #ffffff !important;
    font-weight: 400;
}
.tablemain .paymentfeestable tr td {
    font-size: 14px;
    border: 0.5px solid #D8D8D8;
    vertical-align: middle !important;
    background-color: #F9FAFF !important;
    font-weight: 400 !important;
}
.tablemain .strikediag:before {
    border: 1px solid #000;
    transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
}
.combtn-blu{background: #0036C1; border-radius: 5px;font-weight: 700 !important; font-size: 15px !important;width: 217px; display: block; color: #fff !important; transition: 0.3s ease all; -webkit-transition: 0.3s ease all;  padding: 18px 0;-moz-transition: 0.3s ease all; margin: 0 15px;}
.combtn-blu:hover{text-decoration: none !important;background: #032b93;}
.combtn-wh{background: #ffffff;border-radius: 5px;font-weight: 700 !important;font-size: 15px !important;width: 217px;display: block;align-items: center; color: #0036C1 !important;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; border: 1px solid #0036C1; padding: 18px 0; margin: 0 15px;}
.combtn-wh:hover{text-decoration: none !important;background: rgb(0 54 193 / 19%);}
.serv-stripe {
    padding: 30px 0;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
	margin-top: 40px;
}
.serv-stripe .d-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 15px;
	width: 78%;
}
.serv-stripe .info {
	position: relative;
    line-height: 26px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.serv-stripe .info p {
    font-size: 16px;
    font-weight: normal;
    margin-left: 58px;
    margin-top: 10px;
    text-align: left;
}

.serv-stripe .info img {
    margin-right: 10px;
}
.text-pos-rt{
	position: absolute;
	right: 10px;
	top:5px
}
.text-pos-lt{
	position: absolute;
	left: 10px;
	bottom:5px
}
.CTA-btns{
	display: flex;
	justify-content: center;
}
.red {
    color: #f81818!important;
}

@media only screen and (max-width: 767px){
	.serv-stripe .d-flex {
		width: 100%;
    flex-direction: column;
}
.serv-stripe .info p{
	margin-left: 0;
}
.serv-stripe .info{
	margin-bottom: 15px;
}
}