@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
	box-sizing: border-box;
}

body {
	background-color: #e8e8e8;
	font-family: Montserrat, sans-serif;
	
	display: -webkit-box;
	
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;

	min-height: 90vh;
	margin: 0;
}

h3 {
	margin: 10px 0;
}

h6 {
	margin: 5px 0;
	/*text-transform: uppercase;*/
}

p {
	font-size: 14px;
	line-height: 21px;
}

a:hover {
    text-decoration: none;
}

.card-container {
	background-color: #231E39;
    border-radius: 5px;
    box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 75%);
    color: #B3B8CD;
    padding-top: 0px;
    position: relative;
    width: 450px;
    max-width: 100%;
    text-align: center;
}

.card-container .pro {
	color: #231E39;
	background-color: #FEBB0B;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.card-container .round {
	border: 4px solid #03bfcb;
    border-radius: 50%;
    padding: 7px;
    box-shadow: 1px 4px 24px rgb(107 128 168 / 20%);
}

button.primary {
	background-color: #03BFCB;
	border: 1px solid #03BFCB;
	border-radius: 3px;
	color: #231E39;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	padding: 10px 25px;
}

button.primary.ghost {
	background-color: transparent;
	color: #02899C;
}

.skills {
	background-color: #F8FAFD;
	text-align: left;
	padding: 12px;
	margin-top: 1px;
}

.skills ul {
	list-style-type: none;
	margin: 0;
	padding: 12px 0px;
	text-align: center;
}

.skills ul li {
	/*border: 1px solid #2D2747;*/
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	margin: 0 7px 7px 0;
	padding: 7px;
}

.skills ul li img{
	padding: 0px !important;
}

.skills ul li div{
	color: #666666;
	font-size: 13px;
	margin: 8px 0px;
}

footer {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}

footer p {
	margin: 10px 0;
}

footer i {
	color: red;
}

footer a {
	color: #3c97bf;
	text-decoration: none;
}

.myvcard h3{
	font-size: 20px;
    color: #727B93;
    font-weight: bold;
}
.myvcard h6{
    font-size: 16px;
    color: #6B7080;
    font-weight: 300;
}

.pt-32{
    padding-top: 32%;
}

.skills h6{
	background: #eaeaea;
	color: #727B93;
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #727B93;
	padding: 8px;
	border-radius: 2px;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important 
}

.modal-header-full-width  {
    border-bottom: 1px solid #9ea2a2 !important;
    background: #231e39;
}

.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}
.image {
    display: inline-block !important;
    float: left !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    margin-top: 0px !important;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2) !important;
    border-radius: 100px !important;
    vertical-align: middle !important;
    margin-right: 15px !important;
}

.Duration{
    display: block !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-left: 3px solid #727B93 !important;
    padding-left: 10px !important;
    line-height: 30px !important;
    background-color: #b1acc375 !important;
    color: #5a5c73 !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 15px !important;
    margin-left: 45px !important;
    text-align: left !important;
    max-width: 355px !important;
}
.Education {
    display: block !important;
    font-size: 17px !important;
    line-height: 30px !important;
    text-align: left !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    max-width: 400px !important;
}
.description {
    display: block !important;
    margin-top: 5px !important;
    font-size: 15px !important;
    text-align: left !important;
    font-weight: 400 !important;
    max-width: 400px !important;
    line-height: 1.4 !important;
    margin-bottom: 30px !important;
}
.Sheading {
    display: block;
    font-size: 26px !important;
    line-height: 30px !important;
    text-align: left !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
}
.milestones {
    display: block;
    margin-left: 45px !important;
    margin-top: 5px !important;
    font-size: 14px !important;
    text-align: left !important;
    font-weight: 400 !important;
    max-width: 400px !important;
    line-height: 1.4 !important;
    margin-bottom: 30px !important;
}
.logo {
    width: 160px !important;
    height: auto !important;
    border: 4px solid white !important;
    background-color: white !important;
    margin-top: 25px !important;
    box-shadow: 1px 2px 20px rgba(107, 128, 168, 0.2) !important;
}
.companyname {
    font-size: 22px !important;
    font-weight: 500 !important;
    max-width: 400px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    max-width: 400px !important;
    margin-top: 30px !important;
}
.aboutcompany {
    font-size: 15px !important;
    text-align: left !important;
    font-weight: 400 !important;
    max-width: 400px !important;
    line-height: 1.7 !important;
}








/*Card 2 CSS*/

.cd-background{
    background-image: url('../img/black-image.jpg');
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;
}

.home{
    border-radius: 5px;
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
    color: #B3B8CD;
    padding-top: 16px;
    position: relative;
    width: 411px;
    max-width: 100%;
    text-align: center;
}

.section-1{
    background-image: url(../img/sec-background.jpg);
    background-position: top;
    background-size: cover;
   /* padding-left: 20px;
   padding-right: 20px;*/
   position: relative;
   height: auto;
}

.view-card{
    padding: 5px 10px;
    position: absolute;
    color: #ffffff;
    right: 10px;
    top: 10px;
    border: 2px solid #ffffff;
    border-radius: 18px;
    font-size: 12px;
}

.head-image img{
    width: 199px;
    margin-top: 12%;
    border-radius: 8px;
    border: 2px solid #ffffff;
}

.card-profile{
    background: #b7985d;
    margin: 8% auto 18px;
    color: white;
    padding: 3px 5px 14px;
}

.card-profile h2{
    text-transform: capitalize;
    margin: 12px 30px 10px;
    letter-spacing: -1px;
}

.card-profile p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin: 0px 101px;
}

.pdetails a:hover{
    text-decoration: none;
}

.icon_btn{
    padding: 7px;
    width: 69px;
    font-size: 12px;
    margin: 8px 4px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}

.icon_btn i{
    font-size: 18px;
    background: #ffffff;
    color: #1e2e46;
    padding: 14px 8px;
    border-radius: 59px;
    width: 44px;
    margin: -20px auto 5px;
    display: block;
}

.cdetails{
    padding: 4px 36px;
}

.cdetails a{
    display: flex;
    color: #fff;
    letter-spacing: 1px;
}

.cdetails a:hover{
    text-decoration: none;
}

.cdetails i{
    margin: 4px;
    color: #1e2e46;
    height: 39px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 39px;
    background: #ffffff;
    border-radius: 34px;
}

.cdetails p{
    margin: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}

.whatsapp_share form{
    display: flex;
    margin: 14px auto 20px;
    position: relative;
    width: fit-content;
}

.whatsapp_share input{
    font-size: 13px;
    border: 0px;
    padding: 10px 0px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.share_btn{
    background: #51B14D;
    color: white;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    border: 1px solid #51B14D;
}

.share_contact{
    display: flex;
    justify-content: center;
    margin: -5px;
}

.share_contact a:hover{
    text-decoration: none;
}

.share_contact a{
    padding: 10px 2px;
    font-size: 13px;
    color: #F1F1F1;
    margin: 5px;
    background: rgba(72, 72, 72, 0.55);
    flex: 1;
    border-bottom: 6px solid #37393A;
    display: inline-block;
    font-weight: 500;
    text-align: center;
}

.share_contact i{
    color: #F1F1F1;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2px;
}

.share_social_icons{
    padding: 0;
    justify-content: center;
    margin: -4px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.share_button {
    padding: 3px;
}

.share_social_icons .share_button i{
    padding: 0;
    border-radius: 50%;
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share_button a:hover{
    text-decoration: none;
}

.share-button-facebook {
    background-color: #3b5998;
}

.share-button-twitter {
    background-color: #0148dc;
}

.share-button-linkedin {
    background-color: #0148dc;
}

.share-button-youtube {
    background-color: #dc012e;
}

.share-button-instagram {
    background-color: #fd01bb;
}


.section_bg{
    background-color: #F4F4F4;
}

.section_content{
    line-height: 22px;
    margin-top: 15px;
    text-align: left;
    padding: 20px;
}

.section-heading{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.section-heading:after{
    content: '';
    position: absolute;
    left: 5%;
    display: inline-block;
    height: 1.2em;
    width: 12%;
    border-bottom: 3px solid;
    margin-top: 16px;
}

.sub-heading{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.spec {
    padding-left: 16px;
    font-size: 12px;
    color: #000;
}

.section-3{
    background-color: #F4F4F4;    
    margin-top: 15px;
    padding: 20px;
    text-align: left;
}

.product-card{
    text-align: left;
    background-color: rgb(247 247 247 / 49%);
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    border: 3px solid #0f1b29;
    border-radius: 7px;
}

.ptitle{
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.pdescription{
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #000;
}
.pimg{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 7px; 
}

.enquiry{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enquiry a{
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: linear-gradient(to right, #293c5a 0%, #273b58 100%);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    margin: 0 auto;
}

.pay-label{
    font-size: 12px;
}

.pay-de{
    color: #000;
    font-weight: 600;
}

.feedback-date{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
    margin-top: 6%;
}

.feedback-name{
    color: #272727;
    font-size: 12px;
    font-weight: bold;
}

.give-feedback-heading{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
.feedback_btn{
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: linear-gradient(to right, #293c5a 0%, #273b58 100%);
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border: 1px solid #293c5a;
}

.form-control{
    font-size: 12px;
}

.copyright{
    line-height: 6px;
    margin-top: 15px;
    text-align: center;
    padding: 15px;
    color: #000;
    font-size: 12px;
}

.feedback-msg{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.feedback-wrapper{
    border: 2px solid #000;
    margin: 16px 0px;
    padding: 8px;
    border-radius: 8px;
}

.feedback-btn{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px
}

.btn-primary {
    color: #fff;
    background-color: #283c59;
    border-color: #283c59;
    padding: 2px 8px;
    font-size: 12px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #283c59;
    border-color: #283c59;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #283c59 !important;
    border-color: #283c59 !important;
    box-shadow: none !important;
}

.footer_menu {
    background: linear-gradient( 
        358deg
        , #080808, #2e4766);
    width: -webkit-fill-available;
    text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}

.footer_container{
    width: auto;
    text-align: left;
    display: flex;
}

.menu_item {
    text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    white-space: pre;
    cursor: pointer;
}

.menu_item i {
    font-size: 20px;
}

.card-footer{
    height: 20px;
    background-color: #241f39;
    min-width: 100%;
    margin: 0;
    max-width: 100%;
    color: #ffffff;
    text-decoration: none;
    line-height: 2px;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.card-footer a{
    color: #fff;
    text-decoration: none;
}



/*Card 3 CSS*/


.cd-background-3{
    background-image: url(../img/body-bg-t3.jpg);
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;
}

.view-card-3{
    position: absolute;
    color: #ffffff;
    top: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.section-3 {
    background-image: url(../img/bg-t3.jpg);
    background-position: 100% 0%;
    background-size: cover;
    position: relative;
    height: auto;
}

.head-image-3 img {
    width: 199px;
    margin-top: 10%;
    border-radius: 8px;
    border: 8px solid #3e3d3d;
}

.card-profile-3{
    /* background: #b7985d; */
    margin: 4% auto 8px;
    color: white;
    padding: 3px 0px 14px;
}

.card-profile-3 h2{
    text-transform: capitalize;
    margin: 0px 4px 4px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
}

.card-profile-3 p{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin: 0px 4px;
}

.pdetails-3{
    display: block;
    text-align: center;
    padding: 16px 11px 0px;
}

.pdetails-3 .icon_btn{
    color: white;
    padding: 4px 10px;
    width: fit-content;
    font-size: 12px;
    border-radius: 22px;
    margin: 5px 2px;
    display: inline-block;
    border: 1px solid;
}

.pdetails-3 .icon_btn i{
    font-size: unset;
    background: none;
    color: unset;
    padding: unset;
    border-radius: unset;
    width: unset;
    margin: unset;
    display: unset;
}

.cdetails-3{
    padding: 21px 8px;
}

.cdetails-3 a{
    display: flex;
    text-decoration: none;
}

.cdetails-3 a i{
    margin: 4px 0px;
    color: white;
    height: 30px;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 100%;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
    border: 1px solid white;
}

.cdetails-3 a p{
    margin: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0px 0px 4px black;
    line-height: 2;
    color: #fff;
}

.whatsapp_share-3 form{
    display: flex;
    margin: 14px auto 12px;
    position: relative;
    width: fit-content;
}

.whatsapp_share-3 input{
    font-size: 13px;
    border: 0px;
    padding: 10px 12px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.share_btn-3{
    background: #1aab2c;
    color: white;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
    border: 1px solid #51B14D;
}

.share_contact-3{
    display: flex;
    justify-content: center;
    margin: 0px 6px;
}

.share_contact-3 a{
    background: #263b4a;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 0px 6px;
    border: 1px solid;
    width: 174px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.share_contact-3 i {
    vertical-align: middle;
    font-size: 15px;
    margin-right: 2px;
    margin-top: -2px;
}

.section_content-3{
    line-height: 22px;
    margin-top: 15px;
    text-align: left;
}

.section_content-3 h2{
    text-align: left;
    font-size: 15px;
    background: linear-gradient( 
        45deg
        , black 80%, #c6002b 65%);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
    text-transform: unset;
}

.product-card-3{
    text-align: center;
    background: white;
    padding: 10px;
    width: -webkit-fill-available;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid #c50022;
}

.footer_menu3{
    background: linear-gradient( 
        358deg
        , #000000, #c7012c);
    width: -webkit-fill-available;
    text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}





/*Card 4 CSS*/

.section-4 {
    background-image: url(../img/bg-t4.jpg);
    background-position: 100% 0%;
    background-size: cover;
    position: relative;
    height: auto;
}

.section-4 {
    background-color: #F4F4F4;
    margin-top: 15px;
    padding: 20px;
    text-align: left;
}

.head-image-4 img {
    width: 199px;
    margin-top: 10%;
    border-radius: 8px;
    border: 8px solid #a2a2a273;
}

.share_contact-4 {
    display: flex;
    justify-content: center;
    margin: 0px 6px;
}

.share_contact-4 a {
    background: #4b8700;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 0px 6px;
    border: 1px solid;
    width: 174px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
    text-decoration: none;
}

.share_contact-4 i {
    vertical-align: middle;
    font-size: 15px;
    margin-right: 2px;
    margin-top: -2px;
}

.section_content-4 {
    line-height: 22px;
    margin-top: 15px;
    text-align: left;
}

.section_content-4 h2 {
    text-align: left;
    font-size: 15px;
    background: linear-gradient( 
        45deg
        , black 80%, #89c100 65%);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;
    text-transform: unset;
}

.product-card-4 {
    text-align: center;
    background: white;
    padding: 10px;
    width: -webkit-fill-available;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid #8ac201;
}

.footer_menu-4 {
    background: linear-gradient( 
        358deg
        , #357100, #bff201);
    width: -webkit-fill-available;
    text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}







/*Card 5 CSS*/

.card-5{
    width: 400px;
    margin: 0px auto;
    z-index: 0;
    background: #fdfdfd;
    background-size: 100% 100%;
    color: white;
    padding: 0px 0px 27px;
    border-left: 20px solid #302b2b;
    border-right: 20px solid #302b2b;
}

.card-5:before {
    content: '';
    position: absolute;
    width: auto;
    border-top: 80px solid #302b2b;
    border-right: 150px solid transparent;
    top: 0;
    right: 210px;
}

.card-5:after {
    content: '';
    position: absolute;
    width: auto;
    border-bottom: 80px solid #302b2b;
    border-left: 150px solid transparent;
    bottom: 0;
    right: 0;
}

.view-card-5{
    width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 10px;
    padding: 2px 12px;
    background: black;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
    top: 0px;
    z-index: 5;
}

.card-profile-5{
    z-index: 2;
    text-align: center;
    width: 144px;
    padding: 6px;
    margin: 36px auto 10px;
    overflow: hidden;
    display: block !important;
    border-radius: 100px;
    height: 144px;
    border: 5px solid #302b2b;
}

.card-profile-5 img{
    height: 100%;
    border-radius: inherit;
    max-width: 100%;
    background: white;
}

.card-details{
    z-index: 2;
    font-weight: 300;
    width: -webkit-fill-available;
    position: unset;
    vertical-align: top;
    color: #656565;
    text-align: center;
}

.card-details h2{
    text-transform: capitalize;
    margin: 10px auto;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 400;
    position: relative;
    color: #302b2b;
    font-size: 22px;
}

.card-details h2:before{
    content: '';
    border: 1px solid #5c4e4e;
    position: absolute;
    width: 150px;
    border-radius: 10px;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.card-details p{
    font-size: 19px;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    margin: 7px;
    color: #3f3939;
}

.pdetails-5{
    display: block;
    text-align: center;
    padding: 0px 1px 0px;
}

.pdetails-5 .icon_btn_5{
    padding: 8px 6px;
    font-size: 15px;
    background: #302b2b;
    color: #ff000000;
    margin: 5px 2px;
    display: inline-block;
    height: 38px;
    width: 38px;
    border-radius: 50px;
}

.pdetails-5 .icon_btn_5 i {
    color: white;
    font-size: 19px;
}

.cdetails-5{
    padding: 21px 5px;
}

.cdetails-5 .c_block{
    display: flex;
    color: #302b2b;
    margin: 0px;
    width: 100%;
    left: -25px;
    margin-top: -17px;
}

.c_block:nth-child(1):before{
    content: '';
    border-bottom: 20px solid transparent;
    border-left: 53px solid #302b2b;
    border-top: 20px solid transparent;
    height: 80px;
    width: 0px;
    left: -5px;
    position: relative;
}

.c_block:nth-child(2):before{
    content: '';
    border-bottom: 20px solid transparent;
    border-left: 53px solid #302b2b;
    border-top: 20px solid transparent;
    transform: rotateY(
        180deg
        );
    height: 80px;
    width: 0px;
    margin-left: -5px;
}

.c_block:nth-child(3):before{
    content: '';
    border-bottom: 20px solid transparent;
    border-left: 53px solid #302b2b;
    border-top: 20px solid transparent;
    height: 80px;
    width: 0px;
    left: -5px;
    position: relative;
}

.c_block:nth-child(4):before{
    content: '';
    border-bottom: 20px solid transparent;
    border-left: 53px solid #302b2b;
    border-top: 20px solid transparent;
    transform: rotateY(
        180deg
        );
    height: 80px;
    width: 0px;
    margin-left: -5px;
}

.cdetails-5 .c_block i{
    color: #fdfdfd;
    position: absolute;
    left: 13px;
    font-size: 17px;
    margin-top: 33px;
}

.cdetails-5 .c_block p{
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    width: fit-content;
    align-self: center;
    color: #000;
    position: relative;
    left: 12px;
    top: 22px;
}

.whatsapp_share-5{
    display: block;
    text-align: center;
    padding: 0px 1px 0px;
}

.whatsapp_share-5 form{
    display: flex;
    margin: 14px auto 12px;
    position: relative;
    width: fit-content;
}

.whatsapp_share-5 input{
    font-size: 13px;
    border: 0px;
    padding: 10px 12px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 4px 0px #0000002e;
}

.share_contact-5{
    display: block;
    text-align: center;
    padding: 0px 1px 0px;
}

.share_contact-5 a{
    background: #2e2c41;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    border: 1px solid;
    width: 139px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.section_bg_5{
    background: white;
    width: 400px;
    margin: 25px auto;
    padding: 0px 0px 28px;
    overflow: hidden;
    border-left: 20px solid #302b2b;
    border-right: 20px solid #302b2b;
    box-shadow: 0px 0px 10px 0px #00000030;
}

/*.section_bg_5:before{
    content: '';
    position: absolute;
    width: auto;
    border-top: 80px solid #302b2b;
    border-right: 150px solid transparent;
    top: 0;
}

.section_bg_5:after{
    content: '';
    position: absolute;
    width: auto;
    border-bottom: 80px solid #302b2b;
    border-left: 150px solid transparent;
    left: 705px;
    top: 1031PX;
    }*/

    .section_bg_5 h2{
        text-align: center;
        font-size: 21px;
        background: #ffffff;
        color: #302b2b;
        font-weight: 600;
        letter-spacing: -1px;
        width: fit-content;
        border-bottom: 3px solid;
        padding: 12px 25px;
        margin: 0px auto;
    }

    .product-card-5 {
        text-align: center;
        background: white;
        padding: 10px;
        width: -webkit-fill-available;
        margin: 9px;
        border-radius: 7px;
        display: inline-block;
        border: 3px solid #302b2b;
    }

    .footer_menu-5 {
        background: linear-gradient( 
            358deg
            , #302b2b, #302b2b);
        width: -webkit-fill-available;
        text-align: center;
        color: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        overflow-x: auto;
    }





    /*Card 6 CSS*/



    .card-6 {
        width: 400px;
        margin: 0px auto;
        z-index: 0;
        background: #fdfdfd;
        background-size: 100% 100%;
        color: white;
        padding: 0px 0px 27px;
        border-left: 20px solid #d3453a;
        border-right: 20px solid #d3453a;
    }

    .card-6:before {
        content: '';
        position: absolute;
        width: auto;
        border-top: 80px solid #d3453a;
        border-right: 150px solid transparent;
        top: 0;
        right: 210px;
    }

    .card-6:after {
        content: '';
        position: absolute;
        width: auto;
        border-bottom: 80px solid #d3453a;
        border-left: 150px solid transparent;
        bottom: 0;
        right: 0;
    }

    .card-profile-6 {
        z-index: 2;
        text-align: center;
        width: 144px;
        padding: 6px;
        margin: 36px auto 10px;
        overflow: hidden;
        display: block !important;
        border-radius: 100px;
        height: 144px;
        border: 5px solid #d3453a;
    }

    .card-profile-6 img{
        height: 100%;
        border-radius: inherit;
        max-width: 100%;
        background: white;
    }

    .pdetails-6{
        display: block;
        text-align: center;
        padding: 0px 1px 0px;
    }

    .pdetails-6 .icon_btn_6 {
        padding: 8px 6px;
        font-size: 15px;
        background: #d3453a;
        color: #ff000000;
        margin: 5px 2px;
        display: inline-block;
        height: 38px;
        width: 38px;
        border-radius: 50px;
    }

    .pdetails-6 .icon_btn_6 i {
        color: white;
        font-size: 19px;
    }

    .cdetails-6{
        padding: 21px 5px;
    }

    .cdetails-6 .c_block_6{
        display: flex;
        color: #302b2b;
        margin: 0px;
        width: 100%;
        left: -25px;
        margin-top: -17px;
    }

    .c_block_6:nth-child(1):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #d3453a;
        border-top: 20px solid transparent;
        height: 80px;
        width: 0px;
        left: -5px;
        position: relative;
    }

    .c_block_6:nth-child(2):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #d3453a;
        border-top: 20px solid transparent;
        transform: rotateY(
            180deg
            );
        height: 80px;
        width: 0px;
        margin-left: -5px;
    }

    .c_block_6:nth-child(3):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #d3453a;
        border-top: 20px solid transparent;
        height: 80px;
        width: 0px;
        left: -5px;
        position: relative;
    }

    .c_block_6:nth-child(4):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #d3453a;
        border-top: 20px solid transparent;
        transform: rotateY(
            180deg
            );
        height: 80px;
        width: 0px;
        margin-left: -5px;
    }

    .cdetails-6 .c_block_6 i{
        color: #fdfdfd;
        position: absolute;
        left: 13px;
        font-size: 17px;
        margin-top: 33px;
    }

    .cdetails-6 .c_block_6 p{
        font-size: 12px;
        font-weight: 500;
        line-height: 2;
        width: fit-content;
        align-self: center;
        color: #000;
        position: relative;
        left: 12px;
        top: 22px;
    }

    .section_bg_6 {
        background: white;
        width: 400px;
        margin: 25px auto;
        padding: 0px 0px 28px;
        overflow: hidden;
        border-left: 20px solid #d3453a;
        border-right: 20px solid #d3453a;
        box-shadow: 0px 0px 10px 0px #00000030;
    }

    .section_bg_6 h2 {
        text-align: center;
        font-size: 21px;
        background: #ffffff;
        color: #d3453a;
        font-weight: 600;
        letter-spacing: -1px;
        width: fit-content;
        border-bottom: 3px solid;
        padding: 12px 25px;
        margin: 0px auto;
    }

    .footer_menu-6 {
        background: linear-gradient( 
            358deg
            , #b31a0f, #b31a0f);
        width: -webkit-fill-available;
        text-align: center;
        color: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        overflow-x: auto;
    }




    /*Card 7 CSS*/


    .card-7 {
        width: 400px;
        margin: 0px auto;
        z-index: 0;
        background: #fdfdfd;
        background-size: 100% 100%;
        color: white;
        padding: 0px 0px 27px;
        border-left: 20px solid #59d18e;
        border-right: 20px solid #59d18e;
    }

    .card-7:before {
        content: '';
        position: absolute;
        width: auto;
        border-top: 80px solid #59d18e;
        border-right: 150px solid transparent;
        top: 0;
        right: 210px;
    }

    .card-7:after {
        content: '';
        position: absolute;
        width: auto;
        border-bottom: 80px solid #59d18e;
        border-left: 150px solid transparent;
        bottom: 0;
        right: 0;
    }

    .card-profile-7 {
        z-index: 2;
        text-align: center;
        width: 144px;
        padding: 6px;
        margin: 36px auto 10px;
        overflow: hidden;
        display: block !important;
        border-radius: 100px;
        height: 144px;
        border: 5px solid #59d18e;
    }

    .card-profile-7 img{
        height: 100%;
        border-radius: inherit;
        max-width: 100%;
        background: white;
    }

    .pdetails-7{
        display: block;
        text-align: center;
        padding: 0px 1px 0px;
    }

    .pdetails-7 .icon_btn_7 {
        padding: 8px 6px;
        font-size: 15px;
        background: #59d18e;
        color: #ff000000;
        margin: 5px 2px;
        display: inline-block;
        height: 38px;
        width: 38px;
        border-radius: 50px;
    }

    .pdetails-7 .icon_btn_7 i {
        color: white;
        font-size: 19px;
    }

    .cdetails-7{
        padding: 21px 5px;
    }

    .cdetails-7 .c_block_7{
        display: flex;
        color: #302b2b;
        margin: 0px;
        width: 100%;
        left: -25px;
        margin-top: -17px;
    }

    .c_block_7:nth-child(1):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #59d18e;
        border-top: 20px solid transparent;
        height: 80px;
        width: 0px;
        left: -5px;
        position: relative;
    }

    .c_block_7:nth-child(2):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #59d18e;
        border-top: 20px solid transparent;
        transform: rotateY(
            180deg
            );
        height: 80px;
        width: 0px;
        margin-left: -5px;
    }

    .c_block_7:nth-child(3):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #59d18e;
        border-top: 20px solid transparent;
        height: 80px;
        width: 0px;
        left: -5px;
        position: relative;
    }

    .c_block_7:nth-child(4):before{
        content: '';
        border-bottom: 20px solid transparent;
        border-left: 53px solid #59d18e;
        border-top: 20px solid transparent;
        transform: rotateY(
            180deg
            );
        height: 80px;
        width: 0px;
        margin-left: -5px;
    }

    .cdetails-7 .c_block_7 i{
        color: #fdfdfd;
        position: absolute;
        left: 13px;
        font-size: 17px;
        margin-top: 33px;
    }

    .cdetails-7 .c_block_7 p{
        font-size: 12px;
        font-weight: 500;
        line-height: 2;
        width: fit-content;
        align-self: center;
        color: #000;
        position: relative;
        left: 12px;
        top: 22px;
    }

    .section_bg_7 {
        background: white;
        width: 400px;
        margin: 25px auto;
        padding: 0px 0px 28px;
        overflow: hidden;
        border-left: 20px solid #59d18e;
        border-right: 20px solid #59d18e;
        box-shadow: 0px 0px 10px 0px #00000030;
    }

    .section_bg_7 h2 {
        text-align: center;
        font-size: 21px;
        background: #ffffff;
        color: #59d18e;
        font-weight: 600;
        letter-spacing: -1px;
        width: fit-content;
        border-bottom: 3px solid;
        padding: 12px 25px;
        margin: 0px auto;
    }

    .footer_menu-7 {
        background: linear-gradient( 
            358deg
            , #2abd69, #2abd69);
        width: -webkit-fill-available;
        text-align: center;
        color: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        overflow-x: auto;
    }










    /*Card 8 CSS*/

    .cd-background-8{
        background-image: url(../img/body-bg-t4.jpg);
        background-position: center;
        background-size: 107px 108px;
        background-attachment: fixed;
    }

    .home8{
        border-radius: 5px;
        color: #B3B8CD;
        width: 444px;
        max-width: 100%;
        text-align: center;
    }

    .card8{
        box-shadow: 1px 2px 15px #48484833;
        position: relative;
    }

    .page-head8{
        background: #fff;
    }

    .s-block{
        height: 20px;
        background-color: #f5b343;
        width: 85%;
        margin: 0 auto;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .view-card-8{
        padding: 5px 10px;
        position: absolute;
        color: #f5b343;
        right: 50%;
        top: 30px;
        border: 1px solid #f5b343;
        font-size: 14px;
        margin-bottom: 0px;
        border-radius: 18px;
        transform: translate(50%, 0);
    }

    .profile-block{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 10%;
        padding-bottom: 30px;
        margin: 0 auto;
        position: relative;
        margin-top: 70px;
        margin-bottom: 6px;
        border-bottom: 6px solid #f5b343;
    }

    .profile-block img{
        width: 199px;
        margin-bottom: 5px;
        border: 5px solid #f5b343;
        padding: 5px;
    }

    .profile-block h2{
        font-size: 16px;
        margin: 4px 0 0;
        color: #555555;
        font-weight: 600;
    }

    .profile-block p{
        font-size: 14px;
        margin: 4px 0 0;
        color: #555555;
        font-weight: 500;
    }

    .pdetails-8{
        text-align: center;
        width: calc(100% + 40px);
        margin-top: 15px;
    }

    .pdetails-8 .icon_btn8{
        padding: 8px 10px;
        min-width: 16px;
        display: inline-block;
        font-size: 16px;
        box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
        text-align: center;
        background-color: #f5b343;
        color: #fff;
        border: none;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .cdetails-8{
        background-image:url('../img/black-image.jpg');
    }

    .c-block{
        border-left: 65px solid #f5b343;
        color: #ffffff;
        padding-right: 10px;
        margin-top: -10px;
        padding-top: 40px;
        font-size: 14px;
        padding-bottom: 20px;
    }

    .s-contact-info{
        display: flex;
        align-items: center;
        margin-left: -30px;
    }

    .s-contact-info a{
        min-width: 40px;
        min-height: 40px;
        margin: 10px;
        box-sizing: border-box;
        color: #f5b343);
font-size: 18px;
background-color: #fff;
border-radius: 50%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #f5b343;
}

.s-contact-info p{
    margin-top: 5%;
    text-align: start;
}

.share_contact-8 a{
    background: transparent;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 0px 6px;
    border: 2px solid #e29513;
    width: 194px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.share_social_icons8{
    padding: 0;
    justify-content: flex-end;
    margin: -4px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.share_social_icons8 .share_button i {
    padding: 0;
    border-radius: 50%;
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 18px;
    height: 32px;
    width: 32px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-block{
    height: 20px;
    background-color: #f5b343;
    width: 85%;
    margin: 0 auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.section_bg8{
    text-align: left;
    margin-top: 20px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #48484833;
    background: #fff;
    word-break: break-word;
    background-image: url(../img/black-image.jpg);
    color: #fff;
}

.section_content-8{
    padding: 0 20px 20px;
}

.section-heading-8{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.section-underline{
    width: 20%;
    background-color: #f5b343;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.product-card-8 {
    text-align: center;
    background: white;
    padding: 10px;
    width: -webkit-fill-available;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid #f5b343;
}

.footer_menu8{
    background: linear-gradient( 
        358deg
        , #f5b343, #f5b343);
    width: -webkit-fill-available;
    text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}

.feedback-wrapper8 {
    border: 2px solid #fff;
    margin: 16px 0px;
    padding: 8px;
    border-radius: 8px;
}

.feedback-wrapper8 .feedback-msg{
    color: #fff;
}

.feedback-wrapper8 .feedback-date{
    color: #fff;
}

.feedback-wrapper8 .feedback-name{
    color: #fff;
}





/*Card 9 CSS*/


.cd-background-9{
    background-image: url(../img/black-image.jpg);
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;
}

.card9 {
    box-shadow: 1px 2px 15px #48484833;
    position: relative;
}

.home9 {
    border-radius: 5px;
    color: #B3B8CD;
    width: 444px;
    max-width: 100%;
    text-align: center;
}

.s-block9{
    margin: 0;
    height: 8px;
    display: flex;
}

.s-block9 > div {
    height: 100%;
    flex: 0.2;
}

.s-block9 > div:nth-child(1) {
    min-width: 80px;
    background-color: #f2911d;
}

.s-block9 > div:nth-child(2) {
    background-color: #039ed7;
}

.s-block9 > div:nth-child(3) {
    background-color: #4FAF61;
}

.s-block9 > div:nth-child(4) {
    background-color: #e04c1e;
}

.s-block9 > div:nth-child(5) {
    background-color: #155ba3;
}

.profile-block9{
    height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.sidebar{
    min-width: 80px;
    width: 80px;
    height: 100%;
    background-color: #39ff14;
}

.view-card-9{
    padding: 5px 10px;
    position: absolute;
    color: #fff;
    left: 15px;
    top: 13px;
    font-size: 14px;
    max-width: 100px;
    margin-bottom: 0px;
    background: rgb(33, 150, 243);
    border: 0;
    border-radius: 10px;
}

.profile-info{
    padding-right: 20px;
    text-align: right;
    margin-top: 30px;
}

.profile-info img{
    width: 199px;
    border-radius: 8px;
    border: 2px solid rgba(0,0,0,1);
    margin-bottom: 15px;
}

.profile-info h2{
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: bold;
    color: #000000d9;
}

.profile-info p{
    font-size: 14px;
    margin: 10px 0 0;
    font-weight: 500;
    color: #000000d9;
}


.s-contact-info9{
    display: flex;
    align-items: center;
}

.call{
    background-color: #f2911d;
}

.s-contact-info9 a{
    min-width: 80px;
    width: 80px;
    padding: 18px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
}

.address {
    background-color: #e04c1e;
}

.mail {
    background-color: #039ed7;
}

.website {
    background-color: #155ba3;
}

.s-contact-info9 p{
    padding-left: 16px;
    text-align: left;
    color: #3e3e3ed1;
    margin-top: 5%;
}

.bottom-details{
    height: 310px;
    display: flex;
    align-items: flex-start;
}

.share-block{
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
    max-width: 280px;
}

.whatsapp_share-9 input{
    font-size: 13px;
    border: 0px;
    padding: 10px 12px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 6px 0px #0000002e;
}

.share_btn-9{
    background: #1aab2c;
    color: white;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
    border: 1px solid #51B14D;
    width: 240px;
}

.share_contact-9 a {
    background: transparent;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 4px 15px;
    width: 194px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
    background: rgba(72, 72, 72, 0.55);
    border-bottom: 6px solid #37393A;
}

.share_social_icons9 {
    padding: 0;
    justify-content: flex-end;
    margin: -4px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.share_social_icons9 .share_button i {
    padding: 0;
    border-radius: 50%;
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 12px;
    height: 27px;
    width: 27px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_bg9{
    text-align: left;
    padding: 20px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #48484833;
    background-color: #F5F5F5;
    overflow: hidden;
    word-break: break-word;
}

.section-block9{
    height: 8px;
    display: flex;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
}

.section-block9 > div {
    height: 100%;
    flex: 0.2;
}

.section-block9 > div:nth-child(1) {
    min-width: 80px;
    background-color: #f2911d;
}

.section-block9 > div:nth-child(2) {
    background-color: #039ed7;
}

.section-block9 > div:nth-child(3) {
    background-color: #4FAF61;
}

.section-block9 > div:nth-child(4) {
    background-color: #e04c1e;
}

.section-block9 > div:nth-child(5) {
    background-color: #155ba3;
}

.section_content-9 h2{
    font-size: 22px;
    color: #37393a;
}
.section-underline9{
    width: 20%;
    background-color: #39ff14;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.page-head{
    background: #fff;
    margin-bottom: 15px;
}

.product-card-9 {
    text-align: center;
    background: white;
    padding: 10px;
    width: -webkit-fill-available;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid #39ff14;
}

.footer_menu9 {
    background: linear-gradient( 
        358deg
        , #f5f5f5, #f5f5f5);
    width: -webkit-fill-available;
    text-align: center;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}

.footer_menu9 .menu_item {
    text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    white-space: pre;
    cursor: pointer;
    color: #000;
}




/* Card 10 Css*/

.profile-img {
    width: 199px;
    margin-bottom: 5px;
    border: 5px solid #f17d3a;
    padding: 5px;
    margin-top: 12%;
    border-radius: 8px;
}
.uppersection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 40px;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
    color: #ffffff;
    background-color: #3c3d41;
}
.cardname {
    margin: 10px 0;
    text-transform: uppercase;
}

.cardname h2{
    font-size: 20px;
    font-weight: 600;                
    margin-bottom: 4px;
}

.sapretator-line {
    width: 40%;
    background-color: #f17d3a;
    height: 2px;
    margin-bottom: 6px;
}
.professionname {
    font-size: 16px;
    margin: 4px 0 0;
}
.section-end-line {
    height: 20px;
    background-color: #f17d3a;
    /* box-shadow: 0 10px 20px 0 #dbdbe8;*/
}
.carddesign {
    position: relative;
    width: 300px;
    margin: 0 auto;
    height: 120px;
    background: #3c3d41;
    border-radius: 0 0 20px 20px;
    transform: perspective(350px) rotateX(
        -65deg
        );
    margin-top: -50px;
    box-shadow: 0 26px 20px 0 #dbdbe8;
    opacity: 0.97;
}
.themepage {
    background: #fff;
    box-shadow: 1px 2px 15px #48484833;
    position: relative;
    width: 411px;
    max-width: 100%;
}
.card-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}
.card-info .info-button {
    margin-bottom: 20px;
    position: relative;
}
.card-info .info-button:nth-child(even) .info-buttons-icon {
    background-color: #3c3d41;
}
.card-info .info-button:nth-child(even) :after {
    background-color: #3c3d41;
}
.card-info .info-button::after {
    content: ' ';
    height: 1px;
    position: absolute;
    background-color: #f17d3a;
    top: 17.5px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 190px;
    opacity: 0.6;
}
.card-info .info-button .info-buttons-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgb(107 128 168 / 20%);
    border-radius: 100px;
    margin-bottom: 5px;
    background-color: #f17d3a;
    color: #ffffff;
    z-index: 1;
    position: relative;
    margin-left: 150px;
}
.card-info .info-button .contact-buttons-text {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    max-width: 310px;
    display: inline-block;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    /*margin-left: 127px;*/
}
.card-info .info-button:nth-child(even) .contact-buttons-text {
    color:  #f17d3a;
}


.card-info::before {
    content: ' ';
    width: 60px;
    margin: 0 auto;
    height: 75%;
    background: #f17d3a;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0 26px 20px 0 #dbdbe8;
    opacity: 0.97;
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translate(0, -50%) perspective(350px) rotateY(
        -115deg
        );
}
.card-info::after {
    content: ' ';
    width: 60px;
    margin: 0 auto;
    height: 75%;
    background: #f17d3a;
    border-radius: 20px 0px 0px 20px;
    transform: perspective(350px) rotateY(
        -115deg
        );
    box-shadow: 0 26px 20px 0 #dbdbe8;
    opacity: 0.97;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translate(0, -50%) perspective(350px) rotateY(
        -65deg
        );
}
.carddetails {
    padding: 4px 36px;
}
a {
    text-decoration: none;
    color: #000;
}
.share-whatsapp {
    margin: 0 20px;
    padding: 20px;
    border: 1px solid #f17d3a;
    box-shadow: 0 6px 20px 0 #dbdbe8;
    border-radius: 8px;
}
.whatsapp-input-box {
    text-align: left;
    display: flex;
}
.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper input{
    font-size: 13px;
    border: 0px;
    padding: 10px 8px;
    outline: none;
    background: white;
    box-shadow: 0px 0px 2px 0px #0000002e;
    width: 218px;
}

.card-info a:hover{
    text-decoration:none !important;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.follow-buttons.followprofile {
    padding: 20px;
    justify-content: flex-end;
}
.follow-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}
.follow-buttons.followprofile .follow-button {
    padding: 3px;
}
.follow-buttons .follow-button {
    padding: 4px;
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.follow-buttons .follow-button i {
    padding: 0;
    border-radius: 50%;
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    width: 25px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_line {
    height: 20px;
    background-color: #212529;
}
.section-header {
    color: #f17d3a;
    text-transform: uppercase;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px;
    font-size: 20px;
}
.carddesign_bottom {
    opacity: 0.94;
    height: 93px;
    margin-bottom: -44px;
    transform: perspective(350px) rotateX(
        -115deg
        );
}
.carddesign_top {
    opacity: 0.94;
    height: 93px;
    margin-top: -44px;
}
.product-cardtheme3 {
    text-align: left;
    background-color: rgb(247 247 247 / 49%);
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%), 0 0 40px rgb(255 251 251 / 10%) inset;
    border: 3px solid #f17d3a;
    border-radius: 7px;
}

.images-container {
    column-count: 3;
    -webkit-column-count: 3;
    column-gap: 0;
    -webkit-column-gap: 0;
}

.images-container .image-wrapper {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 3px;
}

.images-container .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.images-container .image-wrapper img:hover {
    opacity: 0.7;
}
.cotherdetails i{
    margin: 4px;
    background: #1e2e46;
    height: 39px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 39px;
    color: #ffffff;
    border-radius: 34px;
}

.cotherdetails{
    margin-top: 10px;
    padding: 4px 36px;
}

.cotherdetails a{
    display: flex;
    color: #000;
    letter-spacing: 1px;
}

.cotherdetails a:hover{
    text-decoration: none;
}

.cotherdetails p{
    margin: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}