/*
Theme Name: Double the Donation
Theme URI: http://simpleplanmedia.com/
Author: A k 
Author URI: http://simpleplanmedia.com/
Description: 
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://simpleplanmedia.com
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.dtd-plugin img {
	max-width: 30px !important;
}
.dtd-plugin {
	text-align: left !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent!important;
}

.secondSlider span a {
    color: #47b673;
    text-decoration: underline;
}

.additionalServiceFeature .iconSec ul li {
    position: relative;
    padding-left: 13px;
}

.additionalServiceFeature .iconSec ul li:before {
    background-image: url(images/pricing/greenarrow.png);
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    top: 6px;
    position: absolute;
    background-size: contain;
}

.benefitInner .greenBox .contentText ul li {
    position: relative;
    padding-left: 13px;
}

.benefitInner .greenBox .contentText ul li:before {
    background-image: url(images/pricing/greenarrow.png);
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    top: 6px;
    position: absolute;
    background-size: contain;
}

.partnerContainer .row .col-md-3 {
    margin-bottom: 30px;
}

.partnerLogo img {
    max-width: 260px;
}



.mainBox .imgIframe iframe {
    width: 75%;
    border: none;
}



@media(max-width:1500px) {
    .popupInfo .btn-fill,
    .popupInfo .btn-line {
        padding: 18px 20px;
    }
}


@media(max-width:1200px) {
    .additionalServiceFeature .iconSec ul li:before {
        width: 10px;
        height: 10px;
    }
    .benefitInner .greenBox .contentText ul li:before {
        width: 10px;
        height: 10px;
    }
    
    .modal-content-box{height: 90%!important}
    .popupInfo .btn-fill,
    .popupInfo .btn-line {
        padding: 18px 15px;
    }
}

label.rm_form_label {
    display: none!important;
}
