*{box-sizing: border-box;margin: 0px;padding: 0px;font-family: 'Lato', sans-serif;}
    	.body_part{margin: 0px;padding: 0px;}
    	.text-cntr{text-align: center;}
    	.body_part img{max-width: 100%;}
    	.body-wrap{max-width: 600px; margin: auto;box-sizing: border-box;padding: 0px 10px;}
    	.top_logo img{margin: auto;}
    	.thank_you_part{color: #000000;text-transform: uppercase;font-weight: bold;font-size: 21px;}

    	.blue-color .main_big_logo{color: #3399ff;}
    	.blue-color .download_btn a{background:#3399ff; }
    	.perpl-color .main_big_logo{color: #003366;}
    	.perpl-color .download_btn a{background:#003366; }

    	.top_one_content{padding-top: 25px;}
    	.main_big_logo{font-size: 36px;font-weight: bold;margin-top: 25px;}
    	.add_color_txt{font-size: 16px;color: #A9A9A9;font-weight: bold;margin-top: 10px;}
    	.product_images img{margin: auto;padding-top: 30px;}
    	.download_btn{margin: 30px 0px 40px;}
    	.download_btn a{letter-spacing: 1px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;border-radius: 1px;padding: 16px 18px;display: inline-block;font-weight: bold;max-width: 270px;width: 100%;}
    	.list_part ul{padding:0px;display: inline-block;margin: 0px;}
    	.list_part ul li{list-style: none;color: #000000;font-size: 16px;padding: 4px 0px;}
    	.list_part ul li strong{font-weight: bold;}
    	.list_part{padding-bottom: 40px;margin-bottom: 40px;}
        .pulsing_button_start{
        background: #ff2600!important;
        border-radius: 0px!important;
          animation-name: redPulse;
          -webkit-animation-name: redPulse;
           -webkit-animation-duration: 3s;
           animation-duration: 3s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
        }
        @-webkit-keyframes redPulse {
            from { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
            50% { -webkit-box-shadow: 0 0 18px #ff5c00;-o-box-shadow: 0 0 18px #ff5c00;box-shadow: 0 0 18px #ff5c00; }
            to { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
          }
        @keyframes redPulse {
            from { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
            50% { -webkit-box-shadow: 0 0 18px #ff5c00;-o-box-shadow: 0 0 18px #ff5c00;box-shadow: 0 0 18px #ff5c00; }
            to { -webkit-box-shadow: 0 0 2px #ff5c00;-o-box-shadow: 0 0 2px #ff5c00;box-shadow: 0 0 2px #ff5c00; }
          }

        .top_header_details{font-size: 25px;font-weight: 800;}
        .top_subheader_details{font-size: 18px;font-weight: 600;color: #919191;font-style: italic;margin: 2px 0px 12px;}
        .lisence_key{font-size: 20px;color: #103ffb;font-weight: 600;}
        .new_add_sec{padding-bottom: 40px;border-bottom: 1px solid #cac2c2;}
        .shading_div{padding: 20px 10px 25px;background: #FEFDDD;margin-top: 40px;-webkit-box-shadow:0px 0px 8px 3px #d8d7d7;box-shadow: 0px 0px 8px 3px #d8d7d7;border-radius: 0px;}
        .shading_div p{margin: 0px;font-size: 16px;color: #444444;font-weight: 600;}