/*
*   
* 
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);


.barlow-semi-condensed-thin {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-semi-condensed-extralight {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-semi-condensed-light {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-semi-condensed-regular {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-semi-condensed-medium {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semi-condensed-semibold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-semi-condensed-bold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-semi-condensed-extrabold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-semi-condensed-black {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-semi-condensed-thin-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-semi-condensed-extralight-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-semi-condensed-light-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-semi-condensed-regular-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-semi-condensed-medium-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semi-condensed-semibold-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-semi-condensed-bold-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-semi-condensed-extrabold-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-semi-condensed-black-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Base */

    html {
        height: 100vh; /* set viewport constraint */
        min-height: 100%; /* enforce height */
        overflow-x: hidden;
    }

    body { font-family: "Montserrat", sans-serif;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;

        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;

        /* Support for IE. */
        font-feature-settings: 'liga';
        -webkit-text-size-adjust: 100%;
        background-color: #505662;
    }


    .secondary-font { 
        font-size: 42px;
        }
    a:hover, a:focus { text-decoration: none; }
    .full-width { width:100%; }

    /* Typography */
    h1 { font-size: 48px;line-height: 32px; }
    h2 { font-size: 32px;line-height: 48px; }
    h3 { font-size: 31px;line-height: 47px; }
    h4 { font-size: 28px;line-height: 34px; }
    h5 { font-size: 25px;line-height: 32px; }
    h6 { font-size: 16px;line-height: 26px; }
    p { font-size: 14px;line-height: 22px; }

    .inline-block { display: inline-block; }
    .big-text-60 { font-size: 60px;line-height: 86px; }
	.big-text-26 { font-size: 26px;line-height: 38px; }
    .big-text-24 { font-size: 24px;line-height: 38px; }
    .big-text-20 { font-size: 20px;line-height: 32px; }
	.big-text-19 { font-size: 19px;line-height: 32px; }
	.big-text-22 { font-size: 22px;
        line-height: normal;
        font-family: 'Barlow Semi Condensed'; }
    .big-text { font-size: 16px;line-height: 26px; }
    .small-text { font-size: 14px; }
    .extra-small-text { font-size: 12px; }
    .text-con{ /*border: 2px dashed #000; */border-radius: 10px; padding: 20px; background: #eceff2; }
	.text-decoration { text-decoration: underline;}
    .img-bor{ /*border: 4px dashed #000;*/ border-radius: 10px; padding: 10px;}
	.btn-lg{ padding: 10px 28px !important;}
	.hdrtxt {
    width: 214px !important;
    float: right;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 0 0 0 0;
    }
	.hdrtxt span {
    font-weight: bold;
    font-size: 16px;
    }
	.phone {
    height: 46px;
    width: 26px;
    background: url(../images/phone.png) center center no-repeat;
    border: 1px solid #bcbcdb;
    border-radius: 40px;
    display: inline-block;
    float: left;
    margin: 5px 12px 0 0;
    }
    /*  Colors  */
    .light-black-bg { background: #222; }
    .gray-dark-bg { background: #4d5663 !important; }
    .gray-bg { background: #f4f4f4; }
    .gray-2-bg { background: #eee; }
    .gray-3-bg { background: #505662; }
    .gray-4-bg { background: #aaa; }
    .gray-5-bg { background: #888; }
    .gray-6-bg { background: #666; }
    .white-bg { background: #fff;  }
    .orange-bg { background: #f7941d; }
    .blue-bg { background: #59a3fc; }
    .purple-bg { background: #9000F0; }
    .green-blue-bg { background: #00a78e; }
    .green-yellow-bg { background: #d0e100; }
    .green-gray { background: #556d6a; }
    .brown-bg { background: #84754e; }
    .green-bg { background: #3c706b; width:100%; margin-bottom:25px;font-family: 'Montserrat';}
	.green-bg:hover { background: #35ce0c;}
    .blue-neon-bg { background: #009cde }
    .blue-neon-2-bg { background: #aae6ff }
    .green-neon-bg { background: #74FF00 }
    .red-bg { background: #ea4335; }
    .rose-bg { background: #ff0f50; }
    .yellow-bg { background: #fdbd10; }
    .dark-green-bg { background: #237f52; }
    .navy-blue-bg { background: #363f48; }
    .navy-blue-2-bg { background: #818e9b; }
    .light-green-bg { background: #00c853; }
    .light-blue-bg { background: #f2f6fa; }
    .dark-yellow-bg { background: #FBB034; }
    .green-neon-bg { background: #04e08a; }
    .dark-blue-bg { background: #1288ea; }
    .dark-red-bg { background: #ff7243; }
    .blue-dark-bg{ background: #011740;}
    .black { color: #000; }
    .dark-black { color: #222; }
    .light-black { color: #333; }
    .black-gray-dark { color: #678db5; }
    .black-gray { color: #666; }
    .black-gray-light { color: #888; }

    .white { color: #fff; }
    .light-white { color: #ddd; }
    .slight-white { color: #bbb; }
    .gray { color: #999; }
    .light-gray { color: #aaa; }

    .orange { color: #f7941d; }
    .orange-2 { color: #ffdfb8; }
    .blue { color: #59a3fc; }		.pink { color: #f763a8;}
    .purple { color: #9000F0; }
    .green-blue { color: #00a78e; }
    .green-blue-2 { color: #71dece; }
    .green-yellow { color: #d0e100; }
    .green-yellow-2 { color: #939e04; }
    .green-gray { color: #556d6a; }
    .green-gray-2 { color: #96B3B0; }
    .brown { color: #84754e; }
    .brown-2 { color: #cbbc94; }
    .green-neon { color: #74FF00 }
    .green { color: #009900; }
    .green-2 { color: #bee38e; }
    .green-light { color: #00c853; }
    .green-light-2 { color: #9DFAC3; }
    .blue-neon { color: #009cde; }
    .blue-neon-2 { color: #aae6ff; }
    .blue-light { color: #f2f6fa; }
    .blue-light-2 { color: #889DB2; }
    .red { color: #e3cb5f; }
    .rose { color: #ff0f50; }
    .yellow { color: #fdbd10; }
    .yellow-2 { color: #b3870d; }
    .yellow-dark { color: #FBB034; }
    .yellow-dark-2 { color: #F9E1BB; }
    .dark-green { color: #237f52; }
    .dark-green-2 { color: #57cd93; }
    .navy-blue { color: #363F48; }
    .navy-blue-2 { color: #818e9b; }
    .navy-blue-3 { color: #dde4ea; }
    .green-neon { color: #00ffa8; }
    .green-neon-2 { color: #119780; }
    .dark-blue { color: #1288ea; }
    .dark-blue-2 { color: #bdd9fa; }
    .dark-red { color: #ff7243; }

   

    /* Padding */
    .padding { padding: 60px 0; }
    .padding-20 { padding: 20px; }
    .padding-v-5 { padding-top: 5px;padding-bottom: 5px; }
    .padding-v-9 { padding-top: 9px;padding-bottom: 9px; }
    .padding-v-10 { padding-top: 10px;padding-bottom: 10px; }
    .padding-v-20 { padding-top: 20px;padding-bottom: 20px; }
    .padding-v-30 { padding-top: 30px;padding-bottom: 30px; }
    .padding-v-35 { padding-top: 35px;padding-bottom: 35px; }
    .padding-v-40 { padding-top: 40px;padding-bottom: 40px; }
    .padding-h-5 { padding-left: 5px;padding-right: 5px; }
    .padding-h-10 { padding-left: 10px;padding-right: 10px; }
    .padding-h-20 { padding-left: 20px;padding-right: 20px; }
    .padding-h-30 { padding-left: 30px;padding-right: 30px; }
    .padding-h-90 { padding-left: 90px;padding-right: 90px; }
	.padding-top-5 { padding-top: 5px; }
    .padding-top-10 { padding-top: 10px; }
    .padding-top-15 { padding-top: 15px; }
    .padding-top-20 { padding-top: 20px; }
    .padding-top-30 { padding-top: 30px; }
    .padding-top-40 { padding-top: 40px; }
	.padding-top-60 { padding-top: 60px; }
   
    .padding-bottom-10 { padding-bottom: 10px; }
    .padding-bottom-15 { padding-bottom: 15px; }
    .padding-bottom-20 { padding-bottom: 20px; }
    .padding-bottom-25 { padding-bottom: 25px; }
    .padding-bottom-30 { padding-bottom: 30px; }
    
    
    .margin-top-5 { margin-top: 5px; }
    .margin-top-10 { margin-top: 10px; }
    .margin-top-20 { margin-top: 20px; }
    .margin-top-30 { margin-top: 30px; }
    .margin-top-40 { margin-top: 40px; }
    .margin-top-50 { margin-top: 50px; }
    .margin-top-60 { margin-top: 60px; }
    .margin-top-80 { margin-top: 80px; }
    .margin-top-100 { margin-top: 100px; }
    .mb-0{margin-bottom: 0 !important;}
    .margin-bottom-10 { margin-bottom: 10px; }
    .margin-bottom-15 { margin-bottom: 15px; }
    .margin-bottom-20 { margin-bottom: 20px; }
    .margin-bottom-22 { margin-bottom: 22px; }
    .margin-bottom-30 { margin-bottom: 30px; }
    .margin-bottom-50 { margin-bottom: 50px; }
	.margin-bottom-130 { margin-bottom: 130px; }


     .border-box { border: 2px solid #bebebe;border-radius: 10px; }

    .round-shape { width: 75px;height: 75px;border-radius: 50%;overflow: hidden;display: inline-block;text-align: center;position: relative;}
    .round-shape img { position: absolute;height: 100%;width: auto;max-width: inherit;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);display: block; }
    .round-shape-200 {position: relative;border-radius: 50%;width: 200px;height: 200px;display: inline-block;overflow: hidden;}
    .round-shape-200 img {position: absolute;display: block;height: 100%;width: auto;max-width: inherit;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);}
    

    .w-100{width: 100%;}
    .box-div{
		background:#000;
		padding:20px 15px;
		border-radius:10px 10px 0 0;
	}
    .no-risk .fa{
        color:#35ce0c;
        font-size: 30px;
    }
	p.no-risk{
		font-size:24px;
		font-family: 'Montserrat', sans-serif;
		font-weight:700;
		margin-bottom:0;
		color:#fff;
	}
	.fa-check-circle{
		color:#3c706b;
	}
	
	p.head-p{
		font-size:42px;       
        font-style: normal;
		color:#000;
		text-align:center;
		line-height:1.3;
		margin-bottom:30px;
		margin-top: 40px;
		
        
	}
	.p-box{
		background:#eceff2;
        border-radius: 0 0 10px 10px;
	}
	.p-box p{
		font-size:18px;
		color:#24242c;
		text-align:left;
		line-height:1.5;
		padding:20px 15px;
		margin-bottom:20px;
		/* text-transform:uppercase;
		font-weight:500; 
		font-family:sans-serif;*/
		word-break: keep-all;
	}
	
	p.no-risk-nw{
		font-size:34px;
		font-family: 'Montserrat', sans-serif;
		font-weight:700;
		margin-bottom:0;
		color:#fff;
		text-align:center;
	}
	.nw-blk{
		background:#000;
		padding-bottom:20px;
		border-radius:10px;
	}
	.nw-blk p{
		color:#fff;
		text-align:center;
		padding-bottom: 0;
	}
	.back-gry{
		background:#fff;
		padding:20px 30px 35px 30px;
		border-radius:5px;
	}
	
	.p-box-shirt p{
	    font-size: 18px;
    color: #444;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Montserrat';
	}
	.lite-ble-bg{
		background:#eceff2;
		padding:30px 20px;
		border-radius:0px;
        margin-bottom: 10px;
	}
	.border-round{
		border-radius:10px;
		padding:10px;
		margin-top:5px;
	}
    .membr-txt{
		font-size: 36px;
    /* font-family: 'Montserrat', sans-serif;
    font-weight: 700; */
    color: #678db5;
    text-align: left;
    line-height: 1.3;
/*    margin-bottom: 20px;*/
    margin-top: 20px;
    text-transform: uppercase;
	}
	
	.outer-div{
		margin-bottom:30px;
	}
	
	.header {
    padding: 16px 0;
}
.flt {
    float: left;
    width: 100%;
	background:#fff;
}
.logo {
    float: left;
    margin: 0;
}
.hdrtxt {
    width: 182px;
    float: right;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 0 0 0 0;
}
.hdrtxt span {
    font-weight: bold;
    font-size: 18px;
}
.phicon {
    height: 46px;
    width: 26px;
    background:  url(../images/phone.png) center center no-repeat;
    border: 1px solid #bcbcdb;
    border-radius: 40px;
    display: inline-block;
    float: left;
    margin: 5px 12px 0 0;
}
.hdrtxt span {
    font-weight: bold;
    font-size: 18px;
}

.footer {
    padding: 60px 0;
    background: #000000;
    font-size: 14px;
    color: #667a8b;
    line-height: 1.3;
	/*margin-top:50px;*/
}
.footer-logo {
    margin-right: 10px; 
}
.footer-text {
    width: 100%;
    /*padding-top: 27px;*/
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}
.white-color {
    color: white;
	text-align: center;
	line-height: 1.3;
    margin-bottom: 0;
}
.center-p{
	text-align: center;
	line-height: 1.3;
    margin-bottom: 0;
}
.white-color p {
    text-align: center;
	
}
.ajax-popup-link {
    text-decoration: none;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.blu-div{
	background: #59a3fc;
}
.fa-question-circle{
	color:#35ce0c;
}

.first-sec{
	clear:both;
}

/* .bg-wrap{
	background:url(../images/upsell-bg.jpg) repeat;
    background-size: cover;
} */
.white-bg-nw{
	background:#fff;
	border-radius:5px;
	padding:10px;
	margin-top:20px;
}
.pad-bt{
	padding:20px 20px 25px 20px;
}
.back-t-shirt{
	margin-top:34px;
    border-radius: 20px;
}
.tshirt-funnel-bottom{
	margin-top:15px;
}
.last-sec{
	margin-top:20px;
	padding-bottom:50px;
}
.wht-txt{
	color:#fff;
}
.head-txt{
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
}
.bnr-text{
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    text-align: center;
    line-height: normal;
    margin-top: 0;
}
.discount-sec-bg{
    background-color: #688db7;
    color: #fff;
    padding: 0 8px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-size: 36px;
    display: inline-flex;
    margin: 20px auto;
    justify-content: center;
}
.head-p span{
    color:#000;
}
.big-text-18{
    font-size: 18px;
    line-height: 28px;
}
.big-text-15{
    font-size: 15px;
    font-weight: 500;
}
.adv-info-txt{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.reward-text-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.fw-700{   
    font-weight: 700;
    line-height: 1 !important;
    font-size: 33px !important;
}
.p-box-shirt h4{
    font-size: 18px;
    font-weight: bold;
}
.sub-heading{
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 36px;
    font-size: 32px;
    font-family: 'Barlow Semi Condensed';
    margin-top: 30px;
    margin-bottom: 40px;
}
.edit_text-2{
    color: #678db5;
}
.secondary-font2{
    font-size: 52px;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.txt-about-reward{
    line-height: 130%;
}
.round-corner{
    border-radius: 20px;
}


@media (max-width: 991px){
.footer-content {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
}
.d-none-md-down{
    display: none;
}
.back-t-shirt{
    max-width: 260px;
    margin: 30px auto 0px auto;
}
.img-bor{
    margin: auto;
}


}



    @media screen and (max-width: 768px) {
        .form-style input[type="checkbox"] {
            position: relative;
            right:4px;
            bottom: -6px;
            width: 20px;
            height: 20px;
        }
	    .logo {
            float: none;
	        margin:0 auto;
        }

        .hdrtxt{
        	display:none;
        }
        .flt {
            float: none;
	
        }

    }


   
    @media (max-width: 768px) {
        .media-box-area { width: 100%;display: table-row;text-align: center;}
        .media-box-area .inner { padding-top: 10px;padding-bottom: 10px; }
        .media-sm-center { display: table;width: 100%;}
        .sm-text-center { text-align: center; }
    }
   

    @media only screen and (max-width: 767px){
        .highlight-left,
        .highlight-right { display: none;}
        .highlight-white-mobile { background: #fff;}
        .highlight-gray-mobile { background: #f4f4f4;}
        .highlight-mobile-image { display: inline-block;width: 100%;height: 500px;position: relative; }
        .highlight-section {
            background-size: cover;
            background-position: center;
        }
        .no-risk .fa{
            font-size: 20px;
        }
		
    }

   
    @media screen and (max-width: 768px) {
        /* Mobile Misc */
        .mobile-text-center { text-align: center !important; }
        .mobile-text-left { text-align: left !important; }
        .nav-mobile-center a { text-align: center;padding-left: 0px !important; }
        .mobile-float-none { float: none; }


        .nav_menu.over-header {
            background: #444;
        }
        .navbar-header {
            border-bottom: 2px solid rgba(0,0,0,0.3);
        }
        img.logo-img { max-height: 28px !important;width: auto; }
        .navbar-header { padding-bottom: 8px; }
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: rgba(0,0,0,0.3);
    }

    @media screen and (min-width: 768px) {
        /* Misc */
        .lg-inline-block { display: inline-block; }
        .nav-first-left { padding-left: 0px !important; }
        .nav-first-left > ul > li:first-child > a {padding-left: 0px}

        .header-nav .dropdown-menu {
            display: block;
            opacity: 0;
            visibility: hidden;
            margin-top: 10px !important;
            -moz-transition:    all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition:      all 0.2s ease-in-out;
            -ms-transition:     all 0.2s ease-in-out;
            transition:         all 0.2s ease-in-out;
        }

        .header-nav .open > .dropdown-menu ,
        .header-nav .hover_open > .dropdown-menu {
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
            margin-top: 0px !important;
            border-radius: 3px;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15), 0 3px 12px 0 rgba(0,0,0,0.08);
            overflow: hidden;
            padding-top: 5px;
            padding-bottom: 5px;
        }

      /*.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{*/
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        .dropdown-menu{
            margin-top: 0;
        }
        .dropdown-toggle{
            margin-bottom: 2px;
        }
        .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
            margin-bottom: 0;
        }
    }

   
    @media (min-width: 768px) {
        .modal-sm-2 {
            width: 400px;
        }
    }
	

   

    @media (max-width: 768px) {
        .slider .carousel-caption {
            top: 0;
            left: 5%;
            right: 5%;
            padding-top: 0;
        }
        .carousel-text {
            font-size: 16px;
            line-height: 18px;
        }
        .carousel-title {
            font-size: 26px;
            line-height: 38px;
            margin-top: 5px;
        }
        .slider-btn.padding-top-15 {
            padding-top: 0px;
        }
        .slider-btn .btn.btn-lg {
            padding: 9px 20px;
        }
        .slider-btn:last-of-type .btn{
            margin-right: 0px !important;
        }
        .footer-logo{
            margin-bottom: 10px;
        }
    }

   @media (max-width: 767px) {      
    .head-txt {
            margin-top: 0;
            font-size: 18px !important;
            line-height: 24px;
        }
        .green-bg{
            font-size: 12px;
        }
        .big-text-26{
            font-size: 20px;
            line-height: 30px;
        }
        .big-text-22{
            font-size: 20px;
        }
        .big-text-18{
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 15px;
        }
        .secondary-font {
            font-size: 23px;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .back-gry{
            padding: 20px 20px 35px 20px;
        }
        .discount-sec-bg{
            font-size: 30px;
            margin-top: 0;
            margin-bottom: 0;
        }
        p.head-p{
            font-size: 24px !important;
            margin-top: 10px;
            margin-bottom: 20px;
        }
        p.no-risk{
            font-size: 18px;
        }
        .p-box p, .p-box-shirt p{
            font-size: 16px;
        }
        .head-p.fw-700{
            font-size: 22px !important;
        }
        .sub-heading{
            font-size: 18px;
            line-height: 26px;
        }
        .secondary-font2{
            font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
        }
        .back-t-shirt {
            width: 100%;
            margin: 10px auto 0px auto;
            max-width: 100%;
        }
        .box-div{
            padding: 10px 15px;
        }
        .lite-ble-bg{
            padding: 15px 10px;
        }

    }


    	@media (max-width: 575px) {
    	    
    
    	    p.no-risk {
    	        font-size: 17px;
    	    }
    
    	    
    
    	    
    
    	} 
	
	