/*
Theme Name: AI Developer India
Theme URI: 
Author: AI Developer India
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aideveloperindia
*/.skillsSec .uplaodfile {    padding: 0 !important;}.skillsSec .uplaodfile .uploadResume {    cursor: pointer;    width: 100%;    justify-content: center;    padding: 25px;}
.rightChoice p.commonHead_title{
    font-family: Inter-Light;
}
.rightChoice .cardSize {
    margin-top: 50px;
}

.rightChoice_Card .cardTitle {
    font-size: 16px;
    margin: 20px 0 40px;
    font-family: Inter-Bold;
}

.rightChoice_Card li {
    color: #14141C;
    font-weight: 500;
    padding: 20px;
    font-size: 16px;
}

.rightChoice_Card li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

.rightChoice_Card li .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 10px;
}

.rightChoice_Card li .icon.danger {
    background-color: #DA3837;
    color: #ffffff;
}
.rightChoice_Card li .icon.success {
    background-color: #6BEA43;
    color: #3F52D8;
}

.rightChoice_Card .featureCard {
    border: 1px solid #E5E5E5;
    width: 250px;
}

.rightChoice_Card .consultation {
    background-color: #3F52D8;
    box-shadow: rgba(0, 16, 61, 0.4) 2px 8px 30px;
    border: 0;
}

.rightChoice_Card .consultation li {
    border: 0;
    color: #ffffff;
}

.rightChoice_Card .consultation .logo {
    max-height: 42px;
    margin: 8px 0 32px;
}

.rightChoice_Card .consultation .btn {
    height: 44px;
    font-size: 16px;
    padding: 10px 20px;
}

.rightChoice_Card .featureCard,
.rightChoice_Card .greenCard {
    height: 740px;
}

.rightChoice_Card .greenCard {
    background-color: #F0F4F7;
}

.rightChoice_Card .greenCard,
.rightChoice_Card .consultation {
    width: 327px;
}

.rightChoice_Card .greenCard li,
.rightChoice_Card .consultation li {
    padding: 22px 20px;
}
@media (min-width: 1600px) {
    .rightChoice p {
        font-size: 24px;
    }
}

@media (max-width: 1599px) {
    .rightChoice .cardSize {
        margin-top: 40px;
    }

    .rightChoice_Card .cardTitle {
        font-size: 15px;
        margin: 15px 0 25px;
    }

    .rightChoice_Card li {
        padding: 15px;
        font-size: 15px;
    }

    .rightChoice_Card .featureCard {
        width: 220px;
    }

    .rightChoice_Card .featureCard,
    .rightChoice_Card .greenCard {
        height: 620px;
    }

    .rightChoice_Card .greenCard,
    .rightChoice_Card .consultation {
        width: 270px;
    }

    .rightChoice_Card .greenCard li,
    .rightChoice_Card .consultation li {
        padding: 18px 15px;
    }

    .rightChoice_Card .consultation .logo {
        height: 35px;
        margin: 0 0 25px;
    }

    .rightChoice_Card .consultation .btn {
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .rightChoice .cardSize {
        margin-top: 30px;
    }

    .rightChoice_Card .cardTitle {
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0 20px;
    }

    .rightChoice_Card li {
        padding: 10px;
        font-size: 14px;
    }

    .rightChoice_Card li .icon {
        width: 24px;
        height: 24px;
        font-size: 8px;
    }

    .rightChoice_Card .featureCard {
        width: 200px;
    }

    .rightChoice_Card .featureCard li {
        padding: 10px;
    }

    .rightChoice_Card .featureCard,
    .rightChoice_Card .greenCard {
        height: 510px;
    }

    .rightChoice_Card .consultation {
        width: 250px;
    }

    .rightChoice_Card .consultation .logo {
        height: 30px;
        margin: 0 0 15px;
    }

    .rightChoice_Card .consultation li {
        padding: 12px 10px;
    }

    .rightChoice_Card .greenCard {
        width: 220px;
    }

    .rightChoice_Card .greenCard li {
        padding: 12px 10px;
    }
}

@media (max-width: 991px) {
    .rightChoice .cardSize {
        margin-top: 20px;
        overflow-x: auto;
    }

    .rightChoice .cardSize_inner {
        width: 950px;
        margin: 0 auto;
        padding-bottom: 2px;
    }
}

/**Privacy policy checkbox**/
.contactCard_submit_checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.contactCard_submit_checkbox .wpcf7-list-item-label {
	padding-left: 28px;
	position: relative;
}

.contactCard_submit_checkbox .wpcf7-list-item {
	margin: 0;
}

.contactCard_submit_checkbox input[type=checkbox] {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	left: 25px;
	z-index: -1;
	width: 20px;
	height: 20px;
	opacity: 0;
}

.contactCard_submit_checkbox input[type=checkbox]~.wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	left: 0px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background: #fff;
	top: 2px;
	border: 1px solid #707070;
	cursor: pointer;
	transition: all .3s;
}

.contactCard_submit_checkbox input[type=checkbox]:checked~.wpcf7-list-item-label:after {
    content: "\2713";
    font-family: "icomoon";
    position: absolute;
    left: 4px;
    top: 1px;
    color: #fff;
    font-size: 14px;
    pointer-events: none;
    transform: rotate(13deg);
}

.contactCard_submit_checkbox input[type=checkbox]:checked~.wpcf7-list-item-label:before {
	border-color: #3F53D8;
	background: #3F53D8;
}


@media(max-width: 1200px) {
	.contactCard_submit_checkbox input[type=checkbox]~.wpcf7-list-item-label:before {
		width: 17px;
		height: 17px;
	}

	.contactCard_submit_checkbox .wpcf7-list-item-label {
		padding-left: 24px;
	}

	.contactCard_submit_checkbox input[type=checkbox]:checked~.wpcf7-list-item-label:after {
		left: 2px;
		top: 0;
	}
}

/** 25-03-2025 CSS **/
.blogDetails .blogTableCnt_right table {
    border-collapse: collapse;
    width: 100%;
}
.blogDetails .blogTableCnt_right table tr:nth-of-type(1) td, 
.blogDetails .blogTableCnt_right table tr:nth-of-type(1) th {
    white-space: nowrap;
}
.blogDetails .blogTableCnt_right table tr th, 
.blogDetails .blogTableCnt_right table tr td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.blogDetails .blogTableCnt_right table tr:nth-child(even) {
    background-color: #f2f2f2;
}
@media (max-width: 768px) {
    .blogDetails .blogTableCnt_right table tr th,    
    .blogDetails .blogTableCnt_right table tr td {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .blogDetails .blogTableCnt_right table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
